Module: Google::Cloud::PubSub::V1::Subscription::State

Defined in:
proto_docs/google/pubsub/v1/pubsub.rb

Overview

Possible states for a subscription.

Constant Summary collapse

STATE_UNSPECIFIED =

Default value. This value is unused.

0
ACTIVE =

The subscription can actively receive messages

1
RESOURCE_ERROR =

The subscription cannot receive messages because of an error with the resource to which it pushes messages. See the more detailed error state in the corresponding configuration.

2