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, which is used to request updates to a subscription within Google Cloud Pub/Sub."],["The `UpdateSubscriptionRequest` class, found in the `Google.Cloud.PubSub.V1` namespace, implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides constructors for creating new instances, including a parameter to set a `UpdateSubscriptionRequest` based on another one, and it contains properties for the updated `Subscription` object and the `UpdateMask` to specify which fields to modify."],["The page lists a comprehensive history of the `UpdateSubscriptionRequest` class versions, with version 3.23.0 being the most current and various other versions dating back to version 2.3.0."],["This resource is primarily located in the `Google.Cloud.PubSub.V1.dll` assembly."]]],[]]