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 documentation for the `SaveSnapshotRequest` class within the Cloud Composer v1 API, used for creating snapshots of Cloud Composer environments."],["The `SaveSnapshotRequest` class is part of the `Google.Cloud.Orchestration.Airflow.Service.V1` namespace and is available in various versions, with 2.9.0 being the latest."],["`SaveSnapshotRequest` inherits from Object and implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, supporting various functionalities such as deep cloning."],["The class includes properties like `Environment` to specify the source environment and `SnapshotLocation` to define where the snapshot will be stored in Cloud Storage."],["Constructors for the `SaveSnapshotRequest` class allow creating an empty object or one based on an existing `SaveSnapshotRequest` instance, and it has inherited methods from `Object`."]]],[]]