Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_common_protoext_testing_test_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type TestingMessage ¶
type TestingMessage struct { TestField string `protobuf:"bytes,1,opt,name=test_field,json=testField,proto3" json:"test_field,omitempty"` // contains filtered or unexported fields }
func (*TestingMessage) Descriptor
deprecated
func (*TestingMessage) Descriptor() ([]byte, []int)
Deprecated: Use TestingMessage.ProtoReflect.Descriptor instead.
func (*TestingMessage) GetTestField ¶
func (x *TestingMessage) GetTestField() string
func (*TestingMessage) ProtoMessage ¶
func (*TestingMessage) ProtoMessage()
func (*TestingMessage) ProtoReflect ¶
func (x *TestingMessage) ProtoReflect() protoreflect.Message
func (*TestingMessage) Reset ¶
func (x *TestingMessage) Reset()
func (*TestingMessage) String ¶
func (x *TestingMessage) String() string
Click to show internal directories.
Click to hide internal directories.