public sealed class UpdateSnapshotRequest : IMessage<UpdateSnapshotRequest>, IEquatable<UpdateSnapshotRequest>, IDeepCloneable<UpdateSnapshotRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Filestore v1 API class UpdateSnapshotRequest.
UpdateSnapshotRequest updates description and/or labels for a snapshot.
[[["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 webpage provides reference documentation for the `UpdateSnapshotRequest` class within the Google Cloud Filestore v1 API, used for updating descriptions and labels of snapshots."],["The latest version of the `UpdateSnapshotRequest` class is 2.7.0, and the documentation covers versions from 1.0.0 to the latest."],["The `UpdateSnapshotRequest` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that takes another `UpdateSnapshotRequest` object as a parameter."],["The `UpdateSnapshotRequest` class has properties to set the `Snapshot` and `UpdateMask`, which define the resource and the specific fields to be updated, respectively."]]],[]]