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."],[[["The content focuses on the `UpdateSnapshotRequest` class within the Google Cloud Filestore v1 API for .NET, specifically version 2.5.0."],["This class allows users to update a snapshot's description and/or labels, as per the provided documentation."],["The `UpdateSnapshotRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for various interactions."],["The class contains two key properties, `Snapshot` (the snapshot resource) and `UpdateMask` (specifying which fields to update), both of which are required."],["The document also lists all versions from 1.0.0 to the latest 2.7.0 of the `UpdateSnapshotRequest`."]]],[]]