BigQuery Reservation API (bigqueryreservation:v1)

2024-03-23

1 new method

Additions

    Methods
  • bigqueryreservation.projects.locations.reservations.failoverReservation

      Path : v1/{+name}:failoverReservation

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/reservations/{reservationsId}:failoverReservation

      HTTP Method : POST

      Parameters :

        name

          Description : Required. Resource name of the reservation to failover. E.g., `projects/myproject/locations/US/reservations/team1-prod`

          Pattern : ^projects/[^/]+/locations/[^/]+/reservations/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

      Scopes :

    • https://www.googleapis.com/auth/bigquery
    • https://www.googleapis.com/auth/cloud-platform
    • Description : Failover a reservation to the secondary location. The operation should be done in the current secondary location, which will be promoted to the new primary location for the reservation. Attempting to failover a reservation in the current primary location will fail with the error code `google.rpc.Code.FAILED_PRECONDITION`.