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."],[[["The content provides a comprehensive list of versions for `Google.Cloud.PubSub.V1.ModifyPushConfigRequest`, ranging from the latest version 3.23.0 down to version 2.3.0."],["`ModifyPushConfigRequest` is a class that handles requests for the `ModifyPushConfig` method, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `Object` and includes inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["Key properties within `ModifyPushConfigRequest` include `PushConfig`, which manages the push configuration, `Subscription`, representing the subscription name, and `SubscriptionAsSubscriptionName`, which is a typed view of the subscription resource name."],["There are two constructors available for creating instances of `ModifyPushConfigRequest`, a default constructor and another allowing for initialization from an existing instance of `ModifyPushConfigRequest`."]]],[]]