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 webpage details the `UpdateSnapshotRequest` class within the `Google.Cloud.PubSub.V1` namespace, used for requesting updates to a snapshot in Google Cloud Pub/Sub."],["Version history for `UpdateSnapshotRequest` is available, ranging from version 3.23.0 (latest) down to 2.3.0, with each version having its dedicated documentation page."],["The `UpdateSnapshotRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors, a default one and one that takes another `UpdateSnapshotRequest` object, and has two essential properties, `Snapshot` and `UpdateMask`, used for the update."]]],[]]