Reference documentation and code samples for the Google Cloud BigQuery Analytics Hub V1 Client class State.
The QueryTemplate lifecycle state.
Protobuf type google.cloud.bigquery.analyticshub.v1.QueryTemplate.State
Namespace
Google \ Cloud \ BigQuery \ AnalyticsHub \ V1 \ QueryTemplateMethods
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;
DRAFTED
Value: 1The QueryTemplate is in draft state.
Generated from protobuf enum DRAFTED = 1;
PENDING
Value: 2The QueryTemplate is in pending state.
Generated from protobuf enum PENDING = 2;
DELETED
Value: 3The QueryTemplate is in deleted state.
Generated from protobuf enum DELETED = 3;
APPROVED
Value: 4The QueryTemplate is in approved state.
Generated from protobuf enum APPROVED = 4;