Documentation ¶
Index ¶
- Variables
- type Record
- func (*Record) Descriptor() ([]byte, []int)deprecated
- func (x *Record) GetAny() *anypb.Any
- func (x *Record) GetId() int32
- func (x *Record) GetOptAny() *anypb.Any
- func (x *Record) GetOptId() int32
- func (x *Record) GetOptTs() *timestamppb.Timestamp
- func (x *Record) GetTs() *timestamppb.Timestamp
- func (*Record) ProtoMessage()
- func (x *Record) ProtoReflect() protoreflect.Message
- func (x *Record) Reset()
- func (x *Record) String() string
- type SubRecord
Constants ¶
This section is empty.
Variables ¶
View Source
var File_record_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Record ¶
type Record struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` OptId *int32 `protobuf:"varint,2,opt,name=opt_id,json=optId,proto3,oneof" json:"opt_id,omitempty"` Ts *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=ts,proto3" json:"ts,omitempty"` OptTs *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=opt_ts,json=optTs,proto3,oneof" json:"opt_ts,omitempty"` Any *anypb.Any `protobuf:"bytes,5,opt,name=any,proto3" json:"any,omitempty"` OptAny *anypb.Any `protobuf:"bytes,6,opt,name=opt_any,json=optAny,proto3,oneof" json:"opt_any,omitempty"` // contains filtered or unexported fields }
func (*Record) Descriptor
deprecated
func (*Record) GetOptTs ¶
func (x *Record) GetOptTs() *timestamppb.Timestamp
func (*Record) GetTs ¶
func (x *Record) GetTs() *timestamppb.Timestamp
func (*Record) ProtoMessage ¶
func (*Record) ProtoMessage()
func (*Record) ProtoReflect ¶
func (x *Record) ProtoReflect() protoreflect.Message
type SubRecord ¶
type SubRecord struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*SubRecord) Descriptor
deprecated
func (*SubRecord) ProtoMessage ¶
func (*SubRecord) ProtoMessage()
func (*SubRecord) ProtoReflect ¶
func (x *SubRecord) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.