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 webpage provides documentation for the `UpdateSnapshotRequest` class within the `Google.Cloud.PubSub.V1` namespace, specifically in the context of .NET development."],["The `UpdateSnapshotRequest` class is used to update a snapshot in the Google Cloud Pub/Sub service, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features two constructors: a default constructor `UpdateSnapshotRequest()` and another that takes an existing `UpdateSnapshotRequest` object as an argument: `UpdateSnapshotRequest(UpdateSnapshotRequest other)`."],["The `UpdateSnapshotRequest` class includes two properties, `Snapshot` and `UpdateMask`, which are required to update a snapshot, indicating which fields to modify, and each require a specific type."],["The page includes links to different versions of the documentation for this request object, ranging from version 3.23.0 (latest) down to version 2.3.0."]]],[]]