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."],[[["The webpage provides documentation for the `UpdateSubscriptionRequest` class within the `Google.Cloud.PubSub.V1` namespace, detailing its properties, inheritance, and implementations."],["The `UpdateSubscriptionRequest` class is used to request updates to a subscription, requiring both a `Subscription` object and a `FieldMask` to specify which fields to modify."],["The content includes a list of available versions for the `UpdateSubscriptionRequest`, ranging from the latest version 3.23.0 down to version 2.3.0, while the current version this doc is displaying is 2.4.0."],["The `UpdateSubscriptionRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from `Object`."],["The page documents the properties `Subscription` and `UpdateMask` for the class `UpdateSubscriptionRequest`, including their type and a brief description."]]],[]]