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."],[[["This page provides documentation for the `UpdateSnapshotRequest` class within the `Google.Cloud.PubSub.V1` namespace, specifically for version 3.2.0, alongside links to previous versions of this request object."],["`UpdateSnapshotRequest` is a request object used for the `UpdateSnapshot` method and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `UpdateSnapshotRequest` inherits from the `Object` class and has `Snapshot` and `UpdateMask` as its main properties, which are used to specify the updated snapshot object and the fields to update, respectively."],["Constructors are available to create a new `UpdateSnapshotRequest` object, with one constructor being a parameterless constructor and the other taking another `UpdateSnapshotRequest` as a parameter."],["The latest available version for this resource is version 3.23.0, with a history of previous versions going as far back as version 2.3.0."]]],[]]