Documentation ¶
Index ¶
- Variables
- type Hello
- func (*Hello) Descriptor() ([]byte, []int)deprecated
- func (x *Hello) GetAge() *wrapperspb.Int32Value
- func (x *Hello) GetId() *wrapperspb.BytesValue
- func (x *Hello) GetName() *wrapperspb.StringValue
- func (*Hello) ProtoMessage()
- func (x *Hello) ProtoReflect() protoreflect.Message
- func (x *Hello) Reset()
- func (x *Hello) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_hello_v1_hello_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Hello ¶
type Hello struct { Id *wrapperspb.BytesValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Age *wrapperspb.Int32Value `protobuf:"bytes,3,opt,name=age,proto3" json:"age,omitempty"` // contains filtered or unexported fields }
For component test
func (*Hello) Descriptor
deprecated
func (*Hello) GetAge ¶
func (x *Hello) GetAge() *wrapperspb.Int32Value
func (*Hello) GetId ¶
func (x *Hello) GetId() *wrapperspb.BytesValue
func (*Hello) GetName ¶
func (x *Hello) GetName() *wrapperspb.StringValue
func (*Hello) ProtoMessage ¶
func (*Hello) ProtoMessage()
func (*Hello) ProtoReflect ¶
func (x *Hello) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.