Show / Hide Table of Contents

Namespace Google.Apis.BigQueryReservation.v1beta1.Data

Classes

Assignment

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

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.

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); }

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.

Reservation

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

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.

In This Article
Back to top