View Source GoogleApi.ServiceConsumerManagement.V1.Model.Type (google_api_service_consumer_management v0.32.0)

A protocol buffer message type.

Attributes

  • edition (type: String.t, default: nil) - The source edition string, only valid when syntax is SYNTAX_EDITIONS.
  • fields (type: list(GoogleApi.ServiceConsumerManagement.V1.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.ServiceConsumerManagement.V1.Model.Option.t), default: nil) - The protocol buffer options.
  • sourceContext (type: GoogleApi.ServiceConsumerManagement.V1.Model.SourceContext.t, default: nil) - The source context.
  • syntax (type: String.t, default: nil) - The source syntax.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceConsumerManagement.V1.Model.Type{
  edition: String.t() | nil,
  fields: [GoogleApi.ServiceConsumerManagement.V1.Model.Field.t()] | nil,
  name: String.t() | nil,
  oneofs: [String.t()] | nil,
  options: [GoogleApi.ServiceConsumerManagement.V1.Model.Option.t()] | nil,
  sourceContext:
    GoogleApi.ServiceConsumerManagement.V1.Model.SourceContext.t() | nil,
  syntax: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.