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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-01 UTC."],[[["This webpage provides reference documentation for the `SaveSnapshotResponse` class within the Cloud Composer v1 API, specifically for version 2.7.0."],["The `SaveSnapshotResponse` class is a response type used in the Google Cloud Orchestration Airflow Service API, designed to return data after a `SaveSnapshotRequest` has been processed."],["The `SaveSnapshotResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The class includes a `SnapshotPath` property, a string that provides the full Cloud Storage path where the snapshot was saved if the process completed successfully."],["The page links to historical versions of the API documentation for this class ranging from version 1.0.0 to 2.9.0 (latest)."]]],[]]