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 latest version available for the `UpdateSubscriptionRequest` in the Google Cloud Pub/Sub v1 API is 3.23.0."],["This document provides reference for the `UpdateSubscriptionRequest` class in the Google.Cloud.PubSub.V1 namespace, within version 3.8.0, which includes all versions back to 2.3.0."],["The `UpdateSubscriptionRequest` class is used to request updates to a subscription and implements interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class constructor of `UpdateSubscriptionRequest` allows for the creation of a new object or copying data from an existing one, using `other` parameter."],["Key properties of `UpdateSubscriptionRequest` are `Subscription` (the updated subscription object) and `UpdateMask` (indicating which subscription fields to update)."]]],[]]