public sealed class UpdateSubscriptionRequest : IMessage<UpdateSubscriptionRequest>, IEquatable<UpdateSubscriptionRequest>, IDeepCloneable<UpdateSubscriptionRequest>, IBufferMessage, IMessage
[[["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-21 UTC."],[[["This page provides documentation for the `UpdateSubscriptionRequest` class within the `Google.Cloud.PubSub.V1` namespace, detailing its use in the Google Cloud Pub/Sub .NET library."],["The content lists various versions of the `UpdateSubscriptionRequest` class, ranging from version 2.3.0 up to the latest, 3.23.0, allowing developers to access documentation for specific releases."],["`UpdateSubscriptionRequest` is used to send requests for the `UpdateSubscription` method and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one, and one that takes another `UpdateSubscriptionRequest` object as parameter, allowing for object duplication."],["The `UpdateSubscriptionRequest` class includes two essential properties, `Subscription` and `UpdateMask`, for indicating the updated subscription object and specifying which fields should be modified, respectively."]]],[]]