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 information for the `SaveSnapshotResponse` class within the Google Cloud Composer v1 API."],["The `SaveSnapshotResponse` class is a response to the `SaveSnapshotRequest` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class is part of the `Google.Cloud.Orchestration.Airflow.Service.V1` namespace, found within the `Google.Cloud.Orchestration.Airflow.Service.V1.dll` assembly."],["The document highlights the available versions of this class, ranging from version 1.0.0 up to the latest 2.9.0, with the document specifically focusing on version 2.2.0, and also provides details on the `SnapshotPath` property, which reveals the storage location of a successful snapshot creation."],["The `SaveSnapshotResponse` class has two constructors: a default constructor `SaveSnapshotResponse()` and a copy constructor `SaveSnapshotResponse(SaveSnapshotResponse other)`, which allows for creating a new instance based on an existing one."]]],[]]