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 Orchestration Airflow Service V1 API, specifically for version 2.8.0."],["The `SaveSnapshotResponse` class is a response to the `SaveSnapshotRequest` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document lists available versions of the API, ranging from version 1.0.0 up to the latest version 2.9.0, showcasing the history and evolution of the API."],["The class inherits members from the base `object` class and contains two constructors: a default constructor and a constructor that accepts another `SaveSnapshotResponse` object as a parameter."],["The class contains one property, `SnapshotPath`, which returns the Cloud Storage path of a snapshot if it was successfully created."]]],[]]