ModifyPushConfigRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request for the ModifyPushConfig method.
Attributes |
|
|---|---|
| Name | Description |
subscription
:noindex: |
str
Required. The name of the subscription. Format is projects/{project}/subscriptions/{sub}.
|
push_config
:noindex: |
google.pubsub_v1.types.PushConfig
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.
|