public sealed class ModifyPushConfigRequest : IMessage<ModifyPushConfigRequest>, IEquatable<ModifyPushConfigRequest>, IDeepCloneable<ModifyPushConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class ModifyPushConfigRequest.
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."],[[["The `ModifyPushConfigRequest` class is part of the Google Cloud Pub/Sub v1 API, and is used to modify the push configuration for a subscription, with the latest version being 3.23.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, comparison, deep cloning, and buffer management."],["It requires a subscription name and a `PushConfig`, which determines how messages are pushed to the subscriber, or can be set as empty to pause the subscription, so that messages are pulled and acknowledged."],["The class has multiple constructors, one default and another allowing the input of a previous `ModifyPushConfigRequest` to copy properties."],["The provided documentation includes a list of available versions for the `ModifyPushConfigRequest` class, ranging from version 2.3.0 up to the latest 3.23.0, as well as a listing of inherited members and related namespaces."]]],[]]