Class: Google::Cloud::PubSub::V1::ModifyPushConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::ModifyPushConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/pubsub/v1/pubsub.rb
Overview
Request for the ModifyPushConfig method.
Instance Attribute Summary collapse
-
#push_config ⇒ ::Google::Cloud::PubSub::V1::PushConfig
Required.
-
#subscription ⇒ ::String
Required.
Instance Attribute Details
#push_config ⇒ ::Google::Cloud::PubSub::V1::PushConfig
Returns 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.
1288 1289 1290 1291 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 1288 class ModifyPushConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#subscription ⇒ ::String
Returns Required. The name of the subscription.
Format is projects/{project}/subscriptions/{sub}
.
1288 1289 1290 1291 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 1288 class ModifyPushConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |