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 `UpdateSnapshotRequest` class in the Cloud Filestore v1 API is used to update the description and/or labels of a snapshot."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateSnapshotRequest` class has a constructor that can take another `UpdateSnapshotRequest` object as a parameter, alongside a parameterless constructor."],["It includes properties for `Snapshot`, representing the snapshot resource, and `UpdateMask`, which is required to specify which fields to update."],["The documentation covers versions from 1.0.0 up to 2.7.0 of the Google.Cloud.Filestore.V1 API."]]],[]]