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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page details the \u003ccode\u003eModifyPushConfigRequest\u003c/code\u003e class, which is used to modify push configurations for Pub/Sub subscriptions in the Google Cloud environment.\u003c/p\u003e\n"],["\u003cp\u003eThe 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.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eModifyPushConfigRequest\u003c/code\u003e class includes properties for \u003ccode\u003ePushConfig\u003c/code\u003e and \u003ccode\u003eSubscription\u003c/code\u003e, allowing you to specify the push configuration details and the subscription name, respectively.\u003c/p\u003e\n"],["\u003cp\u003eUsing an empty \u003ccode\u003epushConfig\u003c/code\u003e effectively pauses a subscription, preventing the Pub/Sub system from pushing messages and allowing only pulled and acknowledged messages.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSubscriptionAsSubscriptionName\u003c/code\u003e property offers a typed view of the Subscription resource name, providing a structured way to interact with subscription names.\u003c/p\u003e\n"]]],[],null,[]]