Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as mod from "https://googleapis.deno.dev/v1/bigqueryreservation:v1.ts";

§Classes

BigQueryReservation

A service to modify your BigQuery flat-rate reservations.

GoogleAuth

§Variables

auth

§Interfaces

Assignment

An assignment allows a project to submit jobs of a certain type using slots from the specified reservation.

Autoscale

Auto scaling settings.

BiReservation

Represents a BI Reservation.

CapacityCommitment

Capacity commitment is a way to purchase compute capacity for BigQuery jobs (in the form of slots) with some committed period of usage. Annual commitments renew by default. Commitments can be removed after their commitment end time passes. In order to remove annual commitment, its plan needs to be changed to monthly or flex first. A capacity commitment resource exists as a child resource of the admin project.

CredentialsClient

Defines the root interface for all clients that generate credentials for calling Google APIs. All clients should implement this interface.

Empty

A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }

FailoverReservationRequest

The request for ReservationService.FailoverReservation.

ListAssignmentsResponse

The response for ReservationService.ListAssignments.

ListCapacityCommitmentsResponse

The response for ReservationService.ListCapacityCommitments.

ListReservationsResponse

The response for ReservationService.ListReservations.

MergeCapacityCommitmentsRequest

The request for ReservationService.MergeCapacityCommitments.

MoveAssignmentRequest

The request for ReservationService.MoveAssignment. Note: "bigquery.reservationAssignments.create" permission is required on the destination_id. Note: "bigquery.reservationAssignments.create" and "bigquery.reservationAssignments.delete" permission are required on the related assignee.

ProjectsLocationsCapacityCommitmentsCreateOptions

Additional options for BigQueryReservation#projectsLocationsCapacityCommitmentsCreate.

ProjectsLocationsCapacityCommitmentsDeleteOptions

Additional options for BigQueryReservation#projectsLocationsCapacityCommitmentsDelete.

ProjectsLocationsCapacityCommitmentsListOptions

Additional options for BigQueryReservation#projectsLocationsCapacityCommitmentsList.

ProjectsLocationsCapacityCommitmentsPatchOptions

Additional options for BigQueryReservation#projectsLocationsCapacityCommitmentsPatch.

ProjectsLocationsReservationsAssignmentsCreateOptions

Additional options for BigQueryReservation#projectsLocationsReservationsAssignmentsCreate.

ProjectsLocationsReservationsAssignmentsListOptions

Additional options for BigQueryReservation#projectsLocationsReservationsAssignmentsList.

ProjectsLocationsReservationsAssignmentsPatchOptions

Additional options for BigQueryReservation#projectsLocationsReservationsAssignmentsPatch.

ProjectsLocationsReservationsCreateOptions

Additional options for BigQueryReservation#projectsLocationsReservationsCreate.

ProjectsLocationsReservationsListOptions

Additional options for BigQueryReservation#projectsLocationsReservationsList.

ProjectsLocationsReservationsPatchOptions

Additional options for BigQueryReservation#projectsLocationsReservationsPatch.

ProjectsLocationsSearchAllAssignmentsOptions

Additional options for BigQueryReservation#projectsLocationsSearchAllAssignments.

ProjectsLocationsSearchAssignmentsOptions

Additional options for BigQueryReservation#projectsLocationsSearchAssignments.

ProjectsLocationsUpdateBiReservationOptions

Additional options for BigQueryReservation#projectsLocationsUpdateBiReservation.

Reservation

A reservation is a mechanism used to guarantee slots to users.

SearchAllAssignmentsResponse

The response for ReservationService.SearchAllAssignments.

SearchAssignmentsResponse

The response for ReservationService.SearchAssignments.

SplitCapacityCommitmentRequest

The request for ReservationService.SplitCapacityCommitment.

SplitCapacityCommitmentResponse

The response for ReservationService.SplitCapacityCommitment.

Status

The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC. Each Status message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the API Design Guide.

TableReference

Fully qualified reference to BigQuery table. Internally stored as google.cloud.bi.v1.BqTableReference.