google_api_service_user v0.3.0 GoogleApi.ServiceUser.V1.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()
View Source
t() :: %GoogleApi.ServiceUser.V1.Model.Type{
fields: [GoogleApi.ServiceUser.V1.Model.Field.t()],
name: any(),
oneofs: [any()],
options: [GoogleApi.ServiceUser.V1.Model.Option.t()],
sourceContext: GoogleApi.ServiceUser.V1.Model.SourceContext.t(),
syntax: any()
}
t() :: %GoogleApi.ServiceUser.V1.Model.Type{ fields: [GoogleApi.ServiceUser.V1.Model.Field.t()], name: any(), oneofs: [any()], options: [GoogleApi.ServiceUser.V1.Model.Option.t()], sourceContext: GoogleApi.ServiceUser.V1.Model.SourceContext.t(), syntax: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.