public sealed class UpdateSubscriptionRequest : IMessage<UpdateSubscriptionRequest>, IEquatable<UpdateSubscriptionRequest>, IDeepCloneable<UpdateSubscriptionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class UpdateSubscriptionRequest.
[[["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."],[[["The page provides reference documentation for the `UpdateSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API for .NET."],["It details the class's inheritance hierarchy, implementing interfaces, and members inherited from the base `object` class."],["The content showcases all the available versions of the `UpdateSubscriptionRequest` class documentation, ranging from version 2.3.0 to the latest 3.23.0."],["`UpdateSubscriptionRequest` is used for updating a subscription and includes properties such as `Subscription` (the updated subscription object) and `UpdateMask` (specifies which subscription fields to update)."],["The page contains documentation for two constructors, `UpdateSubscriptionRequest()` and `UpdateSubscriptionRequest(UpdateSubscriptionRequest other)`."]]],[]]