public sealed class UpdateSnapshotRequest : IMessage<UpdateSnapshotRequest>, IEquatable<UpdateSnapshotRequest>, IDeepCloneable<UpdateSnapshotRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class UpdateSnapshotRequest.
[[["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 reference documentation for the `UpdateSnapshotRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET developers."],["The `UpdateSnapshotRequest` class is used to request updates to a snapshot in the Cloud Pub/Sub service and is implemented by `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines the inheritance, implemented interfaces, constructors, properties (including `Snapshot` and `UpdateMask`), and the various versions of the `UpdateSnapshotRequest` class, ranging from version 2.3.0 to the latest 3.23.0."],["The class has 2 properties, one called Snapshot and one called UpdateMask, the first one being the updated snapshot object and the second indicating which fields should be updated."],["The page has a number of links for previous versions of the library that cover this same documentation, going all the way back to version 2.3.0, with the newest version being 3.23.0."]]],[]]