Documentation ¶
Overview ¶
Package com_HailoOSS_service_provisioning_search is a generated protocol buffer package.
It is generated from these files:
github.com/HailoOSS/provisioning-service/proto/search/search.proto
It has these top-level messages:
Request Result Response
Index ¶
- type Request
- type Response
- type Result
- func (m *Result) GetMachineClass() string
- func (m *Result) GetNoFileHardLimit() uint64
- func (m *Result) GetNoFileSoftLimit() uint64
- func (m *Result) GetServiceName() string
- func (m *Result) GetServiceVersion() uint64
- func (*Result) ProtoMessage()
- func (m *Result) Reset()
- func (m *Result) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct { ServiceName *string `protobuf:"bytes,1,opt,name=serviceName" json:"serviceName,omitempty"` MachineClass *string `protobuf:"bytes,2,opt,name=machineClass" json:"machineClass,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Request) GetMachineClass ¶
func (*Request) GetServiceName ¶
func (*Request) ProtoMessage ¶
func (*Request) ProtoMessage()
type Response ¶
type Response struct { Results []*Result `protobuf:"bytes,1,rep,name=results" json:"results,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Response) GetResults ¶
func (*Response) ProtoMessage ¶
func (*Response) ProtoMessage()
type Result ¶
type Result struct { ServiceName *string `protobuf:"bytes,1,req,name=serviceName" json:"serviceName,omitempty"` ServiceVersion *uint64 `protobuf:"varint,2,req,name=serviceVersion" json:"serviceVersion,omitempty"` MachineClass *string `protobuf:"bytes,3,req,name=machineClass" json:"machineClass,omitempty"` NoFileSoftLimit *uint64 `protobuf:"varint,4,opt,name=noFileSoftLimit" json:"noFileSoftLimit,omitempty"` NoFileHardLimit *uint64 `protobuf:"varint,5,opt,name=noFileHardLimit" json:"noFileHardLimit,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Result) GetMachineClass ¶
func (*Result) GetNoFileHardLimit ¶
func (*Result) GetNoFileSoftLimit ¶
func (*Result) GetServiceName ¶
func (*Result) GetServiceVersion ¶
func (*Result) ProtoMessage ¶
func (*Result) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.