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 Cloud Composer v1 API, specifically for version 2.7.0."],["The `SaveSnapshotRequest` class is used to request the creation of a snapshot of a Cloud Composer environment, and is located within the `Google.Cloud.Orchestration.Airflow.Service.V1` namespace."],["It has several implemented interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SaveSnapshotRequest` class has two constructors: a default constructor, and a constructor that takes another `SaveSnapshotRequest` object as a parameter, and also contains properties named `Environment` and `SnapshotLocation` which respectively takes in the resource name of the source environment and the location in Cloud Storage where the snapshot will be stored."],["There are listed links to previous versions for this same object, all the way back to version 1.0.0, with 2.9.0 being the latest version."]]],[]]