Reference documentation and code samples for the Google BigQuery Reservation V1 Client class Edition.
The type of editions.
Different features and behaviors are provided to different editions Capacity commitments and reservations are linked to editions.
Protobuf type google.cloud.bigquery.reservation.v1.Edition
Namespace
Google \ Cloud \ BigQuery \ Reservation \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
EDITION_UNSPECIFIED
Value: 0
Default value, which will be treated as ENTERPRISE.
Generated from protobuf enum EDITION_UNSPECIFIED = 0;
STANDARD
Value: 1
Standard edition.
Generated from protobuf enum STANDARD = 1;
ENTERPRISE
Value: 2
Enterprise edition.
Generated from protobuf enum ENTERPRISE = 2;
ENTERPRISE_PLUS
Value: 3
Enterprise plus edition.
Generated from protobuf enum ENTERPRISE_PLUS = 3;