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 latest version available for the `UpdateSnapshotRequest` class is 2.7.0, but the current page specifically documents version 2.4.0."],["The `UpdateSnapshotRequest` class in the Cloud Filestore v1 API allows users to update the description and/or labels of a snapshot resource."],["`UpdateSnapshotRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for managing snapshots."],["The `UpdateSnapshotRequest` class requires two properties, `Snapshot` and `UpdateMask`, to perform an update operation, while also having two constructors."],["This class is found within the `Google.Cloud.Filestore.V1` namespace in the `Google.Cloud.Filestore.V1.dll` assembly."]]],[]]