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-04-09 UTC."],[[["This webpage provides reference documentation for the `UpdateSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API for .NET."],["The content lists various versions of the `UpdateSubscriptionRequest` class, ranging from version 2.3.0 up to the latest version 3.23.0, each linking to its respective documentation."],["The `UpdateSubscriptionRequest` class is used to update a subscription object in the Pub/Sub API and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors, `UpdateSubscriptionRequest()`, which is the default, and `UpdateSubscriptionRequest(UpdateSubscriptionRequest other)` for copying another `UpdateSubscriptionRequest` object."],["The `UpdateSubscriptionRequest` class includes properties for `Subscription` and `UpdateMask`, enabling the specification of which fields in the subscription should be modified."]]],[]]