BiReservation Stay organized with collections Save and categorize content based on your preferences.
Represents a BI Reservation.
| JSON representation |
|---|
{"name":string,"updateTime":string,"size":string,"preferredTables":[{object ( |
| Fields | |
|---|---|
name |
Identifier. The resource name of the singleton BI reservation. Reservation names have the form |
updateTime |
Output only. The last update timestamp of a reservation. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
size |
Optional. Size of a reservation, in bytes. |
preferredTables[] |
Optional. Preferred tables to use BI capacity for. |
TableReference
Fully qualified reference to BigQuery table. Internally stored as google.cloud.bi.v1.BqTableReference.
| JSON representation |
|---|
{"projectId":string,"datasetId":string,"tableId":string} |
| Fields | |
|---|---|
projectId |
Optional. The assigned project ID of the project. |
datasetId |
Optional. The ID of the dataset in the above project. |
tableId |
Optional. The ID of the table in the above dataset. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-21 UTC.