public sealed class UpdateSnapshotRequest : IMessage<UpdateSnapshotRequest>, IEquatable<UpdateSnapshotRequest>, IDeepCloneable<UpdateSnapshotRequest>, IBufferMessage, IMessage
[[["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-31 UTC."],[[["This webpage provides documentation for the `UpdateSnapshotRequest` class within the `Google.Cloud.PubSub.V1` namespace, detailing its usage and structure across multiple versions."],["The latest version documented is 3.23.0, and the page lists previous versions going back to 2.3.0 for reference."],["`UpdateSnapshotRequest` is a request type used for the `UpdateSnapshot` method and implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors and two properties, `Snapshot` and `UpdateMask`, which are required when updating a snapshot object."],["The `UpdateSnapshotRequest` class inherits a few methods from the `Object` base class, including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]