public sealed class ModifyPushConfigRequest : IMessage<ModifyPushConfigRequest>, IEquatable<ModifyPushConfigRequest>, IDeepCloneable<ModifyPushConfigRequest>, IBufferMessage, IMessage
Required. The push configuration for future deliveries.
An empty pushConfig indicates that the Pub/Sub system should
stop pushing messages from the given subscription and allow
messages to be pulled and acknowledged - effectively pausing
the subscription if Pull or StreamingPull is not called.
[[["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 details the `ModifyPushConfigRequest` class, which is used to modify push configurations for Pub/Sub subscriptions in the Google Cloud environment."],["The latest version of the Google.Cloud.PubSub.V1 library is 3.23.0, and the webpage includes links to documentation for many previous versions of this library, all the way back to version 2.3.0."],["The `ModifyPushConfigRequest` class includes properties for `PushConfig` and `Subscription`, allowing you to specify the push configuration details and the subscription name, respectively."],["Using an empty `pushConfig` effectively pauses a subscription, preventing the Pub/Sub system from pushing messages and allowing only pulled and acknowledged messages."],["The `SubscriptionAsSubscriptionName` property offers a typed view of the Subscription resource name, providing a structured way to interact with subscription names."]]],[]]