mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-30 12:32:36 +00:00
0d3e8cc096
Allow message implementations to provide optimized versions of standard operations. Generated messages now include a ProtoReflectMethods method, returning a protoiface.Methods struct containing pointers to assorted optional functions. The Methods struct also includes a Flags field indicating support for optional features such as deterministic marshaling. Implementation of the fast paths (and tests) will come in later CLs. Change-Id: Idd1beed0ecf43ec5e5e7b8da2ee1e08d3ce32213 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/170340 Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
747 lines
43 KiB
Go
747 lines
43 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// source: extensions/proto3/ext3.proto
|
|
|
|
package proto3
|
|
|
|
import (
|
|
protoreflect "github.com/golang/protobuf/v2/reflect/protoreflect"
|
|
protoregistry "github.com/golang/protobuf/v2/reflect/protoregistry"
|
|
protoiface "github.com/golang/protobuf/v2/runtime/protoiface"
|
|
protoimpl "github.com/golang/protobuf/v2/runtime/protoimpl"
|
|
descriptor "github.com/golang/protobuf/v2/types/descriptor"
|
|
sync "sync"
|
|
)
|
|
|
|
const _ = protoimpl.EnforceVersion(protoimpl.Version - 0)
|
|
|
|
type Enum int32
|
|
|
|
const (
|
|
Enum_ZERO Enum = 0
|
|
)
|
|
|
|
// Deprecated: Use Enum.Type.Values instead.
|
|
var Enum_name = map[int32]string{
|
|
0: "ZERO",
|
|
}
|
|
|
|
// Deprecated: Use Enum.Type.Values instead.
|
|
var Enum_value = map[string]int32{
|
|
"ZERO": 0,
|
|
}
|
|
|
|
func (x Enum) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Type(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (Enum) Type() protoreflect.EnumType {
|
|
return xxx_File_extensions_proto3_ext3_proto_enumTypes[0]
|
|
}
|
|
|
|
func (x Enum) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Use Enum.Type instead.
|
|
func (Enum) EnumDescriptor() ([]byte, []int) {
|
|
return xxx_File_extensions_proto3_ext3_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
type Message struct {
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (x *Message) Reset() {
|
|
*x = Message{}
|
|
}
|
|
|
|
func (x *Message) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Message) ProtoMessage() {}
|
|
|
|
func (x *Message) ProtoReflect() protoreflect.Message {
|
|
return xxx_File_extensions_proto3_ext3_proto_messageTypes[0].MessageOf(x)
|
|
}
|
|
|
|
func (m *Message) XXX_Methods() *protoiface.Methods {
|
|
return xxx_File_extensions_proto3_ext3_proto_messageTypes[0].Methods()
|
|
}
|
|
|
|
// Deprecated: Use Message.ProtoReflect.Type instead.
|
|
func (*Message) Descriptor() ([]byte, []int) {
|
|
return xxx_File_extensions_proto3_ext3_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
var xxx_File_extensions_proto3_ext3_proto_extDescs = []protoiface.ExtensionDescV1{
|
|
{
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
ExtensionType: (*bool)(nil),
|
|
Field: 1001,
|
|
Name: "goproto.protoc.extension.proto3.extension_bool",
|
|
Tag: "varint,1001,opt,name=extension_bool",
|
|
Filename: "extensions/proto3/ext3.proto",
|
|
},
|
|
{
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
ExtensionType: (*Enum)(nil),
|
|
Field: 1002,
|
|
Name: "goproto.protoc.extension.proto3.extension_enum",
|
|
Tag: "varint,1002,opt,name=extension_enum,enum=goproto.protoc.extension.proto3.Enum",
|
|
Filename: "extensions/proto3/ext3.proto",
|
|
},
|
|
{
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
ExtensionType: (*int32)(nil),
|
|
Field: 1003,
|
|
Name: "goproto.protoc.extension.proto3.extension_int32",
|
|
Tag: "varint,1003,opt,name=extension_int32",
|
|
Filename: "extensions/proto3/ext3.proto",
|
|
},
|
|
{
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
ExtensionType: (*int32)(nil),
|
|
Field: 1004,
|
|
Name: "goproto.protoc.extension.proto3.extension_sint32",
|
|
Tag: "zigzag32,1004,opt,name=extension_sint32",
|
|
Filename: "extensions/proto3/ext3.proto",
|
|
},
|
|
{
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
ExtensionType: (*uint32)(nil),
|
|
Field: 1005,
|
|
Name: "goproto.protoc.extension.proto3.extension_uint32",
|
|
Tag: "varint,1005,opt,name=extension_uint32",
|
|
Filename: "extensions/proto3/ext3.proto",
|
|
},
|
|
{
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
ExtensionType: (*int64)(nil),
|
|
Field: 1006,
|
|
Name: "goproto.protoc.extension.proto3.extension_int64",
|
|
Tag: "varint,1006,opt,name=extension_int64",
|
|
Filename: "extensions/proto3/ext3.proto",
|
|
},
|
|
{
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
ExtensionType: (*int64)(nil),
|
|
Field: 1007,
|
|
Name: "goproto.protoc.extension.proto3.extension_sint64",
|
|
Tag: "zigzag64,1007,opt,name=extension_sint64",
|
|
Filename: "extensions/proto3/ext3.proto",
|
|
},
|
|
{
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
ExtensionType: (*uint64)(nil),
|
|
Field: 1008,
|
|
Name: "goproto.protoc.extension.proto3.extension_uint64",
|
|
Tag: "varint,1008,opt,name=extension_uint64",
|
|
Filename: "extensions/proto3/ext3.proto",
|
|
},
|
|
{
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
ExtensionType: (*int32)(nil),
|
|
Field: 1009,
|
|
Name: "goproto.protoc.extension.proto3.extension_sfixed32",
|
|
Tag: "fixed32,1009,opt,name=extension_sfixed32",
|
|
Filename: "extensions/proto3/ext3.proto",
|
|
},
|
|
{
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
ExtensionType: (*uint32)(nil),
|
|
Field: 1010,
|
|
Name: "goproto.protoc.extension.proto3.extension_fixed32",
|
|
Tag: "fixed32,1010,opt,name=extension_fixed32",
|
|
Filename: "extensions/proto3/ext3.proto",
|
|
},
|
|
{
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
ExtensionType: (*float32)(nil),
|
|
Field: 1011,
|
|
Name: "goproto.protoc.extension.proto3.extension_float",
|
|
Tag: "fixed32,1011,opt,name=extension_float",
|
|
Filename: "extensions/proto3/ext3.proto",
|
|
},
|
|
{
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
ExtensionType: (*int64)(nil),
|
|
Field: 1012,
|
|
Name: "goproto.protoc.extension.proto3.extension_sfixed64",
|
|
Tag: "fixed64,1012,opt,name=extension_sfixed64",
|
|
Filename: "extensions/proto3/ext3.proto",
|
|
},
|
|
{
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
ExtensionType: (*uint64)(nil),
|
|
Field: 1013,
|
|
Name: "goproto.protoc.extension.proto3.extension_fixed64",
|
|
Tag: "fixed64,1013,opt,name=extension_fixed64",
|
|
Filename: "extensions/proto3/ext3.proto",
|
|
},
|
|
{
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
ExtensionType: (*float64)(nil),
|
|
Field: 1014,
|
|
Name: "goproto.protoc.extension.proto3.extension_double",
|
|
Tag: "fixed64,1014,opt,name=extension_double",
|
|
Filename: "extensions/proto3/ext3.proto",
|
|
},
|
|
{
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
ExtensionType: (*string)(nil),
|
|
Field: 1015,
|
|
Name: "goproto.protoc.extension.proto3.extension_string",
|
|
Tag: "bytes,1015,opt,name=extension_string",
|
|
Filename: "extensions/proto3/ext3.proto",
|
|
},
|
|
{
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
ExtensionType: ([]byte)(nil),
|
|
Field: 1016,
|
|
Name: "goproto.protoc.extension.proto3.extension_bytes",
|
|
Tag: "bytes,1016,opt,name=extension_bytes",
|
|
Filename: "extensions/proto3/ext3.proto",
|
|
},
|
|
{
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
ExtensionType: (*Message)(nil),
|
|
Field: 1017,
|
|
Name: "goproto.protoc.extension.proto3.extension_Message",
|
|
Tag: "bytes,1017,opt,name=extension_Message",
|
|
Filename: "extensions/proto3/ext3.proto",
|
|
},
|
|
{
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
ExtensionType: ([]bool)(nil),
|
|
Field: 2001,
|
|
Name: "goproto.protoc.extension.proto3.repeated_extension_bool",
|
|
Tag: "varint,2001,rep,name=repeated_extension_bool",
|
|
Filename: "extensions/proto3/ext3.proto",
|
|
},
|
|
{
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
ExtensionType: ([]Enum)(nil),
|
|
Field: 2002,
|
|
Name: "goproto.protoc.extension.proto3.repeated_extension_enum",
|
|
Tag: "varint,2002,rep,name=repeated_extension_enum,enum=goproto.protoc.extension.proto3.Enum",
|
|
Filename: "extensions/proto3/ext3.proto",
|
|
},
|
|
{
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
ExtensionType: ([]int32)(nil),
|
|
Field: 2003,
|
|
Name: "goproto.protoc.extension.proto3.repeated_extension_int32",
|
|
Tag: "varint,2003,rep,name=repeated_extension_int32",
|
|
Filename: "extensions/proto3/ext3.proto",
|
|
},
|
|
{
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
ExtensionType: ([]int32)(nil),
|
|
Field: 2004,
|
|
Name: "goproto.protoc.extension.proto3.repeated_extension_sint32",
|
|
Tag: "zigzag32,2004,rep,name=repeated_extension_sint32",
|
|
Filename: "extensions/proto3/ext3.proto",
|
|
},
|
|
{
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
ExtensionType: ([]uint32)(nil),
|
|
Field: 2005,
|
|
Name: "goproto.protoc.extension.proto3.repeated_extension_uint32",
|
|
Tag: "varint,2005,rep,name=repeated_extension_uint32",
|
|
Filename: "extensions/proto3/ext3.proto",
|
|
},
|
|
{
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
ExtensionType: ([]int64)(nil),
|
|
Field: 2006,
|
|
Name: "goproto.protoc.extension.proto3.repeated_extension_int64",
|
|
Tag: "varint,2006,rep,name=repeated_extension_int64",
|
|
Filename: "extensions/proto3/ext3.proto",
|
|
},
|
|
{
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
ExtensionType: ([]int64)(nil),
|
|
Field: 2007,
|
|
Name: "goproto.protoc.extension.proto3.repeated_extension_sint64",
|
|
Tag: "zigzag64,2007,rep,name=repeated_extension_sint64",
|
|
Filename: "extensions/proto3/ext3.proto",
|
|
},
|
|
{
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
ExtensionType: ([]uint64)(nil),
|
|
Field: 2008,
|
|
Name: "goproto.protoc.extension.proto3.repeated_extension_uint64",
|
|
Tag: "varint,2008,rep,name=repeated_extension_uint64",
|
|
Filename: "extensions/proto3/ext3.proto",
|
|
},
|
|
{
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
ExtensionType: ([]int32)(nil),
|
|
Field: 2009,
|
|
Name: "goproto.protoc.extension.proto3.repeated_extension_sfixed32",
|
|
Tag: "fixed32,2009,rep,name=repeated_extension_sfixed32",
|
|
Filename: "extensions/proto3/ext3.proto",
|
|
},
|
|
{
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
ExtensionType: ([]uint32)(nil),
|
|
Field: 2010,
|
|
Name: "goproto.protoc.extension.proto3.repeated_extension_fixed32",
|
|
Tag: "fixed32,2010,rep,name=repeated_extension_fixed32",
|
|
Filename: "extensions/proto3/ext3.proto",
|
|
},
|
|
{
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
ExtensionType: ([]float32)(nil),
|
|
Field: 2011,
|
|
Name: "goproto.protoc.extension.proto3.repeated_extension_float",
|
|
Tag: "fixed32,2011,rep,name=repeated_extension_float",
|
|
Filename: "extensions/proto3/ext3.proto",
|
|
},
|
|
{
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
ExtensionType: ([]int64)(nil),
|
|
Field: 2012,
|
|
Name: "goproto.protoc.extension.proto3.repeated_extension_sfixed64",
|
|
Tag: "fixed64,2012,rep,name=repeated_extension_sfixed64",
|
|
Filename: "extensions/proto3/ext3.proto",
|
|
},
|
|
{
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
ExtensionType: ([]uint64)(nil),
|
|
Field: 2013,
|
|
Name: "goproto.protoc.extension.proto3.repeated_extension_fixed64",
|
|
Tag: "fixed64,2013,rep,name=repeated_extension_fixed64",
|
|
Filename: "extensions/proto3/ext3.proto",
|
|
},
|
|
{
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
ExtensionType: ([]float64)(nil),
|
|
Field: 2014,
|
|
Name: "goproto.protoc.extension.proto3.repeated_extension_double",
|
|
Tag: "fixed64,2014,rep,name=repeated_extension_double",
|
|
Filename: "extensions/proto3/ext3.proto",
|
|
},
|
|
{
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
ExtensionType: ([]string)(nil),
|
|
Field: 2015,
|
|
Name: "goproto.protoc.extension.proto3.repeated_extension_string",
|
|
Tag: "bytes,2015,rep,name=repeated_extension_string",
|
|
Filename: "extensions/proto3/ext3.proto",
|
|
},
|
|
{
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
ExtensionType: ([][]byte)(nil),
|
|
Field: 2016,
|
|
Name: "goproto.protoc.extension.proto3.repeated_extension_bytes",
|
|
Tag: "bytes,2016,rep,name=repeated_extension_bytes",
|
|
Filename: "extensions/proto3/ext3.proto",
|
|
},
|
|
{
|
|
ExtendedType: (*descriptor.MessageOptions)(nil),
|
|
ExtensionType: ([]*Message)(nil),
|
|
Field: 2017,
|
|
Name: "goproto.protoc.extension.proto3.repeated_extension_Message",
|
|
Tag: "bytes,2017,rep,name=repeated_extension_Message",
|
|
Filename: "extensions/proto3/ext3.proto",
|
|
},
|
|
}
|
|
var (
|
|
// extend google.protobuf.MessageOptions { optional bool extension_bool = 1001; }
|
|
E_ExtensionBool = &xxx_File_extensions_proto3_ext3_proto_extDescs[0]
|
|
|
|
// extend google.protobuf.MessageOptions { optional goproto.protoc.extension.proto3.Enum extension_enum = 1002; }
|
|
E_ExtensionEnum = &xxx_File_extensions_proto3_ext3_proto_extDescs[1]
|
|
|
|
// extend google.protobuf.MessageOptions { optional int32 extension_int32 = 1003; }
|
|
E_ExtensionInt32 = &xxx_File_extensions_proto3_ext3_proto_extDescs[2]
|
|
|
|
// extend google.protobuf.MessageOptions { optional sint32 extension_sint32 = 1004; }
|
|
E_ExtensionSint32 = &xxx_File_extensions_proto3_ext3_proto_extDescs[3]
|
|
|
|
// extend google.protobuf.MessageOptions { optional uint32 extension_uint32 = 1005; }
|
|
E_ExtensionUint32 = &xxx_File_extensions_proto3_ext3_proto_extDescs[4]
|
|
|
|
// extend google.protobuf.MessageOptions { optional int64 extension_int64 = 1006; }
|
|
E_ExtensionInt64 = &xxx_File_extensions_proto3_ext3_proto_extDescs[5]
|
|
|
|
// extend google.protobuf.MessageOptions { optional sint64 extension_sint64 = 1007; }
|
|
E_ExtensionSint64 = &xxx_File_extensions_proto3_ext3_proto_extDescs[6]
|
|
|
|
// extend google.protobuf.MessageOptions { optional uint64 extension_uint64 = 1008; }
|
|
E_ExtensionUint64 = &xxx_File_extensions_proto3_ext3_proto_extDescs[7]
|
|
|
|
// extend google.protobuf.MessageOptions { optional sfixed32 extension_sfixed32 = 1009; }
|
|
E_ExtensionSfixed32 = &xxx_File_extensions_proto3_ext3_proto_extDescs[8]
|
|
|
|
// extend google.protobuf.MessageOptions { optional fixed32 extension_fixed32 = 1010; }
|
|
E_ExtensionFixed32 = &xxx_File_extensions_proto3_ext3_proto_extDescs[9]
|
|
|
|
// extend google.protobuf.MessageOptions { optional float extension_float = 1011; }
|
|
E_ExtensionFloat = &xxx_File_extensions_proto3_ext3_proto_extDescs[10]
|
|
|
|
// extend google.protobuf.MessageOptions { optional sfixed64 extension_sfixed64 = 1012; }
|
|
E_ExtensionSfixed64 = &xxx_File_extensions_proto3_ext3_proto_extDescs[11]
|
|
|
|
// extend google.protobuf.MessageOptions { optional fixed64 extension_fixed64 = 1013; }
|
|
E_ExtensionFixed64 = &xxx_File_extensions_proto3_ext3_proto_extDescs[12]
|
|
|
|
// extend google.protobuf.MessageOptions { optional double extension_double = 1014; }
|
|
E_ExtensionDouble = &xxx_File_extensions_proto3_ext3_proto_extDescs[13]
|
|
|
|
// extend google.protobuf.MessageOptions { optional string extension_string = 1015; }
|
|
E_ExtensionString = &xxx_File_extensions_proto3_ext3_proto_extDescs[14]
|
|
|
|
// extend google.protobuf.MessageOptions { optional bytes extension_bytes = 1016; }
|
|
E_ExtensionBytes = &xxx_File_extensions_proto3_ext3_proto_extDescs[15]
|
|
|
|
// extend google.protobuf.MessageOptions { optional goproto.protoc.extension.proto3.Message extension_Message = 1017; }
|
|
E_Extension_Message = &xxx_File_extensions_proto3_ext3_proto_extDescs[16]
|
|
|
|
// extend google.protobuf.MessageOptions { repeated bool repeated_extension_bool = 2001; }
|
|
E_RepeatedExtensionBool = &xxx_File_extensions_proto3_ext3_proto_extDescs[17]
|
|
|
|
// extend google.protobuf.MessageOptions { repeated goproto.protoc.extension.proto3.Enum repeated_extension_enum = 2002; }
|
|
E_RepeatedExtensionEnum = &xxx_File_extensions_proto3_ext3_proto_extDescs[18]
|
|
|
|
// extend google.protobuf.MessageOptions { repeated int32 repeated_extension_int32 = 2003; }
|
|
E_RepeatedExtensionInt32 = &xxx_File_extensions_proto3_ext3_proto_extDescs[19]
|
|
|
|
// extend google.protobuf.MessageOptions { repeated sint32 repeated_extension_sint32 = 2004; }
|
|
E_RepeatedExtensionSint32 = &xxx_File_extensions_proto3_ext3_proto_extDescs[20]
|
|
|
|
// extend google.protobuf.MessageOptions { repeated uint32 repeated_extension_uint32 = 2005; }
|
|
E_RepeatedExtensionUint32 = &xxx_File_extensions_proto3_ext3_proto_extDescs[21]
|
|
|
|
// extend google.protobuf.MessageOptions { repeated int64 repeated_extension_int64 = 2006; }
|
|
E_RepeatedExtensionInt64 = &xxx_File_extensions_proto3_ext3_proto_extDescs[22]
|
|
|
|
// extend google.protobuf.MessageOptions { repeated sint64 repeated_extension_sint64 = 2007; }
|
|
E_RepeatedExtensionSint64 = &xxx_File_extensions_proto3_ext3_proto_extDescs[23]
|
|
|
|
// extend google.protobuf.MessageOptions { repeated uint64 repeated_extension_uint64 = 2008; }
|
|
E_RepeatedExtensionUint64 = &xxx_File_extensions_proto3_ext3_proto_extDescs[24]
|
|
|
|
// extend google.protobuf.MessageOptions { repeated sfixed32 repeated_extension_sfixed32 = 2009; }
|
|
E_RepeatedExtensionSfixed32 = &xxx_File_extensions_proto3_ext3_proto_extDescs[25]
|
|
|
|
// extend google.protobuf.MessageOptions { repeated fixed32 repeated_extension_fixed32 = 2010; }
|
|
E_RepeatedExtensionFixed32 = &xxx_File_extensions_proto3_ext3_proto_extDescs[26]
|
|
|
|
// extend google.protobuf.MessageOptions { repeated float repeated_extension_float = 2011; }
|
|
E_RepeatedExtensionFloat = &xxx_File_extensions_proto3_ext3_proto_extDescs[27]
|
|
|
|
// extend google.protobuf.MessageOptions { repeated sfixed64 repeated_extension_sfixed64 = 2012; }
|
|
E_RepeatedExtensionSfixed64 = &xxx_File_extensions_proto3_ext3_proto_extDescs[28]
|
|
|
|
// extend google.protobuf.MessageOptions { repeated fixed64 repeated_extension_fixed64 = 2013; }
|
|
E_RepeatedExtensionFixed64 = &xxx_File_extensions_proto3_ext3_proto_extDescs[29]
|
|
|
|
// extend google.protobuf.MessageOptions { repeated double repeated_extension_double = 2014; }
|
|
E_RepeatedExtensionDouble = &xxx_File_extensions_proto3_ext3_proto_extDescs[30]
|
|
|
|
// extend google.protobuf.MessageOptions { repeated string repeated_extension_string = 2015; }
|
|
E_RepeatedExtensionString = &xxx_File_extensions_proto3_ext3_proto_extDescs[31]
|
|
|
|
// extend google.protobuf.MessageOptions { repeated bytes repeated_extension_bytes = 2016; }
|
|
E_RepeatedExtensionBytes = &xxx_File_extensions_proto3_ext3_proto_extDescs[32]
|
|
|
|
// extend google.protobuf.MessageOptions { repeated goproto.protoc.extension.proto3.Message repeated_extension_Message = 2017; }
|
|
E_RepeatedExtension_Message = &xxx_File_extensions_proto3_ext3_proto_extDescs[33]
|
|
)
|
|
var File_extensions_proto3_ext3_proto protoreflect.FileDescriptor
|
|
|
|
var xxx_File_extensions_proto3_ext3_proto_rawDesc = []byte{
|
|
0x0a, 0x1c, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x70, 0x72, 0x6f,
|
|
0x74, 0x6f, 0x33, 0x2f, 0x65, 0x78, 0x74, 0x33, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1f,
|
|
0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65,
|
|
0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 0x1a,
|
|
0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
|
|
0x2f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
0x6f, 0x22, 0x09, 0x0a, 0x07, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2a, 0x10, 0x0a, 0x04,
|
|
0x45, 0x6e, 0x75, 0x6d, 0x12, 0x08, 0x0a, 0x04, 0x5a, 0x45, 0x52, 0x4f, 0x10, 0x00, 0x3a, 0x47,
|
|
0x0a, 0x0e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x6f, 0x6f, 0x6c,
|
|
0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
|
|
0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e,
|
|
0x73, 0x18, 0xe9, 0x07, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0d, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73,
|
|
0x69, 0x6f, 0x6e, 0x42, 0x6f, 0x6f, 0x6c, 0x3a, 0x6e, 0x0a, 0x0e, 0x65, 0x78, 0x74, 0x65, 0x6e,
|
|
0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x65, 0x6e, 0x75, 0x6d, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
|
|
0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73,
|
|
0x61, 0x67, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xea, 0x07, 0x20, 0x01, 0x28,
|
|
0x0e, 0x32, 0x25, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f,
|
|
0x74, 0x6f, 0x33, 0x2e, 0x45, 0x6e, 0x75, 0x6d, 0x52, 0x0d, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73,
|
|
0x69, 0x6f, 0x6e, 0x45, 0x6e, 0x75, 0x6d, 0x3a, 0x49, 0x0a, 0x0f, 0x65, 0x78, 0x74, 0x65, 0x6e,
|
|
0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f,
|
|
0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73,
|
|
0x73, 0x61, 0x67, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xeb, 0x07, 0x20, 0x01,
|
|
0x28, 0x05, 0x52, 0x0e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x74,
|
|
0x33, 0x32, 0x3a, 0x4b, 0x0a, 0x10, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f,
|
|
0x73, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
|
|
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
|
|
0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xec, 0x07, 0x20, 0x01, 0x28, 0x11, 0x52, 0x0f,
|
|
0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x3a,
|
|
0x4b, 0x0a, 0x10, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x75, 0x69, 0x6e,
|
|
0x74, 0x33, 0x32, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
|
|
0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4f, 0x70, 0x74,
|
|
0x69, 0x6f, 0x6e, 0x73, 0x18, 0xed, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0f, 0x65, 0x78, 0x74,
|
|
0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x3a, 0x49, 0x0a, 0x0f,
|
|
0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x12,
|
|
0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
|
|
0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73,
|
|
0x18, 0xee, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69,
|
|
0x6f, 0x6e, 0x49, 0x6e, 0x74, 0x36, 0x34, 0x3a, 0x4b, 0x0a, 0x10, 0x65, 0x78, 0x74, 0x65, 0x6e,
|
|
0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x73, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x12, 0x1f, 0x2e, 0x67, 0x6f,
|
|
0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65,
|
|
0x73, 0x73, 0x61, 0x67, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xef, 0x07, 0x20,
|
|
0x01, 0x28, 0x12, 0x52, 0x0f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x69,
|
|
0x6e, 0x74, 0x36, 0x34, 0x3a, 0x4b, 0x0a, 0x10, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f,
|
|
0x6e, 0x5f, 0x75, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
|
|
0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61,
|
|
0x67, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xf0, 0x07, 0x20, 0x01, 0x28, 0x04,
|
|
0x52, 0x0f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x55, 0x69, 0x6e, 0x74, 0x36,
|
|
0x34, 0x3a, 0x4f, 0x0a, 0x12, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x73,
|
|
0x66, 0x69, 0x78, 0x65, 0x64, 0x33, 0x32, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
|
|
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67,
|
|
0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xf1, 0x07, 0x20, 0x01, 0x28, 0x0f, 0x52,
|
|
0x11, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x66, 0x69, 0x78, 0x65, 0x64,
|
|
0x33, 0x32, 0x3a, 0x4d, 0x0a, 0x11, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f,
|
|
0x66, 0x69, 0x78, 0x65, 0x64, 0x33, 0x32, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
|
|
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67,
|
|
0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xf2, 0x07, 0x20, 0x01, 0x28, 0x07, 0x52,
|
|
0x10, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x46, 0x69, 0x78, 0x65, 0x64, 0x33,
|
|
0x32, 0x3a, 0x49, 0x0a, 0x0f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x66,
|
|
0x6c, 0x6f, 0x61, 0x74, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
|
|
0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4f, 0x70,
|
|
0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xf3, 0x07, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0e, 0x65, 0x78,
|
|
0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x46, 0x6c, 0x6f, 0x61, 0x74, 0x3a, 0x4f, 0x0a, 0x12,
|
|
0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x73, 0x66, 0x69, 0x78, 0x65, 0x64,
|
|
0x36, 0x34, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4f, 0x70, 0x74, 0x69,
|
|
0x6f, 0x6e, 0x73, 0x18, 0xf4, 0x07, 0x20, 0x01, 0x28, 0x10, 0x52, 0x11, 0x65, 0x78, 0x74, 0x65,
|
|
0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x66, 0x69, 0x78, 0x65, 0x64, 0x36, 0x34, 0x3a, 0x4d, 0x0a,
|
|
0x11, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x66, 0x69, 0x78, 0x65, 0x64,
|
|
0x36, 0x34, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4f, 0x70, 0x74, 0x69,
|
|
0x6f, 0x6e, 0x73, 0x18, 0xf5, 0x07, 0x20, 0x01, 0x28, 0x06, 0x52, 0x10, 0x65, 0x78, 0x74, 0x65,
|
|
0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x46, 0x69, 0x78, 0x65, 0x64, 0x36, 0x34, 0x3a, 0x4b, 0x0a, 0x10,
|
|
0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x6f, 0x75, 0x62, 0x6c, 0x65,
|
|
0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
|
|
0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e,
|
|
0x73, 0x18, 0xf6, 0x07, 0x20, 0x01, 0x28, 0x01, 0x52, 0x0f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73,
|
|
0x69, 0x6f, 0x6e, 0x44, 0x6f, 0x75, 0x62, 0x6c, 0x65, 0x3a, 0x4b, 0x0a, 0x10, 0x65, 0x78, 0x74,
|
|
0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x12, 0x1f, 0x2e,
|
|
0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
|
|
0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xf7,
|
|
0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e,
|
|
0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x3a, 0x49, 0x0a, 0x0f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73,
|
|
0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x79, 0x74, 0x65, 0x73, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
|
|
0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73,
|
|
0x61, 0x67, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xf8, 0x07, 0x20, 0x01, 0x28,
|
|
0x0c, 0x52, 0x0e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x79, 0x74, 0x65,
|
|
0x73, 0x3a, 0x77, 0x0a, 0x11, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x4d,
|
|
0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
|
|
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
|
|
0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xf9, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28,
|
|
0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e,
|
|
0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x10, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73,
|
|
0x69, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x3a, 0x58, 0x0a, 0x17, 0x72, 0x65,
|
|
0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e,
|
|
0x5f, 0x62, 0x6f, 0x6f, 0x6c, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
|
|
0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4f,
|
|
0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xd1, 0x0f, 0x20, 0x03, 0x28, 0x08, 0x52, 0x15, 0x72,
|
|
0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e,
|
|
0x42, 0x6f, 0x6f, 0x6c, 0x3a, 0x7f, 0x0a, 0x17, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64,
|
|
0x5f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x65, 0x6e, 0x75, 0x6d, 0x12,
|
|
0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
|
|
0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73,
|
|
0x18, 0xd2, 0x0f, 0x20, 0x03, 0x28, 0x0e, 0x32, 0x25, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74,
|
|
0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69,
|
|
0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 0x2e, 0x45, 0x6e, 0x75, 0x6d, 0x52, 0x15,
|
|
0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f,
|
|
0x6e, 0x45, 0x6e, 0x75, 0x6d, 0x3a, 0x5a, 0x0a, 0x18, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65,
|
|
0x64, 0x5f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x6e, 0x74, 0x33,
|
|
0x32, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f,
|
|
0x6e, 0x73, 0x18, 0xd3, 0x0f, 0x20, 0x03, 0x28, 0x05, 0x52, 0x16, 0x72, 0x65, 0x70, 0x65, 0x61,
|
|
0x74, 0x65, 0x64, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x74, 0x33,
|
|
0x32, 0x3a, 0x5c, 0x0a, 0x19, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x65, 0x78,
|
|
0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x73, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x12, 0x1f,
|
|
0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
|
|
0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18,
|
|
0xd4, 0x0f, 0x20, 0x03, 0x28, 0x11, 0x52, 0x17, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64,
|
|
0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x3a,
|
|
0x5c, 0x0a, 0x19, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x65, 0x78, 0x74, 0x65,
|
|
0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x12, 0x1f, 0x2e, 0x67,
|
|
0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d,
|
|
0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xd5, 0x0f,
|
|
0x20, 0x03, 0x28, 0x0d, 0x52, 0x17, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x45, 0x78,
|
|
0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x3a, 0x5a, 0x0a,
|
|
0x18, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73,
|
|
0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
|
|
0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73,
|
|
0x61, 0x67, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xd6, 0x0f, 0x20, 0x03, 0x28,
|
|
0x03, 0x52, 0x16, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x45, 0x78, 0x74, 0x65, 0x6e,
|
|
0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x74, 0x36, 0x34, 0x3a, 0x5c, 0x0a, 0x19, 0x72, 0x65, 0x70,
|
|
0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f,
|
|
0x73, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
|
|
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
|
|
0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xd7, 0x0f, 0x20, 0x03, 0x28, 0x12, 0x52, 0x17,
|
|
0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f,
|
|
0x6e, 0x53, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x3a, 0x5c, 0x0a, 0x19, 0x72, 0x65, 0x70, 0x65, 0x61,
|
|
0x74, 0x65, 0x64, 0x5f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x75, 0x69,
|
|
0x6e, 0x74, 0x36, 0x34, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
|
|
0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4f, 0x70,
|
|
0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xd8, 0x0f, 0x20, 0x03, 0x28, 0x04, 0x52, 0x17, 0x72, 0x65,
|
|
0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x55,
|
|
0x69, 0x6e, 0x74, 0x36, 0x34, 0x3a, 0x60, 0x0a, 0x1b, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65,
|
|
0x64, 0x5f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x73, 0x66, 0x69, 0x78,
|
|
0x65, 0x64, 0x33, 0x32, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
|
|
0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4f, 0x70,
|
|
0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xd9, 0x0f, 0x20, 0x03, 0x28, 0x0f, 0x52, 0x19, 0x72, 0x65,
|
|
0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x53,
|
|
0x66, 0x69, 0x78, 0x65, 0x64, 0x33, 0x32, 0x3a, 0x5e, 0x0a, 0x1a, 0x72, 0x65, 0x70, 0x65, 0x61,
|
|
0x74, 0x65, 0x64, 0x5f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x66, 0x69,
|
|
0x78, 0x65, 0x64, 0x33, 0x32, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
|
|
0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4f,
|
|
0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xda, 0x0f, 0x20, 0x03, 0x28, 0x07, 0x52, 0x18, 0x72,
|
|
0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e,
|
|
0x46, 0x69, 0x78, 0x65, 0x64, 0x33, 0x32, 0x3a, 0x5a, 0x0a, 0x18, 0x72, 0x65, 0x70, 0x65, 0x61,
|
|
0x74, 0x65, 0x64, 0x5f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x66, 0x6c,
|
|
0x6f, 0x61, 0x74, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
|
|
0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4f, 0x70, 0x74,
|
|
0x69, 0x6f, 0x6e, 0x73, 0x18, 0xdb, 0x0f, 0x20, 0x03, 0x28, 0x02, 0x52, 0x16, 0x72, 0x65, 0x70,
|
|
0x65, 0x61, 0x74, 0x65, 0x64, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x46, 0x6c,
|
|
0x6f, 0x61, 0x74, 0x3a, 0x60, 0x0a, 0x1b, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f,
|
|
0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x73, 0x66, 0x69, 0x78, 0x65, 0x64,
|
|
0x36, 0x34, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4f, 0x70, 0x74, 0x69,
|
|
0x6f, 0x6e, 0x73, 0x18, 0xdc, 0x0f, 0x20, 0x03, 0x28, 0x10, 0x52, 0x19, 0x72, 0x65, 0x70, 0x65,
|
|
0x61, 0x74, 0x65, 0x64, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x66, 0x69,
|
|
0x78, 0x65, 0x64, 0x36, 0x34, 0x3a, 0x5e, 0x0a, 0x1a, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65,
|
|
0x64, 0x5f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x66, 0x69, 0x78, 0x65,
|
|
0x64, 0x36, 0x34, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
|
|
0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4f, 0x70, 0x74,
|
|
0x69, 0x6f, 0x6e, 0x73, 0x18, 0xdd, 0x0f, 0x20, 0x03, 0x28, 0x06, 0x52, 0x18, 0x72, 0x65, 0x70,
|
|
0x65, 0x61, 0x74, 0x65, 0x64, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x46, 0x69,
|
|
0x78, 0x65, 0x64, 0x36, 0x34, 0x3a, 0x5c, 0x0a, 0x19, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65,
|
|
0x64, 0x5f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x6f, 0x75, 0x62,
|
|
0x6c, 0x65, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4f, 0x70, 0x74, 0x69,
|
|
0x6f, 0x6e, 0x73, 0x18, 0xde, 0x0f, 0x20, 0x03, 0x28, 0x01, 0x52, 0x17, 0x72, 0x65, 0x70, 0x65,
|
|
0x61, 0x74, 0x65, 0x64, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x44, 0x6f, 0x75,
|
|
0x62, 0x6c, 0x65, 0x3a, 0x5c, 0x0a, 0x19, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f,
|
|
0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67,
|
|
0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
|
|
0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e,
|
|
0x73, 0x18, 0xdf, 0x0f, 0x20, 0x03, 0x28, 0x09, 0x52, 0x17, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74,
|
|
0x65, 0x64, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x72, 0x69, 0x6e,
|
|
0x67, 0x3a, 0x5a, 0x0a, 0x18, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x65, 0x78,
|
|
0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x79, 0x74, 0x65, 0x73, 0x12, 0x1f, 0x2e,
|
|
0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
|
|
0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xe0,
|
|
0x0f, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x16, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x45,
|
|
0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x79, 0x74, 0x65, 0x73, 0x3a, 0x88, 0x01,
|
|
0x0a, 0x1a, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x65, 0x78, 0x74, 0x65, 0x6e,
|
|
0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x1f, 0x2e, 0x67,
|
|
0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d,
|
|
0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xe1, 0x0f,
|
|
0x20, 0x03, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70,
|
|
0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e,
|
|
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x18,
|
|
0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f,
|
|
0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x42, 0x4c, 0x5a, 0x4a, 0x67, 0x69, 0x74, 0x68,
|
|
0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72,
|
|
0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x76, 0x32, 0x2f, 0x63, 0x6d, 0x64, 0x2f, 0x70, 0x72,
|
|
0x6f, 0x74, 0x6f, 0x63, 0x2d, 0x67, 0x65, 0x6e, 0x2d, 0x67, 0x6f, 0x2f, 0x74, 0x65, 0x73, 0x74,
|
|
0x64, 0x61, 0x74, 0x61, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x2f,
|
|
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
}
|
|
|
|
var (
|
|
xxx_File_extensions_proto3_ext3_proto_rawDesc_once sync.Once
|
|
xxx_File_extensions_proto3_ext3_proto_rawDesc_data = xxx_File_extensions_proto3_ext3_proto_rawDesc
|
|
)
|
|
|
|
func xxx_File_extensions_proto3_ext3_proto_rawDescGZIP() []byte {
|
|
xxx_File_extensions_proto3_ext3_proto_rawDesc_once.Do(func() {
|
|
xxx_File_extensions_proto3_ext3_proto_rawDesc_data = protoimpl.X.CompressGZIP(xxx_File_extensions_proto3_ext3_proto_rawDesc_data)
|
|
})
|
|
return xxx_File_extensions_proto3_ext3_proto_rawDesc_data
|
|
}
|
|
|
|
var xxx_File_extensions_proto3_ext3_proto_enumTypes = make([]protoreflect.EnumType, 1)
|
|
var xxx_File_extensions_proto3_ext3_proto_messageTypes = make([]protoimpl.MessageType, 1)
|
|
var xxx_File_extensions_proto3_ext3_proto_goTypes = []interface{}{
|
|
(Enum)(0), // 0: goproto.protoc.extension.proto3.Enum
|
|
(*Message)(nil), // 1: goproto.protoc.extension.proto3.Message
|
|
(*descriptor.MessageOptions)(nil), // 2: google.protobuf.MessageOptions
|
|
}
|
|
var xxx_File_extensions_proto3_ext3_proto_depIdxs = []int32{
|
|
2, // goproto.protoc.extension.proto3.extension_bool:extendee -> google.protobuf.MessageOptions
|
|
2, // goproto.protoc.extension.proto3.extension_enum:extendee -> google.protobuf.MessageOptions
|
|
2, // goproto.protoc.extension.proto3.extension_int32:extendee -> google.protobuf.MessageOptions
|
|
2, // goproto.protoc.extension.proto3.extension_sint32:extendee -> google.protobuf.MessageOptions
|
|
2, // goproto.protoc.extension.proto3.extension_uint32:extendee -> google.protobuf.MessageOptions
|
|
2, // goproto.protoc.extension.proto3.extension_int64:extendee -> google.protobuf.MessageOptions
|
|
2, // goproto.protoc.extension.proto3.extension_sint64:extendee -> google.protobuf.MessageOptions
|
|
2, // goproto.protoc.extension.proto3.extension_uint64:extendee -> google.protobuf.MessageOptions
|
|
2, // goproto.protoc.extension.proto3.extension_sfixed32:extendee -> google.protobuf.MessageOptions
|
|
2, // goproto.protoc.extension.proto3.extension_fixed32:extendee -> google.protobuf.MessageOptions
|
|
2, // goproto.protoc.extension.proto3.extension_float:extendee -> google.protobuf.MessageOptions
|
|
2, // goproto.protoc.extension.proto3.extension_sfixed64:extendee -> google.protobuf.MessageOptions
|
|
2, // goproto.protoc.extension.proto3.extension_fixed64:extendee -> google.protobuf.MessageOptions
|
|
2, // goproto.protoc.extension.proto3.extension_double:extendee -> google.protobuf.MessageOptions
|
|
2, // goproto.protoc.extension.proto3.extension_string:extendee -> google.protobuf.MessageOptions
|
|
2, // goproto.protoc.extension.proto3.extension_bytes:extendee -> google.protobuf.MessageOptions
|
|
2, // goproto.protoc.extension.proto3.extension_Message:extendee -> google.protobuf.MessageOptions
|
|
2, // goproto.protoc.extension.proto3.repeated_extension_bool:extendee -> google.protobuf.MessageOptions
|
|
2, // goproto.protoc.extension.proto3.repeated_extension_enum:extendee -> google.protobuf.MessageOptions
|
|
2, // goproto.protoc.extension.proto3.repeated_extension_int32:extendee -> google.protobuf.MessageOptions
|
|
2, // goproto.protoc.extension.proto3.repeated_extension_sint32:extendee -> google.protobuf.MessageOptions
|
|
2, // goproto.protoc.extension.proto3.repeated_extension_uint32:extendee -> google.protobuf.MessageOptions
|
|
2, // goproto.protoc.extension.proto3.repeated_extension_int64:extendee -> google.protobuf.MessageOptions
|
|
2, // goproto.protoc.extension.proto3.repeated_extension_sint64:extendee -> google.protobuf.MessageOptions
|
|
2, // goproto.protoc.extension.proto3.repeated_extension_uint64:extendee -> google.protobuf.MessageOptions
|
|
2, // goproto.protoc.extension.proto3.repeated_extension_sfixed32:extendee -> google.protobuf.MessageOptions
|
|
2, // goproto.protoc.extension.proto3.repeated_extension_fixed32:extendee -> google.protobuf.MessageOptions
|
|
2, // goproto.protoc.extension.proto3.repeated_extension_float:extendee -> google.protobuf.MessageOptions
|
|
2, // goproto.protoc.extension.proto3.repeated_extension_sfixed64:extendee -> google.protobuf.MessageOptions
|
|
2, // goproto.protoc.extension.proto3.repeated_extension_fixed64:extendee -> google.protobuf.MessageOptions
|
|
2, // goproto.protoc.extension.proto3.repeated_extension_double:extendee -> google.protobuf.MessageOptions
|
|
2, // goproto.protoc.extension.proto3.repeated_extension_string:extendee -> google.protobuf.MessageOptions
|
|
2, // goproto.protoc.extension.proto3.repeated_extension_bytes:extendee -> google.protobuf.MessageOptions
|
|
2, // goproto.protoc.extension.proto3.repeated_extension_Message:extendee -> google.protobuf.MessageOptions
|
|
0, // goproto.protoc.extension.proto3.extension_enum:type_name -> goproto.protoc.extension.proto3.Enum
|
|
1, // goproto.protoc.extension.proto3.extension_Message:type_name -> goproto.protoc.extension.proto3.Message
|
|
0, // goproto.protoc.extension.proto3.repeated_extension_enum:type_name -> goproto.protoc.extension.proto3.Enum
|
|
1, // goproto.protoc.extension.proto3.repeated_extension_Message:type_name -> goproto.protoc.extension.proto3.Message
|
|
}
|
|
|
|
func init() { xxx_File_extensions_proto3_ext3_proto_init() }
|
|
func xxx_File_extensions_proto3_ext3_proto_init() {
|
|
if File_extensions_proto3_ext3_proto != nil {
|
|
return
|
|
}
|
|
extensionTypes := make([]protoreflect.ExtensionType, 34)
|
|
File_extensions_proto3_ext3_proto = protoimpl.FileBuilder{
|
|
RawDescriptor: xxx_File_extensions_proto3_ext3_proto_rawDesc,
|
|
GoTypes: xxx_File_extensions_proto3_ext3_proto_goTypes,
|
|
DependencyIndexes: xxx_File_extensions_proto3_ext3_proto_depIdxs,
|
|
LegacyExtensions: xxx_File_extensions_proto3_ext3_proto_extDescs,
|
|
EnumOutputTypes: xxx_File_extensions_proto3_ext3_proto_enumTypes,
|
|
MessageOutputTypes: xxx_File_extensions_proto3_ext3_proto_messageTypes,
|
|
ExtensionOutputTypes: extensionTypes,
|
|
FilesRegistry: protoregistry.GlobalFiles,
|
|
TypesRegistry: protoregistry.GlobalTypes,
|
|
}.Init()
|
|
xxx_File_extensions_proto3_ext3_proto_rawDesc = nil
|
|
xxx_File_extensions_proto3_ext3_proto_goTypes = nil
|
|
xxx_File_extensions_proto3_ext3_proto_depIdxs = nil
|
|
}
|