Module: Google::Cloud::Bigquery::AnalyticsHub::V1::Subscription::State

Defined in:
proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb

Overview

State of the subscription.

Constant Summary collapse

STATE_UNSPECIFIED =

Default value. This value is unused.

0
STATE_ACTIVE =

This subscription is active and the data is accessible.

1
STATE_STALE =

The data referenced by this subscription is out of date and should be refreshed. This can happen when a data provider adds or removes datasets.

2
STATE_INACTIVE =

This subscription has been cancelled or revoked and the data is no longer accessible.

3