GoogleApi.ChromePolicy.V1.Model.Proto2DescriptorProto (google_api_chrome_policy v0.6.0)

View Source

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) -
  • visibility (type: String.t, default: nil) - Support for export and local keywords on enums.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@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,
  visibility: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.