Module: Google::Cloud::PubSub::V1::CloudStorageConfig::State

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

Overview

Possible states for a Cloud Storage subscription.

Constant Summary collapse

STATE_UNSPECIFIED =

Default value. This value is unused.

0
ACTIVE =

The subscription can actively send messages to Cloud Storage.

1
PERMISSION_DENIED =

Cannot write to the Cloud Storage bucket because of permission denied errors.

2
NOT_FOUND =

Cannot write to the Cloud Storage bucket because it does not exist.

3