Documentation ¶
Index ¶
- Variables
- func RegisterSatlabRpcServiceServer(s grpc.ServiceRegistrar, srv SatlabRpcServiceServer)
- type AbortJobsRequest
- func (*AbortJobsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AbortJobsRequest) GetCreatedTimeGt() *timestamppb.Timestamp
- func (x *AbortJobsRequest) GetCreatedTimeLt() *timestamppb.Timestamp
- func (x *AbortJobsRequest) GetIds() []string
- func (x *AbortJobsRequest) GetJobType() Job_JobType
- func (*AbortJobsRequest) ProtoMessage()
- func (x *AbortJobsRequest) ProtoReflect() protoreflect.Message
- func (x *AbortJobsRequest) Reset()
- func (x *AbortJobsRequest) String() string
- type AbortJobsResponse
- type AddDutsRequest
- type AddDutsRequest_Param
- func (*AddDutsRequest_Param) Descriptor() ([]byte, []int)deprecated
- func (x *AddDutsRequest_Param) GetAddress() string
- func (x *AddDutsRequest_Param) GetBoard() string
- func (x *AddDutsRequest_Param) GetHostname() string
- func (x *AddDutsRequest_Param) GetModel() string
- func (x *AddDutsRequest_Param) GetPools() []string
- func (x *AddDutsRequest_Param) GetServoSerial() string
- func (*AddDutsRequest_Param) ProtoMessage()
- func (x *AddDutsRequest_Param) ProtoReflect() protoreflect.Message
- func (x *AddDutsRequest_Param) Reset()
- func (x *AddDutsRequest_Param) String() string
- type AddDutsResponse
- func (*AddDutsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddDutsResponse) GetFail() []*AddDutsResponse_FailedData
- func (x *AddDutsResponse) GetPass() []*AddDutsResponse_PassedData
- func (*AddDutsResponse) ProtoMessage()
- func (x *AddDutsResponse) ProtoReflect() protoreflect.Message
- func (x *AddDutsResponse) Reset()
- func (x *AddDutsResponse) String() string
- type AddDutsResponse_FailedData
- func (*AddDutsResponse_FailedData) Descriptor() ([]byte, []int)deprecated
- func (x *AddDutsResponse_FailedData) GetHostname() string
- func (x *AddDutsResponse_FailedData) GetReason() string
- func (*AddDutsResponse_FailedData) ProtoMessage()
- func (x *AddDutsResponse_FailedData) ProtoReflect() protoreflect.Message
- func (x *AddDutsResponse_FailedData) Reset()
- func (x *AddDutsResponse_FailedData) String() string
- type AddDutsResponse_PassedData
- func (*AddDutsResponse_PassedData) Descriptor() ([]byte, []int)deprecated
- func (x *AddDutsResponse_PassedData) GetHostname() string
- func (x *AddDutsResponse_PassedData) GetUrl() string
- func (*AddDutsResponse_PassedData) ProtoMessage()
- func (x *AddDutsResponse_PassedData) ProtoReflect() protoreflect.Message
- func (x *AddDutsResponse_PassedData) Reset()
- func (x *AddDutsResponse_PassedData) String() string
- type AddPoolRequest
- func (*AddPoolRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddPoolRequest) GetHostnames() []string
- func (x *AddPoolRequest) GetPool() string
- func (*AddPoolRequest) ProtoMessage()
- func (x *AddPoolRequest) ProtoReflect() protoreflect.Message
- func (x *AddPoolRequest) Reset()
- func (x *AddPoolRequest) String() string
- type AddPoolResponse
- type AdvancedSettings
- func (*AdvancedSettings) Descriptor() ([]byte, []int)deprecated
- func (x *AdvancedSettings) GetCft() bool
- func (x *AdvancedSettings) GetTrv2() bool
- func (x *AdvancedSettings) GetUploadToCpcon() bool
- func (*AdvancedSettings) ProtoMessage()
- func (x *AdvancedSettings) ProtoReflect() protoreflect.Message
- func (x *AdvancedSettings) Reset()
- func (x *AdvancedSettings) String() string
- type BotEvent
- func (*BotEvent) Descriptor() ([]byte, []int)deprecated
- func (x *BotEvent) GetCreatedAt() *timestamppb.Timestamp
- func (x *BotEvent) GetEventType() string
- func (x *BotEvent) GetMsg() string
- func (x *BotEvent) GetTaskId() string
- func (x *BotEvent) GetTaskLink() string
- func (x *BotEvent) GetVersion() string
- func (*BotEvent) ProtoMessage()
- func (x *BotEvent) ProtoReflect() protoreflect.Message
- func (x *BotEvent) Reset()
- func (x *BotEvent) String() string
- type BotInfo
- func (*BotInfo) Descriptor() ([]byte, []int)deprecated
- func (x *BotInfo) GetBotState() BotInfo_BotState
- func (x *BotInfo) GetCurrentTask() string
- func (x *BotInfo) GetDimensions() []*StringListPair
- func (x *BotInfo) GetTaskName() string
- func (*BotInfo) ProtoMessage()
- func (x *BotInfo) ProtoReflect() protoreflect.Message
- func (x *BotInfo) Reset()
- func (x *BotInfo) String() string
- type BotInfo_BotState
- func (BotInfo_BotState) Descriptor() protoreflect.EnumDescriptor
- func (x BotInfo_BotState) Enum() *BotInfo_BotState
- func (BotInfo_BotState) EnumDescriptor() ([]byte, []int)deprecated
- func (x BotInfo_BotState) Number() protoreflect.EnumNumber
- func (x BotInfo_BotState) String() string
- func (BotInfo_BotState) Type() protoreflect.EnumType
- type BuildItem
- func (*BuildItem) Descriptor() ([]byte, []int)deprecated
- func (x *BuildItem) GetIsStaged() bool
- func (x *BuildItem) GetStatus() BuildItem_BuildStatus
- func (x *BuildItem) GetValue() string
- func (*BuildItem) ProtoMessage()
- func (x *BuildItem) ProtoReflect() protoreflect.Message
- func (x *BuildItem) Reset()
- func (x *BuildItem) String() string
- type BuildItem_BuildStatus
- func (BuildItem_BuildStatus) Descriptor() protoreflect.EnumDescriptor
- func (x BuildItem_BuildStatus) Enum() *BuildItem_BuildStatus
- func (BuildItem_BuildStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x BuildItem_BuildStatus) Number() protoreflect.EnumNumber
- func (x BuildItem_BuildStatus) String() string
- func (BuildItem_BuildStatus) Type() protoreflect.EnumType
- type CftMixTestplan
- func (*CftMixTestplan) Descriptor() ([]byte, []int)deprecated
- func (x *CftMixTestplan) GetCft() *test_platform.Request_TestPlan
- func (x *CftMixTestplan) GetNonCft() *test_platform.Request_TestPlan
- func (*CftMixTestplan) ProtoMessage()
- func (x *CftMixTestplan) ProtoReflect() protoreflect.Message
- func (x *CftMixTestplan) Reset()
- func (x *CftMixTestplan) String() string
- type ConnectedDutFirmwareInfo
- func (*ConnectedDutFirmwareInfo) Descriptor() ([]byte, []int)deprecated
- func (x *ConnectedDutFirmwareInfo) GetCurrentFirmware() string
- func (x *ConnectedDutFirmwareInfo) GetIp() string
- func (x *ConnectedDutFirmwareInfo) GetUpdateFirmware() string
- func (*ConnectedDutFirmwareInfo) ProtoMessage()
- func (x *ConnectedDutFirmwareInfo) ProtoReflect() protoreflect.Message
- func (x *ConnectedDutFirmwareInfo) Reset()
- func (x *ConnectedDutFirmwareInfo) String() string
- type DeleteDutsRequest
- func (*DeleteDutsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteDutsRequest) GetHostnames() []string
- func (*DeleteDutsRequest) ProtoMessage()
- func (x *DeleteDutsRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteDutsRequest) Reset()
- func (x *DeleteDutsRequest) String() string
- type DeleteDutsResponse
- func (*DeleteDutsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteDutsResponse) GetFail() []string
- func (x *DeleteDutsResponse) GetPass() []string
- func (*DeleteDutsResponse) ProtoMessage()
- func (x *DeleteDutsResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteDutsResponse) Reset()
- func (x *DeleteDutsResponse) String() string
- type Dim
- type DownloadLogRequest
- type DownloadLogResponse
- func (*DownloadLogResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DownloadLogResponse) GetFileChunk() []byte
- func (*DownloadLogResponse) ProtoMessage()
- func (x *DownloadLogResponse) ProtoReflect() protoreflect.Message
- func (x *DownloadLogResponse) Reset()
- func (x *DownloadLogResponse) String() string
- type Dut
- func (*Dut) Descriptor() ([]byte, []int)deprecated
- func (x *Dut) GetAddress() string
- func (x *Dut) GetBoard() string
- func (x *Dut) GetBotInfo() *BotInfo
- func (x *Dut) GetCcdStatus() string
- func (x *Dut) GetHasTestImage() bool
- func (x *Dut) GetHostname() string
- func (x *Dut) GetIsPingable() bool
- func (x *Dut) GetMacAddress() string
- func (x *Dut) GetModel() string
- func (x *Dut) GetName() string
- func (x *Dut) GetPools() []string
- func (x *Dut) GetServoPort() int32
- func (x *Dut) GetServoSerial() string
- func (x *Dut) GetServoType() string
- func (x *Dut) GetState() string
- func (*Dut) ProtoMessage()
- func (x *Dut) ProtoReflect() protoreflect.Message
- func (x *Dut) Reset()
- func (x *Dut) String() string
- type FirmwareUpdateCommandOutput
- func (*FirmwareUpdateCommandOutput) Descriptor() ([]byte, []int)deprecated
- func (x *FirmwareUpdateCommandOutput) GetCommandOutput() string
- func (x *FirmwareUpdateCommandOutput) GetIp() string
- func (*FirmwareUpdateCommandOutput) ProtoMessage()
- func (x *FirmwareUpdateCommandOutput) ProtoReflect() protoreflect.Message
- func (x *FirmwareUpdateCommandOutput) Reset()
- func (x *FirmwareUpdateCommandOutput) String() string
- type GetCloudConfigurationRequest
- func (*GetCloudConfigurationRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetCloudConfigurationRequest) ProtoMessage()
- func (x *GetCloudConfigurationRequest) ProtoReflect() protoreflect.Message
- func (x *GetCloudConfigurationRequest) Reset()
- func (x *GetCloudConfigurationRequest) String() string
- type GetCloudConfigurationResponse
- func (*GetCloudConfigurationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCloudConfigurationResponse) GetBotoKeyId() string
- func (x *GetCloudConfigurationResponse) GetGcsBucketUrl() string
- func (*GetCloudConfigurationResponse) ProtoMessage()
- func (x *GetCloudConfigurationResponse) ProtoReflect() protoreflect.Message
- func (x *GetCloudConfigurationResponse) Reset()
- func (x *GetCloudConfigurationResponse) String() string
- type GetDutDetailRequest
- func (*GetDutDetailRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDutDetailRequest) GetAddress() string
- func (*GetDutDetailRequest) ProtoMessage()
- func (x *GetDutDetailRequest) ProtoReflect() protoreflect.Message
- func (x *GetDutDetailRequest) Reset()
- func (x *GetDutDetailRequest) String() string
- type GetDutDetailResponse
- func (*GetDutDetailResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDutDetailResponse) GetAuthenticatedAs() string
- func (x *GetDutDetailResponse) GetBotId() string
- func (x *GetDutDetailResponse) GetDimensions() []*StringListPair
- func (x *GetDutDetailResponse) GetExternalIp() string
- func (x *GetDutDetailResponse) GetFirstSeenTs() *timestamppb.Timestamp
- func (x *GetDutDetailResponse) GetIsDead() bool
- func (x *GetDutDetailResponse) GetLastSeenTs() *timestamppb.Timestamp
- func (x *GetDutDetailResponse) GetMaintenanceMsg() string
- func (x *GetDutDetailResponse) GetQuarantined() bool
- func (x *GetDutDetailResponse) GetTaskId() string
- func (x *GetDutDetailResponse) GetTaskName() string
- func (x *GetDutDetailResponse) GetVersion() string
- func (*GetDutDetailResponse) ProtoMessage()
- func (x *GetDutDetailResponse) ProtoReflect() protoreflect.Message
- func (x *GetDutDetailResponse) Reset()
- func (x *GetDutDetailResponse) String() string
- type GetNetworkInfoRequest
- type GetNetworkInfoResponse
- func (*GetNetworkInfoResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetNetworkInfoResponse) GetHostname() string
- func (x *GetNetworkInfoResponse) GetIsConnected() bool
- func (x *GetNetworkInfoResponse) GetMacAddress() string
- func (*GetNetworkInfoResponse) ProtoMessage()
- func (x *GetNetworkInfoResponse) ProtoReflect() protoreflect.Message
- func (x *GetNetworkInfoResponse) Reset()
- func (x *GetNetworkInfoResponse) String() string
- type GetPeripheralInformationRequest
- func (*GetPeripheralInformationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPeripheralInformationRequest) GetDutHostname() string
- func (*GetPeripheralInformationRequest) ProtoMessage()
- func (x *GetPeripheralInformationRequest) ProtoReflect() protoreflect.Message
- func (x *GetPeripheralInformationRequest) Reset()
- func (x *GetPeripheralInformationRequest) String() string
- type GetPeripheralInformationResponse
- func (*GetPeripheralInformationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPeripheralInformationResponse) GetJsonInfo() string
- func (*GetPeripheralInformationResponse) ProtoMessage()
- func (x *GetPeripheralInformationResponse) ProtoReflect() protoreflect.Message
- func (x *GetPeripheralInformationResponse) Reset()
- func (x *GetPeripheralInformationResponse) String() string
- type GetSystemInfoRequest
- type GetSystemInfoResponse
- func (*GetSystemInfoResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetSystemInfoResponse) GetCpuTemperature() float32
- func (x *GetSystemInfoResponse) GetStartTime() *timestamppb.Timestamp
- func (*GetSystemInfoResponse) ProtoMessage()
- func (x *GetSystemInfoResponse) ProtoReflect() protoreflect.Message
- func (x *GetSystemInfoResponse) Reset()
- func (x *GetSystemInfoResponse) String() string
- type GetTestPlanRequest
- func (*GetTestPlanRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTestPlanRequest) GetName() string
- func (*GetTestPlanRequest) ProtoMessage()
- func (x *GetTestPlanRequest) ProtoReflect() protoreflect.Message
- func (x *GetTestPlanRequest) Reset()
- func (x *GetTestPlanRequest) String() string
- type GetTestPlanResponse
- func (*GetTestPlanResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTestPlanResponse) GetPlan() *test_platform.Request_TestPlan
- func (*GetTestPlanResponse) ProtoMessage()
- func (x *GetTestPlanResponse) ProtoReflect() protoreflect.Message
- func (x *GetTestPlanResponse) Reset()
- func (x *GetTestPlanResponse) String() string
- type GetVersionInfoRequest
- type GetVersionInfoResponse
- func (*GetVersionInfoResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetVersionInfoResponse) GetChromeosVersion() string
- func (x *GetVersionInfoResponse) GetDescription() string
- func (x *GetVersionInfoResponse) GetHostId() string
- func (x *GetVersionInfoResponse) GetTrack() string
- func (x *GetVersionInfoResponse) GetVersion() string
- func (*GetVersionInfoResponse) ProtoMessage()
- func (x *GetVersionInfoResponse) ProtoReflect() protoreflect.Message
- func (x *GetVersionInfoResponse) Reset()
- func (x *GetVersionInfoResponse) String() string
- type IsUpdateAvailableRequest
- type IsUpdateAvailableResponse
- func (*IsUpdateAvailableResponse) Descriptor() ([]byte, []int)deprecated
- func (x *IsUpdateAvailableResponse) GetIsUpdateAvailable() bool
- func (*IsUpdateAvailableResponse) ProtoMessage()
- func (x *IsUpdateAvailableResponse) ProtoReflect() protoreflect.Message
- func (x *IsUpdateAvailableResponse) Reset()
- func (x *IsUpdateAvailableResponse) String() string
- type Job
- func (*Job) Descriptor() ([]byte, []int)deprecated
- func (x *Job) GetBoard() string
- func (x *Job) GetBuild() string
- func (x *Job) GetChildStatusCount() *TasksStatusCount
- func (x *Job) GetCpconUrl() string
- func (x *Job) GetCreatedTime() *timestamppb.Timestamp
- func (x *Job) GetFinishedTime() *timestamppb.Timestamp
- func (x *Job) GetHostname() string
- func (x *Job) GetJobId() string
- func (x *Job) GetLabelPool() string
- func (x *Job) GetModel() string
- func (x *Job) GetName() string
- func (x *Job) GetParentJobId() string
- func (x *Job) GetResultsUrl() string
- func (x *Job) GetSatlabId() string
- func (x *Job) GetStartTime() *timestamppb.Timestamp
- func (x *Job) GetStatus() Job_JobStatus
- func (x *Job) GetTaskUrl() string
- func (*Job) ProtoMessage()
- func (x *Job) ProtoReflect() protoreflect.Message
- func (x *Job) Reset()
- func (x *Job) String() string
- type Job_JobStatus
- func (Job_JobStatus) Descriptor() protoreflect.EnumDescriptor
- func (x Job_JobStatus) Enum() *Job_JobStatus
- func (Job_JobStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x Job_JobStatus) Number() protoreflect.EnumNumber
- func (x Job_JobStatus) String() string
- func (Job_JobStatus) Type() protoreflect.EnumType
- type Job_JobType
- func (Job_JobType) Descriptor() protoreflect.EnumDescriptor
- func (x Job_JobType) Enum() *Job_JobType
- func (Job_JobType) EnumDescriptor() ([]byte, []int)deprecated
- func (x Job_JobType) Number() protoreflect.EnumNumber
- func (x Job_JobType) String() string
- func (Job_JobType) Type() protoreflect.EnumType
- type ListAccessibleModelsRequest
- func (*ListAccessibleModelsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListAccessibleModelsRequest) GetBoard() string
- func (*ListAccessibleModelsRequest) ProtoMessage()
- func (x *ListAccessibleModelsRequest) ProtoReflect() protoreflect.Message
- func (x *ListAccessibleModelsRequest) Reset()
- func (x *ListAccessibleModelsRequest) String() string
- type ListAccessibleModelsResponse
- func (*ListAccessibleModelsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListAccessibleModelsResponse) GetModels() []*Model
- func (*ListAccessibleModelsResponse) ProtoMessage()
- func (x *ListAccessibleModelsResponse) ProtoReflect() protoreflect.Message
- func (x *ListAccessibleModelsResponse) Reset()
- func (x *ListAccessibleModelsResponse) String() string
- type ListBuildTargetsRequest
- type ListBuildTargetsResponse
- func (*ListBuildTargetsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListBuildTargetsResponse) GetBuildTargets() []string
- func (*ListBuildTargetsResponse) ProtoMessage()
- func (x *ListBuildTargetsResponse) ProtoReflect() protoreflect.Message
- func (x *ListBuildTargetsResponse) Reset()
- func (x *ListBuildTargetsResponse) String() string
- type ListBuildVersionsRequest
- func (*ListBuildVersionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListBuildVersionsRequest) GetBoard() string
- func (x *ListBuildVersionsRequest) GetFilterType() string
- func (x *ListBuildVersionsRequest) GetMilestone() int32
- func (x *ListBuildVersionsRequest) GetModel() string
- func (*ListBuildVersionsRequest) ProtoMessage()
- func (x *ListBuildVersionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListBuildVersionsRequest) Reset()
- func (x *ListBuildVersionsRequest) String() string
- type ListBuildVersionsResponse
- func (*ListBuildVersionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListBuildVersionsResponse) GetBuildVersions() []*BuildItem
- func (*ListBuildVersionsResponse) ProtoMessage()
- func (x *ListBuildVersionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListBuildVersionsResponse) Reset()
- func (x *ListBuildVersionsResponse) String() string
- type ListConnectedDutsFirmwareRequest
- func (*ListConnectedDutsFirmwareRequest) Descriptor() ([]byte, []int)deprecated
- func (*ListConnectedDutsFirmwareRequest) ProtoMessage()
- func (x *ListConnectedDutsFirmwareRequest) ProtoReflect() protoreflect.Message
- func (x *ListConnectedDutsFirmwareRequest) Reset()
- func (x *ListConnectedDutsFirmwareRequest) String() string
- type ListConnectedDutsFirmwareResponse
- func (*ListConnectedDutsFirmwareResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListConnectedDutsFirmwareResponse) GetDuts() []*ConnectedDutFirmwareInfo
- func (*ListConnectedDutsFirmwareResponse) ProtoMessage()
- func (x *ListConnectedDutsFirmwareResponse) ProtoReflect() protoreflect.Message
- func (x *ListConnectedDutsFirmwareResponse) Reset()
- func (x *ListConnectedDutsFirmwareResponse) String() string
- type ListDutEventsRequest
- func (*ListDutEventsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListDutEventsRequest) GetAddress() string
- func (x *ListDutEventsRequest) GetPageSize() int32
- func (x *ListDutEventsRequest) GetPageToken() string
- func (*ListDutEventsRequest) ProtoMessage()
- func (x *ListDutEventsRequest) ProtoReflect() protoreflect.Message
- func (x *ListDutEventsRequest) Reset()
- func (x *ListDutEventsRequest) String() string
- type ListDutEventsResponse
- func (*ListDutEventsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListDutEventsResponse) GetEvents() []*BotEvent
- func (x *ListDutEventsResponse) GetNextPageToken() string
- func (*ListDutEventsResponse) ProtoMessage()
- func (x *ListDutEventsResponse) ProtoReflect() protoreflect.Message
- func (x *ListDutEventsResponse) Reset()
- func (x *ListDutEventsResponse) String() string
- type ListDutTasksRequest
- func (*ListDutTasksRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListDutTasksRequest) GetAddress() string
- func (x *ListDutTasksRequest) GetPageSize() int32
- func (x *ListDutTasksRequest) GetPageToken() string
- func (*ListDutTasksRequest) ProtoMessage()
- func (x *ListDutTasksRequest) ProtoReflect() protoreflect.Message
- func (x *ListDutTasksRequest) Reset()
- func (x *ListDutTasksRequest) String() string
- type ListDutTasksResponse
- func (*ListDutTasksResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListDutTasksResponse) GetNextPageToken() string
- func (x *ListDutTasksResponse) GetTasks() []*Task
- func (*ListDutTasksResponse) ProtoMessage()
- func (x *ListDutTasksResponse) ProtoReflect() protoreflect.Message
- func (x *ListDutTasksResponse) Reset()
- func (x *ListDutTasksResponse) String() string
- type ListDutsRequest
- type ListDutsResponse
- type ListEnrolledDutsRequest
- type ListEnrolledDutsResponse
- func (*ListEnrolledDutsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListEnrolledDutsResponse) GetDuts() []*Dut
- func (*ListEnrolledDutsResponse) ProtoMessage()
- func (x *ListEnrolledDutsResponse) ProtoReflect() protoreflect.Message
- func (x *ListEnrolledDutsResponse) Reset()
- func (x *ListEnrolledDutsResponse) String() string
- type ListJobsRequest
- func (*ListJobsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListJobsRequest) GetCreatedTimeGt() *timestamppb.Timestamp
- func (x *ListJobsRequest) GetCreatedTimeLt() *timestamppb.Timestamp
- func (x *ListJobsRequest) GetJobType() Job_JobType
- func (x *ListJobsRequest) GetLimit() int64
- func (x *ListJobsRequest) GetPageToken() string
- func (x *ListJobsRequest) GetQueryStatus() StateQuery
- func (x *ListJobsRequest) GetSortBy() SortBy
- func (x *ListJobsRequest) GetTags() []*Tag
- func (*ListJobsRequest) ProtoMessage()
- func (x *ListJobsRequest) ProtoReflect() protoreflect.Message
- func (x *ListJobsRequest) Reset()
- func (x *ListJobsRequest) String() string
- type ListJobsResponse
- func (*ListJobsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListJobsResponse) GetJobs() []*Job
- func (x *ListJobsResponse) GetNextPageToken() string
- func (*ListJobsResponse) ProtoMessage()
- func (x *ListJobsResponse) ProtoReflect() protoreflect.Message
- func (x *ListJobsResponse) Reset()
- func (x *ListJobsResponse) String() string
- type ListMilestonesRequest
- func (*ListMilestonesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListMilestonesRequest) GetBoard() string
- func (x *ListMilestonesRequest) GetFilterType() string
- func (x *ListMilestonesRequest) GetModel() string
- func (*ListMilestonesRequest) ProtoMessage()
- func (x *ListMilestonesRequest) ProtoReflect() protoreflect.Message
- func (x *ListMilestonesRequest) Reset()
- func (x *ListMilestonesRequest) String() string
- type ListMilestonesResponse
- func (*ListMilestonesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListMilestonesResponse) GetMilestones() []*BuildItem
- func (*ListMilestonesResponse) ProtoMessage()
- func (x *ListMilestonesResponse) ProtoReflect() protoreflect.Message
- func (x *ListMilestonesResponse) Reset()
- func (x *ListMilestonesResponse) String() string
- type ListTestPlansRequest
- type ListTestPlansResponse
- func (*ListTestPlansResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListTestPlansResponse) GetNames() []string
- func (*ListTestPlansResponse) ProtoMessage()
- func (x *ListTestPlansResponse) ProtoReflect() protoreflect.Message
- func (x *ListTestPlansResponse) Reset()
- func (x *ListTestPlansResponse) String() string
- type Model
- type OpenCCDReply
- type OpenCCDRequest
- func (*OpenCCDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OpenCCDRequest) GetRmaAuth() bool
- func (x *OpenCCDRequest) GetServoSerial() string
- func (*OpenCCDRequest) ProtoMessage()
- func (x *OpenCCDRequest) ProtoReflect() protoreflect.Message
- func (x *OpenCCDRequest) Reset()
- func (x *OpenCCDRequest) String() string
- type RebootRequest
- type RebootResponse
- type RepairDutsRequest
- func (*RepairDutsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RepairDutsRequest) GetDeep() bool
- func (x *RepairDutsRequest) GetHostnames() []string
- func (*RepairDutsRequest) ProtoMessage()
- func (x *RepairDutsRequest) ProtoReflect() protoreflect.Message
- func (x *RepairDutsRequest) Reset()
- func (x *RepairDutsRequest) String() string
- type RepairDutsResponse
- func (*RepairDutsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RepairDutsResponse) GetResult() []*RepairDutsResponse_RepairResult
- func (*RepairDutsResponse) ProtoMessage()
- func (x *RepairDutsResponse) ProtoReflect() protoreflect.Message
- func (x *RepairDutsResponse) Reset()
- func (x *RepairDutsResponse) String() string
- type RepairDutsResponse_RepairResult
- func (*RepairDutsResponse_RepairResult) Descriptor() ([]byte, []int)deprecated
- func (x *RepairDutsResponse_RepairResult) GetBuildLink() string
- func (x *RepairDutsResponse_RepairResult) GetHostname() string
- func (x *RepairDutsResponse_RepairResult) GetIsSuccess() bool
- func (x *RepairDutsResponse_RepairResult) GetTaskLink() string
- func (*RepairDutsResponse_RepairResult) ProtoMessage()
- func (x *RepairDutsResponse_RepairResult) ProtoReflect() protoreflect.Message
- func (x *RepairDutsResponse_RepairResult) Reset()
- func (x *RepairDutsResponse_RepairResult) String() string
- type RunLabQualRequest
- func (*RunLabQualRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RunLabQualRequest) GetBoard() string
- func (x *RunLabQualRequest) GetBuild() string
- func (x *RunLabQualRequest) GetDims() []*Dim
- func (x *RunLabQualRequest) GetFirmwarePath() string
- func (x *RunLabQualRequest) GetMilestone() string
- func (x *RunLabQualRequest) GetModel() string
- func (x *RunLabQualRequest) GetPool() string
- func (x *RunLabQualRequest) GetSettings() *AdvancedSettings
- func (*RunLabQualRequest) ProtoMessage()
- func (x *RunLabQualRequest) ProtoReflect() protoreflect.Message
- func (x *RunLabQualRequest) Reset()
- func (x *RunLabQualRequest) String() string
- type RunLabQualResponse
- func (*RunLabQualResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RunLabQualResponse) GetBuildLink() string
- func (*RunLabQualResponse) ProtoMessage()
- func (x *RunLabQualResponse) ProtoReflect() protoreflect.Message
- func (x *RunLabQualResponse) Reset()
- func (x *RunLabQualResponse) String() string
- type RunQualificationRequest
- func (*RunQualificationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RunQualificationRequest) GetBoard() string
- func (x *RunQualificationRequest) GetCentralizedSuite() string
- func (x *RunQualificationRequest) GetDims() []*Dim
- func (x *RunQualificationRequest) GetDlmSkuId() string
- func (x *RunQualificationRequest) GetIsIncrementalRun() bool
- func (x *RunQualificationRequest) GetMilestone() string
- func (x *RunQualificationRequest) GetModel() string
- func (x *RunQualificationRequest) GetPool() string
- func (x *RunQualificationRequest) GetQualificationId() string
- func (x *RunQualificationRequest) GetVersion() string
- func (*RunQualificationRequest) ProtoMessage()
- func (x *RunQualificationRequest) ProtoReflect() protoreflect.Message
- func (x *RunQualificationRequest) Reset()
- func (x *RunQualificationRequest) String() string
- type RunQualificationResponse
- func (*RunQualificationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RunQualificationResponse) GetBuildLink() string
- func (*RunQualificationResponse) ProtoMessage()
- func (x *RunQualificationResponse) ProtoReflect() protoreflect.Message
- func (x *RunQualificationResponse) Reset()
- func (x *RunQualificationResponse) String() string
- type RunStorageQualRequest
- func (*RunStorageQualRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RunStorageQualRequest) GetBoard() string
- func (x *RunStorageQualRequest) GetBugId() string
- func (x *RunStorageQualRequest) GetBuild() string
- func (x *RunStorageQualRequest) GetDims() []*Dim
- func (x *RunStorageQualRequest) GetMilestone() string
- func (x *RunStorageQualRequest) GetModel() string
- func (x *RunStorageQualRequest) GetPool() string
- func (x *RunStorageQualRequest) GetSuite() string
- func (x *RunStorageQualRequest) GetTest() string
- func (*RunStorageQualRequest) ProtoMessage()
- func (x *RunStorageQualRequest) ProtoReflect() protoreflect.Message
- func (x *RunStorageQualRequest) Reset()
- func (x *RunStorageQualRequest) String() string
- type RunStorageQualResponse
- func (*RunStorageQualResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RunStorageQualResponse) GetBuildLink() string
- func (*RunStorageQualResponse) ProtoMessage()
- func (x *RunStorageQualResponse) ProtoReflect() protoreflect.Message
- func (x *RunStorageQualResponse) Reset()
- func (x *RunStorageQualResponse) String() string
- type RunSuiteRequest
- func (*RunSuiteRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RunSuiteRequest) GetBuildTarget() string
- func (x *RunSuiteRequest) GetBuildVersion() string
- func (x *RunSuiteRequest) GetCft() bool
- func (x *RunSuiteRequest) GetDims() []*Dim
- func (x *RunSuiteRequest) GetMilestone() string
- func (x *RunSuiteRequest) GetModel() string
- func (x *RunSuiteRequest) GetPool() string
- func (x *RunSuiteRequest) GetSuite() string
- func (x *RunSuiteRequest) GetTrv2() bool
- func (x *RunSuiteRequest) GetUploadToCpcon() bool
- func (*RunSuiteRequest) ProtoMessage()
- func (x *RunSuiteRequest) ProtoReflect() protoreflect.Message
- func (x *RunSuiteRequest) Reset()
- func (x *RunSuiteRequest) String() string
- type RunSuiteResponse
- type RunTestPlanRequest
- func (*RunTestPlanRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RunTestPlanRequest) GetBoard() string
- func (x *RunTestPlanRequest) GetBuild() string
- func (x *RunTestPlanRequest) GetCft() bool
- func (x *RunTestPlanRequest) GetDims() []*Dim
- func (x *RunTestPlanRequest) GetMilestone() string
- func (x *RunTestPlanRequest) GetModel() string
- func (x *RunTestPlanRequest) GetPool() string
- func (x *RunTestPlanRequest) GetTestPlanName() string
- func (x *RunTestPlanRequest) GetTrv2() bool
- func (x *RunTestPlanRequest) GetUploadToCpcon() bool
- func (*RunTestPlanRequest) ProtoMessage()
- func (x *RunTestPlanRequest) ProtoReflect() protoreflect.Message
- func (x *RunTestPlanRequest) Reset()
- func (x *RunTestPlanRequest) String() string
- type RunTestPlanResponse
- func (*RunTestPlanResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RunTestPlanResponse) GetBuildLink() string
- func (*RunTestPlanResponse) ProtoMessage()
- func (x *RunTestPlanResponse) ProtoReflect() protoreflect.Message
- func (x *RunTestPlanResponse) Reset()
- func (x *RunTestPlanResponse) String() string
- type RunTestRequest
- func (*RunTestRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RunTestRequest) GetBoard() string
- func (x *RunTestRequest) GetBuild() string
- func (x *RunTestRequest) GetCft() bool
- func (x *RunTestRequest) GetDims() []*Dim
- func (x *RunTestRequest) GetMilestone() string
- func (x *RunTestRequest) GetModel() string
- func (x *RunTestRequest) GetPool() string
- func (x *RunTestRequest) GetTestArgs() string
- func (x *RunTestRequest) GetTests() []string
- func (x *RunTestRequest) GetTrv2() bool
- func (x *RunTestRequest) GetUploadToCpcon() bool
- func (*RunTestRequest) ProtoMessage()
- func (x *RunTestRequest) ProtoReflect() protoreflect.Message
- func (x *RunTestRequest) Reset()
- func (x *RunTestRequest) String() string
- type RunTestResponse
- type SatlabRpcServiceClient
- type SatlabRpcServiceServer
- type SatlabRpcService_DownloadLogClient
- type SatlabRpcService_DownloadLogServer
- type SatlabRpcService_OpenCCDClient
- type SatlabRpcService_OpenCCDServer
- type SendMessageToCCDSessionRequest
- func (*SendMessageToCCDSessionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SendMessageToCCDSessionRequest) GetMessage() string
- func (x *SendMessageToCCDSessionRequest) GetServoSerial() string
- func (*SendMessageToCCDSessionRequest) ProtoMessage()
- func (x *SendMessageToCCDSessionRequest) ProtoReflect() protoreflect.Message
- func (x *SendMessageToCCDSessionRequest) Reset()
- func (x *SendMessageToCCDSessionRequest) String() string
- type SendMessageToCCDSessionResponse
- func (*SendMessageToCCDSessionResponse) Descriptor() ([]byte, []int)deprecated
- func (*SendMessageToCCDSessionResponse) ProtoMessage()
- func (x *SendMessageToCCDSessionResponse) ProtoReflect() protoreflect.Message
- func (x *SendMessageToCCDSessionResponse) Reset()
- func (x *SendMessageToCCDSessionResponse) String() string
- type SetCloudConfigurationRequest
- func (*SetCloudConfigurationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetCloudConfigurationRequest) GetBotoKeyId() string
- func (x *SetCloudConfigurationRequest) GetBotoKeySecret() string
- func (x *SetCloudConfigurationRequest) GetGcsBucketUrl() string
- func (*SetCloudConfigurationRequest) ProtoMessage()
- func (x *SetCloudConfigurationRequest) ProtoReflect() protoreflect.Message
- func (x *SetCloudConfigurationRequest) Reset()
- func (x *SetCloudConfigurationRequest) String() string
- type SetCloudConfigurationResponse
- func (*SetCloudConfigurationResponse) Descriptor() ([]byte, []int)deprecated
- func (*SetCloudConfigurationResponse) ProtoMessage()
- func (x *SetCloudConfigurationResponse) ProtoReflect() protoreflect.Message
- func (x *SetCloudConfigurationResponse) Reset()
- func (x *SetCloudConfigurationResponse) String() string
- type SortBy
- type StableVersionRequest
- func (*StableVersionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StableVersionRequest) GetBoard() string
- func (x *StableVersionRequest) GetModel() string
- func (*StableVersionRequest) ProtoMessage()
- func (x *StableVersionRequest) ProtoReflect() protoreflect.Message
- func (x *StableVersionRequest) Reset()
- func (x *StableVersionRequest) String() string
- type StableVersionResponse
- func (*StableVersionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StableVersionResponse) GetFwImage() string
- func (x *StableVersionResponse) GetFwVersion() string
- func (x *StableVersionResponse) GetOsImage() string
- func (*StableVersionResponse) ProtoMessage()
- func (x *StableVersionResponse) ProtoReflect() protoreflect.Message
- func (x *StableVersionResponse) Reset()
- func (x *StableVersionResponse) String() string
- type StageBuildRequest
- func (*StageBuildRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StageBuildRequest) GetBoard() string
- func (x *StageBuildRequest) GetBuildVersion() string
- func (x *StageBuildRequest) GetFilterType() string
- func (x *StageBuildRequest) GetModel() string
- func (*StageBuildRequest) ProtoMessage()
- func (x *StageBuildRequest) ProtoReflect() protoreflect.Message
- func (x *StageBuildRequest) Reset()
- func (x *StageBuildRequest) String() string
- type StageBuildResponse
- func (*StageBuildResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StageBuildResponse) GetBuildBucket() string
- func (x *StageBuildResponse) GetPath() string
- func (*StageBuildResponse) ProtoMessage()
- func (x *StageBuildResponse) ProtoReflect() protoreflect.Message
- func (x *StageBuildResponse) Reset()
- func (x *StageBuildResponse) String() string
- type StartServodMetadata
- type StartServodResponse
- func (*StartServodResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StartServodResponse) GetFailure() *StartServodResponse_Failure
- func (m *StartServodResponse) GetResult() isStartServodResponse_Result
- func (x *StartServodResponse) GetSuccess() *StartServodResponse_Success
- func (*StartServodResponse) ProtoMessage()
- func (x *StartServodResponse) ProtoReflect() protoreflect.Message
- func (x *StartServodResponse) Reset()
- func (x *StartServodResponse) String() string
- type StartServodResponse_Failure
- func (*StartServodResponse_Failure) Descriptor() ([]byte, []int)deprecated
- func (x *StartServodResponse_Failure) GetErrorMessage() string
- func (*StartServodResponse_Failure) ProtoMessage()
- func (x *StartServodResponse_Failure) ProtoReflect() protoreflect.Message
- func (x *StartServodResponse_Failure) Reset()
- func (x *StartServodResponse_Failure) String() string
- type StartServodResponse_Failure_
- type StartServodResponse_Success
- type StartServodResponse_Success_
- type StateQuery
- type StringListPair
- func (*StringListPair) Descriptor() ([]byte, []int)deprecated
- func (x *StringListPair) GetKey() string
- func (x *StringListPair) GetValues() []string
- func (*StringListPair) ProtoMessage()
- func (x *StringListPair) ProtoReflect() protoreflect.Message
- func (x *StringListPair) Reset()
- func (x *StringListPair) String() string
- type Tag
- type Task
- func (*Task) Descriptor() ([]byte, []int)deprecated
- func (x *Task) GetDuration() float32
- func (x *Task) GetId() string
- func (x *Task) GetIsSuccess() bool
- func (x *Task) GetName() string
- func (x *Task) GetStartAt() *timestamppb.Timestamp
- func (x *Task) GetUrl() string
- func (*Task) ProtoMessage()
- func (x *Task) ProtoReflect() protoreflect.Message
- func (x *Task) Reset()
- func (x *Task) String() string
- type TasksStatusCount
- func (*TasksStatusCount) Descriptor() ([]byte, []int)deprecated
- func (x *TasksStatusCount) GetTaskCount() []*TasksStatusCount_TaskCount
- func (*TasksStatusCount) ProtoMessage()
- func (x *TasksStatusCount) ProtoReflect() protoreflect.Message
- func (x *TasksStatusCount) Reset()
- func (x *TasksStatusCount) String() string
- type TasksStatusCount_TaskCount
- func (*TasksStatusCount_TaskCount) Descriptor() ([]byte, []int)deprecated
- func (x *TasksStatusCount_TaskCount) GetCount() int32
- func (x *TasksStatusCount_TaskCount) GetState() StateQuery
- func (*TasksStatusCount_TaskCount) ProtoMessage()
- func (x *TasksStatusCount_TaskCount) ProtoReflect() protoreflect.Message
- func (x *TasksStatusCount_TaskCount) Reset()
- func (x *TasksStatusCount_TaskCount) String() string
- type UnimplementedSatlabRpcServiceServer
- func (UnimplementedSatlabRpcServiceServer) AbortJobs(context.Context, *AbortJobsRequest) (*AbortJobsResponse, error)
- func (UnimplementedSatlabRpcServiceServer) AddDuts(context.Context, *AddDutsRequest) (*AddDutsResponse, error)
- func (UnimplementedSatlabRpcServiceServer) AddPool(context.Context, *AddPoolRequest) (*AddPoolResponse, error)
- func (UnimplementedSatlabRpcServiceServer) DeleteDuts(context.Context, *DeleteDutsRequest) (*DeleteDutsResponse, error)
- func (UnimplementedSatlabRpcServiceServer) DownloadLog(*DownloadLogRequest, SatlabRpcService_DownloadLogServer) error
- func (UnimplementedSatlabRpcServiceServer) GetCloudConfiguration(context.Context, *GetCloudConfigurationRequest) (*GetCloudConfigurationResponse, error)
- func (UnimplementedSatlabRpcServiceServer) GetDutDetail(context.Context, *GetDutDetailRequest) (*GetDutDetailResponse, error)
- func (UnimplementedSatlabRpcServiceServer) GetNetworkInfo(context.Context, *GetNetworkInfoRequest) (*GetNetworkInfoResponse, error)
- func (UnimplementedSatlabRpcServiceServer) GetPeripheralInformation(context.Context, *GetPeripheralInformationRequest) (*GetPeripheralInformationResponse, error)
- func (UnimplementedSatlabRpcServiceServer) GetSystemInfo(context.Context, *GetSystemInfoRequest) (*GetSystemInfoResponse, error)
- func (UnimplementedSatlabRpcServiceServer) GetTestPlan(context.Context, *GetTestPlanRequest) (*GetTestPlanResponse, error)
- func (UnimplementedSatlabRpcServiceServer) GetVersionInfo(context.Context, *GetVersionInfoRequest) (*GetVersionInfoResponse, error)
- func (UnimplementedSatlabRpcServiceServer) IsUpdateAvailable(context.Context, *IsUpdateAvailableRequest) (*IsUpdateAvailableResponse, error)
- func (UnimplementedSatlabRpcServiceServer) ListAccessibleModels(context.Context, *ListAccessibleModelsRequest) (*ListAccessibleModelsResponse, error)
- func (UnimplementedSatlabRpcServiceServer) ListBuildTargets(context.Context, *ListBuildTargetsRequest) (*ListBuildTargetsResponse, error)
- func (UnimplementedSatlabRpcServiceServer) ListBuildVersions(context.Context, *ListBuildVersionsRequest) (*ListBuildVersionsResponse, error)
- func (UnimplementedSatlabRpcServiceServer) ListConnectedDutsFirmware(context.Context, *ListConnectedDutsFirmwareRequest) (*ListConnectedDutsFirmwareResponse, error)
- func (UnimplementedSatlabRpcServiceServer) ListDutEvents(context.Context, *ListDutEventsRequest) (*ListDutEventsResponse, error)
- func (UnimplementedSatlabRpcServiceServer) ListDutTasks(context.Context, *ListDutTasksRequest) (*ListDutTasksResponse, error)
- func (UnimplementedSatlabRpcServiceServer) ListDuts(context.Context, *ListDutsRequest) (*ListDutsResponse, error)
- func (UnimplementedSatlabRpcServiceServer) ListEnrolledDuts(context.Context, *ListEnrolledDutsRequest) (*ListEnrolledDutsResponse, error)
- func (UnimplementedSatlabRpcServiceServer) ListJobs(context.Context, *ListJobsRequest) (*ListJobsResponse, error)
- func (UnimplementedSatlabRpcServiceServer) ListMilestones(context.Context, *ListMilestonesRequest) (*ListMilestonesResponse, error)
- func (UnimplementedSatlabRpcServiceServer) ListTestPlans(context.Context, *ListTestPlansRequest) (*ListTestPlansResponse, error)
- func (UnimplementedSatlabRpcServiceServer) OpenCCD(*OpenCCDRequest, SatlabRpcService_OpenCCDServer) error
- func (UnimplementedSatlabRpcServiceServer) Reboot(context.Context, *RebootRequest) (*RebootResponse, error)
- func (UnimplementedSatlabRpcServiceServer) RepairDuts(context.Context, *RepairDutsRequest) (*RepairDutsResponse, error)
- func (UnimplementedSatlabRpcServiceServer) RunLabQual(context.Context, *RunLabQualRequest) (*RunLabQualResponse, error)
- func (UnimplementedSatlabRpcServiceServer) RunQualification(context.Context, *RunQualificationRequest) (*RunQualificationResponse, error)
- func (UnimplementedSatlabRpcServiceServer) RunStorageQual(context.Context, *RunStorageQualRequest) (*RunStorageQualResponse, error)
- func (UnimplementedSatlabRpcServiceServer) RunSuite(context.Context, *RunSuiteRequest) (*RunSuiteResponse, error)
- func (UnimplementedSatlabRpcServiceServer) RunTest(context.Context, *RunTestRequest) (*RunTestResponse, error)
- func (UnimplementedSatlabRpcServiceServer) RunTestPlan(context.Context, *RunTestPlanRequest) (*RunTestPlanResponse, error)
- func (UnimplementedSatlabRpcServiceServer) SendMessageToCCDSession(context.Context, *SendMessageToCCDSessionRequest) (*SendMessageToCCDSessionResponse, error)
- func (UnimplementedSatlabRpcServiceServer) SetCloudConfiguration(context.Context, *SetCloudConfigurationRequest) (*SetCloudConfigurationResponse, error)
- func (UnimplementedSatlabRpcServiceServer) StableVersion(context.Context, *StableVersionRequest) (*StableVersionResponse, error)
- func (UnimplementedSatlabRpcServiceServer) StageBuild(context.Context, *StageBuildRequest) (*StageBuildResponse, error)
- func (UnimplementedSatlabRpcServiceServer) StartServod(context.Context, *api.StartServodRequest) (*longrunning.Operation, error)
- func (UnimplementedSatlabRpcServiceServer) UpdateDutsFirmware(context.Context, *UpdateDutsFirmwareRequest) (*UpdateDutsFirmwareResponse, error)
- func (UnimplementedSatlabRpcServiceServer) UpdatePool(context.Context, *UpdatePoolRequest) (*UpdatePoolResponse, error)
- func (UnimplementedSatlabRpcServiceServer) UploadLog(context.Context, *UploadLogRequest) (*UploadLogResponse, error)
- type UnsafeSatlabRpcServiceServer
- type UpdateDutsFirmwareRequest
- func (*UpdateDutsFirmwareRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDutsFirmwareRequest) GetIps() []string
- func (*UpdateDutsFirmwareRequest) ProtoMessage()
- func (x *UpdateDutsFirmwareRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateDutsFirmwareRequest) Reset()
- func (x *UpdateDutsFirmwareRequest) String() string
- type UpdateDutsFirmwareResponse
- func (*UpdateDutsFirmwareResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDutsFirmwareResponse) GetOutputs() []*FirmwareUpdateCommandOutput
- func (*UpdateDutsFirmwareResponse) ProtoMessage()
- func (x *UpdateDutsFirmwareResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateDutsFirmwareResponse) Reset()
- func (x *UpdateDutsFirmwareResponse) String() string
- type UpdatePoolRequest
- func (*UpdatePoolRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdatePoolRequest) GetItems() []*UpdatePoolRequest_Item
- func (*UpdatePoolRequest) ProtoMessage()
- func (x *UpdatePoolRequest) ProtoReflect() protoreflect.Message
- func (x *UpdatePoolRequest) Reset()
- func (x *UpdatePoolRequest) String() string
- type UpdatePoolRequest_Item
- func (*UpdatePoolRequest_Item) Descriptor() ([]byte, []int)deprecated
- func (x *UpdatePoolRequest_Item) GetHostname() string
- func (x *UpdatePoolRequest_Item) GetPools() []string
- func (*UpdatePoolRequest_Item) ProtoMessage()
- func (x *UpdatePoolRequest_Item) ProtoReflect() protoreflect.Message
- func (x *UpdatePoolRequest_Item) Reset()
- func (x *UpdatePoolRequest_Item) String() string
- type UpdatePoolResponse
- type UploadLogRequest
- type UploadLogResponse
- func (*UploadLogResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UploadLogResponse) GetBucketLink() string
- func (*UploadLogResponse) ProtoMessage()
- func (x *UploadLogResponse) ProtoReflect() protoreflect.Message
- func (x *UploadLogResponse) Reset()
- func (x *UploadLogResponse) String() string
Constants ¶
This section is empty.
Variables ¶
var ( StateQuery_name = map[int32]string{ 0: "QUERY_PENDING", 1: "QUERY_RUNNING", 2: "QUERY_PENDING_RUNNING", 3: "QUERY_COMPLETED", 4: "QUERY_COMPLETED_SUCCESS", 5: "QUERY_COMPLETED_FAILURE", 6: "QUERY_EXPIRED", 7: "QUERY_TIMED_OUT", 9: "QUERY_CANCELED", 10: "QUERY_ALL", } StateQuery_value = map[string]int32{ "QUERY_PENDING": 0, "QUERY_RUNNING": 1, "QUERY_PENDING_RUNNING": 2, "QUERY_COMPLETED": 3, "QUERY_COMPLETED_SUCCESS": 4, "QUERY_COMPLETED_FAILURE": 5, "QUERY_EXPIRED": 6, "QUERY_TIMED_OUT": 7, "QUERY_CANCELED": 9, "QUERY_ALL": 10, } )
Enum value maps for StateQuery.
var ( SortBy_name = map[int32]string{ 0: "CREATED_TS", 2: "COMPLETED_TS", 3: "ABANDONED_TS", 4: "STARTED_TS", } SortBy_value = map[string]int32{ "CREATED_TS": 0, "COMPLETED_TS": 2, "ABANDONED_TS": 3, "STARTED_TS": 4, } )
Enum value maps for SortBy.
var ( BuildItem_BuildStatus_name = map[int32]string{ 0: "BUILD_STATUS_PASS", 1: "BUILD_STATUS_FAIL", 2: "BUILD_STATUS_RUNNING", 3: "BUILD_STATUS_ABORTED", } BuildItem_BuildStatus_value = map[string]int32{ "BUILD_STATUS_PASS": 0, "BUILD_STATUS_FAIL": 1, "BUILD_STATUS_RUNNING": 2, "BUILD_STATUS_ABORTED": 3, } )
Enum value maps for BuildItem_BuildStatus.
var ( BotInfo_BotState_name = map[int32]string{ 0: "NO_STATE_SET", 1: "ALIVE", 2: "BUSY", 3: "DEAD", 4: "QUARANTINED", 5: "IDLE", } BotInfo_BotState_value = map[string]int32{ "NO_STATE_SET": 0, "ALIVE": 1, "BUSY": 2, "DEAD": 3, "QUARANTINED": 4, "IDLE": 5, } )
Enum value maps for BotInfo_BotState.
var ( Job_JobType_name = map[int32]string{ 0: "TYPE_NOT_SET", 1: "SUITE", 2: "TESTPLAN", 3: "TEST", } Job_JobType_value = map[string]int32{ "TYPE_NOT_SET": 0, "SUITE": 1, "TESTPLAN": 2, "TEST": 3, } )
Enum value maps for Job_JobType.
var ( Job_JobStatus_name = map[int32]string{ 0: "STATUS_NOT_SET", 1: "PENDING", 2: "RUNNING", 3: "COMPLETE", 4: "COMPLETE_SUCCESS", 5: "COMPLETE_FAILURE", 6: "TIMED_OUT", 7: "EXPIRED", 8: "ABORTED", } Job_JobStatus_value = map[string]int32{ "STATUS_NOT_SET": 0, "PENDING": 1, "RUNNING": 2, "COMPLETE": 3, "COMPLETE_SUCCESS": 4, "COMPLETE_FAILURE": 5, "TIMED_OUT": 6, "EXPIRED": 7, "ABORTED": 8, } )
Enum value maps for Job_JobStatus.
var File_satlabrpcserver_satlabrpcserver_proto protoreflect.FileDescriptor
var SatlabRpcService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "satlabrpcserver.SatlabRpcService", HandlerType: (*SatlabRpcServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ListAccessibleModels", Handler: _SatlabRpcService_ListAccessibleModels_Handler, }, { MethodName: "ListBuildVersions", Handler: _SatlabRpcService_ListBuildVersions_Handler, }, { MethodName: "StageBuild", Handler: _SatlabRpcService_StageBuild_Handler, }, { MethodName: "ListConnectedDutsFirmware", Handler: _SatlabRpcService_ListConnectedDutsFirmware_Handler, }, { MethodName: "GetSystemInfo", Handler: _SatlabRpcService_GetSystemInfo_Handler, }, { MethodName: "GetVersionInfo", Handler: _SatlabRpcService_GetVersionInfo_Handler, }, { MethodName: "GetNetworkInfo", Handler: _SatlabRpcService_GetNetworkInfo_Handler, }, { MethodName: "GetPeripheralInformation", Handler: _SatlabRpcService_GetPeripheralInformation_Handler, }, { MethodName: "UpdateDutsFirmware", Handler: _SatlabRpcService_UpdateDutsFirmware_Handler, }, { MethodName: "ListBuildTargets", Handler: _SatlabRpcService_ListBuildTargets_Handler, }, { MethodName: "ListMilestones", Handler: _SatlabRpcService_ListMilestones_Handler, }, { MethodName: "ListTestPlans", Handler: _SatlabRpcService_ListTestPlans_Handler, }, { MethodName: "GetTestPlan", Handler: _SatlabRpcService_GetTestPlan_Handler, }, { MethodName: "RunSuite", Handler: _SatlabRpcService_RunSuite_Handler, }, { MethodName: "RunTest", Handler: _SatlabRpcService_RunTest_Handler, }, { MethodName: "RunTestPlan", Handler: _SatlabRpcService_RunTestPlan_Handler, }, { MethodName: "RunStorageQual", Handler: _SatlabRpcService_RunStorageQual_Handler, }, { MethodName: "RunQualification", Handler: _SatlabRpcService_RunQualification_Handler, }, { MethodName: "RunLabQual", Handler: _SatlabRpcService_RunLabQual_Handler, }, { MethodName: "AddPool", Handler: _SatlabRpcService_AddPool_Handler, }, { MethodName: "UpdatePool", Handler: _SatlabRpcService_UpdatePool_Handler, }, { MethodName: "DeleteDuts", Handler: _SatlabRpcService_DeleteDuts_Handler, }, { MethodName: "AddDuts", Handler: _SatlabRpcService_AddDuts_Handler, }, { MethodName: "RepairDuts", Handler: _SatlabRpcService_RepairDuts_Handler, }, { MethodName: "SendMessageToCCDSession", Handler: _SatlabRpcService_SendMessageToCCDSession_Handler, }, { MethodName: "StableVersion", Handler: _SatlabRpcService_StableVersion_Handler, }, { MethodName: "GetDutDetail", Handler: _SatlabRpcService_GetDutDetail_Handler, }, { MethodName: "ListDutTasks", Handler: _SatlabRpcService_ListDutTasks_Handler, }, { MethodName: "ListDutEvents", Handler: _SatlabRpcService_ListDutEvents_Handler, }, { MethodName: "ListEnrolledDuts", Handler: _SatlabRpcService_ListEnrolledDuts_Handler, }, { MethodName: "ListDuts", Handler: _SatlabRpcService_ListDuts_Handler, }, { MethodName: "SetCloudConfiguration", Handler: _SatlabRpcService_SetCloudConfiguration_Handler, }, { MethodName: "GetCloudConfiguration", Handler: _SatlabRpcService_GetCloudConfiguration_Handler, }, { MethodName: "Reboot", Handler: _SatlabRpcService_Reboot_Handler, }, { MethodName: "UploadLog", Handler: _SatlabRpcService_UploadLog_Handler, }, { MethodName: "StartServod", Handler: _SatlabRpcService_StartServod_Handler, }, { MethodName: "ListJobs", Handler: _SatlabRpcService_ListJobs_Handler, }, { MethodName: "AbortJobs", Handler: _SatlabRpcService_AbortJobs_Handler, }, { MethodName: "IsUpdateAvailable", Handler: _SatlabRpcService_IsUpdateAvailable_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "OpenCCD", Handler: _SatlabRpcService_OpenCCD_Handler, ServerStreams: true, }, { StreamName: "DownloadLog", Handler: _SatlabRpcService_DownloadLog_Handler, ServerStreams: true, }, }, Metadata: "satlabrpcserver/satlabrpcserver.proto", }
SatlabRpcService_ServiceDesc is the grpc.ServiceDesc for SatlabRpcService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterSatlabRpcServiceServer ¶
func RegisterSatlabRpcServiceServer(s grpc.ServiceRegistrar, srv SatlabRpcServiceServer)
Types ¶
type AbortJobsRequest ¶
type AbortJobsRequest struct { Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"` JobType Job_JobType `protobuf:"varint,2,opt,name=job_type,json=jobType,proto3,enum=satlabrpcserver.Job_JobType" json:"job_type,omitempty"` CreatedTimeGt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_time_gt,json=createdTimeGt,proto3" json:"created_time_gt,omitempty"` CreatedTimeLt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_time_lt,json=createdTimeLt,proto3" json:"created_time_lt,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 5
func (*AbortJobsRequest) Descriptor
deprecated
func (*AbortJobsRequest) Descriptor() ([]byte, []int)
Deprecated: Use AbortJobsRequest.ProtoReflect.Descriptor instead.
func (*AbortJobsRequest) GetCreatedTimeGt ¶
func (x *AbortJobsRequest) GetCreatedTimeGt() *timestamppb.Timestamp
func (*AbortJobsRequest) GetCreatedTimeLt ¶
func (x *AbortJobsRequest) GetCreatedTimeLt() *timestamppb.Timestamp
func (*AbortJobsRequest) GetIds ¶
func (x *AbortJobsRequest) GetIds() []string
func (*AbortJobsRequest) GetJobType ¶
func (x *AbortJobsRequest) GetJobType() Job_JobType
func (*AbortJobsRequest) ProtoMessage ¶
func (*AbortJobsRequest) ProtoMessage()
func (*AbortJobsRequest) ProtoReflect ¶
func (x *AbortJobsRequest) ProtoReflect() protoreflect.Message
func (*AbortJobsRequest) Reset ¶
func (x *AbortJobsRequest) Reset()
func (*AbortJobsRequest) String ¶
func (x *AbortJobsRequest) String() string
type AbortJobsResponse ¶
type AbortJobsResponse struct {
// contains filtered or unexported fields
}
NEXT_TAG = 1
func (*AbortJobsResponse) Descriptor
deprecated
func (*AbortJobsResponse) Descriptor() ([]byte, []int)
Deprecated: Use AbortJobsResponse.ProtoReflect.Descriptor instead.
func (*AbortJobsResponse) ProtoMessage ¶
func (*AbortJobsResponse) ProtoMessage()
func (*AbortJobsResponse) ProtoReflect ¶
func (x *AbortJobsResponse) ProtoReflect() protoreflect.Message
func (*AbortJobsResponse) Reset ¶
func (x *AbortJobsResponse) Reset()
func (*AbortJobsResponse) String ¶
func (x *AbortJobsResponse) String() string
type AddDutsRequest ¶
type AddDutsRequest struct { Duts []*AddDutsRequest_Param `protobuf:"bytes,1,rep,name=duts,proto3" json:"duts,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 2
func (*AddDutsRequest) Descriptor
deprecated
func (*AddDutsRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddDutsRequest.ProtoReflect.Descriptor instead.
func (*AddDutsRequest) GetDuts ¶
func (x *AddDutsRequest) GetDuts() []*AddDutsRequest_Param
func (*AddDutsRequest) ProtoMessage ¶
func (*AddDutsRequest) ProtoMessage()
func (*AddDutsRequest) ProtoReflect ¶
func (x *AddDutsRequest) ProtoReflect() protoreflect.Message
func (*AddDutsRequest) Reset ¶
func (x *AddDutsRequest) Reset()
func (*AddDutsRequest) String ¶
func (x *AddDutsRequest) String() string
type AddDutsRequest_Param ¶
type AddDutsRequest_Param struct { // The IP address that connected to Satlab Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` // The hostname that a user wants to name the DUT Hostname string `protobuf:"bytes,2,opt,name=hostname,proto3" json:"hostname,omitempty"` // The board of the DUT Board string `protobuf:"bytes,3,opt,name=board,proto3" json:"board,omitempty"` // The model of the DUT Model string `protobuf:"bytes,4,opt,name=model,proto3" json:"model,omitempty"` // The label pool that user wants to add Pools []string `protobuf:"bytes,5,rep,name=pools,proto3" json:"pools,omitempty"` // The servo serial number that connected with DUT ServoSerial string `protobuf:"bytes,6,opt,name=servo_serial,json=servoSerial,proto3" json:"servo_serial,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 5
func (*AddDutsRequest_Param) Descriptor
deprecated
func (*AddDutsRequest_Param) Descriptor() ([]byte, []int)
Deprecated: Use AddDutsRequest_Param.ProtoReflect.Descriptor instead.
func (*AddDutsRequest_Param) GetAddress ¶
func (x *AddDutsRequest_Param) GetAddress() string
func (*AddDutsRequest_Param) GetBoard ¶
func (x *AddDutsRequest_Param) GetBoard() string
func (*AddDutsRequest_Param) GetHostname ¶
func (x *AddDutsRequest_Param) GetHostname() string
func (*AddDutsRequest_Param) GetModel ¶
func (x *AddDutsRequest_Param) GetModel() string
func (*AddDutsRequest_Param) GetPools ¶
func (x *AddDutsRequest_Param) GetPools() []string
func (*AddDutsRequest_Param) GetServoSerial ¶
func (x *AddDutsRequest_Param) GetServoSerial() string
func (*AddDutsRequest_Param) ProtoMessage ¶
func (*AddDutsRequest_Param) ProtoMessage()
func (*AddDutsRequest_Param) ProtoReflect ¶
func (x *AddDutsRequest_Param) ProtoReflect() protoreflect.Message
func (*AddDutsRequest_Param) Reset ¶
func (x *AddDutsRequest_Param) Reset()
func (*AddDutsRequest_Param) String ¶
func (x *AddDutsRequest_Param) String() string
type AddDutsResponse ¶
type AddDutsResponse struct { Pass []*AddDutsResponse_PassedData `protobuf:"bytes,1,rep,name=pass,proto3" json:"pass,omitempty"` Fail []*AddDutsResponse_FailedData `protobuf:"bytes,2,rep,name=fail,proto3" json:"fail,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 3
func (*AddDutsResponse) Descriptor
deprecated
func (*AddDutsResponse) Descriptor() ([]byte, []int)
Deprecated: Use AddDutsResponse.ProtoReflect.Descriptor instead.
func (*AddDutsResponse) GetFail ¶
func (x *AddDutsResponse) GetFail() []*AddDutsResponse_FailedData
func (*AddDutsResponse) GetPass ¶
func (x *AddDutsResponse) GetPass() []*AddDutsResponse_PassedData
func (*AddDutsResponse) ProtoMessage ¶
func (*AddDutsResponse) ProtoMessage()
func (*AddDutsResponse) ProtoReflect ¶
func (x *AddDutsResponse) ProtoReflect() protoreflect.Message
func (*AddDutsResponse) Reset ¶
func (x *AddDutsResponse) Reset()
func (*AddDutsResponse) String ¶
func (x *AddDutsResponse) String() string
type AddDutsResponse_FailedData ¶
type AddDutsResponse_FailedData struct { Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"` // the reason that why we can not add the DUT. Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 3
func (*AddDutsResponse_FailedData) Descriptor
deprecated
func (*AddDutsResponse_FailedData) Descriptor() ([]byte, []int)
Deprecated: Use AddDutsResponse_FailedData.ProtoReflect.Descriptor instead.
func (*AddDutsResponse_FailedData) GetHostname ¶
func (x *AddDutsResponse_FailedData) GetHostname() string
func (*AddDutsResponse_FailedData) GetReason ¶
func (x *AddDutsResponse_FailedData) GetReason() string
func (*AddDutsResponse_FailedData) ProtoMessage ¶
func (*AddDutsResponse_FailedData) ProtoMessage()
func (*AddDutsResponse_FailedData) ProtoReflect ¶
func (x *AddDutsResponse_FailedData) ProtoReflect() protoreflect.Message
func (*AddDutsResponse_FailedData) Reset ¶
func (x *AddDutsResponse_FailedData) Reset()
func (*AddDutsResponse_FailedData) String ¶
func (x *AddDutsResponse_FailedData) String() string
type AddDutsResponse_PassedData ¶
type AddDutsResponse_PassedData struct { Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"` // the url of of deploying job Url string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 3
func (*AddDutsResponse_PassedData) Descriptor
deprecated
func (*AddDutsResponse_PassedData) Descriptor() ([]byte, []int)
Deprecated: Use AddDutsResponse_PassedData.ProtoReflect.Descriptor instead.
func (*AddDutsResponse_PassedData) GetHostname ¶
func (x *AddDutsResponse_PassedData) GetHostname() string
func (*AddDutsResponse_PassedData) GetUrl ¶
func (x *AddDutsResponse_PassedData) GetUrl() string
func (*AddDutsResponse_PassedData) ProtoMessage ¶
func (*AddDutsResponse_PassedData) ProtoMessage()
func (*AddDutsResponse_PassedData) ProtoReflect ¶
func (x *AddDutsResponse_PassedData) ProtoReflect() protoreflect.Message
func (*AddDutsResponse_PassedData) Reset ¶
func (x *AddDutsResponse_PassedData) Reset()
func (*AddDutsResponse_PassedData) String ¶
func (x *AddDutsResponse_PassedData) String() string
type AddPoolRequest ¶
type AddPoolRequest struct { Pool string `protobuf:"bytes,2,opt,name=pool,proto3" json:"pool,omitempty"` Hostnames []string `protobuf:"bytes,3,rep,name=hostnames,proto3" json:"hostnames,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 4
func (*AddPoolRequest) Descriptor
deprecated
func (*AddPoolRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddPoolRequest.ProtoReflect.Descriptor instead.
func (*AddPoolRequest) GetHostnames ¶
func (x *AddPoolRequest) GetHostnames() []string
func (*AddPoolRequest) GetPool ¶
func (x *AddPoolRequest) GetPool() string
func (*AddPoolRequest) ProtoMessage ¶
func (*AddPoolRequest) ProtoMessage()
func (*AddPoolRequest) ProtoReflect ¶
func (x *AddPoolRequest) ProtoReflect() protoreflect.Message
func (*AddPoolRequest) Reset ¶
func (x *AddPoolRequest) Reset()
func (*AddPoolRequest) String ¶
func (x *AddPoolRequest) String() string
type AddPoolResponse ¶
type AddPoolResponse struct {
// contains filtered or unexported fields
}
NEXT_TAG = 1
func (*AddPoolResponse) Descriptor
deprecated
func (*AddPoolResponse) Descriptor() ([]byte, []int)
Deprecated: Use AddPoolResponse.ProtoReflect.Descriptor instead.
func (*AddPoolResponse) ProtoMessage ¶
func (*AddPoolResponse) ProtoMessage()
func (*AddPoolResponse) ProtoReflect ¶
func (x *AddPoolResponse) ProtoReflect() protoreflect.Message
func (*AddPoolResponse) Reset ¶
func (x *AddPoolResponse) Reset()
func (*AddPoolResponse) String ¶
func (x *AddPoolResponse) String() string
type AdvancedSettings ¶
type AdvancedSettings struct { Cft bool `protobuf:"varint,1,opt,name=cft,proto3" json:"cft,omitempty"` Trv2 bool `protobuf:"varint,2,opt,name=trv2,proto3" json:"trv2,omitempty"` UploadToCpcon bool `protobuf:"varint,3,opt,name=upload_to_cpcon,json=uploadToCpcon,proto3" json:"upload_to_cpcon,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 4
func (*AdvancedSettings) Descriptor
deprecated
func (*AdvancedSettings) Descriptor() ([]byte, []int)
Deprecated: Use AdvancedSettings.ProtoReflect.Descriptor instead.
func (*AdvancedSettings) GetCft ¶
func (x *AdvancedSettings) GetCft() bool
func (*AdvancedSettings) GetTrv2 ¶
func (x *AdvancedSettings) GetTrv2() bool
func (*AdvancedSettings) GetUploadToCpcon ¶
func (x *AdvancedSettings) GetUploadToCpcon() bool
func (*AdvancedSettings) ProtoMessage ¶
func (*AdvancedSettings) ProtoMessage()
func (*AdvancedSettings) ProtoReflect ¶
func (x *AdvancedSettings) ProtoReflect() protoreflect.Message
func (*AdvancedSettings) Reset ¶
func (x *AdvancedSettings) Reset()
func (*AdvancedSettings) String ¶
func (x *AdvancedSettings) String() string
type BotEvent ¶
type BotEvent struct { Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,omitempty"` EventType string `protobuf:"bytes,2,opt,name=event_type,json=eventType,proto3" json:"event_type,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` TaskId string `protobuf:"bytes,4,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"` TaskLink string `protobuf:"bytes,5,opt,name=task_link,json=taskLink,proto3" json:"task_link,omitempty"` Version string `protobuf:"bytes,6,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 7
func (*BotEvent) Descriptor
deprecated
func (*BotEvent) GetCreatedAt ¶
func (x *BotEvent) GetCreatedAt() *timestamppb.Timestamp
func (*BotEvent) GetEventType ¶
func (*BotEvent) GetTaskLink ¶
func (*BotEvent) GetVersion ¶
func (*BotEvent) ProtoMessage ¶
func (*BotEvent) ProtoMessage()
func (*BotEvent) ProtoReflect ¶
func (x *BotEvent) ProtoReflect() protoreflect.Message
type BotInfo ¶
type BotInfo struct { BotState BotInfo_BotState `protobuf:"varint,1,opt,name=bot_state,json=botState,proto3,enum=satlabrpcserver.BotInfo_BotState" json:"bot_state,omitempty"` // Link to the current running task. CurrentTask string `protobuf:"bytes,2,opt,name=current_task,json=currentTask,proto3" json:"current_task,omitempty"` // Name of the task currently running (Test/Repair/Deploy). TaskName string `protobuf:"bytes,3,opt,name=task_name,json=taskName,proto3" json:"task_name,omitempty"` // Dimensions of the bot Dimensions []*StringListPair `protobuf:"bytes,4,rep,name=dimensions,proto3" json:"dimensions,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 5
func (*BotInfo) Descriptor
deprecated
func (*BotInfo) GetBotState ¶
func (x *BotInfo) GetBotState() BotInfo_BotState
func (*BotInfo) GetCurrentTask ¶
func (*BotInfo) GetDimensions ¶
func (x *BotInfo) GetDimensions() []*StringListPair
func (*BotInfo) GetTaskName ¶
func (*BotInfo) ProtoMessage ¶
func (*BotInfo) ProtoMessage()
func (*BotInfo) ProtoReflect ¶
func (x *BotInfo) ProtoReflect() protoreflect.Message
type BotInfo_BotState ¶
type BotInfo_BotState int32
NEXT_TAG = 6
const ( BotInfo_NO_STATE_SET BotInfo_BotState = 0 BotInfo_ALIVE BotInfo_BotState = 1 BotInfo_BUSY BotInfo_BotState = 2 BotInfo_DEAD BotInfo_BotState = 3 BotInfo_QUARANTINED BotInfo_BotState = 4 BotInfo_IDLE BotInfo_BotState = 5 )
func (BotInfo_BotState) Descriptor ¶
func (BotInfo_BotState) Descriptor() protoreflect.EnumDescriptor
func (BotInfo_BotState) Enum ¶
func (x BotInfo_BotState) Enum() *BotInfo_BotState
func (BotInfo_BotState) EnumDescriptor
deprecated
func (BotInfo_BotState) EnumDescriptor() ([]byte, []int)
Deprecated: Use BotInfo_BotState.Descriptor instead.
func (BotInfo_BotState) Number ¶
func (x BotInfo_BotState) Number() protoreflect.EnumNumber
func (BotInfo_BotState) String ¶
func (x BotInfo_BotState) String() string
func (BotInfo_BotState) Type ¶
func (BotInfo_BotState) Type() protoreflect.EnumType
type BuildItem ¶
type BuildItem struct { Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` IsStaged bool `protobuf:"varint,2,opt,name=is_staged,json=isStaged,proto3" json:"is_staged,omitempty"` Status BuildItem_BuildStatus `protobuf:"varint,3,opt,name=status,proto3,enum=satlabrpcserver.BuildItem_BuildStatus" json:"status,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 4
func (*BuildItem) Descriptor
deprecated
func (*BuildItem) GetIsStaged ¶
func (*BuildItem) GetStatus ¶
func (x *BuildItem) GetStatus() BuildItem_BuildStatus
func (*BuildItem) ProtoMessage ¶
func (*BuildItem) ProtoMessage()
func (*BuildItem) ProtoReflect ¶
func (x *BuildItem) ProtoReflect() protoreflect.Message
type BuildItem_BuildStatus ¶
type BuildItem_BuildStatus int32
NEXT_TAG = 4
const ( BuildItem_BUILD_STATUS_PASS BuildItem_BuildStatus = 0 BuildItem_BUILD_STATUS_FAIL BuildItem_BuildStatus = 1 BuildItem_BUILD_STATUS_RUNNING BuildItem_BuildStatus = 2 BuildItem_BUILD_STATUS_ABORTED BuildItem_BuildStatus = 3 )
func (BuildItem_BuildStatus) Descriptor ¶
func (BuildItem_BuildStatus) Descriptor() protoreflect.EnumDescriptor
func (BuildItem_BuildStatus) Enum ¶
func (x BuildItem_BuildStatus) Enum() *BuildItem_BuildStatus
func (BuildItem_BuildStatus) EnumDescriptor
deprecated
func (BuildItem_BuildStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use BuildItem_BuildStatus.Descriptor instead.
func (BuildItem_BuildStatus) Number ¶
func (x BuildItem_BuildStatus) Number() protoreflect.EnumNumber
func (BuildItem_BuildStatus) String ¶
func (x BuildItem_BuildStatus) String() string
func (BuildItem_BuildStatus) Type ¶
func (BuildItem_BuildStatus) Type() protoreflect.EnumType
type CftMixTestplan ¶
type CftMixTestplan struct { Cft *test_platform.Request_TestPlan `protobuf:"bytes,1,opt,name=cft,proto3" json:"cft,omitempty"` NonCft *test_platform.Request_TestPlan `protobuf:"bytes,2,opt,name=non_cft,json=nonCft,proto3" json:"non_cft,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 3
func (*CftMixTestplan) Descriptor
deprecated
func (*CftMixTestplan) Descriptor() ([]byte, []int)
Deprecated: Use CftMixTestplan.ProtoReflect.Descriptor instead.
func (*CftMixTestplan) GetCft ¶
func (x *CftMixTestplan) GetCft() *test_platform.Request_TestPlan
func (*CftMixTestplan) GetNonCft ¶
func (x *CftMixTestplan) GetNonCft() *test_platform.Request_TestPlan
func (*CftMixTestplan) ProtoMessage ¶
func (*CftMixTestplan) ProtoMessage()
func (*CftMixTestplan) ProtoReflect ¶
func (x *CftMixTestplan) ProtoReflect() protoreflect.Message
func (*CftMixTestplan) Reset ¶
func (x *CftMixTestplan) Reset()
func (*CftMixTestplan) String ¶
func (x *CftMixTestplan) String() string
type ConnectedDutFirmwareInfo ¶
type ConnectedDutFirmwareInfo struct { Ip string `protobuf:"bytes,1,opt,name=ip,proto3" json:"ip,omitempty"` CurrentFirmware string `protobuf:"bytes,2,opt,name=current_firmware,json=currentFirmware,proto3" json:"current_firmware,omitempty"` UpdateFirmware string `protobuf:"bytes,3,opt,name=update_firmware,json=updateFirmware,proto3" json:"update_firmware,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 4
func (*ConnectedDutFirmwareInfo) Descriptor
deprecated
func (*ConnectedDutFirmwareInfo) Descriptor() ([]byte, []int)
Deprecated: Use ConnectedDutFirmwareInfo.ProtoReflect.Descriptor instead.
func (*ConnectedDutFirmwareInfo) GetCurrentFirmware ¶
func (x *ConnectedDutFirmwareInfo) GetCurrentFirmware() string
func (*ConnectedDutFirmwareInfo) GetIp ¶
func (x *ConnectedDutFirmwareInfo) GetIp() string
func (*ConnectedDutFirmwareInfo) GetUpdateFirmware ¶
func (x *ConnectedDutFirmwareInfo) GetUpdateFirmware() string
func (*ConnectedDutFirmwareInfo) ProtoMessage ¶
func (*ConnectedDutFirmwareInfo) ProtoMessage()
func (*ConnectedDutFirmwareInfo) ProtoReflect ¶
func (x *ConnectedDutFirmwareInfo) ProtoReflect() protoreflect.Message
func (*ConnectedDutFirmwareInfo) Reset ¶
func (x *ConnectedDutFirmwareInfo) Reset()
func (*ConnectedDutFirmwareInfo) String ¶
func (x *ConnectedDutFirmwareInfo) String() string
type DeleteDutsRequest ¶
type DeleteDutsRequest struct { Hostnames []string `protobuf:"bytes,1,rep,name=hostnames,proto3" json:"hostnames,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 2
func (*DeleteDutsRequest) Descriptor
deprecated
func (*DeleteDutsRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteDutsRequest.ProtoReflect.Descriptor instead.
func (*DeleteDutsRequest) GetHostnames ¶
func (x *DeleteDutsRequest) GetHostnames() []string
func (*DeleteDutsRequest) ProtoMessage ¶
func (*DeleteDutsRequest) ProtoMessage()
func (*DeleteDutsRequest) ProtoReflect ¶
func (x *DeleteDutsRequest) ProtoReflect() protoreflect.Message
func (*DeleteDutsRequest) Reset ¶
func (x *DeleteDutsRequest) Reset()
func (*DeleteDutsRequest) String ¶
func (x *DeleteDutsRequest) String() string
type DeleteDutsResponse ¶
type DeleteDutsResponse struct { // pass contains the hostnames that we have deleted DUTs successfully Pass []string `protobuf:"bytes,1,rep,name=pass,proto3" json:"pass,omitempty"` // fail contains the hostnames that we failed to delete DUTs Fail []string `protobuf:"bytes,2,rep,name=fail,proto3" json:"fail,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 4
func (*DeleteDutsResponse) Descriptor
deprecated
func (*DeleteDutsResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteDutsResponse.ProtoReflect.Descriptor instead.
func (*DeleteDutsResponse) GetFail ¶
func (x *DeleteDutsResponse) GetFail() []string
func (*DeleteDutsResponse) GetPass ¶
func (x *DeleteDutsResponse) GetPass() []string
func (*DeleteDutsResponse) ProtoMessage ¶
func (*DeleteDutsResponse) ProtoMessage()
func (*DeleteDutsResponse) ProtoReflect ¶
func (x *DeleteDutsResponse) ProtoReflect() protoreflect.Message
func (*DeleteDutsResponse) Reset ¶
func (x *DeleteDutsResponse) Reset()
func (*DeleteDutsResponse) String ¶
func (x *DeleteDutsResponse) String() string
type Dim ¶
type Dim struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 3
func (*Dim) Descriptor
deprecated
func (*Dim) ProtoMessage ¶
func (*Dim) ProtoMessage()
func (*Dim) ProtoReflect ¶
func (x *Dim) ProtoReflect() protoreflect.Message
type DownloadLogRequest ¶
type DownloadLogRequest struct {
// contains filtered or unexported fields
}
NEXT_TAG = 1
func (*DownloadLogRequest) Descriptor
deprecated
func (*DownloadLogRequest) Descriptor() ([]byte, []int)
Deprecated: Use DownloadLogRequest.ProtoReflect.Descriptor instead.
func (*DownloadLogRequest) ProtoMessage ¶
func (*DownloadLogRequest) ProtoMessage()
func (*DownloadLogRequest) ProtoReflect ¶
func (x *DownloadLogRequest) ProtoReflect() protoreflect.Message
func (*DownloadLogRequest) Reset ¶
func (x *DownloadLogRequest) Reset()
func (*DownloadLogRequest) String ¶
func (x *DownloadLogRequest) String() string
type DownloadLogResponse ¶
type DownloadLogResponse struct { FileChunk []byte `protobuf:"bytes,1,opt,name=file_chunk,json=fileChunk,proto3" json:"file_chunk,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 2
func (*DownloadLogResponse) Descriptor
deprecated
func (*DownloadLogResponse) Descriptor() ([]byte, []int)
Deprecated: Use DownloadLogResponse.ProtoReflect.Descriptor instead.
func (*DownloadLogResponse) GetFileChunk ¶
func (x *DownloadLogResponse) GetFileChunk() []byte
func (*DownloadLogResponse) ProtoMessage ¶
func (*DownloadLogResponse) ProtoMessage()
func (*DownloadLogResponse) ProtoReflect ¶
func (x *DownloadLogResponse) ProtoReflect() protoreflect.Message
func (*DownloadLogResponse) Reset ¶
func (x *DownloadLogResponse) Reset()
func (*DownloadLogResponse) String ¶
func (x *DownloadLogResponse) String() string
type Dut ¶
type Dut struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Hostname string `protobuf:"bytes,3,opt,name=hostname,proto3" json:"hostname,omitempty"` Board string `protobuf:"bytes,4,opt,name=board,proto3" json:"board,omitempty"` Model string `protobuf:"bytes,5,opt,name=model,proto3" json:"model,omitempty"` Pools []string `protobuf:"bytes,6,rep,name=pools,proto3" json:"pools,omitempty"` MacAddress string `protobuf:"bytes,7,opt,name=mac_address,json=macAddress,proto3" json:"mac_address,omitempty"` IsPingable bool `protobuf:"varint,8,opt,name=is_pingable,json=isPingable,proto3" json:"is_pingable,omitempty"` ServoSerial string `protobuf:"bytes,9,opt,name=servo_serial,json=servoSerial,proto3" json:"servo_serial,omitempty"` ServoType string `protobuf:"bytes,10,opt,name=servo_type,json=servoType,proto3" json:"servo_type,omitempty"` ServoPort int32 `protobuf:"varint,11,opt,name=servo_port,json=servoPort,proto3" json:"servo_port,omitempty"` State string `protobuf:"bytes,12,opt,name=state,proto3" json:"state,omitempty"` HasTestImage bool `protobuf:"varint,13,opt,name=has_test_image,json=hasTestImage,proto3" json:"has_test_image,omitempty"` BotInfo *BotInfo `protobuf:"bytes,14,opt,name=bot_info,json=botInfo,proto3" json:"bot_info,omitempty"` CcdStatus string `protobuf:"bytes,15,opt,name=ccd_status,json=ccdStatus,proto3" json:"ccd_status,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 16
func (*Dut) Descriptor
deprecated
func (*Dut) GetAddress ¶
func (*Dut) GetBotInfo ¶
func (*Dut) GetCcdStatus ¶
func (*Dut) GetHasTestImage ¶
func (*Dut) GetHostname ¶
func (*Dut) GetIsPingable ¶
func (*Dut) GetMacAddress ¶
func (*Dut) GetServoPort ¶
func (*Dut) GetServoSerial ¶
func (*Dut) GetServoType ¶
func (*Dut) ProtoMessage ¶
func (*Dut) ProtoMessage()
func (*Dut) ProtoReflect ¶
func (x *Dut) ProtoReflect() protoreflect.Message
type FirmwareUpdateCommandOutput ¶
type FirmwareUpdateCommandOutput struct { Ip string `protobuf:"bytes,1,opt,name=ip,proto3" json:"ip,omitempty"` CommandOutput string `protobuf:"bytes,2,opt,name=command_output,json=commandOutput,proto3" json:"command_output,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 3
func (*FirmwareUpdateCommandOutput) Descriptor
deprecated
func (*FirmwareUpdateCommandOutput) Descriptor() ([]byte, []int)
Deprecated: Use FirmwareUpdateCommandOutput.ProtoReflect.Descriptor instead.
func (*FirmwareUpdateCommandOutput) GetCommandOutput ¶
func (x *FirmwareUpdateCommandOutput) GetCommandOutput() string
func (*FirmwareUpdateCommandOutput) GetIp ¶
func (x *FirmwareUpdateCommandOutput) GetIp() string
func (*FirmwareUpdateCommandOutput) ProtoMessage ¶
func (*FirmwareUpdateCommandOutput) ProtoMessage()
func (*FirmwareUpdateCommandOutput) ProtoReflect ¶
func (x *FirmwareUpdateCommandOutput) ProtoReflect() protoreflect.Message
func (*FirmwareUpdateCommandOutput) Reset ¶
func (x *FirmwareUpdateCommandOutput) Reset()
func (*FirmwareUpdateCommandOutput) String ¶
func (x *FirmwareUpdateCommandOutput) String() string
type GetCloudConfigurationRequest ¶
type GetCloudConfigurationRequest struct {
// contains filtered or unexported fields
}
NEXT_TAG = 1
func (*GetCloudConfigurationRequest) Descriptor
deprecated
func (*GetCloudConfigurationRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCloudConfigurationRequest.ProtoReflect.Descriptor instead.
func (*GetCloudConfigurationRequest) ProtoMessage ¶
func (*GetCloudConfigurationRequest) ProtoMessage()
func (*GetCloudConfigurationRequest) ProtoReflect ¶
func (x *GetCloudConfigurationRequest) ProtoReflect() protoreflect.Message
func (*GetCloudConfigurationRequest) Reset ¶
func (x *GetCloudConfigurationRequest) Reset()
func (*GetCloudConfigurationRequest) String ¶
func (x *GetCloudConfigurationRequest) String() string
type GetCloudConfigurationResponse ¶
type GetCloudConfigurationResponse struct { BotoKeyId string `protobuf:"bytes,1,opt,name=boto_key_id,json=botoKeyId,proto3" json:"boto_key_id,omitempty"` GcsBucketUrl string `protobuf:"bytes,2,opt,name=gcs_bucket_url,json=gcsBucketUrl,proto3" json:"gcs_bucket_url,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 3
func (*GetCloudConfigurationResponse) Descriptor
deprecated
func (*GetCloudConfigurationResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCloudConfigurationResponse.ProtoReflect.Descriptor instead.
func (*GetCloudConfigurationResponse) GetBotoKeyId ¶
func (x *GetCloudConfigurationResponse) GetBotoKeyId() string
func (*GetCloudConfigurationResponse) GetGcsBucketUrl ¶
func (x *GetCloudConfigurationResponse) GetGcsBucketUrl() string
func (*GetCloudConfigurationResponse) ProtoMessage ¶
func (*GetCloudConfigurationResponse) ProtoMessage()
func (*GetCloudConfigurationResponse) ProtoReflect ¶
func (x *GetCloudConfigurationResponse) ProtoReflect() protoreflect.Message
func (*GetCloudConfigurationResponse) Reset ¶
func (x *GetCloudConfigurationResponse) Reset()
func (*GetCloudConfigurationResponse) String ¶
func (x *GetCloudConfigurationResponse) String() string
type GetDutDetailRequest ¶
type GetDutDetailRequest struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 2
func (*GetDutDetailRequest) Descriptor
deprecated
func (*GetDutDetailRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDutDetailRequest.ProtoReflect.Descriptor instead.
func (*GetDutDetailRequest) GetAddress ¶
func (x *GetDutDetailRequest) GetAddress() string
func (*GetDutDetailRequest) ProtoMessage ¶
func (*GetDutDetailRequest) ProtoMessage()
func (*GetDutDetailRequest) ProtoReflect ¶
func (x *GetDutDetailRequest) ProtoReflect() protoreflect.Message
func (*GetDutDetailRequest) Reset ¶
func (x *GetDutDetailRequest) Reset()
func (*GetDutDetailRequest) String ¶
func (x *GetDutDetailRequest) String() string
type GetDutDetailResponse ¶
type GetDutDetailResponse struct { BotId string `protobuf:"bytes,1,opt,name=bot_id,json=botId,proto3" json:"bot_id,omitempty"` TaskId string `protobuf:"bytes,2,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"` ExternalIp string `protobuf:"bytes,3,opt,name=external_ip,json=externalIp,proto3" json:"external_ip,omitempty"` AuthenticatedAs string `protobuf:"bytes,4,opt,name=authenticated_as,json=authenticatedAs,proto3" json:"authenticated_as,omitempty"` FirstSeenTs *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=first_seen_ts,json=firstSeenTs,proto3" json:"first_seen_ts,omitempty"` IsDead bool `protobuf:"varint,6,opt,name=is_dead,json=isDead,proto3" json:"is_dead,omitempty"` LastSeenTs *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=last_seen_ts,json=lastSeenTs,proto3" json:"last_seen_ts,omitempty"` Quarantined bool `protobuf:"varint,8,opt,name=quarantined,proto3" json:"quarantined,omitempty"` MaintenanceMsg string `protobuf:"bytes,9,opt,name=maintenance_msg,json=maintenanceMsg,proto3" json:"maintenance_msg,omitempty"` Dimensions []*StringListPair `protobuf:"bytes,10,rep,name=dimensions,proto3" json:"dimensions,omitempty"` TaskName string `protobuf:"bytes,11,opt,name=task_name,json=taskName,proto3" json:"task_name,omitempty"` Version string `protobuf:"bytes,12,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 13
func (*GetDutDetailResponse) Descriptor
deprecated
func (*GetDutDetailResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDutDetailResponse.ProtoReflect.Descriptor instead.
func (*GetDutDetailResponse) GetAuthenticatedAs ¶
func (x *GetDutDetailResponse) GetAuthenticatedAs() string
func (*GetDutDetailResponse) GetBotId ¶
func (x *GetDutDetailResponse) GetBotId() string
func (*GetDutDetailResponse) GetDimensions ¶
func (x *GetDutDetailResponse) GetDimensions() []*StringListPair
func (*GetDutDetailResponse) GetExternalIp ¶
func (x *GetDutDetailResponse) GetExternalIp() string
func (*GetDutDetailResponse) GetFirstSeenTs ¶
func (x *GetDutDetailResponse) GetFirstSeenTs() *timestamppb.Timestamp
func (*GetDutDetailResponse) GetIsDead ¶
func (x *GetDutDetailResponse) GetIsDead() bool
func (*GetDutDetailResponse) GetLastSeenTs ¶
func (x *GetDutDetailResponse) GetLastSeenTs() *timestamppb.Timestamp
func (*GetDutDetailResponse) GetMaintenanceMsg ¶
func (x *GetDutDetailResponse) GetMaintenanceMsg() string
func (*GetDutDetailResponse) GetQuarantined ¶
func (x *GetDutDetailResponse) GetQuarantined() bool
func (*GetDutDetailResponse) GetTaskId ¶
func (x *GetDutDetailResponse) GetTaskId() string
func (*GetDutDetailResponse) GetTaskName ¶
func (x *GetDutDetailResponse) GetTaskName() string
func (*GetDutDetailResponse) GetVersion ¶
func (x *GetDutDetailResponse) GetVersion() string
func (*GetDutDetailResponse) ProtoMessage ¶
func (*GetDutDetailResponse) ProtoMessage()
func (*GetDutDetailResponse) ProtoReflect ¶
func (x *GetDutDetailResponse) ProtoReflect() protoreflect.Message
func (*GetDutDetailResponse) Reset ¶
func (x *GetDutDetailResponse) Reset()
func (*GetDutDetailResponse) String ¶
func (x *GetDutDetailResponse) String() string
type GetNetworkInfoRequest ¶
type GetNetworkInfoRequest struct {
// contains filtered or unexported fields
}
NEXT_TAG = 1
func (*GetNetworkInfoRequest) Descriptor
deprecated
func (*GetNetworkInfoRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetNetworkInfoRequest.ProtoReflect.Descriptor instead.
func (*GetNetworkInfoRequest) ProtoMessage ¶
func (*GetNetworkInfoRequest) ProtoMessage()
func (*GetNetworkInfoRequest) ProtoReflect ¶
func (x *GetNetworkInfoRequest) ProtoReflect() protoreflect.Message
func (*GetNetworkInfoRequest) Reset ¶
func (x *GetNetworkInfoRequest) Reset()
func (*GetNetworkInfoRequest) String ¶
func (x *GetNetworkInfoRequest) String() string
type GetNetworkInfoResponse ¶
type GetNetworkInfoResponse struct { Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"` MacAddress string `protobuf:"bytes,2,opt,name=mac_address,json=macAddress,proto3" json:"mac_address,omitempty"` IsConnected bool `protobuf:"varint,3,opt,name=is_connected,json=isConnected,proto3" json:"is_connected,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 4
func (*GetNetworkInfoResponse) Descriptor
deprecated
func (*GetNetworkInfoResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetNetworkInfoResponse.ProtoReflect.Descriptor instead.
func (*GetNetworkInfoResponse) GetHostname ¶
func (x *GetNetworkInfoResponse) GetHostname() string
func (*GetNetworkInfoResponse) GetIsConnected ¶
func (x *GetNetworkInfoResponse) GetIsConnected() bool
func (*GetNetworkInfoResponse) GetMacAddress ¶
func (x *GetNetworkInfoResponse) GetMacAddress() string
func (*GetNetworkInfoResponse) ProtoMessage ¶
func (*GetNetworkInfoResponse) ProtoMessage()
func (*GetNetworkInfoResponse) ProtoReflect ¶
func (x *GetNetworkInfoResponse) ProtoReflect() protoreflect.Message
func (*GetNetworkInfoResponse) Reset ¶
func (x *GetNetworkInfoResponse) Reset()
func (*GetNetworkInfoResponse) String ¶
func (x *GetNetworkInfoResponse) String() string
type GetPeripheralInformationRequest ¶
type GetPeripheralInformationRequest struct { DutHostname string `protobuf:"bytes,1,opt,name=dut_hostname,json=dutHostname,proto3" json:"dut_hostname,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 2
func (*GetPeripheralInformationRequest) Descriptor
deprecated
func (*GetPeripheralInformationRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPeripheralInformationRequest.ProtoReflect.Descriptor instead.
func (*GetPeripheralInformationRequest) GetDutHostname ¶
func (x *GetPeripheralInformationRequest) GetDutHostname() string
func (*GetPeripheralInformationRequest) ProtoMessage ¶
func (*GetPeripheralInformationRequest) ProtoMessage()
func (*GetPeripheralInformationRequest) ProtoReflect ¶
func (x *GetPeripheralInformationRequest) ProtoReflect() protoreflect.Message
func (*GetPeripheralInformationRequest) Reset ¶
func (x *GetPeripheralInformationRequest) Reset()
func (*GetPeripheralInformationRequest) String ¶
func (x *GetPeripheralInformationRequest) String() string
type GetPeripheralInformationResponse ¶
type GetPeripheralInformationResponse struct { JsonInfo string `protobuf:"bytes,1,opt,name=json_info,json=jsonInfo,proto3" json:"json_info,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 2
func (*GetPeripheralInformationResponse) Descriptor
deprecated
func (*GetPeripheralInformationResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPeripheralInformationResponse.ProtoReflect.Descriptor instead.
func (*GetPeripheralInformationResponse) GetJsonInfo ¶
func (x *GetPeripheralInformationResponse) GetJsonInfo() string
func (*GetPeripheralInformationResponse) ProtoMessage ¶
func (*GetPeripheralInformationResponse) ProtoMessage()
func (*GetPeripheralInformationResponse) ProtoReflect ¶
func (x *GetPeripheralInformationResponse) ProtoReflect() protoreflect.Message
func (*GetPeripheralInformationResponse) Reset ¶
func (x *GetPeripheralInformationResponse) Reset()
func (*GetPeripheralInformationResponse) String ¶
func (x *GetPeripheralInformationResponse) String() string
type GetSystemInfoRequest ¶
type GetSystemInfoRequest struct {
// contains filtered or unexported fields
}
NEXT_TAG = 1
func (*GetSystemInfoRequest) Descriptor
deprecated
func (*GetSystemInfoRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetSystemInfoRequest.ProtoReflect.Descriptor instead.
func (*GetSystemInfoRequest) ProtoMessage ¶
func (*GetSystemInfoRequest) ProtoMessage()
func (*GetSystemInfoRequest) ProtoReflect ¶
func (x *GetSystemInfoRequest) ProtoReflect() protoreflect.Message
func (*GetSystemInfoRequest) Reset ¶
func (x *GetSystemInfoRequest) Reset()
func (*GetSystemInfoRequest) String ¶
func (x *GetSystemInfoRequest) String() string
type GetSystemInfoResponse ¶
type GetSystemInfoResponse struct { CpuTemperature float32 `protobuf:"fixed32,1,opt,name=cpu_temperature,json=cpuTemperature,proto3" json:"cpu_temperature,omitempty"` StartTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 3
func (*GetSystemInfoResponse) Descriptor
deprecated
func (*GetSystemInfoResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetSystemInfoResponse.ProtoReflect.Descriptor instead.
func (*GetSystemInfoResponse) GetCpuTemperature ¶
func (x *GetSystemInfoResponse) GetCpuTemperature() float32
func (*GetSystemInfoResponse) GetStartTime ¶
func (x *GetSystemInfoResponse) GetStartTime() *timestamppb.Timestamp
func (*GetSystemInfoResponse) ProtoMessage ¶
func (*GetSystemInfoResponse) ProtoMessage()
func (*GetSystemInfoResponse) ProtoReflect ¶
func (x *GetSystemInfoResponse) ProtoReflect() protoreflect.Message
func (*GetSystemInfoResponse) Reset ¶
func (x *GetSystemInfoResponse) Reset()
func (*GetSystemInfoResponse) String ¶
func (x *GetSystemInfoResponse) String() string
type GetTestPlanRequest ¶
type GetTestPlanRequest struct { // the name of test plan we want to fetch the content Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 2
func (*GetTestPlanRequest) Descriptor
deprecated
func (*GetTestPlanRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTestPlanRequest.ProtoReflect.Descriptor instead.
func (*GetTestPlanRequest) GetName ¶
func (x *GetTestPlanRequest) GetName() string
func (*GetTestPlanRequest) ProtoMessage ¶
func (*GetTestPlanRequest) ProtoMessage()
func (*GetTestPlanRequest) ProtoReflect ¶
func (x *GetTestPlanRequest) ProtoReflect() protoreflect.Message
func (*GetTestPlanRequest) Reset ¶
func (x *GetTestPlanRequest) Reset()
func (*GetTestPlanRequest) String ¶
func (x *GetTestPlanRequest) String() string
type GetTestPlanResponse ¶
type GetTestPlanResponse struct { // plan is the content of the test plan Plan *test_platform.Request_TestPlan `protobuf:"bytes,1,opt,name=plan,proto3" json:"plan,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 2
func (*GetTestPlanResponse) Descriptor
deprecated
func (*GetTestPlanResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTestPlanResponse.ProtoReflect.Descriptor instead.
func (*GetTestPlanResponse) GetPlan ¶
func (x *GetTestPlanResponse) GetPlan() *test_platform.Request_TestPlan
func (*GetTestPlanResponse) ProtoMessage ¶
func (*GetTestPlanResponse) ProtoMessage()
func (*GetTestPlanResponse) ProtoReflect ¶
func (x *GetTestPlanResponse) ProtoReflect() protoreflect.Message
func (*GetTestPlanResponse) Reset ¶
func (x *GetTestPlanResponse) Reset()
func (*GetTestPlanResponse) String ¶
func (x *GetTestPlanResponse) String() string
type GetVersionInfoRequest ¶
type GetVersionInfoRequest struct {
// contains filtered or unexported fields
}
NEXT_TAG = 2
func (*GetVersionInfoRequest) Descriptor
deprecated
func (*GetVersionInfoRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetVersionInfoRequest.ProtoReflect.Descriptor instead.
func (*GetVersionInfoRequest) ProtoMessage ¶
func (*GetVersionInfoRequest) ProtoMessage()
func (*GetVersionInfoRequest) ProtoReflect ¶
func (x *GetVersionInfoRequest) ProtoReflect() protoreflect.Message
func (*GetVersionInfoRequest) Reset ¶
func (x *GetVersionInfoRequest) Reset()
func (*GetVersionInfoRequest) String ¶
func (x *GetVersionInfoRequest) String() string
type GetVersionInfoResponse ¶
type GetVersionInfoResponse struct { Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` ChromeosVersion string `protobuf:"bytes,2,opt,name=chromeos_version,json=chromeosVersion,proto3" json:"chromeos_version,omitempty"` Track string `protobuf:"bytes,3,opt,name=track,proto3" json:"track,omitempty"` Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` HostId string `protobuf:"bytes,6,opt,name=host_id,json=hostId,proto3" json:"host_id,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 7
func (*GetVersionInfoResponse) Descriptor
deprecated
func (*GetVersionInfoResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetVersionInfoResponse.ProtoReflect.Descriptor instead.
func (*GetVersionInfoResponse) GetChromeosVersion ¶
func (x *GetVersionInfoResponse) GetChromeosVersion() string
func (*GetVersionInfoResponse) GetDescription ¶
func (x *GetVersionInfoResponse) GetDescription() string
func (*GetVersionInfoResponse) GetHostId ¶
func (x *GetVersionInfoResponse) GetHostId() string
func (*GetVersionInfoResponse) GetTrack ¶
func (x *GetVersionInfoResponse) GetTrack() string
func (*GetVersionInfoResponse) GetVersion ¶
func (x *GetVersionInfoResponse) GetVersion() string
func (*GetVersionInfoResponse) ProtoMessage ¶
func (*GetVersionInfoResponse) ProtoMessage()
func (*GetVersionInfoResponse) ProtoReflect ¶
func (x *GetVersionInfoResponse) ProtoReflect() protoreflect.Message
func (*GetVersionInfoResponse) Reset ¶
func (x *GetVersionInfoResponse) Reset()
func (*GetVersionInfoResponse) String ¶
func (x *GetVersionInfoResponse) String() string
type IsUpdateAvailableRequest ¶
type IsUpdateAvailableRequest struct {
// contains filtered or unexported fields
}
NEXT_TAG = 1
func (*IsUpdateAvailableRequest) Descriptor
deprecated
func (*IsUpdateAvailableRequest) Descriptor() ([]byte, []int)
Deprecated: Use IsUpdateAvailableRequest.ProtoReflect.Descriptor instead.
func (*IsUpdateAvailableRequest) ProtoMessage ¶
func (*IsUpdateAvailableRequest) ProtoMessage()
func (*IsUpdateAvailableRequest) ProtoReflect ¶
func (x *IsUpdateAvailableRequest) ProtoReflect() protoreflect.Message
func (*IsUpdateAvailableRequest) Reset ¶
func (x *IsUpdateAvailableRequest) Reset()
func (*IsUpdateAvailableRequest) String ¶
func (x *IsUpdateAvailableRequest) String() string
type IsUpdateAvailableResponse ¶
type IsUpdateAvailableResponse struct { IsUpdateAvailable bool `protobuf:"varint,1,opt,name=is_update_available,json=isUpdateAvailable,proto3" json:"is_update_available,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 2
func (*IsUpdateAvailableResponse) Descriptor
deprecated
func (*IsUpdateAvailableResponse) Descriptor() ([]byte, []int)
Deprecated: Use IsUpdateAvailableResponse.ProtoReflect.Descriptor instead.
func (*IsUpdateAvailableResponse) GetIsUpdateAvailable ¶
func (x *IsUpdateAvailableResponse) GetIsUpdateAvailable() bool
func (*IsUpdateAvailableResponse) ProtoMessage ¶
func (*IsUpdateAvailableResponse) ProtoMessage()
func (*IsUpdateAvailableResponse) ProtoReflect ¶
func (x *IsUpdateAvailableResponse) ProtoReflect() protoreflect.Message
func (*IsUpdateAvailableResponse) Reset ¶
func (x *IsUpdateAvailableResponse) Reset()
func (*IsUpdateAvailableResponse) String ¶
func (x *IsUpdateAvailableResponse) String() string
type Job ¶
type Job struct { JobId string `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` CreatedTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_time,json=createdTime,proto3" json:"created_time,omitempty"` StartTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` FinishedTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=finished_time,json=finishedTime,proto3" json:"finished_time,omitempty"` Status Job_JobStatus `protobuf:"varint,6,opt,name=status,proto3,enum=satlabrpcserver.Job_JobStatus" json:"status,omitempty"` ParentJobId string `protobuf:"bytes,7,opt,name=parent_job_id,json=parentJobId,proto3" json:"parent_job_id,omitempty"` Hostname string `protobuf:"bytes,8,opt,name=hostname,proto3" json:"hostname,omitempty"` LabelPool string `protobuf:"bytes,9,opt,name=label_pool,json=labelPool,proto3" json:"label_pool,omitempty"` SatlabId string `protobuf:"bytes,10,opt,name=satlab_id,json=satlabId,proto3" json:"satlab_id,omitempty"` TaskUrl string `protobuf:"bytes,11,opt,name=task_url,json=taskUrl,proto3" json:"task_url,omitempty"` ResultsUrl string `protobuf:"bytes,12,opt,name=results_url,json=resultsUrl,proto3" json:"results_url,omitempty"` ChildStatusCount *TasksStatusCount `protobuf:"bytes,13,opt,name=child_status_count,json=childStatusCount,proto3" json:"child_status_count,omitempty"` Board string `protobuf:"bytes,14,opt,name=board,proto3" json:"board,omitempty"` Model string `protobuf:"bytes,15,opt,name=model,proto3" json:"model,omitempty"` Build string `protobuf:"bytes,16,opt,name=build,proto3" json:"build,omitempty"` CpconUrl string `protobuf:"bytes,17,opt,name=cpcon_url,json=cpconUrl,proto3" json:"cpcon_url,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 18
func (*Job) Descriptor
deprecated
func (*Job) GetChildStatusCount ¶
func (x *Job) GetChildStatusCount() *TasksStatusCount
func (*Job) GetCpconUrl ¶
func (*Job) GetCreatedTime ¶
func (x *Job) GetCreatedTime() *timestamppb.Timestamp
func (*Job) GetFinishedTime ¶
func (x *Job) GetFinishedTime() *timestamppb.Timestamp
func (*Job) GetHostname ¶
func (*Job) GetLabelPool ¶
func (*Job) GetParentJobId ¶
func (*Job) GetResultsUrl ¶
func (*Job) GetSatlabId ¶
func (*Job) GetStartTime ¶
func (x *Job) GetStartTime() *timestamppb.Timestamp
func (*Job) GetStatus ¶
func (x *Job) GetStatus() Job_JobStatus
func (*Job) GetTaskUrl ¶
func (*Job) ProtoMessage ¶
func (*Job) ProtoMessage()
func (*Job) ProtoReflect ¶
func (x *Job) ProtoReflect() protoreflect.Message
type Job_JobStatus ¶
type Job_JobStatus int32
NEXT_TAG = 9
const ( Job_STATUS_NOT_SET Job_JobStatus = 0 Job_PENDING Job_JobStatus = 1 Job_RUNNING Job_JobStatus = 2 // Job ran and completed normally irrespective of swarming task exit code // This should be sure for CTP (suite/testplan) tasks, as these task // don't indicate actual test status. Job_COMPLETE Job_JobStatus = 3 // Job ran and completed nomarlly with swarming exit code = 0 Job_COMPLETE_SUCCESS Job_JobStatus = 4 // Job ran and completed nomarlly with swarming exit code != 0 Job_COMPLETE_FAILURE Job_JobStatus = 5 // Job ran longer than allowed time Job_TIMED_OUT Job_JobStatus = 6 // Job never ran due to lack of bot availablity Job_EXPIRED Job_JobStatus = 7 // Job manually canceled or killed or aborted Job_ABORTED Job_JobStatus = 8 )
func (Job_JobStatus) Descriptor ¶
func (Job_JobStatus) Descriptor() protoreflect.EnumDescriptor
func (Job_JobStatus) Enum ¶
func (x Job_JobStatus) Enum() *Job_JobStatus
func (Job_JobStatus) EnumDescriptor
deprecated
func (Job_JobStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use Job_JobStatus.Descriptor instead.
func (Job_JobStatus) Number ¶
func (x Job_JobStatus) Number() protoreflect.EnumNumber
func (Job_JobStatus) String ¶
func (x Job_JobStatus) String() string
func (Job_JobStatus) Type ¶
func (Job_JobStatus) Type() protoreflect.EnumType
type Job_JobType ¶
type Job_JobType int32
NEXT_TAG = 4
const ( Job_TYPE_NOT_SET Job_JobType = 0 Job_SUITE Job_JobType = 1 Job_TESTPLAN Job_JobType = 2 Job_TEST Job_JobType = 3 )
func (Job_JobType) Descriptor ¶
func (Job_JobType) Descriptor() protoreflect.EnumDescriptor
func (Job_JobType) Enum ¶
func (x Job_JobType) Enum() *Job_JobType
func (Job_JobType) EnumDescriptor
deprecated
func (Job_JobType) EnumDescriptor() ([]byte, []int)
Deprecated: Use Job_JobType.Descriptor instead.
func (Job_JobType) Number ¶
func (x Job_JobType) Number() protoreflect.EnumNumber
func (Job_JobType) String ¶
func (x Job_JobType) String() string
func (Job_JobType) Type ¶
func (Job_JobType) Type() protoreflect.EnumType
type ListAccessibleModelsRequest ¶
type ListAccessibleModelsRequest struct { Board string `protobuf:"bytes,1,opt,name=board,proto3" json:"board,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 2
func (*ListAccessibleModelsRequest) Descriptor
deprecated
func (*ListAccessibleModelsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListAccessibleModelsRequest.ProtoReflect.Descriptor instead.
func (*ListAccessibleModelsRequest) GetBoard ¶
func (x *ListAccessibleModelsRequest) GetBoard() string
func (*ListAccessibleModelsRequest) ProtoMessage ¶
func (*ListAccessibleModelsRequest) ProtoMessage()
func (*ListAccessibleModelsRequest) ProtoReflect ¶
func (x *ListAccessibleModelsRequest) ProtoReflect() protoreflect.Message
func (*ListAccessibleModelsRequest) Reset ¶
func (x *ListAccessibleModelsRequest) Reset()
func (*ListAccessibleModelsRequest) String ¶
func (x *ListAccessibleModelsRequest) String() string
type ListAccessibleModelsResponse ¶
type ListAccessibleModelsResponse struct { Models []*Model `protobuf:"bytes,1,rep,name=models,proto3" json:"models,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 2
func (*ListAccessibleModelsResponse) Descriptor
deprecated
func (*ListAccessibleModelsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListAccessibleModelsResponse.ProtoReflect.Descriptor instead.
func (*ListAccessibleModelsResponse) GetModels ¶
func (x *ListAccessibleModelsResponse) GetModels() []*Model
func (*ListAccessibleModelsResponse) ProtoMessage ¶
func (*ListAccessibleModelsResponse) ProtoMessage()
func (*ListAccessibleModelsResponse) ProtoReflect ¶
func (x *ListAccessibleModelsResponse) ProtoReflect() protoreflect.Message
func (*ListAccessibleModelsResponse) Reset ¶
func (x *ListAccessibleModelsResponse) Reset()
func (*ListAccessibleModelsResponse) String ¶
func (x *ListAccessibleModelsResponse) String() string
type ListBuildTargetsRequest ¶
type ListBuildTargetsRequest struct {
// contains filtered or unexported fields
}
func (*ListBuildTargetsRequest) Descriptor
deprecated
func (*ListBuildTargetsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListBuildTargetsRequest.ProtoReflect.Descriptor instead.
func (*ListBuildTargetsRequest) ProtoMessage ¶
func (*ListBuildTargetsRequest) ProtoMessage()
func (*ListBuildTargetsRequest) ProtoReflect ¶
func (x *ListBuildTargetsRequest) ProtoReflect() protoreflect.Message
func (*ListBuildTargetsRequest) Reset ¶
func (x *ListBuildTargetsRequest) Reset()
func (*ListBuildTargetsRequest) String ¶
func (x *ListBuildTargetsRequest) String() string
type ListBuildTargetsResponse ¶
type ListBuildTargetsResponse struct { BuildTargets []string `protobuf:"bytes,1,rep,name=build_targets,json=buildTargets,proto3" json:"build_targets,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 2
func (*ListBuildTargetsResponse) Descriptor
deprecated
func (*ListBuildTargetsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListBuildTargetsResponse.ProtoReflect.Descriptor instead.
func (*ListBuildTargetsResponse) GetBuildTargets ¶
func (x *ListBuildTargetsResponse) GetBuildTargets() []string
func (*ListBuildTargetsResponse) ProtoMessage ¶
func (*ListBuildTargetsResponse) ProtoMessage()
func (*ListBuildTargetsResponse) ProtoReflect ¶
func (x *ListBuildTargetsResponse) ProtoReflect() protoreflect.Message
func (*ListBuildTargetsResponse) Reset ¶
func (x *ListBuildTargetsResponse) Reset()
func (*ListBuildTargetsResponse) String ¶
func (x *ListBuildTargetsResponse) String() string
type ListBuildVersionsRequest ¶
type ListBuildVersionsRequest struct { Board string `protobuf:"bytes,1,opt,name=board,proto3" json:"board,omitempty"` Model string `protobuf:"bytes,2,opt,name=model,proto3" json:"model,omitempty"` Milestone int32 `protobuf:"varint,3,opt,name=milestone,proto3" json:"milestone,omitempty"` // The type that we want to filter from the google bucket // e.g. firmware, release FilterType string `protobuf:"bytes,4,opt,name=filter_type,json=filterType,proto3" json:"filter_type,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 5
func (*ListBuildVersionsRequest) Descriptor
deprecated
func (*ListBuildVersionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListBuildVersionsRequest.ProtoReflect.Descriptor instead.
func (*ListBuildVersionsRequest) GetBoard ¶
func (x *ListBuildVersionsRequest) GetBoard() string
func (*ListBuildVersionsRequest) GetFilterType ¶
func (x *ListBuildVersionsRequest) GetFilterType() string
func (*ListBuildVersionsRequest) GetMilestone ¶
func (x *ListBuildVersionsRequest) GetMilestone() int32
func (*ListBuildVersionsRequest) GetModel ¶
func (x *ListBuildVersionsRequest) GetModel() string
func (*ListBuildVersionsRequest) ProtoMessage ¶
func (*ListBuildVersionsRequest) ProtoMessage()
func (*ListBuildVersionsRequest) ProtoReflect ¶
func (x *ListBuildVersionsRequest) ProtoReflect() protoreflect.Message
func (*ListBuildVersionsRequest) Reset ¶
func (x *ListBuildVersionsRequest) Reset()
func (*ListBuildVersionsRequest) String ¶
func (x *ListBuildVersionsRequest) String() string
type ListBuildVersionsResponse ¶
type ListBuildVersionsResponse struct { BuildVersions []*BuildItem `protobuf:"bytes,1,rep,name=build_versions,json=buildVersions,proto3" json:"build_versions,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 2
func (*ListBuildVersionsResponse) Descriptor
deprecated
func (*ListBuildVersionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListBuildVersionsResponse.ProtoReflect.Descriptor instead.
func (*ListBuildVersionsResponse) GetBuildVersions ¶
func (x *ListBuildVersionsResponse) GetBuildVersions() []*BuildItem
func (*ListBuildVersionsResponse) ProtoMessage ¶
func (*ListBuildVersionsResponse) ProtoMessage()
func (*ListBuildVersionsResponse) ProtoReflect ¶
func (x *ListBuildVersionsResponse) ProtoReflect() protoreflect.Message
func (*ListBuildVersionsResponse) Reset ¶
func (x *ListBuildVersionsResponse) Reset()
func (*ListBuildVersionsResponse) String ¶
func (x *ListBuildVersionsResponse) String() string
type ListConnectedDutsFirmwareRequest ¶
type ListConnectedDutsFirmwareRequest struct {
// contains filtered or unexported fields
}
NEXT_TAG = 1
func (*ListConnectedDutsFirmwareRequest) Descriptor
deprecated
func (*ListConnectedDutsFirmwareRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListConnectedDutsFirmwareRequest.ProtoReflect.Descriptor instead.
func (*ListConnectedDutsFirmwareRequest) ProtoMessage ¶
func (*ListConnectedDutsFirmwareRequest) ProtoMessage()
func (*ListConnectedDutsFirmwareRequest) ProtoReflect ¶
func (x *ListConnectedDutsFirmwareRequest) ProtoReflect() protoreflect.Message
func (*ListConnectedDutsFirmwareRequest) Reset ¶
func (x *ListConnectedDutsFirmwareRequest) Reset()
func (*ListConnectedDutsFirmwareRequest) String ¶
func (x *ListConnectedDutsFirmwareRequest) String() string
type ListConnectedDutsFirmwareResponse ¶
type ListConnectedDutsFirmwareResponse struct { Duts []*ConnectedDutFirmwareInfo `protobuf:"bytes,1,rep,name=duts,proto3" json:"duts,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 2
func (*ListConnectedDutsFirmwareResponse) Descriptor
deprecated
func (*ListConnectedDutsFirmwareResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListConnectedDutsFirmwareResponse.ProtoReflect.Descriptor instead.
func (*ListConnectedDutsFirmwareResponse) GetDuts ¶
func (x *ListConnectedDutsFirmwareResponse) GetDuts() []*ConnectedDutFirmwareInfo
func (*ListConnectedDutsFirmwareResponse) ProtoMessage ¶
func (*ListConnectedDutsFirmwareResponse) ProtoMessage()
func (*ListConnectedDutsFirmwareResponse) ProtoReflect ¶
func (x *ListConnectedDutsFirmwareResponse) ProtoReflect() protoreflect.Message
func (*ListConnectedDutsFirmwareResponse) Reset ¶
func (x *ListConnectedDutsFirmwareResponse) Reset()
func (*ListConnectedDutsFirmwareResponse) String ¶
func (x *ListConnectedDutsFirmwareResponse) String() string
type ListDutEventsRequest ¶
type ListDutEventsRequest struct { // the IP address of DUT Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` // A page token, received from the previous `ListDUTEvents` call. // Provide this, to retrieve the subsequent page. PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // The maximum number of events to return // if unspecified, at most 30 events will be returned PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 4
func (*ListDutEventsRequest) Descriptor
deprecated
func (*ListDutEventsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListDutEventsRequest.ProtoReflect.Descriptor instead.
func (*ListDutEventsRequest) GetAddress ¶
func (x *ListDutEventsRequest) GetAddress() string
func (*ListDutEventsRequest) GetPageSize ¶
func (x *ListDutEventsRequest) GetPageSize() int32
func (*ListDutEventsRequest) GetPageToken ¶
func (x *ListDutEventsRequest) GetPageToken() string
func (*ListDutEventsRequest) ProtoMessage ¶
func (*ListDutEventsRequest) ProtoMessage()
func (*ListDutEventsRequest) ProtoReflect ¶
func (x *ListDutEventsRequest) ProtoReflect() protoreflect.Message
func (*ListDutEventsRequest) Reset ¶
func (x *ListDutEventsRequest) Reset()
func (*ListDutEventsRequest) String ¶
func (x *ListDutEventsRequest) String() string
type ListDutEventsResponse ¶
type ListDutEventsResponse struct { // A page token, the next token for retrieving the subsequent page. // if it is empty, means it is at the end, no more plans // that we can read from the bucket NextPageToken string `protobuf:"bytes,1,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` Events []*BotEvent `protobuf:"bytes,2,rep,name=events,proto3" json:"events,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 3
func (*ListDutEventsResponse) Descriptor
deprecated
func (*ListDutEventsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListDutEventsResponse.ProtoReflect.Descriptor instead.
func (*ListDutEventsResponse) GetEvents ¶
func (x *ListDutEventsResponse) GetEvents() []*BotEvent
func (*ListDutEventsResponse) GetNextPageToken ¶
func (x *ListDutEventsResponse) GetNextPageToken() string
func (*ListDutEventsResponse) ProtoMessage ¶
func (*ListDutEventsResponse) ProtoMessage()
func (*ListDutEventsResponse) ProtoReflect ¶
func (x *ListDutEventsResponse) ProtoReflect() protoreflect.Message
func (*ListDutEventsResponse) Reset ¶
func (x *ListDutEventsResponse) Reset()
func (*ListDutEventsResponse) String ¶
func (x *ListDutEventsResponse) String() string
type ListDutTasksRequest ¶
type ListDutTasksRequest struct { // the IP address of DUT Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` // A page token, received from the previous `ListDUTEvents` call. // Provide this, to retrieve the subsequent page. PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // The maximum number of events to return // if unspecified, at most 30 events will be returned PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 4
func (*ListDutTasksRequest) Descriptor
deprecated
func (*ListDutTasksRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListDutTasksRequest.ProtoReflect.Descriptor instead.
func (*ListDutTasksRequest) GetAddress ¶
func (x *ListDutTasksRequest) GetAddress() string
func (*ListDutTasksRequest) GetPageSize ¶
func (x *ListDutTasksRequest) GetPageSize() int32
func (*ListDutTasksRequest) GetPageToken ¶
func (x *ListDutTasksRequest) GetPageToken() string
func (*ListDutTasksRequest) ProtoMessage ¶
func (*ListDutTasksRequest) ProtoMessage()
func (*ListDutTasksRequest) ProtoReflect ¶
func (x *ListDutTasksRequest) ProtoReflect() protoreflect.Message
func (*ListDutTasksRequest) Reset ¶
func (x *ListDutTasksRequest) Reset()
func (*ListDutTasksRequest) String ¶
func (x *ListDutTasksRequest) String() string
type ListDutTasksResponse ¶
type ListDutTasksResponse struct { // A page token, the next token for retrieving the subsequent page. // if it is empty, means it is at the end, no more plans // that we can read from the bucket NextPageToken string `protobuf:"bytes,1,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` Tasks []*Task `protobuf:"bytes,2,rep,name=tasks,proto3" json:"tasks,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 4
func (*ListDutTasksResponse) Descriptor
deprecated
func (*ListDutTasksResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListDutTasksResponse.ProtoReflect.Descriptor instead.
func (*ListDutTasksResponse) GetNextPageToken ¶
func (x *ListDutTasksResponse) GetNextPageToken() string
func (*ListDutTasksResponse) GetTasks ¶
func (x *ListDutTasksResponse) GetTasks() []*Task
func (*ListDutTasksResponse) ProtoMessage ¶
func (*ListDutTasksResponse) ProtoMessage()
func (*ListDutTasksResponse) ProtoReflect ¶
func (x *ListDutTasksResponse) ProtoReflect() protoreflect.Message
func (*ListDutTasksResponse) Reset ¶
func (x *ListDutTasksResponse) Reset()
func (*ListDutTasksResponse) String ¶
func (x *ListDutTasksResponse) String() string
type ListDutsRequest ¶
type ListDutsRequest struct {
// contains filtered or unexported fields
}
NEXT_TAG = 1
func (*ListDutsRequest) Descriptor
deprecated
func (*ListDutsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListDutsRequest.ProtoReflect.Descriptor instead.
func (*ListDutsRequest) ProtoMessage ¶
func (*ListDutsRequest) ProtoMessage()
func (*ListDutsRequest) ProtoReflect ¶
func (x *ListDutsRequest) ProtoReflect() protoreflect.Message
func (*ListDutsRequest) Reset ¶
func (x *ListDutsRequest) Reset()
func (*ListDutsRequest) String ¶
func (x *ListDutsRequest) String() string
type ListDutsResponse ¶
type ListDutsResponse struct { Duts []*Dut `protobuf:"bytes,1,rep,name=duts,proto3" json:"duts,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 2
func (*ListDutsResponse) Descriptor
deprecated
func (*ListDutsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListDutsResponse.ProtoReflect.Descriptor instead.
func (*ListDutsResponse) GetDuts ¶
func (x *ListDutsResponse) GetDuts() []*Dut
func (*ListDutsResponse) ProtoMessage ¶
func (*ListDutsResponse) ProtoMessage()
func (*ListDutsResponse) ProtoReflect ¶
func (x *ListDutsResponse) ProtoReflect() protoreflect.Message
func (*ListDutsResponse) Reset ¶
func (x *ListDutsResponse) Reset()
func (*ListDutsResponse) String ¶
func (x *ListDutsResponse) String() string
type ListEnrolledDutsRequest ¶
type ListEnrolledDutsRequest struct {
// contains filtered or unexported fields
}
NEXT_TAG = 1
func (*ListEnrolledDutsRequest) Descriptor
deprecated
func (*ListEnrolledDutsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListEnrolledDutsRequest.ProtoReflect.Descriptor instead.
func (*ListEnrolledDutsRequest) ProtoMessage ¶
func (*ListEnrolledDutsRequest) ProtoMessage()
func (*ListEnrolledDutsRequest) ProtoReflect ¶
func (x *ListEnrolledDutsRequest) ProtoReflect() protoreflect.Message
func (*ListEnrolledDutsRequest) Reset ¶
func (x *ListEnrolledDutsRequest) Reset()
func (*ListEnrolledDutsRequest) String ¶
func (x *ListEnrolledDutsRequest) String() string
type ListEnrolledDutsResponse ¶
type ListEnrolledDutsResponse struct { Duts []*Dut `protobuf:"bytes,1,rep,name=duts,proto3" json:"duts,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 2
func (*ListEnrolledDutsResponse) Descriptor
deprecated
func (*ListEnrolledDutsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListEnrolledDutsResponse.ProtoReflect.Descriptor instead.
func (*ListEnrolledDutsResponse) GetDuts ¶
func (x *ListEnrolledDutsResponse) GetDuts() []*Dut
func (*ListEnrolledDutsResponse) ProtoMessage ¶
func (*ListEnrolledDutsResponse) ProtoMessage()
func (*ListEnrolledDutsResponse) ProtoReflect ¶
func (x *ListEnrolledDutsResponse) ProtoReflect() protoreflect.Message
func (*ListEnrolledDutsResponse) Reset ¶
func (x *ListEnrolledDutsResponse) Reset()
func (*ListEnrolledDutsResponse) String ¶
func (x *ListEnrolledDutsResponse) String() string
type ListJobsRequest ¶
type ListJobsRequest struct { CreatedTimeGt *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=created_time_gt,json=createdTimeGt,proto3" json:"created_time_gt,omitempty"` CreatedTimeLt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created_time_lt,json=createdTimeLt,proto3" json:"created_time_lt,omitempty"` // Job type is one of test/testplan/suite. JobType Job_JobType `protobuf:"varint,3,opt,name=job_type,json=jobType,proto3,enum=satlabrpcserver.Job_JobType" json:"job_type,omitempty"` // This are different filters that we want to query jobs // eg: label-pool:abc or satlab-id:xyz etc Tags []*Tag `protobuf:"bytes,4,rep,name=tags,proto3" json:"tags,omitempty"` SortBy SortBy `protobuf:"varint,5,opt,name=sort_by,json=sortBy,proto3,enum=satlabrpcserver.SortBy" json:"sort_by,omitempty"` QueryStatus StateQuery `` /* 127-byte string literal not displayed */ PageToken string `protobuf:"bytes,7,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // No. of records, max 1000 Limit int64 `protobuf:"varint,8,opt,name=limit,proto3" json:"limit,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 9
func (*ListJobsRequest) Descriptor
deprecated
func (*ListJobsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListJobsRequest.ProtoReflect.Descriptor instead.
func (*ListJobsRequest) GetCreatedTimeGt ¶
func (x *ListJobsRequest) GetCreatedTimeGt() *timestamppb.Timestamp
func (*ListJobsRequest) GetCreatedTimeLt ¶
func (x *ListJobsRequest) GetCreatedTimeLt() *timestamppb.Timestamp
func (*ListJobsRequest) GetJobType ¶
func (x *ListJobsRequest) GetJobType() Job_JobType
func (*ListJobsRequest) GetLimit ¶
func (x *ListJobsRequest) GetLimit() int64
func (*ListJobsRequest) GetPageToken ¶
func (x *ListJobsRequest) GetPageToken() string
func (*ListJobsRequest) GetQueryStatus ¶
func (x *ListJobsRequest) GetQueryStatus() StateQuery
func (*ListJobsRequest) GetSortBy ¶
func (x *ListJobsRequest) GetSortBy() SortBy
func (*ListJobsRequest) GetTags ¶
func (x *ListJobsRequest) GetTags() []*Tag
func (*ListJobsRequest) ProtoMessage ¶
func (*ListJobsRequest) ProtoMessage()
func (*ListJobsRequest) ProtoReflect ¶
func (x *ListJobsRequest) ProtoReflect() protoreflect.Message
func (*ListJobsRequest) Reset ¶
func (x *ListJobsRequest) Reset()
func (*ListJobsRequest) String ¶
func (x *ListJobsRequest) String() string
type ListJobsResponse ¶
type ListJobsResponse struct { // A page token, the next token for retrieving the subsequent page. // if it is empty, means it is at the end, no more plans // that we can read from the bucket NextPageToken string `protobuf:"bytes,1,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` Jobs []*Job `protobuf:"bytes,2,rep,name=jobs,proto3" json:"jobs,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 3
func (*ListJobsResponse) Descriptor
deprecated
func (*ListJobsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListJobsResponse.ProtoReflect.Descriptor instead.
func (*ListJobsResponse) GetJobs ¶
func (x *ListJobsResponse) GetJobs() []*Job
func (*ListJobsResponse) GetNextPageToken ¶
func (x *ListJobsResponse) GetNextPageToken() string
func (*ListJobsResponse) ProtoMessage ¶
func (*ListJobsResponse) ProtoMessage()
func (*ListJobsResponse) ProtoReflect ¶
func (x *ListJobsResponse) ProtoReflect() protoreflect.Message
func (*ListJobsResponse) Reset ¶
func (x *ListJobsResponse) Reset()
func (*ListJobsResponse) String ¶
func (x *ListJobsResponse) String() string
type ListMilestonesRequest ¶
type ListMilestonesRequest struct { Board string `protobuf:"bytes,1,opt,name=board,proto3" json:"board,omitempty"` Model string `protobuf:"bytes,2,opt,name=model,proto3" json:"model,omitempty"` // The type that we want to filter from the google bucket // e.g. firmware, release FilterType string `protobuf:"bytes,3,opt,name=filter_type,json=filterType,proto3" json:"filter_type,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 4
func (*ListMilestonesRequest) Descriptor
deprecated
func (*ListMilestonesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListMilestonesRequest.ProtoReflect.Descriptor instead.
func (*ListMilestonesRequest) GetBoard ¶
func (x *ListMilestonesRequest) GetBoard() string
func (*ListMilestonesRequest) GetFilterType ¶
func (x *ListMilestonesRequest) GetFilterType() string
func (*ListMilestonesRequest) GetModel ¶
func (x *ListMilestonesRequest) GetModel() string
func (*ListMilestonesRequest) ProtoMessage ¶
func (*ListMilestonesRequest) ProtoMessage()
func (*ListMilestonesRequest) ProtoReflect ¶
func (x *ListMilestonesRequest) ProtoReflect() protoreflect.Message
func (*ListMilestonesRequest) Reset ¶
func (x *ListMilestonesRequest) Reset()
func (*ListMilestonesRequest) String ¶
func (x *ListMilestonesRequest) String() string
type ListMilestonesResponse ¶
type ListMilestonesResponse struct { Milestones []*BuildItem `protobuf:"bytes,1,rep,name=milestones,proto3" json:"milestones,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 3
func (*ListMilestonesResponse) Descriptor
deprecated
func (*ListMilestonesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListMilestonesResponse.ProtoReflect.Descriptor instead.
func (*ListMilestonesResponse) GetMilestones ¶
func (x *ListMilestonesResponse) GetMilestones() []*BuildItem
func (*ListMilestonesResponse) ProtoMessage ¶
func (*ListMilestonesResponse) ProtoMessage()
func (*ListMilestonesResponse) ProtoReflect ¶
func (x *ListMilestonesResponse) ProtoReflect() protoreflect.Message
func (*ListMilestonesResponse) Reset ¶
func (x *ListMilestonesResponse) Reset()
func (*ListMilestonesResponse) String ¶
func (x *ListMilestonesResponse) String() string
type ListTestPlansRequest ¶
type ListTestPlansRequest struct {
// contains filtered or unexported fields
}
NEXT_TAG = 1
func (*ListTestPlansRequest) Descriptor
deprecated
func (*ListTestPlansRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListTestPlansRequest.ProtoReflect.Descriptor instead.
func (*ListTestPlansRequest) ProtoMessage ¶
func (*ListTestPlansRequest) ProtoMessage()
func (*ListTestPlansRequest) ProtoReflect ¶
func (x *ListTestPlansRequest) ProtoReflect() protoreflect.Message
func (*ListTestPlansRequest) Reset ¶
func (x *ListTestPlansRequest) Reset()
func (*ListTestPlansRequest) String ¶
func (x *ListTestPlansRequest) String() string
type ListTestPlansResponse ¶
type ListTestPlansResponse struct { // the name of test plan Names []string `protobuf:"bytes,1,rep,name=names,proto3" json:"names,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 2
func (*ListTestPlansResponse) Descriptor
deprecated
func (*ListTestPlansResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListTestPlansResponse.ProtoReflect.Descriptor instead.
func (*ListTestPlansResponse) GetNames ¶
func (x *ListTestPlansResponse) GetNames() []string
func (*ListTestPlansResponse) ProtoMessage ¶
func (*ListTestPlansResponse) ProtoMessage()
func (*ListTestPlansResponse) ProtoReflect ¶
func (x *ListTestPlansResponse) ProtoReflect() protoreflect.Message
func (*ListTestPlansResponse) Reset ¶
func (x *ListTestPlansResponse) Reset()
func (*ListTestPlansResponse) String ¶
func (x *ListTestPlansResponse) String() string
type Model ¶
type Model struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Boards []string `protobuf:"bytes,2,rep,name=boards,proto3" json:"boards,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 3
func (*Model) Descriptor
deprecated
func (*Model) ProtoMessage ¶
func (*Model) ProtoMessage()
func (*Model) ProtoReflect ¶
func (x *Model) ProtoReflect() protoreflect.Message
type OpenCCDReply ¶
type OpenCCDReply struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 2
func (*OpenCCDReply) Descriptor
deprecated
func (*OpenCCDReply) Descriptor() ([]byte, []int)
Deprecated: Use OpenCCDReply.ProtoReflect.Descriptor instead.
func (*OpenCCDReply) GetMessage ¶
func (x *OpenCCDReply) GetMessage() string
func (*OpenCCDReply) ProtoMessage ¶
func (*OpenCCDReply) ProtoMessage()
func (*OpenCCDReply) ProtoReflect ¶
func (x *OpenCCDReply) ProtoReflect() protoreflect.Message
func (*OpenCCDReply) Reset ¶
func (x *OpenCCDReply) Reset()
func (*OpenCCDReply) String ¶
func (x *OpenCCDReply) String() string
type OpenCCDRequest ¶
type OpenCCDRequest struct { ServoSerial string `protobuf:"bytes,1,opt,name=servo_serial,json=servoSerial,proto3" json:"servo_serial,omitempty"` RmaAuth bool `protobuf:"varint,2,opt,name=rma_auth,json=rmaAuth,proto3" json:"rma_auth,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 3
func (*OpenCCDRequest) Descriptor
deprecated
func (*OpenCCDRequest) Descriptor() ([]byte, []int)
Deprecated: Use OpenCCDRequest.ProtoReflect.Descriptor instead.
func (*OpenCCDRequest) GetRmaAuth ¶
func (x *OpenCCDRequest) GetRmaAuth() bool
func (*OpenCCDRequest) GetServoSerial ¶
func (x *OpenCCDRequest) GetServoSerial() string
func (*OpenCCDRequest) ProtoMessage ¶
func (*OpenCCDRequest) ProtoMessage()
func (*OpenCCDRequest) ProtoReflect ¶
func (x *OpenCCDRequest) ProtoReflect() protoreflect.Message
func (*OpenCCDRequest) Reset ¶
func (x *OpenCCDRequest) Reset()
func (*OpenCCDRequest) String ¶
func (x *OpenCCDRequest) String() string
type RebootRequest ¶
type RebootRequest struct {
// contains filtered or unexported fields
}
NEXT_TAG = 1
func (*RebootRequest) Descriptor
deprecated
func (*RebootRequest) Descriptor() ([]byte, []int)
Deprecated: Use RebootRequest.ProtoReflect.Descriptor instead.
func (*RebootRequest) ProtoMessage ¶
func (*RebootRequest) ProtoMessage()
func (*RebootRequest) ProtoReflect ¶
func (x *RebootRequest) ProtoReflect() protoreflect.Message
func (*RebootRequest) Reset ¶
func (x *RebootRequest) Reset()
func (*RebootRequest) String ¶
func (x *RebootRequest) String() string
type RebootResponse ¶
type RebootResponse struct {
// contains filtered or unexported fields
}
NEXT_TAG = 1
func (*RebootResponse) Descriptor
deprecated
func (*RebootResponse) Descriptor() ([]byte, []int)
Deprecated: Use RebootResponse.ProtoReflect.Descriptor instead.
func (*RebootResponse) ProtoMessage ¶
func (*RebootResponse) ProtoMessage()
func (*RebootResponse) ProtoReflect ¶
func (x *RebootResponse) ProtoReflect() protoreflect.Message
func (*RebootResponse) Reset ¶
func (x *RebootResponse) Reset()
func (*RebootResponse) String ¶
func (x *RebootResponse) String() string
type RepairDutsRequest ¶
type RepairDutsRequest struct { // The DUTs' hostnames that a user wants to repair. Hostnames []string `protobuf:"bytes,1,rep,name=hostnames,proto3" json:"hostnames,omitempty"` // a flag that control we want to deep repair. Deep bool `protobuf:"varint,2,opt,name=deep,proto3" json:"deep,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 3
func (*RepairDutsRequest) Descriptor
deprecated
func (*RepairDutsRequest) Descriptor() ([]byte, []int)
Deprecated: Use RepairDutsRequest.ProtoReflect.Descriptor instead.
func (*RepairDutsRequest) GetDeep ¶
func (x *RepairDutsRequest) GetDeep() bool
func (*RepairDutsRequest) GetHostnames ¶
func (x *RepairDutsRequest) GetHostnames() []string
func (*RepairDutsRequest) ProtoMessage ¶
func (*RepairDutsRequest) ProtoMessage()
func (*RepairDutsRequest) ProtoReflect ¶
func (x *RepairDutsRequest) ProtoReflect() protoreflect.Message
func (*RepairDutsRequest) Reset ¶
func (x *RepairDutsRequest) Reset()
func (*RepairDutsRequest) String ¶
func (x *RepairDutsRequest) String() string
type RepairDutsResponse ¶
type RepairDutsResponse struct { Result []*RepairDutsResponse_RepairResult `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 2
func (*RepairDutsResponse) Descriptor
deprecated
func (*RepairDutsResponse) Descriptor() ([]byte, []int)
Deprecated: Use RepairDutsResponse.ProtoReflect.Descriptor instead.
func (*RepairDutsResponse) GetResult ¶
func (x *RepairDutsResponse) GetResult() []*RepairDutsResponse_RepairResult
func (*RepairDutsResponse) ProtoMessage ¶
func (*RepairDutsResponse) ProtoMessage()
func (*RepairDutsResponse) ProtoReflect ¶
func (x *RepairDutsResponse) ProtoReflect() protoreflect.Message
func (*RepairDutsResponse) Reset ¶
func (x *RepairDutsResponse) Reset()
func (*RepairDutsResponse) String ¶
func (x *RepairDutsResponse) String() string
type RepairDutsResponse_RepairResult ¶
type RepairDutsResponse_RepairResult struct { // The hostname that has been triggered the repair task. Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"` BuildLink string `protobuf:"bytes,2,opt,name=build_link,json=buildLink,proto3" json:"build_link,omitempty"` TaskLink string `protobuf:"bytes,3,opt,name=task_link,json=taskLink,proto3" json:"task_link,omitempty"` IsSuccess bool `protobuf:"varint,4,opt,name=is_success,json=isSuccess,proto3" json:"is_success,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 5
func (*RepairDutsResponse_RepairResult) Descriptor
deprecated
func (*RepairDutsResponse_RepairResult) Descriptor() ([]byte, []int)
Deprecated: Use RepairDutsResponse_RepairResult.ProtoReflect.Descriptor instead.
func (*RepairDutsResponse_RepairResult) GetBuildLink ¶
func (x *RepairDutsResponse_RepairResult) GetBuildLink() string
func (*RepairDutsResponse_RepairResult) GetHostname ¶
func (x *RepairDutsResponse_RepairResult) GetHostname() string
func (*RepairDutsResponse_RepairResult) GetIsSuccess ¶
func (x *RepairDutsResponse_RepairResult) GetIsSuccess() bool
func (*RepairDutsResponse_RepairResult) GetTaskLink ¶
func (x *RepairDutsResponse_RepairResult) GetTaskLink() string
func (*RepairDutsResponse_RepairResult) ProtoMessage ¶
func (*RepairDutsResponse_RepairResult) ProtoMessage()
func (*RepairDutsResponse_RepairResult) ProtoReflect ¶
func (x *RepairDutsResponse_RepairResult) ProtoReflect() protoreflect.Message
func (*RepairDutsResponse_RepairResult) Reset ¶
func (x *RepairDutsResponse_RepairResult) Reset()
func (*RepairDutsResponse_RepairResult) String ¶
func (x *RepairDutsResponse_RepairResult) String() string
type RunLabQualRequest ¶
type RunLabQualRequest struct { Board string `protobuf:"bytes,1,opt,name=board,proto3" json:"board,omitempty"` Milestone string `protobuf:"bytes,2,opt,name=milestone,proto3" json:"milestone,omitempty"` Build string `protobuf:"bytes,3,opt,name=build,proto3" json:"build,omitempty"` Model string `protobuf:"bytes,4,opt,name=model,proto3" json:"model,omitempty"` Pool string `protobuf:"bytes,5,opt,name=pool,proto3" json:"pool,omitempty"` // We use `repeated Dim` (not `map<string, string>`) in here // because the generated files in Typescript do not // have a setter function. Dims []*Dim `protobuf:"bytes,6,rep,name=dims,proto3" json:"dims,omitempty"` FirmwarePath string `protobuf:"bytes,7,opt,name=firmware_path,json=firmwarePath,proto3" json:"firmware_path,omitempty"` Settings *AdvancedSettings `protobuf:"bytes,8,opt,name=settings,proto3" json:"settings,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 9
func (*RunLabQualRequest) Descriptor
deprecated
func (*RunLabQualRequest) Descriptor() ([]byte, []int)
Deprecated: Use RunLabQualRequest.ProtoReflect.Descriptor instead.
func (*RunLabQualRequest) GetBoard ¶
func (x *RunLabQualRequest) GetBoard() string
func (*RunLabQualRequest) GetBuild ¶
func (x *RunLabQualRequest) GetBuild() string
func (*RunLabQualRequest) GetDims ¶
func (x *RunLabQualRequest) GetDims() []*Dim
func (*RunLabQualRequest) GetFirmwarePath ¶
func (x *RunLabQualRequest) GetFirmwarePath() string
func (*RunLabQualRequest) GetMilestone ¶
func (x *RunLabQualRequest) GetMilestone() string
func (*RunLabQualRequest) GetModel ¶
func (x *RunLabQualRequest) GetModel() string
func (*RunLabQualRequest) GetPool ¶
func (x *RunLabQualRequest) GetPool() string
func (*RunLabQualRequest) GetSettings ¶
func (x *RunLabQualRequest) GetSettings() *AdvancedSettings
func (*RunLabQualRequest) ProtoMessage ¶
func (*RunLabQualRequest) ProtoMessage()
func (*RunLabQualRequest) ProtoReflect ¶
func (x *RunLabQualRequest) ProtoReflect() protoreflect.Message
func (*RunLabQualRequest) Reset ¶
func (x *RunLabQualRequest) Reset()
func (*RunLabQualRequest) String ¶
func (x *RunLabQualRequest) String() string
type RunLabQualResponse ¶
type RunLabQualResponse struct { BuildLink string `protobuf:"bytes,1,opt,name=build_link,json=buildLink,proto3" json:"build_link,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 2
func (*RunLabQualResponse) Descriptor
deprecated
func (*RunLabQualResponse) Descriptor() ([]byte, []int)
Deprecated: Use RunLabQualResponse.ProtoReflect.Descriptor instead.
func (*RunLabQualResponse) GetBuildLink ¶
func (x *RunLabQualResponse) GetBuildLink() string
func (*RunLabQualResponse) ProtoMessage ¶
func (*RunLabQualResponse) ProtoMessage()
func (*RunLabQualResponse) ProtoReflect ¶
func (x *RunLabQualResponse) ProtoReflect() protoreflect.Message
func (*RunLabQualResponse) Reset ¶
func (x *RunLabQualResponse) Reset()
func (*RunLabQualResponse) String ¶
func (x *RunLabQualResponse) String() string
type RunQualificationRequest ¶
type RunQualificationRequest struct { // Identifies the qualification QualificationId string `protobuf:"bytes,1,opt,name=qualification_id,json=qualificationId,proto3" json:"qualification_id,omitempty"` // Specifies which device to run tests on Board string `protobuf:"bytes,2,opt,name=board,proto3" json:"board,omitempty"` Model string `protobuf:"bytes,3,opt,name=model,proto3" json:"model,omitempty"` DlmSkuId string `protobuf:"bytes,4,opt,name=dlm_sku_id,json=dlmSkuId,proto3" json:"dlm_sku_id,omitempty"` // Specifies which software to run tests against Milestone string `protobuf:"bytes,5,opt,name=milestone,proto3" json:"milestone,omitempty"` Version string `protobuf:"bytes,6,opt,name=version,proto3" json:"version,omitempty"` // Specifies which tests to run CentralizedSuite string `protobuf:"bytes,7,opt,name=centralized_suite,json=centralizedSuite,proto3" json:"centralized_suite,omitempty"` IsIncrementalRun bool `protobuf:"varint,8,opt,name=is_incremental_run,json=isIncrementalRun,proto3" json:"is_incremental_run,omitempty"` // Specifies further scheduling parameters Pool string `protobuf:"bytes,9,opt,name=pool,proto3" json:"pool,omitempty"` Dims []*Dim `protobuf:"bytes,10,rep,name=dims,proto3" json:"dims,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 11
func (*RunQualificationRequest) Descriptor
deprecated
func (*RunQualificationRequest) Descriptor() ([]byte, []int)
Deprecated: Use RunQualificationRequest.ProtoReflect.Descriptor instead.
func (*RunQualificationRequest) GetBoard ¶
func (x *RunQualificationRequest) GetBoard() string
func (*RunQualificationRequest) GetCentralizedSuite ¶
func (x *RunQualificationRequest) GetCentralizedSuite() string
func (*RunQualificationRequest) GetDims ¶
func (x *RunQualificationRequest) GetDims() []*Dim
func (*RunQualificationRequest) GetDlmSkuId ¶
func (x *RunQualificationRequest) GetDlmSkuId() string
func (*RunQualificationRequest) GetIsIncrementalRun ¶
func (x *RunQualificationRequest) GetIsIncrementalRun() bool
func (*RunQualificationRequest) GetMilestone ¶
func (x *RunQualificationRequest) GetMilestone() string
func (*RunQualificationRequest) GetModel ¶
func (x *RunQualificationRequest) GetModel() string
func (*RunQualificationRequest) GetPool ¶
func (x *RunQualificationRequest) GetPool() string
func (*RunQualificationRequest) GetQualificationId ¶
func (x *RunQualificationRequest) GetQualificationId() string
func (*RunQualificationRequest) GetVersion ¶
func (x *RunQualificationRequest) GetVersion() string
func (*RunQualificationRequest) ProtoMessage ¶
func (*RunQualificationRequest) ProtoMessage()
func (*RunQualificationRequest) ProtoReflect ¶
func (x *RunQualificationRequest) ProtoReflect() protoreflect.Message
func (*RunQualificationRequest) Reset ¶
func (x *RunQualificationRequest) Reset()
func (*RunQualificationRequest) String ¶
func (x *RunQualificationRequest) String() string
type RunQualificationResponse ¶
type RunQualificationResponse struct { BuildLink string `protobuf:"bytes,1,opt,name=build_link,json=buildLink,proto3" json:"build_link,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 2
func (*RunQualificationResponse) Descriptor
deprecated
func (*RunQualificationResponse) Descriptor() ([]byte, []int)
Deprecated: Use RunQualificationResponse.ProtoReflect.Descriptor instead.
func (*RunQualificationResponse) GetBuildLink ¶
func (x *RunQualificationResponse) GetBuildLink() string
func (*RunQualificationResponse) ProtoMessage ¶
func (*RunQualificationResponse) ProtoMessage()
func (*RunQualificationResponse) ProtoReflect ¶
func (x *RunQualificationResponse) ProtoReflect() protoreflect.Message
func (*RunQualificationResponse) Reset ¶
func (x *RunQualificationResponse) Reset()
func (*RunQualificationResponse) String ¶
func (x *RunQualificationResponse) String() string
type RunStorageQualRequest ¶
type RunStorageQualRequest struct { Suite string `protobuf:"bytes,1,opt,name=suite,proto3" json:"suite,omitempty"` Board string `protobuf:"bytes,2,opt,name=board,proto3" json:"board,omitempty"` Model string `protobuf:"bytes,3,opt,name=model,proto3" json:"model,omitempty"` Milestone string `protobuf:"bytes,4,opt,name=milestone,proto3" json:"milestone,omitempty"` Build string `protobuf:"bytes,5,opt,name=build,proto3" json:"build,omitempty"` Pool string `protobuf:"bytes,6,opt,name=pool,proto3" json:"pool,omitempty"` // We use `repeated Dim` (not `map<string, string>`) in here // because the generated files in Typescript do not // have a setter function. Dims []*Dim `protobuf:"bytes,7,rep,name=dims,proto3" json:"dims,omitempty"` BugId string `protobuf:"bytes,8,opt,name=bug_id,json=bugId,proto3" json:"bug_id,omitempty"` Test string `protobuf:"bytes,9,opt,name=test,proto3" json:"test,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 10
func (*RunStorageQualRequest) Descriptor
deprecated
func (*RunStorageQualRequest) Descriptor() ([]byte, []int)
Deprecated: Use RunStorageQualRequest.ProtoReflect.Descriptor instead.
func (*RunStorageQualRequest) GetBoard ¶
func (x *RunStorageQualRequest) GetBoard() string
func (*RunStorageQualRequest) GetBugId ¶
func (x *RunStorageQualRequest) GetBugId() string
func (*RunStorageQualRequest) GetBuild ¶
func (x *RunStorageQualRequest) GetBuild() string
func (*RunStorageQualRequest) GetDims ¶
func (x *RunStorageQualRequest) GetDims() []*Dim
func (*RunStorageQualRequest) GetMilestone ¶
func (x *RunStorageQualRequest) GetMilestone() string
func (*RunStorageQualRequest) GetModel ¶
func (x *RunStorageQualRequest) GetModel() string
func (*RunStorageQualRequest) GetPool ¶
func (x *RunStorageQualRequest) GetPool() string
func (*RunStorageQualRequest) GetSuite ¶
func (x *RunStorageQualRequest) GetSuite() string
func (*RunStorageQualRequest) GetTest ¶
func (x *RunStorageQualRequest) GetTest() string
func (*RunStorageQualRequest) ProtoMessage ¶
func (*RunStorageQualRequest) ProtoMessage()
func (*RunStorageQualRequest) ProtoReflect ¶
func (x *RunStorageQualRequest) ProtoReflect() protoreflect.Message
func (*RunStorageQualRequest) Reset ¶
func (x *RunStorageQualRequest) Reset()
func (*RunStorageQualRequest) String ¶
func (x *RunStorageQualRequest) String() string
type RunStorageQualResponse ¶
type RunStorageQualResponse struct { BuildLink string `protobuf:"bytes,1,opt,name=build_link,json=buildLink,proto3" json:"build_link,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 2
func (*RunStorageQualResponse) Descriptor
deprecated
func (*RunStorageQualResponse) Descriptor() ([]byte, []int)
Deprecated: Use RunStorageQualResponse.ProtoReflect.Descriptor instead.
func (*RunStorageQualResponse) GetBuildLink ¶
func (x *RunStorageQualResponse) GetBuildLink() string
func (*RunStorageQualResponse) ProtoMessage ¶
func (*RunStorageQualResponse) ProtoMessage()
func (*RunStorageQualResponse) ProtoReflect ¶
func (x *RunStorageQualResponse) ProtoReflect() protoreflect.Message
func (*RunStorageQualResponse) Reset ¶
func (x *RunStorageQualResponse) Reset()
func (*RunStorageQualResponse) String ¶
func (x *RunStorageQualResponse) String() string
type RunSuiteRequest ¶
type RunSuiteRequest struct { Suite string `protobuf:"bytes,1,opt,name=suite,proto3" json:"suite,omitempty"` BuildTarget string `protobuf:"bytes,2,opt,name=build_target,json=buildTarget,proto3" json:"build_target,omitempty"` Milestone string `protobuf:"bytes,3,opt,name=milestone,proto3" json:"milestone,omitempty"` BuildVersion string `protobuf:"bytes,4,opt,name=build_version,json=buildVersion,proto3" json:"build_version,omitempty"` Model string `protobuf:"bytes,5,opt,name=model,proto3" json:"model,omitempty"` Pool string `protobuf:"bytes,6,opt,name=pool,proto3" json:"pool,omitempty"` // We use `repeated Dim` (not `map<string, string>`) in here // because the generated files in Typescript do not // have a setter function. Dims []*Dim `protobuf:"bytes,7,rep,name=dims,proto3" json:"dims,omitempty"` Cft bool `protobuf:"varint,8,opt,name=cft,proto3" json:"cft,omitempty"` Trv2 bool `protobuf:"varint,9,opt,name=trv2,proto3" json:"trv2,omitempty"` UploadToCpcon bool `protobuf:"varint,10,opt,name=upload_to_cpcon,json=uploadToCpcon,proto3" json:"upload_to_cpcon,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 11
func (*RunSuiteRequest) Descriptor
deprecated
func (*RunSuiteRequest) Descriptor() ([]byte, []int)
Deprecated: Use RunSuiteRequest.ProtoReflect.Descriptor instead.
func (*RunSuiteRequest) GetBuildTarget ¶
func (x *RunSuiteRequest) GetBuildTarget() string
func (*RunSuiteRequest) GetBuildVersion ¶
func (x *RunSuiteRequest) GetBuildVersion() string
func (*RunSuiteRequest) GetCft ¶
func (x *RunSuiteRequest) GetCft() bool
func (*RunSuiteRequest) GetDims ¶
func (x *RunSuiteRequest) GetDims() []*Dim
func (*RunSuiteRequest) GetMilestone ¶
func (x *RunSuiteRequest) GetMilestone() string
func (*RunSuiteRequest) GetModel ¶
func (x *RunSuiteRequest) GetModel() string
func (*RunSuiteRequest) GetPool ¶
func (x *RunSuiteRequest) GetPool() string
func (*RunSuiteRequest) GetSuite ¶
func (x *RunSuiteRequest) GetSuite() string
func (*RunSuiteRequest) GetTrv2 ¶
func (x *RunSuiteRequest) GetTrv2() bool
func (*RunSuiteRequest) GetUploadToCpcon ¶
func (x *RunSuiteRequest) GetUploadToCpcon() bool
func (*RunSuiteRequest) ProtoMessage ¶
func (*RunSuiteRequest) ProtoMessage()
func (*RunSuiteRequest) ProtoReflect ¶
func (x *RunSuiteRequest) ProtoReflect() protoreflect.Message
func (*RunSuiteRequest) Reset ¶
func (x *RunSuiteRequest) Reset()
func (*RunSuiteRequest) String ¶
func (x *RunSuiteRequest) String() string
type RunSuiteResponse ¶
type RunSuiteResponse struct { BuildLink string `protobuf:"bytes,1,opt,name=build_link,json=buildLink,proto3" json:"build_link,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 2
func (*RunSuiteResponse) Descriptor
deprecated
func (*RunSuiteResponse) Descriptor() ([]byte, []int)
Deprecated: Use RunSuiteResponse.ProtoReflect.Descriptor instead.
func (*RunSuiteResponse) GetBuildLink ¶
func (x *RunSuiteResponse) GetBuildLink() string
func (*RunSuiteResponse) ProtoMessage ¶
func (*RunSuiteResponse) ProtoMessage()
func (*RunSuiteResponse) ProtoReflect ¶
func (x *RunSuiteResponse) ProtoReflect() protoreflect.Message
func (*RunSuiteResponse) Reset ¶
func (x *RunSuiteResponse) Reset()
func (*RunSuiteResponse) String ¶
func (x *RunSuiteResponse) String() string
type RunTestPlanRequest ¶
type RunTestPlanRequest struct { // the name of the test plan in the bucket that a user wants to run TestPlanName string `protobuf:"bytes,1,opt,name=test_plan_name,json=testPlanName,proto3" json:"test_plan_name,omitempty"` Board string `protobuf:"bytes,2,opt,name=board,proto3" json:"board,omitempty"` Model string `protobuf:"bytes,3,opt,name=model,proto3" json:"model,omitempty"` Milestone string `protobuf:"bytes,4,opt,name=milestone,proto3" json:"milestone,omitempty"` Build string `protobuf:"bytes,5,opt,name=build,proto3" json:"build,omitempty"` Pool string `protobuf:"bytes,6,opt,name=pool,proto3" json:"pool,omitempty"` // We use `repeated Dim` (not `map<string, string>`) in here // because the generated files in Typescript do not // have a setter function. Dims []*Dim `protobuf:"bytes,7,rep,name=dims,proto3" json:"dims,omitempty"` Cft bool `protobuf:"varint,8,opt,name=cft,proto3" json:"cft,omitempty"` Trv2 bool `protobuf:"varint,9,opt,name=trv2,proto3" json:"trv2,omitempty"` UploadToCpcon bool `protobuf:"varint,10,opt,name=upload_to_cpcon,json=uploadToCpcon,proto3" json:"upload_to_cpcon,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 11
func (*RunTestPlanRequest) Descriptor
deprecated
func (*RunTestPlanRequest) Descriptor() ([]byte, []int)
Deprecated: Use RunTestPlanRequest.ProtoReflect.Descriptor instead.
func (*RunTestPlanRequest) GetBoard ¶
func (x *RunTestPlanRequest) GetBoard() string
func (*RunTestPlanRequest) GetBuild ¶
func (x *RunTestPlanRequest) GetBuild() string
func (*RunTestPlanRequest) GetCft ¶
func (x *RunTestPlanRequest) GetCft() bool
func (*RunTestPlanRequest) GetDims ¶
func (x *RunTestPlanRequest) GetDims() []*Dim
func (*RunTestPlanRequest) GetMilestone ¶
func (x *RunTestPlanRequest) GetMilestone() string
func (*RunTestPlanRequest) GetModel ¶
func (x *RunTestPlanRequest) GetModel() string
func (*RunTestPlanRequest) GetPool ¶
func (x *RunTestPlanRequest) GetPool() string
func (*RunTestPlanRequest) GetTestPlanName ¶
func (x *RunTestPlanRequest) GetTestPlanName() string
func (*RunTestPlanRequest) GetTrv2 ¶
func (x *RunTestPlanRequest) GetTrv2() bool
func (*RunTestPlanRequest) GetUploadToCpcon ¶
func (x *RunTestPlanRequest) GetUploadToCpcon() bool
func (*RunTestPlanRequest) ProtoMessage ¶
func (*RunTestPlanRequest) ProtoMessage()
func (*RunTestPlanRequest) ProtoReflect ¶
func (x *RunTestPlanRequest) ProtoReflect() protoreflect.Message
func (*RunTestPlanRequest) Reset ¶
func (x *RunTestPlanRequest) Reset()
func (*RunTestPlanRequest) String ¶
func (x *RunTestPlanRequest) String() string
type RunTestPlanResponse ¶
type RunTestPlanResponse struct { BuildLink string `protobuf:"bytes,1,opt,name=build_link,json=buildLink,proto3" json:"build_link,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 2
func (*RunTestPlanResponse) Descriptor
deprecated
func (*RunTestPlanResponse) Descriptor() ([]byte, []int)
Deprecated: Use RunTestPlanResponse.ProtoReflect.Descriptor instead.
func (*RunTestPlanResponse) GetBuildLink ¶
func (x *RunTestPlanResponse) GetBuildLink() string
func (*RunTestPlanResponse) ProtoMessage ¶
func (*RunTestPlanResponse) ProtoMessage()
func (*RunTestPlanResponse) ProtoReflect ¶
func (x *RunTestPlanResponse) ProtoReflect() protoreflect.Message
func (*RunTestPlanResponse) Reset ¶
func (x *RunTestPlanResponse) Reset()
func (*RunTestPlanResponse) String ¶
func (x *RunTestPlanResponse) String() string
type RunTestRequest ¶
type RunTestRequest struct { Tests []string `protobuf:"bytes,1,rep,name=tests,proto3" json:"tests,omitempty"` TestArgs string `protobuf:"bytes,2,opt,name=test_args,json=testArgs,proto3" json:"test_args,omitempty"` Board string `protobuf:"bytes,3,opt,name=board,proto3" json:"board,omitempty"` Model string `protobuf:"bytes,4,opt,name=model,proto3" json:"model,omitempty"` Milestone string `protobuf:"bytes,5,opt,name=milestone,proto3" json:"milestone,omitempty"` Build string `protobuf:"bytes,6,opt,name=build,proto3" json:"build,omitempty"` Pool string `protobuf:"bytes,7,opt,name=pool,proto3" json:"pool,omitempty"` // We use `repeated Dim` (not `map<string, string>`) in here // because the generated files in Typescript do not // have a setter function. Dims []*Dim `protobuf:"bytes,8,rep,name=dims,proto3" json:"dims,omitempty"` Cft bool `protobuf:"varint,9,opt,name=cft,proto3" json:"cft,omitempty"` Trv2 bool `protobuf:"varint,10,opt,name=trv2,proto3" json:"trv2,omitempty"` UploadToCpcon bool `protobuf:"varint,11,opt,name=upload_to_cpcon,json=uploadToCpcon,proto3" json:"upload_to_cpcon,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 12
func (*RunTestRequest) Descriptor
deprecated
func (*RunTestRequest) Descriptor() ([]byte, []int)
Deprecated: Use RunTestRequest.ProtoReflect.Descriptor instead.
func (*RunTestRequest) GetBoard ¶
func (x *RunTestRequest) GetBoard() string
func (*RunTestRequest) GetBuild ¶
func (x *RunTestRequest) GetBuild() string
func (*RunTestRequest) GetCft ¶
func (x *RunTestRequest) GetCft() bool
func (*RunTestRequest) GetDims ¶
func (x *RunTestRequest) GetDims() []*Dim
func (*RunTestRequest) GetMilestone ¶
func (x *RunTestRequest) GetMilestone() string
func (*RunTestRequest) GetModel ¶
func (x *RunTestRequest) GetModel() string
func (*RunTestRequest) GetPool ¶
func (x *RunTestRequest) GetPool() string
func (*RunTestRequest) GetTestArgs ¶
func (x *RunTestRequest) GetTestArgs() string
func (*RunTestRequest) GetTests ¶
func (x *RunTestRequest) GetTests() []string
func (*RunTestRequest) GetTrv2 ¶
func (x *RunTestRequest) GetTrv2() bool
func (*RunTestRequest) GetUploadToCpcon ¶
func (x *RunTestRequest) GetUploadToCpcon() bool
func (*RunTestRequest) ProtoMessage ¶
func (*RunTestRequest) ProtoMessage()
func (*RunTestRequest) ProtoReflect ¶
func (x *RunTestRequest) ProtoReflect() protoreflect.Message
func (*RunTestRequest) Reset ¶
func (x *RunTestRequest) Reset()
func (*RunTestRequest) String ¶
func (x *RunTestRequest) String() string
type RunTestResponse ¶
type RunTestResponse struct { BuildLink string `protobuf:"bytes,1,opt,name=build_link,json=buildLink,proto3" json:"build_link,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 2
func (*RunTestResponse) Descriptor
deprecated
func (*RunTestResponse) Descriptor() ([]byte, []int)
Deprecated: Use RunTestResponse.ProtoReflect.Descriptor instead.
func (*RunTestResponse) GetBuildLink ¶
func (x *RunTestResponse) GetBuildLink() string
func (*RunTestResponse) ProtoMessage ¶
func (*RunTestResponse) ProtoMessage()
func (*RunTestResponse) ProtoReflect ¶
func (x *RunTestResponse) ProtoReflect() protoreflect.Message
func (*RunTestResponse) Reset ¶
func (x *RunTestResponse) Reset()
func (*RunTestResponse) String ¶
func (x *RunTestResponse) String() string
type SatlabRpcServiceClient ¶
type SatlabRpcServiceClient interface { ListAccessibleModels(ctx context.Context, in *ListAccessibleModelsRequest, opts ...grpc.CallOption) (*ListAccessibleModelsResponse, error) ListBuildVersions(ctx context.Context, in *ListBuildVersionsRequest, opts ...grpc.CallOption) (*ListBuildVersionsResponse, error) StageBuild(ctx context.Context, in *StageBuildRequest, opts ...grpc.CallOption) (*StageBuildResponse, error) ListConnectedDutsFirmware(ctx context.Context, in *ListConnectedDutsFirmwareRequest, opts ...grpc.CallOption) (*ListConnectedDutsFirmwareResponse, error) GetSystemInfo(ctx context.Context, in *GetSystemInfoRequest, opts ...grpc.CallOption) (*GetSystemInfoResponse, error) GetVersionInfo(ctx context.Context, in *GetVersionInfoRequest, opts ...grpc.CallOption) (*GetVersionInfoResponse, error) GetNetworkInfo(ctx context.Context, in *GetNetworkInfoRequest, opts ...grpc.CallOption) (*GetNetworkInfoResponse, error) GetPeripheralInformation(ctx context.Context, in *GetPeripheralInformationRequest, opts ...grpc.CallOption) (*GetPeripheralInformationResponse, error) UpdateDutsFirmware(ctx context.Context, in *UpdateDutsFirmwareRequest, opts ...grpc.CallOption) (*UpdateDutsFirmwareResponse, error) // Run Suite ListBuildTargets(ctx context.Context, in *ListBuildTargetsRequest, opts ...grpc.CallOption) (*ListBuildTargetsResponse, error) ListMilestones(ctx context.Context, in *ListMilestonesRequest, opts ...grpc.CallOption) (*ListMilestonesResponse, error) ListTestPlans(ctx context.Context, in *ListTestPlansRequest, opts ...grpc.CallOption) (*ListTestPlansResponse, error) GetTestPlan(ctx context.Context, in *GetTestPlanRequest, opts ...grpc.CallOption) (*GetTestPlanResponse, error) // services to run different types of test suites RunSuite(ctx context.Context, in *RunSuiteRequest, opts ...grpc.CallOption) (*RunSuiteResponse, error) RunTest(ctx context.Context, in *RunTestRequest, opts ...grpc.CallOption) (*RunTestResponse, error) RunTestPlan(ctx context.Context, in *RunTestPlanRequest, opts ...grpc.CallOption) (*RunTestPlanResponse, error) RunStorageQual(ctx context.Context, in *RunStorageQualRequest, opts ...grpc.CallOption) (*RunStorageQualResponse, error) RunQualification(ctx context.Context, in *RunQualificationRequest, opts ...grpc.CallOption) (*RunQualificationResponse, error) RunLabQual(ctx context.Context, in *RunLabQualRequest, opts ...grpc.CallOption) (*RunLabQualResponse, error) // manage DUTs AddPool(ctx context.Context, in *AddPoolRequest, opts ...grpc.CallOption) (*AddPoolResponse, error) UpdatePool(ctx context.Context, in *UpdatePoolRequest, opts ...grpc.CallOption) (*UpdatePoolResponse, error) DeleteDuts(ctx context.Context, in *DeleteDutsRequest, opts ...grpc.CallOption) (*DeleteDutsResponse, error) AddDuts(ctx context.Context, in *AddDutsRequest, opts ...grpc.CallOption) (*AddDutsResponse, error) RepairDuts(ctx context.Context, in *RepairDutsRequest, opts ...grpc.CallOption) (*RepairDutsResponse, error) OpenCCD(ctx context.Context, in *OpenCCDRequest, opts ...grpc.CallOption) (SatlabRpcService_OpenCCDClient, error) SendMessageToCCDSession(ctx context.Context, in *SendMessageToCCDSessionRequest, opts ...grpc.CallOption) (*SendMessageToCCDSessionResponse, error) StableVersion(ctx context.Context, in *StableVersionRequest, opts ...grpc.CallOption) (*StableVersionResponse, error) // get DUTs information GetDutDetail(ctx context.Context, in *GetDutDetailRequest, opts ...grpc.CallOption) (*GetDutDetailResponse, error) ListDutTasks(ctx context.Context, in *ListDutTasksRequest, opts ...grpc.CallOption) (*ListDutTasksResponse, error) ListDutEvents(ctx context.Context, in *ListDutEventsRequest, opts ...grpc.CallOption) (*ListDutEventsResponse, error) ListEnrolledDuts(ctx context.Context, in *ListEnrolledDutsRequest, opts ...grpc.CallOption) (*ListEnrolledDutsResponse, error) ListDuts(ctx context.Context, in *ListDutsRequest, opts ...grpc.CallOption) (*ListDutsResponse, error) // setup SetCloudConfiguration(ctx context.Context, in *SetCloudConfigurationRequest, opts ...grpc.CallOption) (*SetCloudConfigurationResponse, error) GetCloudConfiguration(ctx context.Context, in *GetCloudConfigurationRequest, opts ...grpc.CallOption) (*GetCloudConfigurationResponse, error) // system Reboot(ctx context.Context, in *RebootRequest, opts ...grpc.CallOption) (*RebootResponse, error) UploadLog(ctx context.Context, in *UploadLogRequest, opts ...grpc.CallOption) (*UploadLogResponse, error) DownloadLog(ctx context.Context, in *DownloadLogRequest, opts ...grpc.CallOption) (SatlabRpcService_DownloadLogClient, error) // servo StartServod(ctx context.Context, in *api.StartServodRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) // Jobs/Tasks information ListJobs(ctx context.Context, in *ListJobsRequest, opts ...grpc.CallOption) (*ListJobsResponse, error) // Jobs operation AbortJobs(ctx context.Context, in *AbortJobsRequest, opts ...grpc.CallOption) (*AbortJobsResponse, error) // Satlab update IsUpdateAvailable(ctx context.Context, in *IsUpdateAvailableRequest, opts ...grpc.CallOption) (*IsUpdateAvailableResponse, error) }
SatlabRpcServiceClient is the client API for SatlabRpcService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewSatlabRpcServiceClient ¶
func NewSatlabRpcServiceClient(cc grpc.ClientConnInterface) SatlabRpcServiceClient
type SatlabRpcServiceServer ¶
type SatlabRpcServiceServer interface { ListAccessibleModels(context.Context, *ListAccessibleModelsRequest) (*ListAccessibleModelsResponse, error) ListBuildVersions(context.Context, *ListBuildVersionsRequest) (*ListBuildVersionsResponse, error) StageBuild(context.Context, *StageBuildRequest) (*StageBuildResponse, error) ListConnectedDutsFirmware(context.Context, *ListConnectedDutsFirmwareRequest) (*ListConnectedDutsFirmwareResponse, error) GetSystemInfo(context.Context, *GetSystemInfoRequest) (*GetSystemInfoResponse, error) GetVersionInfo(context.Context, *GetVersionInfoRequest) (*GetVersionInfoResponse, error) GetNetworkInfo(context.Context, *GetNetworkInfoRequest) (*GetNetworkInfoResponse, error) GetPeripheralInformation(context.Context, *GetPeripheralInformationRequest) (*GetPeripheralInformationResponse, error) UpdateDutsFirmware(context.Context, *UpdateDutsFirmwareRequest) (*UpdateDutsFirmwareResponse, error) // Run Suite ListBuildTargets(context.Context, *ListBuildTargetsRequest) (*ListBuildTargetsResponse, error) ListMilestones(context.Context, *ListMilestonesRequest) (*ListMilestonesResponse, error) ListTestPlans(context.Context, *ListTestPlansRequest) (*ListTestPlansResponse, error) GetTestPlan(context.Context, *GetTestPlanRequest) (*GetTestPlanResponse, error) // services to run different types of test suites RunSuite(context.Context, *RunSuiteRequest) (*RunSuiteResponse, error) RunTest(context.Context, *RunTestRequest) (*RunTestResponse, error) RunTestPlan(context.Context, *RunTestPlanRequest) (*RunTestPlanResponse, error) RunStorageQual(context.Context, *RunStorageQualRequest) (*RunStorageQualResponse, error) RunQualification(context.Context, *RunQualificationRequest) (*RunQualificationResponse, error) RunLabQual(context.Context, *RunLabQualRequest) (*RunLabQualResponse, error) // manage DUTs AddPool(context.Context, *AddPoolRequest) (*AddPoolResponse, error) UpdatePool(context.Context, *UpdatePoolRequest) (*UpdatePoolResponse, error) DeleteDuts(context.Context, *DeleteDutsRequest) (*DeleteDutsResponse, error) AddDuts(context.Context, *AddDutsRequest) (*AddDutsResponse, error) RepairDuts(context.Context, *RepairDutsRequest) (*RepairDutsResponse, error) OpenCCD(*OpenCCDRequest, SatlabRpcService_OpenCCDServer) error SendMessageToCCDSession(context.Context, *SendMessageToCCDSessionRequest) (*SendMessageToCCDSessionResponse, error) StableVersion(context.Context, *StableVersionRequest) (*StableVersionResponse, error) // get DUTs information GetDutDetail(context.Context, *GetDutDetailRequest) (*GetDutDetailResponse, error) ListDutTasks(context.Context, *ListDutTasksRequest) (*ListDutTasksResponse, error) ListDutEvents(context.Context, *ListDutEventsRequest) (*ListDutEventsResponse, error) ListEnrolledDuts(context.Context, *ListEnrolledDutsRequest) (*ListEnrolledDutsResponse, error) ListDuts(context.Context, *ListDutsRequest) (*ListDutsResponse, error) // setup SetCloudConfiguration(context.Context, *SetCloudConfigurationRequest) (*SetCloudConfigurationResponse, error) GetCloudConfiguration(context.Context, *GetCloudConfigurationRequest) (*GetCloudConfigurationResponse, error) // system Reboot(context.Context, *RebootRequest) (*RebootResponse, error) UploadLog(context.Context, *UploadLogRequest) (*UploadLogResponse, error) DownloadLog(*DownloadLogRequest, SatlabRpcService_DownloadLogServer) error // servo StartServod(context.Context, *api.StartServodRequest) (*longrunning.Operation, error) // Jobs/Tasks information ListJobs(context.Context, *ListJobsRequest) (*ListJobsResponse, error) // Jobs operation AbortJobs(context.Context, *AbortJobsRequest) (*AbortJobsResponse, error) // Satlab update IsUpdateAvailable(context.Context, *IsUpdateAvailableRequest) (*IsUpdateAvailableResponse, error) // contains filtered or unexported methods }
SatlabRpcServiceServer is the server API for SatlabRpcService service. All implementations must embed UnimplementedSatlabRpcServiceServer for forward compatibility
type SatlabRpcService_DownloadLogClient ¶
type SatlabRpcService_DownloadLogClient interface { Recv() (*DownloadLogResponse, error) grpc.ClientStream }
type SatlabRpcService_DownloadLogServer ¶
type SatlabRpcService_DownloadLogServer interface { Send(*DownloadLogResponse) error grpc.ServerStream }
type SatlabRpcService_OpenCCDClient ¶
type SatlabRpcService_OpenCCDClient interface { Recv() (*OpenCCDReply, error) grpc.ClientStream }
type SatlabRpcService_OpenCCDServer ¶
type SatlabRpcService_OpenCCDServer interface { Send(*OpenCCDReply) error grpc.ServerStream }
type SendMessageToCCDSessionRequest ¶
type SendMessageToCCDSessionRequest struct { ServoSerial string `protobuf:"bytes,1,opt,name=servo_serial,json=servoSerial,proto3" json:"servo_serial,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 3
func (*SendMessageToCCDSessionRequest) Descriptor
deprecated
func (*SendMessageToCCDSessionRequest) Descriptor() ([]byte, []int)
Deprecated: Use SendMessageToCCDSessionRequest.ProtoReflect.Descriptor instead.
func (*SendMessageToCCDSessionRequest) GetMessage ¶
func (x *SendMessageToCCDSessionRequest) GetMessage() string
func (*SendMessageToCCDSessionRequest) GetServoSerial ¶
func (x *SendMessageToCCDSessionRequest) GetServoSerial() string
func (*SendMessageToCCDSessionRequest) ProtoMessage ¶
func (*SendMessageToCCDSessionRequest) ProtoMessage()
func (*SendMessageToCCDSessionRequest) ProtoReflect ¶
func (x *SendMessageToCCDSessionRequest) ProtoReflect() protoreflect.Message
func (*SendMessageToCCDSessionRequest) Reset ¶
func (x *SendMessageToCCDSessionRequest) Reset()
func (*SendMessageToCCDSessionRequest) String ¶
func (x *SendMessageToCCDSessionRequest) String() string
type SendMessageToCCDSessionResponse ¶
type SendMessageToCCDSessionResponse struct {
// contains filtered or unexported fields
}
NEXT_TAG = 1
func (*SendMessageToCCDSessionResponse) Descriptor
deprecated
func (*SendMessageToCCDSessionResponse) Descriptor() ([]byte, []int)
Deprecated: Use SendMessageToCCDSessionResponse.ProtoReflect.Descriptor instead.
func (*SendMessageToCCDSessionResponse) ProtoMessage ¶
func (*SendMessageToCCDSessionResponse) ProtoMessage()
func (*SendMessageToCCDSessionResponse) ProtoReflect ¶
func (x *SendMessageToCCDSessionResponse) ProtoReflect() protoreflect.Message
func (*SendMessageToCCDSessionResponse) Reset ¶
func (x *SendMessageToCCDSessionResponse) Reset()
func (*SendMessageToCCDSessionResponse) String ¶
func (x *SendMessageToCCDSessionResponse) String() string
type SetCloudConfigurationRequest ¶
type SetCloudConfigurationRequest struct { BotoKeyId string `protobuf:"bytes,1,opt,name=boto_key_id,json=botoKeyId,proto3" json:"boto_key_id,omitempty"` BotoKeySecret string `protobuf:"bytes,2,opt,name=boto_key_secret,json=botoKeySecret,proto3" json:"boto_key_secret,omitempty"` GcsBucketUrl string `protobuf:"bytes,3,opt,name=gcs_bucket_url,json=gcsBucketUrl,proto3" json:"gcs_bucket_url,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 4
func (*SetCloudConfigurationRequest) Descriptor
deprecated
func (*SetCloudConfigurationRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetCloudConfigurationRequest.ProtoReflect.Descriptor instead.
func (*SetCloudConfigurationRequest) GetBotoKeyId ¶
func (x *SetCloudConfigurationRequest) GetBotoKeyId() string
func (*SetCloudConfigurationRequest) GetBotoKeySecret ¶
func (x *SetCloudConfigurationRequest) GetBotoKeySecret() string
func (*SetCloudConfigurationRequest) GetGcsBucketUrl ¶
func (x *SetCloudConfigurationRequest) GetGcsBucketUrl() string
func (*SetCloudConfigurationRequest) ProtoMessage ¶
func (*SetCloudConfigurationRequest) ProtoMessage()
func (*SetCloudConfigurationRequest) ProtoReflect ¶
func (x *SetCloudConfigurationRequest) ProtoReflect() protoreflect.Message
func (*SetCloudConfigurationRequest) Reset ¶
func (x *SetCloudConfigurationRequest) Reset()
func (*SetCloudConfigurationRequest) String ¶
func (x *SetCloudConfigurationRequest) String() string
type SetCloudConfigurationResponse ¶
type SetCloudConfigurationResponse struct {
// contains filtered or unexported fields
}
NEXT_TAG = 1
func (*SetCloudConfigurationResponse) Descriptor
deprecated
func (*SetCloudConfigurationResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetCloudConfigurationResponse.ProtoReflect.Descriptor instead.
func (*SetCloudConfigurationResponse) ProtoMessage ¶
func (*SetCloudConfigurationResponse) ProtoMessage()
func (*SetCloudConfigurationResponse) ProtoReflect ¶
func (x *SetCloudConfigurationResponse) ProtoReflect() protoreflect.Message
func (*SetCloudConfigurationResponse) Reset ¶
func (x *SetCloudConfigurationResponse) Reset()
func (*SetCloudConfigurationResponse) String ¶
func (x *SetCloudConfigurationResponse) String() string
type SortBy ¶
type SortBy int32
NEXT_TAG = 5
func (SortBy) Descriptor ¶
func (SortBy) Descriptor() protoreflect.EnumDescriptor
func (SortBy) EnumDescriptor
deprecated
func (SortBy) Number ¶
func (x SortBy) Number() protoreflect.EnumNumber
func (SortBy) Type ¶
func (SortBy) Type() protoreflect.EnumType
type StableVersionRequest ¶
type StableVersionRequest struct { Board string `protobuf:"bytes,1,opt,name=board,proto3" json:"board,omitempty"` Model string `protobuf:"bytes,2,opt,name=model,proto3" json:"model,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 3
func (*StableVersionRequest) Descriptor
deprecated
func (*StableVersionRequest) Descriptor() ([]byte, []int)
Deprecated: Use StableVersionRequest.ProtoReflect.Descriptor instead.
func (*StableVersionRequest) GetBoard ¶
func (x *StableVersionRequest) GetBoard() string
func (*StableVersionRequest) GetModel ¶
func (x *StableVersionRequest) GetModel() string
func (*StableVersionRequest) ProtoMessage ¶
func (*StableVersionRequest) ProtoMessage()
func (*StableVersionRequest) ProtoReflect ¶
func (x *StableVersionRequest) ProtoReflect() protoreflect.Message
func (*StableVersionRequest) Reset ¶
func (x *StableVersionRequest) Reset()
func (*StableVersionRequest) String ¶
func (x *StableVersionRequest) String() string
type StableVersionResponse ¶
type StableVersionResponse struct { OsImage string `protobuf:"bytes,1,opt,name=os_image,json=osImage,proto3" json:"os_image,omitempty"` FwVersion string `protobuf:"bytes,2,opt,name=fw_version,json=fwVersion,proto3" json:"fw_version,omitempty"` FwImage string `protobuf:"bytes,3,opt,name=fw_image,json=fwImage,proto3" json:"fw_image,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 4
func (*StableVersionResponse) Descriptor
deprecated
func (*StableVersionResponse) Descriptor() ([]byte, []int)
Deprecated: Use StableVersionResponse.ProtoReflect.Descriptor instead.
func (*StableVersionResponse) GetFwImage ¶
func (x *StableVersionResponse) GetFwImage() string
func (*StableVersionResponse) GetFwVersion ¶
func (x *StableVersionResponse) GetFwVersion() string
func (*StableVersionResponse) GetOsImage ¶
func (x *StableVersionResponse) GetOsImage() string
func (*StableVersionResponse) ProtoMessage ¶
func (*StableVersionResponse) ProtoMessage()
func (*StableVersionResponse) ProtoReflect ¶
func (x *StableVersionResponse) ProtoReflect() protoreflect.Message
func (*StableVersionResponse) Reset ¶
func (x *StableVersionResponse) Reset()
func (*StableVersionResponse) String ¶
func (x *StableVersionResponse) String() string
type StageBuildRequest ¶
type StageBuildRequest struct { Board string `protobuf:"bytes,1,opt,name=board,proto3" json:"board,omitempty"` Model string `protobuf:"bytes,2,opt,name=model,proto3" json:"model,omitempty"` BuildVersion string `protobuf:"bytes,3,opt,name=build_version,json=buildVersion,proto3" json:"build_version,omitempty"` // The type that we want to stage to our bucket // e.g. firmware, release FilterType string `protobuf:"bytes,4,opt,name=filter_type,json=filterType,proto3" json:"filter_type,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 5
func (*StageBuildRequest) Descriptor
deprecated
func (*StageBuildRequest) Descriptor() ([]byte, []int)
Deprecated: Use StageBuildRequest.ProtoReflect.Descriptor instead.
func (*StageBuildRequest) GetBoard ¶
func (x *StageBuildRequest) GetBoard() string
func (*StageBuildRequest) GetBuildVersion ¶
func (x *StageBuildRequest) GetBuildVersion() string
func (*StageBuildRequest) GetFilterType ¶
func (x *StageBuildRequest) GetFilterType() string
func (*StageBuildRequest) GetModel ¶
func (x *StageBuildRequest) GetModel() string
func (*StageBuildRequest) ProtoMessage ¶
func (*StageBuildRequest) ProtoMessage()
func (*StageBuildRequest) ProtoReflect ¶
func (x *StageBuildRequest) ProtoReflect() protoreflect.Message
func (*StageBuildRequest) Reset ¶
func (x *StageBuildRequest) Reset()
func (*StageBuildRequest) String ¶
func (x *StageBuildRequest) String() string
type StageBuildResponse ¶
type StageBuildResponse struct { BuildBucket string `protobuf:"bytes,1,opt,name=build_bucket,json=buildBucket,proto3" json:"build_bucket,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 3
func (*StageBuildResponse) Descriptor
deprecated
func (*StageBuildResponse) Descriptor() ([]byte, []int)
Deprecated: Use StageBuildResponse.ProtoReflect.Descriptor instead.
func (*StageBuildResponse) GetBuildBucket ¶
func (x *StageBuildResponse) GetBuildBucket() string
func (*StageBuildResponse) GetPath ¶
func (x *StageBuildResponse) GetPath() string
func (*StageBuildResponse) ProtoMessage ¶
func (*StageBuildResponse) ProtoMessage()
func (*StageBuildResponse) ProtoReflect ¶
func (x *StageBuildResponse) ProtoReflect() protoreflect.Message
func (*StageBuildResponse) Reset ¶
func (x *StageBuildResponse) Reset()
func (*StageBuildResponse) String ¶
func (x *StageBuildResponse) String() string
type StartServodMetadata ¶
type StartServodMetadata struct {
// contains filtered or unexported fields
}
func (*StartServodMetadata) Descriptor
deprecated
func (*StartServodMetadata) Descriptor() ([]byte, []int)
Deprecated: Use StartServodMetadata.ProtoReflect.Descriptor instead.
func (*StartServodMetadata) ProtoMessage ¶
func (*StartServodMetadata) ProtoMessage()
func (*StartServodMetadata) ProtoReflect ¶
func (x *StartServodMetadata) ProtoReflect() protoreflect.Message
func (*StartServodMetadata) Reset ¶
func (x *StartServodMetadata) Reset()
func (*StartServodMetadata) String ¶
func (x *StartServodMetadata) String() string
type StartServodResponse ¶
type StartServodResponse struct { // Types that are assignable to Result: // *StartServodResponse_Success_ // *StartServodResponse_Failure_ Result isStartServodResponse_Result `protobuf_oneof:"result"` // contains filtered or unexported fields }
func (*StartServodResponse) Descriptor
deprecated
func (*StartServodResponse) Descriptor() ([]byte, []int)
Deprecated: Use StartServodResponse.ProtoReflect.Descriptor instead.
func (*StartServodResponse) GetFailure ¶
func (x *StartServodResponse) GetFailure() *StartServodResponse_Failure
func (*StartServodResponse) GetResult ¶
func (m *StartServodResponse) GetResult() isStartServodResponse_Result
func (*StartServodResponse) GetSuccess ¶
func (x *StartServodResponse) GetSuccess() *StartServodResponse_Success
func (*StartServodResponse) ProtoMessage ¶
func (*StartServodResponse) ProtoMessage()
func (*StartServodResponse) ProtoReflect ¶
func (x *StartServodResponse) ProtoReflect() protoreflect.Message
func (*StartServodResponse) Reset ¶
func (x *StartServodResponse) Reset()
func (*StartServodResponse) String ¶
func (x *StartServodResponse) String() string
type StartServodResponse_Failure ¶
type StartServodResponse_Failure struct { ErrorMessage string `protobuf:"bytes,1,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"` // contains filtered or unexported fields }
Error message for failure.
func (*StartServodResponse_Failure) Descriptor
deprecated
func (*StartServodResponse_Failure) Descriptor() ([]byte, []int)
Deprecated: Use StartServodResponse_Failure.ProtoReflect.Descriptor instead.
func (*StartServodResponse_Failure) GetErrorMessage ¶
func (x *StartServodResponse_Failure) GetErrorMessage() string
func (*StartServodResponse_Failure) ProtoMessage ¶
func (*StartServodResponse_Failure) ProtoMessage()
func (*StartServodResponse_Failure) ProtoReflect ¶
func (x *StartServodResponse_Failure) ProtoReflect() protoreflect.Message
func (*StartServodResponse_Failure) Reset ¶
func (x *StartServodResponse_Failure) Reset()
func (*StartServodResponse_Failure) String ¶
func (x *StartServodResponse_Failure) String() string
type StartServodResponse_Failure_ ¶
type StartServodResponse_Failure_ struct {
Failure *StartServodResponse_Failure `protobuf:"bytes,2,opt,name=failure,proto3,oneof"`
}
type StartServodResponse_Success ¶
type StartServodResponse_Success struct {
// contains filtered or unexported fields
}
Empty response for success.
func (*StartServodResponse_Success) Descriptor
deprecated
func (*StartServodResponse_Success) Descriptor() ([]byte, []int)
Deprecated: Use StartServodResponse_Success.ProtoReflect.Descriptor instead.
func (*StartServodResponse_Success) ProtoMessage ¶
func (*StartServodResponse_Success) ProtoMessage()
func (*StartServodResponse_Success) ProtoReflect ¶
func (x *StartServodResponse_Success) ProtoReflect() protoreflect.Message
func (*StartServodResponse_Success) Reset ¶
func (x *StartServodResponse_Success) Reset()
func (*StartServodResponse_Success) String ¶
func (x *StartServodResponse_Success) String() string
type StartServodResponse_Success_ ¶
type StartServodResponse_Success_ struct {
Success *StartServodResponse_Success `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}
type StateQuery ¶
type StateQuery int32
NEXT_TAG = 11
const ( // Query for all tasks currently TaskState.PENDING. StateQuery_QUERY_PENDING StateQuery = 0 // Query for all tasks currently TaskState.RUNNING. This includes tasks // currently in the overhead phase; mapping input files or archiving outputs // back to the server. StateQuery_QUERY_RUNNING StateQuery = 1 // Query for all tasks currently TaskState.PENDING or TaskState.RUNNING. This // is the query for the 'active' tasks. StateQuery_QUERY_PENDING_RUNNING StateQuery = 2 // Query for all tasks that completed normally as TaskState.COMPLETED, // independent of the process exit code. StateQuery_QUERY_COMPLETED StateQuery = 3 // Query for all tasks that completed normally as TaskState.COMPLETED and that // had exit code 0. StateQuery_QUERY_COMPLETED_SUCCESS StateQuery = 4 // Query for all tasks that completed normally as TaskState.COMPLETED and that // had exit code not 0. StateQuery_QUERY_COMPLETED_FAILURE StateQuery = 5 // Query for all tasks that are TaskState.EXPIRED. StateQuery_QUERY_EXPIRED StateQuery = 6 // Query for all tasks that are TaskState.TIMED_OUT. StateQuery_QUERY_TIMED_OUT StateQuery = 7 // Query for all tasks that are TaskState.CANCELED. StateQuery_QUERY_CANCELED StateQuery = 9 // Query for all tasks, independent of the task state. // // In hindsight, this constant should have been the value 0. Sorry, the // original author was young and foolish. StateQuery_QUERY_ALL StateQuery = 10 )
func (StateQuery) Descriptor ¶
func (StateQuery) Descriptor() protoreflect.EnumDescriptor
func (StateQuery) Enum ¶
func (x StateQuery) Enum() *StateQuery
func (StateQuery) EnumDescriptor
deprecated
func (StateQuery) EnumDescriptor() ([]byte, []int)
Deprecated: Use StateQuery.Descriptor instead.
func (StateQuery) Number ¶
func (x StateQuery) Number() protoreflect.EnumNumber
func (StateQuery) String ¶
func (x StateQuery) String() string
func (StateQuery) Type ¶
func (StateQuery) Type() protoreflect.EnumType
type StringListPair ¶
type StringListPair struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Values []string `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 3
func (*StringListPair) Descriptor
deprecated
func (*StringListPair) Descriptor() ([]byte, []int)
Deprecated: Use StringListPair.ProtoReflect.Descriptor instead.
func (*StringListPair) GetKey ¶
func (x *StringListPair) GetKey() string
func (*StringListPair) GetValues ¶
func (x *StringListPair) GetValues() []string
func (*StringListPair) ProtoMessage ¶
func (*StringListPair) ProtoMessage()
func (*StringListPair) ProtoReflect ¶
func (x *StringListPair) ProtoReflect() protoreflect.Message
func (*StringListPair) Reset ¶
func (x *StringListPair) Reset()
func (*StringListPair) String ¶
func (x *StringListPair) String() string
type Tag ¶
type Tag struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 3
func (*Tag) Descriptor
deprecated
func (*Tag) ProtoMessage ¶
func (*Tag) ProtoMessage()
func (*Tag) ProtoReflect ¶
func (x *Tag) ProtoReflect() protoreflect.Message
type Task ¶
type Task struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` StartAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start_at,json=startAt,proto3" json:"start_at,omitempty"` Duration float32 `protobuf:"fixed32,3,opt,name=duration,proto3" json:"duration,omitempty"` Url string `protobuf:"bytes,4,opt,name=url,proto3" json:"url,omitempty"` IsSuccess bool `protobuf:"varint,5,opt,name=is_success,json=isSuccess,proto3" json:"is_success,omitempty"` Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 7
func (*Task) Descriptor
deprecated
func (*Task) GetDuration ¶
func (*Task) GetIsSuccess ¶
func (*Task) GetStartAt ¶
func (x *Task) GetStartAt() *timestamppb.Timestamp
func (*Task) ProtoMessage ¶
func (*Task) ProtoMessage()
func (*Task) ProtoReflect ¶
func (x *Task) ProtoReflect() protoreflect.Message
type TasksStatusCount ¶
type TasksStatusCount struct { TaskCount []*TasksStatusCount_TaskCount `protobuf:"bytes,1,rep,name=task_count,json=taskCount,proto3" json:"task_count,omitempty"` // contains filtered or unexported fields }
Returns counts of child tasks per status. NEXT_TAG = 2
func (*TasksStatusCount) Descriptor
deprecated
func (*TasksStatusCount) Descriptor() ([]byte, []int)
Deprecated: Use TasksStatusCount.ProtoReflect.Descriptor instead.
func (*TasksStatusCount) GetTaskCount ¶
func (x *TasksStatusCount) GetTaskCount() []*TasksStatusCount_TaskCount
func (*TasksStatusCount) ProtoMessage ¶
func (*TasksStatusCount) ProtoMessage()
func (*TasksStatusCount) ProtoReflect ¶
func (x *TasksStatusCount) ProtoReflect() protoreflect.Message
func (*TasksStatusCount) Reset ¶
func (x *TasksStatusCount) Reset()
func (*TasksStatusCount) String ¶
func (x *TasksStatusCount) String() string
type TasksStatusCount_TaskCount ¶
type TasksStatusCount_TaskCount struct { State StateQuery `protobuf:"varint,1,opt,name=state,proto3,enum=satlabrpcserver.StateQuery" json:"state,omitempty"` Count int32 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 3
func (*TasksStatusCount_TaskCount) Descriptor
deprecated
func (*TasksStatusCount_TaskCount) Descriptor() ([]byte, []int)
Deprecated: Use TasksStatusCount_TaskCount.ProtoReflect.Descriptor instead.
func (*TasksStatusCount_TaskCount) GetCount ¶
func (x *TasksStatusCount_TaskCount) GetCount() int32
func (*TasksStatusCount_TaskCount) GetState ¶
func (x *TasksStatusCount_TaskCount) GetState() StateQuery
func (*TasksStatusCount_TaskCount) ProtoMessage ¶
func (*TasksStatusCount_TaskCount) ProtoMessage()
func (*TasksStatusCount_TaskCount) ProtoReflect ¶
func (x *TasksStatusCount_TaskCount) ProtoReflect() protoreflect.Message
func (*TasksStatusCount_TaskCount) Reset ¶
func (x *TasksStatusCount_TaskCount) Reset()
func (*TasksStatusCount_TaskCount) String ¶
func (x *TasksStatusCount_TaskCount) String() string
type UnimplementedSatlabRpcServiceServer ¶
type UnimplementedSatlabRpcServiceServer struct { }
UnimplementedSatlabRpcServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedSatlabRpcServiceServer) AbortJobs ¶
func (UnimplementedSatlabRpcServiceServer) AbortJobs(context.Context, *AbortJobsRequest) (*AbortJobsResponse, error)
func (UnimplementedSatlabRpcServiceServer) AddDuts ¶
func (UnimplementedSatlabRpcServiceServer) AddDuts(context.Context, *AddDutsRequest) (*AddDutsResponse, error)
func (UnimplementedSatlabRpcServiceServer) AddPool ¶
func (UnimplementedSatlabRpcServiceServer) AddPool(context.Context, *AddPoolRequest) (*AddPoolResponse, error)
func (UnimplementedSatlabRpcServiceServer) DeleteDuts ¶
func (UnimplementedSatlabRpcServiceServer) DeleteDuts(context.Context, *DeleteDutsRequest) (*DeleteDutsResponse, error)
func (UnimplementedSatlabRpcServiceServer) DownloadLog ¶
func (UnimplementedSatlabRpcServiceServer) DownloadLog(*DownloadLogRequest, SatlabRpcService_DownloadLogServer) error
func (UnimplementedSatlabRpcServiceServer) GetCloudConfiguration ¶
func (UnimplementedSatlabRpcServiceServer) GetCloudConfiguration(context.Context, *GetCloudConfigurationRequest) (*GetCloudConfigurationResponse, error)
func (UnimplementedSatlabRpcServiceServer) GetDutDetail ¶
func (UnimplementedSatlabRpcServiceServer) GetDutDetail(context.Context, *GetDutDetailRequest) (*GetDutDetailResponse, error)
func (UnimplementedSatlabRpcServiceServer) GetNetworkInfo ¶
func (UnimplementedSatlabRpcServiceServer) GetNetworkInfo(context.Context, *GetNetworkInfoRequest) (*GetNetworkInfoResponse, error)
func (UnimplementedSatlabRpcServiceServer) GetPeripheralInformation ¶
func (UnimplementedSatlabRpcServiceServer) GetPeripheralInformation(context.Context, *GetPeripheralInformationRequest) (*GetPeripheralInformationResponse, error)
func (UnimplementedSatlabRpcServiceServer) GetSystemInfo ¶
func (UnimplementedSatlabRpcServiceServer) GetSystemInfo(context.Context, *GetSystemInfoRequest) (*GetSystemInfoResponse, error)
func (UnimplementedSatlabRpcServiceServer) GetTestPlan ¶
func (UnimplementedSatlabRpcServiceServer) GetTestPlan(context.Context, *GetTestPlanRequest) (*GetTestPlanResponse, error)
func (UnimplementedSatlabRpcServiceServer) GetVersionInfo ¶
func (UnimplementedSatlabRpcServiceServer) GetVersionInfo(context.Context, *GetVersionInfoRequest) (*GetVersionInfoResponse, error)
func (UnimplementedSatlabRpcServiceServer) IsUpdateAvailable ¶
func (UnimplementedSatlabRpcServiceServer) IsUpdateAvailable(context.Context, *IsUpdateAvailableRequest) (*IsUpdateAvailableResponse, error)
func (UnimplementedSatlabRpcServiceServer) ListAccessibleModels ¶
func (UnimplementedSatlabRpcServiceServer) ListAccessibleModels(context.Context, *ListAccessibleModelsRequest) (*ListAccessibleModelsResponse, error)
func (UnimplementedSatlabRpcServiceServer) ListBuildTargets ¶
func (UnimplementedSatlabRpcServiceServer) ListBuildTargets(context.Context, *ListBuildTargetsRequest) (*ListBuildTargetsResponse, error)
func (UnimplementedSatlabRpcServiceServer) ListBuildVersions ¶
func (UnimplementedSatlabRpcServiceServer) ListBuildVersions(context.Context, *ListBuildVersionsRequest) (*ListBuildVersionsResponse, error)
func (UnimplementedSatlabRpcServiceServer) ListConnectedDutsFirmware ¶
func (UnimplementedSatlabRpcServiceServer) ListConnectedDutsFirmware(context.Context, *ListConnectedDutsFirmwareRequest) (*ListConnectedDutsFirmwareResponse, error)
func (UnimplementedSatlabRpcServiceServer) ListDutEvents ¶
func (UnimplementedSatlabRpcServiceServer) ListDutEvents(context.Context, *ListDutEventsRequest) (*ListDutEventsResponse, error)
func (UnimplementedSatlabRpcServiceServer) ListDutTasks ¶
func (UnimplementedSatlabRpcServiceServer) ListDutTasks(context.Context, *ListDutTasksRequest) (*ListDutTasksResponse, error)
func (UnimplementedSatlabRpcServiceServer) ListDuts ¶
func (UnimplementedSatlabRpcServiceServer) ListDuts(context.Context, *ListDutsRequest) (*ListDutsResponse, error)
func (UnimplementedSatlabRpcServiceServer) ListEnrolledDuts ¶
func (UnimplementedSatlabRpcServiceServer) ListEnrolledDuts(context.Context, *ListEnrolledDutsRequest) (*ListEnrolledDutsResponse, error)
func (UnimplementedSatlabRpcServiceServer) ListJobs ¶
func (UnimplementedSatlabRpcServiceServer) ListJobs(context.Context, *ListJobsRequest) (*ListJobsResponse, error)
func (UnimplementedSatlabRpcServiceServer) ListMilestones ¶
func (UnimplementedSatlabRpcServiceServer) ListMilestones(context.Context, *ListMilestonesRequest) (*ListMilestonesResponse, error)
func (UnimplementedSatlabRpcServiceServer) ListTestPlans ¶
func (UnimplementedSatlabRpcServiceServer) ListTestPlans(context.Context, *ListTestPlansRequest) (*ListTestPlansResponse, error)
func (UnimplementedSatlabRpcServiceServer) OpenCCD ¶
func (UnimplementedSatlabRpcServiceServer) OpenCCD(*OpenCCDRequest, SatlabRpcService_OpenCCDServer) error
func (UnimplementedSatlabRpcServiceServer) Reboot ¶
func (UnimplementedSatlabRpcServiceServer) Reboot(context.Context, *RebootRequest) (*RebootResponse, error)
func (UnimplementedSatlabRpcServiceServer) RepairDuts ¶
func (UnimplementedSatlabRpcServiceServer) RepairDuts(context.Context, *RepairDutsRequest) (*RepairDutsResponse, error)
func (UnimplementedSatlabRpcServiceServer) RunLabQual ¶
func (UnimplementedSatlabRpcServiceServer) RunLabQual(context.Context, *RunLabQualRequest) (*RunLabQualResponse, error)
func (UnimplementedSatlabRpcServiceServer) RunQualification ¶
func (UnimplementedSatlabRpcServiceServer) RunQualification(context.Context, *RunQualificationRequest) (*RunQualificationResponse, error)
func (UnimplementedSatlabRpcServiceServer) RunStorageQual ¶
func (UnimplementedSatlabRpcServiceServer) RunStorageQual(context.Context, *RunStorageQualRequest) (*RunStorageQualResponse, error)
func (UnimplementedSatlabRpcServiceServer) RunSuite ¶
func (UnimplementedSatlabRpcServiceServer) RunSuite(context.Context, *RunSuiteRequest) (*RunSuiteResponse, error)
func (UnimplementedSatlabRpcServiceServer) RunTest ¶
func (UnimplementedSatlabRpcServiceServer) RunTest(context.Context, *RunTestRequest) (*RunTestResponse, error)
func (UnimplementedSatlabRpcServiceServer) RunTestPlan ¶
func (UnimplementedSatlabRpcServiceServer) RunTestPlan(context.Context, *RunTestPlanRequest) (*RunTestPlanResponse, error)
func (UnimplementedSatlabRpcServiceServer) SendMessageToCCDSession ¶
func (UnimplementedSatlabRpcServiceServer) SendMessageToCCDSession(context.Context, *SendMessageToCCDSessionRequest) (*SendMessageToCCDSessionResponse, error)
func (UnimplementedSatlabRpcServiceServer) SetCloudConfiguration ¶
func (UnimplementedSatlabRpcServiceServer) SetCloudConfiguration(context.Context, *SetCloudConfigurationRequest) (*SetCloudConfigurationResponse, error)
func (UnimplementedSatlabRpcServiceServer) StableVersion ¶
func (UnimplementedSatlabRpcServiceServer) StableVersion(context.Context, *StableVersionRequest) (*StableVersionResponse, error)
func (UnimplementedSatlabRpcServiceServer) StageBuild ¶
func (UnimplementedSatlabRpcServiceServer) StageBuild(context.Context, *StageBuildRequest) (*StageBuildResponse, error)
func (UnimplementedSatlabRpcServiceServer) StartServod ¶
func (UnimplementedSatlabRpcServiceServer) StartServod(context.Context, *api.StartServodRequest) (*longrunning.Operation, error)
func (UnimplementedSatlabRpcServiceServer) UpdateDutsFirmware ¶
func (UnimplementedSatlabRpcServiceServer) UpdateDutsFirmware(context.Context, *UpdateDutsFirmwareRequest) (*UpdateDutsFirmwareResponse, error)
func (UnimplementedSatlabRpcServiceServer) UpdatePool ¶
func (UnimplementedSatlabRpcServiceServer) UpdatePool(context.Context, *UpdatePoolRequest) (*UpdatePoolResponse, error)
func (UnimplementedSatlabRpcServiceServer) UploadLog ¶
func (UnimplementedSatlabRpcServiceServer) UploadLog(context.Context, *UploadLogRequest) (*UploadLogResponse, error)
type UnsafeSatlabRpcServiceServer ¶
type UnsafeSatlabRpcServiceServer interface {
// contains filtered or unexported methods
}
UnsafeSatlabRpcServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SatlabRpcServiceServer will result in compilation errors.
type UpdateDutsFirmwareRequest ¶
type UpdateDutsFirmwareRequest struct { Ips []string `protobuf:"bytes,1,rep,name=ips,proto3" json:"ips,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 2
func (*UpdateDutsFirmwareRequest) Descriptor
deprecated
func (*UpdateDutsFirmwareRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDutsFirmwareRequest.ProtoReflect.Descriptor instead.
func (*UpdateDutsFirmwareRequest) GetIps ¶
func (x *UpdateDutsFirmwareRequest) GetIps() []string
func (*UpdateDutsFirmwareRequest) ProtoMessage ¶
func (*UpdateDutsFirmwareRequest) ProtoMessage()
func (*UpdateDutsFirmwareRequest) ProtoReflect ¶
func (x *UpdateDutsFirmwareRequest) ProtoReflect() protoreflect.Message
func (*UpdateDutsFirmwareRequest) Reset ¶
func (x *UpdateDutsFirmwareRequest) Reset()
func (*UpdateDutsFirmwareRequest) String ¶
func (x *UpdateDutsFirmwareRequest) String() string
type UpdateDutsFirmwareResponse ¶
type UpdateDutsFirmwareResponse struct { Outputs []*FirmwareUpdateCommandOutput `protobuf:"bytes,1,rep,name=outputs,proto3" json:"outputs,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 2
func (*UpdateDutsFirmwareResponse) Descriptor
deprecated
func (*UpdateDutsFirmwareResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDutsFirmwareResponse.ProtoReflect.Descriptor instead.
func (*UpdateDutsFirmwareResponse) GetOutputs ¶
func (x *UpdateDutsFirmwareResponse) GetOutputs() []*FirmwareUpdateCommandOutput
func (*UpdateDutsFirmwareResponse) ProtoMessage ¶
func (*UpdateDutsFirmwareResponse) ProtoMessage()
func (*UpdateDutsFirmwareResponse) ProtoReflect ¶
func (x *UpdateDutsFirmwareResponse) ProtoReflect() protoreflect.Message
func (*UpdateDutsFirmwareResponse) Reset ¶
func (x *UpdateDutsFirmwareResponse) Reset()
func (*UpdateDutsFirmwareResponse) String ¶
func (x *UpdateDutsFirmwareResponse) String() string
type UpdatePoolRequest ¶
type UpdatePoolRequest struct { Items []*UpdatePoolRequest_Item `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 2
func (*UpdatePoolRequest) Descriptor
deprecated
func (*UpdatePoolRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdatePoolRequest.ProtoReflect.Descriptor instead.
func (*UpdatePoolRequest) GetItems ¶
func (x *UpdatePoolRequest) GetItems() []*UpdatePoolRequest_Item
func (*UpdatePoolRequest) ProtoMessage ¶
func (*UpdatePoolRequest) ProtoMessage()
func (*UpdatePoolRequest) ProtoReflect ¶
func (x *UpdatePoolRequest) ProtoReflect() protoreflect.Message
func (*UpdatePoolRequest) Reset ¶
func (x *UpdatePoolRequest) Reset()
func (*UpdatePoolRequest) String ¶
func (x *UpdatePoolRequest) String() string
type UpdatePoolRequest_Item ¶
type UpdatePoolRequest_Item struct { Pools []string `protobuf:"bytes,2,rep,name=pools,proto3" json:"pools,omitempty"` Hostname string `protobuf:"bytes,3,opt,name=hostname,proto3" json:"hostname,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 4
func (*UpdatePoolRequest_Item) Descriptor
deprecated
func (*UpdatePoolRequest_Item) Descriptor() ([]byte, []int)
Deprecated: Use UpdatePoolRequest_Item.ProtoReflect.Descriptor instead.
func (*UpdatePoolRequest_Item) GetHostname ¶
func (x *UpdatePoolRequest_Item) GetHostname() string
func (*UpdatePoolRequest_Item) GetPools ¶
func (x *UpdatePoolRequest_Item) GetPools() []string
func (*UpdatePoolRequest_Item) ProtoMessage ¶
func (*UpdatePoolRequest_Item) ProtoMessage()
func (*UpdatePoolRequest_Item) ProtoReflect ¶
func (x *UpdatePoolRequest_Item) ProtoReflect() protoreflect.Message
func (*UpdatePoolRequest_Item) Reset ¶
func (x *UpdatePoolRequest_Item) Reset()
func (*UpdatePoolRequest_Item) String ¶
func (x *UpdatePoolRequest_Item) String() string
type UpdatePoolResponse ¶
type UpdatePoolResponse struct {
// contains filtered or unexported fields
}
NEXT_TAG = 1
func (*UpdatePoolResponse) Descriptor
deprecated
func (*UpdatePoolResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdatePoolResponse.ProtoReflect.Descriptor instead.
func (*UpdatePoolResponse) ProtoMessage ¶
func (*UpdatePoolResponse) ProtoMessage()
func (*UpdatePoolResponse) ProtoReflect ¶
func (x *UpdatePoolResponse) ProtoReflect() protoreflect.Message
func (*UpdatePoolResponse) Reset ¶
func (x *UpdatePoolResponse) Reset()
func (*UpdatePoolResponse) String ¶
func (x *UpdatePoolResponse) String() string
type UploadLogRequest ¶
type UploadLogRequest struct {
// contains filtered or unexported fields
}
NEXT_TAG = 1
func (*UploadLogRequest) Descriptor
deprecated
func (*UploadLogRequest) Descriptor() ([]byte, []int)
Deprecated: Use UploadLogRequest.ProtoReflect.Descriptor instead.
func (*UploadLogRequest) ProtoMessage ¶
func (*UploadLogRequest) ProtoMessage()
func (*UploadLogRequest) ProtoReflect ¶
func (x *UploadLogRequest) ProtoReflect() protoreflect.Message
func (*UploadLogRequest) Reset ¶
func (x *UploadLogRequest) Reset()
func (*UploadLogRequest) String ¶
func (x *UploadLogRequest) String() string
type UploadLogResponse ¶
type UploadLogResponse struct { // the link of visit the tar file in bucket BucketLink string `protobuf:"bytes,1,opt,name=bucket_link,json=bucketLink,proto3" json:"bucket_link,omitempty"` // contains filtered or unexported fields }
NEXT_TAG = 2
func (*UploadLogResponse) Descriptor
deprecated
func (*UploadLogResponse) Descriptor() ([]byte, []int)
Deprecated: Use UploadLogResponse.ProtoReflect.Descriptor instead.
func (*UploadLogResponse) GetBucketLink ¶
func (x *UploadLogResponse) GetBucketLink() string
func (*UploadLogResponse) ProtoMessage ¶
func (*UploadLogResponse) ProtoMessage()
func (*UploadLogResponse) ProtoReflect ¶
func (x *UploadLogResponse) ProtoReflect() protoreflect.Message
func (*UploadLogResponse) Reset ¶
func (x *UploadLogResponse) Reset()
func (*UploadLogResponse) String ¶
func (x *UploadLogResponse) String() string