Documentation ¶
Index ¶
- Variables
- type ListMeta
- type ObjectMeta
- func (*ObjectMeta) Descriptor() ([]byte, []int)deprecated
- func (x *ObjectMeta) GetCreateAt() *timestamppb.Timestamp
- func (x *ObjectMeta) GetExtend() map[string]*anypb.Any
- func (x *ObjectMeta) GetId() uint64
- func (x *ObjectMeta) GetInstanceID() string
- func (x *ObjectMeta) GetName() string
- func (x *ObjectMeta) GetUpdateAt() *timestamppb.Timestamp
- func (*ObjectMeta) ProtoMessage()
- func (x *ObjectMeta) ProtoReflect() protoreflect.Message
- func (x *ObjectMeta) Reset()
- func (x *ObjectMeta) String() string
- type RequestReply
- func (*RequestReply) Descriptor() ([]byte, []int)deprecated
- func (x *RequestReply) GetCode() int32
- func (x *RequestReply) GetMessage() string
- func (x *RequestReply) GetReason() string
- func (*RequestReply) ProtoMessage()
- func (x *RequestReply) ProtoReflect() protoreflect.Message
- func (x *RequestReply) Reset()
- func (x *RequestReply) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_common_v1_objectMeta_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ListMeta ¶
type ListMeta struct { TotalCount int64 `protobuf:"varint,1,opt,name=totalCount,proto3" json:"totalCount,omitempty"` // contains filtered or unexported fields }
func (*ListMeta) Descriptor
deprecated
func (*ListMeta) GetTotalCount ¶
func (*ListMeta) ProtoMessage ¶
func (*ListMeta) ProtoMessage()
func (*ListMeta) ProtoReflect ¶
func (x *ListMeta) ProtoReflect() protoreflect.Message
type ObjectMeta ¶
type ObjectMeta struct { Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` InstanceID string `protobuf:"bytes,2,opt,name=instanceID,proto3" json:"instanceID,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Extend map[string]*anypb.Any `` /* 153-byte string literal not displayed */ CreateAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=createAt,proto3" json:"createAt,omitempty"` UpdateAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=updateAt,proto3" json:"updateAt,omitempty"` // contains filtered or unexported fields }
func (*ObjectMeta) Descriptor
deprecated
func (*ObjectMeta) Descriptor() ([]byte, []int)
Deprecated: Use ObjectMeta.ProtoReflect.Descriptor instead.
func (*ObjectMeta) GetCreateAt ¶
func (x *ObjectMeta) GetCreateAt() *timestamppb.Timestamp
func (*ObjectMeta) GetId ¶
func (x *ObjectMeta) GetId() uint64
func (*ObjectMeta) GetInstanceID ¶
func (x *ObjectMeta) GetInstanceID() string
func (*ObjectMeta) GetName ¶
func (x *ObjectMeta) GetName() string
func (*ObjectMeta) GetUpdateAt ¶
func (x *ObjectMeta) GetUpdateAt() *timestamppb.Timestamp
func (*ObjectMeta) ProtoMessage ¶
func (*ObjectMeta) ProtoMessage()
func (*ObjectMeta) ProtoReflect ¶
func (x *ObjectMeta) ProtoReflect() protoreflect.Message
func (*ObjectMeta) Reset ¶
func (x *ObjectMeta) Reset()
func (*ObjectMeta) String ¶
func (x *ObjectMeta) String() string
type RequestReply ¶
type RequestReply struct { Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"` Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*RequestReply) Descriptor
deprecated
func (*RequestReply) Descriptor() ([]byte, []int)
Deprecated: Use RequestReply.ProtoReflect.Descriptor instead.
func (*RequestReply) GetCode ¶
func (x *RequestReply) GetCode() int32
func (*RequestReply) GetMessage ¶
func (x *RequestReply) GetMessage() string
func (*RequestReply) GetReason ¶
func (x *RequestReply) GetReason() string
func (*RequestReply) ProtoMessage ¶
func (*RequestReply) ProtoMessage()
func (*RequestReply) ProtoReflect ¶
func (x *RequestReply) ProtoReflect() protoreflect.Message
func (*RequestReply) Reset ¶
func (x *RequestReply) Reset()
func (*RequestReply) String ¶
func (x *RequestReply) String() string
Click to show internal directories.
Click to hide internal directories.