Class ModifyPushConfigRequest (2.13.2)

ModifyPushConfigRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for the ModifyPushConfig method.

Attributes

NameDescription
subscription str
Required. The name of the subscription. Format is ``projects/{project}/subscriptions/{sub}``.
push_config 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.

Inheritance

builtins.object > proto.message.Message > ModifyPushConfigRequest