Module controller

Module controller 

Source

Modules§

cancel_controller_jobs_request
Nested message and enum types in CancelControllerJobsRequest.
controller_client
Generated client implementations.
execute_controller_job_request
Nested message and enum types in ExecuteControllerJobRequest.
get_controller_job_results_request
Nested message and enum types in GetControllerJobResultsRequest.
get_controller_job_status_request
Nested message and enum types in GetControllerJobStatusRequest.
get_controller_job_status_response
Nested message and enum types in GetControllerJobStatusResponse.

Structs§

BatchExecuteControllerJobsRequest
A request to execute multiple ControllerJobs as if they were sent as separate requests. Note that the job execution IDs will be returned in the same order as the requests, but execution itself may occur out of that order depending on executor configuration.
BatchExecuteControllerJobsResponse
CancelControllerJobsRequest
Cancel all given jobs that have yet to begin executing. This endpoint is not atomic, and will attempt to cancel every job even when some jobs cannot be canceled. A job can be canceled only if it has not yet started executing.
CancelControllerJobsResponse
EstimatedDelay
An estimation of the delay before a specific event, such as when a queued job is expected to be dequeued and run.
ExecuteControllerJobRequest
A request to execute a given ControllerJob on a specific target with one or more configurations.
ExecuteControllerJobResponse
ExecutionOptions
Options specified on execution requests describing any features or processes requested before or after job execution.
GetControllerJobResultsRequest
GetControllerJobResultsResponse
GetControllerJobStatusRequest
GetControllerJobStatusResponse