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 details the `UpdateSnapshotRequest` class within the `Google.Cloud.PubSub.V1` namespace, specifically for .NET development."],["The `UpdateSnapshotRequest` class is used for the `UpdateSnapshot` method and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest available version of this request is 3.23.0, while version 2.6.0 is the context of this page, with numerous other versions in between."],["The class has two constructors, a default one, and another that takes an `UpdateSnapshotRequest` object as a parameter."],["It has two primary properties, `Snapshot`, representing the updated snapshot object, and `UpdateMask`, which is used to specify which fields of the snapshot to update."]]],[]]