Reference documentation and code samples for the Google Cloud BigQuery Data Exchange V1beta1 Client class State.
State of the listing.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.Listing.State
Namespace
Google \ Cloud \ BigQuery \ DataExchange \ V1beta1 \ ListingMethods
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;
ACTIVE
Value: 1Subscribable state. Users with dataexchange.listings.subscribe permission can subscribe to this listing.
Generated from protobuf enum ACTIVE = 1;