Documentation ¶
Index ¶
- Variables
- type Instance
- func (*Instance) Descriptor() ([]byte, []int)deprecated
- func (x *Instance) GetBuffers() *snapshot.Buffers
- func (x *Instance) GetExists() bool
- func (x *Instance) GetStatus() *server.Status
- func (x *Instance) GetTags() []string
- func (x *Instance) GetTimeResolution() *durationpb.Duration
- func (x *Instance) GetTransient() bool
- func (*Instance) ProtoMessage()
- func (x *Instance) ProtoReflect() protoreflect.Message
- func (x *Instance) Reset()
- func (x *Instance) String() string
- type Module
Constants ¶
This section is empty.
Variables ¶
View Source
var File_internal_pb_server_inventory_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Instance ¶
type Instance struct { Exists bool `protobuf:"varint,1,opt,name=exists,proto3" json:"exists,omitempty"` Transient bool `protobuf:"varint,2,opt,name=transient,proto3" json:"transient,omitempty"` Status *server.Status `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"` Buffers *snapshot.Buffers `protobuf:"bytes,4,opt,name=buffers,proto3" json:"buffers,omitempty"` TimeResolution *durationpb.Duration `protobuf:"bytes,5,opt,name=time_resolution,json=timeResolution,proto3" json:"time_resolution,omitempty"` Tags []string `protobuf:"bytes,6,rep,name=tags,proto3" json:"tags,omitempty"` // contains filtered or unexported fields }
func (*Instance) Descriptor
deprecated
func (*Instance) GetBuffers ¶
func (*Instance) GetTimeResolution ¶
func (x *Instance) GetTimeResolution() *durationpb.Duration
func (*Instance) GetTransient ¶
func (*Instance) ProtoMessage ¶
func (*Instance) ProtoMessage()
func (*Instance) ProtoReflect ¶
func (x *Instance) ProtoReflect() protoreflect.Message
type Module ¶
type Module struct { Tags []string `protobuf:"bytes,1,rep,name=tags,proto3" json:"tags,omitempty"` // contains filtered or unexported fields }
func (*Module) Descriptor
deprecated
func (*Module) ProtoMessage ¶
func (*Module) ProtoMessage()
func (*Module) ProtoReflect ¶
func (x *Module) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.