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 webpage details the `UpdateSubscriptionRequest` class within the `Google.Cloud.PubSub.V1` namespace, specifically for .NET development."],["The latest version of the `UpdateSubscriptionRequest` class documentation is 3.23.0, while the page primarily showcases version 2.6.0."],["The `UpdateSubscriptionRequest` class is used for updating subscription configurations and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `UpdateSubscriptionRequest` class include `Subscription` (the updated subscription object) and `UpdateMask` (indicating which fields to update), both of which are required."],["The page provides a list of past documentation versions for `UpdateSubscriptionRequest` from 3.23.0 down to 2.3.0, linking each version for historical reference."]]],[]]