Cloud Composer API (composer:v1beta1)

2022-03-30

2 new methods

Additions

    Methods
  • composer.projects.locations.environments.loadSnapshot

      Parameter Order: environment

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/environments/{environmentsId}:loadSnapshot

      Parameters:

        environment

          Type: string

          Location: path

          Description: The resource name of the target environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"

          Required: Yes

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

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

      Description: Loads a snapshot of a Cloud Composer environment. As a result of this operation, a snapshot of environment's specified in LoadSnapshotRequest is loaded into the environment.

      Path: v1beta1/{+environment}:loadSnapshot

      HTTP Method: POST

  • composer.projects.locations.environments.saveSnapshot

      HTTP Method: POST

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

      Parameters:

        environment

          Description: The resource name of the source environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"

          Location: path

          Required: Yes

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

          Type: string

      Description: Creates a snapshots of a Cloud Composer environment. As a result of this operation, snapshot of environment's state is stored in a location specified in the SaveSnapshotRequest.

      Parameter Order: environment

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/environments/{environmentsId}:saveSnapshot

      Path: v1beta1/{+environment}:saveSnapshot