Method: projects.locations.reservations.patch

Updates an existing reservation resource.

HTTP request

PATCH https://bigqueryreservation.googleapis.com/v1/{reservation.name=projects/*/locations/*/reservations/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
reservation.name

string

The resource name of the reservation, e.g., projects/*/locations/*/reservations/team1-prod. The reservationId 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.

Query parameters

Parameters
updateMask

string (FieldMask format)

Standard field mask for the set of fields to be updated.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

Request body

The request body contains an instance of Reservation.

Response body

If successful, the response body contains an instance of Reservation.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/bigquery
  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.