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 Google Cloud Pub/Sub subscriptions.\u003c/p\u003e\n"],["\u003cp\u003eThe latest available version of this class is 3.23.0, but the page primarily documents version 3.2.0 and has a list of historical versions available from 3.0.0 to 3.23.0, as well as a series of 2.X.X versions.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eModifyPushConfigRequest\u003c/code\u003e inherits from \u003ccode\u003eObject\u003c/code\u003e and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties like \u003ccode\u003ePushConfig\u003c/code\u003e (of type \u003ccode\u003ePushConfig\u003c/code\u003e), \u003ccode\u003eSubscription\u003c/code\u003e (of type \u003ccode\u003estring\u003c/code\u003e), and \u003ccode\u003eSubscriptionAsSubscriptionName\u003c/code\u003e (of type \u003ccode\u003eSubscriptionName\u003c/code\u003e), which allow modification of push configuration details and subscription names.\u003c/p\u003e\n"],["\u003cp\u003eThe class also provides two constructors: a default constructor \u003ccode\u003eModifyPushConfigRequest()\u003c/code\u003e and a copy constructor \u003ccode\u003eModifyPushConfigRequest(ModifyPushConfigRequest other)\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]