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."],[[["The webpage details the `UpdateSubscriptionRequest` class within the `Google.Cloud.PubSub.V1` namespace, specifically for .NET development."],["The latest version for `UpdateSubscriptionRequest` is 3.23.0, with a detailed list of versions spanning from 2.3.0 up to 3.23.0."],["This class is used to construct requests for updating a subscription in Google Cloud Pub/Sub and implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `UpdateSubscriptionRequest` class has two key properties, `Subscription` and `UpdateMask`, for specifying the updated subscription details and which fields to modify, respectively."],["The class contains two constructors, `UpdateSubscriptionRequest()` for creating a new instance, and `UpdateSubscriptionRequest(UpdateSubscriptionRequest other)` for creating a copy."]]],[]]