Cloud Run Admin API (run:v2)

2024-03-29

5 new methods

Additions

    Methods
  • run.projects.locations.exportMetadata

      Path : v2/{+name}:exportMetadata

      Flat Path : v2/projects/{projectsId}/locations/{locationsId}/{locationsId1}:exportMetadata

      HTTP Method : GET

      Parameters :

        name

          Description : Required. The name of the resource of which metadata should be exported. Format: `projects/{project_id_or_number}/locations/{location}/services/{service}` for Service `projects/{project_id_or_number}/locations/{location}/services/{service}/revisions/{revision}` for Revision `projects/{project_id_or_number}/locations/{location}/jobs/{job}/executions/{execution}` for Execution

          Pattern : ^projects/[^/]+/locations/[^/]+/.*$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

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

      Description : Export generated customer metadata for a given resource.

  • run.projects.locations.exportImageMetadata

      Path : v2/{+name}:exportImageMetadata

      Flat Path : v2/projects/{projectsId}/locations/{locationsId}/{locationsId1}:exportImageMetadata

      HTTP Method : GET

      Parameters :

        name

          Description : Required. The name of the resource of which image metadata should be exported. Format: `projects/{project_id_or_number}/locations/{location}/services/{service}/revisions/{revision}` for Revision `projects/{project_id_or_number}/locations/{location}/jobs/{job}/executions/{execution}` for Execution

          Pattern : ^projects/[^/]+/locations/[^/]+/.*$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

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

      Description : Export image metadata for a given resource.

  • run.projects.locations.exportImage

      Path : v2/{+name}:exportImage

      Flat Path : v2/projects/{projectsId}/locations/{locationsId}/{locationsId1}:exportImage

      HTTP Method : POST

      Parameters :

        name

          Description : Required. The name of the resource of which image metadata should be exported. Format: `projects/{project_id_or_number}/locations/{location}/services/{service}/revisions/{revision}` for Revision `projects/{project_id_or_number}/locations/{location}/jobs/{job}/executions/{execution}` for Execution

          Pattern : ^projects/[^/]+/locations/[^/]+/.*$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

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

      Description : Export image for a given resource.

  • run.projects.locations.jobs.executions.exportStatus

      Path : v2/{+name}/{+operationId}:exportStatus

      Flat Path : v2/projects/{projectsId}/locations/{locationsId}/jobs/{jobsId}/executions/{executionsId}/{executionsId1}:exportStatus

      HTTP Method : GET

      Parameters :

        name

          Description : Required. The name of the resource of which image export operation status has to be fetched. Format: `projects/{project_id_or_number}/locations/{location}/services/{service}/revisions/{revision}` for Revision `projects/{project_id_or_number}/locations/{location}/jobs/{job}/executions/{execution}` for Execution

          Pattern : ^projects/[^/]+/locations/[^/]+/jobs/[^/]+/executions/[^/]+$

          Location : path

          Required : Yes

          Type : string

        operationId

          Description : Required. The operation id returned from ExportImage.

          Pattern : ^[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order :

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

      Description : Read the status of an image export operation.

  • run.projects.locations.services.revisions.exportStatus

      Path : v2/{+name}/{+operationId}:exportStatus

      Flat Path : v2/projects/{projectsId}/locations/{locationsId}/services/{servicesId}/revisions/{revisionsId}/{revisionsId1}:exportStatus

      HTTP Method : GET

      Parameters :

        name

          Description : Required. The name of the resource of which image export operation status has to be fetched. Format: `projects/{project_id_or_number}/locations/{location}/services/{service}/revisions/{revision}` for Revision `projects/{project_id_or_number}/locations/{location}/jobs/{job}/executions/{execution}` for Execution

          Pattern : ^projects/[^/]+/locations/[^/]+/services/[^/]+/revisions/[^/]+$

          Location : path

          Required : Yes

          Type : string

        operationId

          Description : Required. The operation id returned from ExportImage.

          Pattern : ^[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order :

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

      Description : Read the status of an image export operation.