API Reference google_api_big_query_reservation v0.10.0
Modules
API client metadata for GoogleApi.BigQueryReservation.V1.
API calls for all endpoints tagged Operations
.
API calls for all endpoints tagged Projects
.
Handle Tesla connections for GoogleApi.BigQueryReservation.V1.
A Assignment allows a project to submit jobs of a certain type using slots from the specified reservation.
Represents a BI Reservation.
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.
The metadata for operation returned from ReservationService.CreateSlotPool.
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); } The JSON representation for Empty
is empty JSON object {}
.
The response for ReservationService.ListAssignments.
The response for ReservationService.ListCapacityCommitments.
The response message for Operations.ListOperations.
The response for ReservationService.ListReservations.
The request for ReservationService.MergeCapacityCommitments.
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.
This resource represents a long-running operation that is the result of a network API call.
A reservation is a mechanism used to guarantee slots to users.
The response for ReservationService.SearchAllAssignments.
The response for ReservationService.SearchAssignments.
The request for ReservationService.SplitCapacityCommitment.
The response for ReservationService.SplitCapacityCommitment.
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.