diff --git a/Makefile b/Makefile index 0bf3f7f5..113158f5 100644 --- a/Makefile +++ b/Makefile @@ -9,4 +9,4 @@ build: test: USE_TESTCONTAINERS=1 gotestsum --rerun-fails --format github-actions --packages="./transfer_manager/go/cmd/..." -- -timeout=30m - USE_TESTCONTAINERS=1 gotestsum --rerun-fails --format github-actions --packages="./transfer_manager/go/tests/e2e/..." -- -timeout=30m + USE_TESTCONTAINERS=1 gotestsum --rerun-fails --format github-actions --packages="./transfer_manager/go/tests/e2e/pg2pg/..." -- -timeout=30m diff --git a/transfer_manager/go/tests/canon/parser/samples/dynamic/sample_proto/sample_proto/sample_proto.pb.go b/transfer_manager/go/tests/canon/parser/samples/dynamic/sample_proto/sample_proto/sample_proto.pb.go new file mode 100644 index 00000000..75ff8279 --- /dev/null +++ b/transfer_manager/go/tests/canon/parser/samples/dynamic/sample_proto/sample_proto/sample_proto.pb.go @@ -0,0 +1,474 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// versions: +// protoc-gen-go v1.31.0 +// protoc v4.22.5 +// source: transfer_manager/go/tests/canon/parser/samples/dynamic/sample_proto/sample_proto/sample_proto.proto + +package sample_proto + +import ( + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" + 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) +) + +type SampleEmbeddedEnum int32 + +const ( + SampleEmbeddedEnum_ITEM_1 SampleEmbeddedEnum = 0 + SampleEmbeddedEnum_ITEM_2 SampleEmbeddedEnum = 1 +) + +// Enum value maps for SampleEmbeddedEnum. +var ( + SampleEmbeddedEnum_name = map[int32]string{ + 0: "ITEM_1", + 1: "ITEM_2", + } + SampleEmbeddedEnum_value = map[string]int32{ + "ITEM_1": 0, + "ITEM_2": 1, + } +) + +func (x SampleEmbeddedEnum) Enum() *SampleEmbeddedEnum { + p := new(SampleEmbeddedEnum) + *p = x + return p +} + +func (x SampleEmbeddedEnum) String() string { + return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) +} + +func (SampleEmbeddedEnum) Descriptor() protoreflect.EnumDescriptor { + return file_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto_enumTypes[0].Descriptor() +} + +func (SampleEmbeddedEnum) Type() protoreflect.EnumType { + return &file_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto_enumTypes[0] +} + +func (x SampleEmbeddedEnum) Number() protoreflect.EnumNumber { + return protoreflect.EnumNumber(x) +} + +// Deprecated: Use SampleEmbeddedEnum.Descriptor instead. +func (SampleEmbeddedEnum) EnumDescriptor() ([]byte, []int) { + return file_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto_rawDescGZIP(), []int{0} +} + +type SampleProto struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + DoubleField float64 `protobuf:"fixed64,1,opt,name=doubleField,proto3" json:"doubleField,omitempty"` + FloatField float32 `protobuf:"fixed32,2,opt,name=floatField,proto3" json:"floatField,omitempty"` + Int32Field int32 `protobuf:"varint,3,opt,name=int32Field,proto3" json:"int32Field,omitempty"` + Int64Field int64 `protobuf:"varint,4,opt,name=int64Field,proto3" json:"int64Field,omitempty"` + Uint32Field uint32 `protobuf:"varint,5,opt,name=uint32Field,proto3" json:"uint32Field,omitempty"` + Uint64Field uint64 `protobuf:"varint,6,opt,name=uint64Field,proto3" json:"uint64Field,omitempty"` + Sint32Field int32 `protobuf:"zigzag32,7,opt,name=sint32Field,proto3" json:"sint32Field,omitempty"` + Sint64Field int64 `protobuf:"zigzag64,8,opt,name=sint64Field,proto3" json:"sint64Field,omitempty"` + Fixed32Field uint32 `protobuf:"fixed32,9,opt,name=fixed32Field,proto3" json:"fixed32Field,omitempty"` + Fixed64Field uint64 `protobuf:"fixed64,10,opt,name=fixed64Field,proto3" json:"fixed64Field,omitempty"` + Sfixed32Field int32 `protobuf:"fixed32,11,opt,name=sfixed32Field,proto3" json:"sfixed32Field,omitempty"` + Sfixed64Field int64 `protobuf:"fixed64,12,opt,name=sfixed64Field,proto3" json:"sfixed64Field,omitempty"` + BoolField bool `protobuf:"varint,13,opt,name=boolField,proto3" json:"boolField,omitempty"` + StringField string `protobuf:"bytes,14,opt,name=stringField,proto3" json:"stringField,omitempty"` + BytesField []byte `protobuf:"bytes,15,opt,name=bytesField,proto3" json:"bytesField,omitempty"` + MapField map[string]int32 `protobuf:"bytes,16,rep,name=mapField,proto3" json:"mapField,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` + RepeatedField []string `protobuf:"bytes,17,rep,name=repeatedField,proto3" json:"repeatedField,omitempty"` + MsgField *SampleEmbeddedMsg `protobuf:"bytes,18,opt,name=msgField,proto3" json:"msgField,omitempty"` +} + +func (x *SampleProto) Reset() { + *x = SampleProto{} + if protoimpl.UnsafeEnabled { + mi := &file_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto_msgTypes[0] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *SampleProto) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*SampleProto) ProtoMessage() {} + +func (x *SampleProto) ProtoReflect() protoreflect.Message { + mi := &file_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_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 SampleProto.ProtoReflect.Descriptor instead. +func (*SampleProto) Descriptor() ([]byte, []int) { + return file_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto_rawDescGZIP(), []int{0} +} + +func (x *SampleProto) GetDoubleField() float64 { + if x != nil { + return x.DoubleField + } + return 0 +} + +func (x *SampleProto) GetFloatField() float32 { + if x != nil { + return x.FloatField + } + return 0 +} + +func (x *SampleProto) GetInt32Field() int32 { + if x != nil { + return x.Int32Field + } + return 0 +} + +func (x *SampleProto) GetInt64Field() int64 { + if x != nil { + return x.Int64Field + } + return 0 +} + +func (x *SampleProto) GetUint32Field() uint32 { + if x != nil { + return x.Uint32Field + } + return 0 +} + +func (x *SampleProto) GetUint64Field() uint64 { + if x != nil { + return x.Uint64Field + } + return 0 +} + +func (x *SampleProto) GetSint32Field() int32 { + if x != nil { + return x.Sint32Field + } + return 0 +} + +func (x *SampleProto) GetSint64Field() int64 { + if x != nil { + return x.Sint64Field + } + return 0 +} + +func (x *SampleProto) GetFixed32Field() uint32 { + if x != nil { + return x.Fixed32Field + } + return 0 +} + +func (x *SampleProto) GetFixed64Field() uint64 { + if x != nil { + return x.Fixed64Field + } + return 0 +} + +func (x *SampleProto) GetSfixed32Field() int32 { + if x != nil { + return x.Sfixed32Field + } + return 0 +} + +func (x *SampleProto) GetSfixed64Field() int64 { + if x != nil { + return x.Sfixed64Field + } + return 0 +} + +func (x *SampleProto) GetBoolField() bool { + if x != nil { + return x.BoolField + } + return false +} + +func (x *SampleProto) GetStringField() string { + if x != nil { + return x.StringField + } + return "" +} + +func (x *SampleProto) GetBytesField() []byte { + if x != nil { + return x.BytesField + } + return nil +} + +func (x *SampleProto) GetMapField() map[string]int32 { + if x != nil { + return x.MapField + } + return nil +} + +func (x *SampleProto) GetRepeatedField() []string { + if x != nil { + return x.RepeatedField + } + return nil +} + +func (x *SampleProto) GetMsgField() *SampleEmbeddedMsg { + if x != nil { + return x.MsgField + } + return nil +} + +type SampleEmbeddedMsg struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + StringField string `protobuf:"bytes,1,opt,name=stringField,proto3" json:"stringField,omitempty"` + Int32Field int32 `protobuf:"varint,2,opt,name=int32Field,proto3" json:"int32Field,omitempty"` + EnumField SampleEmbeddedEnum `protobuf:"varint,3,opt,name=enumField,proto3,enum=SampleEmbeddedEnum" json:"enumField,omitempty"` +} + +func (x *SampleEmbeddedMsg) Reset() { + *x = SampleEmbeddedMsg{} + if protoimpl.UnsafeEnabled { + mi := &file_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto_msgTypes[1] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *SampleEmbeddedMsg) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*SampleEmbeddedMsg) ProtoMessage() {} + +func (x *SampleEmbeddedMsg) ProtoReflect() protoreflect.Message { + mi := &file_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto_msgTypes[1] + 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 SampleEmbeddedMsg.ProtoReflect.Descriptor instead. +func (*SampleEmbeddedMsg) Descriptor() ([]byte, []int) { + return file_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto_rawDescGZIP(), []int{1} +} + +func (x *SampleEmbeddedMsg) GetStringField() string { + if x != nil { + return x.StringField + } + return "" +} + +func (x *SampleEmbeddedMsg) GetInt32Field() int32 { + if x != nil { + return x.Int32Field + } + return 0 +} + +func (x *SampleEmbeddedMsg) GetEnumField() SampleEmbeddedEnum { + if x != nil { + return x.EnumField + } + return SampleEmbeddedEnum_ITEM_1 +} + +var File_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto protoreflect.FileDescriptor + +var file_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto_rawDesc = []byte{ + 0x0a, 0x63, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x2f, 0x67, 0x6f, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x73, 0x2f, 0x63, 0x61, 0x6e, 0x6f, + 0x6e, 0x2f, 0x70, 0x61, 0x72, 0x73, 0x65, 0x72, 0x2f, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, + 0x2f, 0x64, 0x79, 0x6e, 0x61, 0x6d, 0x69, 0x63, 0x2f, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x5f, + 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x5f, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x2f, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, + 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xd6, 0x05, 0x0a, 0x0b, 0x53, 0x61, 0x6d, 0x70, 0x6c, 0x65, + 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x6f, 0x75, 0x62, 0x6c, 0x65, 0x46, + 0x69, 0x65, 0x6c, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x01, 0x52, 0x0b, 0x64, 0x6f, 0x75, 0x62, + 0x6c, 0x65, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x6c, 0x6f, 0x61, 0x74, + 0x46, 0x69, 0x65, 0x6c, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0a, 0x66, 0x6c, 0x6f, + 0x61, 0x74, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x6e, 0x74, 0x33, 0x32, + 0x46, 0x69, 0x65, 0x6c, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x69, 0x6e, 0x74, + 0x33, 0x32, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x6e, 0x74, 0x36, 0x34, + 0x46, 0x69, 0x65, 0x6c, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x69, 0x6e, 0x74, + 0x36, 0x34, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x75, 0x69, 0x6e, 0x74, 0x33, + 0x32, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x75, 0x69, + 0x6e, 0x74, 0x33, 0x32, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x75, 0x69, 0x6e, + 0x74, 0x36, 0x34, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, + 0x75, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x73, + 0x69, 0x6e, 0x74, 0x33, 0x32, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x11, + 0x52, 0x0b, 0x73, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x12, 0x20, 0x0a, + 0x0b, 0x73, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x18, 0x08, 0x20, 0x01, + 0x28, 0x12, 0x52, 0x0b, 0x73, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x12, + 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x78, 0x65, 0x64, 0x33, 0x32, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x18, + 0x09, 0x20, 0x01, 0x28, 0x07, 0x52, 0x0c, 0x66, 0x69, 0x78, 0x65, 0x64, 0x33, 0x32, 0x46, 0x69, + 0x65, 0x6c, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x78, 0x65, 0x64, 0x36, 0x34, 0x46, 0x69, + 0x65, 0x6c, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x06, 0x52, 0x0c, 0x66, 0x69, 0x78, 0x65, 0x64, + 0x36, 0x34, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x12, 0x24, 0x0a, 0x0d, 0x73, 0x66, 0x69, 0x78, 0x65, + 0x64, 0x33, 0x32, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0f, 0x52, 0x0d, + 0x73, 0x66, 0x69, 0x78, 0x65, 0x64, 0x33, 0x32, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x12, 0x24, 0x0a, + 0x0d, 0x73, 0x66, 0x69, 0x78, 0x65, 0x64, 0x36, 0x34, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x18, 0x0c, + 0x20, 0x01, 0x28, 0x10, 0x52, 0x0d, 0x73, 0x66, 0x69, 0x78, 0x65, 0x64, 0x36, 0x34, 0x46, 0x69, + 0x65, 0x6c, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x62, 0x6f, 0x6f, 0x6c, 0x46, 0x69, 0x65, 0x6c, 0x64, + 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x62, 0x6f, 0x6f, 0x6c, 0x46, 0x69, 0x65, 0x6c, + 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x46, 0x69, 0x65, 0x6c, 0x64, + 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x46, 0x69, + 0x65, 0x6c, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x79, 0x74, 0x65, 0x73, 0x46, 0x69, 0x65, 0x6c, + 0x64, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x62, 0x79, 0x74, 0x65, 0x73, 0x46, 0x69, + 0x65, 0x6c, 0x64, 0x12, 0x36, 0x0a, 0x08, 0x6d, 0x61, 0x70, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x18, + 0x10, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x53, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x50, 0x72, + 0x6f, 0x74, 0x6f, 0x2e, 0x4d, 0x61, 0x70, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x45, 0x6e, 0x74, 0x72, + 0x79, 0x52, 0x08, 0x6d, 0x61, 0x70, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x12, 0x24, 0x0a, 0x0d, 0x72, + 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x18, 0x11, 0x20, 0x03, + 0x28, 0x09, 0x52, 0x0d, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x46, 0x69, 0x65, 0x6c, + 0x64, 0x12, 0x2e, 0x0a, 0x08, 0x6d, 0x73, 0x67, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x18, 0x12, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x53, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x45, 0x6d, 0x62, 0x65, + 0x64, 0x64, 0x65, 0x64, 0x4d, 0x73, 0x67, 0x52, 0x08, 0x6d, 0x73, 0x67, 0x46, 0x69, 0x65, 0x6c, + 0x64, 0x1a, 0x3b, 0x0a, 0x0d, 0x4d, 0x61, 0x70, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x45, 0x6e, 0x74, + 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x88, + 0x01, 0x0a, 0x11, 0x53, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x45, 0x6d, 0x62, 0x65, 0x64, 0x64, 0x65, + 0x64, 0x4d, 0x73, 0x67, 0x12, 0x20, 0x0a, 0x0b, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x46, 0x69, + 0x65, 0x6c, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x73, 0x74, 0x72, 0x69, 0x6e, + 0x67, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x46, + 0x69, 0x65, 0x6c, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x69, 0x6e, 0x74, 0x33, + 0x32, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x12, 0x31, 0x0a, 0x09, 0x65, 0x6e, 0x75, 0x6d, 0x46, 0x69, + 0x65, 0x6c, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x13, 0x2e, 0x53, 0x61, 0x6d, 0x70, + 0x6c, 0x65, 0x45, 0x6d, 0x62, 0x65, 0x64, 0x64, 0x65, 0x64, 0x45, 0x6e, 0x75, 0x6d, 0x52, 0x09, + 0x65, 0x6e, 0x75, 0x6d, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x2a, 0x2c, 0x0a, 0x12, 0x53, 0x61, 0x6d, + 0x70, 0x6c, 0x65, 0x45, 0x6d, 0x62, 0x65, 0x64, 0x64, 0x65, 0x64, 0x45, 0x6e, 0x75, 0x6d, 0x12, + 0x0a, 0x0a, 0x06, 0x49, 0x54, 0x45, 0x4d, 0x5f, 0x31, 0x10, 0x00, 0x12, 0x0a, 0x0a, 0x06, 0x49, + 0x54, 0x45, 0x4d, 0x5f, 0x32, 0x10, 0x01, 0x42, 0x63, 0x5a, 0x61, 0x61, 0x2e, 0x79, 0x61, 0x6e, + 0x64, 0x65, 0x78, 0x2d, 0x74, 0x65, 0x61, 0x6d, 0x2e, 0x72, 0x75, 0x2f, 0x74, 0x72, 0x61, 0x6e, + 0x73, 0x66, 0x65, 0x72, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2f, 0x67, 0x6f, 0x2f, + 0x74, 0x65, 0x73, 0x74, 0x73, 0x2f, 0x63, 0x61, 0x6e, 0x6f, 0x6e, 0x2f, 0x70, 0x61, 0x72, 0x73, + 0x65, 0x72, 0x2f, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x2f, 0x64, 0x79, 0x6e, 0x61, 0x6d, + 0x69, 0x63, 0x2f, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, + 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x33, +} + +var ( + file_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto_rawDescOnce sync.Once + file_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto_rawDescData = file_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto_rawDesc +) + +func file_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto_rawDescGZIP() []byte { + file_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto_rawDescOnce.Do(func() { + file_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto_rawDescData = protoimpl.X.CompressGZIP(file_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto_rawDescData) + }) + return file_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto_rawDescData +} + +var file_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto_enumTypes = make([]protoimpl.EnumInfo, 1) +var file_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto_msgTypes = make([]protoimpl.MessageInfo, 3) +var file_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto_goTypes = []interface{}{ + (SampleEmbeddedEnum)(0), // 0: SampleEmbeddedEnum + (*SampleProto)(nil), // 1: SampleProto + (*SampleEmbeddedMsg)(nil), // 2: SampleEmbeddedMsg + nil, // 3: SampleProto.MapFieldEntry +} +var file_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto_depIdxs = []int32{ + 3, // 0: SampleProto.mapField:type_name -> SampleProto.MapFieldEntry + 2, // 1: SampleProto.msgField:type_name -> SampleEmbeddedMsg + 0, // 2: SampleEmbeddedMsg.enumField:type_name -> SampleEmbeddedEnum + 3, // [3:3] is the sub-list for method output_type + 3, // [3:3] is the sub-list for method input_type + 3, // [3:3] is the sub-list for extension type_name + 3, // [3:3] is the sub-list for extension extendee + 0, // [0:3] is the sub-list for field type_name +} + +func init() { + file_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto_init() +} +func file_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto_init() { + if File_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto != nil { + return + } + if !protoimpl.UnsafeEnabled { + file_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*SampleProto); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*SampleEmbeddedMsg); 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_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto_rawDesc, + NumEnums: 1, + NumMessages: 3, + NumExtensions: 0, + NumServices: 0, + }, + GoTypes: file_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto_goTypes, + DependencyIndexes: file_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto_depIdxs, + EnumInfos: file_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto_enumTypes, + MessageInfos: file_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto_msgTypes, + }.Build() + File_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto = out.File + file_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto_rawDesc = nil + file_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto_goTypes = nil + file_transfer_manager_go_tests_canon_parser_samples_dynamic_sample_proto_sample_proto_sample_proto_proto_depIdxs = nil +}