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."],[[["This page details the `UpdateSubscriptionRequest` class within the `Google.Cloud.PubSub.V1` namespace, specifically version 2.9.0, used for updating subscription configurations."],["The most recent version of this class is 3.23.0, and the page provides links to documentation for various previous versions, spanning from 2.3.0 to the latest."],["`UpdateSubscriptionRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for comprehensive message management."],["The class includes two constructors and two properties, `Subscription` and `UpdateMask`, where `Subscription` represents the new configuration, and `UpdateMask` specifies which fields to modify."],["This class inherits members from the base `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, among others."]]],[]]