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-04-09 UTC."],[[["This page details the `UpdateSnapshotRequest` class within the `Google.Cloud.PubSub.V1` namespace, specifically for .NET development."],["The latest version for `UpdateSnapshotRequest` available is `3.23.0`, with an extensive list of versions provided, down to `2.3.0`."],["`UpdateSnapshotRequest` class, which implements multiple interfaces for message handling and cloning, is used for the `UpdateSnapshot` method."],["The class has two constructors, a default constructor, and another one that accepts another `UpdateSnapshotRequest` instance as a parameter, and has two properties named `Snapshot` and `UpdateMask`."],["The `Snapshot` property holds the updated snapshot object, and the `UpdateMask` specifies which snapshot fields to modify."]]],[]]