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.
Implements
IMessageSaveSnapshotResponse, IEquatableSaveSnapshotResponse, IDeepCloneableSaveSnapshotResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Constructors
SaveSnapshotResponse()
public SaveSnapshotResponse()
SaveSnapshotResponse(SaveSnapshotResponse)
public SaveSnapshotResponse(SaveSnapshotResponse other)
Parameter | |
---|---|
Name | Description |
other |
SaveSnapshotResponse |
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 | |
---|---|
Type | Description |
string |