BiReservation

Represents a BI Reservation.

JSON representation
{
  "name": string,
  "updateTime": string,
  "size": string,
  "preferredTables": [
    {
      object (TableReference)
    }
  ]
}
Fields
name

string

The resource name of the singleton BI reservation. Reservation names have the form projects/{projectId}/locations/{locationId}/biReservation.

updateTime

string (Timestamp format)

Output only. The last update timestamp of a reservation.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

size

string (int64 format)

Size of a reservation, in bytes.

preferredTables[]

object (TableReference)

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

string

The assigned project ID of the project.

datasetId

string

The ID of the dataset in the above project.

tableId

string

The ID of the table in the above dataset.