Cloud Composer v1 API - Class SaveSnapshotResponse (2.7.0)

public sealed class SaveSnapshotResponse : IMessage<SaveSnapshotResponse>, IEquatable<SaveSnapshotResponse>, IDeepCloneable<SaveSnapshotResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Composer v1 API class SaveSnapshotResponse.

Response to SaveSnapshotRequest.

Inheritance

object > SaveSnapshotResponse

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

Google.Cloud.Orchestration.Airflow.Service.V1.dll

Constructors

SaveSnapshotResponse()

public SaveSnapshotResponse()

SaveSnapshotResponse(SaveSnapshotResponse)

public SaveSnapshotResponse(SaveSnapshotResponse other)
Parameter
NameDescription
otherSaveSnapshotResponse

Properties

SnapshotPath

public string SnapshotPath { get; set; }

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.

Property Value
TypeDescription
string