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 details the `UpdateSnapshotRequest` class within the `Google.Cloud.PubSub.V1` namespace, specifically version 2.8.0, which is used to request updates to a snapshot in the Google Cloud Pub/Sub service."],["It lists available versions of the `UpdateSnapshotRequest` ranging from the latest 3.23.0 down to 2.3.0, with links to their respective documentation pages."],["The `UpdateSnapshotRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and another that takes another `UpdateSnapshotRequest` object as a parameter, for creating copies."],["It has two key properties: `Snapshot` representing the updated snapshot object and `UpdateMask` to indicate which snapshot fields to update."]]],[]]