forked from TrueCloudLab/frostfs-sdk-go
[#315] api: Restore test.proto file
Introduced in #281. Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
c757365752
commit
dcd4ea334e
2 changed files with 147 additions and 101 deletions
202
api/util/proto/test/test.pb.go
generated
202
api/util/proto/test/test.pb.go
generated
|
@ -2,7 +2,7 @@
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.33.0
|
// protoc-gen-go v1.33.0
|
||||||
// protoc v5.27.2
|
// protoc v5.27.2
|
||||||
// source: util/proto/test/test.proto
|
// source: api/util/proto/test/test.proto
|
||||||
|
|
||||||
package test
|
package test
|
||||||
|
|
||||||
|
@ -53,11 +53,11 @@ func (x Primitives_SomeEnum) String() string {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (Primitives_SomeEnum) Descriptor() protoreflect.EnumDescriptor {
|
func (Primitives_SomeEnum) Descriptor() protoreflect.EnumDescriptor {
|
||||||
return file_util_proto_test_test_proto_enumTypes[0].Descriptor()
|
return file_api_util_proto_test_test_proto_enumTypes[0].Descriptor()
|
||||||
}
|
}
|
||||||
|
|
||||||
func (Primitives_SomeEnum) Type() protoreflect.EnumType {
|
func (Primitives_SomeEnum) Type() protoreflect.EnumType {
|
||||||
return &file_util_proto_test_test_proto_enumTypes[0]
|
return &file_api_util_proto_test_test_proto_enumTypes[0]
|
||||||
}
|
}
|
||||||
|
|
||||||
func (x Primitives_SomeEnum) Number() protoreflect.EnumNumber {
|
func (x Primitives_SomeEnum) Number() protoreflect.EnumNumber {
|
||||||
|
@ -66,7 +66,7 @@ func (x Primitives_SomeEnum) Number() protoreflect.EnumNumber {
|
||||||
|
|
||||||
// Deprecated: Use Primitives_SomeEnum.Descriptor instead.
|
// Deprecated: Use Primitives_SomeEnum.Descriptor instead.
|
||||||
func (Primitives_SomeEnum) EnumDescriptor() ([]byte, []int) {
|
func (Primitives_SomeEnum) EnumDescriptor() ([]byte, []int) {
|
||||||
return file_util_proto_test_test_proto_rawDescGZIP(), []int{0, 0}
|
return file_api_util_proto_test_test_proto_rawDescGZIP(), []int{0, 0}
|
||||||
}
|
}
|
||||||
|
|
||||||
type Primitives struct {
|
type Primitives struct {
|
||||||
|
@ -96,7 +96,7 @@ type Primitives struct {
|
||||||
func (x *Primitives) Reset() {
|
func (x *Primitives) Reset() {
|
||||||
*x = Primitives{}
|
*x = Primitives{}
|
||||||
if protoimpl.UnsafeEnabled {
|
if protoimpl.UnsafeEnabled {
|
||||||
mi := &file_util_proto_test_test_proto_msgTypes[0]
|
mi := &file_api_util_proto_test_test_proto_msgTypes[0]
|
||||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||||
ms.StoreMessageInfo(mi)
|
ms.StoreMessageInfo(mi)
|
||||||
}
|
}
|
||||||
|
@ -109,7 +109,7 @@ func (x *Primitives) String() string {
|
||||||
func (*Primitives) ProtoMessage() {}
|
func (*Primitives) ProtoMessage() {}
|
||||||
|
|
||||||
func (x *Primitives) ProtoReflect() protoreflect.Message {
|
func (x *Primitives) ProtoReflect() protoreflect.Message {
|
||||||
mi := &file_util_proto_test_test_proto_msgTypes[0]
|
mi := &file_api_util_proto_test_test_proto_msgTypes[0]
|
||||||
if protoimpl.UnsafeEnabled && x != nil {
|
if protoimpl.UnsafeEnabled && x != nil {
|
||||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||||
if ms.LoadMessageInfo() == nil {
|
if ms.LoadMessageInfo() == nil {
|
||||||
|
@ -122,7 +122,7 @@ func (x *Primitives) ProtoReflect() protoreflect.Message {
|
||||||
|
|
||||||
// Deprecated: Use Primitives.ProtoReflect.Descriptor instead.
|
// Deprecated: Use Primitives.ProtoReflect.Descriptor instead.
|
||||||
func (*Primitives) Descriptor() ([]byte, []int) {
|
func (*Primitives) Descriptor() ([]byte, []int) {
|
||||||
return file_util_proto_test_test_proto_rawDescGZIP(), []int{0}
|
return file_api_util_proto_test_test_proto_rawDescGZIP(), []int{0}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (x *Primitives) GetFieldA() []byte {
|
func (x *Primitives) GetFieldA() []byte {
|
||||||
|
@ -270,7 +270,7 @@ type RepPrimitives struct {
|
||||||
func (x *RepPrimitives) Reset() {
|
func (x *RepPrimitives) Reset() {
|
||||||
*x = RepPrimitives{}
|
*x = RepPrimitives{}
|
||||||
if protoimpl.UnsafeEnabled {
|
if protoimpl.UnsafeEnabled {
|
||||||
mi := &file_util_proto_test_test_proto_msgTypes[1]
|
mi := &file_api_util_proto_test_test_proto_msgTypes[1]
|
||||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||||
ms.StoreMessageInfo(mi)
|
ms.StoreMessageInfo(mi)
|
||||||
}
|
}
|
||||||
|
@ -283,7 +283,7 @@ func (x *RepPrimitives) String() string {
|
||||||
func (*RepPrimitives) ProtoMessage() {}
|
func (*RepPrimitives) ProtoMessage() {}
|
||||||
|
|
||||||
func (x *RepPrimitives) ProtoReflect() protoreflect.Message {
|
func (x *RepPrimitives) ProtoReflect() protoreflect.Message {
|
||||||
mi := &file_util_proto_test_test_proto_msgTypes[1]
|
mi := &file_api_util_proto_test_test_proto_msgTypes[1]
|
||||||
if protoimpl.UnsafeEnabled && x != nil {
|
if protoimpl.UnsafeEnabled && x != nil {
|
||||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||||
if ms.LoadMessageInfo() == nil {
|
if ms.LoadMessageInfo() == nil {
|
||||||
|
@ -296,7 +296,7 @@ func (x *RepPrimitives) ProtoReflect() protoreflect.Message {
|
||||||
|
|
||||||
// Deprecated: Use RepPrimitives.ProtoReflect.Descriptor instead.
|
// Deprecated: Use RepPrimitives.ProtoReflect.Descriptor instead.
|
||||||
func (*RepPrimitives) Descriptor() ([]byte, []int) {
|
func (*RepPrimitives) Descriptor() ([]byte, []int) {
|
||||||
return file_util_proto_test_test_proto_rawDescGZIP(), []int{1}
|
return file_api_util_proto_test_test_proto_rawDescGZIP(), []int{1}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (x *RepPrimitives) GetFieldA() [][]byte {
|
func (x *RepPrimitives) GetFieldA() [][]byte {
|
||||||
|
@ -366,7 +366,7 @@ type Primitives_Aux struct {
|
||||||
func (x *Primitives_Aux) Reset() {
|
func (x *Primitives_Aux) Reset() {
|
||||||
*x = Primitives_Aux{}
|
*x = Primitives_Aux{}
|
||||||
if protoimpl.UnsafeEnabled {
|
if protoimpl.UnsafeEnabled {
|
||||||
mi := &file_util_proto_test_test_proto_msgTypes[2]
|
mi := &file_api_util_proto_test_test_proto_msgTypes[2]
|
||||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||||
ms.StoreMessageInfo(mi)
|
ms.StoreMessageInfo(mi)
|
||||||
}
|
}
|
||||||
|
@ -379,7 +379,7 @@ func (x *Primitives_Aux) String() string {
|
||||||
func (*Primitives_Aux) ProtoMessage() {}
|
func (*Primitives_Aux) ProtoMessage() {}
|
||||||
|
|
||||||
func (x *Primitives_Aux) ProtoReflect() protoreflect.Message {
|
func (x *Primitives_Aux) ProtoReflect() protoreflect.Message {
|
||||||
mi := &file_util_proto_test_test_proto_msgTypes[2]
|
mi := &file_api_util_proto_test_test_proto_msgTypes[2]
|
||||||
if protoimpl.UnsafeEnabled && x != nil {
|
if protoimpl.UnsafeEnabled && x != nil {
|
||||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||||
if ms.LoadMessageInfo() == nil {
|
if ms.LoadMessageInfo() == nil {
|
||||||
|
@ -392,7 +392,7 @@ func (x *Primitives_Aux) ProtoReflect() protoreflect.Message {
|
||||||
|
|
||||||
// Deprecated: Use Primitives_Aux.ProtoReflect.Descriptor instead.
|
// Deprecated: Use Primitives_Aux.ProtoReflect.Descriptor instead.
|
||||||
func (*Primitives_Aux) Descriptor() ([]byte, []int) {
|
func (*Primitives_Aux) Descriptor() ([]byte, []int) {
|
||||||
return file_util_proto_test_test_proto_rawDescGZIP(), []int{0, 0}
|
return file_api_util_proto_test_test_proto_rawDescGZIP(), []int{0, 0}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (x *Primitives_Aux) GetInnerField() uint32 {
|
func (x *Primitives_Aux) GetInnerField() uint32 {
|
||||||
|
@ -413,7 +413,7 @@ type RepPrimitives_Aux struct {
|
||||||
func (x *RepPrimitives_Aux) Reset() {
|
func (x *RepPrimitives_Aux) Reset() {
|
||||||
*x = RepPrimitives_Aux{}
|
*x = RepPrimitives_Aux{}
|
||||||
if protoimpl.UnsafeEnabled {
|
if protoimpl.UnsafeEnabled {
|
||||||
mi := &file_util_proto_test_test_proto_msgTypes[3]
|
mi := &file_api_util_proto_test_test_proto_msgTypes[3]
|
||||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||||
ms.StoreMessageInfo(mi)
|
ms.StoreMessageInfo(mi)
|
||||||
}
|
}
|
||||||
|
@ -426,7 +426,7 @@ func (x *RepPrimitives_Aux) String() string {
|
||||||
func (*RepPrimitives_Aux) ProtoMessage() {}
|
func (*RepPrimitives_Aux) ProtoMessage() {}
|
||||||
|
|
||||||
func (x *RepPrimitives_Aux) ProtoReflect() protoreflect.Message {
|
func (x *RepPrimitives_Aux) ProtoReflect() protoreflect.Message {
|
||||||
mi := &file_util_proto_test_test_proto_msgTypes[3]
|
mi := &file_api_util_proto_test_test_proto_msgTypes[3]
|
||||||
if protoimpl.UnsafeEnabled && x != nil {
|
if protoimpl.UnsafeEnabled && x != nil {
|
||||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||||
if ms.LoadMessageInfo() == nil {
|
if ms.LoadMessageInfo() == nil {
|
||||||
|
@ -439,7 +439,7 @@ func (x *RepPrimitives_Aux) ProtoReflect() protoreflect.Message {
|
||||||
|
|
||||||
// Deprecated: Use RepPrimitives_Aux.ProtoReflect.Descriptor instead.
|
// Deprecated: Use RepPrimitives_Aux.ProtoReflect.Descriptor instead.
|
||||||
func (*RepPrimitives_Aux) Descriptor() ([]byte, []int) {
|
func (*RepPrimitives_Aux) Descriptor() ([]byte, []int) {
|
||||||
return file_util_proto_test_test_proto_rawDescGZIP(), []int{1, 0}
|
return file_api_util_proto_test_test_proto_rawDescGZIP(), []int{1, 0}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (x *RepPrimitives_Aux) GetInnerField() uint32 {
|
func (x *RepPrimitives_Aux) GetInnerField() uint32 {
|
||||||
|
@ -449,90 +449,90 @@ func (x *RepPrimitives_Aux) GetInnerField() uint32 {
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
var File_util_proto_test_test_proto protoreflect.FileDescriptor
|
var File_api_util_proto_test_test_proto protoreflect.FileDescriptor
|
||||||
|
|
||||||
var file_util_proto_test_test_proto_rawDesc = []byte{
|
var file_api_util_proto_test_test_proto_rawDesc = []byte{
|
||||||
0x0a, 0x1a, 0x75, 0x74, 0x69, 0x6c, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x74, 0x65, 0x73,
|
0x0a, 0x1e, 0x61, 0x70, 0x69, 0x2f, 0x75, 0x74, 0x69, 0x6c, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
||||||
0x74, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x04, 0x74, 0x65,
|
0x2f, 0x74, 0x65, 0x73, 0x74, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
||||||
0x73, 0x74, 0x22, 0xa6, 0x04, 0x0a, 0x0a, 0x50, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65,
|
0x12, 0x04, 0x74, 0x65, 0x73, 0x74, 0x22, 0xa6, 0x04, 0x0a, 0x0a, 0x50, 0x72, 0x69, 0x6d, 0x69,
|
||||||
0x73, 0x12, 0x17, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x61, 0x18, 0x01, 0x20, 0x01,
|
0x74, 0x69, 0x76, 0x65, 0x73, 0x12, 0x17, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x61,
|
||||||
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x41, 0x12, 0x17,
|
||||||
|
0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x62, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
|
||||||
|
0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x42, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64,
|
||||||
|
0x5f, 0x63, 0x18, 0xc8, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64,
|
||||||
|
0x43, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x64, 0x18, 0xc9, 0x01, 0x20,
|
||||||
|
0x01, 0x28, 0x05, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x44, 0x12, 0x18, 0x0a, 0x07, 0x66,
|
||||||
|
0x69, 0x65, 0x6c, 0x64, 0x5f, 0x65, 0x18, 0xca, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x66,
|
||||||
|
0x69, 0x65, 0x6c, 0x64, 0x45, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x66,
|
||||||
|
0x18, 0xcb, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x46, 0x12,
|
||||||
|
0x18, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x67, 0x18, 0xcc, 0x01, 0x20, 0x01, 0x28,
|
||||||
|
0x04, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x47, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x65,
|
||||||
|
0x6c, 0x64, 0x5f, 0x69, 0x18, 0xcd, 0x01, 0x20, 0x01, 0x28, 0x06, 0x52, 0x06, 0x66, 0x69, 0x65,
|
||||||
|
0x6c, 0x64, 0x49, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x6a, 0x18, 0xce,
|
||||||
|
0x01, 0x20, 0x01, 0x28, 0x01, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4a, 0x12, 0x18, 0x0a,
|
||||||
|
0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x6b, 0x18, 0xcf, 0x01, 0x20, 0x01, 0x28, 0x07, 0x52,
|
||||||
|
0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4b, 0x12, 0x33, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64,
|
||||||
|
0x5f, 0x68, 0x18, 0xac, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x19, 0x2e, 0x74, 0x65, 0x73, 0x74,
|
||||||
|
0x2e, 0x50, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6f, 0x6d, 0x65,
|
||||||
|
0x45, 0x6e, 0x75, 0x6d, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x48, 0x12, 0x1c, 0x0a, 0x08,
|
||||||
|
0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x18, 0x91, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x48,
|
||||||
|
0x00, 0x52, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x12, 0x1c, 0x0a, 0x08, 0x66, 0x69,
|
||||||
|
0x65, 0x6c, 0x64, 0x5f, 0x6d, 0x65, 0x18, 0x92, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x48, 0x00, 0x52,
|
||||||
|
0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x65, 0x12, 0x34, 0x0a, 0x09, 0x66, 0x69, 0x65, 0x6c,
|
||||||
|
0x64, 0x5f, 0x61, 0x75, 0x78, 0x18, 0x93, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x74,
|
||||||
|
0x65, 0x73, 0x74, 0x2e, 0x50, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x41,
|
||||||
|
0x75, 0x78, 0x48, 0x00, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x41, 0x75, 0x78, 0x1a, 0x26,
|
||||||
|
0x0a, 0x03, 0x41, 0x75, 0x78, 0x12, 0x1f, 0x0a, 0x0b, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x5f, 0x66,
|
||||||
|
0x69, 0x65, 0x6c, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x69, 0x6e, 0x6e, 0x65,
|
||||||
|
0x72, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x22, 0x3c, 0x0a, 0x08, 0x53, 0x6f, 0x6d, 0x65, 0x45, 0x6e,
|
||||||
|
0x75, 0x6d, 0x12, 0x0b, 0x0a, 0x07, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12,
|
||||||
|
0x0c, 0x0a, 0x08, 0x50, 0x4f, 0x53, 0x49, 0x54, 0x49, 0x56, 0x45, 0x10, 0x01, 0x12, 0x15, 0x0a,
|
||||||
|
0x08, 0x4e, 0x45, 0x47, 0x41, 0x54, 0x49, 0x56, 0x45, 0x10, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||||
|
0xff, 0xff, 0xff, 0x01, 0x42, 0x09, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x6d, 0x22,
|
||||||
|
0xa2, 0x02, 0x0a, 0x0d, 0x52, 0x65, 0x70, 0x50, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65,
|
||||||
|
0x73, 0x12, 0x17, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x61, 0x18, 0x01, 0x20, 0x03,
|
||||||
0x28, 0x0c, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x41, 0x12, 0x17, 0x0a, 0x07, 0x66, 0x69,
|
0x28, 0x0c, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x41, 0x12, 0x17, 0x0a, 0x07, 0x66, 0x69,
|
||||||
0x65, 0x6c, 0x64, 0x5f, 0x62, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x69, 0x65,
|
0x65, 0x6c, 0x64, 0x5f, 0x62, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x66, 0x69, 0x65,
|
||||||
0x6c, 0x64, 0x42, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x63, 0x18, 0xc8,
|
0x6c, 0x64, 0x42, 0x12, 0x17, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x63, 0x18, 0x03,
|
||||||
0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x43, 0x12, 0x18, 0x0a,
|
0x20, 0x03, 0x28, 0x05, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x43, 0x12, 0x17, 0x0a, 0x07,
|
||||||
0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x64, 0x18, 0xc9, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52,
|
0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x64, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0d, 0x52, 0x06, 0x66,
|
||||||
0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x44, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64,
|
0x69, 0x65, 0x6c, 0x64, 0x44, 0x12, 0x17, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x65,
|
||||||
0x5f, 0x65, 0x18, 0xca, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64,
|
0x18, 0x05, 0x20, 0x03, 0x28, 0x03, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x45, 0x12, 0x17,
|
||||||
0x45, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x66, 0x18, 0xcb, 0x01, 0x20,
|
0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x66, 0x18, 0x06, 0x20, 0x03, 0x28, 0x04, 0x52,
|
||||||
0x01, 0x28, 0x03, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x46, 0x12, 0x18, 0x0a, 0x07, 0x66,
|
0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x46, 0x12, 0x1d, 0x0a, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64,
|
||||||
0x69, 0x65, 0x6c, 0x64, 0x5f, 0x67, 0x18, 0xcc, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x66,
|
0x5f, 0x66, 0x75, 0x18, 0x07, 0x20, 0x03, 0x28, 0x04, 0x42, 0x02, 0x10, 0x00, 0x52, 0x07, 0x66,
|
||||||
0x69, 0x65, 0x6c, 0x64, 0x47, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x69,
|
0x69, 0x65, 0x6c, 0x64, 0x46, 0x75, 0x12, 0x34, 0x0a, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f,
|
||||||
0x18, 0xcd, 0x01, 0x20, 0x01, 0x28, 0x06, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x49, 0x12,
|
0x61, 0x75, 0x78, 0x18, 0x08, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x74, 0x65, 0x73, 0x74,
|
||||||
0x18, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x6a, 0x18, 0xce, 0x01, 0x20, 0x01, 0x28,
|
0x2e, 0x52, 0x65, 0x70, 0x50, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x41,
|
||||||
0x01, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4a, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x65,
|
0x75, 0x78, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x41, 0x75, 0x78, 0x1a, 0x26, 0x0a, 0x03,
|
||||||
0x6c, 0x64, 0x5f, 0x6b, 0x18, 0xcf, 0x01, 0x20, 0x01, 0x28, 0x07, 0x52, 0x06, 0x66, 0x69, 0x65,
|
0x41, 0x75, 0x78, 0x12, 0x1f, 0x0a, 0x0b, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x5f, 0x66, 0x69, 0x65,
|
||||||
0x6c, 0x64, 0x4b, 0x12, 0x33, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x68, 0x18, 0xac,
|
0x6c, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x46,
|
||||||
0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x19, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x50, 0x72, 0x69,
|
0x69, 0x65, 0x6c, 0x64, 0x42, 0x11, 0x5a, 0x0f, 0x75, 0x74, 0x69, 0x6c, 0x2f, 0x70, 0x72, 0x6f,
|
||||||
0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6f, 0x6d, 0x65, 0x45, 0x6e, 0x75, 0x6d,
|
0x74, 0x6f, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||||
0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x48, 0x12, 0x1c, 0x0a, 0x08, 0x66, 0x69, 0x65, 0x6c,
|
|
||||||
0x64, 0x5f, 0x6d, 0x61, 0x18, 0x91, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x48, 0x00, 0x52, 0x07, 0x66,
|
|
||||||
0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x12, 0x1c, 0x0a, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f,
|
|
||||||
0x6d, 0x65, 0x18, 0x92, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x48, 0x00, 0x52, 0x07, 0x66, 0x69, 0x65,
|
|
||||||
0x6c, 0x64, 0x4d, 0x65, 0x12, 0x34, 0x0a, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x61, 0x75,
|
|
||||||
0x78, 0x18, 0x93, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x2e,
|
|
||||||
0x50, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x41, 0x75, 0x78, 0x48, 0x00,
|
|
||||||
0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x41, 0x75, 0x78, 0x1a, 0x26, 0x0a, 0x03, 0x41, 0x75,
|
|
||||||
0x78, 0x12, 0x1f, 0x0a, 0x0b, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x5f, 0x66, 0x69, 0x65, 0x6c, 0x64,
|
|
||||||
0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x46, 0x69, 0x65,
|
|
||||||
0x6c, 0x64, 0x22, 0x3c, 0x0a, 0x08, 0x53, 0x6f, 0x6d, 0x65, 0x45, 0x6e, 0x75, 0x6d, 0x12, 0x0b,
|
|
||||||
0x0a, 0x07, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x0c, 0x0a, 0x08, 0x50,
|
|
||||||
0x4f, 0x53, 0x49, 0x54, 0x49, 0x56, 0x45, 0x10, 0x01, 0x12, 0x15, 0x0a, 0x08, 0x4e, 0x45, 0x47,
|
|
||||||
0x41, 0x54, 0x49, 0x56, 0x45, 0x10, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x01,
|
|
||||||
0x42, 0x09, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x6d, 0x22, 0xa2, 0x02, 0x0a, 0x0d,
|
|
||||||
0x52, 0x65, 0x70, 0x50, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x12, 0x17, 0x0a,
|
|
||||||
0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x06,
|
|
||||||
0x66, 0x69, 0x65, 0x6c, 0x64, 0x41, 0x12, 0x17, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f,
|
|
||||||
0x62, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x42, 0x12,
|
|
||||||
0x17, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x63, 0x18, 0x03, 0x20, 0x03, 0x28, 0x05,
|
|
||||||
0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x43, 0x12, 0x17, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c,
|
|
||||||
0x64, 0x5f, 0x64, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0d, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64,
|
|
||||||
0x44, 0x12, 0x17, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x65, 0x18, 0x05, 0x20, 0x03,
|
|
||||||
0x28, 0x03, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x45, 0x12, 0x17, 0x0a, 0x07, 0x66, 0x69,
|
|
||||||
0x65, 0x6c, 0x64, 0x5f, 0x66, 0x18, 0x06, 0x20, 0x03, 0x28, 0x04, 0x52, 0x06, 0x66, 0x69, 0x65,
|
|
||||||
0x6c, 0x64, 0x46, 0x12, 0x1d, 0x0a, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x66, 0x75, 0x18,
|
|
||||||
0x07, 0x20, 0x03, 0x28, 0x04, 0x42, 0x02, 0x10, 0x00, 0x52, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64,
|
|
||||||
0x46, 0x75, 0x12, 0x34, 0x0a, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x61, 0x75, 0x78, 0x18,
|
|
||||||
0x08, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x65, 0x70,
|
|
||||||
0x50, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x41, 0x75, 0x78, 0x52, 0x08,
|
|
||||||
0x66, 0x69, 0x65, 0x6c, 0x64, 0x41, 0x75, 0x78, 0x1a, 0x26, 0x0a, 0x03, 0x41, 0x75, 0x78, 0x12,
|
|
||||||
0x1f, 0x0a, 0x0b, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x5f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x18, 0x01,
|
|
||||||
0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x46, 0x69, 0x65, 0x6c, 0x64,
|
|
||||||
0x42, 0x11, 0x5a, 0x0f, 0x75, 0x74, 0x69, 0x6c, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x74,
|
|
||||||
0x65, 0x73, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
file_util_proto_test_test_proto_rawDescOnce sync.Once
|
file_api_util_proto_test_test_proto_rawDescOnce sync.Once
|
||||||
file_util_proto_test_test_proto_rawDescData = file_util_proto_test_test_proto_rawDesc
|
file_api_util_proto_test_test_proto_rawDescData = file_api_util_proto_test_test_proto_rawDesc
|
||||||
)
|
)
|
||||||
|
|
||||||
func file_util_proto_test_test_proto_rawDescGZIP() []byte {
|
func file_api_util_proto_test_test_proto_rawDescGZIP() []byte {
|
||||||
file_util_proto_test_test_proto_rawDescOnce.Do(func() {
|
file_api_util_proto_test_test_proto_rawDescOnce.Do(func() {
|
||||||
file_util_proto_test_test_proto_rawDescData = protoimpl.X.CompressGZIP(file_util_proto_test_test_proto_rawDescData)
|
file_api_util_proto_test_test_proto_rawDescData = protoimpl.X.CompressGZIP(file_api_util_proto_test_test_proto_rawDescData)
|
||||||
})
|
})
|
||||||
return file_util_proto_test_test_proto_rawDescData
|
return file_api_util_proto_test_test_proto_rawDescData
|
||||||
}
|
}
|
||||||
|
|
||||||
var file_util_proto_test_test_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
|
var file_api_util_proto_test_test_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
|
||||||
var file_util_proto_test_test_proto_msgTypes = make([]protoimpl.MessageInfo, 4)
|
var file_api_util_proto_test_test_proto_msgTypes = make([]protoimpl.MessageInfo, 4)
|
||||||
var file_util_proto_test_test_proto_goTypes = []interface{}{
|
var file_api_util_proto_test_test_proto_goTypes = []interface{}{
|
||||||
(Primitives_SomeEnum)(0), // 0: test.Primitives.SomeEnum
|
(Primitives_SomeEnum)(0), // 0: test.Primitives.SomeEnum
|
||||||
(*Primitives)(nil), // 1: test.Primitives
|
(*Primitives)(nil), // 1: test.Primitives
|
||||||
(*RepPrimitives)(nil), // 2: test.RepPrimitives
|
(*RepPrimitives)(nil), // 2: test.RepPrimitives
|
||||||
(*Primitives_Aux)(nil), // 3: test.Primitives.Aux
|
(*Primitives_Aux)(nil), // 3: test.Primitives.Aux
|
||||||
(*RepPrimitives_Aux)(nil), // 4: test.RepPrimitives.Aux
|
(*RepPrimitives_Aux)(nil), // 4: test.RepPrimitives.Aux
|
||||||
}
|
}
|
||||||
var file_util_proto_test_test_proto_depIdxs = []int32{
|
var file_api_util_proto_test_test_proto_depIdxs = []int32{
|
||||||
0, // 0: test.Primitives.field_h:type_name -> test.Primitives.SomeEnum
|
0, // 0: test.Primitives.field_h:type_name -> test.Primitives.SomeEnum
|
||||||
3, // 1: test.Primitives.field_aux:type_name -> test.Primitives.Aux
|
3, // 1: test.Primitives.field_aux:type_name -> test.Primitives.Aux
|
||||||
4, // 2: test.RepPrimitives.field_aux:type_name -> test.RepPrimitives.Aux
|
4, // 2: test.RepPrimitives.field_aux:type_name -> test.RepPrimitives.Aux
|
||||||
|
@ -543,13 +543,13 @@ var file_util_proto_test_test_proto_depIdxs = []int32{
|
||||||
0, // [0:3] is the sub-list for field type_name
|
0, // [0:3] is the sub-list for field type_name
|
||||||
}
|
}
|
||||||
|
|
||||||
func init() { file_util_proto_test_test_proto_init() }
|
func init() { file_api_util_proto_test_test_proto_init() }
|
||||||
func file_util_proto_test_test_proto_init() {
|
func file_api_util_proto_test_test_proto_init() {
|
||||||
if File_util_proto_test_test_proto != nil {
|
if File_api_util_proto_test_test_proto != nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if !protoimpl.UnsafeEnabled {
|
if !protoimpl.UnsafeEnabled {
|
||||||
file_util_proto_test_test_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
file_api_util_proto_test_test_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||||
switch v := v.(*Primitives); i {
|
switch v := v.(*Primitives); i {
|
||||||
case 0:
|
case 0:
|
||||||
return &v.state
|
return &v.state
|
||||||
|
@ -561,7 +561,7 @@ func file_util_proto_test_test_proto_init() {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
file_util_proto_test_test_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
file_api_util_proto_test_test_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||||
switch v := v.(*RepPrimitives); i {
|
switch v := v.(*RepPrimitives); i {
|
||||||
case 0:
|
case 0:
|
||||||
return &v.state
|
return &v.state
|
||||||
|
@ -573,7 +573,7 @@ func file_util_proto_test_test_proto_init() {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
file_util_proto_test_test_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
file_api_util_proto_test_test_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
||||||
switch v := v.(*Primitives_Aux); i {
|
switch v := v.(*Primitives_Aux); i {
|
||||||
case 0:
|
case 0:
|
||||||
return &v.state
|
return &v.state
|
||||||
|
@ -585,7 +585,7 @@ func file_util_proto_test_test_proto_init() {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
file_util_proto_test_test_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
file_api_util_proto_test_test_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
||||||
switch v := v.(*RepPrimitives_Aux); i {
|
switch v := v.(*RepPrimitives_Aux); i {
|
||||||
case 0:
|
case 0:
|
||||||
return &v.state
|
return &v.state
|
||||||
|
@ -598,7 +598,7 @@ func file_util_proto_test_test_proto_init() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
file_util_proto_test_test_proto_msgTypes[0].OneofWrappers = []interface{}{
|
file_api_util_proto_test_test_proto_msgTypes[0].OneofWrappers = []interface{}{
|
||||||
(*Primitives_FieldMa)(nil),
|
(*Primitives_FieldMa)(nil),
|
||||||
(*Primitives_FieldMe)(nil),
|
(*Primitives_FieldMe)(nil),
|
||||||
(*Primitives_FieldAux)(nil),
|
(*Primitives_FieldAux)(nil),
|
||||||
|
@ -607,19 +607,19 @@ func file_util_proto_test_test_proto_init() {
|
||||||
out := protoimpl.TypeBuilder{
|
out := protoimpl.TypeBuilder{
|
||||||
File: protoimpl.DescBuilder{
|
File: protoimpl.DescBuilder{
|
||||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||||
RawDescriptor: file_util_proto_test_test_proto_rawDesc,
|
RawDescriptor: file_api_util_proto_test_test_proto_rawDesc,
|
||||||
NumEnums: 1,
|
NumEnums: 1,
|
||||||
NumMessages: 4,
|
NumMessages: 4,
|
||||||
NumExtensions: 0,
|
NumExtensions: 0,
|
||||||
NumServices: 0,
|
NumServices: 0,
|
||||||
},
|
},
|
||||||
GoTypes: file_util_proto_test_test_proto_goTypes,
|
GoTypes: file_api_util_proto_test_test_proto_goTypes,
|
||||||
DependencyIndexes: file_util_proto_test_test_proto_depIdxs,
|
DependencyIndexes: file_api_util_proto_test_test_proto_depIdxs,
|
||||||
EnumInfos: file_util_proto_test_test_proto_enumTypes,
|
EnumInfos: file_api_util_proto_test_test_proto_enumTypes,
|
||||||
MessageInfos: file_util_proto_test_test_proto_msgTypes,
|
MessageInfos: file_api_util_proto_test_test_proto_msgTypes,
|
||||||
}.Build()
|
}.Build()
|
||||||
File_util_proto_test_test_proto = out.File
|
File_api_util_proto_test_test_proto = out.File
|
||||||
file_util_proto_test_test_proto_rawDesc = nil
|
file_api_util_proto_test_test_proto_rawDesc = nil
|
||||||
file_util_proto_test_test_proto_goTypes = nil
|
file_api_util_proto_test_test_proto_goTypes = nil
|
||||||
file_util_proto_test_test_proto_depIdxs = nil
|
file_api_util_proto_test_test_proto_depIdxs = nil
|
||||||
}
|
}
|
||||||
|
|
46
api/util/proto/test/test.proto
Normal file
46
api/util/proto/test/test.proto
Normal file
|
@ -0,0 +1,46 @@
|
||||||
|
syntax = "proto3";
|
||||||
|
|
||||||
|
package test;
|
||||||
|
|
||||||
|
option go_package = "util/proto/test";
|
||||||
|
|
||||||
|
message Primitives {
|
||||||
|
bytes field_a = 1;
|
||||||
|
string field_b = 2;
|
||||||
|
bool field_c = 200;
|
||||||
|
int32 field_d = 201;
|
||||||
|
uint32 field_e = 202;
|
||||||
|
int64 field_f = 203;
|
||||||
|
uint64 field_g = 204;
|
||||||
|
fixed64 field_i = 205;
|
||||||
|
double field_j = 206;
|
||||||
|
fixed32 field_k = 207;
|
||||||
|
|
||||||
|
enum SomeEnum {
|
||||||
|
UNKNOWN = 0;
|
||||||
|
POSITIVE = 1;
|
||||||
|
NEGATIVE = -1;
|
||||||
|
}
|
||||||
|
SomeEnum field_h = 300;
|
||||||
|
|
||||||
|
message Aux { uint32 inner_field = 1; }
|
||||||
|
|
||||||
|
oneof field_m {
|
||||||
|
bytes field_ma = 401;
|
||||||
|
uint32 field_me = 402;
|
||||||
|
Aux field_aux = 403;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
message RepPrimitives {
|
||||||
|
repeated bytes field_a = 1;
|
||||||
|
repeated string field_b = 2;
|
||||||
|
repeated int32 field_c = 3;
|
||||||
|
repeated uint32 field_d = 4;
|
||||||
|
repeated int64 field_e = 5;
|
||||||
|
repeated uint64 field_f = 6;
|
||||||
|
repeated uint64 field_fu = 7 [ packed = false ];
|
||||||
|
|
||||||
|
message Aux { uint32 inner_field = 1; }
|
||||||
|
repeated Aux field_aux = 8;
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue