Versions in this module Expand all Collapse all v1 v1.0.0 Jun 1, 2021 Changes in this version + var E_OptionalBool = &file_internal_testprotos_test3_test_extension_proto_extTypes[12] + var E_OptionalBytes = &file_internal_testprotos_test3_test_extension_proto_extTypes[14] + var E_OptionalDouble = &file_internal_testprotos_test3_test_extension_proto_extTypes[11] + var E_OptionalFixed32 = &file_internal_testprotos_test3_test_extension_proto_extTypes[6] + var E_OptionalFixed64 = &file_internal_testprotos_test3_test_extension_proto_extTypes[7] + var E_OptionalFloat = &file_internal_testprotos_test3_test_extension_proto_extTypes[10] + var E_OptionalForeignEnum = &file_internal_testprotos_test3_test_extension_proto_extTypes[16] + var E_OptionalForeignMessage = &file_internal_testprotos_test3_test_extension_proto_extTypes[15] + var E_OptionalInt32 = &file_internal_testprotos_test3_test_extension_proto_extTypes[0] + var E_OptionalInt64 = &file_internal_testprotos_test3_test_extension_proto_extTypes[1] + var E_OptionalOptionalBool = &file_internal_testprotos_test3_test_extension_proto_extTypes[29] + var E_OptionalOptionalBytes = &file_internal_testprotos_test3_test_extension_proto_extTypes[31] + var E_OptionalOptionalDouble = &file_internal_testprotos_test3_test_extension_proto_extTypes[28] + var E_OptionalOptionalFixed32 = &file_internal_testprotos_test3_test_extension_proto_extTypes[23] + var E_OptionalOptionalFixed64 = &file_internal_testprotos_test3_test_extension_proto_extTypes[24] + var E_OptionalOptionalFloat = &file_internal_testprotos_test3_test_extension_proto_extTypes[27] + var E_OptionalOptionalForeignEnum = &file_internal_testprotos_test3_test_extension_proto_extTypes[33] + var E_OptionalOptionalForeignMessage = &file_internal_testprotos_test3_test_extension_proto_extTypes[32] + var E_OptionalOptionalInt32 = &file_internal_testprotos_test3_test_extension_proto_extTypes[17] + var E_OptionalOptionalInt64 = &file_internal_testprotos_test3_test_extension_proto_extTypes[18] + var E_OptionalOptionalSfixed32 = &file_internal_testprotos_test3_test_extension_proto_extTypes[25] + var E_OptionalOptionalSfixed64 = &file_internal_testprotos_test3_test_extension_proto_extTypes[26] + var E_OptionalOptionalSint32 = &file_internal_testprotos_test3_test_extension_proto_extTypes[21] + var E_OptionalOptionalSint64 = &file_internal_testprotos_test3_test_extension_proto_extTypes[22] + var E_OptionalOptionalString = &file_internal_testprotos_test3_test_extension_proto_extTypes[30] + var E_OptionalOptionalUint32 = &file_internal_testprotos_test3_test_extension_proto_extTypes[19] + var E_OptionalOptionalUint64 = &file_internal_testprotos_test3_test_extension_proto_extTypes[20] + var E_OptionalSfixed32 = &file_internal_testprotos_test3_test_extension_proto_extTypes[8] + var E_OptionalSfixed64 = &file_internal_testprotos_test3_test_extension_proto_extTypes[9] + var E_OptionalSint32 = &file_internal_testprotos_test3_test_extension_proto_extTypes[4] + var E_OptionalSint64 = &file_internal_testprotos_test3_test_extension_proto_extTypes[5] + var E_OptionalString = &file_internal_testprotos_test3_test_extension_proto_extTypes[13] + var E_OptionalUint32 = &file_internal_testprotos_test3_test_extension_proto_extTypes[2] + var E_OptionalUint64 = &file_internal_testprotos_test3_test_extension_proto_extTypes[3] + var File_internal_testprotos_test3_test_extension_proto protoreflect.FileDescriptor + var File_internal_testprotos_test3_test_import_proto protoreflect.FileDescriptor + var File_internal_testprotos_test3_test_proto protoreflect.FileDescriptor + var ForeignEnum_name = map[int32]string + var ForeignEnum_value = map[string]int32 + var ImportEnum_name = map[int32]string + var ImportEnum_value = map[string]int32 + var TestAllTypes_NestedEnum_name = map[int32]string + var TestAllTypes_NestedEnum_value = map[string]int32 + type ForeignEnum int32 + const ForeignEnum_FOREIGN_BAR + const ForeignEnum_FOREIGN_BAZ + const ForeignEnum_FOREIGN_FOO + const ForeignEnum_FOREIGN_ZERO + func (ForeignEnum) Descriptor() protoreflect.EnumDescriptor + func (ForeignEnum) EnumDescriptor() ([]byte, []int) + func (ForeignEnum) Type() protoreflect.EnumType + func (x ForeignEnum) Enum() *ForeignEnum + func (x ForeignEnum) Number() protoreflect.EnumNumber + func (x ForeignEnum) String() string + type ForeignMessage struct + C int32 + D int32 + func (*ForeignMessage) Descriptor() ([]byte, []int) + func (*ForeignMessage) ProtoMessage() + func (x *ForeignMessage) GetC() int32 + func (x *ForeignMessage) GetD() int32 + func (x *ForeignMessage) ProtoReflect() protoreflect.Message + func (x *ForeignMessage) Reset() + func (x *ForeignMessage) String() string + type ImportEnum int32 + const ImportEnum_IMPORT_ZERO + func (ImportEnum) Descriptor() protoreflect.EnumDescriptor + func (ImportEnum) EnumDescriptor() ([]byte, []int) + func (ImportEnum) Type() protoreflect.EnumType + func (x ImportEnum) Enum() *ImportEnum + func (x ImportEnum) Number() protoreflect.EnumNumber + func (x ImportEnum) String() string + type ImportMessage struct + func (*ImportMessage) Descriptor() ([]byte, []int) + func (*ImportMessage) ProtoMessage() + func (x *ImportMessage) ProtoReflect() protoreflect.Message + func (x *ImportMessage) Reset() + func (x *ImportMessage) String() string + type TestAllTypes struct + MapBoolBool map[bool]bool + MapFixed32Fixed32 map[uint32]uint32 + MapFixed64Fixed64 map[uint64]uint64 + MapInt32Double map[int32]float64 + MapInt32Float map[int32]float32 + MapInt32Int32 map[int32]int32 + MapInt64Int64 map[int64]int64 + MapSfixed32Sfixed32 map[int32]int32 + MapSfixed64Sfixed64 map[int64]int64 + MapSint32Sint32 map[int32]int32 + MapSint64Sint64 map[int64]int64 + MapStringBytes map[string][]byte + MapStringNestedEnum map[string]TestAllTypes_NestedEnum + MapStringNestedMessage map[string]*TestAllTypes_NestedMessage + MapStringString map[string]string + MapUint32Uint32 map[uint32]uint32 + MapUint64Uint64 map[uint64]uint64 + OneofField isTestAllTypes_OneofField + OptionalBool *bool + OptionalBytes []byte + OptionalDouble *float64 + OptionalFixed32 *uint32 + OptionalFixed64 *uint64 + OptionalFloat *float32 + OptionalForeignEnum *ForeignEnum + OptionalForeignMessage *ForeignMessage + OptionalImportEnum *ImportEnum + OptionalImportMessage *ImportMessage + OptionalInt32 *int32 + OptionalInt64 *int64 + OptionalNestedEnum *TestAllTypes_NestedEnum + OptionalNestedMessage *TestAllTypes_NestedMessage + OptionalSfixed32 *int32 + OptionalSfixed64 *int64 + OptionalSint32 *int32 + OptionalSint64 *int64 + OptionalString *string + OptionalUint32 *uint32 + OptionalUint64 *uint64 + RepeatedBool []bool + RepeatedBytes [][]byte + RepeatedDouble []float64 + RepeatedFixed32 []uint32 + RepeatedFixed64 []uint64 + RepeatedFloat []float32 + RepeatedForeignEnum []ForeignEnum + RepeatedForeignMessage []*ForeignMessage + RepeatedImportenum []ImportEnum + RepeatedImportmessage []*ImportMessage + RepeatedInt32 []int32 + RepeatedInt64 []int64 + RepeatedNestedEnum []TestAllTypes_NestedEnum + RepeatedNestedMessage []*TestAllTypes_NestedMessage + RepeatedSfixed32 []int32 + RepeatedSfixed64 []int64 + RepeatedSint32 []int32 + RepeatedSint64 []int64 + RepeatedString []string + RepeatedUint32 []uint32 + RepeatedUint64 []uint64 + SingularBool bool + SingularBytes []byte + SingularDouble float64 + SingularFixed32 uint32 + SingularFixed64 uint64 + SingularFloat float32 + SingularForeignEnum ForeignEnum + SingularForeignMessage *ForeignMessage + SingularImportEnum ImportEnum + SingularImportMessage *ImportMessage + SingularInt32 int32 + SingularInt64 int64 + SingularNestedEnum TestAllTypes_NestedEnum + SingularNestedMessage *TestAllTypes_NestedMessage + SingularSfixed32 int32 + SingularSfixed64 int64 + SingularSint32 int32 + SingularSint64 int64 + SingularString string + SingularUint32 uint32 + SingularUint64 uint64 + func (*TestAllTypes) Descriptor() ([]byte, []int) + func (*TestAllTypes) ProtoMessage() + func (m *TestAllTypes) GetOneofField() isTestAllTypes_OneofField + func (x *TestAllTypes) GetMapBoolBool() map[bool]bool + func (x *TestAllTypes) GetMapFixed32Fixed32() map[uint32]uint32 + func (x *TestAllTypes) GetMapFixed64Fixed64() map[uint64]uint64 + func (x *TestAllTypes) GetMapInt32Double() map[int32]float64 + func (x *TestAllTypes) GetMapInt32Float() map[int32]float32 + func (x *TestAllTypes) GetMapInt32Int32() map[int32]int32 + func (x *TestAllTypes) GetMapInt64Int64() map[int64]int64 + func (x *TestAllTypes) GetMapSfixed32Sfixed32() map[int32]int32 + func (x *TestAllTypes) GetMapSfixed64Sfixed64() map[int64]int64 + func (x *TestAllTypes) GetMapSint32Sint32() map[int32]int32 + func (x *TestAllTypes) GetMapSint64Sint64() map[int64]int64 + func (x *TestAllTypes) GetMapStringBytes() map[string][]byte + func (x *TestAllTypes) GetMapStringNestedEnum() map[string]TestAllTypes_NestedEnum + func (x *TestAllTypes) GetMapStringNestedMessage() map[string]*TestAllTypes_NestedMessage + func (x *TestAllTypes) GetMapStringString() map[string]string + func (x *TestAllTypes) GetMapUint32Uint32() map[uint32]uint32 + func (x *TestAllTypes) GetMapUint64Uint64() map[uint64]uint64 + func (x *TestAllTypes) GetOneofBool() bool + func (x *TestAllTypes) GetOneofBytes() []byte + func (x *TestAllTypes) GetOneofDouble() float64 + func (x *TestAllTypes) GetOneofEnum() TestAllTypes_NestedEnum + func (x *TestAllTypes) GetOneofFloat() float32 + func (x *TestAllTypes) GetOneofNestedMessage() *TestAllTypes_NestedMessage + func (x *TestAllTypes) GetOneofString() string + func (x *TestAllTypes) GetOneofUint32() uint32 + func (x *TestAllTypes) GetOneofUint64() uint64 + func (x *TestAllTypes) GetOptionalBool() bool + func (x *TestAllTypes) GetOptionalBytes() []byte + func (x *TestAllTypes) GetOptionalDouble() float64 + func (x *TestAllTypes) GetOptionalFixed32() uint32 + func (x *TestAllTypes) GetOptionalFixed64() uint64 + func (x *TestAllTypes) GetOptionalFloat() float32 + func (x *TestAllTypes) GetOptionalForeignEnum() ForeignEnum + func (x *TestAllTypes) GetOptionalForeignMessage() *ForeignMessage + func (x *TestAllTypes) GetOptionalImportEnum() ImportEnum + func (x *TestAllTypes) GetOptionalImportMessage() *ImportMessage + func (x *TestAllTypes) GetOptionalInt32() int32 + func (x *TestAllTypes) GetOptionalInt64() int64 + func (x *TestAllTypes) GetOptionalNestedEnum() TestAllTypes_NestedEnum + func (x *TestAllTypes) GetOptionalNestedMessage() *TestAllTypes_NestedMessage + func (x *TestAllTypes) GetOptionalSfixed32() int32 + func (x *TestAllTypes) GetOptionalSfixed64() int64 + func (x *TestAllTypes) GetOptionalSint32() int32 + func (x *TestAllTypes) GetOptionalSint64() int64 + func (x *TestAllTypes) GetOptionalString() string + func (x *TestAllTypes) GetOptionalUint32() uint32 + func (x *TestAllTypes) GetOptionalUint64() uint64 + func (x *TestAllTypes) GetRepeatedBool() []bool + func (x *TestAllTypes) GetRepeatedBytes() [][]byte + func (x *TestAllTypes) GetRepeatedDouble() []float64 + func (x *TestAllTypes) GetRepeatedFixed32() []uint32 + func (x *TestAllTypes) GetRepeatedFixed64() []uint64 + func (x *TestAllTypes) GetRepeatedFloat() []float32 + func (x *TestAllTypes) GetRepeatedForeignEnum() []ForeignEnum + func (x *TestAllTypes) GetRepeatedForeignMessage() []*ForeignMessage + func (x *TestAllTypes) GetRepeatedImportenum() []ImportEnum + func (x *TestAllTypes) GetRepeatedImportmessage() []*ImportMessage + func (x *TestAllTypes) GetRepeatedInt32() []int32 + func (x *TestAllTypes) GetRepeatedInt64() []int64 + func (x *TestAllTypes) GetRepeatedNestedEnum() []TestAllTypes_NestedEnum + func (x *TestAllTypes) GetRepeatedNestedMessage() []*TestAllTypes_NestedMessage + func (x *TestAllTypes) GetRepeatedSfixed32() []int32 + func (x *TestAllTypes) GetRepeatedSfixed64() []int64 + func (x *TestAllTypes) GetRepeatedSint32() []int32 + func (x *TestAllTypes) GetRepeatedSint64() []int64 + func (x *TestAllTypes) GetRepeatedString() []string + func (x *TestAllTypes) GetRepeatedUint32() []uint32 + func (x *TestAllTypes) GetRepeatedUint64() []uint64 + func (x *TestAllTypes) GetSingularBool() bool + func (x *TestAllTypes) GetSingularBytes() []byte + func (x *TestAllTypes) GetSingularDouble() float64 + func (x *TestAllTypes) GetSingularFixed32() uint32 + func (x *TestAllTypes) GetSingularFixed64() uint64 + func (x *TestAllTypes) GetSingularFloat() float32 + func (x *TestAllTypes) GetSingularForeignEnum() ForeignEnum + func (x *TestAllTypes) GetSingularForeignMessage() *ForeignMessage + func (x *TestAllTypes) GetSingularImportEnum() ImportEnum + func (x *TestAllTypes) GetSingularImportMessage() *ImportMessage + func (x *TestAllTypes) GetSingularInt32() int32 + func (x *TestAllTypes) GetSingularInt64() int64 + func (x *TestAllTypes) GetSingularNestedEnum() TestAllTypes_NestedEnum + func (x *TestAllTypes) GetSingularNestedMessage() *TestAllTypes_NestedMessage + func (x *TestAllTypes) GetSingularSfixed32() int32 + func (x *TestAllTypes) GetSingularSfixed64() int64 + func (x *TestAllTypes) GetSingularSint32() int32 + func (x *TestAllTypes) GetSingularSint64() int64 + func (x *TestAllTypes) GetSingularString() string + func (x *TestAllTypes) GetSingularUint32() uint32 + func (x *TestAllTypes) GetSingularUint64() uint64 + func (x *TestAllTypes) ProtoReflect() protoreflect.Message + func (x *TestAllTypes) Reset() + func (x *TestAllTypes) String() string + type TestAllTypes_NestedEnum int32 + const TestAllTypes_BAR + const TestAllTypes_BAZ + const TestAllTypes_FOO + const TestAllTypes_NEG + func (TestAllTypes_NestedEnum) Descriptor() protoreflect.EnumDescriptor + func (TestAllTypes_NestedEnum) EnumDescriptor() ([]byte, []int) + func (TestAllTypes_NestedEnum) Type() protoreflect.EnumType + func (x TestAllTypes_NestedEnum) Enum() *TestAllTypes_NestedEnum + func (x TestAllTypes_NestedEnum) Number() protoreflect.EnumNumber + func (x TestAllTypes_NestedEnum) String() string + type TestAllTypes_NestedMessage struct + A int32 + Corecursive *TestAllTypes + func (*TestAllTypes_NestedMessage) Descriptor() ([]byte, []int) + func (*TestAllTypes_NestedMessage) ProtoMessage() + func (x *TestAllTypes_NestedMessage) GetA() int32 + func (x *TestAllTypes_NestedMessage) GetCorecursive() *TestAllTypes + func (x *TestAllTypes_NestedMessage) ProtoReflect() protoreflect.Message + func (x *TestAllTypes_NestedMessage) Reset() + func (x *TestAllTypes_NestedMessage) String() string + type TestAllTypes_OneofBool struct + OneofBool bool + type TestAllTypes_OneofBytes struct + OneofBytes []byte + type TestAllTypes_OneofDouble struct + OneofDouble float64 + type TestAllTypes_OneofEnum struct + OneofEnum TestAllTypes_NestedEnum + type TestAllTypes_OneofFloat struct + OneofFloat float32 + type TestAllTypes_OneofNestedMessage struct + OneofNestedMessage *TestAllTypes_NestedMessage + type TestAllTypes_OneofString struct + OneofString string + type TestAllTypes_OneofUint32 struct + OneofUint32 uint32 + type TestAllTypes_OneofUint64 struct + OneofUint64 uint64