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-31 UTC."],[[["The webpage provides reference documentation for the `UpdateSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET."],["The latest version of the documentation available is 3.23.0, but it also includes documentation for multiple versions, down to 2.3.0."],["`UpdateSubscriptionRequest` is used as a request method to update a subscription, implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `UpdateSubscriptionRequest` class includes properties like `Subscription` and `UpdateMask`, which are essential for defining the subscription update."],["The `UpdateSubscriptionRequest` class has public constructors that take either no parameters or another `UpdateSubscriptionRequest` object, allowing the creation of a new instance, or a copy of an existing instance."]]],[]]