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 page provides reference documentation for the `UpdateSnapshotRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET developers."],["The documentation covers various versions of the API, ranging from version 2.3.0 up to the latest version 3.23.0, allowing users to navigate to the documentation relevant to their specific version."],["`UpdateSnapshotRequest` is a class used for the `UpdateSnapshot` method and includes properties for updating a snapshot, such as the `Snapshot` object and `UpdateMask`."],["The `UpdateSnapshotRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its functionalities in message handling, equality comparison, deep cloning, and buffered message operations."],["The documentation details the constructors for the `UpdateSnapshotRequest` class, including a default constructor and one that accepts another `UpdateSnapshotRequest` object as a parameter."]]],[]]