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
IN_TRANSIT_LOCATION_RESTRICTION =

Cannot write to the destination because enforce_in_transit is set to true and the destination locations are not in the allowed regions.

4
SCHEMA_MISMATCH =

Cannot write to the Cloud Storage bucket due to an incompatibility between the topic schema and subscription settings.

5