var File_ghttp_protobuf_simple_message_proto protoreflect.FileDescriptor
type SimpleMessage struct { Description *string `protobuf:"bytes,1,req,name=description" json:"description,omitempty"` Id *int32 `protobuf:"varint,2,req,name=id" json:"id,omitempty"` Metadata *string `protobuf:"bytes,3,opt,name=metadata" json:"metadata,omitempty"` // contains filtered or unexported fields }
func (*SimpleMessage) Descriptor() ([]byte, []int)
Deprecated: Use SimpleMessage.ProtoReflect.Descriptor instead.
func (x *SimpleMessage) GetDescription() string
func (x *SimpleMessage) GetId() int32
func (x *SimpleMessage) GetMetadata() string
func (*SimpleMessage) ProtoMessage()
func (x *SimpleMessage) ProtoReflect() protoreflect.Message
func (x *SimpleMessage) Reset()
func (x *SimpleMessage) String() string