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 provides documentation for the `UpdateSnapshotRequest` class within the `Google.Cloud.PubSub.V1` namespace, specifically highlighting version 2.9.0."],["It lists numerous previous versions of the `UpdateSnapshotRequest` class, ranging from version 2.3.0 up to the latest 3.23.0, with hyperlinks to their respective documentation pages."],["The `UpdateSnapshotRequest` class is part of a request for the `UpdateSnapshot` method and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and another that accepts another `UpdateSnapshotRequest` object as a parameter."],["Key properties within the class include `Snapshot`, representing the updated snapshot object, and `UpdateMask`, indicating which snapshot fields should be updated."]]],[]]