google_api_monitoring v0.10.0 GoogleApi.Monitoring.V3.Model.Type View Source
A protocol buffer message type.
Attributes
fields
(type:list(GoogleApi.Monitoring.V3.Model.Field.t)
, default:nil
) - The list of fields.name
(type:String.t
, default:nil
) - The fully qualified message name.oneofs
(type:list(String.t)
, default:nil
) - The list of types appearing in oneof definitions in this type.options
(type:list(GoogleApi.Monitoring.V3.Model.Option.t)
, default:nil
) - The protocol buffer options.sourceContext
(type:GoogleApi.Monitoring.V3.Model.SourceContext.t
, default:nil
) - The source context.syntax
(type:String.t
, default:nil
) - The source syntax.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Monitoring.V3.Model.Type{
fields: [GoogleApi.Monitoring.V3.Model.Field.t()],
name: String.t(),
oneofs: [String.t()],
options: [GoogleApi.Monitoring.V3.Model.Option.t()],
sourceContext: GoogleApi.Monitoring.V3.Model.SourceContext.t(),
syntax: String.t()
}
t() :: %GoogleApi.Monitoring.V3.Model.Type{ fields: [GoogleApi.Monitoring.V3.Model.Field.t()], name: String.t(), oneofs: [String.t()], options: [GoogleApi.Monitoring.V3.Model.Option.t()], sourceContext: GoogleApi.Monitoring.V3.Model.SourceContext.t(), syntax: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.