Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_test_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Test ¶
type Test struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // contains filtered or unexported fields }
Test
func (*Test) Descriptor
deprecated
func (*Test) GetCreateTime ¶
func (x *Test) GetCreateTime() *timestamppb.Timestamp
func (*Test) ProtoMessage ¶
func (*Test) ProtoMessage()
func (*Test) ProtoReflect ¶
func (x *Test) ProtoReflect() protoreflect.Message
type Test2 ¶
type Test2 struct { Nested *Test2_Nested `protobuf:"bytes,1,opt,name=nested,proto3" json:"nested,omitempty"` // contains filtered or unexported fields }
func (*Test2) Descriptor
deprecated
func (*Test2) GetNested ¶
func (x *Test2) GetNested() *Test2_Nested
func (*Test2) ProtoMessage ¶
func (*Test2) ProtoMessage()
func (*Test2) ProtoReflect ¶
func (x *Test2) ProtoReflect() protoreflect.Message
type Test2_Nested ¶
type Test2_Nested struct { Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*Test2_Nested) Descriptor
deprecated
func (*Test2_Nested) Descriptor() ([]byte, []int)
Deprecated: Use Test2_Nested.ProtoReflect.Descriptor instead.
func (*Test2_Nested) GetValue ¶
func (x *Test2_Nested) GetValue() string
func (*Test2_Nested) ProtoMessage ¶
func (*Test2_Nested) ProtoMessage()
func (*Test2_Nested) ProtoReflect ¶
func (x *Test2_Nested) ProtoReflect() protoreflect.Message
func (*Test2_Nested) Reset ¶
func (x *Test2_Nested) Reset()
func (*Test2_Nested) String ¶
func (x *Test2_Nested) String() string
Click to show internal directories.
Click to hide internal directories.