Versions in this module Expand all Collapse all v0 v0.0.2 Jan 5, 2025 Changes in this version + var File_tests_pb_test_proto protoreflect.FileDescriptor + var File_tests_pb_types_proto protoreflect.FileDescriptor + var TestOptional_Type_name = map[int32]string + var TestOptional_Type_value = map[string]int32 + var TestUnexported_Type_name = map[int32]string + var TestUnexported_Type_value = map[string]int32 + var Test_Type_name = map[int32]string + var Test_Type_value = map[string]int32 + var Types_Enum_name = map[int32]string + var Types_Enum_value = map[string]int32 + type Message struct + Field string + func (*Message) Descriptor() ([]byte, []int) + func (*Message) ProtoMessage() + func (x *Message) Default() + func (x *Message) GetField() string + func (x *Message) ProtoReflect() protoreflect.Message + func (x *Message) Reset() + func (x *Message) String() string + type OneOfOne struct + StringField string + func (*OneOfOne) Descriptor() ([]byte, []int) + func (*OneOfOne) ProtoMessage() + func (x *OneOfOne) GetStringField() string + func (x *OneOfOne) ProtoReflect() protoreflect.Message + func (x *OneOfOne) Reset() + func (x *OneOfOne) String() string + type OneOfThree struct + StringField string + func (*OneOfThree) Descriptor() ([]byte, []int) + func (*OneOfThree) ProtoMessage() + func (x *OneOfThree) Default() + func (x *OneOfThree) GetStringField() string + func (x *OneOfThree) ProtoReflect() protoreflect.Message + func (x *OneOfThree) Reset() + func (x *OneOfThree) String() string + type OneOfTwo struct + StringField string + func (*OneOfTwo) Descriptor() ([]byte, []int) + func (*OneOfTwo) ProtoMessage() + func (x *OneOfTwo) Default() + func (x *OneOfTwo) GetStringField() string + func (x *OneOfTwo) ProtoReflect() protoreflect.Message + func (x *OneOfTwo) Reset() + func (x *OneOfTwo) String() string + type Test struct + BoolField bool + BoolValueField *wrapperspb.BoolValue + Bytes []byte + Descriptor_ *descriptorpb.DescriptorProto + DurationValueField *durationpb.Duration + EnumField Test_Type + MessageField *Test + NumberField int64 + NumberValueField *wrapperspb.Int64Value + Oneof isTest_Oneof + RepeatedMessageField []Test_Type + RepeatedStringField []string + StringField string + StringValueField *wrapperspb.StringValue + TimeValueField *timestamppb.Timestamp + TimeValueFieldWithDefault *timestamppb.Timestamp + func (*Test) Descriptor() ([]byte, []int) + func (*Test) ProtoMessage() + func (m *Test) GetOneof() isTest_Oneof + func (x *Test) Default() + func (x *Test) GetBoolField() bool + func (x *Test) GetBoolValueField() *wrapperspb.BoolValue + func (x *Test) GetBytes() []byte + func (x *Test) GetDescriptor_() *descriptorpb.DescriptorProto + func (x *Test) GetDurationValueField() *durationpb.Duration + func (x *Test) GetEnumField() Test_Type + func (x *Test) GetFour() Test_Type + func (x *Test) GetMessageField() *Test + func (x *Test) GetNumberField() int64 + func (x *Test) GetNumberValueField() *wrapperspb.Int64Value + func (x *Test) GetOne() *OneOfOne + func (x *Test) GetRepeatedMessageField() []Test_Type + func (x *Test) GetRepeatedStringField() []string + func (x *Test) GetStringField() string + func (x *Test) GetStringValueField() *wrapperspb.StringValue + func (x *Test) GetThree() *OneOfThree + func (x *Test) GetTimeValueField() *timestamppb.Timestamp + func (x *Test) GetTimeValueFieldWithDefault() *timestamppb.Timestamp + func (x *Test) GetTwo() *OneOfTwo + func (x *Test) ProtoReflect() protoreflect.Message + func (x *Test) Reset() + func (x *Test) String() string + type TestOptional struct + BoolField *bool + EnumField *TestOptional_Type + NumberField *int64 + StringField *string + func (*TestOptional) Descriptor() ([]byte, []int) + func (*TestOptional) ProtoMessage() + func (x *TestOptional) Default() + func (x *TestOptional) GetBoolField() bool + func (x *TestOptional) GetEnumField() TestOptional_Type + func (x *TestOptional) GetNumberField() int64 + func (x *TestOptional) GetStringField() string + func (x *TestOptional) ProtoReflect() protoreflect.Message + func (x *TestOptional) Reset() + func (x *TestOptional) String() string + type TestOptional_Type int32 + const TestOptional_NONE + const TestOptional_ONE + const TestOptional_TWO + func (TestOptional_Type) Descriptor() protoreflect.EnumDescriptor + func (TestOptional_Type) EnumDescriptor() ([]byte, []int) + func (TestOptional_Type) Type() protoreflect.EnumType + func (x TestOptional_Type) Enum() *TestOptional_Type + func (x TestOptional_Type) Number() protoreflect.EnumNumber + func (x TestOptional_Type) String() string + type TestUnexported struct + BoolField *bool + EnumField *TestUnexported_Type + NumberField *int64 + StringField *string + func (*TestUnexported) Descriptor() ([]byte, []int) + func (*TestUnexported) ProtoMessage() + func (x *TestUnexported) Default() + func (x *TestUnexported) GetBoolField() bool + func (x *TestUnexported) GetEnumField() TestUnexported_Type + func (x *TestUnexported) GetNumberField() int64 + func (x *TestUnexported) GetStringField() string + func (x *TestUnexported) ProtoReflect() protoreflect.Message + func (x *TestUnexported) Reset() + func (x *TestUnexported) String() string + type TestUnexported_Type int32 + const TestUnexported_NONE + const TestUnexported_ONE + const TestUnexported_TWO + func (TestUnexported_Type) Descriptor() protoreflect.EnumDescriptor + func (TestUnexported_Type) EnumDescriptor() ([]byte, []int) + func (TestUnexported_Type) Type() protoreflect.EnumType + func (x TestUnexported_Type) Enum() *TestUnexported_Type + func (x TestUnexported_Type) Number() protoreflect.EnumNumber + func (x TestUnexported_Type) String() string + type Test_Four struct + Four Test_Type + type Test_One struct + One *OneOfOne + type Test_Three struct + Three *OneOfThree + type Test_Two struct + Two *OneOfTwo + type Test_Type int32 + const Test_NONE + const Test_ONE + const Test_TWO + func (Test_Type) Descriptor() protoreflect.EnumDescriptor + func (Test_Type) EnumDescriptor() ([]byte, []int) + func (Test_Type) Type() protoreflect.EnumType + func (x Test_Type) Enum() *Test_Type + func (x Test_Type) Number() protoreflect.EnumNumber + func (x Test_Type) String() string + type Types struct + Bool bool + BoolValue *wrapperspb.BoolValue + Bytes []byte + BytesValue *wrapperspb.BytesValue + Double float64 + DoubleValue *wrapperspb.DoubleValue + Duration *durationpb.Duration + Enum Types_Enum + Fixed32 uint32 + Fixed64 uint64 + Float float32 + FloatValue *wrapperspb.FloatValue + Int32 int32 + Int32Value *wrapperspb.Int32Value + Int64 int64 + Int64Value *wrapperspb.Int64Value + Message *Message + Oneof isTypes_Oneof + Sfixed32 int32 + Sfixed64 int64 + Sint32 int32 + Sint64 int64 + StringValue *wrapperspb.StringValue + String_ string + Timestamp *timestamppb.Timestamp + Uint32 uint32 + Uint32Value *wrapperspb.UInt32Value + Uint64 uint64 + Uint64Value *wrapperspb.UInt64Value + func (*Types) Descriptor() ([]byte, []int) + func (*Types) ProtoMessage() + func (m *Types) GetOneof() isTypes_Oneof + func (x *Types) Default() + func (x *Types) GetBool() bool + func (x *Types) GetBoolValue() *wrapperspb.BoolValue + func (x *Types) GetBytes() []byte + func (x *Types) GetBytesValue() *wrapperspb.BytesValue + func (x *Types) GetDouble() float64 + func (x *Types) GetDoubleValue() *wrapperspb.DoubleValue + func (x *Types) GetDuration() *durationpb.Duration + func (x *Types) GetEnum() Types_Enum + func (x *Types) GetFixed32() uint32 + func (x *Types) GetFixed64() uint64 + func (x *Types) GetFloat() float32 + func (x *Types) GetFloatValue() *wrapperspb.FloatValue + func (x *Types) GetFour() Types_Enum + func (x *Types) GetInt32() int32 + func (x *Types) GetInt32Value() *wrapperspb.Int32Value + func (x *Types) GetInt64() int64 + func (x *Types) GetInt64Value() *wrapperspb.Int64Value + func (x *Types) GetMessage() *Message + func (x *Types) GetOne() *OneOfOne + func (x *Types) GetSfixed32() int32 + func (x *Types) GetSfixed64() int64 + func (x *Types) GetSint32() int32 + func (x *Types) GetSint64() int64 + func (x *Types) GetStringValue() *wrapperspb.StringValue + func (x *Types) GetString_() string + func (x *Types) GetThree() *OneOfThree + func (x *Types) GetTimestamp() *timestamppb.Timestamp + func (x *Types) GetTwo() *OneOfTwo + func (x *Types) GetUint32() uint32 + func (x *Types) GetUint32Value() *wrapperspb.UInt32Value + func (x *Types) GetUint64() uint64 + func (x *Types) GetUint64Value() *wrapperspb.UInt64Value + func (x *Types) ProtoReflect() protoreflect.Message + func (x *Types) Reset() + func (x *Types) String() string + type Types_Enum int32 + const Types_NONE + const Types_ONE + const Types_TWO + func (Types_Enum) Descriptor() protoreflect.EnumDescriptor + func (Types_Enum) EnumDescriptor() ([]byte, []int) + func (Types_Enum) Type() protoreflect.EnumType + func (x Types_Enum) Enum() *Types_Enum + func (x Types_Enum) Number() protoreflect.EnumNumber + func (x Types_Enum) String() string + type Types_Four struct + Four Types_Enum + type Types_One struct + One *OneOfOne + type Types_Three struct + Three *OneOfThree + type Types_Two struct + Two *OneOfTwo