Documentation ¶
Index ¶
- Variables
- type Message
- func (*Message) Descriptor() ([]byte, []int)deprecated
- func (x *Message) GetCreatedAt() *timestamppb.Timestamp
- func (x *Message) GetFqdn() string
- func (x *Message) GetId() int64
- func (x *Message) GetIp() []byte
- func (x *Message) GetMac() []byte
- func (x *Message) GetMeta1() string
- func (x *Message) GetMeta2() string
- func (x *Message) GetMeta3() string
- func (x *Message) GetMeta4() string
- func (x *Message) GetMeta5() string
- func (x *Message) GetName() string
- func (x *Message) GetTags() []string
- func (x *Message) GetUpdatedAt() *timestamppb.Timestamp
- func (x *Message) GetUrl() string
- func (*Message) ProtoMessage()
- func (x *Message) ProtoReflect() protoreflect.Message
- func (x *Message) Reset()
- func (x *Message) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_benchmark_v1_benchmark_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Url string `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"` Fqdn string `protobuf:"bytes,4,opt,name=fqdn,proto3" json:"fqdn,omitempty"` Ip []byte `protobuf:"bytes,5,opt,name=ip,proto3" json:"ip,omitempty"` Mac []byte `protobuf:"bytes,7,opt,name=mac,proto3" json:"mac,omitempty"` Meta1 string `protobuf:"bytes,8,opt,name=meta1,proto3" json:"meta1,omitempty"` Meta2 string `protobuf:"bytes,9,opt,name=meta2,proto3" json:"meta2,omitempty"` Meta3 string `protobuf:"bytes,10,opt,name=meta3,proto3" json:"meta3,omitempty"` Meta4 string `protobuf:"bytes,11,opt,name=meta4,proto3" json:"meta4,omitempty"` Meta5 string `protobuf:"bytes,12,opt,name=meta5,proto3" json:"meta5,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,13,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,14,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` Tags []string `protobuf:"bytes,15,rep,name=tags,proto3" json:"tags,omitempty"` // contains filtered or unexported fields }
func (*Message) Descriptor
deprecated
func (*Message) GetCreatedAt ¶
func (x *Message) GetCreatedAt() *timestamppb.Timestamp
func (*Message) GetUpdatedAt ¶
func (x *Message) GetUpdatedAt() *timestamppb.Timestamp
func (*Message) ProtoMessage ¶
func (*Message) ProtoMessage()
func (*Message) ProtoReflect ¶
func (x *Message) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.