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 latest version available for \u003ccode\u003eModifyPushConfigRequest\u003c/code\u003e within the \u003ccode\u003eGoogle.Cloud.PubSub.V1\u003c/code\u003e namespace is 3.23.0, with multiple previous versions accessible, down to 2.3.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eModifyPushConfigRequest\u003c/code\u003e is a class that represents a request to modify the push configuration for a Pub/Sub subscription, implementing multiple 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\u003eThis class inherits from \u003ccode\u003eObject\u003c/code\u003e and includes inherited members like \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, \u003ccode\u003eMemberwiseClone()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors: a default \u003ccode\u003eModifyPushConfigRequest()\u003c/code\u003e and an overload \u003ccode\u003eModifyPushConfigRequest(ModifyPushConfigRequest other)\u003c/code\u003e, allowing for object copying.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eModifyPushConfigRequest\u003c/code\u003e include \u003ccode\u003ePushConfig\u003c/code\u003e for setting push delivery preferences, \u003ccode\u003eSubscription\u003c/code\u003e to specify the target subscription name, and \u003ccode\u003eSubscriptionAsSubscriptionName\u003c/code\u003e for a typed view of the subscription resource name.\u003c/p\u003e\n"]]],[],null,[]]