Resource: Query
Returned when requested for a list of queries or a specific query.
JSON representation | |
---|---|
{
"queryName": string,
"queryString": string,
"arguments": {
string: {
object( |
Fields | |
---|---|
queryName |
Query's unique name. |
queryString |
Query text. |
arguments |
Any additional arguments expected by the query. Maps each argument name to its argument type. An object containing a list of |
isGlobal |
True if the query is defined as global; otherwise the query can be used only by a particular customer (or set of customers). |
inDevelopment |
This field defines whether a query is still in development. If it is in development, it should not be executable except by admin user. |
Methods |
|
---|---|
|
Executes a query and returns when it is complete. |
|
Retrieves every query that you have access to. |
|
Executes a query asynchronously and writes the results to the specified destination table in your BigQuery shared dataset. |