Cloud Deploy API (clouddeploy:v1)

2022-09-18

3 new methods

Additions

    Methods
  • clouddeploy.projects.locations.deliveryPipelines.releases.rollouts.retryJob

      Parameter Order: rollout

      Description: Retries the specified Job in a Rollout.

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

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/deliveryPipelines/{deliveryPipelinesId}/releases/{releasesId}/rollouts/{rolloutsId}:retryJob

      Parameters:

        rollout

          Type: string

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

          Required: Yes

          Location: path

          Description: Required. Name of the Rollout. Format is projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/ releases/{release}/rollouts/{rollout}.

      Path: v1/{+rollout}:retryJob

      HTTP Method: POST

  • clouddeploy.projects.locations.deliveryPipelines.releases.rollouts.jobRuns.get

      Description: Gets details of a single JobRun.

      Parameter Order: name

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

      Path: v1/{+name}

      Parameters:

        name

          Description: Required. Name of the `JobRun`. Format must be projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}/releases/{release_name}/rollouts/{rollout_name}/jobRuns/{job_run_name}.

          Required: Yes

          Location: path

          Type: string

          Pattern: ^projects/[^/]+/locations/[^/]+/deliveryPipelines/[^/]+/releases/[^/]+/rollouts/[^/]+/jobRuns/[^/]+$

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/deliveryPipelines/{deliveryPipelinesId}/releases/{releasesId}/rollouts/{rolloutsId}/jobRuns/{jobRunsId}

      HTTP Method: GET

  • clouddeploy.projects.locations.deliveryPipelines.releases.rollouts.jobRuns.list

      Parameters:

        pageSize

          Format: int32

          Type: integer

          Description: Optional. The maximum number of `JobRun` objects to return. The service may return fewer than this value. If unspecified, at most 50 `JobRun` objects will be returned. The maximum value is 1000; values above 1000 will be set to 1000.

          Location: query

        filter

          Type: string

          Description: Optional. Filter results to be returned. See https://google.aip.dev/160 for more details.

          Location: query

        pageToken

          Type: string

          Description: Optional. A page token, received from a previous `ListJobRuns` call. Provide this to retrieve the subsequent page. When paginating, all other provided parameters match the call that provided the page token.

          Location: query

        orderBy

          Description: Optional. Field to sort by. See https://google.aip.dev/132#ordering for more details.

          Location: query

          Type: string

        parent

          Type: string

          Required: Yes

          Description: Required. The `Rollout` which owns this collection of `JobRun` objects.

          Location: path

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

      Path: v1/{+parent}/jobRuns

      HTTP Method: GET

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/deliveryPipelines/{deliveryPipelinesId}/releases/{releasesId}/rollouts/{rolloutsId}/jobRuns

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

      Description: Lists JobRuns in a given project and location.

      Parameter Order: parent