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 for .NET."],["The latest version of this class is documented under version 3.23.0, while this specific page details version 3.20.0, with links to previous version documentations."],["The `UpdateSubscriptionRequest` class, which is part of the `Google.Cloud.PubSub.V1` namespace, is used to make requests for the `UpdateSubscription` method."],["This class includes two constructors, `UpdateSubscriptionRequest()` and `UpdateSubscriptionRequest(UpdateSubscriptionRequest other)`, as well as two properties: `Subscription` and `UpdateMask`, to handle the subscription information and its fields for updating respectively."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]