Documentation
¶
Index ¶
- Variables
- type BuildIdList
- type BuildLaunch
- func (*BuildLaunch) Descriptor() ([]byte, []int)deprecated
- func (x *BuildLaunch) GetBuild() *proto.Build
- func (x *BuildLaunch) GetBuildError() string
- func (*BuildLaunch) ProtoMessage()
- func (x *BuildLaunch) ProtoReflect() protoreflect.Message
- func (x *BuildLaunch) Reset()
- func (x *BuildLaunch) String() string
- type BuildLaunchList
- type DUTInfo
- func (*DUTInfo) Descriptor() ([]byte, []int)deprecated
- func (x *DUTInfo) GetHostname() string
- func (x *DUTInfo) GetLabSetup() *models.MachineLSE
- func (x *DUTInfo) GetMachine() *models.Machine
- func (*DUTInfo) ProtoMessage()
- func (x *DUTInfo) ProtoReflect() protoreflect.Message
- func (x *DUTInfo) Reset()
- func (x *DUTInfo) String() string
- type DUTInfoList
- type LeaseInfo
- type LeaseInfoList
Constants ¶
This section is empty.
Variables ¶
View Source
var File_go_chromium_org_infra_cmd_crosfleet_internal_proto_info_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type BuildIdList ¶
type BuildIdList struct { Ids []int64 `protobuf:"varint,1,rep,packed,name=Ids,proto3" json:"Ids,omitempty"` // contains filtered or unexported fields }
func (*BuildIdList) Descriptor
deprecated
func (*BuildIdList) Descriptor() ([]byte, []int)
Deprecated: Use BuildIdList.ProtoReflect.Descriptor instead.
func (*BuildIdList) GetIds ¶
func (x *BuildIdList) GetIds() []int64
func (*BuildIdList) ProtoMessage ¶
func (*BuildIdList) ProtoMessage()
func (*BuildIdList) ProtoReflect ¶
func (x *BuildIdList) ProtoReflect() protoreflect.Message
func (*BuildIdList) Reset ¶
func (x *BuildIdList) Reset()
func (*BuildIdList) String ¶
func (x *BuildIdList) String() string
type BuildLaunch ¶
type BuildLaunch struct { Build *proto.Build `protobuf:"bytes,1,opt,name=Build,proto3" json:"Build,omitempty"` BuildError string `protobuf:"bytes,2,opt,name=BuildError,proto3" json:"BuildError,omitempty"` // contains filtered or unexported fields }
func (*BuildLaunch) Descriptor
deprecated
func (*BuildLaunch) Descriptor() ([]byte, []int)
Deprecated: Use BuildLaunch.ProtoReflect.Descriptor instead.
func (*BuildLaunch) GetBuild ¶
func (x *BuildLaunch) GetBuild() *proto.Build
func (*BuildLaunch) GetBuildError ¶
func (x *BuildLaunch) GetBuildError() string
func (*BuildLaunch) ProtoMessage ¶
func (*BuildLaunch) ProtoMessage()
func (*BuildLaunch) ProtoReflect ¶
func (x *BuildLaunch) ProtoReflect() protoreflect.Message
func (*BuildLaunch) Reset ¶
func (x *BuildLaunch) Reset()
func (*BuildLaunch) String ¶
func (x *BuildLaunch) String() string
type BuildLaunchList ¶
type BuildLaunchList struct { Launches []*BuildLaunch `protobuf:"bytes,1,rep,name=Launches,proto3" json:"Launches,omitempty"` // contains filtered or unexported fields }
func (*BuildLaunchList) Descriptor
deprecated
func (*BuildLaunchList) Descriptor() ([]byte, []int)
Deprecated: Use BuildLaunchList.ProtoReflect.Descriptor instead.
func (*BuildLaunchList) GetLaunches ¶
func (x *BuildLaunchList) GetLaunches() []*BuildLaunch
func (*BuildLaunchList) ProtoMessage ¶
func (*BuildLaunchList) ProtoMessage()
func (*BuildLaunchList) ProtoReflect ¶
func (x *BuildLaunchList) ProtoReflect() protoreflect.Message
func (*BuildLaunchList) Reset ¶
func (x *BuildLaunchList) Reset()
func (*BuildLaunchList) String ¶
func (x *BuildLaunchList) String() string
type DUTInfo ¶
type DUTInfo struct { // The DUT's hostname. Hostname string `protobuf:"bytes,1,opt,name=Hostname,proto3" json:"Hostname,omitempty"` // The DUT's lab setup. LabSetup *models.MachineLSE `protobuf:"bytes,2,opt,name=LabSetup,proto3" json:"LabSetup,omitempty"` // The DUT's physical machine. Machine *models.Machine `protobuf:"bytes,3,opt,name=Machine,proto3" json:"Machine,omitempty"` // contains filtered or unexported fields }
DUTInfo contains details about the physical lab setup and machine of a particular DUT.
func (*DUTInfo) Descriptor
deprecated
func (*DUTInfo) GetHostname ¶
func (*DUTInfo) GetLabSetup ¶
func (x *DUTInfo) GetLabSetup() *models.MachineLSE
func (*DUTInfo) GetMachine ¶
func (*DUTInfo) ProtoMessage ¶
func (*DUTInfo) ProtoMessage()
func (*DUTInfo) ProtoReflect ¶
func (x *DUTInfo) ProtoReflect() protoreflect.Message
type DUTInfoList ¶
type DUTInfoList struct { DUTs []*DUTInfo `protobuf:"bytes,1,rep,name=DUTs,proto3" json:"DUTs,omitempty"` // contains filtered or unexported fields }
func (*DUTInfoList) Descriptor
deprecated
func (*DUTInfoList) Descriptor() ([]byte, []int)
Deprecated: Use DUTInfoList.ProtoReflect.Descriptor instead.
func (*DUTInfoList) GetDUTs ¶
func (x *DUTInfoList) GetDUTs() []*DUTInfo
func (*DUTInfoList) ProtoMessage ¶
func (*DUTInfoList) ProtoMessage()
func (*DUTInfoList) ProtoReflect ¶
func (x *DUTInfoList) ProtoReflect() protoreflect.Message
func (*DUTInfoList) Reset ¶
func (x *DUTInfoList) Reset()
func (*DUTInfoList) String ¶
func (x *DUTInfoList) String() string
type LeaseInfo ¶
type LeaseInfo struct { // The dut_leaser Buildbucket build. Build *proto.Build `protobuf:"bytes,2,opt,name=Build,proto3" json:"Build,omitempty"` // Information about the leased DUT. DUT *DUTInfo `protobuf:"bytes,3,opt,name=DUT,proto3" json:"DUT,omitempty"` // contains filtered or unexported fields }
func (*LeaseInfo) Descriptor
deprecated
func (*LeaseInfo) ProtoMessage ¶
func (*LeaseInfo) ProtoMessage()
func (*LeaseInfo) ProtoReflect ¶
func (x *LeaseInfo) ProtoReflect() protoreflect.Message
type LeaseInfoList ¶
type LeaseInfoList struct { Leases []*LeaseInfo `protobuf:"bytes,1,rep,name=Leases,proto3" json:"Leases,omitempty"` // contains filtered or unexported fields }
func (*LeaseInfoList) Descriptor
deprecated
func (*LeaseInfoList) Descriptor() ([]byte, []int)
Deprecated: Use LeaseInfoList.ProtoReflect.Descriptor instead.
func (*LeaseInfoList) GetLeases ¶
func (x *LeaseInfoList) GetLeases() []*LeaseInfo
func (*LeaseInfoList) ProtoMessage ¶
func (*LeaseInfoList) ProtoMessage()
func (*LeaseInfoList) ProtoReflect ¶
func (x *LeaseInfoList) ProtoReflect() protoreflect.Message
func (*LeaseInfoList) Reset ¶
func (x *LeaseInfoList) Reset()
func (*LeaseInfoList) String ¶
func (x *LeaseInfoList) String() string
Click to show internal directories.
Click to hide internal directories.