Class Google::Cloud::PubSub::V1::ModifyPushConfigRequest (v0.6.2)

Request for the ModifyPushConfig method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#push_config

def push_config() -> ::Google::Cloud::PubSub::V1::PushConfig
Returns
  • (::Google::Cloud::PubSub::V1::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.

#push_config=

def push_config=(value) -> ::Google::Cloud::PubSub::V1::PushConfig
Parameter
  • value (::Google::Cloud::PubSub::V1::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.

Returns
  • (::Google::Cloud::PubSub::V1::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.

#subscription

def subscription() -> ::String
Returns
  • (::String) — Required. The name of the subscription. Format is projects/{project}/subscriptions/{sub}.

#subscription=

def subscription=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the subscription. Format is projects/{project}/subscriptions/{sub}.
Returns
  • (::String) — Required. The name of the subscription. Format is projects/{project}/subscriptions/{sub}.