public sealed class CreateSnapshotRequest : IMessage<CreateSnapshotRequest>, IEquatable<CreateSnapshotRequest>, IDeepCloneable<CreateSnapshotRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Filestore v1 API class CreateSnapshotRequest.
[[["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."],[[["The `CreateSnapshotRequest` class in the Google Cloud Filestore v1 API is used to create snapshots of Filestore instances, and it is available in version 2.5.0 of the API, as well as in several other versions."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as `IMessage[CreateSnapshotRequest]`."],["The class provides constructors, including a default constructor and a copy constructor that takes another `CreateSnapshotRequest` object, in addition to several properties such as `Parent`, `ParentAsInstanceName`, `Snapshot`, and `SnapshotId` for defining the snapshot creation parameters."],["The `Parent` property specifies the instance for which a snapshot is being created, and `SnapshotId` is the required unique identifier for the snapshot."],["The provided content includes several versions of the API, ranging from version 1.0.0 to version 2.7.0 (latest), all with information on how to use the `CreateSnapshotRequest`."]]],[]]