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."],[[["This page provides reference documentation for the `UpdateSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API for .NET."],["The `UpdateSubscriptionRequest` class is used to update a subscription object via the `UpdateSubscription` method, and it implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API is 3.23.0, with a comprehensive list of previous versions dating back to 2.3.0 available for browsing."],["The class has two constructors, `UpdateSubscriptionRequest()`, which is the default, and `UpdateSubscriptionRequest(UpdateSubscriptionRequest other)` for copying another `UpdateSubscriptionRequest` object."],["Key properties within the class include `Subscription`, representing the updated subscription object, and `UpdateMask`, indicating which fields of the subscription should be modified, both being required fields."]]],[]]