BiReservation
Represents a BI Reservation.
JSON representation |
{
"name": string,
"updateTime": string,
"size": string,
"preferredTables": [
{
object (TableReference )
}
]
} |
Fields |
name |
string
Identifier. 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. 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: "2014-10-02T15:01:23Z" , "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30" .
|
size |
string (int64 format)
Optional. Size of a reservation, in bytes.
|
preferredTables[] |
object (TableReference )
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 |
string
Optional. The assigned project ID of the project.
|
datasetId |
string
Optional. The ID of the dataset in the above project.
|
tableId |
string
Optional. The ID of the table in the above dataset.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-21 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-21 UTC."],[[["\u003cp\u003eThis content defines a BI Reservation, which includes a name, update timestamp, size, and preferred tables.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON representation for a BI Reservation shows it contains a string for \u003ccode\u003ename\u003c/code\u003e, \u003ccode\u003eupdateTime\u003c/code\u003e, and \u003ccode\u003esize\u003c/code\u003e, as well as an array of \u003ccode\u003epreferredTables\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTableReference\u003c/code\u003e is defined as a fully qualified reference to a BigQuery table, with fields for \u003ccode\u003eprojectId\u003c/code\u003e, \u003ccode\u003edatasetId\u003c/code\u003e, and \u003ccode\u003etableId\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe size of a reservation is measured in bytes, and the update time follows the RFC 3339 format, always Z-normalized.\u003c/p\u003e\n"]]],[],null,[]]