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 Google Cloud Pub/Sub subscriptions."],["The 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."],["`ModifyPushConfigRequest` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `PushConfig` (of type `PushConfig`), `Subscription` (of type `string`), and `SubscriptionAsSubscriptionName` (of type `SubscriptionName`), which allow modification of push configuration details and subscription names."],["The class also provides two constructors: a default constructor `ModifyPushConfigRequest()` and a copy constructor `ModifyPushConfigRequest(ModifyPushConfigRequest other)`."]]],[]]