Class: Google::Pubsub::V1::ModifyPushConfigRequest
- Inherits:
-
Object
- Object
- Google::Pubsub::V1::ModifyPushConfigRequest
- Defined in:
- lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb
Overview
Request for the ModifyPushConfig method.
Instance Attribute Summary collapse
-
#push_config ⇒ Google::Pubsub::V1::PushConfig
The push configuration for future deliveries.
-
#subscription ⇒ String
The name of the subscription.
Instance Attribute Details
#push_config ⇒ Google::Pubsub::V1::PushConfig
Returns 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.
368 |
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 368 class ModifyPushConfigRequest; end |
#subscription ⇒ String
Returns The name of the subscription. Format is +projects/project/subscriptions/sub+.
368 |
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 368 class ModifyPushConfigRequest; end |