Reference documentation and code samples for the Cloud Pub/Sub V1 API class Google::Cloud::PubSub::V1::ModifyPushConfigRequest.
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-
(::Google::Cloud::PubSub::V1::PushConfig) — Required. The push configuration for future deliveries.
An empty
pushConfigindicates 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 ifPullorStreamingPullis not called.
#push_config=
def push_config=(value) -> ::Google::Cloud::PubSub::V1::PushConfig-
value (::Google::Cloud::PubSub::V1::PushConfig) — Required. The push configuration for future deliveries.
An empty
pushConfigindicates 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 ifPullorStreamingPullis not called.
-
(::Google::Cloud::PubSub::V1::PushConfig) — Required. The push configuration for future deliveries.
An empty
pushConfigindicates 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 ifPullorStreamingPullis not called.
#subscription
def subscription() -> ::String-
(::String) — Required. The name of the subscription.
Format is
projects/{project}/subscriptions/{sub}.
#subscription=
def subscription=(value) -> ::String-
value (::String) — Required. The name of the subscription.
Format is
projects/{project}/subscriptions/{sub}.
-
(::String) — Required. The name of the subscription.
Format is
projects/{project}/subscriptions/{sub}.