GoogleApi.ChromePolicy.V1.Model.Proto2FileDescriptorProto (google_api_chrome_policy v0.2.0) View Source
Describes a complete .proto file.
Attributes
-
enumType
(type:list(GoogleApi.ChromePolicy.V1.Model.Proto2EnumDescriptorProto.t)
, default:nil
) - -
messageType
(type:list(GoogleApi.ChromePolicy.V1.Model.Proto2DescriptorProto.t)
, default:nil
) - All top-level definitions in this file. -
name
(type:String.t
, default:nil
) - file name, relative to root of source tree -
package
(type:String.t
, default:nil
) - e.g. "foo", "foo.bar", etc. -
syntax
(type:String.t
, default:nil
) - The syntax of the proto file. The supported values are "proto2" and "proto3".
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ChromePolicy.V1.Model.Proto2FileDescriptorProto{ enumType: [GoogleApi.ChromePolicy.V1.Model.Proto2EnumDescriptorProto.t()] | nil, messageType: [GoogleApi.ChromePolicy.V1.Model.Proto2DescriptorProto.t()] | nil, name: String.t() | nil, package: String.t() | nil, syntax: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.