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\u003eThe page details the \u003ccode\u003eModifyPushConfigRequest\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.PubSub.V1\u003c/code\u003e namespace, used for requests to modify push configurations in Google Cloud Pub/Sub.\u003c/p\u003e\n"],["\u003cp\u003eIt lists numerous versioned links of \u003ccode\u003eModifyPushConfigRequest\u003c/code\u003e, ranging from version 3.23.0 (latest) to version 2.3.0, offering access to different API versions.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eModifyPushConfigRequest\u003c/code\u003e class implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing various functionalities.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, one default and one that takes another \u003ccode\u003eModifyPushConfigRequest\u003c/code\u003e instance, allowing for creating and cloning the request object.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eModifyPushConfigRequest\u003c/code\u003e class are \u003ccode\u003ePushConfig\u003c/code\u003e, which sets the push configuration for future deliveries, and \u003ccode\u003eSubscription\u003c/code\u003e, which specifies the subscription name in a given format.\u003c/p\u003e\n"]]],[],null,[]]