google.protobuf.MessageOptions
Example
Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working
code.
local types = import 'types.libsonnet';
types.google.protobuf.MessageOptions
.withDeprecated(false)
.withMapEntry(false)
.withMessageSetWireFormat(false)
.withNoStandardDescriptorAccessor(false)
.withUninterpretedOption([ types.google.protobuf.UninterpretedOption ])
._validate()
Fields
Name |
Type |
One-of group |
Required |
Constraints |
deprecated |
bool
|
|
|
|
map_entry |
bool
|
|
|
|
message_set_wire_format |
bool
|
|
|
|
no_standard_descriptor_accessor |
bool
|
|
|
|
uninterpreted_option |
[]
google.protobuf.UninterpretedOption
|
|
|
|