Versions in this module Expand all Collapse all v0 v0.0.1 Apr 4, 2022 Changes in this version + var File_tests_api_v1_floats_proto protoreflect.FileDescriptor + var File_tests_api_v1_integers_proto protoreflect.FileDescriptor + var File_tests_api_v1_maps_proto protoreflect.FileDescriptor + var File_tests_api_v1_people_proto protoreflect.FileDescriptor + var File_tests_api_v1_planets_proto protoreflect.FileDescriptor + var File_tests_api_v1_simple_proto protoreflect.FileDescriptor + var File_tests_api_v1_single_proto protoreflect.FileDescriptor + var File_tests_api_v1_well_known_types_proto protoreflect.FileDescriptor + var Planet_name = map[int32]string + var Planet_value = map[string]int32 + type BoolMaps struct + BoolToBool map[bool]bool + BoolToBytes map[bool][]byte + BoolToDouble map[bool]float64 + BoolToFixed32 map[bool]uint32 + BoolToFixed64 map[bool]uint64 + BoolToFloat map[bool]float32 + BoolToInt32 map[bool]int32 + BoolToInt64 map[bool]int64 + BoolToPlanet map[bool]Planet + BoolToRepetitive map[bool]*Repetitive + BoolToSfixed32 map[bool]int32 + BoolToSfixed64 map[bool]int64 + BoolToSimple map[bool]*Simple + BoolToSingleton map[bool]*Singleton + BoolToSint32 map[bool]int32 + BoolToSint64 map[bool]int64 + BoolToString map[bool]string + BoolToUint32 map[bool]uint32 + BoolToUint64 map[bool]uint64 + func (*BoolMaps) Descriptor() ([]byte, []int) + func (*BoolMaps) ProtoMessage() + func (x *BoolMaps) GetBoolToBool() map[bool]bool + func (x *BoolMaps) GetBoolToBytes() map[bool][]byte + func (x *BoolMaps) GetBoolToDouble() map[bool]float64 + func (x *BoolMaps) GetBoolToFixed32() map[bool]uint32 + func (x *BoolMaps) GetBoolToFixed64() map[bool]uint64 + func (x *BoolMaps) GetBoolToFloat() map[bool]float32 + func (x *BoolMaps) GetBoolToInt32() map[bool]int32 + func (x *BoolMaps) GetBoolToInt64() map[bool]int64 + func (x *BoolMaps) GetBoolToPlanet() map[bool]Planet + func (x *BoolMaps) GetBoolToRepetitive() map[bool]*Repetitive + func (x *BoolMaps) GetBoolToSfixed32() map[bool]int32 + func (x *BoolMaps) GetBoolToSfixed64() map[bool]int64 + func (x *BoolMaps) GetBoolToSimple() map[bool]*Simple + func (x *BoolMaps) GetBoolToSingleton() map[bool]*Singleton + func (x *BoolMaps) GetBoolToSint32() map[bool]int32 + func (x *BoolMaps) GetBoolToSint64() map[bool]int64 + func (x *BoolMaps) GetBoolToString() map[bool]string + func (x *BoolMaps) GetBoolToUint32() map[bool]uint32 + func (x *BoolMaps) GetBoolToUint64() map[bool]uint64 + func (x *BoolMaps) ProtoReflect() protoreflect.Message + func (x *BoolMaps) Reset() + func (x *BoolMaps) String() string + type DoubleMessage struct + Value float64 + Values []float64 + func (*DoubleMessage) Descriptor() ([]byte, []int) + func (*DoubleMessage) ProtoMessage() + func (x *DoubleMessage) GetValue() float64 + func (x *DoubleMessage) GetValues() []float64 + func (x *DoubleMessage) ProtoReflect() protoreflect.Message + func (x *DoubleMessage) Reset() + func (x *DoubleMessage) String() string + type Empty struct + func (*Empty) Descriptor() ([]byte, []int) + func (*Empty) ProtoMessage() + func (x *Empty) ProtoReflect() protoreflect.Message + func (x *Empty) Reset() + func (x *Empty) String() string + type Fixed32Message struct + Value uint32 + Values []uint32 + func (*Fixed32Message) Descriptor() ([]byte, []int) + func (*Fixed32Message) ProtoMessage() + func (x *Fixed32Message) GetValue() uint32 + func (x *Fixed32Message) GetValues() []uint32 + func (x *Fixed32Message) ProtoReflect() protoreflect.Message + func (x *Fixed32Message) Reset() + func (x *Fixed32Message) String() string + type Fixed64Message struct + Value uint64 + Values []uint64 + func (*Fixed64Message) Descriptor() ([]byte, []int) + func (*Fixed64Message) ProtoMessage() + func (x *Fixed64Message) GetValue() uint64 + func (x *Fixed64Message) GetValues() []uint64 + func (x *Fixed64Message) ProtoReflect() protoreflect.Message + func (x *Fixed64Message) Reset() + func (x *Fixed64Message) String() string + type FloatMessage struct + Value float32 + Values []float32 + func (*FloatMessage) Descriptor() ([]byte, []int) + func (*FloatMessage) ProtoMessage() + func (x *FloatMessage) GetValue() float32 + func (x *FloatMessage) GetValues() []float32 + func (x *FloatMessage) ProtoReflect() protoreflect.Message + func (x *FloatMessage) Reset() + func (x *FloatMessage) String() string + type Int32Message struct + Value int32 + Values []int32 + func (*Int32Message) Descriptor() ([]byte, []int) + func (*Int32Message) ProtoMessage() + func (x *Int32Message) GetValue() int32 + func (x *Int32Message) GetValues() []int32 + func (x *Int32Message) ProtoReflect() protoreflect.Message + func (x *Int32Message) Reset() + func (x *Int32Message) String() string + type Int64Message struct + Value int64 + Values []int64 + func (*Int64Message) Descriptor() ([]byte, []int) + func (*Int64Message) ProtoMessage() + func (x *Int64Message) GetValue() int64 + func (x *Int64Message) GetValues() []int64 + func (x *Int64Message) ProtoReflect() protoreflect.Message + func (x *Int64Message) Reset() + func (x *Int64Message) String() string + type IntMaps struct + IntToBool map[int64]bool + IntToBytes map[int64][]byte + IntToDouble map[int64]float64 + IntToFixed32 map[int64]uint32 + IntToFixed64 map[int64]uint64 + IntToFloat map[int64]float32 + IntToInt32 map[int64]int32 + IntToInt64 map[int64]int64 + IntToPlanet map[int64]Planet + IntToRepetitive map[int64]*Repetitive + IntToSfixed32 map[int64]int32 + IntToSfixed64 map[int64]int64 + IntToSimple map[int64]*Simple + IntToSingleton map[int64]*Singleton + IntToSint32 map[int64]int32 + IntToSint64 map[int64]int64 + IntToString map[int64]string + IntToUint32 map[int64]uint32 + IntToUint64 map[int64]uint64 + func (*IntMaps) Descriptor() ([]byte, []int) + func (*IntMaps) ProtoMessage() + func (x *IntMaps) GetIntToBool() map[int64]bool + func (x *IntMaps) GetIntToBytes() map[int64][]byte + func (x *IntMaps) GetIntToDouble() map[int64]float64 + func (x *IntMaps) GetIntToFixed32() map[int64]uint32 + func (x *IntMaps) GetIntToFixed64() map[int64]uint64 + func (x *IntMaps) GetIntToFloat() map[int64]float32 + func (x *IntMaps) GetIntToInt32() map[int64]int32 + func (x *IntMaps) GetIntToInt64() map[int64]int64 + func (x *IntMaps) GetIntToPlanet() map[int64]Planet + func (x *IntMaps) GetIntToRepetitive() map[int64]*Repetitive + func (x *IntMaps) GetIntToSfixed32() map[int64]int32 + func (x *IntMaps) GetIntToSfixed64() map[int64]int64 + func (x *IntMaps) GetIntToSimple() map[int64]*Simple + func (x *IntMaps) GetIntToSingleton() map[int64]*Singleton + func (x *IntMaps) GetIntToSint32() map[int64]int32 + func (x *IntMaps) GetIntToSint64() map[int64]int64 + func (x *IntMaps) GetIntToString() map[int64]string + func (x *IntMaps) GetIntToUint32() map[int64]uint32 + func (x *IntMaps) GetIntToUint64() map[int64]uint64 + func (x *IntMaps) ProtoReflect() protoreflect.Message + func (x *IntMaps) Reset() + func (x *IntMaps) String() string + type KnownTypes struct + AnyField *anypb.Any + BoolValueField *wrapperspb.BoolValue + BytesValueField *wrapperspb.BytesValue + DoubleValueField *wrapperspb.DoubleValue + DurationField *durationpb.Duration + FloatValueField *wrapperspb.FloatValue + Int32ValueField *wrapperspb.Int32Value + Int64ValueField *wrapperspb.Int64Value + ListValueField *structpb.ListValue + StringValueField *wrapperspb.StringValue + StructField *structpb.Struct + TimestampField *timestamppb.Timestamp + Uint32ValueField *wrapperspb.UInt32Value + Uint64ValueField *wrapperspb.UInt64Value + ValueField *structpb.Value + func (*KnownTypes) Descriptor() ([]byte, []int) + func (*KnownTypes) ProtoMessage() + func (x *KnownTypes) GetAnyField() *anypb.Any + func (x *KnownTypes) GetBoolValueField() *wrapperspb.BoolValue + func (x *KnownTypes) GetBytesValueField() *wrapperspb.BytesValue + func (x *KnownTypes) GetDoubleValueField() *wrapperspb.DoubleValue + func (x *KnownTypes) GetDurationField() *durationpb.Duration + func (x *KnownTypes) GetFloatValueField() *wrapperspb.FloatValue + func (x *KnownTypes) GetInt32ValueField() *wrapperspb.Int32Value + func (x *KnownTypes) GetInt64ValueField() *wrapperspb.Int64Value + func (x *KnownTypes) GetListValueField() *structpb.ListValue + func (x *KnownTypes) GetStringValueField() *wrapperspb.StringValue + func (x *KnownTypes) GetStructField() *structpb.Struct + func (x *KnownTypes) GetTimestampField() *timestamppb.Timestamp + func (x *KnownTypes) GetUint32ValueField() *wrapperspb.UInt32Value + func (x *KnownTypes) GetUint64ValueField() *wrapperspb.UInt64Value + func (x *KnownTypes) GetValueField() *structpb.Value + func (x *KnownTypes) ProtoReflect() protoreflect.Message + func (x *KnownTypes) Reset() + func (x *KnownTypes) String() string + type MyFavoritePlanets struct + Planets []Planet + func (*MyFavoritePlanets) Descriptor() ([]byte, []int) + func (*MyFavoritePlanets) ProtoMessage() + func (x *MyFavoritePlanets) GetPlanets() []Planet + func (x *MyFavoritePlanets) ProtoReflect() protoreflect.Message + func (x *MyFavoritePlanets) Reset() + func (x *MyFavoritePlanets) String() string + type OptionalSingle struct + BoolField *bool + BytesField []byte + DoubleField *float64 + Fixed32Field *uint32 + Fixed64Field *uint64 + FloatField *float32 + Int32Field *int32 + Int64Field *int64 + Sfixed32Field *int32 + Sfixed64Field *int64 + Sint32Field *int32 + Sint64Field *int64 + StringField *string + Uint32Field *uint32 + Uint64Field *uint64 + func (*OptionalSingle) Descriptor() ([]byte, []int) + func (*OptionalSingle) ProtoMessage() + func (x *OptionalSingle) GetBoolField() bool + func (x *OptionalSingle) GetBytesField() []byte + func (x *OptionalSingle) GetDoubleField() float64 + func (x *OptionalSingle) GetFixed32Field() uint32 + func (x *OptionalSingle) GetFixed64Field() uint64 + func (x *OptionalSingle) GetFloatField() float32 + func (x *OptionalSingle) GetInt32Field() int32 + func (x *OptionalSingle) GetInt64Field() int64 + func (x *OptionalSingle) GetSfixed32Field() int32 + func (x *OptionalSingle) GetSfixed64Field() int64 + func (x *OptionalSingle) GetSint32Field() int32 + func (x *OptionalSingle) GetSint64Field() int64 + func (x *OptionalSingle) GetStringField() string + func (x *OptionalSingle) GetUint32Field() uint32 + func (x *OptionalSingle) GetUint64Field() uint64 + func (x *OptionalSingle) ProtoReflect() protoreflect.Message + func (x *OptionalSingle) Reset() + func (x *OptionalSingle) String() string + type PersonV1 struct + Id int32 + Name string + func (*PersonV1) Descriptor() ([]byte, []int) + func (*PersonV1) ProtoMessage() + func (x *PersonV1) GetId() int32 + func (x *PersonV1) GetName() string + func (x *PersonV1) ProtoReflect() protoreflect.Message + func (x *PersonV1) Reset() + func (x *PersonV1) String() string + type PersonV2 struct + Age uint32 + Children []*PersonV2 + Id int32 + Name string + Profession string + func (*PersonV2) Descriptor() ([]byte, []int) + func (*PersonV2) ProtoMessage() + func (x *PersonV2) GetAge() uint32 + func (x *PersonV2) GetChildren() []*PersonV2 + func (x *PersonV2) GetId() int32 + func (x *PersonV2) GetName() string + func (x *PersonV2) GetProfession() string + func (x *PersonV2) ProtoReflect() protoreflect.Message + func (x *PersonV2) Reset() + func (x *PersonV2) String() string + type PersonV3 struct + Age uint32 + Children []*PersonV3 + Id int32 + Name isPersonV3_Name + Profession string + func (*PersonV3) Descriptor() ([]byte, []int) + func (*PersonV3) ProtoMessage() + func (m *PersonV3) GetName() isPersonV3_Name + func (x *PersonV3) GetAge() uint32 + func (x *PersonV3) GetChildren() []*PersonV3 + func (x *PersonV3) GetFullName() string + func (x *PersonV3) GetId() int32 + func (x *PersonV3) GetProfession() string + func (x *PersonV3) GetStructuredName() *PersonV3_NameV3 + func (x *PersonV3) ProtoReflect() protoreflect.Message + func (x *PersonV3) Reset() + func (x *PersonV3) String() string + type PersonV3_FullName struct + FullName string + type PersonV3_NameV3 struct + First string + Last string + func (*PersonV3_NameV3) Descriptor() ([]byte, []int) + func (*PersonV3_NameV3) ProtoMessage() + func (x *PersonV3_NameV3) GetFirst() string + func (x *PersonV3_NameV3) GetLast() string + func (x *PersonV3_NameV3) ProtoReflect() protoreflect.Message + func (x *PersonV3_NameV3) Reset() + func (x *PersonV3_NameV3) String() string + type PersonV3_StructuredName struct + StructuredName *PersonV3_NameV3 + type PersonV4 struct + Age uint32 + Children []*PersonV3 + DeprecatedFullName string + Id int32 + Profession string + StructuredName *PersonV4_NameV4 + func (*PersonV4) Descriptor() ([]byte, []int) + func (*PersonV4) ProtoMessage() + func (x *PersonV4) GetAge() uint32 + func (x *PersonV4) GetChildren() []*PersonV3 + func (x *PersonV4) GetDeprecatedFullName() string + func (x *PersonV4) GetId() int32 + func (x *PersonV4) GetProfession() string + func (x *PersonV4) GetStructuredName() *PersonV4_NameV4 + func (x *PersonV4) ProtoReflect() protoreflect.Message + func (x *PersonV4) Reset() + func (x *PersonV4) String() string + type PersonV4_NameV4 struct + First string + Last string + func (*PersonV4_NameV4) Descriptor() ([]byte, []int) + func (*PersonV4_NameV4) ProtoMessage() + func (x *PersonV4_NameV4) GetFirst() string + func (x *PersonV4_NameV4) GetLast() string + func (x *PersonV4_NameV4) ProtoReflect() protoreflect.Message + func (x *PersonV4_NameV4) Reset() + func (x *PersonV4_NameV4) String() string + type Planet int32 + const Planet_PLANET_EARTH + const Planet_PLANET_JUPITER + const Planet_PLANET_MARS + const Planet_PLANET_MERCURY + const Planet_PLANET_SATURN + const Planet_PLANET_UNKNOWN + const Planet_PLANET_VENUS + func (Planet) Descriptor() protoreflect.EnumDescriptor + func (Planet) EnumDescriptor() ([]byte, []int) + func (Planet) Type() protoreflect.EnumType + func (x Planet) Enum() *Planet + func (x Planet) Number() protoreflect.EnumNumber + func (x Planet) String() string + type Repetitive struct + BoolField []bool + BytesField [][]byte + DoubleField []float64 + Fixed32Field []uint32 + Fixed64Field []uint64 + FloatField []float32 + Int32Field []int32 + Int64Field []int64 + RepetitiveField []*Repetitive + Sfixed32Field []int32 + Sfixed64Field []int64 + SimpleField []*Simple + SingletonField []*Singleton + Sint32Field []int32 + Sint64Field []int64 + StringField []string + Uint32Field []uint32 + Uint64Field []uint64 + func (*Repetitive) Descriptor() ([]byte, []int) + func (*Repetitive) ProtoMessage() + func (x *Repetitive) GetBoolField() []bool + func (x *Repetitive) GetBytesField() [][]byte + func (x *Repetitive) GetDoubleField() []float64 + func (x *Repetitive) GetFixed32Field() []uint32 + func (x *Repetitive) GetFixed64Field() []uint64 + func (x *Repetitive) GetFloatField() []float32 + func (x *Repetitive) GetInt32Field() []int32 + func (x *Repetitive) GetInt64Field() []int64 + func (x *Repetitive) GetRepetitiveField() []*Repetitive + func (x *Repetitive) GetSfixed32Field() []int32 + func (x *Repetitive) GetSfixed64Field() []int64 + func (x *Repetitive) GetSimpleField() []*Simple + func (x *Repetitive) GetSingletonField() []*Singleton + func (x *Repetitive) GetSint32Field() []int32 + func (x *Repetitive) GetSint64Field() []int64 + func (x *Repetitive) GetStringField() []string + func (x *Repetitive) GetUint32Field() []uint32 + func (x *Repetitive) GetUint64Field() []uint64 + func (x *Repetitive) ProtoReflect() protoreflect.Message + func (x *Repetitive) Reset() + func (x *Repetitive) String() string + type Sfixed32Message struct + Value int32 + Values []int32 + func (*Sfixed32Message) Descriptor() ([]byte, []int) + func (*Sfixed32Message) ProtoMessage() + func (x *Sfixed32Message) GetValue() int32 + func (x *Sfixed32Message) GetValues() []int32 + func (x *Sfixed32Message) ProtoReflect() protoreflect.Message + func (x *Sfixed32Message) Reset() + func (x *Sfixed32Message) String() string + type Sfixed64Message struct + Value int64 + Values []int64 + func (*Sfixed64Message) Descriptor() ([]byte, []int) + func (*Sfixed64Message) ProtoMessage() + func (x *Sfixed64Message) GetValue() int64 + func (x *Sfixed64Message) GetValues() []int64 + func (x *Sfixed64Message) ProtoReflect() protoreflect.Message + func (x *Sfixed64Message) Reset() + func (x *Sfixed64Message) String() string + type Simple struct + BoolField bool + BytesField []byte + DoubleField float64 + Fixed32Field uint32 + Fixed64Field uint64 + FloatField float32 + Int32Field int32 + Int64Field int64 + RepetitiveField *Repetitive + Sfixed32Field int32 + Sfixed64Field int64 + SimpleField *Simple + SingletonField *Singleton + Sint32Field int32 + Sint64Field int64 + StringField string + Uint32Field uint32 + Uint64Field uint64 + func (*Simple) Descriptor() ([]byte, []int) + func (*Simple) ProtoMessage() + func (x *Simple) GetBoolField() bool + func (x *Simple) GetBytesField() []byte + func (x *Simple) GetDoubleField() float64 + func (x *Simple) GetFixed32Field() uint32 + func (x *Simple) GetFixed64Field() uint64 + func (x *Simple) GetFloatField() float32 + func (x *Simple) GetInt32Field() int32 + func (x *Simple) GetInt64Field() int64 + func (x *Simple) GetRepetitiveField() *Repetitive + func (x *Simple) GetSfixed32Field() int32 + func (x *Simple) GetSfixed64Field() int64 + func (x *Simple) GetSimpleField() *Simple + func (x *Simple) GetSingletonField() *Singleton + func (x *Simple) GetSint32Field() int32 + func (x *Simple) GetSint64Field() int64 + func (x *Simple) GetStringField() string + func (x *Simple) GetUint32Field() uint32 + func (x *Simple) GetUint64Field() uint64 + func (x *Simple) ProtoReflect() protoreflect.Message + func (x *Simple) Reset() + func (x *Simple) String() string + type Single struct + BoolField bool + BytesField []byte + DoubleField float64 + Fixed32Field uint32 + Fixed64Field uint64 + FloatField float32 + Int32Field int32 + Int64Field int64 + Sfixed32Field int32 + Sfixed64Field int64 + Sint32Field int32 + Sint64Field int64 + StringField string + Uint32Field uint32 + Uint64Field uint64 + func (*Single) Descriptor() ([]byte, []int) + func (*Single) ProtoMessage() + func (x *Single) GetBoolField() bool + func (x *Single) GetBytesField() []byte + func (x *Single) GetDoubleField() float64 + func (x *Single) GetFixed32Field() uint32 + func (x *Single) GetFixed64Field() uint64 + func (x *Single) GetFloatField() float32 + func (x *Single) GetInt32Field() int32 + func (x *Single) GetInt64Field() int64 + func (x *Single) GetSfixed32Field() int32 + func (x *Single) GetSfixed64Field() int64 + func (x *Single) GetSint32Field() int32 + func (x *Single) GetSint64Field() int64 + func (x *Single) GetStringField() string + func (x *Single) GetUint32Field() uint32 + func (x *Single) GetUint64Field() uint64 + func (x *Single) ProtoReflect() protoreflect.Message + func (x *Single) Reset() + func (x *Single) String() string + type Singleton struct + Singleton isSingleton_Singleton + func (*Singleton) Descriptor() ([]byte, []int) + func (*Singleton) ProtoMessage() + func (m *Singleton) GetSingleton() isSingleton_Singleton + func (x *Singleton) GetTheBool() bool + func (x *Singleton) GetTheBytes() []byte + func (x *Singleton) GetTheDouble() float64 + func (x *Singleton) GetTheFixed32() uint32 + func (x *Singleton) GetTheFixed64() uint64 + func (x *Singleton) GetTheFloat() float32 + func (x *Singleton) GetTheInt32() int32 + func (x *Singleton) GetTheInt64() int64 + func (x *Singleton) GetTheRepetitive() *Repetitive + func (x *Singleton) GetTheSfixed32() int32 + func (x *Singleton) GetTheSfixed64() int64 + func (x *Singleton) GetTheSimple() *Simple + func (x *Singleton) GetTheSingleton() *Singleton + func (x *Singleton) GetTheSint32() int32 + func (x *Singleton) GetTheSint64() int64 + func (x *Singleton) GetTheString() string + func (x *Singleton) GetTheUint32() uint32 + func (x *Singleton) GetTheUint64() uint64 + func (x *Singleton) ProtoReflect() protoreflect.Message + func (x *Singleton) Reset() + func (x *Singleton) String() string + type Singleton_TheBool struct + TheBool bool + type Singleton_TheBytes struct + TheBytes []byte + type Singleton_TheDouble struct + TheDouble float64 + type Singleton_TheFixed32 struct + TheFixed32 uint32 + type Singleton_TheFixed64 struct + TheFixed64 uint64 + type Singleton_TheFloat struct + TheFloat float32 + type Singleton_TheInt32 struct + TheInt32 int32 + type Singleton_TheInt64 struct + TheInt64 int64 + type Singleton_TheRepetitive struct + TheRepetitive *Repetitive + type Singleton_TheSfixed32 struct + TheSfixed32 int32 + type Singleton_TheSfixed64 struct + TheSfixed64 int64 + type Singleton_TheSimple struct + TheSimple *Simple + type Singleton_TheSingleton struct + TheSingleton *Singleton + type Singleton_TheSint32 struct + TheSint32 int32 + type Singleton_TheSint64 struct + TheSint64 int64 + type Singleton_TheString struct + TheString string + type Singleton_TheUint32 struct + TheUint32 uint32 + type Singleton_TheUint64 struct + TheUint64 uint64 + type Sint32Message struct + Value int32 + Values []int32 + func (*Sint32Message) Descriptor() ([]byte, []int) + func (*Sint32Message) ProtoMessage() + func (x *Sint32Message) GetValue() int32 + func (x *Sint32Message) GetValues() []int32 + func (x *Sint32Message) ProtoReflect() protoreflect.Message + func (x *Sint32Message) Reset() + func (x *Sint32Message) String() string + type Sint64Message struct + Value int64 + Values []int64 + func (*Sint64Message) Descriptor() ([]byte, []int) + func (*Sint64Message) ProtoMessage() + func (x *Sint64Message) GetValue() int64 + func (x *Sint64Message) GetValues() []int64 + func (x *Sint64Message) ProtoReflect() protoreflect.Message + func (x *Sint64Message) Reset() + func (x *Sint64Message) String() string + type StringMaps struct + StringToBool map[string]bool + StringToBytes map[string][]byte + StringToDouble map[string]float64 + StringToFixed32 map[string]uint32 + StringToFixed64 map[string]uint64 + StringToFloat map[string]float32 + StringToInt32 map[string]int32 + StringToInt64 map[string]int64 + StringToPlanet map[string]Planet + StringToRepetitive map[string]*Repetitive + StringToSfixed32 map[string]int32 + StringToSfixed64 map[string]int64 + StringToSimple map[string]*Simple + StringToSingleton map[string]*Singleton + StringToSint32 map[string]int32 + StringToSint64 map[string]int64 + StringToString map[string]string + StringToUint32 map[string]uint32 + StringToUint64 map[string]uint64 + func (*StringMaps) Descriptor() ([]byte, []int) + func (*StringMaps) ProtoMessage() + func (x *StringMaps) GetStringToBool() map[string]bool + func (x *StringMaps) GetStringToBytes() map[string][]byte + func (x *StringMaps) GetStringToDouble() map[string]float64 + func (x *StringMaps) GetStringToFixed32() map[string]uint32 + func (x *StringMaps) GetStringToFixed64() map[string]uint64 + func (x *StringMaps) GetStringToFloat() map[string]float32 + func (x *StringMaps) GetStringToInt32() map[string]int32 + func (x *StringMaps) GetStringToInt64() map[string]int64 + func (x *StringMaps) GetStringToPlanet() map[string]Planet + func (x *StringMaps) GetStringToRepetitive() map[string]*Repetitive + func (x *StringMaps) GetStringToSfixed32() map[string]int32 + func (x *StringMaps) GetStringToSfixed64() map[string]int64 + func (x *StringMaps) GetStringToSimple() map[string]*Simple + func (x *StringMaps) GetStringToSingleton() map[string]*Singleton + func (x *StringMaps) GetStringToSint32() map[string]int32 + func (x *StringMaps) GetStringToSint64() map[string]int64 + func (x *StringMaps) GetStringToString() map[string]string + func (x *StringMaps) GetStringToUint32() map[string]uint32 + func (x *StringMaps) GetStringToUint64() map[string]uint64 + func (x *StringMaps) ProtoReflect() protoreflect.Message + func (x *StringMaps) Reset() + func (x *StringMaps) String() string + type Uint32Message struct + Value uint32 + Values []uint32 + func (*Uint32Message) Descriptor() ([]byte, []int) + func (*Uint32Message) ProtoMessage() + func (x *Uint32Message) GetValue() uint32 + func (x *Uint32Message) GetValues() []uint32 + func (x *Uint32Message) ProtoReflect() protoreflect.Message + func (x *Uint32Message) Reset() + func (x *Uint32Message) String() string + type Uint64Message struct + Value uint64 + Values []uint64 + func (*Uint64Message) Descriptor() ([]byte, []int) + func (*Uint64Message) ProtoMessage() + func (x *Uint64Message) GetValue() uint64 + func (x *Uint64Message) GetValues() []uint64 + func (x *Uint64Message) ProtoReflect() protoreflect.Message + func (x *Uint64Message) Reset() + func (x *Uint64Message) String() string