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."],[[["This page provides reference documentation for the `UpdateSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API for .NET."],["The latest version of the API is 3.23.0, but the page focuses on version 3.15.0, showing a range of versions from 3.23.0 down to 2.3.0, each with their own page."],["The `UpdateSubscriptionRequest` class is used to send requests for updating a subscription, and it inherits from `object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `UpdateSubscriptionRequest` class include `Subscription`, which is the updated subscription object, and `UpdateMask`, which specifies which fields to update."],["This class can be instantiated using either the default constructor, `UpdateSubscriptionRequest()`, or through a copy constructor, `UpdateSubscriptionRequest(UpdateSubscriptionRequest other)`."]]],[]]