Google Cloud BigQuery Analytics Hub V1 Client - Class State (1.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud BigQuery Analytics Hub V1 Client class State.
State of the subscription.
Protobuf type google.cloud.bigquery.analyticshub.v1.Subscription.State
Namespace
Google \ Cloud \ BigQuery \ AnalyticsHub \ V1 \ SubscriptionMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
STATE_ACTIVE
Value: 1This subscription is active and the data is accessible.
Generated from protobuf enum STATE_ACTIVE = 1;
STATE_STALE
Value: 2The data referenced by this subscription is out of date and should be refreshed. This can happen when a data provider adds or removes datasets.
Generated from protobuf enum STATE_STALE = 2;
STATE_INACTIVE
Value: 3This subscription has been cancelled or revoked and the data is no longer accessible.
Generated from protobuf enum STATE_INACTIVE = 3;