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-04-09 UTC."],[[["The latest version available for `ModifyPushConfigRequest` within the `Google.Cloud.PubSub.V1` namespace is 3.23.0, with multiple previous versions accessible, down to 2.3.0."],["`ModifyPushConfigRequest` is a class that represents a request to modify the push configuration for a Pub/Sub subscription, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `Object` and includes inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class offers two constructors: a default `ModifyPushConfigRequest()` and an overload `ModifyPushConfigRequest(ModifyPushConfigRequest other)`, allowing for object copying."],["Key properties of `ModifyPushConfigRequest` include `PushConfig` for setting push delivery preferences, `Subscription` to specify the target subscription name, and `SubscriptionAsSubscriptionName` for a typed view of the subscription resource name."]]],[]]