Module: Google::Cloud::Bigquery::Reservation::V1::ReservationService

Defined in:
lib/google/cloud/bigquery/reservation/v1/reservation_service.rb,
lib/google/cloud/bigquery/reservation/v1/reservation_service/rest.rb,
lib/google/cloud/bigquery/reservation/v1/reservation_service/paths.rb,
lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb,
lib/google/cloud/bigquery/reservation/v1/reservation_service/credentials.rb,
lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb,
lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/service_stub.rb

Overview

This API allows users to manage their BigQuery reservations.

A reservation provides computational resource guarantees, in the form of slots, to users. A slot is a unit of computational power in BigQuery, and serves as the basic unit of parallelism. In a scan of a multi-partitioned table, a single slot operates on a single partition of the table. A reservation resource exists as a child resource of the admin project and location, e.g.: projects/myproject/locations/US/reservations/reservationName.

A capacity commitment is a way to purchase compute capacity for BigQuery jobs (in the form of slots) with some committed period of usage. A capacity commitment resource exists as a child resource of the admin project and location, e.g.: projects/myproject/locations/US/capacityCommitments/id.

To load this service and instantiate a REST client:

require "google/cloud/bigquery/reservation/v1/reservation_service/rest"
client = ::Google::Cloud::Bigquery::Reservation::V1::ReservationService::Rest::Client.new

Defined Under Namespace

Modules: Paths, Rest Classes: Client, Credentials