google_api_monitoring v0.7.0 GoogleApi.Monitoring.V3.Model.Type View Source

A protocol buffer message type.

Attributes

  • fields ([Field]): The list of fields. Defaults to: null.
  • name (String.t): The fully qualified message name. Defaults to: null.
  • oneofs ([String.t]): The list of types appearing in oneof definitions in this type. Defaults to: null.
  • options ([Option]): The protocol buffer options. Defaults to: null.
  • sourceContext (SourceContext): The source context. Defaults to: null.
  • syntax (String.t): The source syntax. Defaults to: null.

    • Enum - one of [SYNTAX_PROTO2, SYNTAX_PROTO3]

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() :: %GoogleApi.Monitoring.V3.Model.Type{
  fields: [GoogleApi.Monitoring.V3.Model.Field.t()],
  name: any(),
  oneofs: [any()],
  options: [GoogleApi.Monitoring.V3.Model.Option.t()],
  sourceContext: GoogleApi.Monitoring.V3.Model.SourceContext.t(),
  syntax: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.