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"]],[["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 page provides reference documentation for the `ModifyPushConfigRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET."],["The latest version of the API documented is 3.23.0, while the current page focuses on version 3.9.1, as well as many others, with links to the documentation for each version listed."],["The `ModifyPushConfigRequest` class is used to modify the push configuration for a Pub/Sub subscription, including stopping push messages, and is implemented through several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ModifyPushConfigRequest` class include `PushConfig`, which defines the configuration for future message deliveries, and `Subscription`, which is the name of the subscription being modified."],["It provides different constructors, including a default constructor and a constructor that accepts another `ModifyPushConfigRequest` object."]]],[]]