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 documentation for the `SaveSnapshotResponse` class within the Google Cloud Composer v1 API, specifically for version 2.4.0."],["The `SaveSnapshotResponse` class is a response to `SaveSnapshotRequest` and is part of the `Google.Cloud.Orchestration.Airflow.Service.V1` namespace."],["The documentation lists various versions of the API, ranging from 1.0.0 to 2.9.0 (latest), providing links to each version's documentation for `SaveSnapshotResponse`."],["The `SaveSnapshotResponse` class has a property called `SnapshotPath`, which contains the full Cloud Storage path of a created snapshot, and is populated when the snapshot creation is successful."],["The SaveSnapshotResponse class implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."]]],[]]