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 requesting updates to a snapshot in Google Cloud Pub/Sub, as indicated by its role in the `UpdateSnapshot` method."],["The `UpdateSnapshotRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its compatibility with various .NET functionalities."],["The class includes properties such as `Snapshot` and `UpdateMask`, which are critical for specifying the updated snapshot object and the fields that should be modified during an update."]]],[]]