ProjectsLocationsDeliveryPipelinesReleasesRollouts
class ProjectsLocationsDeliveryPipelinesReleasesRollouts extends Resource (View source)
The "rollouts" collection of methods.
Typical usage is:
$clouddeployService = new Google\Service\CloudDeploy(...);
$rollouts = $clouddeployService->projects_locations_deliveryPipelines_releases_rollouts;
Methods
Advances a Rollout in a given project and location. (rollouts.advance)
Approves a Rollout. (rollouts.approve)
Cancels a Rollout in a given project and location. (rollouts.cancel)
Ignores the specified Job in a Rollout. (rollouts.ignoreJob)
Lists Rollouts in a given project and location.
Retries the specified Job in a Rollout. (rollouts.retryJob)
Details
AdvanceRolloutResponse
advance(string $name, AdvanceRolloutRequest $postBody, array $optParams = [])
Advances a Rollout in a given project and location. (rollouts.advance)
ApproveRolloutResponse
approve(string $name, ApproveRolloutRequest $postBody, array $optParams = [])
Approves a Rollout. (rollouts.approve)
CancelRolloutResponse
cancel(string $name, CancelRolloutRequest $postBody, array $optParams = [])
Cancels a Rollout in a given project and location. (rollouts.cancel)
Operation
create(string $parent, Rollout $postBody, array $optParams = [])
Creates a new Rollout in a given project and location. (rollouts.create)
Rollout
get(string $name, array $optParams = [])
Gets details of a single Rollout. (rollouts.get)
IgnoreJobResponse
ignoreJob(string $rollout, IgnoreJobRequest $postBody, array $optParams = [])
Ignores the specified Job in a Rollout. (rollouts.ignoreJob)
ListRolloutsResponse
listProjectsLocationsDeliveryPipelinesReleasesRollouts(string $parent, array $optParams = [])
Lists Rollouts in a given project and location.
(rollouts.listProjectsLocationsDeliveryPipelinesReleasesRollouts)
RetryJobResponse
retryJob(string $rollout, RetryJobRequest $postBody, array $optParams = [])
Retries the specified Job in a Rollout. (rollouts.retryJob)