public sealed class UpdateSubscriptionRequest : IMessage<UpdateSubscriptionRequest>, IEquatable<UpdateSubscriptionRequest>, IDeepCloneable<UpdateSubscriptionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class UpdateSubscriptionRequest.
[[["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 `UpdateSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET developers."],["The content lists various versions of the `UpdateSubscriptionRequest` class, ranging from the latest version 3.23.0 down to version 2.3.0."],["The `UpdateSubscriptionRequest` class is a request object used for the `UpdateSubscription` method and is implemented using several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two key properties, `Subscription` and `UpdateMask`, both of which are required to update the subscription and specify the fields that are to be updated, respectively."],["The page contains two constructors for `UpdateSubscriptionRequest`, one default and one that accepts another `UpdateSubscriptionRequest` object as a parameter."]]],[]]