Documentation ¶
Index ¶
- Variables
- type TestFieldTrack
- func (*TestFieldTrack) Descriptor() ([]byte, []int)deprecated
- func (x *TestFieldTrack) GetMapStringBool() map[string]bool
- func (x *TestFieldTrack) GetMapStringBytes() map[string][]byte
- func (x *TestFieldTrack) GetMapStringDouble() map[string]float64
- func (x *TestFieldTrack) GetMapStringEnum() map[string]test.TestAllTypes_NestedEnum
- func (x *TestFieldTrack) GetMapStringFixed32() map[string]uint32
- func (x *TestFieldTrack) GetMapStringFixed64() map[string]uint64
- func (x *TestFieldTrack) GetMapStringFloat() map[string]float32
- func (x *TestFieldTrack) GetMapStringInt32() map[string]int32
- func (x *TestFieldTrack) GetMapStringInt64() map[string]int64
- func (x *TestFieldTrack) GetMapStringMessage() map[string]*test.TestAllTypes_NestedMessage
- func (x *TestFieldTrack) GetMapStringSfixed32() map[string]int32
- func (x *TestFieldTrack) GetMapStringSfixed64() map[string]int64
- func (x *TestFieldTrack) GetMapStringSint32() map[string]int32
- func (x *TestFieldTrack) GetMapStringSint64() map[string]int64
- func (x *TestFieldTrack) GetMapStringString() map[string]string
- func (x *TestFieldTrack) GetMapStringUint32() map[string]uint32
- func (x *TestFieldTrack) GetMapStringUint64() map[string]uint64
- func (x *TestFieldTrack) GetOptionalBool() bool
- func (x *TestFieldTrack) GetOptionalBytes() []byte
- func (x *TestFieldTrack) GetOptionalDouble() float64
- func (x *TestFieldTrack) GetOptionalEnum() test.TestAllTypes_NestedEnum
- func (x *TestFieldTrack) GetOptionalFixed32() uint32
- func (x *TestFieldTrack) GetOptionalFixed64() uint64
- func (x *TestFieldTrack) GetOptionalFloat() float32
- func (x *TestFieldTrack) GetOptionalInt32() int32
- func (x *TestFieldTrack) GetOptionalInt64() int64
- func (x *TestFieldTrack) GetOptionalMessage() *test.TestAllTypes_NestedMessage
- func (x *TestFieldTrack) GetOptionalSfixed32() int32
- func (x *TestFieldTrack) GetOptionalSfixed64() int64
- func (x *TestFieldTrack) GetOptionalSint32() int32
- func (x *TestFieldTrack) GetOptionalSint64() int64
- func (x *TestFieldTrack) GetOptionalString() string
- func (x *TestFieldTrack) GetOptionalUint32() uint32
- func (x *TestFieldTrack) GetOptionalUint64() uint64
- func (x *TestFieldTrack) GetRepeatedBool() []bool
- func (x *TestFieldTrack) GetRepeatedBytes() [][]byte
- func (x *TestFieldTrack) GetRepeatedDouble() []float64
- func (x *TestFieldTrack) GetRepeatedEnum() []test.TestAllTypes_NestedEnum
- func (x *TestFieldTrack) GetRepeatedFixed32() []uint32
- func (x *TestFieldTrack) GetRepeatedFixed64() []uint64
- func (x *TestFieldTrack) GetRepeatedFloat() []float32
- func (x *TestFieldTrack) GetRepeatedInt32() []int32
- func (x *TestFieldTrack) GetRepeatedInt64() []int64
- func (x *TestFieldTrack) GetRepeatedMessage() []*test.TestAllTypes_NestedMessage
- func (x *TestFieldTrack) GetRepeatedSfixed32() []int32
- func (x *TestFieldTrack) GetRepeatedSfixed64() []int64
- func (x *TestFieldTrack) GetRepeatedSint32() []int32
- func (x *TestFieldTrack) GetRepeatedSint64() []int64
- func (x *TestFieldTrack) GetRepeatedString() []string
- func (x *TestFieldTrack) GetRepeatedUint32() []uint32
- func (x *TestFieldTrack) GetRepeatedUint64() []uint64
- func (x *TestFieldTrack) GetWeakMessage1() proto.Message
- func (x *TestFieldTrack) GetWeakMessage2() proto.Message
- func (*TestFieldTrack) ProtoMessage()
- func (x *TestFieldTrack) ProtoReflect() protoreflect.Message
- func (x *TestFieldTrack) Reset()
- func (x *TestFieldTrack) SetWeakMessage1(v proto.Message)
- func (x *TestFieldTrack) SetWeakMessage2(v proto.Message)
- func (x *TestFieldTrack) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_internal_testprotos_fieldtrack_fieldtrack_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type TestFieldTrack ¶
type TestFieldTrack struct { OptionalInt32 *int32 `protobuf:"varint,1,opt,name=optional_int32,json=optionalInt32" json:"optional_int32,omitempty" go:"track"` OptionalInt64 *int64 `protobuf:"varint,2,opt,name=optional_int64,json=optionalInt64" json:"optional_int64,omitempty" go:"track"` OptionalUint32 *uint32 `protobuf:"varint,3,opt,name=optional_uint32,json=optionalUint32" json:"optional_uint32,omitempty" go:"track"` OptionalUint64 *uint64 `protobuf:"varint,4,opt,name=optional_uint64,json=optionalUint64" json:"optional_uint64,omitempty" go:"track"` OptionalSint32 *int32 `protobuf:"zigzag32,5,opt,name=optional_sint32,json=optionalSint32" json:"optional_sint32,omitempty" go:"track"` OptionalSint64 *int64 `protobuf:"zigzag64,6,opt,name=optional_sint64,json=optionalSint64" json:"optional_sint64,omitempty" go:"track"` OptionalFixed32 *uint32 `protobuf:"fixed32,7,opt,name=optional_fixed32,json=optionalFixed32" json:"optional_fixed32,omitempty" go:"track"` OptionalFixed64 *uint64 `protobuf:"fixed64,8,opt,name=optional_fixed64,json=optionalFixed64" json:"optional_fixed64,omitempty" go:"track"` OptionalSfixed32 *int32 `protobuf:"fixed32,9,opt,name=optional_sfixed32,json=optionalSfixed32" json:"optional_sfixed32,omitempty" go:"track"` OptionalSfixed64 *int64 `protobuf:"fixed64,10,opt,name=optional_sfixed64,json=optionalSfixed64" json:"optional_sfixed64,omitempty" go:"track"` OptionalFloat *float32 `protobuf:"fixed32,11,opt,name=optional_float,json=optionalFloat" json:"optional_float,omitempty" go:"track"` OptionalDouble *float64 `protobuf:"fixed64,12,opt,name=optional_double,json=optionalDouble" json:"optional_double,omitempty" go:"track"` OptionalBool *bool `protobuf:"varint,13,opt,name=optional_bool,json=optionalBool" json:"optional_bool,omitempty" go:"track"` OptionalString *string `protobuf:"bytes,14,opt,name=optional_string,json=optionalString" json:"optional_string,omitempty" go:"track"` OptionalBytes []byte `protobuf:"bytes,15,opt,name=optional_bytes,json=optionalBytes" json:"optional_bytes,omitempty" go:"track"` OptionalEnum *test.TestAllTypes_NestedEnum `` /* 151-byte string literal not displayed */ OptionalMessage *test.TestAllTypes_NestedMessage `protobuf:"bytes,17,opt,name=optional_message,json=optionalMessage" json:"optional_message,omitempty" go:"track"` RepeatedInt32 []int32 `protobuf:"varint,21,rep,name=repeated_int32,json=repeatedInt32" json:"repeated_int32,omitempty" go:"track"` RepeatedInt64 []int64 `protobuf:"varint,22,rep,name=repeated_int64,json=repeatedInt64" json:"repeated_int64,omitempty" go:"track"` RepeatedUint32 []uint32 `protobuf:"varint,23,rep,name=repeated_uint32,json=repeatedUint32" json:"repeated_uint32,omitempty" go:"track"` RepeatedUint64 []uint64 `protobuf:"varint,24,rep,name=repeated_uint64,json=repeatedUint64" json:"repeated_uint64,omitempty" go:"track"` RepeatedSint32 []int32 `protobuf:"zigzag32,25,rep,name=repeated_sint32,json=repeatedSint32" json:"repeated_sint32,omitempty" go:"track"` RepeatedSint64 []int64 `protobuf:"zigzag64,26,rep,name=repeated_sint64,json=repeatedSint64" json:"repeated_sint64,omitempty" go:"track"` RepeatedFixed32 []uint32 `protobuf:"fixed32,27,rep,name=repeated_fixed32,json=repeatedFixed32" json:"repeated_fixed32,omitempty" go:"track"` RepeatedFixed64 []uint64 `protobuf:"fixed64,28,rep,name=repeated_fixed64,json=repeatedFixed64" json:"repeated_fixed64,omitempty" go:"track"` RepeatedSfixed32 []int32 `protobuf:"fixed32,29,rep,name=repeated_sfixed32,json=repeatedSfixed32" json:"repeated_sfixed32,omitempty" go:"track"` RepeatedSfixed64 []int64 `protobuf:"fixed64,30,rep,name=repeated_sfixed64,json=repeatedSfixed64" json:"repeated_sfixed64,omitempty" go:"track"` RepeatedFloat []float32 `protobuf:"fixed32,31,rep,name=repeated_float,json=repeatedFloat" json:"repeated_float,omitempty" go:"track"` RepeatedDouble []float64 `protobuf:"fixed64,32,rep,name=repeated_double,json=repeatedDouble" json:"repeated_double,omitempty" go:"track"` RepeatedBool []bool `protobuf:"varint,33,rep,name=repeated_bool,json=repeatedBool" json:"repeated_bool,omitempty" go:"track"` RepeatedString []string `protobuf:"bytes,34,rep,name=repeated_string,json=repeatedString" json:"repeated_string,omitempty" go:"track"` RepeatedBytes [][]byte `protobuf:"bytes,35,rep,name=repeated_bytes,json=repeatedBytes" json:"repeated_bytes,omitempty" go:"track"` RepeatedEnum []test.TestAllTypes_NestedEnum `` /* 151-byte string literal not displayed */ RepeatedMessage []*test.TestAllTypes_NestedMessage `protobuf:"bytes,37,rep,name=repeated_message,json=repeatedMessage" json:"repeated_message,omitempty" go:"track"` MapStringInt32 map[string]int32 `` /* 185-byte string literal not displayed */ MapStringInt64 map[string]int64 `` /* 185-byte string literal not displayed */ MapStringUint32 map[string]uint32 `` /* 188-byte string literal not displayed */ MapStringUint64 map[string]uint64 `` /* 188-byte string literal not displayed */ MapStringSint32 map[string]int32 `` /* 190-byte string literal not displayed */ MapStringSint64 map[string]int64 `` /* 190-byte string literal not displayed */ MapStringFixed32 map[string]uint32 `` /* 192-byte string literal not displayed */ MapStringFixed64 map[string]uint64 `` /* 192-byte string literal not displayed */ MapStringSfixed32 map[string]int32 `` /* 195-byte string literal not displayed */ MapStringSfixed64 map[string]int64 `` /* 195-byte string literal not displayed */ MapStringFloat map[string]float32 `` /* 186-byte string literal not displayed */ MapStringDouble map[string]float64 `` /* 189-byte string literal not displayed */ MapStringBool map[string]bool `` /* 182-byte string literal not displayed */ MapStringString map[string]string `` /* 187-byte string literal not displayed */ MapStringBytes map[string][]byte `` /* 184-byte string literal not displayed */ MapStringEnum map[string]test.TestAllTypes_NestedEnum `` /* 230-byte string literal not displayed */ MapStringMessage map[string]*test.TestAllTypes_NestedMessage `` /* 190-byte string literal not displayed */ XXX_weak_WeakMessage1 struct{} `` /* 151-byte string literal not displayed */ XXX_weak_WeakMessage2 struct{} `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
func (*TestFieldTrack) Descriptor
deprecated
func (*TestFieldTrack) Descriptor() ([]byte, []int)
Deprecated: Use TestFieldTrack.ProtoReflect.Descriptor instead.
func (*TestFieldTrack) GetMapStringBool ¶
func (x *TestFieldTrack) GetMapStringBool() map[string]bool
func (*TestFieldTrack) GetMapStringBytes ¶
func (x *TestFieldTrack) GetMapStringBytes() map[string][]byte
func (*TestFieldTrack) GetMapStringDouble ¶
func (x *TestFieldTrack) GetMapStringDouble() map[string]float64
func (*TestFieldTrack) GetMapStringEnum ¶
func (x *TestFieldTrack) GetMapStringEnum() map[string]test.TestAllTypes_NestedEnum
func (*TestFieldTrack) GetMapStringFixed32 ¶
func (x *TestFieldTrack) GetMapStringFixed32() map[string]uint32
func (*TestFieldTrack) GetMapStringFixed64 ¶
func (x *TestFieldTrack) GetMapStringFixed64() map[string]uint64
func (*TestFieldTrack) GetMapStringFloat ¶
func (x *TestFieldTrack) GetMapStringFloat() map[string]float32
func (*TestFieldTrack) GetMapStringInt32 ¶
func (x *TestFieldTrack) GetMapStringInt32() map[string]int32
func (*TestFieldTrack) GetMapStringInt64 ¶
func (x *TestFieldTrack) GetMapStringInt64() map[string]int64
func (*TestFieldTrack) GetMapStringMessage ¶
func (x *TestFieldTrack) GetMapStringMessage() map[string]*test.TestAllTypes_NestedMessage
func (*TestFieldTrack) GetMapStringSfixed32 ¶
func (x *TestFieldTrack) GetMapStringSfixed32() map[string]int32
func (*TestFieldTrack) GetMapStringSfixed64 ¶
func (x *TestFieldTrack) GetMapStringSfixed64() map[string]int64
func (*TestFieldTrack) GetMapStringSint32 ¶
func (x *TestFieldTrack) GetMapStringSint32() map[string]int32
func (*TestFieldTrack) GetMapStringSint64 ¶
func (x *TestFieldTrack) GetMapStringSint64() map[string]int64
func (*TestFieldTrack) GetMapStringString ¶
func (x *TestFieldTrack) GetMapStringString() map[string]string
func (*TestFieldTrack) GetMapStringUint32 ¶
func (x *TestFieldTrack) GetMapStringUint32() map[string]uint32
func (*TestFieldTrack) GetMapStringUint64 ¶
func (x *TestFieldTrack) GetMapStringUint64() map[string]uint64
func (*TestFieldTrack) GetOptionalBool ¶
func (x *TestFieldTrack) GetOptionalBool() bool
func (*TestFieldTrack) GetOptionalBytes ¶
func (x *TestFieldTrack) GetOptionalBytes() []byte
func (*TestFieldTrack) GetOptionalDouble ¶
func (x *TestFieldTrack) GetOptionalDouble() float64
func (*TestFieldTrack) GetOptionalEnum ¶
func (x *TestFieldTrack) GetOptionalEnum() test.TestAllTypes_NestedEnum
func (*TestFieldTrack) GetOptionalFixed32 ¶
func (x *TestFieldTrack) GetOptionalFixed32() uint32
func (*TestFieldTrack) GetOptionalFixed64 ¶
func (x *TestFieldTrack) GetOptionalFixed64() uint64
func (*TestFieldTrack) GetOptionalFloat ¶
func (x *TestFieldTrack) GetOptionalFloat() float32
func (*TestFieldTrack) GetOptionalInt32 ¶
func (x *TestFieldTrack) GetOptionalInt32() int32
func (*TestFieldTrack) GetOptionalInt64 ¶
func (x *TestFieldTrack) GetOptionalInt64() int64
func (*TestFieldTrack) GetOptionalMessage ¶
func (x *TestFieldTrack) GetOptionalMessage() *test.TestAllTypes_NestedMessage
func (*TestFieldTrack) GetOptionalSfixed32 ¶
func (x *TestFieldTrack) GetOptionalSfixed32() int32
func (*TestFieldTrack) GetOptionalSfixed64 ¶
func (x *TestFieldTrack) GetOptionalSfixed64() int64
func (*TestFieldTrack) GetOptionalSint32 ¶
func (x *TestFieldTrack) GetOptionalSint32() int32
func (*TestFieldTrack) GetOptionalSint64 ¶
func (x *TestFieldTrack) GetOptionalSint64() int64
func (*TestFieldTrack) GetOptionalString ¶
func (x *TestFieldTrack) GetOptionalString() string
func (*TestFieldTrack) GetOptionalUint32 ¶
func (x *TestFieldTrack) GetOptionalUint32() uint32
func (*TestFieldTrack) GetOptionalUint64 ¶
func (x *TestFieldTrack) GetOptionalUint64() uint64
func (*TestFieldTrack) GetRepeatedBool ¶
func (x *TestFieldTrack) GetRepeatedBool() []bool
func (*TestFieldTrack) GetRepeatedBytes ¶
func (x *TestFieldTrack) GetRepeatedBytes() [][]byte
func (*TestFieldTrack) GetRepeatedDouble ¶
func (x *TestFieldTrack) GetRepeatedDouble() []float64
func (*TestFieldTrack) GetRepeatedEnum ¶
func (x *TestFieldTrack) GetRepeatedEnum() []test.TestAllTypes_NestedEnum
func (*TestFieldTrack) GetRepeatedFixed32 ¶
func (x *TestFieldTrack) GetRepeatedFixed32() []uint32
func (*TestFieldTrack) GetRepeatedFixed64 ¶
func (x *TestFieldTrack) GetRepeatedFixed64() []uint64
func (*TestFieldTrack) GetRepeatedFloat ¶
func (x *TestFieldTrack) GetRepeatedFloat() []float32
func (*TestFieldTrack) GetRepeatedInt32 ¶
func (x *TestFieldTrack) GetRepeatedInt32() []int32
func (*TestFieldTrack) GetRepeatedInt64 ¶
func (x *TestFieldTrack) GetRepeatedInt64() []int64
func (*TestFieldTrack) GetRepeatedMessage ¶
func (x *TestFieldTrack) GetRepeatedMessage() []*test.TestAllTypes_NestedMessage
func (*TestFieldTrack) GetRepeatedSfixed32 ¶
func (x *TestFieldTrack) GetRepeatedSfixed32() []int32
func (*TestFieldTrack) GetRepeatedSfixed64 ¶
func (x *TestFieldTrack) GetRepeatedSfixed64() []int64
func (*TestFieldTrack) GetRepeatedSint32 ¶
func (x *TestFieldTrack) GetRepeatedSint32() []int32
func (*TestFieldTrack) GetRepeatedSint64 ¶
func (x *TestFieldTrack) GetRepeatedSint64() []int64
func (*TestFieldTrack) GetRepeatedString ¶
func (x *TestFieldTrack) GetRepeatedString() []string
func (*TestFieldTrack) GetRepeatedUint32 ¶
func (x *TestFieldTrack) GetRepeatedUint32() []uint32
func (*TestFieldTrack) GetRepeatedUint64 ¶
func (x *TestFieldTrack) GetRepeatedUint64() []uint64
func (*TestFieldTrack) GetWeakMessage1 ¶
func (x *TestFieldTrack) GetWeakMessage1() proto.Message
func (*TestFieldTrack) GetWeakMessage2 ¶
func (x *TestFieldTrack) GetWeakMessage2() proto.Message
func (*TestFieldTrack) ProtoMessage ¶
func (*TestFieldTrack) ProtoMessage()
func (*TestFieldTrack) ProtoReflect ¶
func (x *TestFieldTrack) ProtoReflect() protoreflect.Message
func (*TestFieldTrack) Reset ¶
func (x *TestFieldTrack) Reset()
func (*TestFieldTrack) SetWeakMessage1 ¶
func (x *TestFieldTrack) SetWeakMessage1(v proto.Message)
func (*TestFieldTrack) SetWeakMessage2 ¶
func (x *TestFieldTrack) SetWeakMessage2(v proto.Message)
func (*TestFieldTrack) String ¶
func (x *TestFieldTrack) String() string
Click to show internal directories.
Click to hide internal directories.