Documentation
¶
Overview ¶
Package blob defines the proto format used by nodestore.
Index ¶
- Variables
- type QSchedulerPoolState
- func (*QSchedulerPoolState) Descriptor() ([]byte, []int)deprecated
- func (x *QSchedulerPoolState) GetReconciler() *protos.Reconciler
- func (x *QSchedulerPoolState) GetScheduler() *protos.Scheduler
- func (*QSchedulerPoolState) ProtoMessage()
- func (x *QSchedulerPoolState) ProtoReflect() protoreflect.Message
- func (x *QSchedulerPoolState) Reset()
- func (x *QSchedulerPoolState) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_go_chromium_org_infra_qscheduler_service_app_state_nodestore_internal_blob_state_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type QSchedulerPoolState ¶
type QSchedulerPoolState struct { Scheduler *protos.Scheduler `protobuf:"bytes,1,opt,name=scheduler,proto3" json:"scheduler,omitempty"` Reconciler *protos.Reconciler `protobuf:"bytes,2,opt,name=reconciler,proto3" json:"reconciler,omitempty"` // contains filtered or unexported fields }
func (*QSchedulerPoolState) Descriptor
deprecated
func (*QSchedulerPoolState) Descriptor() ([]byte, []int)
Deprecated: Use QSchedulerPoolState.ProtoReflect.Descriptor instead.
func (*QSchedulerPoolState) GetReconciler ¶
func (x *QSchedulerPoolState) GetReconciler() *protos.Reconciler
func (*QSchedulerPoolState) GetScheduler ¶
func (x *QSchedulerPoolState) GetScheduler() *protos.Scheduler
func (*QSchedulerPoolState) ProtoMessage ¶
func (*QSchedulerPoolState) ProtoMessage()
func (*QSchedulerPoolState) ProtoReflect ¶
func (x *QSchedulerPoolState) ProtoReflect() protoreflect.Message
func (*QSchedulerPoolState) Reset ¶
func (x *QSchedulerPoolState) Reset()
func (*QSchedulerPoolState) String ¶
func (x *QSchedulerPoolState) String() string
Click to show internal directories.
Click to hide internal directories.