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-04-09 UTC."],[[["This page provides reference documentation for the `UpdateSnapshotRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET."],["The `UpdateSnapshotRequest` class is used to send a request to update a snapshot and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Snapshot` and `UpdateMask`, which are essential for defining the snapshot to be updated and specifying which fields to modify."],["The documentation includes links to various versions of the API, ranging from version 2.3.0 to the latest version 3.23.0, with the page itself being based on version 3.17.0."],["There are two constructors provided for creating an `UpdateSnapshotRequest` instance, one that is parameterless and another that takes another instance of the class as a parameter."]]],[]]