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-04-17 UTC."],[[["This webpage provides documentation for the `UpdateSnapshotRequest` class within the Google Cloud Filestore v1 API, specifically version 2.6.0, with links to other versions as well."],["`UpdateSnapshotRequest` is used to update the description and/or labels of a snapshot within the Google Cloud Filestore."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending from the base `object` class."],["The class has two properties, `Snapshot` which is a required snapshot resource, and `UpdateMask` which is a required field to specify the fields to be updated."],["The page offers links to other versions of the documentation, from 1.0.0 to 2.7.0, allowing users to navigate across different API iterations."]]],[]]