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: 0Default value, which will be treated as ENTERPRISE.
Generated from protobuf enum EDITION_UNSPECIFIED = 0;
STANDARD
Value: 1Standard edition.
Generated from protobuf enum STANDARD = 1;
ENTERPRISE
Value: 2Enterprise edition.
Generated from protobuf enum ENTERPRISE = 2;
ENTERPRISE_PLUS
Value: 3Enterprise plus edition.
Generated from protobuf enum ENTERPRISE_PLUS = 3;