Versions in this module Expand all Collapse all v1 v1.0.0 Oct 27, 2024 Changes in this version + var EnumType_name = map[int32]string + var EnumType_value = map[string]int32 + var File_test_proto protoreflect.FileDescriptor + type EnumType int32 + const EnumType_ENUM_TYPE_UNSPECIFIED + const EnumType_ENUM_TYPE_VALUE1 + const EnumType_ENUM_TYPE_VALUE2 + const EnumType_ENUM_TYPE_VALUE3 + func (EnumType) Descriptor() protoreflect.EnumDescriptor + func (EnumType) EnumDescriptor() ([]byte, []int) + func (EnumType) Type() protoreflect.EnumType + func (x EnumType) Enum() *EnumType + func (x EnumType) Number() protoreflect.EnumNumber + func (x EnumType) String() string + type Main struct + BigNumberFixed32 uint32 + BigNumberFixed64 uint64 + BigNumberString string + BigNumberVarint uint64 + RepeatedPackedDouble []float64 + RepeatedPackedFloat []float32 + RepeatedPackedUint32 []uint32 + RepeatedString []string + RepeatedUint32 []uint32 + SimpleBool bool + SimpleBytes []byte + SimpleDouble float64 + SimpleEnum EnumType + SimpleFixed32 uint32 + SimpleFixed64 uint64 + SimpleFloat float32 + SimpleInt32 int32 + SimpleInt64 int64 + SimpleSfixed32 int32 + SimpleSfixed64 int64 + SimpleSint32 int32 + SimpleSint64 int64 + SimpleString string + SimpleUint32 uint32 + SimpleUint64 uint64 + Sub *Main_Submessage + func (*Main) Descriptor() ([]byte, []int) + func (*Main) ProtoMessage() + func (x *Main) GetBigNumberFixed32() uint32 + func (x *Main) GetBigNumberFixed64() uint64 + func (x *Main) GetBigNumberString() string + func (x *Main) GetBigNumberVarint() uint64 + func (x *Main) GetRepeatedPackedDouble() []float64 + func (x *Main) GetRepeatedPackedFloat() []float32 + func (x *Main) GetRepeatedPackedUint32() []uint32 + func (x *Main) GetRepeatedString() []string + func (x *Main) GetRepeatedUint32() []uint32 + func (x *Main) GetSimpleBool() bool + func (x *Main) GetSimpleBytes() []byte + func (x *Main) GetSimpleDouble() float64 + func (x *Main) GetSimpleEnum() EnumType + func (x *Main) GetSimpleFixed32() uint32 + func (x *Main) GetSimpleFixed64() uint64 + func (x *Main) GetSimpleFloat() float32 + func (x *Main) GetSimpleInt32() int32 + func (x *Main) GetSimpleInt64() int64 + func (x *Main) GetSimpleSfixed32() int32 + func (x *Main) GetSimpleSfixed64() int64 + func (x *Main) GetSimpleSint32() int32 + func (x *Main) GetSimpleSint64() int64 + func (x *Main) GetSimpleString() string + func (x *Main) GetSimpleUint32() uint32 + func (x *Main) GetSimpleUint64() uint64 + func (x *Main) GetSub() *Main_Submessage + func (x *Main) ProtoReflect() protoreflect.Message + func (x *Main) Reset() + func (x *Main) String() string + type Main_Submessage struct + Number string + Type EnumType + func (*Main_Submessage) Descriptor() ([]byte, []int) + func (*Main_Submessage) ProtoMessage() + func (x *Main_Submessage) GetNumber() string + func (x *Main_Submessage) GetType() EnumType + func (x *Main_Submessage) ProtoReflect() protoreflect.Message + func (x *Main_Submessage) Reset() + func (x *Main_Submessage) String() string