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 documentation for the `UpdateSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET development."],["The latest version of the `UpdateSubscriptionRequest` is version 3.23.0, and the page includes a list of past versions from 3.22.0 down to 2.3.0 that can be referenced."],["The `UpdateSubscriptionRequest` class is used to request an update to a subscription and includes properties like `Subscription` and `UpdateMask` to modify subscription details."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities like cloning and message handling."],["The `UpdateSubscriptionRequest` class is located in the `Google.Cloud.PubSub.V1` namespace, within the `Google.Cloud.PubSub.V1.dll` assembly."]]],[]]