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-03-21 UTC."],[[["This document provides reference documentation for the `SaveSnapshotResponse` class within the Cloud Composer v1 API, specifically for version 2.5.0."],["The `SaveSnapshotResponse` class is part of the `Google.Cloud.Orchestration.Airflow.Service.V1` namespace and is implemented within the `Google.Cloud.Orchestration.Airflow.Service.V1.dll` assembly."],["`SaveSnapshotResponse` is the response to a `SaveSnapshotRequest`, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default constructor and a constructor that accepts another `SaveSnapshotResponse` object, and it also contains the `SnapshotPath` property that returns the Cloud Storage path of a newly created snapshot."],["The documentation also displays the different available versions, ranging from 1.0.0 up to 2.9.0, which is the latest version for the `SaveSnapshotResponse` class."]]],[]]