Reference documentation and code samples for the Google BigQuery Reservation V1 Client class ReservationGroup.
A reservation group is a container for reservations.
Generated from protobuf message google.cloud.bigquery.reservation.v1.ReservationGroup
Namespace
Google \ Cloud \ BigQuery \ Reservation \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Identifier. The resource name of the reservation group, e.g., |
getName
Identifier. The resource name of the reservation group, e.g.,
projects/*/locations/*/reservationGroups/team1-prod
.
The reservation_group_id must only contain lower case alphanumeric characters or dashes. It must start with a letter and must not end with a dash. Its maximum length is 64 characters.
Returns | |
---|---|
Type | Description |
string |
setName
Identifier. The resource name of the reservation group, e.g.,
projects/*/locations/*/reservationGroups/team1-prod
.
The reservation_group_id must only contain lower case alphanumeric characters or dashes. It must start with a letter and must not end with a dash. Its maximum length is 64 characters.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |