Class: Google::Pubsub::V1::ModifyPushConfigRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb

Overview

Request for the ModifyPushConfig method.

Instance Attribute Summary collapse

Instance Attribute Details

#push_configGoogle::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+ is not called.

Returns:

  • (Google::Pubsub::V1::PushConfig)

    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+ is not called.



292
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 292

class ModifyPushConfigRequest; end

#subscriptionString

Returns The name of the subscription. Format is +projects/project/subscriptions/sub+.

Returns:

  • (String)

    The name of the subscription. Format is +projects/project/subscriptions/sub+.



292
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 292

class ModifyPushConfigRequest; end