public sealed class SaveSnapshotRequest : IMessage<SaveSnapshotRequest>, IEquatable<SaveSnapshotRequest>, IDeepCloneable<SaveSnapshotRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class SaveSnapshotRequest.
Request to create a snapshot of a Cloud Composer environment.
[[["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 `SaveSnapshotRequest` class within the Google Cloud Composer v1 API."],["The `SaveSnapshotRequest` class is used to create a snapshot of a Cloud Composer environment and is found in the `Google.Cloud.Orchestration.Airflow.Service.V1` namespace."],["The document lists various versions of the API, with the latest being 2.9.0 and it is also the entry for the 2.8.0 version."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable\u003cSaveSnapshotRequest\u003e`, `IDeepCloneable\u003cSaveSnapshotRequest\u003e`, and `IBufferMessage`."],["`SaveSnapshotRequest` has two properties: `Environment` which is a string representing the source environment's resource name and `SnapshotLocation` which is a string representing the location where the snapshot will be stored."]]],[]]