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."],[[["The page provides documentation for the `UpdateSnapshotRequest` class within the `Google.Cloud.PubSub.V1` namespace, detailing its structure and functionality across multiple versions."],["The latest version documented for `UpdateSnapshotRequest` is 3.23.0, with previous versions ranging down to 2.3.0, and the current version of focus is 2.7.0."],["`UpdateSnapshotRequest` is used for the `UpdateSnapshot` method and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `UpdateSnapshotRequest` class include `Snapshot` and `UpdateMask`, which are essential for updating snapshot objects and specifying which fields to update, respectively."],["The documentation includes details on the constructors for the `UpdateSnapshotRequest` class, including a default constructor and one that accepts another `UpdateSnapshotRequest` object as a parameter."]]],[]]