Google Cloud Orchestration Airflow V1 Client - Class SaveSnapshotResponse (1.5.0)

Reference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class SaveSnapshotResponse.

Response to SaveSnapshotRequest.

Generated from protobuf message google.cloud.orchestration.airflow.service.v1.SaveSnapshotResponse

Namespace

Google \ Cloud \ Orchestration \ Airflow \ Service \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ snapshot_path string

The fully-resolved Cloud Storage path of the created snapshot, e.g.: "gs://my-bucket/snapshots/project_location_environment_timestamp". This field is populated only if the snapshot creation was successful.

getSnapshotPath

The fully-resolved Cloud Storage path of the created snapshot, e.g.: "gs://my-bucket/snapshots/project_location_environment_timestamp".

This field is populated only if the snapshot creation was successful.

Returns
TypeDescription
string

setSnapshotPath

The fully-resolved Cloud Storage path of the created snapshot, e.g.: "gs://my-bucket/snapshots/project_location_environment_timestamp".

This field is populated only if the snapshot creation was successful.

Parameter
NameDescription
var string
Returns
TypeDescription
$this