|
@@ -412,10 +412,10 @@ func (MethodOptions_IdempotencyLevel) EnumDescriptor() ([]byte, []int) {
|
|
|
// The protocol compiler can output a FileDescriptorSet containing the .proto
|
|
// The protocol compiler can output a FileDescriptorSet containing the .proto
|
|
|
// files it parses.
|
|
// files it parses.
|
|
|
type FileDescriptorSet struct {
|
|
type FileDescriptorSet struct {
|
|
|
- File []*FileDescriptorProto `protobuf:"bytes,1,rep,name=file" json:"file,omitempty"`
|
|
|
|
|
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
- XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
- XXX_sizecache int32 `json:"-"`
|
|
|
|
|
|
|
+ File []*FileDescriptorProto `protobuf:"bytes,1,rep,name=file" json:"file,omitempty"`
|
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
+ XXX_unrecognized protoimpl.UnknownFields `json:"-"`
|
|
|
|
|
+ XXX_sizecache protoimpl.SizeCache `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *FileDescriptorSet) Reset() {
|
|
func (x *FileDescriptorSet) Reset() {
|
|
@@ -472,10 +472,10 @@ type FileDescriptorProto struct {
|
|
|
SourceCodeInfo *SourceCodeInfo `protobuf:"bytes,9,opt,name=source_code_info,json=sourceCodeInfo" json:"source_code_info,omitempty"`
|
|
SourceCodeInfo *SourceCodeInfo `protobuf:"bytes,9,opt,name=source_code_info,json=sourceCodeInfo" json:"source_code_info,omitempty"`
|
|
|
// The syntax of the proto file.
|
|
// The syntax of the proto file.
|
|
|
// The supported values are "proto2" and "proto3".
|
|
// The supported values are "proto2" and "proto3".
|
|
|
- Syntax *string `protobuf:"bytes,12,opt,name=syntax" json:"syntax,omitempty"`
|
|
|
|
|
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
- XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
- XXX_sizecache int32 `json:"-"`
|
|
|
|
|
|
|
+ Syntax *string `protobuf:"bytes,12,opt,name=syntax" json:"syntax,omitempty"`
|
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
+ XXX_unrecognized protoimpl.UnknownFields `json:"-"`
|
|
|
|
|
+ XXX_sizecache protoimpl.SizeCache `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *FileDescriptorProto) Reset() {
|
|
func (x *FileDescriptorProto) Reset() {
|
|
@@ -598,10 +598,10 @@ type DescriptorProto struct {
|
|
|
ReservedRange []*DescriptorProto_ReservedRange `protobuf:"bytes,9,rep,name=reserved_range,json=reservedRange" json:"reserved_range,omitempty"`
|
|
ReservedRange []*DescriptorProto_ReservedRange `protobuf:"bytes,9,rep,name=reserved_range,json=reservedRange" json:"reserved_range,omitempty"`
|
|
|
// Reserved field names, which may not be used by fields in the same message.
|
|
// Reserved field names, which may not be used by fields in the same message.
|
|
|
// A given name may only be reserved once.
|
|
// A given name may only be reserved once.
|
|
|
- ReservedName []string `protobuf:"bytes,10,rep,name=reserved_name,json=reservedName" json:"reserved_name,omitempty"`
|
|
|
|
|
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
- XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
- XXX_sizecache int32 `json:"-"`
|
|
|
|
|
|
|
+ ReservedName []string `protobuf:"bytes,10,rep,name=reserved_name,json=reservedName" json:"reserved_name,omitempty"`
|
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
+ XXX_unrecognized protoimpl.UnknownFields `json:"-"`
|
|
|
|
|
+ XXX_sizecache protoimpl.SizeCache `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *DescriptorProto) Reset() {
|
|
func (x *DescriptorProto) Reset() {
|
|
@@ -699,11 +699,11 @@ func (x *DescriptorProto) GetReservedName() []string {
|
|
|
|
|
|
|
|
type ExtensionRangeOptions struct {
|
|
type ExtensionRangeOptions struct {
|
|
|
// The parser stores options it doesn't recognize here. See above.
|
|
// The parser stores options it doesn't recognize here. See above.
|
|
|
- UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
|
|
|
|
|
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
- XXX_InternalExtensions protoimpl.ExtensionFieldsV1 `json:"-"`
|
|
|
|
|
- XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
- XXX_sizecache int32 `json:"-"`
|
|
|
|
|
|
|
+ UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
|
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
+ XXX_InternalExtensions protoimpl.ExtensionFields `json:"-"`
|
|
|
|
|
+ XXX_unrecognized protoimpl.UnknownFields `json:"-"`
|
|
|
|
|
+ XXX_sizecache protoimpl.SizeCache `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *ExtensionRangeOptions) Reset() {
|
|
func (x *ExtensionRangeOptions) Reset() {
|
|
@@ -775,11 +775,11 @@ type FieldDescriptorProto struct {
|
|
|
// user has set a "json_name" option on this field, that option's value
|
|
// user has set a "json_name" option on this field, that option's value
|
|
|
// will be used. Otherwise, it's deduced from the field's name by converting
|
|
// will be used. Otherwise, it's deduced from the field's name by converting
|
|
|
// it to camelCase.
|
|
// it to camelCase.
|
|
|
- JsonName *string `protobuf:"bytes,10,opt,name=json_name,json=jsonName" json:"json_name,omitempty"`
|
|
|
|
|
- Options *FieldOptions `protobuf:"bytes,8,opt,name=options" json:"options,omitempty"`
|
|
|
|
|
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
- XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
- XXX_sizecache int32 `json:"-"`
|
|
|
|
|
|
|
+ JsonName *string `protobuf:"bytes,10,opt,name=json_name,json=jsonName" json:"json_name,omitempty"`
|
|
|
|
|
+ Options *FieldOptions `protobuf:"bytes,8,opt,name=options" json:"options,omitempty"`
|
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
+ XXX_unrecognized protoimpl.UnknownFields `json:"-"`
|
|
|
|
|
+ XXX_sizecache protoimpl.SizeCache `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *FieldDescriptorProto) Reset() {
|
|
func (x *FieldDescriptorProto) Reset() {
|
|
@@ -877,11 +877,11 @@ func (x *FieldDescriptorProto) GetOptions() *FieldOptions {
|
|
|
|
|
|
|
|
// Describes a oneof.
|
|
// Describes a oneof.
|
|
|
type OneofDescriptorProto struct {
|
|
type OneofDescriptorProto struct {
|
|
|
- Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
|
|
|
|
|
- Options *OneofOptions `protobuf:"bytes,2,opt,name=options" json:"options,omitempty"`
|
|
|
|
|
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
- XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
- XXX_sizecache int32 `json:"-"`
|
|
|
|
|
|
|
+ Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
|
|
|
|
|
+ Options *OneofOptions `protobuf:"bytes,2,opt,name=options" json:"options,omitempty"`
|
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
+ XXX_unrecognized protoimpl.UnknownFields `json:"-"`
|
|
|
|
|
+ XXX_sizecache protoimpl.SizeCache `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *OneofDescriptorProto) Reset() {
|
|
func (x *OneofDescriptorProto) Reset() {
|
|
@@ -932,10 +932,10 @@ type EnumDescriptorProto struct {
|
|
|
ReservedRange []*EnumDescriptorProto_EnumReservedRange `protobuf:"bytes,4,rep,name=reserved_range,json=reservedRange" json:"reserved_range,omitempty"`
|
|
ReservedRange []*EnumDescriptorProto_EnumReservedRange `protobuf:"bytes,4,rep,name=reserved_range,json=reservedRange" json:"reserved_range,omitempty"`
|
|
|
// Reserved enum value names, which may not be reused. A given name may only
|
|
// Reserved enum value names, which may not be reused. A given name may only
|
|
|
// be reserved once.
|
|
// be reserved once.
|
|
|
- ReservedName []string `protobuf:"bytes,5,rep,name=reserved_name,json=reservedName" json:"reserved_name,omitempty"`
|
|
|
|
|
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
- XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
- XXX_sizecache int32 `json:"-"`
|
|
|
|
|
|
|
+ ReservedName []string `protobuf:"bytes,5,rep,name=reserved_name,json=reservedName" json:"reserved_name,omitempty"`
|
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
+ XXX_unrecognized protoimpl.UnknownFields `json:"-"`
|
|
|
|
|
+ XXX_sizecache protoimpl.SizeCache `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *EnumDescriptorProto) Reset() {
|
|
func (x *EnumDescriptorProto) Reset() {
|
|
@@ -998,12 +998,12 @@ func (x *EnumDescriptorProto) GetReservedName() []string {
|
|
|
|
|
|
|
|
// Describes a value within an enum.
|
|
// Describes a value within an enum.
|
|
|
type EnumValueDescriptorProto struct {
|
|
type EnumValueDescriptorProto struct {
|
|
|
- Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
|
|
|
|
|
- Number *int32 `protobuf:"varint,2,opt,name=number" json:"number,omitempty"`
|
|
|
|
|
- Options *EnumValueOptions `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"`
|
|
|
|
|
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
- XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
- XXX_sizecache int32 `json:"-"`
|
|
|
|
|
|
|
+ Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
|
|
|
|
|
+ Number *int32 `protobuf:"varint,2,opt,name=number" json:"number,omitempty"`
|
|
|
|
|
+ Options *EnumValueOptions `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"`
|
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
+ XXX_unrecognized protoimpl.UnknownFields `json:"-"`
|
|
|
|
|
+ XXX_sizecache protoimpl.SizeCache `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *EnumValueDescriptorProto) Reset() {
|
|
func (x *EnumValueDescriptorProto) Reset() {
|
|
@@ -1056,8 +1056,8 @@ type ServiceDescriptorProto struct {
|
|
|
Method []*MethodDescriptorProto `protobuf:"bytes,2,rep,name=method" json:"method,omitempty"`
|
|
Method []*MethodDescriptorProto `protobuf:"bytes,2,rep,name=method" json:"method,omitempty"`
|
|
|
Options *ServiceOptions `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"`
|
|
Options *ServiceOptions `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"`
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
- XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
- XXX_sizecache int32 `json:"-"`
|
|
|
|
|
|
|
+ XXX_unrecognized protoimpl.UnknownFields `json:"-"`
|
|
|
|
|
+ XXX_sizecache protoimpl.SizeCache `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *ServiceDescriptorProto) Reset() {
|
|
func (x *ServiceDescriptorProto) Reset() {
|
|
@@ -1115,10 +1115,10 @@ type MethodDescriptorProto struct {
|
|
|
// Identifies if client streams multiple client messages
|
|
// Identifies if client streams multiple client messages
|
|
|
ClientStreaming *bool `protobuf:"varint,5,opt,name=client_streaming,json=clientStreaming,def=0" json:"client_streaming,omitempty"`
|
|
ClientStreaming *bool `protobuf:"varint,5,opt,name=client_streaming,json=clientStreaming,def=0" json:"client_streaming,omitempty"`
|
|
|
// Identifies if server streams multiple server messages
|
|
// Identifies if server streams multiple server messages
|
|
|
- ServerStreaming *bool `protobuf:"varint,6,opt,name=server_streaming,json=serverStreaming,def=0" json:"server_streaming,omitempty"`
|
|
|
|
|
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
- XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
- XXX_sizecache int32 `json:"-"`
|
|
|
|
|
|
|
+ ServerStreaming *bool `protobuf:"varint,6,opt,name=server_streaming,json=serverStreaming,def=0" json:"server_streaming,omitempty"`
|
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
+ XXX_unrecognized protoimpl.UnknownFields `json:"-"`
|
|
|
|
|
+ XXX_sizecache protoimpl.SizeCache `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *MethodDescriptorProto) Reset() {
|
|
func (x *MethodDescriptorProto) Reset() {
|
|
@@ -1273,11 +1273,11 @@ type FileOptions struct {
|
|
|
RubyPackage *string `protobuf:"bytes,45,opt,name=ruby_package,json=rubyPackage" json:"ruby_package,omitempty"`
|
|
RubyPackage *string `protobuf:"bytes,45,opt,name=ruby_package,json=rubyPackage" json:"ruby_package,omitempty"`
|
|
|
// The parser stores options it doesn't recognize here.
|
|
// The parser stores options it doesn't recognize here.
|
|
|
// See the documentation for the "Options" section above.
|
|
// See the documentation for the "Options" section above.
|
|
|
- UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
|
|
|
|
|
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
- XXX_InternalExtensions protoimpl.ExtensionFieldsV1 `json:"-"`
|
|
|
|
|
- XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
- XXX_sizecache int32 `json:"-"`
|
|
|
|
|
|
|
+ UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
|
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
+ XXX_InternalExtensions protoimpl.ExtensionFields `json:"-"`
|
|
|
|
|
+ XXX_unrecognized protoimpl.UnknownFields `json:"-"`
|
|
|
|
|
+ XXX_sizecache protoimpl.SizeCache `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *FileOptions) Reset() {
|
|
func (x *FileOptions) Reset() {
|
|
@@ -1522,11 +1522,11 @@ type MessageOptions struct {
|
|
|
// parser.
|
|
// parser.
|
|
|
MapEntry *bool `protobuf:"varint,7,opt,name=map_entry,json=mapEntry" json:"map_entry,omitempty"`
|
|
MapEntry *bool `protobuf:"varint,7,opt,name=map_entry,json=mapEntry" json:"map_entry,omitempty"`
|
|
|
// The parser stores options it doesn't recognize here. See above.
|
|
// The parser stores options it doesn't recognize here. See above.
|
|
|
- UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
|
|
|
|
|
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
- XXX_InternalExtensions protoimpl.ExtensionFieldsV1 `json:"-"`
|
|
|
|
|
- XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
- XXX_sizecache int32 `json:"-"`
|
|
|
|
|
|
|
+ UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
|
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
+ XXX_InternalExtensions protoimpl.ExtensionFields `json:"-"`
|
|
|
|
|
+ XXX_unrecognized protoimpl.UnknownFields `json:"-"`
|
|
|
|
|
+ XXX_sizecache protoimpl.SizeCache `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *MessageOptions) Reset() {
|
|
func (x *MessageOptions) Reset() {
|
|
@@ -1661,11 +1661,11 @@ type FieldOptions struct {
|
|
|
// For Google-internal migration only. Do not use.
|
|
// For Google-internal migration only. Do not use.
|
|
|
Weak *bool `protobuf:"varint,10,opt,name=weak,def=0" json:"weak,omitempty"`
|
|
Weak *bool `protobuf:"varint,10,opt,name=weak,def=0" json:"weak,omitempty"`
|
|
|
// The parser stores options it doesn't recognize here. See above.
|
|
// The parser stores options it doesn't recognize here. See above.
|
|
|
- UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
|
|
|
|
|
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
- XXX_InternalExtensions protoimpl.ExtensionFieldsV1 `json:"-"`
|
|
|
|
|
- XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
- XXX_sizecache int32 `json:"-"`
|
|
|
|
|
|
|
+ UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
|
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
+ XXX_InternalExtensions protoimpl.ExtensionFields `json:"-"`
|
|
|
|
|
+ XXX_unrecognized protoimpl.UnknownFields `json:"-"`
|
|
|
|
|
+ XXX_sizecache protoimpl.SizeCache `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *FieldOptions) Reset() {
|
|
func (x *FieldOptions) Reset() {
|
|
@@ -1757,11 +1757,11 @@ func (x *FieldOptions) GetUninterpretedOption() []*UninterpretedOption {
|
|
|
|
|
|
|
|
type OneofOptions struct {
|
|
type OneofOptions struct {
|
|
|
// The parser stores options it doesn't recognize here. See above.
|
|
// The parser stores options it doesn't recognize here. See above.
|
|
|
- UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
|
|
|
|
|
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
- XXX_InternalExtensions protoimpl.ExtensionFieldsV1 `json:"-"`
|
|
|
|
|
- XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
- XXX_sizecache int32 `json:"-"`
|
|
|
|
|
|
|
+ UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
|
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
+ XXX_InternalExtensions protoimpl.ExtensionFields `json:"-"`
|
|
|
|
|
+ XXX_unrecognized protoimpl.UnknownFields `json:"-"`
|
|
|
|
|
+ XXX_sizecache protoimpl.SizeCache `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *OneofOptions) Reset() {
|
|
func (x *OneofOptions) Reset() {
|
|
@@ -1813,11 +1813,11 @@ type EnumOptions struct {
|
|
|
// is a formalization for deprecating enums.
|
|
// is a formalization for deprecating enums.
|
|
|
Deprecated *bool `protobuf:"varint,3,opt,name=deprecated,def=0" json:"deprecated,omitempty"`
|
|
Deprecated *bool `protobuf:"varint,3,opt,name=deprecated,def=0" json:"deprecated,omitempty"`
|
|
|
// The parser stores options it doesn't recognize here. See above.
|
|
// The parser stores options it doesn't recognize here. See above.
|
|
|
- UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
|
|
|
|
|
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
- XXX_InternalExtensions protoimpl.ExtensionFieldsV1 `json:"-"`
|
|
|
|
|
- XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
- XXX_sizecache int32 `json:"-"`
|
|
|
|
|
|
|
+ UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
|
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
+ XXX_InternalExtensions protoimpl.ExtensionFields `json:"-"`
|
|
|
|
|
+ XXX_unrecognized protoimpl.UnknownFields `json:"-"`
|
|
|
|
|
+ XXX_sizecache protoimpl.SizeCache `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *EnumOptions) Reset() {
|
|
func (x *EnumOptions) Reset() {
|
|
@@ -1882,11 +1882,11 @@ type EnumValueOptions struct {
|
|
|
// this is a formalization for deprecating enum values.
|
|
// this is a formalization for deprecating enum values.
|
|
|
Deprecated *bool `protobuf:"varint,1,opt,name=deprecated,def=0" json:"deprecated,omitempty"`
|
|
Deprecated *bool `protobuf:"varint,1,opt,name=deprecated,def=0" json:"deprecated,omitempty"`
|
|
|
// The parser stores options it doesn't recognize here. See above.
|
|
// The parser stores options it doesn't recognize here. See above.
|
|
|
- UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
|
|
|
|
|
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
- XXX_InternalExtensions protoimpl.ExtensionFieldsV1 `json:"-"`
|
|
|
|
|
- XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
- XXX_sizecache int32 `json:"-"`
|
|
|
|
|
|
|
+ UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
|
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
+ XXX_InternalExtensions protoimpl.ExtensionFields `json:"-"`
|
|
|
|
|
+ XXX_unrecognized protoimpl.UnknownFields `json:"-"`
|
|
|
|
|
+ XXX_sizecache protoimpl.SizeCache `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *EnumValueOptions) Reset() {
|
|
func (x *EnumValueOptions) Reset() {
|
|
@@ -1944,11 +1944,11 @@ type ServiceOptions struct {
|
|
|
// this is a formalization for deprecating services.
|
|
// this is a formalization for deprecating services.
|
|
|
Deprecated *bool `protobuf:"varint,33,opt,name=deprecated,def=0" json:"deprecated,omitempty"`
|
|
Deprecated *bool `protobuf:"varint,33,opt,name=deprecated,def=0" json:"deprecated,omitempty"`
|
|
|
// The parser stores options it doesn't recognize here. See above.
|
|
// The parser stores options it doesn't recognize here. See above.
|
|
|
- UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
|
|
|
|
|
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
- XXX_InternalExtensions protoimpl.ExtensionFieldsV1 `json:"-"`
|
|
|
|
|
- XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
- XXX_sizecache int32 `json:"-"`
|
|
|
|
|
|
|
+ UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
|
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
+ XXX_InternalExtensions protoimpl.ExtensionFields `json:"-"`
|
|
|
|
|
+ XXX_unrecognized protoimpl.UnknownFields `json:"-"`
|
|
|
|
|
+ XXX_sizecache protoimpl.SizeCache `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *ServiceOptions) Reset() {
|
|
func (x *ServiceOptions) Reset() {
|
|
@@ -2007,11 +2007,11 @@ type MethodOptions struct {
|
|
|
Deprecated *bool `protobuf:"varint,33,opt,name=deprecated,def=0" json:"deprecated,omitempty"`
|
|
Deprecated *bool `protobuf:"varint,33,opt,name=deprecated,def=0" json:"deprecated,omitempty"`
|
|
|
IdempotencyLevel *MethodOptions_IdempotencyLevel `protobuf:"varint,34,opt,name=idempotency_level,json=idempotencyLevel,enum=google.protobuf.MethodOptions_IdempotencyLevel,def=0" json:"idempotency_level,omitempty"`
|
|
IdempotencyLevel *MethodOptions_IdempotencyLevel `protobuf:"varint,34,opt,name=idempotency_level,json=idempotencyLevel,enum=google.protobuf.MethodOptions_IdempotencyLevel,def=0" json:"idempotency_level,omitempty"`
|
|
|
// The parser stores options it doesn't recognize here. See above.
|
|
// The parser stores options it doesn't recognize here. See above.
|
|
|
- UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
|
|
|
|
|
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
- XXX_InternalExtensions protoimpl.ExtensionFieldsV1 `json:"-"`
|
|
|
|
|
- XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
- XXX_sizecache int32 `json:"-"`
|
|
|
|
|
|
|
+ UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
|
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
+ XXX_InternalExtensions protoimpl.ExtensionFields `json:"-"`
|
|
|
|
|
+ XXX_unrecognized protoimpl.UnknownFields `json:"-"`
|
|
|
|
|
+ XXX_sizecache protoimpl.SizeCache `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *MethodOptions) Reset() {
|
|
func (x *MethodOptions) Reset() {
|
|
@@ -2080,15 +2080,15 @@ type UninterpretedOption struct {
|
|
|
Name []*UninterpretedOption_NamePart `protobuf:"bytes,2,rep,name=name" json:"name,omitempty"`
|
|
Name []*UninterpretedOption_NamePart `protobuf:"bytes,2,rep,name=name" json:"name,omitempty"`
|
|
|
// The value of the uninterpreted option, in whatever type the tokenizer
|
|
// The value of the uninterpreted option, in whatever type the tokenizer
|
|
|
// identified it as during parsing. Exactly one of these should be set.
|
|
// identified it as during parsing. Exactly one of these should be set.
|
|
|
- IdentifierValue *string `protobuf:"bytes,3,opt,name=identifier_value,json=identifierValue" json:"identifier_value,omitempty"`
|
|
|
|
|
- PositiveIntValue *uint64 `protobuf:"varint,4,opt,name=positive_int_value,json=positiveIntValue" json:"positive_int_value,omitempty"`
|
|
|
|
|
- NegativeIntValue *int64 `protobuf:"varint,5,opt,name=negative_int_value,json=negativeIntValue" json:"negative_int_value,omitempty"`
|
|
|
|
|
- DoubleValue *float64 `protobuf:"fixed64,6,opt,name=double_value,json=doubleValue" json:"double_value,omitempty"`
|
|
|
|
|
- StringValue []byte `protobuf:"bytes,7,opt,name=string_value,json=stringValue" json:"string_value,omitempty"`
|
|
|
|
|
- AggregateValue *string `protobuf:"bytes,8,opt,name=aggregate_value,json=aggregateValue" json:"aggregate_value,omitempty"`
|
|
|
|
|
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
- XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
- XXX_sizecache int32 `json:"-"`
|
|
|
|
|
|
|
+ IdentifierValue *string `protobuf:"bytes,3,opt,name=identifier_value,json=identifierValue" json:"identifier_value,omitempty"`
|
|
|
|
|
+ PositiveIntValue *uint64 `protobuf:"varint,4,opt,name=positive_int_value,json=positiveIntValue" json:"positive_int_value,omitempty"`
|
|
|
|
|
+ NegativeIntValue *int64 `protobuf:"varint,5,opt,name=negative_int_value,json=negativeIntValue" json:"negative_int_value,omitempty"`
|
|
|
|
|
+ DoubleValue *float64 `protobuf:"fixed64,6,opt,name=double_value,json=doubleValue" json:"double_value,omitempty"`
|
|
|
|
|
+ StringValue []byte `protobuf:"bytes,7,opt,name=string_value,json=stringValue" json:"string_value,omitempty"`
|
|
|
|
|
+ AggregateValue *string `protobuf:"bytes,8,opt,name=aggregate_value,json=aggregateValue" json:"aggregate_value,omitempty"`
|
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
+ XXX_unrecognized protoimpl.UnknownFields `json:"-"`
|
|
|
|
|
+ XXX_sizecache protoimpl.SizeCache `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *UninterpretedOption) Reset() {
|
|
func (x *UninterpretedOption) Reset() {
|
|
@@ -2211,8 +2211,8 @@ type SourceCodeInfo struct {
|
|
|
// be recorded in the future.
|
|
// be recorded in the future.
|
|
|
Location []*SourceCodeInfo_Location `protobuf:"bytes,1,rep,name=location" json:"location,omitempty"`
|
|
Location []*SourceCodeInfo_Location `protobuf:"bytes,1,rep,name=location" json:"location,omitempty"`
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
- XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
- XXX_sizecache int32 `json:"-"`
|
|
|
|
|
|
|
+ XXX_unrecognized protoimpl.UnknownFields `json:"-"`
|
|
|
|
|
+ XXX_sizecache protoimpl.SizeCache `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *SourceCodeInfo) Reset() {
|
|
func (x *SourceCodeInfo) Reset() {
|
|
@@ -2253,8 +2253,8 @@ type GeneratedCodeInfo struct {
|
|
|
// of its generating .proto file.
|
|
// of its generating .proto file.
|
|
|
Annotation []*GeneratedCodeInfo_Annotation `protobuf:"bytes,1,rep,name=annotation" json:"annotation,omitempty"`
|
|
Annotation []*GeneratedCodeInfo_Annotation `protobuf:"bytes,1,rep,name=annotation" json:"annotation,omitempty"`
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
- XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
- XXX_sizecache int32 `json:"-"`
|
|
|
|
|
|
|
+ XXX_unrecognized protoimpl.UnknownFields `json:"-"`
|
|
|
|
|
+ XXX_sizecache protoimpl.SizeCache `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *GeneratedCodeInfo) Reset() {
|
|
func (x *GeneratedCodeInfo) Reset() {
|
|
@@ -2288,12 +2288,12 @@ func (x *GeneratedCodeInfo) GetAnnotation() []*GeneratedCodeInfo_Annotation {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
type DescriptorProto_ExtensionRange struct {
|
|
type DescriptorProto_ExtensionRange struct {
|
|
|
- Start *int32 `protobuf:"varint,1,opt,name=start" json:"start,omitempty"`
|
|
|
|
|
- End *int32 `protobuf:"varint,2,opt,name=end" json:"end,omitempty"`
|
|
|
|
|
- Options *ExtensionRangeOptions `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"`
|
|
|
|
|
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
- XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
- XXX_sizecache int32 `json:"-"`
|
|
|
|
|
|
|
+ Start *int32 `protobuf:"varint,1,opt,name=start" json:"start,omitempty"`
|
|
|
|
|
+ End *int32 `protobuf:"varint,2,opt,name=end" json:"end,omitempty"`
|
|
|
|
|
+ Options *ExtensionRangeOptions `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"`
|
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
+ XXX_unrecognized protoimpl.UnknownFields `json:"-"`
|
|
|
|
|
+ XXX_sizecache protoimpl.SizeCache `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *DescriptorProto_ExtensionRange) Reset() {
|
|
func (x *DescriptorProto_ExtensionRange) Reset() {
|
|
@@ -2344,11 +2344,11 @@ func (x *DescriptorProto_ExtensionRange) GetOptions() *ExtensionRangeOptions {
|
|
|
// fields or extension ranges in the same message. Reserved ranges may
|
|
// fields or extension ranges in the same message. Reserved ranges may
|
|
|
// not overlap.
|
|
// not overlap.
|
|
|
type DescriptorProto_ReservedRange struct {
|
|
type DescriptorProto_ReservedRange struct {
|
|
|
- Start *int32 `protobuf:"varint,1,opt,name=start" json:"start,omitempty"`
|
|
|
|
|
- End *int32 `protobuf:"varint,2,opt,name=end" json:"end,omitempty"`
|
|
|
|
|
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
- XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
- XXX_sizecache int32 `json:"-"`
|
|
|
|
|
|
|
+ Start *int32 `protobuf:"varint,1,opt,name=start" json:"start,omitempty"`
|
|
|
|
|
+ End *int32 `protobuf:"varint,2,opt,name=end" json:"end,omitempty"`
|
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
+ XXX_unrecognized protoimpl.UnknownFields `json:"-"`
|
|
|
|
|
+ XXX_sizecache protoimpl.SizeCache `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *DescriptorProto_ReservedRange) Reset() {
|
|
func (x *DescriptorProto_ReservedRange) Reset() {
|
|
@@ -2395,11 +2395,11 @@ func (x *DescriptorProto_ReservedRange) GetEnd() int32 {
|
|
|
// is inclusive such that it can appropriately represent the entire int32
|
|
// is inclusive such that it can appropriately represent the entire int32
|
|
|
// domain.
|
|
// domain.
|
|
|
type EnumDescriptorProto_EnumReservedRange struct {
|
|
type EnumDescriptorProto_EnumReservedRange struct {
|
|
|
- Start *int32 `protobuf:"varint,1,opt,name=start" json:"start,omitempty"`
|
|
|
|
|
- End *int32 `protobuf:"varint,2,opt,name=end" json:"end,omitempty"`
|
|
|
|
|
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
- XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
- XXX_sizecache int32 `json:"-"`
|
|
|
|
|
|
|
+ Start *int32 `protobuf:"varint,1,opt,name=start" json:"start,omitempty"`
|
|
|
|
|
+ End *int32 `protobuf:"varint,2,opt,name=end" json:"end,omitempty"`
|
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
+ XXX_unrecognized protoimpl.UnknownFields `json:"-"`
|
|
|
|
|
+ XXX_sizecache protoimpl.SizeCache `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *EnumDescriptorProto_EnumReservedRange) Reset() {
|
|
func (x *EnumDescriptorProto_EnumReservedRange) Reset() {
|
|
@@ -2445,11 +2445,11 @@ func (x *EnumDescriptorProto_EnumReservedRange) GetEnd() int32 {
|
|
|
// E.g.,{ ["foo", false], ["bar.baz", true], ["qux", false] } represents
|
|
// E.g.,{ ["foo", false], ["bar.baz", true], ["qux", false] } represents
|
|
|
// "foo.(bar.baz).qux".
|
|
// "foo.(bar.baz).qux".
|
|
|
type UninterpretedOption_NamePart struct {
|
|
type UninterpretedOption_NamePart struct {
|
|
|
- NamePart *string `protobuf:"bytes,1,req,name=name_part,json=namePart" json:"name_part,omitempty"`
|
|
|
|
|
- IsExtension *bool `protobuf:"varint,2,req,name=is_extension,json=isExtension" json:"is_extension,omitempty"`
|
|
|
|
|
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
- XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
- XXX_sizecache int32 `json:"-"`
|
|
|
|
|
|
|
+ NamePart *string `protobuf:"bytes,1,req,name=name_part,json=namePart" json:"name_part,omitempty"`
|
|
|
|
|
+ IsExtension *bool `protobuf:"varint,2,req,name=is_extension,json=isExtension" json:"is_extension,omitempty"`
|
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
+ XXX_unrecognized protoimpl.UnknownFields `json:"-"`
|
|
|
|
|
+ XXX_sizecache protoimpl.SizeCache `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *UninterpretedOption_NamePart) Reset() {
|
|
func (x *UninterpretedOption_NamePart) Reset() {
|
|
@@ -2567,12 +2567,12 @@ type SourceCodeInfo_Location struct {
|
|
|
// optional int32 grault = 6;
|
|
// optional int32 grault = 6;
|
|
|
//
|
|
//
|
|
|
// // ignored detached comments.
|
|
// // ignored detached comments.
|
|
|
- LeadingComments *string `protobuf:"bytes,3,opt,name=leading_comments,json=leadingComments" json:"leading_comments,omitempty"`
|
|
|
|
|
- TrailingComments *string `protobuf:"bytes,4,opt,name=trailing_comments,json=trailingComments" json:"trailing_comments,omitempty"`
|
|
|
|
|
- LeadingDetachedComments []string `protobuf:"bytes,6,rep,name=leading_detached_comments,json=leadingDetachedComments" json:"leading_detached_comments,omitempty"`
|
|
|
|
|
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
- XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
- XXX_sizecache int32 `json:"-"`
|
|
|
|
|
|
|
+ LeadingComments *string `protobuf:"bytes,3,opt,name=leading_comments,json=leadingComments" json:"leading_comments,omitempty"`
|
|
|
|
|
+ TrailingComments *string `protobuf:"bytes,4,opt,name=trailing_comments,json=trailingComments" json:"trailing_comments,omitempty"`
|
|
|
|
|
+ LeadingDetachedComments []string `protobuf:"bytes,6,rep,name=leading_detached_comments,json=leadingDetachedComments" json:"leading_detached_comments,omitempty"`
|
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
+ XXX_unrecognized protoimpl.UnknownFields `json:"-"`
|
|
|
|
|
+ XXX_sizecache protoimpl.SizeCache `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *SourceCodeInfo_Location) Reset() {
|
|
func (x *SourceCodeInfo_Location) Reset() {
|
|
@@ -2645,10 +2645,10 @@ type GeneratedCodeInfo_Annotation struct {
|
|
|
// Identifies the ending offset in bytes in the generated code that
|
|
// Identifies the ending offset in bytes in the generated code that
|
|
|
// relates to the identified offset. The end offset should be one past
|
|
// relates to the identified offset. The end offset should be one past
|
|
|
// the last relevant byte (so the length of the text = end - begin).
|
|
// the last relevant byte (so the length of the text = end - begin).
|
|
|
- End *int32 `protobuf:"varint,4,opt,name=end" json:"end,omitempty"`
|
|
|
|
|
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
- XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
- XXX_sizecache int32 `json:"-"`
|
|
|
|
|
|
|
+ End *int32 `protobuf:"varint,4,opt,name=end" json:"end,omitempty"`
|
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
+ XXX_unrecognized protoimpl.UnknownFields `json:"-"`
|
|
|
|
|
+ XXX_sizecache protoimpl.SizeCache `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *GeneratedCodeInfo_Annotation) Reset() {
|
|
func (x *GeneratedCodeInfo_Annotation) Reset() {
|