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 version 3.1.0, and also contains links to other versions."],["The `UpdateSubscriptionRequest` class is used to request updates to a subscription and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from the base `Object` class, and provides methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class has two constructors: a default `UpdateSubscriptionRequest()` constructor and another `UpdateSubscriptionRequest(UpdateSubscriptionRequest other)` that takes an existing `UpdateSubscriptionRequest` object as input."],["The `UpdateSubscriptionRequest` class includes two key properties, `Subscription` and `UpdateMask`, used to specify the subscription to be updated and the specific fields within the subscription that require modification."]]],[]]