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 details the `UpdateSubscriptionRequest` class within the `Google.Cloud.PubSub.V1` namespace, specifically for the .NET environment, and shows all versions from 2.3.0 up to the latest 3.23.0."],["The `UpdateSubscriptionRequest` class is a request type used for the `UpdateSubscription` method, implementing various interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes two constructors, a default constructor, and another that allows creating a copy from an existing `UpdateSubscriptionRequest` object."],["The `UpdateSubscriptionRequest` class has two key properties, `Subscription` for updating subscription details, and `UpdateMask` to specify which fields should be updated, both of which are required."],["The page lists the `UpdateSubscriptionRequest` documentation for each version of `Google.Cloud.PubSub.V1`, allowing users to view the evolution of the `UpdateSubscriptionRequest` request across different .NET versions."]]],[]]