Reference documentation and code samples for the Google Cloud BigQuery Analytics Hub V1 Client class CommercialState.
Indicates whether this commercial access is currently active.
Protobuf type google.cloud.bigquery.analyticshub.v1.Listing.CommercialInfo.GoogleCloudMarketplaceInfo.CommercialState
Namespace
Google \ Cloud \ BigQuery \ AnalyticsHub \ V1 \ Listing \ CommercialInfo \ GoogleCloudMarketplaceInfoMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
COMMERCIAL_STATE_UNSPECIFIED
Value: 0
Commercialization is incomplete and cannot be used.
Generated from protobuf enum COMMERCIAL_STATE_UNSPECIFIED = 0;
ONBOARDING
Value: 1
Commercialization has been initialized.
Generated from protobuf enum ONBOARDING = 1;
ACTIVE
Value: 2
Commercialization is complete and available for use.
Generated from protobuf enum ACTIVE = 2;