Get desktop application:
View/edit binary Protocol Buffers messages
Get the list of throttled tasks in the system
Request message for JobService.GetThrottledPods method.
(message has no fields)
Response message for JobService.GetThrottledPods method.
RefreshJob allows user to load job runtime status from the database and re-execute the action associated with current state.
Request message for JobService.RefreshJob method.
The job ID to look up the job.
Response message for JobService.RefreshJob method. Return errors: NOT_FOUND: if the job ID is not found.
(message has no fields)
GetJobCache gets the job state in the cache.
Request message for JobService.GetJobCache method.
The job ID to look up the job.
Response message for JobService.GetJobCache method. Return errors: NOT_FOUND: if the job ID is not found.
The job configuration in cache of the matching job.
The job runtime in cache of the matching job.
QueryJobCache queries jobs in the cache
Request message for JobService.QueryJobCache method.
spec used to query job cache
Response message for JobService.QueryJobCache method.
List of job cache query result returned by server.
GetInstanceAvailabilityInfoForJob gets instance availability information for the job.
Request message for JobManagerService.GetInstanceAvailabilityInfoForJob
The job ID to look up the job.
optional field instance ids to filter. If no instances are specified then instance availability information for all instances of the job would be returned.
Response message for JobManagerService.GetInstanceAvailabilityInfoForJob Return errors: NOT_FOUND: if the job ID is not found.
map of instance id to instance availability type.
CacheQuerySpec specifies the list of query criteria for jobs, which can be served by cache directly
Used in:
List of labels to query the jobs. Will match all jobs if the list is empty.
Query jobs by name. This is case sensitive and will look for jobs with name matching the name string. Will match all jobs if name is unset.
Used in:
The job identifier of the result.
The name of the job