Cloud Deploy API (clouddeploy:v1)

2023-09-14

1 new method

Additions

    Methods
  • clouddeploy.projects.locations.deliveryPipelines.rollbackTarget

      Parameter Order: name

      Path: v1/{+name}:rollbackTarget

      Description: Creates a `Rollout` to roll back the specified target.

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/deliveryPipelines/{deliveryPipelinesId}:rollbackTarget

      Scopes: https://www.googleapis.com/auth/cloud-platform

      HTTP Method: POST

      Parameters:

        name

          Type: string

          Required: Yes

          Location: path

          Pattern: ^projects/[^/]+/locations/[^/]+/deliveryPipelines/[^/]+$

          Description: Required. The `DeliveryPipeline` for which the rollback `Rollout` should be created. Format should be projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}.