Versions in this module Expand all Collapse all v1 v1.26.0 Jan 20, 2021 Changes in this version + var Enum_name = map[int32]string + var Enum_value = map[string]int32 + var Enums_NestedEnum_name = map[int32]string + var Enums_NestedEnum_value = map[string]int32 + var File_internal_testprotos_textpb3_test_proto protoreflect.FileDescriptor + type Enum int32 + const Enum_ONE + const Enum_TEN + const Enum_TWO + const Enum_ZERO + func (Enum) Descriptor() protoreflect.EnumDescriptor + func (Enum) EnumDescriptor() ([]byte, []int) + func (Enum) Type() protoreflect.EnumType + func (x Enum) Enum() *Enum + func (x Enum) Number() protoreflect.EnumNumber + func (x Enum) String() string + type Enums struct + SEnum Enum + SNestedEnum Enums_NestedEnum + func (*Enums) Descriptor() ([]byte, []int) + func (*Enums) ProtoMessage() + func (x *Enums) GetSEnum() Enum + func (x *Enums) GetSNestedEnum() Enums_NestedEnum + func (x *Enums) ProtoReflect() protoreflect.Message + func (x *Enums) Reset() + func (x *Enums) String() string + type Enums_NestedEnum int32 + const Enums_CERO + const Enums_DIEZ + const Enums_DOS + const Enums_UNO + func (Enums_NestedEnum) Descriptor() protoreflect.EnumDescriptor + func (Enums_NestedEnum) EnumDescriptor() ([]byte, []int) + func (Enums_NestedEnum) Type() protoreflect.EnumType + func (x Enums_NestedEnum) Enum() *Enums_NestedEnum + func (x Enums_NestedEnum) Number() protoreflect.EnumNumber + func (x Enums_NestedEnum) String() string + type JSONNames struct + SString string + func (*JSONNames) Descriptor() ([]byte, []int) + func (*JSONNames) ProtoMessage() + func (x *JSONNames) GetSString() string + func (x *JSONNames) ProtoReflect() protoreflect.Message + func (x *JSONNames) Reset() + func (x *JSONNames) String() string + type Maps struct + BoolToUint32 map[bool]uint32 + Int32ToStr map[int32]string + StrToNested map[string]*Nested + StrToOneofs map[string]*Oneofs + Uint64ToEnum map[uint64]Enum + func (*Maps) Descriptor() ([]byte, []int) + func (*Maps) ProtoMessage() + func (x *Maps) GetBoolToUint32() map[bool]uint32 + func (x *Maps) GetInt32ToStr() map[int32]string + func (x *Maps) GetStrToNested() map[string]*Nested + func (x *Maps) GetStrToOneofs() map[string]*Oneofs + func (x *Maps) GetUint64ToEnum() map[uint64]Enum + func (x *Maps) ProtoReflect() protoreflect.Message + func (x *Maps) Reset() + func (x *Maps) String() string + type Nested struct + SNested *Nested + SString string + func (*Nested) Descriptor() ([]byte, []int) + func (*Nested) ProtoMessage() + func (x *Nested) GetSNested() *Nested + func (x *Nested) GetSString() string + func (x *Nested) ProtoReflect() protoreflect.Message + func (x *Nested) Reset() + func (x *Nested) String() string + type Nests struct + SNested *Nested + func (*Nests) Descriptor() ([]byte, []int) + func (*Nests) ProtoMessage() + func (x *Nests) GetSNested() *Nested + func (x *Nests) ProtoReflect() protoreflect.Message + func (x *Nests) Reset() + func (x *Nests) String() string + type Oneofs struct + Union isOneofs_Union + func (*Oneofs) Descriptor() ([]byte, []int) + func (*Oneofs) ProtoMessage() + func (m *Oneofs) GetUnion() isOneofs_Union + func (x *Oneofs) GetOneofEnum() Enum + func (x *Oneofs) GetOneofNested() *Nested + func (x *Oneofs) GetOneofString() string + func (x *Oneofs) ProtoReflect() protoreflect.Message + func (x *Oneofs) Reset() + func (x *Oneofs) String() string + type Oneofs_OneofEnum struct + OneofEnum Enum + type Oneofs_OneofNested struct + OneofNested *Nested + type Oneofs_OneofString struct + OneofString string + type Proto3Optional struct + OptBool *bool + OptBytes []byte + OptDouble *float64 + OptEnum *Enum + OptFloat *float32 + OptInt32 *int32 + OptInt64 *int64 + OptMessage *Nested + OptString *string + OptUint32 *uint32 + OptUint64 *uint64 + func (*Proto3Optional) Descriptor() ([]byte, []int) + func (*Proto3Optional) ProtoMessage() + func (x *Proto3Optional) GetOptBool() bool + func (x *Proto3Optional) GetOptBytes() []byte + func (x *Proto3Optional) GetOptDouble() float64 + func (x *Proto3Optional) GetOptEnum() Enum + func (x *Proto3Optional) GetOptFloat() float32 + func (x *Proto3Optional) GetOptInt32() int32 + func (x *Proto3Optional) GetOptInt64() int64 + func (x *Proto3Optional) GetOptMessage() *Nested + func (x *Proto3Optional) GetOptString() string + func (x *Proto3Optional) GetOptUint32() uint32 + func (x *Proto3Optional) GetOptUint64() uint64 + func (x *Proto3Optional) ProtoReflect() protoreflect.Message + func (x *Proto3Optional) Reset() + func (x *Proto3Optional) String() string + type Repeats struct + RptBool []bool + RptBytes [][]byte + RptDouble []float64 + RptFloat []float32 + RptInt32 []int32 + RptInt64 []int64 + RptString []string + RptUint32 []uint32 + RptUint64 []uint64 + func (*Repeats) Descriptor() ([]byte, []int) + func (*Repeats) ProtoMessage() + func (x *Repeats) GetRptBool() []bool + func (x *Repeats) GetRptBytes() [][]byte + func (x *Repeats) GetRptDouble() []float64 + func (x *Repeats) GetRptFloat() []float32 + func (x *Repeats) GetRptInt32() []int32 + func (x *Repeats) GetRptInt64() []int64 + func (x *Repeats) GetRptString() []string + func (x *Repeats) GetRptUint32() []uint32 + func (x *Repeats) GetRptUint64() []uint64 + func (x *Repeats) ProtoReflect() protoreflect.Message + func (x *Repeats) Reset() + func (x *Repeats) String() string + type Scalars struct + SBool bool + SBytes []byte + SDouble float64 + SFixed32 uint32 + SFixed64 uint64 + SFloat float32 + SInt32 int32 + SInt64 int64 + SSfixed32 int32 + SSfixed64 int64 + SSint32 int32 + SSint64 int64 + SString string + SUint32 uint32 + SUint64 uint64 + func (*Scalars) Descriptor() ([]byte, []int) + func (*Scalars) ProtoMessage() + func (x *Scalars) GetSBool() bool + func (x *Scalars) GetSBytes() []byte + func (x *Scalars) GetSDouble() float64 + func (x *Scalars) GetSFixed32() uint32 + func (x *Scalars) GetSFixed64() uint64 + func (x *Scalars) GetSFloat() float32 + func (x *Scalars) GetSInt32() int32 + func (x *Scalars) GetSInt64() int64 + func (x *Scalars) GetSSfixed32() int32 + func (x *Scalars) GetSSfixed64() int64 + func (x *Scalars) GetSSint32() int32 + func (x *Scalars) GetSSint64() int64 + func (x *Scalars) GetSString() string + func (x *Scalars) GetSUint32() uint32 + func (x *Scalars) GetSUint64() uint64 + func (x *Scalars) ProtoReflect() protoreflect.Message + func (x *Scalars) Reset() + func (x *Scalars) String() string