345 lines
14 KiB
Go
345 lines
14 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.25.0-devel
|
|
// protoc v3.14.0
|
|
// source: test_objects.proto
|
|
|
|
package jsonpb
|
|
|
|
import (
|
|
proto "github.com/golang/protobuf/proto"
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
anypb "google.golang.org/protobuf/types/known/anypb"
|
|
durationpb "google.golang.org/protobuf/types/known/durationpb"
|
|
structpb "google.golang.org/protobuf/types/known/structpb"
|
|
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
|
|
wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
|
|
reflect "reflect"
|
|
sync "sync"
|
|
)
|
|
|
|
const (
|
|
// Verify that this generated code is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
|
// Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
)
|
|
|
|
// This is a compile-time assertion that a sufficiently up-to-date version
|
|
// of the legacy proto package is being used.
|
|
const _ = proto.ProtoPackageIsVersion4
|
|
|
|
type KnownTypes struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
An *anypb.Any `protobuf:"bytes,14,opt,name=an" json:"an,omitempty"`
|
|
Dur *durationpb.Duration `protobuf:"bytes,1,opt,name=dur" json:"dur,omitempty"`
|
|
St *structpb.Struct `protobuf:"bytes,12,opt,name=st" json:"st,omitempty"`
|
|
Ts *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=ts" json:"ts,omitempty"`
|
|
Lv *structpb.ListValue `protobuf:"bytes,15,opt,name=lv" json:"lv,omitempty"`
|
|
Val *structpb.Value `protobuf:"bytes,16,opt,name=val" json:"val,omitempty"`
|
|
Dbl *wrapperspb.DoubleValue `protobuf:"bytes,3,opt,name=dbl" json:"dbl,omitempty"`
|
|
Flt *wrapperspb.FloatValue `protobuf:"bytes,4,opt,name=flt" json:"flt,omitempty"`
|
|
I64 *wrapperspb.Int64Value `protobuf:"bytes,5,opt,name=i64" json:"i64,omitempty"`
|
|
U64 *wrapperspb.UInt64Value `protobuf:"bytes,6,opt,name=u64" json:"u64,omitempty"`
|
|
I32 *wrapperspb.Int32Value `protobuf:"bytes,7,opt,name=i32" json:"i32,omitempty"`
|
|
U32 *wrapperspb.UInt32Value `protobuf:"bytes,8,opt,name=u32" json:"u32,omitempty"`
|
|
Bool *wrapperspb.BoolValue `protobuf:"bytes,9,opt,name=bool" json:"bool,omitempty"`
|
|
Str *wrapperspb.StringValue `protobuf:"bytes,10,opt,name=str" json:"str,omitempty"`
|
|
Bytes *wrapperspb.BytesValue `protobuf:"bytes,11,opt,name=bytes" json:"bytes,omitempty"`
|
|
}
|
|
|
|
func (x *KnownTypes) Reset() {
|
|
*x = KnownTypes{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_test_objects_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *KnownTypes) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*KnownTypes) ProtoMessage() {}
|
|
|
|
func (x *KnownTypes) ProtoReflect() protoreflect.Message {
|
|
mi := &file_test_objects_proto_msgTypes[0]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use KnownTypes.ProtoReflect.Descriptor instead.
|
|
func (*KnownTypes) Descriptor() ([]byte, []int) {
|
|
return file_test_objects_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *KnownTypes) GetAn() *anypb.Any {
|
|
if x != nil {
|
|
return x.An
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *KnownTypes) GetDur() *durationpb.Duration {
|
|
if x != nil {
|
|
return x.Dur
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *KnownTypes) GetSt() *structpb.Struct {
|
|
if x != nil {
|
|
return x.St
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *KnownTypes) GetTs() *timestamppb.Timestamp {
|
|
if x != nil {
|
|
return x.Ts
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *KnownTypes) GetLv() *structpb.ListValue {
|
|
if x != nil {
|
|
return x.Lv
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *KnownTypes) GetVal() *structpb.Value {
|
|
if x != nil {
|
|
return x.Val
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *KnownTypes) GetDbl() *wrapperspb.DoubleValue {
|
|
if x != nil {
|
|
return x.Dbl
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *KnownTypes) GetFlt() *wrapperspb.FloatValue {
|
|
if x != nil {
|
|
return x.Flt
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *KnownTypes) GetI64() *wrapperspb.Int64Value {
|
|
if x != nil {
|
|
return x.I64
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *KnownTypes) GetU64() *wrapperspb.UInt64Value {
|
|
if x != nil {
|
|
return x.U64
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *KnownTypes) GetI32() *wrapperspb.Int32Value {
|
|
if x != nil {
|
|
return x.I32
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *KnownTypes) GetU32() *wrapperspb.UInt32Value {
|
|
if x != nil {
|
|
return x.U32
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *KnownTypes) GetBool() *wrapperspb.BoolValue {
|
|
if x != nil {
|
|
return x.Bool
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *KnownTypes) GetStr() *wrapperspb.StringValue {
|
|
if x != nil {
|
|
return x.Str
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *KnownTypes) GetBytes() *wrapperspb.BytesValue {
|
|
if x != nil {
|
|
return x.Bytes
|
|
}
|
|
return nil
|
|
}
|
|
|
|
var File_test_objects_proto protoreflect.FileDescriptor
|
|
|
|
var file_test_objects_proto_rawDesc = []byte{
|
|
0x0a, 0x12, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2e, 0x70,
|
|
0x72, 0x6f, 0x74, 0x6f, 0x12, 0x06, 0x6a, 0x73, 0x6f, 0x6e, 0x70, 0x62, 0x1a, 0x19, 0x67, 0x6f,
|
|
0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6e,
|
|
0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f,
|
|
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x64, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f,
|
|
0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f,
|
|
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x2e,
|
|
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72,
|
|
0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70,
|
|
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70,
|
|
0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x77, 0x72, 0x61, 0x70, 0x70, 0x65, 0x72, 0x73,
|
|
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xba, 0x05, 0x0a, 0x0a, 0x4b, 0x6e, 0x6f, 0x77, 0x6e,
|
|
0x54, 0x79, 0x70, 0x65, 0x73, 0x12, 0x24, 0x0a, 0x02, 0x61, 0x6e, 0x18, 0x0e, 0x20, 0x01, 0x28,
|
|
0x0b, 0x32, 0x14, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
0x62, 0x75, 0x66, 0x2e, 0x41, 0x6e, 0x79, 0x52, 0x02, 0x61, 0x6e, 0x12, 0x2b, 0x0a, 0x03, 0x64,
|
|
0x75, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
|
|
0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x44, 0x75, 0x72, 0x61, 0x74,
|
|
0x69, 0x6f, 0x6e, 0x52, 0x03, 0x64, 0x75, 0x72, 0x12, 0x27, 0x0a, 0x02, 0x73, 0x74, 0x18, 0x0c,
|
|
0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
|
|
0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x02, 0x73,
|
|
0x74, 0x12, 0x2a, 0x0a, 0x02, 0x74, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e,
|
|
0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
|
|
0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x02, 0x74, 0x73, 0x12, 0x2a, 0x0a,
|
|
0x02, 0x6c, 0x76, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
|
|
0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4c, 0x69, 0x73, 0x74,
|
|
0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x02, 0x6c, 0x76, 0x12, 0x28, 0x0a, 0x03, 0x76, 0x61, 0x6c,
|
|
0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
|
|
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x03,
|
|
0x76, 0x61, 0x6c, 0x12, 0x2e, 0x0a, 0x03, 0x64, 0x62, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b,
|
|
0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
|
|
0x75, 0x66, 0x2e, 0x44, 0x6f, 0x75, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x03,
|
|
0x64, 0x62, 0x6c, 0x12, 0x2d, 0x0a, 0x03, 0x66, 0x6c, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b,
|
|
0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
|
|
0x75, 0x66, 0x2e, 0x46, 0x6c, 0x6f, 0x61, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x03, 0x66,
|
|
0x6c, 0x74, 0x12, 0x2d, 0x0a, 0x03, 0x69, 0x36, 0x34, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
|
0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
|
|
0x66, 0x2e, 0x49, 0x6e, 0x74, 0x36, 0x34, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x03, 0x69, 0x36,
|
|
0x34, 0x12, 0x2e, 0x0a, 0x03, 0x75, 0x36, 0x34, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c,
|
|
0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
|
|
0x2e, 0x55, 0x49, 0x6e, 0x74, 0x36, 0x34, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x03, 0x75, 0x36,
|
|
0x34, 0x12, 0x2d, 0x0a, 0x03, 0x69, 0x33, 0x32, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b,
|
|
0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
|
|
0x2e, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x03, 0x69, 0x33, 0x32,
|
|
0x12, 0x2e, 0x0a, 0x03, 0x75, 0x33, 0x32, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e,
|
|
0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
|
|
0x55, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x03, 0x75, 0x33, 0x32,
|
|
0x12, 0x2e, 0x0a, 0x04, 0x62, 0x6f, 0x6f, 0x6c, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a,
|
|
0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
|
|
0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x04, 0x62, 0x6f, 0x6f, 0x6c,
|
|
0x12, 0x2e, 0x0a, 0x03, 0x73, 0x74, 0x72, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e,
|
|
0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
|
|
0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x03, 0x73, 0x74, 0x72,
|
|
0x12, 0x31, 0x0a, 0x05, 0x62, 0x79, 0x74, 0x65, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
|
0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
|
|
0x66, 0x2e, 0x42, 0x79, 0x74, 0x65, 0x73, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x05, 0x62, 0x79,
|
|
0x74, 0x65, 0x73, 0x42, 0x0a, 0x5a, 0x08, 0x2e, 0x3b, 0x6a, 0x73, 0x6f, 0x6e, 0x70, 0x62,
|
|
}
|
|
|
|
var (
|
|
file_test_objects_proto_rawDescOnce sync.Once
|
|
file_test_objects_proto_rawDescData = file_test_objects_proto_rawDesc
|
|
)
|
|
|
|
func file_test_objects_proto_rawDescGZIP() []byte {
|
|
file_test_objects_proto_rawDescOnce.Do(func() {
|
|
file_test_objects_proto_rawDescData = protoimpl.X.CompressGZIP(file_test_objects_proto_rawDescData)
|
|
})
|
|
return file_test_objects_proto_rawDescData
|
|
}
|
|
|
|
var file_test_objects_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
|
|
var file_test_objects_proto_goTypes = []interface{}{
|
|
(*KnownTypes)(nil), // 0: jsonpb.KnownTypes
|
|
(*anypb.Any)(nil), // 1: google.protobuf.Any
|
|
(*durationpb.Duration)(nil), // 2: google.protobuf.Duration
|
|
(*structpb.Struct)(nil), // 3: google.protobuf.Struct
|
|
(*timestamppb.Timestamp)(nil), // 4: google.protobuf.Timestamp
|
|
(*structpb.ListValue)(nil), // 5: google.protobuf.ListValue
|
|
(*structpb.Value)(nil), // 6: google.protobuf.Value
|
|
(*wrapperspb.DoubleValue)(nil), // 7: google.protobuf.DoubleValue
|
|
(*wrapperspb.FloatValue)(nil), // 8: google.protobuf.FloatValue
|
|
(*wrapperspb.Int64Value)(nil), // 9: google.protobuf.Int64Value
|
|
(*wrapperspb.UInt64Value)(nil), // 10: google.protobuf.UInt64Value
|
|
(*wrapperspb.Int32Value)(nil), // 11: google.protobuf.Int32Value
|
|
(*wrapperspb.UInt32Value)(nil), // 12: google.protobuf.UInt32Value
|
|
(*wrapperspb.BoolValue)(nil), // 13: google.protobuf.BoolValue
|
|
(*wrapperspb.StringValue)(nil), // 14: google.protobuf.StringValue
|
|
(*wrapperspb.BytesValue)(nil), // 15: google.protobuf.BytesValue
|
|
}
|
|
var file_test_objects_proto_depIdxs = []int32{
|
|
1, // 0: jsonpb.KnownTypes.an:type_name -> google.protobuf.Any
|
|
2, // 1: jsonpb.KnownTypes.dur:type_name -> google.protobuf.Duration
|
|
3, // 2: jsonpb.KnownTypes.st:type_name -> google.protobuf.Struct
|
|
4, // 3: jsonpb.KnownTypes.ts:type_name -> google.protobuf.Timestamp
|
|
5, // 4: jsonpb.KnownTypes.lv:type_name -> google.protobuf.ListValue
|
|
6, // 5: jsonpb.KnownTypes.val:type_name -> google.protobuf.Value
|
|
7, // 6: jsonpb.KnownTypes.dbl:type_name -> google.protobuf.DoubleValue
|
|
8, // 7: jsonpb.KnownTypes.flt:type_name -> google.protobuf.FloatValue
|
|
9, // 8: jsonpb.KnownTypes.i64:type_name -> google.protobuf.Int64Value
|
|
10, // 9: jsonpb.KnownTypes.u64:type_name -> google.protobuf.UInt64Value
|
|
11, // 10: jsonpb.KnownTypes.i32:type_name -> google.protobuf.Int32Value
|
|
12, // 11: jsonpb.KnownTypes.u32:type_name -> google.protobuf.UInt32Value
|
|
13, // 12: jsonpb.KnownTypes.bool:type_name -> google.protobuf.BoolValue
|
|
14, // 13: jsonpb.KnownTypes.str:type_name -> google.protobuf.StringValue
|
|
15, // 14: jsonpb.KnownTypes.bytes:type_name -> google.protobuf.BytesValue
|
|
15, // [15:15] is the sub-list for method output_type
|
|
15, // [15:15] is the sub-list for method input_type
|
|
15, // [15:15] is the sub-list for extension type_name
|
|
15, // [15:15] is the sub-list for extension extendee
|
|
0, // [0:15] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_test_objects_proto_init() }
|
|
func file_test_objects_proto_init() {
|
|
if File_test_objects_proto != nil {
|
|
return
|
|
}
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_test_objects_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*KnownTypes); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
}
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: file_test_objects_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumMessages: 1,
|
|
NumExtensions: 0,
|
|
NumServices: 0,
|
|
},
|
|
GoTypes: file_test_objects_proto_goTypes,
|
|
DependencyIndexes: file_test_objects_proto_depIdxs,
|
|
MessageInfos: file_test_objects_proto_msgTypes,
|
|
}.Build()
|
|
File_test_objects_proto = out.File
|
|
file_test_objects_proto_rawDesc = nil
|
|
file_test_objects_proto_goTypes = nil
|
|
file_test_objects_proto_depIdxs = nil
|
|
}
|