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. |