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 latest version of the `Google.Cloud.PubSub.V1` package is 3.23.0, with a historical list of previous versions provided."],["The `UpdateSnapshotRequest` class is used to make requests for the `UpdateSnapshot` method and is a part of the `Google.Cloud.PubSub.V1` namespace."],["This `UpdateSnapshotRequest` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateSnapshotRequest` class has two properties: `Snapshot`, which represents the updated snapshot object, and `UpdateMask`, which indicates the fields to be updated."],["There are two constructors for creating an instance of the class: a default constructor and one that takes another instance of `UpdateSnapshotRequest`."]]],[]]