View Source GoogleApi.ChromePolicy.V1.Model.Proto2DescriptorProto (google_api_chrome_policy v0.4.0)

Describes a message type.

Attributes

  • enumType (type: list(GoogleApi.ChromePolicy.V1.Model.Proto2EnumDescriptorProto.t), default: nil) -
  • field (type: list(GoogleApi.ChromePolicy.V1.Model.Proto2FieldDescriptorProto.t), default: nil) -
  • name (type: String.t, default: nil) -
  • nestedType (type: list(GoogleApi.ChromePolicy.V1.Model.Proto2DescriptorProto.t), default: nil) -
  • oneofDecl (type: list(GoogleApi.ChromePolicy.V1.Model.Proto2OneofDescriptorProto.t), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ChromePolicy.V1.Model.Proto2DescriptorProto{
  enumType:
    [GoogleApi.ChromePolicy.V1.Model.Proto2EnumDescriptorProto.t()] | nil,
  field: [GoogleApi.ChromePolicy.V1.Model.Proto2FieldDescriptorProto.t()] | nil,
  name: String.t() | nil,
  nestedType: [t()] | nil,
  oneofDecl:
    [GoogleApi.ChromePolicy.V1.Model.Proto2OneofDescriptorProto.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.