mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-29 09:32:38 +00:00
5e71dc95f2
Using a named fields gives us the flexibility to change the underlying representation of special fields without needing to regenerate user code. We add a named type for ExtensionFields, UnknownFields, and SizeCache. Change-Id: I107cf82899850ea76665310ce79def60f0f7ab97 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/172402 Reviewed-by: Damien Neil <dneil@google.com>
194 lines
7.4 KiB
Go
194 lines
7.4 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// source: proto2/nested_messages.proto
|
|
|
|
package proto2
|
|
|
|
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"
|
|
sync "sync"
|
|
)
|
|
|
|
const _ = protoimpl.EnforceVersion(protoimpl.Version - 0)
|
|
|
|
type Layer1 struct {
|
|
L2 *Layer1_Layer2 `protobuf:"bytes,1,opt,name=l2" json:"l2,omitempty"`
|
|
L3 *Layer1_Layer2_Layer3 `protobuf:"bytes,2,opt,name=l3" json:"l3,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized protoimpl.UnknownFields `json:"-"`
|
|
XXX_sizecache protoimpl.SizeCache `json:"-"`
|
|
}
|
|
|
|
func (x *Layer1) Reset() {
|
|
*x = Layer1{}
|
|
}
|
|
|
|
func (x *Layer1) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Layer1) ProtoMessage() {}
|
|
|
|
func (x *Layer1) ProtoReflect() protoreflect.Message {
|
|
return file_proto2_nested_messages_proto_msgTypes[0].MessageOf(x)
|
|
}
|
|
|
|
func (m *Layer1) XXX_Methods() *protoiface.Methods {
|
|
return file_proto2_nested_messages_proto_msgTypes[0].Methods()
|
|
}
|
|
|
|
// Deprecated: Use Layer1.ProtoReflect.Type instead.
|
|
func (*Layer1) Descriptor() ([]byte, []int) {
|
|
return file_proto2_nested_messages_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *Layer1) GetL2() *Layer1_Layer2 {
|
|
if x != nil {
|
|
return x.L2
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Layer1) GetL3() *Layer1_Layer2_Layer3 {
|
|
if x != nil {
|
|
return x.L3
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type Layer1_Layer2 struct {
|
|
L3 *Layer1_Layer2_Layer3 `protobuf:"bytes,1,opt,name=l3" json:"l3,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized protoimpl.UnknownFields `json:"-"`
|
|
XXX_sizecache protoimpl.SizeCache `json:"-"`
|
|
}
|
|
|
|
func (x *Layer1_Layer2) Reset() {
|
|
*x = Layer1_Layer2{}
|
|
}
|
|
|
|
func (x *Layer1_Layer2) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Layer1_Layer2) ProtoMessage() {}
|
|
|
|
func (x *Layer1_Layer2) ProtoReflect() protoreflect.Message {
|
|
return file_proto2_nested_messages_proto_msgTypes[1].MessageOf(x)
|
|
}
|
|
|
|
func (m *Layer1_Layer2) XXX_Methods() *protoiface.Methods {
|
|
return file_proto2_nested_messages_proto_msgTypes[1].Methods()
|
|
}
|
|
|
|
// Deprecated: Use Layer1_Layer2.ProtoReflect.Type instead.
|
|
func (*Layer1_Layer2) Descriptor() ([]byte, []int) {
|
|
return file_proto2_nested_messages_proto_rawDescGZIP(), []int{0, 0}
|
|
}
|
|
|
|
func (x *Layer1_Layer2) GetL3() *Layer1_Layer2_Layer3 {
|
|
if x != nil {
|
|
return x.L3
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type Layer1_Layer2_Layer3 struct {
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized protoimpl.UnknownFields `json:"-"`
|
|
XXX_sizecache protoimpl.SizeCache `json:"-"`
|
|
}
|
|
|
|
func (x *Layer1_Layer2_Layer3) Reset() {
|
|
*x = Layer1_Layer2_Layer3{}
|
|
}
|
|
|
|
func (x *Layer1_Layer2_Layer3) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Layer1_Layer2_Layer3) ProtoMessage() {}
|
|
|
|
func (x *Layer1_Layer2_Layer3) ProtoReflect() protoreflect.Message {
|
|
return file_proto2_nested_messages_proto_msgTypes[2].MessageOf(x)
|
|
}
|
|
|
|
func (m *Layer1_Layer2_Layer3) XXX_Methods() *protoiface.Methods {
|
|
return file_proto2_nested_messages_proto_msgTypes[2].Methods()
|
|
}
|
|
|
|
// Deprecated: Use Layer1_Layer2_Layer3.ProtoReflect.Type instead.
|
|
func (*Layer1_Layer2_Layer3) Descriptor() ([]byte, []int) {
|
|
return file_proto2_nested_messages_proto_rawDescGZIP(), []int{0, 0, 0}
|
|
}
|
|
|
|
var File_proto2_nested_messages_proto protoreflect.FileDescriptor
|
|
|
|
var file_proto2_nested_messages_proto_rawDesc = []byte{
|
|
0x0a, 0x1c, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x2f, 0x6e, 0x65, 0x73, 0x74, 0x65, 0x64, 0x5f,
|
|
0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x15,
|
|
0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x70,
|
|
0x72, 0x6f, 0x74, 0x6f, 0x32, 0x22, 0xcc, 0x01, 0x0a, 0x06, 0x4c, 0x61, 0x79, 0x65, 0x72, 0x31,
|
|
0x12, 0x34, 0x0a, 0x02, 0x6c, 0x32, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x67,
|
|
0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x70, 0x72,
|
|
0x6f, 0x74, 0x6f, 0x32, 0x2e, 0x4c, 0x61, 0x79, 0x65, 0x72, 0x31, 0x2e, 0x4c, 0x61, 0x79, 0x65,
|
|
0x72, 0x32, 0x52, 0x02, 0x6c, 0x32, 0x12, 0x3b, 0x0a, 0x02, 0x6c, 0x33, 0x18, 0x02, 0x20, 0x01,
|
|
0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f,
|
|
0x74, 0x6f, 0x63, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x2e, 0x4c, 0x61, 0x79, 0x65, 0x72,
|
|
0x31, 0x2e, 0x4c, 0x61, 0x79, 0x65, 0x72, 0x32, 0x2e, 0x4c, 0x61, 0x79, 0x65, 0x72, 0x33, 0x52,
|
|
0x02, 0x6c, 0x33, 0x1a, 0x4f, 0x0a, 0x06, 0x4c, 0x61, 0x79, 0x65, 0x72, 0x32, 0x12, 0x3b, 0x0a,
|
|
0x02, 0x6c, 0x33, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x67, 0x6f, 0x70, 0x72,
|
|
0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
0x32, 0x2e, 0x4c, 0x61, 0x79, 0x65, 0x72, 0x31, 0x2e, 0x4c, 0x61, 0x79, 0x65, 0x72, 0x32, 0x2e,
|
|
0x4c, 0x61, 0x79, 0x65, 0x72, 0x33, 0x52, 0x02, 0x6c, 0x33, 0x1a, 0x08, 0x0a, 0x06, 0x4c, 0x61,
|
|
0x79, 0x65, 0x72, 0x33, 0x42, 0x41, 0x5a, 0x3f, 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, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32,
|
|
}
|
|
|
|
var (
|
|
file_proto2_nested_messages_proto_rawDescOnce sync.Once
|
|
file_proto2_nested_messages_proto_rawDescData = file_proto2_nested_messages_proto_rawDesc
|
|
)
|
|
|
|
func file_proto2_nested_messages_proto_rawDescGZIP() []byte {
|
|
file_proto2_nested_messages_proto_rawDescOnce.Do(func() {
|
|
file_proto2_nested_messages_proto_rawDescData = protoimpl.X.CompressGZIP(file_proto2_nested_messages_proto_rawDescData)
|
|
})
|
|
return file_proto2_nested_messages_proto_rawDescData
|
|
}
|
|
|
|
var file_proto2_nested_messages_proto_msgTypes = make([]protoimpl.MessageType, 3)
|
|
var file_proto2_nested_messages_proto_goTypes = []interface{}{
|
|
(*Layer1)(nil), // 0: goproto.protoc.proto2.Layer1
|
|
(*Layer1_Layer2)(nil), // 1: goproto.protoc.proto2.Layer1.Layer2
|
|
(*Layer1_Layer2_Layer3)(nil), // 2: goproto.protoc.proto2.Layer1.Layer2.Layer3
|
|
}
|
|
var file_proto2_nested_messages_proto_depIdxs = []int32{
|
|
1, // goproto.protoc.proto2.Layer1.l2:type_name -> goproto.protoc.proto2.Layer1.Layer2
|
|
2, // goproto.protoc.proto2.Layer1.l3:type_name -> goproto.protoc.proto2.Layer1.Layer2.Layer3
|
|
2, // goproto.protoc.proto2.Layer1.Layer2.l3:type_name -> goproto.protoc.proto2.Layer1.Layer2.Layer3
|
|
}
|
|
|
|
func init() { file_proto2_nested_messages_proto_init() }
|
|
func file_proto2_nested_messages_proto_init() {
|
|
if File_proto2_nested_messages_proto != nil {
|
|
return
|
|
}
|
|
File_proto2_nested_messages_proto = protoimpl.FileBuilder{
|
|
RawDescriptor: file_proto2_nested_messages_proto_rawDesc,
|
|
GoTypes: file_proto2_nested_messages_proto_goTypes,
|
|
DependencyIndexes: file_proto2_nested_messages_proto_depIdxs,
|
|
MessageOutputTypes: file_proto2_nested_messages_proto_msgTypes,
|
|
FilesRegistry: protoregistry.GlobalFiles,
|
|
TypesRegistry: protoregistry.GlobalTypes,
|
|
}.Init()
|
|
file_proto2_nested_messages_proto_rawDesc = nil
|
|
file_proto2_nested_messages_proto_goTypes = nil
|
|
file_proto2_nested_messages_proto_depIdxs = nil
|
|
}
|