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-31 UTC."],[[["The content focuses on the `UpdateSubscriptionRequest` class within the `Google.Cloud.PubSub.V1` namespace, specifically detailing its structure and usage across various versions."],["The latest version available is 3.23.0, with a comprehensive list of versions from 3.23.0 back down to 2.3.0, providing documentation for each version of the `UpdateSubscriptionRequest`."],["`UpdateSubscriptionRequest` class is used to make requests for updating a subscription and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from `Object`."],["The class has two constructors: a default one `UpdateSubscriptionRequest()` and another accepting an `UpdateSubscriptionRequest` object, `UpdateSubscriptionRequest(UpdateSubscriptionRequest other)`."],["The class has two properties: `Subscription`, representing the updated subscription object, and `UpdateMask`, which specifies the subscription fields that should be updated, both of which are required."]]],[]]