Documentation ¶
Index ¶
- Variables
- type SampleRecord
- func (*SampleRecord) Descriptor() ([]byte, []int)deprecated
- func (x *SampleRecord) GetField1() int32
- func (x *SampleRecord) GetField2() float64
- func (x *SampleRecord) GetField3() string
- func (x *SampleRecord) GetField4() string
- func (*SampleRecord) ProtoMessage()
- func (x *SampleRecord) ProtoReflect() protoreflect.Message
- func (x *SampleRecord) Reset()
- func (x *SampleRecord) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_sample_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type SampleRecord ¶
type SampleRecord struct { Field1 int32 `protobuf:"varint,1,opt,name=field1,proto3" json:"field1,omitempty"` Field2 float64 `protobuf:"fixed64,2,opt,name=field2,proto3" json:"field2,omitempty"` Field3 string `protobuf:"bytes,3,opt,name=field3,proto3" json:"field3,omitempty"` Field4 string `protobuf:"bytes,4,opt,name=field4,proto3" json:"field4,omitempty"` // contains filtered or unexported fields }
func (*SampleRecord) Descriptor
deprecated
func (*SampleRecord) Descriptor() ([]byte, []int)
Deprecated: Use SampleRecord.ProtoReflect.Descriptor instead.
func (*SampleRecord) GetField1 ¶
func (x *SampleRecord) GetField1() int32
func (*SampleRecord) GetField2 ¶
func (x *SampleRecord) GetField2() float64
func (*SampleRecord) GetField3 ¶
func (x *SampleRecord) GetField3() string
func (*SampleRecord) GetField4 ¶
func (x *SampleRecord) GetField4() string
func (*SampleRecord) ProtoMessage ¶
func (*SampleRecord) ProtoMessage()
func (*SampleRecord) ProtoReflect ¶
func (x *SampleRecord) ProtoReflect() protoreflect.Message
func (*SampleRecord) Reset ¶
func (x *SampleRecord) Reset()
func (*SampleRecord) String ¶
func (x *SampleRecord) String() string
Click to show internal directories.
Click to hide internal directories.