Documentation
¶
Index ¶
- Variables
- type A
- func (*A) Descriptor() ([]byte, []int)deprecated
- func (x *A) GetA() *A
- func (x *A) GetB() bool
- func (x *A) GetF() float32
- func (x *A) GetI() int32
- func (x *A) GetS() string
- func (x *A) GetT() *timestamppb.Timestamp
- func (a *A) MarshalBinary() ([]byte, error)
- func (*A) ProtoMessage()
- func (x *A) ProtoReflect() protoreflect.Message
- func (x *A) Reset()
- func (x *A) String() string
- func (a *A) UnmarshalBinary(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var File_types_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type A ¶
type A struct { S string `protobuf:"bytes,1,opt,name=s,proto3" json:"s,omitempty"` I int32 `protobuf:"varint,2,opt,name=i,proto3" json:"i,omitempty"` B bool `protobuf:"varint,3,opt,name=b,proto3" json:"b,omitempty"` F float32 `protobuf:"fixed32,4,opt,name=f,proto3" json:"f,omitempty"` A *A `protobuf:"bytes,5,opt,name=a,proto3" json:"a,omitempty"` T *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=t,proto3" json:"t,omitempty"` // contains filtered or unexported fields }
For testing.
func (*A) Descriptor
deprecated
func (*A) GetT ¶
func (x *A) GetT() *timestamppb.Timestamp
func (*A) MarshalBinary ¶
func (*A) ProtoMessage ¶
func (*A) ProtoMessage()
func (*A) ProtoReflect ¶
func (x *A) ProtoReflect() protoreflect.Message
func (*A) UnmarshalBinary ¶
Click to show internal directories.
Click to hide internal directories.