Documentation
¶
Index ¶
- Variables
- type SchedulerConfiguration
- func (*SchedulerConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *SchedulerConfiguration) GetAddInstanceNamePrefix() string
- func (x *SchedulerConfiguration) GetEndpoint() *grpc.ClientConfiguration
- func (*SchedulerConfiguration) ProtoMessage()
- func (x *SchedulerConfiguration) ProtoReflect() protoreflect.Message
- func (x *SchedulerConfiguration) Reset()
- func (x *SchedulerConfiguration) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_github_com_buildbarn_bb_storage_pkg_proto_configuration_builder_builder_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type SchedulerConfiguration ¶
type SchedulerConfiguration struct { Endpoint *grpc.ClientConfiguration `protobuf:"bytes,1,opt,name=endpoint,proto3" json:"endpoint,omitempty"` AddInstanceNamePrefix string `` /* 128-byte string literal not displayed */ // contains filtered or unexported fields }
func (*SchedulerConfiguration) Descriptor
deprecated
func (*SchedulerConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use SchedulerConfiguration.ProtoReflect.Descriptor instead.
func (*SchedulerConfiguration) GetAddInstanceNamePrefix ¶
func (x *SchedulerConfiguration) GetAddInstanceNamePrefix() string
func (*SchedulerConfiguration) GetEndpoint ¶
func (x *SchedulerConfiguration) GetEndpoint() *grpc.ClientConfiguration
func (*SchedulerConfiguration) ProtoMessage ¶
func (*SchedulerConfiguration) ProtoMessage()
func (*SchedulerConfiguration) ProtoReflect ¶
func (x *SchedulerConfiguration) ProtoReflect() protoreflect.Message
func (*SchedulerConfiguration) Reset ¶
func (x *SchedulerConfiguration) Reset()
func (*SchedulerConfiguration) String ¶
func (x *SchedulerConfiguration) String() string
Click to show internal directories.
Click to hide internal directories.