diff --git a/BigQuery/src/Connection/ConnectionInterface.php b/BigQuery/src/Connection/ConnectionInterface.php index 4ae4abbe300d..46b0989879af 100644 --- a/BigQuery/src/Connection/ConnectionInterface.php +++ b/BigQuery/src/Connection/ConnectionInterface.php @@ -144,4 +144,28 @@ public function insertJobUpload(array $args = []); * @return array */ public function getServiceAccount(array $args = []); + + /** + * @param array $args + * @return array + */ + public function getModel(array $args = []); + + /** + * @param array $args + * @return array + */ + public function deleteModel(array $args = []); + + /** + * @param array $args + * @return array + */ + public function patchModel(array $args = []); + + /** + * @param array $args + * @return array + */ + public function listModels(array $args = []); } diff --git a/BigQuery/src/Connection/Rest.php b/BigQuery/src/Connection/Rest.php index a29c8d890fa1..dc2c6bf0982e 100644 --- a/BigQuery/src/Connection/Rest.php +++ b/BigQuery/src/Connection/Rest.php @@ -279,4 +279,40 @@ private function resolveUploadOptions(array $args) return $args; } + + /** + * @param array $args + * @return array + */ + public function getModel(array $args = []) + { + return $this->send('models', 'get', $args); + } + + /** + * @param array $args + * @return array + */ + public function deleteModel(array $args = []) + { + return $this->send('models', 'delete', $args); + } + + /** + * @param array $args + * @return array + */ + public function patchModel(array $args = []) + { + return $this->send('models', 'patch', $args); + } + + /** + * @param array $args + * @return array + */ + public function listModels(array $args = []) + { + return $this->send('models', 'list', $args); + } } diff --git a/BigQuery/src/Connection/ServiceDefinition/bigquery-v2.json b/BigQuery/src/Connection/ServiceDefinition/bigquery-v2.json index e7fc75715f71..6a2a45681d3f 100644 --- a/BigQuery/src/Connection/ServiceDefinition/bigquery-v2.json +++ b/BigQuery/src/Connection/ServiceDefinition/bigquery-v2.json @@ -1,2173 +1,3166 @@ { - "kind": "discovery#restDescription", - "etag": "\"-iA1DTNe4s-I6JZXPt1t1Ypy8IU/77sYFu0di9EzzwuBGmUFES4JWbE\"", - "discoveryVersion": "v1", - "id": "bigquery:v2", + "basePath": "/bigquery/v2/", + "ownerDomain": "google.com", "name": "bigquery", - "version": "v2", - "revision": "20180311", + "batchPath": "batch/bigquery/v2", + "revision": "20190510", + "id": "bigquery:v2", + "documentationLink": "https://cloud.google.com/bigquery/", "title": "BigQuery API", - "description": "A data platform for customers to create, manage, share and query data.", - "ownerDomain": "google.com", + "discoveryVersion": "v1", "ownerName": "Google", - "icons": { - "x16": "https://www.google.com/images/icons/product/search-16.gif", - "x32": "https://www.google.com/images/icons/product/search-32.gif" - }, - "documentationLink": "https://cloud.google.com/bigquery/", - "protocol": "rest", - "baseUrl": "https://www.googleapis.com/bigquery/v2/", - "basePath": "/bigquery/v2/", - "rootUrl": "https://www.googleapis.com/", - "servicePath": "bigquery/v2/", - "batchPath": "batch/bigquery/v2", - "parameters": { - "alt": { - "type": "string", - "description": "Data format for the response.", - "default": "json", - "enum": [ - "json" - ], - "enumDescriptions": [ - "Responses with Content-Type of application/json" - ], - "location": "query" - }, - "fields": { - "type": "string", - "description": "Selector specifying which fields to include in a partial response.", - "location": "query" - }, - "key": { - "type": "string", - "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.", - "location": "query" - }, - "oauth_token": { - "type": "string", - "description": "OAuth 2.0 token for the current user.", - "location": "query" - }, - "prettyPrint": { - "type": "boolean", - "description": "Returns response with indentations and line breaks.", - "default": "true", - "location": "query" - }, - "quotaUser": { - "type": "string", - "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.", - "location": "query" - }, - "userIp": { - "type": "string", - "description": "IP address of the site where the request originates. Use this if you want to enforce per-user limits.", - "location": "query" - } - }, - "auth": { - "oauth2": { - "scopes": { - "https://www.googleapis.com/auth/bigquery": { - "description": "View and manage your data in Google BigQuery" - }, - "https://www.googleapis.com/auth/bigquery.insertdata": { - "description": "Insert data into Google BigQuery" - }, - "https://www.googleapis.com/auth/cloud-platform": { - "description": "View and manage your data across Google Cloud Platform services" - }, - "https://www.googleapis.com/auth/cloud-platform.read-only": { - "description": "View your data across Google Cloud Platform services" - }, - "https://www.googleapis.com/auth/devstorage.full_control": { - "description": "Manage your data and permissions in Google Cloud Storage" - }, - "https://www.googleapis.com/auth/devstorage.read_only": { - "description": "View your data in Google Cloud Storage" - }, - "https://www.googleapis.com/auth/devstorage.read_write": { - "description": "Manage your data in Google Cloud Storage" - } - } - } - }, - "schemas": { - "BigtableColumn": { - "id": "BigtableColumn", - "type": "object", - "properties": { - "encoding": { - "type": "string", - "description": "[Optional] The encoding of the values when the type is not STRING. Acceptable encoding values are: TEXT - indicates values are alphanumeric text strings. BINARY - indicates values are encoded using HBase Bytes.toBytes family of functions. 'encoding' can also be set at the column family level. However, the setting at this level takes precedence if 'encoding' is set at both levels." - }, - "fieldName": { - "type": "string", - "description": "[Optional] If the qualifier is not a valid BigQuery field identifier i.e. does not match [a-zA-Z][a-zA-Z0-9_]*, a valid identifier must be provided as the column field name and is used as field name in queries." - }, - "onlyReadLatest": { - "type": "boolean", - "description": "[Optional] If this is set, only the latest version of value in this column are exposed. 'onlyReadLatest' can also be set at the column family level. However, the setting at this level takes precedence if 'onlyReadLatest' is set at both levels." - }, - "qualifierEncoded": { - "type": "string", - "description": "[Required] Qualifier of the column. Columns in the parent column family that has this exact qualifier are exposed as . field. If the qualifier is valid UTF-8 string, it can be specified in the qualifier_string field. Otherwise, a base-64 encoded value must be set to qualifier_encoded. The column field name is the same as the column qualifier. However, if the qualifier is not a valid BigQuery field identifier i.e. does not match [a-zA-Z][a-zA-Z0-9_]*, a valid identifier must be provided as field_name.", - "format": "byte" + "resources": { + "datasets": { + "methods": { + "get": { + "id": "bigquery.datasets.get", + "path": "projects/{projectId}/datasets/{datasetId}", + "description": "Returns the dataset specified by datasetID.", + "httpMethod": "GET", + "response": { + "$ref": "Dataset" + }, + "parameterOrder": [ + "projectId", + "datasetId" + ], + "parameters": { + "projectId": { + "description": "Project ID of the requested dataset", + "type": "string", + "required": true, + "location": "path" + }, + "datasetId": { + "description": "Dataset ID of the requested dataset", + "type": "string", + "required": true, + "location": "path" + } + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ] }, - "qualifierString": { - "type": "string" + "patch": { + "request": { + "$ref": "Dataset" + }, + "description": "Updates information in an existing dataset. The update method replaces the entire dataset resource, whereas the patch method only replaces fields that are provided in the submitted dataset resource. This method supports patch semantics.", + "httpMethod": "PATCH", + "parameterOrder": [ + "projectId", + "datasetId" + ], + "response": { + "$ref": "Dataset" + }, + "parameters": { + "datasetId": { + "location": "path", + "description": "Dataset ID of the dataset being updated", + "type": "string", + "required": true + }, + "projectId": { + "location": "path", + "description": "Project ID of the dataset being updated", + "type": "string", + "required": true + } + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ], + "id": "bigquery.datasets.patch", + "path": "projects/{projectId}/datasets/{datasetId}" }, - "type": { - "type": "string", - "description": "[Optional] The type to convert the value in cells of this column. The values are expected to be encoded using HBase Bytes.toBytes function when using the BINARY encoding value. Following BigQuery types are allowed (case-sensitive) - BYTES STRING INTEGER FLOAT BOOLEAN Default type is BYTES. 'type' can also be set at the column family level. However, the setting at this level takes precedence if 'type' is set at both levels." - } - } - }, - "BigtableColumnFamily": { - "id": "BigtableColumnFamily", - "type": "object", - "properties": { - "columns": { - "type": "array", - "description": "[Optional] Lists of columns that should be exposed as individual fields as opposed to a list of (column name, value) pairs. All columns whose qualifier matches a qualifier in this list can be accessed as .. Other columns can be accessed as a list through .Column field.", - "items": { - "$ref": "BigtableColumn" + "update": { + "response": { + "$ref": "Dataset" + }, + "parameterOrder": [ + "projectId", + "datasetId" + ], + "httpMethod": "PUT", + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ], + "parameters": { + "projectId": { + "type": "string", + "required": true, + "location": "path", + "description": "Project ID of the dataset being updated" + }, + "datasetId": { + "location": "path", + "description": "Dataset ID of the dataset being updated", + "type": "string", + "required": true + } + }, + "path": "projects/{projectId}/datasets/{datasetId}", + "id": "bigquery.datasets.update", + "description": "Updates information in an existing dataset. The update method replaces the entire dataset resource, whereas the patch method only replaces fields that are provided in the submitted dataset resource.", + "request": { + "$ref": "Dataset" } }, - "encoding": { - "type": "string", - "description": "[Optional] The encoding of the values when the type is not STRING. Acceptable encoding values are: TEXT - indicates values are alphanumeric text strings. BINARY - indicates values are encoded using HBase Bytes.toBytes family of functions. This can be overridden for a specific column by listing that column in 'columns' and specifying an encoding for it." - }, - "familyId": { - "type": "string", - "description": "Identifier of the column family." - }, - "onlyReadLatest": { - "type": "boolean", - "description": "[Optional] If this is set only the latest version of value are exposed for all columns in this column family. This can be overridden for a specific column by listing that column in 'columns' and specifying a different setting for that column." + "delete": { + "description": "Deletes the dataset specified by the datasetId value. Before you can delete a dataset, you must delete all its tables, either manually or by specifying deleteContents. Immediately after deletion, you can create another dataset with the same name.", + "parameterOrder": [ + "projectId", + "datasetId" + ], + "httpMethod": "DELETE", + "parameters": { + "datasetId": { + "type": "string", + "required": true, + "location": "path", + "description": "Dataset ID of dataset being deleted" + }, + "deleteContents": { + "location": "query", + "description": "If True, delete all the tables in the dataset. If False and the dataset contains tables, the request will fail. Default is False", + "type": "boolean" + }, + "projectId": { + "description": "Project ID of the dataset being deleted", + "type": "string", + "required": true, + "location": "path" + } + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ], + "id": "bigquery.datasets.delete", + "path": "projects/{projectId}/datasets/{datasetId}" }, - "type": { - "type": "string", - "description": "[Optional] The type to convert the value in cells of this column family. The values are expected to be encoded using HBase Bytes.toBytes function when using the BINARY encoding value. Following BigQuery types are allowed (case-sensitive) - BYTES STRING INTEGER FLOAT BOOLEAN Default type is BYTES. This can be overridden for a specific column by listing that column in 'columns' and specifying a type for it." - } - } - }, - "BigtableOptions": { - "id": "BigtableOptions", - "type": "object", - "properties": { - "columnFamilies": { - "type": "array", - "description": "[Optional] List of column families to expose in the table schema along with their types. This list restricts the column families that can be referenced in queries and specifies their value types. You can use this list to do type conversions - see the 'type' field for more details. If you leave this list empty, all column families are present in the table schema and their values are read as BYTES. During a query only the column families referenced in that query are read from Bigtable.", - "items": { - "$ref": "BigtableColumnFamily" - } - }, - "ignoreUnspecifiedColumnFamilies": { - "type": "boolean", - "description": "[Optional] If field is true, then the column families that are not specified in columnFamilies list are not exposed in the table schema. Otherwise, they are read with BYTES type values. The default value is false." + "list": { + "parameters": { + "pageToken": { + "description": "Page token, returned by a previous call, to request the next page of results", + "type": "string", + "location": "query" + }, + "maxResults": { + "location": "query", + "description": "The maximum number of results to return", + "format": "uint32", + "type": "integer" + }, + "projectId": { + "type": "string", + "required": true, + "location": "path", + "description": "Project ID of the datasets to be listed" + }, + "all": { + "type": "boolean", + "location": "query", + "description": "Whether to list all datasets, including hidden ones" + }, + "filter": { + "location": "query", + "description": "An expression for filtering the results of the request by label. The syntax is \"labels.\u003cname\u003e[:\u003cvalue\u003e]\". Multiple filters can be ANDed together by connecting with a space. Example: \"labels.department:receiving labels.active\". See Filtering datasets using labels for details.", + "type": "string" + } + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ], + "path": "projects/{projectId}/datasets", + "id": "bigquery.datasets.list", + "description": "Lists all datasets in the specified project to which you have been granted the READER dataset role.", + "response": { + "$ref": "DatasetList" + }, + "parameterOrder": [ + "projectId" + ], + "httpMethod": "GET" }, - "readRowkeyAsString": { - "type": "boolean", - "description": "[Optional] If field is true, then the rowkey column families will be read and converted to string. Otherwise they are read with BYTES type values and users need to manually cast them with CAST if necessary. The default value is false." + "insert": { + "id": "bigquery.datasets.insert", + "path": "projects/{projectId}/datasets", + "request": { + "$ref": "Dataset" + }, + "description": "Creates a new empty dataset.", + "httpMethod": "POST", + "parameterOrder": [ + "projectId" + ], + "response": { + "$ref": "Dataset" + }, + "parameters": { + "projectId": { + "description": "Project ID of the new dataset", + "type": "string", + "required": true, + "location": "path" + } + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] } } }, - "CsvOptions": { - "id": "CsvOptions", - "type": "object", - "properties": { - "allowJaggedRows": { - "type": "boolean", - "description": "[Optional] Indicates if BigQuery should accept rows that are missing trailing optional columns. If true, BigQuery treats missing trailing columns as null values. If false, records with missing trailing columns are treated as bad records, and if there are too many bad records, an invalid error is returned in the job result. The default value is false." - }, - "allowQuotedNewlines": { - "type": "boolean", - "description": "[Optional] Indicates if BigQuery should allow quoted data sections that contain newline characters in a CSV file. The default value is false." - }, - "encoding": { - "type": "string", - "description": "[Optional] The character encoding of the data. The supported values are UTF-8 or ISO-8859-1. The default value is UTF-8. BigQuery decodes the data after the raw, binary data has been split using the values of the quote and fieldDelimiter properties." + "models": { + "methods": { + "delete": { + "description": "Deletes the model specified by modelId from the dataset.", + "parameterOrder": [ + "projectId", + "datasetId", + "modelId" + ], + "httpMethod": "DELETE", + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ], + "parameters": { + "datasetId": { + "description": "Dataset ID of the model to delete.", + "required": true, + "type": "string", + "pattern": "^[^/]+$", + "location": "path" + }, + "modelId": { + "required": true, + "type": "string", + "pattern": "^[^/]+$", + "location": "path", + "description": "Model ID of the model to delete." + }, + "projectId": { + "location": "path", + "description": "Project ID of the model to delete.", + "required": true, + "type": "string", + "pattern": "^[^/]+$" + } + }, + "flatPath": "projects/{projectsId}/datasets/{datasetsId}/models/{modelsId}", + "path": "projects/{+projectId}/datasets/{+datasetId}/models/{+modelId}", + "id": "bigquery.models.delete" }, - "fieldDelimiter": { - "type": "string", - "description": "[Optional] The separator for fields in a CSV file. BigQuery converts the string to ISO-8859-1 encoding, and then uses the first byte of the encoded string to split the data in its raw, binary state. BigQuery also supports the escape sequence \"\\t\" to specify a tab separator. The default value is a comma (',')." + "get": { + "parameters": { + "datasetId": { + "required": true, + "type": "string", + "pattern": "^[^/]+$", + "location": "path", + "description": "Dataset ID of the requested model." + }, + "modelId": { + "required": true, + "type": "string", + "pattern": "^[^/]+$", + "location": "path", + "description": "Model ID of the requested model." + }, + "projectId": { + "pattern": "^[^/]+$", + "location": "path", + "description": "Project ID of the requested model.", + "required": true, + "type": "string" + } + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ], + "flatPath": "projects/{projectsId}/datasets/{datasetsId}/models/{modelsId}", + "id": "bigquery.models.get", + "path": "projects/{+projectId}/datasets/{+datasetId}/models/{+modelId}", + "description": "Gets the specified model resource by model ID.", + "httpMethod": "GET", + "response": { + "$ref": "Model" + }, + "parameterOrder": [ + "projectId", + "datasetId", + "modelId" + ] }, - "quote": { - "type": "string", - "description": "[Optional] The value that is used to quote data sections in a CSV file. BigQuery converts the string to ISO-8859-1 encoding, and then uses the first byte of the encoded string to split the data in its raw, binary state. The default value is a double-quote ('\"'). If your data does not contain quoted sections, set the property value to an empty string. If your data contains quoted newline characters, you must also set the allowQuotedNewlines property to true.", - "default": "\"", - "pattern": ".?" + "list": { + "description": "Lists all models in the specified dataset. Requires the READER dataset\nrole.", + "httpMethod": "GET", + "response": { + "$ref": "ListModelsResponse" + }, + "parameterOrder": [ + "projectId", + "datasetId" + ], + "parameters": { + "projectId": { + "required": true, + "type": "string", + "pattern": "^[^/]+$", + "location": "path", + "description": "Project ID of the models to list." + }, + "maxResults": { + "type": "integer", + "location": "query", + "description": "The maximum number of results per page.", + "format": "uint32" + }, + "datasetId": { + "pattern": "^[^/]+$", + "location": "path", + "description": "Dataset ID of the models to list.", + "required": true, + "type": "string" + }, + "pageToken": { + "description": "Page token, returned by a previous call to request the next page of\nresults", + "type": "string", + "location": "query" + } + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ], + "flatPath": "projects/{projectsId}/datasets/{datasetsId}/models", + "id": "bigquery.models.list", + "path": "projects/{+projectId}/datasets/{+datasetId}/models" }, - "skipLeadingRows": { - "type": "string", - "description": "[Optional] The number of rows at the top of a CSV file that BigQuery will skip when reading the data. The default value is 0. This property is useful if you have header rows in the file that should be skipped.", - "format": "int64" + "patch": { + "description": "Patch specific fields in the specified model.", + "request": { + "$ref": "Model" + }, + "httpMethod": "PATCH", + "parameterOrder": [ + "projectId", + "datasetId", + "modelId" + ], + "response": { + "$ref": "Model" + }, + "parameters": { + "projectId": { + "description": "Project ID of the model to patch.", + "required": true, + "type": "string", + "pattern": "^[^/]+$", + "location": "path" + }, + "datasetId": { + "required": true, + "type": "string", + "pattern": "^[^/]+$", + "location": "path", + "description": "Dataset ID of the model to patch." + }, + "modelId": { + "description": "Model ID of the model to patch.", + "required": true, + "type": "string", + "pattern": "^[^/]+$", + "location": "path" + } + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ], + "flatPath": "projects/{projectsId}/datasets/{datasetsId}/models/{modelsId}", + "id": "bigquery.models.patch", + "path": "projects/{+projectId}/datasets/{+datasetId}/models/{+modelId}" } } }, - "Dataset": { - "id": "Dataset", - "type": "object", - "properties": { - "access": { - "type": "array", - "description": "[Optional] An array of objects that define dataset access for one or more entities. You can set this property when inserting or updating a dataset in order to control who is allowed to access the data. If unspecified at dataset creation time, BigQuery adds default dataset access for the following entities: access.specialGroup: projectReaders; access.role: READER; access.specialGroup: projectWriters; access.role: WRITER; access.specialGroup: projectOwners; access.role: OWNER; access.userByEmail: [dataset creator email]; access.role: OWNER;", - "items": { - "type": "object", - "properties": { - "domain": { - "type": "string", - "description": "[Pick one] A domain to grant access to. Any users signed in with the domain specified will be granted the specified access. Example: \"example.com\"." - }, - "groupByEmail": { - "type": "string", - "description": "[Pick one] An email address of a Google Group to grant access to." - }, - "role": { - "type": "string", - "description": "[Required] Describes the rights granted to the user specified by the other member of the access object. The following string values are supported: READER, WRITER, OWNER." - }, - "specialGroup": { - "type": "string", - "description": "[Pick one] A special group to grant access to. Possible values include: projectOwners: Owners of the enclosing project. projectReaders: Readers of the enclosing project. projectWriters: Writers of the enclosing project. allAuthenticatedUsers: All authenticated BigQuery users." - }, - "userByEmail": { - "type": "string", - "description": "[Pick one] An email address of a user to grant access to. For example: fred@example.com." - }, - "view": { - "$ref": "TableReference", - "description": "[Pick one] A view from a different dataset to grant access to. Queries executed against that view will have read access to tables in this dataset. The role field is not required when this field is set. If that view is updated by any user, access to the view needs to be granted again via an update operation." - } + "jobs": { + "methods": { + "get": { + "description": "Returns information about a specific job. Job information is available for a six month period after creation. Requires that you're the person who ran the job, or have the Is Owner project role.", + "httpMethod": "GET", + "response": { + "$ref": "Job" + }, + "parameterOrder": [ + "projectId", + "jobId" + ], + "parameters": { + "jobId": { + "type": "string", + "required": true, + "location": "path", + "description": "[Required] Job ID of the requested job" + }, + "projectId": { + "location": "path", + "description": "[Required] Project ID of the requested job", + "type": "string", + "required": true + }, + "location": { + "location": "query", + "description": "The geographic location of the job. Required except for US and EU. See details at https://cloud.google.com/bigquery/docs/locations#specifying_your_location.", + "type": "string" } - } - }, - "creationTime": { - "type": "string", - "description": "[Output-only] The time when this dataset was created, in milliseconds since the epoch.", - "format": "int64" - }, - "datasetReference": { - "$ref": "DatasetReference", - "description": "[Required] A reference that identifies the dataset." - }, - "defaultTableExpirationMs": { - "type": "string", - "description": "[Optional] The default lifetime of all tables in the dataset, in milliseconds. The minimum value is 3600000 milliseconds (one hour). Once this property is set, all newly-created tables in the dataset will have an expirationTime property set to the creation time plus the value in this property, and changing the value will only affect new tables, not existing ones. When the expirationTime for a given table is reached, that table will be deleted automatically. If a table's expirationTime is modified or removed before the table expires, or if you provide an explicit expirationTime when creating a table, that value takes precedence over the default expiration time indicated by this property.", - "format": "int64" - }, - "description": { - "type": "string", - "description": "[Optional] A user-friendly description of the dataset." - }, - "etag": { - "type": "string", - "description": "[Output-only] A hash of the resource." - }, - "friendlyName": { - "type": "string", - "description": "[Optional] A descriptive name for the dataset." - }, - "id": { - "type": "string", - "description": "[Output-only] The fully-qualified unique name of the dataset in the format projectId:datasetId. The dataset name without the project name is given in the datasetId field. When creating a new dataset, leave this field blank, and instead specify the datasetId field." - }, - "kind": { - "type": "string", - "description": "[Output-only] The resource type.", - "default": "bigquery#dataset" - }, - "labels": { - "type": "object", - "description": "The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See Labeling Datasets for more information.", - "additionalProperties": { - "type": "string" - } - }, - "lastModifiedTime": { - "type": "string", - "description": "[Output-only] The date when this dataset or any of its tables was last modified, in milliseconds since the epoch.", - "format": "int64" - }, - "location": { - "type": "string", - "description": "The geographic location where the dataset should reside. Possible values include EU and US. The default value is US." + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ], + "id": "bigquery.jobs.get", + "path": "projects/{projectId}/jobs/{jobId}" }, - "selfLink": { - "type": "string", - "description": "[Output-only] A URL that can be used to access the resource again. You can use this URL in Get or Update requests to the resource." - } - } - }, - "DatasetList": { - "id": "DatasetList", - "type": "object", - "properties": { - "datasets": { - "type": "array", - "description": "An array of the dataset resources in the project. Each resource contains basic information. For full information about a particular dataset resource, use the Datasets: get method. This property is omitted when there are no datasets in the project.", - "items": { - "type": "object", - "properties": { - "datasetReference": { - "$ref": "DatasetReference", - "description": "The dataset reference. Use this property to access specific parts of the dataset's ID, such as project ID or dataset ID." - }, - "friendlyName": { - "type": "string", - "description": "A descriptive name for the dataset, if one exists." - }, - "id": { - "type": "string", - "description": "The fully-qualified, unique, opaque ID of the dataset." - }, - "kind": { - "type": "string", - "description": "The resource type. This property always returns the value \"bigquery#dataset\".", - "default": "bigquery#dataset" - }, - "labels": { - "type": "object", - "description": "The labels associated with this dataset. You can use these to organize and group your datasets.", - "additionalProperties": { - "type": "string" - } - }, - "location": { - "type": "string", - "description": "[Experimental] The geographic location where the data resides." - } + "query": { + "response": { + "$ref": "QueryResponse" + }, + "parameterOrder": [ + "projectId" + ], + "httpMethod": "POST", + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ], + "parameters": { + "projectId": { + "location": "path", + "description": "Project ID of the project billed for the query", + "type": "string", + "required": true } + }, + "path": "projects/{projectId}/queries", + "id": "bigquery.jobs.query", + "description": "Runs a BigQuery SQL query synchronously and returns query results if the query completes within a specified timeout.", + "request": { + "$ref": "QueryRequest" } }, - "etag": { - "type": "string", - "description": "A hash value of the results page. You can use this property to determine if the page has changed since the last request." - }, - "kind": { - "type": "string", - "description": "The list type. This property always returns the value \"bigquery#datasetList\".", - "default": "bigquery#datasetList" + "list": { + "response": { + "$ref": "JobList" + }, + "parameterOrder": [ + "projectId" + ], + "httpMethod": "GET", + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ], + "parameters": { + "stateFilter": { + "description": "Filter for job state", + "enum": [ + "done", + "pending", + "running" + ], + "type": "string", + "repeated": true, + "enumDescriptions": [ + "Finished jobs", + "Pending jobs", + "Running jobs" + ], + "location": "query" + }, + "projection": { + "type": "string", + "enumDescriptions": [ + "Includes all job data", + "Does not include the job configuration" + ], + "location": "query", + "enum": [ + "full", + "minimal" + ], + "description": "Restrict information returned to a set of selected fields" + }, + "projectId": { + "description": "Project ID of the jobs to list", + "type": "string", + "required": true, + "location": "path" + }, + "minCreationTime": { + "location": "query", + "description": "Min value for job creation time, in milliseconds since the POSIX epoch. If set, only jobs created after or at this timestamp are returned", + "format": "uint64", + "type": "string" + }, + "allUsers": { + "type": "boolean", + "location": "query", + "description": "Whether to display jobs owned by all users in the project. Default false" + }, + "pageToken": { + "description": "Page token, returned by a previous call, to request the next page of results", + "type": "string", + "location": "query" + }, + "maxCreationTime": { + "description": "Max value for job creation time, in milliseconds since the POSIX epoch. If set, only jobs created before or at this timestamp are returned", + "format": "uint64", + "type": "string", + "location": "query" + }, + "maxResults": { + "description": "Maximum number of results to return", + "format": "uint32", + "type": "integer", + "location": "query" + } + }, + "path": "projects/{projectId}/jobs", + "id": "bigquery.jobs.list", + "description": "Lists all jobs that you started in the specified project. Job information is available for a six month period after creation. The job list is sorted in reverse chronological order, by job creation time. Requires the Can View project role, or the Is Owner project role if you set the allUsers property." }, - "nextPageToken": { - "type": "string", - "description": "A token that can be used to request the next results page. This property is omitted on the final results page." - } - } - }, - "DatasetReference": { - "id": "DatasetReference", - "type": "object", - "properties": { - "datasetId": { - "type": "string", - "description": "[Required] A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.", - "annotations": { - "required": [ - "bigquery.datasets.update" - ] + "getQueryResults": { + "path": "projects/{projectId}/queries/{jobId}", + "id": "bigquery.jobs.getQueryResults", + "description": "Retrieves the results of a query job.", + "response": { + "$ref": "GetQueryResultsResponse" + }, + "parameterOrder": [ + "projectId", + "jobId" + ], + "httpMethod": "GET", + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ], + "parameters": { + "pageToken": { + "location": "query", + "description": "Page token, returned by a previous call, to request the next page of results", + "type": "string" + }, + "timeoutMs": { + "description": "How long to wait for the query to complete, in milliseconds, before returning. Default is 10 seconds. If the timeout passes before the job completes, the 'jobComplete' field in the response will be false", + "format": "uint32", + "type": "integer", + "location": "query" + }, + "maxResults": { + "location": "query", + "description": "Maximum number of results to read", + "format": "uint32", + "type": "integer" + }, + "jobId": { + "type": "string", + "required": true, + "location": "path", + "description": "[Required] Job ID of the query job" + }, + "projectId": { + "location": "path", + "description": "[Required] Project ID of the query job", + "type": "string", + "required": true + }, + "startIndex": { + "type": "string", + "location": "query", + "description": "Zero-based index of the starting row", + "format": "uint64" + }, + "location": { + "description": "The geographic location where the job should run. Required except for US and EU. See details at https://cloud.google.com/bigquery/docs/locations#specifying_your_location.", + "type": "string", + "location": "query" + } } }, - "projectId": { - "type": "string", - "description": "[Optional] The ID of the project containing this dataset.", - "annotations": { - "required": [ - "bigquery.datasets.update" + "cancel": { + "id": "bigquery.jobs.cancel", + "path": "projects/{projectId}/jobs/{jobId}/cancel", + "description": "Requests that a job be cancelled. This call will return immediately, and the client will need to poll for the job status to see if the cancel completed successfully. Cancelled jobs may still incur costs.", + "httpMethod": "POST", + "response": { + "$ref": "JobCancelResponse" + }, + "parameterOrder": [ + "projectId", + "jobId" + ], + "parameters": { + "jobId": { + "description": "[Required] Job ID of the job to cancel", + "type": "string", + "required": true, + "location": "path" + }, + "projectId": { + "description": "[Required] Project ID of the job to cancel", + "type": "string", + "required": true, + "location": "path" + }, + "location": { + "description": "The geographic location of the job. Required except for US and EU. See details at https://cloud.google.com/bigquery/docs/locations#specifying_your_location.", + "type": "string", + "location": "query" + } + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "insert": { + "supportsMediaUpload": true, + "response": { + "$ref": "Job" + }, + "parameterOrder": [ + "projectId" + ], + "httpMethod": "POST", + "parameters": { + "projectId": { + "location": "path", + "description": "Project ID of the project that will be billed for the job", + "type": "string", + "required": true + } + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/devstorage.full_control", + "https://www.googleapis.com/auth/devstorage.read_only", + "https://www.googleapis.com/auth/devstorage.read_write" + ], + "mediaUpload": { + "protocols": { + "simple": { + "multipart": true, + "path": "/upload/bigquery/v2/projects/{projectId}/jobs" + }, + "resumable": { + "path": "/resumable/upload/bigquery/v2/projects/{projectId}/jobs", + "multipart": true + } + }, + "accept": [ + "*/*" ] + }, + "path": "projects/{projectId}/jobs", + "id": "bigquery.jobs.insert", + "description": "Starts a new asynchronous job. Requires the Can View project role.", + "request": { + "$ref": "Job" } } } }, - "DestinationTableProperties": { - "id": "DestinationTableProperties", - "type": "object", - "properties": { - "description": { - "type": "string", - "description": "[Optional] The description for the destination table. This will only be used if the destination table is newly created. If the table already exists and a value different than the current description is provided, the job will fail." + "projects": { + "methods": { + "list": { + "parameters": { + "maxResults": { + "location": "query", + "description": "Maximum number of results to return", + "format": "uint32", + "type": "integer" + }, + "pageToken": { + "location": "query", + "description": "Page token, returned by a previous call, to request the next page of results", + "type": "string" + } + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ], + "id": "bigquery.projects.list", + "path": "projects", + "description": "Lists all projects to which you have been granted any project role.", + "response": { + "$ref": "ProjectList" + }, + "httpMethod": "GET" }, - "friendlyName": { - "type": "string", - "description": "[Optional] The friendly name for the destination table. This will only be used if the destination table is newly created. If the table already exists and a value different than the current friendly name is provided, the job will fail." - } - } - }, - "EncryptionConfiguration": { - "id": "EncryptionConfiguration", - "type": "object", - "properties": { - "kmsKeyName": { - "type": "string", - "description": "[Optional] Describes the Cloud KMS encryption key that will be used to protect destination BigQuery table. The BigQuery Service Account associated with your project requires access to this encryption key." + "getServiceAccount": { + "description": "Returns the email address of the service account for your project used for interactions with Google Cloud KMS.", + "response": { + "$ref": "GetServiceAccountResponse" + }, + "parameterOrder": [ + "projectId" + ], + "httpMethod": "GET", + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ], + "parameters": { + "projectId": { + "description": "Project ID for which the service account is requested.", + "type": "string", + "required": true, + "location": "path" + } + }, + "path": "projects/{projectId}/serviceAccount", + "id": "bigquery.projects.getServiceAccount" } } }, - "ErrorProto": { - "id": "ErrorProto", - "type": "object", - "properties": { - "debugInfo": { - "type": "string", - "description": "Debugging information. This property is internal to Google and should not be used." - }, - "location": { - "type": "string", - "description": "Specifies where the error occurred, if present." - }, - "message": { - "type": "string", - "description": "A human-readable description of the error." + "tabledata": { + "methods": { + "list": { + "description": "Retrieves table data from a specified set of rows. Requires the READER dataset role.", + "response": { + "$ref": "TableDataList" + }, + "parameterOrder": [ + "projectId", + "datasetId", + "tableId" + ], + "httpMethod": "GET", + "parameters": { + "pageToken": { + "type": "string", + "location": "query", + "description": "Page token, returned by a previous call, identifying the result set" + }, + "tableId": { + "location": "path", + "description": "Table ID of the table to read", + "type": "string", + "required": true + }, + "maxResults": { + "location": "query", + "description": "Maximum number of results to return", + "format": "uint32", + "type": "integer" + }, + "datasetId": { + "location": "path", + "description": "Dataset ID of the table to read", + "type": "string", + "required": true + }, + "projectId": { + "location": "path", + "description": "Project ID of the table to read", + "type": "string", + "required": true + }, + "selectedFields": { + "description": "List of fields to return (comma-separated). If unspecified, all fields are returned", + "type": "string", + "location": "query" + }, + "startIndex": { + "location": "query", + "description": "Zero-based index of the starting row to read", + "format": "uint64", + "type": "string" + } + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ], + "path": "projects/{projectId}/datasets/{datasetId}/tables/{tableId}/data", + "id": "bigquery.tabledata.list" }, - "reason": { - "type": "string", - "description": "A short error code that summarizes the error." + "insertAll": { + "request": { + "$ref": "TableDataInsertAllRequest" + }, + "description": "Streams data into BigQuery one record at a time without needing to run a load job. Requires the WRITER dataset role.", + "httpMethod": "POST", + "parameterOrder": [ + "projectId", + "datasetId", + "tableId" + ], + "response": { + "$ref": "TableDataInsertAllResponse" + }, + "parameters": { + "datasetId": { + "location": "path", + "description": "Dataset ID of the destination table.", + "type": "string", + "required": true + }, + "tableId": { + "type": "string", + "required": true, + "location": "path", + "description": "Table ID of the destination table." + }, + "projectId": { + "location": "path", + "description": "Project ID of the destination table.", + "type": "string", + "required": true + } + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/bigquery.insertdata", + "https://www.googleapis.com/auth/cloud-platform" + ], + "id": "bigquery.tabledata.insertAll", + "path": "projects/{projectId}/datasets/{datasetId}/tables/{tableId}/insertAll" } } }, - "ExplainQueryStage": { - "id": "ExplainQueryStage", - "type": "object", - "properties": { - "completedParallelInputs": { - "type": "string", - "description": "Number of parallel input segments completed.", - "format": "int64" - }, - "computeMsAvg": { - "type": "string", - "description": "Milliseconds the average shard spent on CPU-bound tasks.", - "format": "int64" - }, - "computeMsMax": { - "type": "string", - "description": "Milliseconds the slowest shard spent on CPU-bound tasks.", - "format": "int64" - }, - "computeRatioAvg": { - "type": "number", - "description": "Relative amount of time the average shard spent on CPU-bound tasks.", - "format": "double" - }, - "computeRatioMax": { - "type": "number", - "description": "Relative amount of time the slowest shard spent on CPU-bound tasks.", - "format": "double" - }, - "endMs": { - "type": "string", - "description": "Stage end time in milliseconds.", - "format": "int64" + "tables": { + "methods": { + "insert": { + "parameters": { + "datasetId": { + "type": "string", + "required": true, + "location": "path", + "description": "Dataset ID of the new table" + }, + "projectId": { + "location": "path", + "description": "Project ID of the new table", + "type": "string", + "required": true + } + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ], + "path": "projects/{projectId}/datasets/{datasetId}/tables", + "id": "bigquery.tables.insert", + "request": { + "$ref": "Table" + }, + "description": "Creates a new, empty table in the dataset.", + "response": { + "$ref": "Table" + }, + "parameterOrder": [ + "projectId", + "datasetId" + ], + "httpMethod": "POST" }, - "id": { - "type": "string", - "description": "Unique ID for stage within plan.", - "format": "int64" + "get": { + "id": "bigquery.tables.get", + "path": "projects/{projectId}/datasets/{datasetId}/tables/{tableId}", + "description": "Gets the specified table resource by table ID. This method does not return the data in the table, it only returns the table resource, which describes the structure of this table.", + "httpMethod": "GET", + "response": { + "$ref": "Table" + }, + "parameterOrder": [ + "projectId", + "datasetId", + "tableId" + ], + "parameters": { + "projectId": { + "description": "Project ID of the requested table", + "type": "string", + "required": true, + "location": "path" + }, + "datasetId": { + "description": "Dataset ID of the requested table", + "type": "string", + "required": true, + "location": "path" + }, + "selectedFields": { + "type": "string", + "location": "query", + "description": "List of fields to return (comma-separated). If unspecified, all fields are returned" + }, + "tableId": { + "location": "path", + "description": "Table ID of the requested table", + "type": "string", + "required": true + } + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ] }, - "inputStages": { - "type": "array", - "description": "IDs for stages that are inputs to this stage.", - "items": { - "type": "string", - "format": "int64" + "patch": { + "response": { + "$ref": "Table" + }, + "parameterOrder": [ + "projectId", + "datasetId", + "tableId" + ], + "httpMethod": "PATCH", + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ], + "parameters": { + "tableId": { + "location": "path", + "description": "Table ID of the table to update", + "type": "string", + "required": true + }, + "projectId": { + "location": "path", + "description": "Project ID of the table to update", + "type": "string", + "required": true + }, + "datasetId": { + "location": "path", + "description": "Dataset ID of the table to update", + "type": "string", + "required": true + } + }, + "path": "projects/{projectId}/datasets/{datasetId}/tables/{tableId}", + "id": "bigquery.tables.patch", + "description": "Updates information in an existing table. The update method replaces the entire table resource, whereas the patch method only replaces fields that are provided in the submitted table resource. This method supports patch semantics.", + "request": { + "$ref": "Table" } }, - "name": { - "type": "string", - "description": "Human-readable name for stage." - }, - "parallelInputs": { - "type": "string", - "description": "Number of parallel input segments to be processed.", - "format": "int64" - }, - "readMsAvg": { - "type": "string", - "description": "Milliseconds the average shard spent reading input.", - "format": "int64" - }, - "readMsMax": { - "type": "string", - "description": "Milliseconds the slowest shard spent reading input.", - "format": "int64" - }, - "readRatioAvg": { - "type": "number", - "description": "Relative amount of time the average shard spent reading input.", - "format": "double" - }, - "readRatioMax": { - "type": "number", - "description": "Relative amount of time the slowest shard spent reading input.", - "format": "double" - }, - "recordsRead": { - "type": "string", - "description": "Number of records read into the stage.", - "format": "int64" - }, - "recordsWritten": { - "type": "string", - "description": "Number of records written by the stage.", - "format": "int64" - }, - "shuffleOutputBytes": { - "type": "string", - "description": "Total number of bytes written to shuffle.", - "format": "int64" - }, - "shuffleOutputBytesSpilled": { - "type": "string", - "description": "Total number of bytes written to shuffle and spilled to disk.", - "format": "int64" - }, - "startMs": { - "type": "string", - "description": "Stage start time in milliseconds.", - "format": "int64" - }, - "status": { - "type": "string", - "description": "Current status for the stage." - }, - "steps": { - "type": "array", - "description": "List of operations within the stage in dependency order (approximately chronological).", - "items": { - "$ref": "ExplainQueryStep" + "update": { + "path": "projects/{projectId}/datasets/{datasetId}/tables/{tableId}", + "id": "bigquery.tables.update", + "description": "Updates information in an existing table. The update method replaces the entire table resource, whereas the patch method only replaces fields that are provided in the submitted table resource.", + "request": { + "$ref": "Table" + }, + "response": { + "$ref": "Table" + }, + "parameterOrder": [ + "projectId", + "datasetId", + "tableId" + ], + "httpMethod": "PUT", + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ], + "parameters": { + "projectId": { + "location": "path", + "description": "Project ID of the table to update", + "type": "string", + "required": true + }, + "datasetId": { + "location": "path", + "description": "Dataset ID of the table to update", + "type": "string", + "required": true + }, + "tableId": { + "type": "string", + "required": true, + "location": "path", + "description": "Table ID of the table to update" + } } }, - "waitMsAvg": { - "type": "string", - "description": "Milliseconds the average shard spent waiting to be scheduled.", - "format": "int64" - }, - "waitMsMax": { - "type": "string", - "description": "Milliseconds the slowest shard spent waiting to be scheduled.", - "format": "int64" + "delete": { + "path": "projects/{projectId}/datasets/{datasetId}/tables/{tableId}", + "id": "bigquery.tables.delete", + "description": "Deletes the table specified by tableId from the dataset. If the table contains data, all the data will be deleted.", + "parameterOrder": [ + "projectId", + "datasetId", + "tableId" + ], + "httpMethod": "DELETE", + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ], + "parameters": { + "projectId": { + "description": "Project ID of the table to delete", + "type": "string", + "required": true, + "location": "path" + }, + "datasetId": { + "description": "Dataset ID of the table to delete", + "type": "string", + "required": true, + "location": "path" + }, + "tableId": { + "location": "path", + "description": "Table ID of the table to delete", + "type": "string", + "required": true + } + } }, - "waitRatioAvg": { - "type": "number", - "description": "Relative amount of time the average shard spent waiting to be scheduled.", - "format": "double" - }, - "waitRatioMax": { - "type": "number", - "description": "Relative amount of time the slowest shard spent waiting to be scheduled.", - "format": "double" - }, - "writeMsAvg": { - "type": "string", - "description": "Milliseconds the average shard spent on writing output.", - "format": "int64" - }, - "writeMsMax": { - "type": "string", - "description": "Milliseconds the slowest shard spent on writing output.", - "format": "int64" + "list": { + "httpMethod": "GET", + "response": { + "$ref": "TableList" + }, + "parameterOrder": [ + "projectId", + "datasetId" + ], + "parameters": { + "pageToken": { + "type": "string", + "location": "query", + "description": "Page token, returned by a previous call, to request the next page of results" + }, + "maxResults": { + "location": "query", + "description": "Maximum number of results to return", + "format": "uint32", + "type": "integer" + }, + "projectId": { + "location": "path", + "description": "Project ID of the tables to list", + "type": "string", + "required": true + }, + "datasetId": { + "description": "Dataset ID of the tables to list", + "type": "string", + "required": true, + "location": "path" + } + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ], + "id": "bigquery.tables.list", + "path": "projects/{projectId}/datasets/{datasetId}/tables", + "description": "Lists all tables in the specified dataset. Requires the READER dataset role." + } + } + } + }, + "parameters": { + "alt": { + "description": "Data format for the response.", + "default": "json", + "enum": [ + "json" + ], + "type": "string", + "enumDescriptions": [ + "Responses with Content-Type of application/json" + ], + "location": "query" + }, + "userIp": { + "location": "query", + "description": "Deprecated. Please use quotaUser instead.", + "type": "string" + }, + "key": { + "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.", + "type": "string", + "location": "query" + }, + "quotaUser": { + "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", + "type": "string", + "location": "query" + }, + "prettyPrint": { + "type": "boolean", + "default": "true", + "location": "query", + "description": "Returns response with indentations and line breaks." + }, + "fields": { + "location": "query", + "description": "Selector specifying which fields to include in a partial response.", + "type": "string" + }, + "oauth_token": { + "location": "query", + "description": "OAuth 2.0 token for the current user.", + "type": "string" + } + }, + "schemas": { + "JsonObject": { + "additionalProperties": { + "$ref": "JsonValue" + }, + "description": "Represents a single JSON object.", + "type": "object", + "id": "JsonObject" + }, + "AggregateClassificationMetrics": { + "description": "Aggregate metrics for classification/classifier models. For multi-class\nmodels, the metrics are either macro-averaged or micro-averaged. When\nmacro-averaged, the metrics are calculated for each label and then an\nunweighted average is taken of those values. When micro-averaged, the\nmetric is calculated globally by counting the total number of correctly\npredicted rows.", + "type": "object", + "properties": { + "threshold": { + "description": "Threshold at which the metrics are computed. For binary\nclassification models this is the positive class threshold.\nFor multi-class classfication models this is the confidence\nthreshold.", + "format": "double", + "type": "number" }, - "writeRatioAvg": { + "rocAuc": { "type": "number", - "description": "Relative amount of time the average shard spent on writing output.", + "description": "Area Under a ROC Curve. For multiclass this is a macro-averaged\nmetric.", "format": "double" }, - "writeRatioMax": { - "type": "number", - "description": "Relative amount of time the slowest shard spent on writing output.", - "format": "double" + "logLoss": { + "description": "Logarithmic Loss. For multiclass this is a macro-averaged metric.", + "format": "double", + "type": "number" + }, + "f1Score": { + "description": "The F1 score is an average of recall and precision. For multiclass\nthis is a macro-averaged metric.", + "format": "double", + "type": "number" + }, + "precision": { + "description": "Precision is the fraction of actual positive predictions that had\npositive actual labels. For multiclass this is a macro-averaged\nmetric treating each class as a binary classifier.", + "format": "double", + "type": "number" + }, + "accuracy": { + "description": "Accuracy is the fraction of predictions given the correct label. For\nmulticlass this is a micro-averaged metric.", + "format": "double", + "type": "number" + }, + "recall": { + "description": "Recall is the fraction of actual positive labels that were given a\npositive prediction. For multiclass this is a macro-averaged metric.", + "format": "double", + "type": "number" } - } + }, + "id": "AggregateClassificationMetrics" }, "ExplainQueryStep": { - "id": "ExplainQueryStep", "type": "object", "properties": { - "kind": { - "type": "string", - "description": "Machine-readable operation type." - }, "substeps": { - "type": "array", "description": "Human-readable stage descriptions.", + "type": "array", "items": { "type": "string" } + }, + "kind": { + "type": "string", + "description": "Machine-readable operation type." } - } + }, + "id": "ExplainQueryStep" }, - "ExternalDataConfiguration": { - "id": "ExternalDataConfiguration", + "QueryParameter": { "type": "object", "properties": { - "autodetect": { - "type": "boolean", - "description": "Try to detect schema and format options automatically. Any option specified explicitly will be honored." - }, - "bigtableOptions": { - "$ref": "BigtableOptions", - "description": "[Optional] Additional options if sourceFormat is set to BIGTABLE." - }, - "compression": { - "type": "string", - "description": "[Optional] The compression type of the data source. Possible values include GZIP and NONE. The default value is NONE. This setting is ignored for Google Cloud Bigtable, Google Cloud Datastore backups and Avro formats." - }, - "csvOptions": { - "$ref": "CsvOptions", - "description": "Additional properties to set if sourceFormat is set to CSV." - }, - "googleSheetsOptions": { - "$ref": "GoogleSheetsOptions", - "description": "[Optional] Additional options if sourceFormat is set to GOOGLE_SHEETS." - }, - "ignoreUnknownValues": { - "type": "boolean", - "description": "[Optional] Indicates if BigQuery should allow extra values that are not represented in the table schema. If true, the extra values are ignored. If false, records with extra columns are treated as bad records, and if there are too many bad records, an invalid error is returned in the job result. The default value is false. The sourceFormat property determines what BigQuery treats as an extra value: CSV: Trailing columns JSON: Named values that don't match any column names Google Cloud Bigtable: This setting is ignored. Google Cloud Datastore backups: This setting is ignored. Avro: This setting is ignored." - }, - "maxBadRecords": { - "type": "integer", - "description": "[Optional] The maximum number of bad records that BigQuery can ignore when reading data. If the number of bad records exceeds this value, an invalid error is returned in the job result. The default value is 0, which requires that all records are valid. This setting is ignored for Google Cloud Bigtable, Google Cloud Datastore backups and Avro formats.", - "format": "int32" + "name": { + "description": "[Optional] If unset, this is a positional parameter. Otherwise, should be unique within a query.", + "type": "string" }, - "schema": { - "$ref": "TableSchema", - "description": "[Optional] The schema for the data. Schema is required for CSV and JSON formats. Schema is disallowed for Google Cloud Bigtable, Cloud Datastore backups, and Avro formats." + "parameterType": { + "$ref": "QueryParameterType", + "description": "[Required] The type of this parameter." }, - "sourceFormat": { + "parameterValue": { + "$ref": "QueryParameterValue", + "description": "[Required] The value of this parameter." + } + }, + "id": "QueryParameter" + }, + "DatasetList": { + "type": "object", + "properties": { + "etag": { "type": "string", - "description": "[Required] The data format. For CSV files, specify \"CSV\". For Google sheets, specify \"GOOGLE_SHEETS\". For newline-delimited JSON, specify \"NEWLINE_DELIMITED_JSON\". For Avro files, specify \"AVRO\". For Google Cloud Datastore backups, specify \"DATASTORE_BACKUP\". [Beta] For Google Cloud Bigtable, specify \"BIGTABLE\"." + "description": "A hash value of the results page. You can use this property to determine if the page has changed since the last request." }, - "sourceUris": { + "datasets": { + "description": "An array of the dataset resources in the project. Each resource contains basic information. For full information about a particular dataset resource, use the Datasets: get method. This property is omitted when there are no datasets in the project.", "type": "array", - "description": "[Required] The fully-qualified URIs that point to your data in Google Cloud. For Google Cloud Storage URIs: Each URI can contain one '*' wildcard character and it must come after the 'bucket' name. Size limits related to load jobs apply to external data sources. For Google Cloud Bigtable URIs: Exactly one URI can be specified and it has be a fully specified and valid HTTPS URL for a Google Cloud Bigtable table. For Google Cloud Datastore backups, exactly one URI can be specified. Also, the '*' wildcard character is not allowed.", "items": { - "type": "string" + "type": "object", + "properties": { + "kind": { + "type": "string", + "default": "bigquery#dataset", + "description": "The resource type. This property always returns the value \"bigquery#dataset\"." + }, + "labels": { + "additionalProperties": { + "type": "string" + }, + "description": "The labels associated with this dataset. You can use these to organize and group your datasets.", + "type": "object" + }, + "datasetReference": { + "$ref": "DatasetReference", + "description": "The dataset reference. Use this property to access specific parts of the dataset's ID, such as project ID or dataset ID." + }, + "id": { + "description": "The fully-qualified, unique, opaque ID of the dataset.", + "type": "string" + }, + "location": { + "type": "string", + "description": "The geographic location where the data resides." + }, + "friendlyName": { + "type": "string", + "description": "A descriptive name for the dataset, if one exists." + } + } } + }, + "nextPageToken": { + "description": "A token that can be used to request the next results page. This property is omitted on the final results page.", + "type": "string" + }, + "kind": { + "type": "string", + "default": "bigquery#datasetList", + "description": "The list type. This property always returns the value \"bigquery#datasetList\"." } - } + }, + "id": "DatasetList" }, - "GetQueryResultsResponse": { - "id": "GetQueryResultsResponse", + "JobConfigurationTableCopy": { "type": "object", "properties": { - "cacheHit": { - "type": "boolean", - "description": "Whether the query result was fetched from the query cache." + "destinationTable": { + "description": "[Required] The destination table", + "$ref": "TableReference" }, - "errors": { + "destinationEncryptionConfiguration": { + "description": "Custom encryption configuration (e.g., Cloud KMS keys).", + "$ref": "EncryptionConfiguration" + }, + "sourceTables": { + "description": "[Pick one] Source tables to copy.", "type": "array", - "description": "[Output-only] The first errors or warnings encountered during the running of the job. The final message includes the number of errors that caused the process to stop. Errors here do not necessarily mean that the job has completed or was unsuccessful.", "items": { - "$ref": "ErrorProto" + "$ref": "TableReference" } }, - "etag": { - "type": "string", - "description": "A hash of this response." + "createDisposition": { + "description": "[Optional] Specifies whether the job is allowed to create new tables. The following values are supported: CREATE_IF_NEEDED: If the table does not exist, BigQuery creates the table. CREATE_NEVER: The table must already exist. If it does not, a 'notFound' error is returned in the job result. The default value is CREATE_IF_NEEDED. Creation, truncation and append actions occur as one atomic update upon job completion.", + "type": "string" }, - "jobComplete": { - "type": "boolean", - "description": "Whether the query has completed or not. If rows or totalRows are present, this will always be true. If this is false, totalRows will not be available." + "sourceTable": { + "description": "[Pick one] Source table to copy.", + "$ref": "TableReference" }, - "jobReference": { - "$ref": "JobReference", - "description": "Reference to the BigQuery Job that was created to run the query. This field will be present even if the original request timed out, in which case GetQueryResults can be used to read the results once the query has completed. Since this API only returns the first page of results, subsequent pages can be fetched via the same mechanism (GetQueryResults)." + "writeDisposition": { + "description": "[Optional] Specifies the action that occurs if the destination table already exists. The following values are supported: WRITE_TRUNCATE: If the table already exists, BigQuery overwrites the table data. WRITE_APPEND: If the table already exists, BigQuery appends the data to the table. WRITE_EMPTY: If the table already exists and contains data, a 'duplicate' error is returned in the job result. The default value is WRITE_EMPTY. Each action is atomic and only occurs if BigQuery is able to complete the job successfully. Creation, truncation and append actions occur as one atomic update upon job completion.", + "type": "string" + } + }, + "id": "JobConfigurationTableCopy" + }, + "BinaryConfusionMatrix": { + "type": "object", + "properties": { + "truePositives": { + "description": "Number of true samples predicted as true.", + "format": "int64", + "type": "string" }, - "kind": { - "type": "string", - "description": "The resource type of the response.", - "default": "bigquery#getQueryResultsResponse" + "recall": { + "description": "Aggregate recall.", + "format": "double", + "type": "number" }, - "numDmlAffectedRows": { + "falseNegatives": { + "description": "Number of false samples predicted as false.", + "format": "int64", + "type": "string" + }, + "trueNegatives": { "type": "string", - "description": "[Output-only] The number of rows affected by a DML statement. Present only for DML statements INSERT, UPDATE or DELETE.", + "description": "Number of true samples predicted as false.", "format": "int64" }, - "pageToken": { + "falsePositives": { "type": "string", - "description": "A token used for paging results." + "description": "Number of false samples predicted as true.", + "format": "int64" }, - "rows": { + "precision": { + "description": "Aggregate precision.", + "format": "double", + "type": "number" + }, + "positiveClassThreshold": { + "description": "Threshold value used when computing each of the following metric.", + "format": "double", + "type": "number" + } + }, + "id": "BinaryConfusionMatrix", + "description": "Confusion matrix for binary classification models." + }, + "TableRow": { + "id": "TableRow", + "type": "object", + "properties": { + "f": { + "description": "Represents a single row in the result set, consisting of one or more fields.", "type": "array", - "description": "An object with as many results as can be contained within the maximum permitted reply size. To get any additional rows, you can call GetQueryResults and specify the jobReference returned above. Present only when the query completes successfully.", "items": { - "$ref": "TableRow" + "$ref": "TableCell" } - }, - "schema": { - "$ref": "TableSchema", - "description": "The schema of the results. Present only when the query completes successfully." - }, - "totalBytesProcessed": { - "type": "string", - "description": "The total number of bytes processed for this query.", - "format": "int64" - }, - "totalRows": { - "type": "string", - "description": "The total number of rows in the complete query result set, which can be more than the number of rows in this single page of results. Present only when the query completes successfully.", - "format": "uint64" } } }, - "GetServiceAccountResponse": { - "id": "GetServiceAccountResponse", + "QueryTimelineSample": { + "id": "QueryTimelineSample", "type": "object", "properties": { - "email": { + "totalSlotMs": { "type": "string", - "description": "The service account email address." + "description": "Cumulative slot-ms consumed by the query.", + "format": "int64" }, - "kind": { - "type": "string", - "description": "The resource type of the response.", - "default": "bigquery#getServiceAccountResponse" + "activeUnits": { + "description": "Total number of units currently being processed by workers. This does not correspond directly to slot usage. This is the largest value observed since the last sample.", + "format": "int64", + "type": "string" + }, + "completedUnits": { + "description": "Total parallel units of work completed by this query.", + "format": "int64", + "type": "string" + }, + "elapsedMs": { + "description": "Milliseconds elapsed since the start of query execution.", + "format": "int64", + "type": "string" + }, + "pendingUnits": { + "description": "Total parallel units of work remaining for the active stages.", + "format": "int64", + "type": "string" } } }, - "GoogleSheetsOptions": { - "id": "GoogleSheetsOptions", + "MultiClassClassificationMetrics": { "type": "object", "properties": { - "skipLeadingRows": { - "type": "string", - "description": "[Optional] The number of rows at the top of a sheet that BigQuery will skip when reading the data. The default value is 0. This property is useful if you have header rows that should be skipped. When autodetect is on, behavior is the following: * skipLeadingRows unspecified - Autodetect tries to detect headers in the first row. If they are not detected, the row is read as data. Otherwise data is read starting from the second row. * skipLeadingRows is 0 - Instructs autodetect that there are no headers and data should be read starting from the first row. * skipLeadingRows = N > 0 - Autodetect skips N-1 rows and tries to detect headers in row N. If headers are not detected, row N is just skipped. Otherwise row N is used to extract column names for the detected schema.", - "format": "int64" + "aggregateClassificationMetrics": { + "$ref": "AggregateClassificationMetrics", + "description": "Aggregate classification metrics." + }, + "confusionMatrixList": { + "type": "array", + "items": { + "$ref": "ConfusionMatrix" + }, + "description": "Confusion matrix at different thresholds." } - } + }, + "id": "MultiClassClassificationMetrics", + "description": "Evaluation metrics for multi-class classification/classifier models." }, - "Job": { - "id": "Job", + "QueryRequest": { "type": "object", "properties": { - "configuration": { - "$ref": "JobConfiguration", - "description": "[Required] Describes the job configuration." - }, - "etag": { + "query": { "type": "string", - "description": "[Output-only] A hash of this resource." + "description": "[Required] A query string, following the BigQuery query syntax, of the query to execute. Example: \"SELECT count(f1) FROM [myProjectId:myDatasetId.myTableId]\".", + "annotations": { + "required": [ + "bigquery.jobs.query" + ] + } }, - "id": { - "type": "string", - "description": "[Output-only] Opaque ID field of the job" + "maxResults": { + "description": "[Optional] The maximum number of rows of data to return per page of results. Setting this flag to a small value such as 1000 and then paging through results might improve reliability when the query result set is large. In addition to this limit, responses are also limited to 10 MB. By default, there is no maximum row count, and only the byte limit applies.", + "format": "uint32", + "type": "integer" }, - "jobReference": { - "$ref": "JobReference", - "description": "[Optional] Reference describing the unique-per-user name of the job." + "dryRun": { + "type": "boolean", + "description": "[Optional] If set to true, BigQuery doesn't run the job. Instead, if the query is valid, BigQuery returns statistics about the job such as how many bytes would be processed. If the query is invalid, an error returns. The default value is false." + }, + "queryParameters": { + "type": "array", + "items": { + "$ref": "QueryParameter" + }, + "description": "Query parameters for Standard SQL queries." + }, + "useLegacySql": { + "type": "boolean", + "default": "true", + "description": "Specifies whether to use BigQuery's legacy SQL dialect for this query. The default value is true. If set to false, the query will use BigQuery's standard SQL: https://cloud.google.com/bigquery/sql-reference/ When useLegacySql is set to false, the value of flattenResults is ignored; query will be run as if flattenResults is false." }, "kind": { + "description": "The resource type of the request.", "type": "string", - "description": "[Output-only] The type of the resource.", - "default": "bigquery#job" + "default": "bigquery#queryRequest" }, - "selfLink": { - "type": "string", - "description": "[Output-only] A URL that can be used to access this resource again." + "timeoutMs": { + "type": "integer", + "description": "[Optional] How long to wait for the query to complete, in milliseconds, before the request times out and returns. Note that this is only a timeout for the request, not the query. If the query takes longer to run than the timeout value, the call returns without any results and with the 'jobComplete' flag set to false. You can call GetQueryResults() to wait for the query to complete and read the results. The default value is 10000 milliseconds (10 seconds).", + "format": "uint32" }, - "statistics": { - "$ref": "JobStatistics", - "description": "[Output-only] Information about the job, including starting time and ending time of the job." + "parameterMode": { + "description": "Standard SQL only. Set to POSITIONAL to use positional (?) query parameters or to NAMED to use named (@myparam) query parameters in this query.", + "type": "string" }, - "status": { - "$ref": "JobStatus", - "description": "[Output-only] The status of this job. Examine this value when polling an asynchronous job to see if the job is complete." + "useQueryCache": { + "type": "boolean", + "default": "true", + "description": "[Optional] Whether to look for the result in the query cache. The query cache is a best-effort cache that will be flushed whenever tables in the query are modified. The default value is true." }, - "user_email": { - "type": "string", - "description": "[Output-only] Email address of the user who ran the job." + "defaultDataset": { + "$ref": "DatasetReference", + "description": "[Optional] Specifies the default datasetId and projectId to assume for any unqualified table names in the query. If not set, all table names in the query string must be qualified in the format 'datasetId.tableId'." + }, + "location": { + "description": "The geographic location where the job should run. See details at https://cloud.google.com/bigquery/docs/locations#specifying_your_location.", + "type": "string" + }, + "preserveNulls": { + "type": "boolean", + "description": "[Deprecated] This property is deprecated." } - } + }, + "id": "QueryRequest" }, - "JobCancelResponse": { - "id": "JobCancelResponse", + "ErrorProto": { "type": "object", "properties": { - "job": { - "$ref": "Job", - "description": "The final state of the job." + "reason": { + "description": "A short error code that summarizes the error.", + "type": "string" }, - "kind": { - "type": "string", - "description": "The resource type of the response.", - "default": "bigquery#jobCancelResponse" + "message": { + "description": "A human-readable description of the error.", + "type": "string" + }, + "location": { + "description": "Specifies where the error occurred, if present.", + "type": "string" + }, + "debugInfo": { + "description": "Debugging information. This property is internal to Google and should not be used.", + "type": "string" } - } + }, + "id": "ErrorProto" }, - "JobConfiguration": { - "id": "JobConfiguration", + "BinaryClassificationMetrics": { + "description": "Evaluation metrics for binary classification/classifier models.", "type": "object", "properties": { - "copy": { - "$ref": "JobConfigurationTableCopy", - "description": "[Pick one] Copies a table." - }, - "dryRun": { - "type": "boolean", - "description": "[Optional] If set, don't actually run this job. A valid query will return a mostly empty response with some processing statistics, while an invalid query will return the same error it would if it wasn't a dry run. Behavior of non-query jobs is undefined." - }, - "extract": { - "$ref": "JobConfigurationExtract", - "description": "[Pick one] Configures an extract job." - }, - "jobTimeoutMs": { - "type": "string", - "description": "[Optional] Job timeout in milliseconds. If this time limit is exceeded, BigQuery may attempt to terminate the job.", - "format": "int64" + "binaryConfusionMatrixList": { + "description": "Binary confusion matrix at multiple thresholds.", + "type": "array", + "items": { + "$ref": "BinaryConfusionMatrix" + } }, - "labels": { + "aggregateClassificationMetrics": { + "$ref": "AggregateClassificationMetrics", + "description": "Aggregate classification metrics." + } + }, + "id": "BinaryClassificationMetrics" + }, + "RangePartitioning": { + "type": "object", + "properties": { + "range": { + "description": "[TrustedTester] [Required] Defines the ranges for range partitioning.", "type": "object", - "description": "The labels associated with this job. You can use these to organize and group your jobs. Label keys and values can be no longer than 63 characters, can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter and each label in the list must have a different key.", - "additionalProperties": { - "type": "string" + "properties": { + "start": { + "description": "[TrustedTester] [Required] The start of range partitioning, inclusive.", + "format": "int64", + "type": "string" + }, + "end": { + "description": "[TrustedTester] [Required] The end of range partitioning, exclusive.", + "format": "int64", + "type": "string" + }, + "interval": { + "type": "string", + "description": "[TrustedTester] [Required] The width of each interval.", + "format": "int64" + } } }, - "load": { - "$ref": "JobConfigurationLoad", - "description": "[Pick one] Configures a load job." - }, - "query": { - "$ref": "JobConfigurationQuery", - "description": "[Pick one] Configures a query job." + "field": { + "description": "[TrustedTester] [Required] The table is partitioned by this field. The field must be a top-level NULLABLE/REQUIRED field. The only supported type is INTEGER/INT64.", + "type": "string" + } + }, + "id": "RangePartitioning" + }, + "Clustering": { + "id": "Clustering", + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "type": "string" + }, + "description": "[Repeated] One or more fields on which data should be clustered. Only top-level, non-repeated, simple-type fields are supported. When you cluster a table using multiple columns, the order of columns you specify is important. The order of the specified columns determines the sort order of the data." } } }, - "JobConfigurationExtract": { - "id": "JobConfigurationExtract", + "BqmlTrainingRun": { "type": "object", "properties": { - "compression": { - "type": "string", - "description": "[Optional] The compression type to use for exported files. Possible values include GZIP, DEFLATE, SNAPPY, and NONE. The default value is NONE. DEFLATE and SNAPPY are only supported for Avro." + "iterationResults": { + "type": "array", + "items": { + "$ref": "BqmlIterationResult" + }, + "description": "[Output-only, Beta] List of each iteration results." }, - "destinationFormat": { - "type": "string", - "description": "[Optional] The exported file format. Possible values include CSV, NEWLINE_DELIMITED_JSON and AVRO. The default value is CSV. Tables with nested or repeated fields cannot be exported as CSV." + "startTime": { + "description": "[Output-only, Beta] Training run start time in milliseconds since the epoch.", + "format": "date-time", + "type": "string" }, - "destinationUri": { - "type": "string", - "description": "[Pick one] DEPRECATED: Use destinationUris instead, passing only one URI as necessary. The fully-qualified Google Cloud Storage URI where the extracted table should be written." + "trainingOptions": { + "description": "[Output-only, Beta] Training options used by this training run. These options are mutable for subsequent training runs. Default values are explicitly stored for options not specified in the input query of the first training run. For subsequent training runs, any option not explicitly specified in the input query will be copied from the previous training run.", + "type": "object", + "properties": { + "learnRate": { + "format": "double", + "type": "number" + }, + "minRelProgress": { + "format": "double", + "type": "number" + }, + "l2Reg": { + "type": "number", + "format": "double" + }, + "learnRateStrategy": { + "type": "string" + }, + "warmStart": { + "type": "boolean" + }, + "lineSearchInitLearnRate": { + "type": "number", + "format": "double" + }, + "earlyStop": { + "type": "boolean" + }, + "l1Reg": { + "type": "number", + "format": "double" + }, + "maxIteration": { + "format": "int64", + "type": "string" + } + } }, - "destinationUris": { + "state": { + "description": "[Output-only, Beta] Different state applicable for a training run. IN PROGRESS: Training run is in progress. FAILED: Training run ended due to a non-retryable failure. SUCCEEDED: Training run successfully completed. CANCELLED: Training run cancelled by the user.", + "type": "string" + } + }, + "id": "BqmlTrainingRun" + }, + "BigtableColumnFamily": { + "type": "object", + "properties": { + "columns": { + "description": "[Optional] Lists of columns that should be exposed as individual fields as opposed to a list of (column name, value) pairs. All columns whose qualifier matches a qualifier in this list can be accessed as .. Other columns can be accessed as a list through .Column field.", "type": "array", - "description": "[Pick one] A list of fully-qualified Google Cloud Storage URIs where the extracted table should be written.", "items": { - "type": "string" + "$ref": "BigtableColumn" } }, - "fieldDelimiter": { - "type": "string", - "description": "[Optional] Delimiter to use between fields in the exported data. Default is ','" + "type": { + "description": "[Optional] The type to convert the value in cells of this column family. The values are expected to be encoded using HBase Bytes.toBytes function when using the BINARY encoding value. Following BigQuery types are allowed (case-sensitive) - BYTES STRING INTEGER FLOAT BOOLEAN Default type is BYTES. This can be overridden for a specific column by listing that column in 'columns' and specifying a type for it.", + "type": "string" }, - "printHeader": { + "familyId": { + "description": "Identifier of the column family.", + "type": "string" + }, + "onlyReadLatest": { "type": "boolean", - "description": "[Optional] Whether to print out a header row in the results. Default is true.", - "default": "true" + "description": "[Optional] If this is set only the latest version of value are exposed for all columns in this column family. This can be overridden for a specific column by listing that column in 'columns' and specifying a different setting for that column." }, - "sourceTable": { - "$ref": "TableReference", - "description": "[Required] A reference to the table being exported." + "encoding": { + "description": "[Optional] The encoding of the values when the type is not STRING. Acceptable encoding values are: TEXT - indicates values are alphanumeric text strings. BINARY - indicates values are encoded using HBase Bytes.toBytes family of functions. This can be overridden for a specific column by listing that column in 'columns' and specifying an encoding for it.", + "type": "string" } - } + }, + "id": "BigtableColumnFamily" }, "JobConfigurationLoad": { - "id": "JobConfigurationLoad", "type": "object", "properties": { - "allowJaggedRows": { - "type": "boolean", - "description": "[Optional] Accept rows that are missing trailing optional columns. The missing values are treated as nulls. If false, records with missing trailing columns are treated as bad records, and if there are too many bad records, an invalid error is returned in the job result. The default value is false. Only applicable to CSV, ignored for other formats." + "schemaInline": { + "type": "string", + "description": "[Deprecated] The inline schema. For CSV schemas, specify as \"Field1:Type1[,Field2:Type2]*\". For example, \"foo:STRING, bar:INTEGER, baz:FLOAT\"." }, - "allowQuotedNewlines": { - "type": "boolean", - "description": "Indicates if BigQuery should allow quoted data sections that contain newline characters in a CSV file. The default value is false." + "rangePartitioning": { + "description": "[TrustedTester] Range partitioning specification for this table. Only one of timePartitioning and rangePartitioning should be specified.", + "$ref": "RangePartitioning" }, - "autodetect": { - "type": "boolean", - "description": "Indicates if we should automatically infer the options and schema for CSV and JSON sources." + "nullMarker": { + "description": "[Optional] Specifies a string that represents a null value in a CSV file. For example, if you specify \"\\N\", BigQuery interprets \"\\N\" as a null value when loading a CSV file. The default value is the empty string. If you set this property to a custom value, BigQuery throws an error if an empty string is present for all data types except for STRING and BYTE. For STRING and BYTE columns, BigQuery interprets the empty string as an empty value.", + "type": "string" }, - "createDisposition": { - "type": "string", - "description": "[Optional] Specifies whether the job is allowed to create new tables. The following values are supported: CREATE_IF_NEEDED: If the table does not exist, BigQuery creates the table. CREATE_NEVER: The table must already exist. If it does not, a 'notFound' error is returned in the job result. The default value is CREATE_IF_NEEDED. Creation, truncation and append actions occur as one atomic update upon job completion." + "schema": { + "$ref": "TableSchema", + "description": "[Optional] The schema for the destination table. The schema can be omitted if the destination table already exists, or if you're loading data from Google Cloud Datastore." }, - "destinationEncryptionConfiguration": { - "$ref": "EncryptionConfiguration", - "description": "Custom encryption configuration (e.g., Cloud KMS keys)." + "schemaInlineFormat": { + "description": "[Deprecated] The format of the schemaInline property.", + "type": "string" }, - "destinationTable": { - "$ref": "TableReference", - "description": "[Required] The destination table to load the data into." + "quote": { + "type": "string", + "default": "\"", + "pattern": ".?", + "description": "[Optional] The value that is used to quote data sections in a CSV file. BigQuery converts the string to ISO-8859-1 encoding, and then uses the first byte of the encoded string to split the data in its raw, binary state. The default value is a double-quote ('\"'). If your data does not contain quoted sections, set the property value to an empty string. If your data contains quoted newline characters, you must also set the allowQuotedNewlines property to true." + }, + "writeDisposition": { + "description": "[Optional] Specifies the action that occurs if the destination table already exists. The following values are supported: WRITE_TRUNCATE: If the table already exists, BigQuery overwrites the table data. WRITE_APPEND: If the table already exists, BigQuery appends the data to the table. WRITE_EMPTY: If the table already exists and contains data, a 'duplicate' error is returned in the job result. The default value is WRITE_APPEND. Each action is atomic and only occurs if BigQuery is able to complete the job successfully. Creation, truncation and append actions occur as one atomic update upon job completion.", + "type": "string" }, "destinationTableProperties": { "$ref": "DestinationTableProperties", - "description": "[Experimental] [Optional] Properties with which to create the destination table if it is new." - }, - "encoding": { - "type": "string", - "description": "[Optional] The character encoding of the data. The supported values are UTF-8 or ISO-8859-1. The default value is UTF-8. BigQuery decodes the data after the raw, binary data has been split using the values of the quote and fieldDelimiter properties." + "description": "[Beta] [Optional] Properties with which to create the destination table if it is new." }, - "fieldDelimiter": { + "sourceFormat": { "type": "string", - "description": "[Optional] The separator for fields in a CSV file. The separator can be any ISO-8859-1 single-byte character. To use a character in the range 128-255, you must encode the character as UTF8. BigQuery converts the string to ISO-8859-1 encoding, and then uses the first byte of the encoded string to split the data in its raw, binary state. BigQuery also supports the escape sequence \"\\t\" to specify a tab separator. The default value is a comma (',')." + "description": "[Optional] The format of the data files. For CSV files, specify \"CSV\". For datastore backups, specify \"DATASTORE_BACKUP\". For newline-delimited JSON, specify \"NEWLINE_DELIMITED_JSON\". For Avro, specify \"AVRO\". For parquet, specify \"PARQUET\". For orc, specify \"ORC\". The default value is CSV." }, "ignoreUnknownValues": { "type": "boolean", "description": "[Optional] Indicates if BigQuery should allow extra values that are not represented in the table schema. If true, the extra values are ignored. If false, records with extra columns are treated as bad records, and if there are too many bad records, an invalid error is returned in the job result. The default value is false. The sourceFormat property determines what BigQuery treats as an extra value: CSV: Trailing columns JSON: Named values that don't match any column names" }, - "maxBadRecords": { - "type": "integer", - "description": "[Optional] The maximum number of bad records that BigQuery can ignore when running the job. If the number of bad records exceeds this value, an invalid error is returned in the job result. The default value is 0, which requires that all records are valid.", - "format": "int32" - }, - "nullMarker": { - "type": "string", - "description": "[Optional] Specifies a string that represents a null value in a CSV file. For example, if you specify \"\\N\", BigQuery interprets \"\\N\" as a null value when loading a CSV file. The default value is the empty string. If you set this property to a custom value, BigQuery throws an error if an empty string is present for all data types except for STRING and BYTE. For STRING and BYTE columns, BigQuery interprets the empty string as an empty value." - }, - "projectionFields": { - "type": "array", - "description": "If sourceFormat is set to \"DATASTORE_BACKUP\", indicates which entity properties to load into BigQuery from a Cloud Datastore backup. Property names are case sensitive and must be top-level properties. If no properties are specified, BigQuery loads all properties. If any named property isn't found in the Cloud Datastore backup, an invalid error is returned in the job result.", - "items": { - "type": "string" - } + "destinationTable": { + "description": "[Required] The destination table to load the data into.", + "$ref": "TableReference" }, - "quote": { + "encoding": { "type": "string", - "description": "[Optional] The value that is used to quote data sections in a CSV file. BigQuery converts the string to ISO-8859-1 encoding, and then uses the first byte of the encoded string to split the data in its raw, binary state. The default value is a double-quote ('\"'). If your data does not contain quoted sections, set the property value to an empty string. If your data contains quoted newline characters, you must also set the allowQuotedNewlines property to true.", - "default": "\"", - "pattern": ".?" + "description": "[Optional] The character encoding of the data. The supported values are UTF-8 or ISO-8859-1. The default value is UTF-8. BigQuery decodes the data after the raw, binary data has been split using the values of the quote and fieldDelimiter properties." }, - "schema": { - "$ref": "TableSchema", - "description": "[Optional] The schema for the destination table. The schema can be omitted if the destination table already exists, or if you're loading data from Google Cloud Datastore." + "clustering": { + "$ref": "Clustering", + "description": "[Beta] Clustering specification for the destination table. Must be specified with time-based partitioning, data in the table will be first partitioned and subsequently clustered." }, - "schemaInline": { + "hivePartitioningMode": { "type": "string", - "description": "[Deprecated] The inline schema. For CSV schemas, specify as \"Field1:Type1[,Field2:Type2]*\". For example, \"foo:STRING, bar:INTEGER, baz:FLOAT\"." + "description": "[Optional, Experimental] If hive partitioning is enabled, which mode to use. Two modes are supported: - AUTO: automatically infer partition key name(s) and type(s). - STRINGS: automatic infer partition key name(s). All types are strings. Not all storage formats support hive partitioning -- requesting hive partitioning on an unsupported format will lead to an error." }, - "schemaInlineFormat": { + "createDisposition": { "type": "string", - "description": "[Deprecated] The format of the schemaInline property." + "description": "[Optional] Specifies whether the job is allowed to create new tables. The following values are supported: CREATE_IF_NEEDED: If the table does not exist, BigQuery creates the table. CREATE_NEVER: The table must already exist. If it does not, a 'notFound' error is returned in the job result. The default value is CREATE_IF_NEEDED. Creation, truncation and append actions occur as one atomic update upon job completion." }, - "schemaUpdateOptions": { + "sourceUris": { "type": "array", - "description": "Allows the schema of the destination table to be updated as a side effect of the load job if a schema is autodetected or supplied in the job configuration. Schema update options are supported in two cases: when writeDisposition is WRITE_APPEND; when writeDisposition is WRITE_TRUNCATE and the destination table is a partition of a table, specified by partition decorators. For normal tables, WRITE_TRUNCATE will always overwrite the schema. One or more of the following values are specified: ALLOW_FIELD_ADDITION: allow adding a nullable field to the schema. ALLOW_FIELD_RELAXATION: allow relaxing a required field in the original schema to nullable.", "items": { "type": "string" - } + }, + "description": "[Required] The fully-qualified URIs that point to your data in Google Cloud. For Google Cloud Storage URIs: Each URI can contain one '*' wildcard character and it must come after the 'bucket' name. Size limits related to load jobs apply to external data sources. For Google Cloud Bigtable URIs: Exactly one URI can be specified and it has be a fully specified and valid HTTPS URL for a Google Cloud Bigtable table. For Google Cloud Datastore backups: Exactly one URI can be specified. Also, the '*' wildcard character is not allowed." }, - "skipLeadingRows": { + "maxBadRecords": { "type": "integer", - "description": "[Optional] The number of rows at the top of a CSV file that BigQuery will skip when loading the data. The default value is 0. This property is useful if you have header rows in the file that should be skipped.", + "description": "[Optional] The maximum number of bad records that BigQuery can ignore when running the job. If the number of bad records exceeds this value, an invalid error is returned in the job result. This is only valid for CSV and JSON. The default value is 0, which requires that all records are valid.", "format": "int32" }, - "sourceFormat": { + "allowJaggedRows": { + "type": "boolean", + "description": "[Optional] Accept rows that are missing trailing optional columns. The missing values are treated as nulls. If false, records with missing trailing columns are treated as bad records, and if there are too many bad records, an invalid error is returned in the job result. The default value is false. Only applicable to CSV, ignored for other formats." + }, + "fieldDelimiter": { "type": "string", - "description": "[Optional] The format of the data files. For CSV files, specify \"CSV\". For datastore backups, specify \"DATASTORE_BACKUP\". For newline-delimited JSON, specify \"NEWLINE_DELIMITED_JSON\". For Avro, specify \"AVRO\". For parquet, specify \"PARQUET\". For orc, specify \"ORC\". The default value is CSV." + "description": "[Optional] The separator for fields in a CSV file. The separator can be any ISO-8859-1 single-byte character. To use a character in the range 128-255, you must encode the character as UTF8. BigQuery converts the string to ISO-8859-1 encoding, and then uses the first byte of the encoded string to split the data in its raw, binary state. BigQuery also supports the escape sequence \"\\t\" to specify a tab separator. The default value is a comma (',')." }, - "sourceUris": { + "projectionFields": { + "description": "If sourceFormat is set to \"DATASTORE_BACKUP\", indicates which entity properties to load into BigQuery from a Cloud Datastore backup. Property names are case sensitive and must be top-level properties. If no properties are specified, BigQuery loads all properties. If any named property isn't found in the Cloud Datastore backup, an invalid error is returned in the job result.", "type": "array", - "description": "[Required] The fully-qualified URIs that point to your data in Google Cloud. For Google Cloud Storage URIs: Each URI can contain one '*' wildcard character and it must come after the 'bucket' name. Size limits related to load jobs apply to external data sources. For Google Cloud Bigtable URIs: Exactly one URI can be specified and it has be a fully specified and valid HTTPS URL for a Google Cloud Bigtable table. For Google Cloud Datastore backups: Exactly one URI can be specified. Also, the '*' wildcard character is not allowed.", "items": { "type": "string" } }, - "timePartitioning": { - "$ref": "TimePartitioning", - "description": "If specified, configures time-based partitioning for the destination table." + "allowQuotedNewlines": { + "description": "Indicates if BigQuery should allow quoted data sections that contain newline characters in a CSV file. The default value is false.", + "type": "boolean" }, - "writeDisposition": { - "type": "string", - "description": "[Optional] Specifies the action that occurs if the destination table already exists. The following values are supported: WRITE_TRUNCATE: If the table already exists, BigQuery overwrites the table data. WRITE_APPEND: If the table already exists, BigQuery appends the data to the table. WRITE_EMPTY: If the table already exists and contains data, a 'duplicate' error is returned in the job result. The default value is WRITE_APPEND. Each action is atomic and only occurs if BigQuery is able to complete the job successfully. Creation, truncation and append actions occur as one atomic update upon job completion." - } - } - }, - "JobConfigurationQuery": { - "id": "JobConfigurationQuery", - "type": "object", - "properties": { - "allowLargeResults": { - "type": "boolean", - "description": "[Optional] If true and query uses legacy SQL dialect, allows the query to produce arbitrarily large result tables at a slight cost in performance. Requires destinationTable to be set. For standard SQL queries, this flag is ignored and large results are always allowed. However, you must still set destinationTable when result size exceeds the allowed maximum response size.", - "default": "false" + "useAvroLogicalTypes": { + "description": "[Optional] If sourceFormat is set to \"AVRO\", indicates whether to enable interpreting logical types into their corresponding types (ie. TIMESTAMP), instead of only using their raw types (ie. INTEGER).", + "type": "boolean" }, - "createDisposition": { - "type": "string", - "description": "[Optional] Specifies whether the job is allowed to create new tables. The following values are supported: CREATE_IF_NEEDED: If the table does not exist, BigQuery creates the table. CREATE_NEVER: The table must already exist. If it does not, a 'notFound' error is returned in the job result. The default value is CREATE_IF_NEEDED. Creation, truncation and append actions occur as one atomic update upon job completion." + "timePartitioning": { + "description": "Time-based partitioning specification for the destination table. Only one of timePartitioning and rangePartitioning should be specified.", + "$ref": "TimePartitioning" }, - "defaultDataset": { - "$ref": "DatasetReference", - "description": "[Optional] Specifies the default dataset to use for unqualified table names in the query." + "skipLeadingRows": { + "description": "[Optional] The number of rows at the top of a CSV file that BigQuery will skip when loading the data. The default value is 0. This property is useful if you have header rows in the file that should be skipped.", + "format": "int32", + "type": "integer" + }, + "autodetect": { + "description": "[Optional] Indicates if we should automatically infer the options and schema for CSV and JSON sources.", + "type": "boolean" }, "destinationEncryptionConfiguration": { "$ref": "EncryptionConfiguration", "description": "Custom encryption configuration (e.g., Cloud KMS keys)." }, - "destinationTable": { - "$ref": "TableReference", - "description": "[Optional] Describes the table where the query results should be stored. If not present, a new table will be created to store the results. This property must be set for large results that exceed the maximum response size." - }, - "flattenResults": { - "type": "boolean", - "description": "[Optional] If true and query uses legacy SQL dialect, flattens all nested and repeated fields in the query results. allowLargeResults must be true if this is set to false. For standard SQL queries, this flag is ignored and results are never flattened.", - "default": "true" - }, - "maximumBillingTier": { - "type": "integer", - "description": "[Optional] Limits the billing tier for this job. Queries that have resource usage beyond this tier will fail (without incurring a charge). If unspecified, this will be set to your project default.", - "default": "1", - "format": "int32" - }, - "maximumBytesBilled": { - "type": "string", - "description": "[Optional] Limits the bytes billed for this job. Queries that will have bytes billed beyond this limit will fail (without incurring a charge). If unspecified, this will be set to your project default.", - "format": "int64" - }, - "parameterMode": { - "type": "string", - "description": "Standard SQL only. Set to POSITIONAL to use positional (?) query parameters or to NAMED to use named (@myparam) query parameters in this query." - }, - "preserveNulls": { - "type": "boolean", - "description": "[Deprecated] This property is deprecated." - }, - "priority": { - "type": "string", - "description": "[Optional] Specifies a priority for the query. Possible values include INTERACTIVE and BATCH. The default value is INTERACTIVE." - }, - "query": { - "type": "string", - "description": "[Required] SQL query text to execute. The useLegacySql field can be used to indicate whether the query uses legacy SQL or standard SQL." - }, - "queryParameters": { + "schemaUpdateOptions": { + "description": "Allows the schema of the destination table to be updated as a side effect of the load job if a schema is autodetected or supplied in the job configuration. Schema update options are supported in two cases: when writeDisposition is WRITE_APPEND; when writeDisposition is WRITE_TRUNCATE and the destination table is a partition of a table, specified by partition decorators. For normal tables, WRITE_TRUNCATE will always overwrite the schema. One or more of the following values are specified: ALLOW_FIELD_ADDITION: allow adding a nullable field to the schema. ALLOW_FIELD_RELAXATION: allow relaxing a required field in the original schema to nullable.", "type": "array", - "description": "Query parameters for standard SQL queries.", "items": { - "$ref": "QueryParameter" + "type": "string" } + } + }, + "id": "JobConfigurationLoad" + }, + "ExternalDataConfiguration": { + "type": "object", + "properties": { + "maxBadRecords": { + "description": "[Optional] The maximum number of bad records that BigQuery can ignore when reading data. If the number of bad records exceeds this value, an invalid error is returned in the job result. This is only valid for CSV, JSON, and Google Sheets. The default value is 0, which requires that all records are valid. This setting is ignored for Google Cloud Bigtable, Google Cloud Datastore backups and Avro formats.", + "format": "int32", + "type": "integer" }, - "schemaUpdateOptions": { + "sourceUris": { "type": "array", - "description": "Allows the schema of the destination table to be updated as a side effect of the query job. Schema update options are supported in two cases: when writeDisposition is WRITE_APPEND; when writeDisposition is WRITE_TRUNCATE and the destination table is a partition of a table, specified by partition decorators. For normal tables, WRITE_TRUNCATE will always overwrite the schema. One or more of the following values are specified: ALLOW_FIELD_ADDITION: allow adding a nullable field to the schema. ALLOW_FIELD_RELAXATION: allow relaxing a required field in the original schema to nullable.", "items": { "type": "string" - } - }, - "tableDefinitions": { - "type": "object", - "description": "[Optional] If querying an external data source outside of BigQuery, describes the data format, location and other properties of the data source. By defining these properties, the data source can then be queried as if it were a standard BigQuery table.", - "additionalProperties": { - "$ref": "ExternalDataConfiguration" - } + }, + "description": "[Required] The fully-qualified URIs that point to your data in Google Cloud. For Google Cloud Storage URIs: Each URI can contain one '*' wildcard character and it must come after the 'bucket' name. Size limits related to load jobs apply to external data sources. For Google Cloud Bigtable URIs: Exactly one URI can be specified and it has be a fully specified and valid HTTPS URL for a Google Cloud Bigtable table. For Google Cloud Datastore backups, exactly one URI can be specified. Also, the '*' wildcard character is not allowed." }, - "timePartitioning": { - "$ref": "TimePartitioning", - "description": "If specified, configures time-based partitioning for the destination table." + "googleSheetsOptions": { + "$ref": "GoogleSheetsOptions", + "description": "[Optional] Additional options if sourceFormat is set to GOOGLE_SHEETS." }, - "useLegacySql": { + "autodetect": { "type": "boolean", - "description": "Specifies whether to use BigQuery's legacy SQL dialect for this query. The default value is true. If set to false, the query will use BigQuery's standard SQL: https://cloud.google.com/bigquery/sql-reference/ When useLegacySql is set to false, the value of flattenResults is ignored; query will be run as if flattenResults is false." + "description": "Try to detect schema and format options automatically. Any option specified explicitly will be honored." }, - "useQueryCache": { - "type": "boolean", - "description": "[Optional] Whether to look for the result in the query cache. The query cache is a best-effort cache that will be flushed whenever tables in the query are modified. Moreover, the query cache is only available when a query does not have a destination table specified. The default value is true.", - "default": "true" + "ignoreUnknownValues": { + "description": "[Optional] Indicates if BigQuery should allow extra values that are not represented in the table schema. If true, the extra values are ignored. If false, records with extra columns are treated as bad records, and if there are too many bad records, an invalid error is returned in the job result. The default value is false. The sourceFormat property determines what BigQuery treats as an extra value: CSV: Trailing columns JSON: Named values that don't match any column names Google Cloud Bigtable: This setting is ignored. Google Cloud Datastore backups: This setting is ignored. Avro: This setting is ignored.", + "type": "boolean" }, - "userDefinedFunctionResources": { - "type": "array", - "description": "Describes user-defined function resources used in the query.", - "items": { - "$ref": "UserDefinedFunctionResource" - } + "sourceFormat": { + "type": "string", + "description": "[Required] The data format. For CSV files, specify \"CSV\". For Google sheets, specify \"GOOGLE_SHEETS\". For newline-delimited JSON, specify \"NEWLINE_DELIMITED_JSON\". For Avro files, specify \"AVRO\". For Google Cloud Datastore backups, specify \"DATASTORE_BACKUP\". [Beta] For Google Cloud Bigtable, specify \"BIGTABLE\"." }, - "writeDisposition": { + "csvOptions": { + "$ref": "CsvOptions", + "description": "Additional properties to set if sourceFormat is set to CSV." + }, + "bigtableOptions": { + "description": "[Optional] Additional options if sourceFormat is set to BIGTABLE.", + "$ref": "BigtableOptions" + }, + "compression": { + "description": "[Optional] The compression type of the data source. Possible values include GZIP and NONE. The default value is NONE. This setting is ignored for Google Cloud Bigtable, Google Cloud Datastore backups and Avro formats.", + "type": "string" + }, + "schema": { + "$ref": "TableSchema", + "description": "[Optional] The schema for the data. Schema is required for CSV and JSON formats. Schema is disallowed for Google Cloud Bigtable, Cloud Datastore backups, and Avro formats." + }, + "hivePartitioningMode": { + "description": "[Optional, Experimental] If hive partitioning is enabled, which mode to use. Two modes are supported: - AUTO: automatically infer partition key name(s) and type(s). - STRINGS: automatic infer partition key name(s). All types are strings. Not all storage formats support hive partitioning -- requesting hive partitioning on an unsupported format will lead to an error.", + "type": "string" + } + }, + "id": "ExternalDataConfiguration" + }, + "GoogleSheetsOptions": { + "id": "GoogleSheetsOptions", + "type": "object", + "properties": { + "range": { + "description": "[Beta] [Optional] Range of a sheet to query from. Only used when non-empty. Typical format: sheet_name!top_left_cell_id:bottom_right_cell_id For example: sheet1!A1:B20", + "type": "string" + }, + "skipLeadingRows": { "type": "string", - "description": "[Optional] Specifies the action that occurs if the destination table already exists. The following values are supported: WRITE_TRUNCATE: If the table already exists, BigQuery overwrites the table data and uses the schema from the query result. WRITE_APPEND: If the table already exists, BigQuery appends the data to the table. WRITE_EMPTY: If the table already exists and contains data, a 'duplicate' error is returned in the job result. The default value is WRITE_EMPTY. Each action is atomic and only occurs if BigQuery is able to complete the job successfully. Creation, truncation and append actions occur as one atomic update upon job completion." + "description": "[Optional] The number of rows at the top of a sheet that BigQuery will skip when reading the data. The default value is 0. This property is useful if you have header rows that should be skipped. When autodetect is on, behavior is the following: * skipLeadingRows unspecified - Autodetect tries to detect headers in the first row. If they are not detected, the row is read as data. Otherwise data is read starting from the second row. * skipLeadingRows is 0 - Instructs autodetect that there are no headers and data should be read starting from the first row. * skipLeadingRows = N \u003e 0 - Autodetect skips N-1 rows and tries to detect headers in row N. If headers are not detected, row N is just skipped. Otherwise row N is used to extract column names for the detected schema.", + "format": "int64" } } }, - "JobConfigurationTableCopy": { - "id": "JobConfigurationTableCopy", + "TableDataInsertAllRequest": { "type": "object", "properties": { - "createDisposition": { + "kind": { + "description": "The resource type of the response.", "type": "string", - "description": "[Optional] Specifies whether the job is allowed to create new tables. The following values are supported: CREATE_IF_NEEDED: If the table does not exist, BigQuery creates the table. CREATE_NEVER: The table must already exist. If it does not, a 'notFound' error is returned in the job result. The default value is CREATE_IF_NEEDED. Creation, truncation and append actions occur as one atomic update upon job completion." + "default": "bigquery#tableDataInsertAllRequest" }, - "destinationEncryptionConfiguration": { - "$ref": "EncryptionConfiguration", - "description": "Custom encryption configuration (e.g., Cloud KMS keys)." + "templateSuffix": { + "description": "If specified, treats the destination table as a base template, and inserts the rows into an instance table named \"{destination}{templateSuffix}\". BigQuery will manage creation of the instance table, using the schema of the base template table. See https://cloud.google.com/bigquery/streaming-data-into-bigquery#template-tables for considerations when working with templates tables.", + "type": "string" }, - "destinationTable": { - "$ref": "TableReference", - "description": "[Required] The destination table" + "ignoreUnknownValues": { + "description": "[Optional] Accept rows that contain values that do not match the schema. The unknown values are ignored. Default is false, which treats unknown values as errors.", + "type": "boolean" }, - "sourceTable": { - "$ref": "TableReference", - "description": "[Pick one] Source table to copy." + "skipInvalidRows": { + "description": "[Optional] Insert all valid rows of a request, even if invalid rows exist. The default value is false, which causes the entire request to fail if any invalid rows exist.", + "type": "boolean" }, - "sourceTables": { + "rows": { + "description": "The rows to insert.", "type": "array", - "description": "[Pick one] Source tables to copy.", "items": { - "$ref": "TableReference" + "type": "object", + "properties": { + "insertId": { + "type": "string", + "description": "[Optional] A unique ID for each row. BigQuery uses this property to detect duplicate insertion requests on a best-effort basis." + }, + "json": { + "$ref": "JsonObject", + "description": "[Required] A JSON object that contains a row of data. The object's properties and values must match the destination table's schema." + } + } } - }, - "writeDisposition": { - "type": "string", - "description": "[Optional] Specifies the action that occurs if the destination table already exists. The following values are supported: WRITE_TRUNCATE: If the table already exists, BigQuery overwrites the table data. WRITE_APPEND: If the table already exists, BigQuery appends the data to the table. WRITE_EMPTY: If the table already exists and contains data, a 'duplicate' error is returned in the job result. The default value is WRITE_EMPTY. Each action is atomic and only occurs if BigQuery is able to complete the job successfully. Creation, truncation and append actions occur as one atomic update upon job completion." } - } + }, + "id": "TableDataInsertAllRequest" }, - "JobList": { - "id": "JobList", + "TableList": { "type": "object", "properties": { "etag": { + "description": "A hash of this page of results.", + "type": "string" + }, + "nextPageToken": { + "description": "A token to request the next page of results.", + "type": "string" + }, + "totalItems": { + "description": "The total number of tables in the dataset.", + "format": "int32", + "type": "integer" + }, + "kind": { "type": "string", - "description": "A hash of this page of results." + "default": "bigquery#tableList", + "description": "The type of list." }, - "jobs": { + "tables": { + "description": "Tables in the requested dataset.", "type": "array", - "description": "List of jobs that were requested.", "items": { "type": "object", "properties": { - "configuration": { - "$ref": "JobConfiguration", - "description": "[Full-projection-only] Specifies the job configuration." + "type": { + "description": "The type of table. Possible values are: TABLE, VIEW.", + "type": "string" }, - "errorResult": { - "$ref": "ErrorProto", - "description": "A result object that will be present only if the job has failed." + "clustering": { + "$ref": "Clustering", + "description": "[Beta] Clustering specification for this table, if configured." }, - "id": { + "expirationTime": { "type": "string", - "description": "Unique opaque ID of the job." + "description": "[Optional] The time when this table expires, in milliseconds since the epoch. If not present, the table will persist indefinitely. Expired tables will be deleted and their storage reclaimed.", + "format": "int64" }, - "jobReference": { - "$ref": "JobReference", - "description": "Job reference uniquely identifying the job." + "id": { + "description": "An opaque ID of the table", + "type": "string" + }, + "tableReference": { + "description": "A reference uniquely identifying the table.", + "$ref": "TableReference" + }, + "friendlyName": { + "description": "The user-friendly name for this table.", + "type": "string" + }, + "timePartitioning": { + "$ref": "TimePartitioning", + "description": "The time-based partitioning specification for this table, if configured." }, "kind": { - "type": "string", "description": "The resource type.", - "default": "bigquery#job" - }, - "state": { "type": "string", - "description": "Running state of the job. When the state is DONE, errorResult can be checked to determine whether the job succeeded or failed." + "default": "bigquery#table" }, - "statistics": { - "$ref": "JobStatistics", - "description": "[Output-only] Information about the job, including starting time and ending time of the job." + "view": { + "type": "object", + "properties": { + "useLegacySql": { + "type": "boolean", + "description": "True if view is defined in legacy SQL dialect, false if in standard SQL." + } + }, + "description": "Additional details for a view." }, - "status": { - "$ref": "JobStatus", - "description": "[Full-projection-only] Describes the state of the job." + "creationTime": { + "description": "The time when this table was created, in milliseconds since the epoch.", + "format": "int64", + "type": "string" }, - "user_email": { - "type": "string", - "description": "[Full-projection-only] Email address of the user who ran the job." + "labels": { + "description": "The labels associated with this table. You can use these to organize and group your tables.", + "type": "object", + "additionalProperties": { + "type": "string" + } } } } + } + }, + "id": "TableList" + }, + "BigtableColumn": { + "type": "object", + "properties": { + "qualifierString": { + "type": "string" }, - "kind": { - "type": "string", - "description": "The resource type of the response.", - "default": "bigquery#jobList" + "encoding": { + "description": "[Optional] The encoding of the values when the type is not STRING. Acceptable encoding values are: TEXT - indicates values are alphanumeric text strings. BINARY - indicates values are encoded using HBase Bytes.toBytes family of functions. 'encoding' can also be set at the column family level. However, the setting at this level takes precedence if 'encoding' is set at both levels.", + "type": "string" }, - "nextPageToken": { - "type": "string", - "description": "A token to request the next page of results." + "type": { + "description": "[Optional] The type to convert the value in cells of this column. The values are expected to be encoded using HBase Bytes.toBytes function when using the BINARY encoding value. Following BigQuery types are allowed (case-sensitive) - BYTES STRING INTEGER FLOAT BOOLEAN Default type is BYTES. 'type' can also be set at the column family level. However, the setting at this level takes precedence if 'type' is set at both levels.", + "type": "string" + }, + "onlyReadLatest": { + "type": "boolean", + "description": "[Optional] If this is set, only the latest version of value in this column are exposed. 'onlyReadLatest' can also be set at the column family level. However, the setting at this level takes precedence if 'onlyReadLatest' is set at both levels." + }, + "qualifierEncoded": { + "description": "[Required] Qualifier of the column. Columns in the parent column family that has this exact qualifier are exposed as . field. If the qualifier is valid UTF-8 string, it can be specified in the qualifier_string field. Otherwise, a base-64 encoded value must be set to qualifier_encoded. The column field name is the same as the column qualifier. However, if the qualifier is not a valid BigQuery field identifier i.e. does not match [a-zA-Z][a-zA-Z0-9_]*, a valid identifier must be provided as field_name.", + "format": "byte", + "type": "string" + }, + "fieldName": { + "description": "[Optional] If the qualifier is not a valid BigQuery field identifier i.e. does not match [a-zA-Z][a-zA-Z0-9_]*, a valid identifier must be provided as the column field name and is used as field name in queries.", + "type": "string" } - } + }, + "id": "BigtableColumn" }, - "JobReference": { - "id": "JobReference", + "TableFieldSchema": { + "id": "TableFieldSchema", "type": "object", "properties": { - "jobId": { - "type": "string", - "description": "[Required] The ID of the job. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-). The maximum length is 1,024 characters.", - "annotations": { - "required": [ - "bigquery.jobs.getQueryResults" - ] + "name": { + "description": "[Required] The field name. The name must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_), and must start with a letter or underscore. The maximum length is 128 characters.", + "type": "string" + }, + "type": { + "description": "[Required] The field data type. Possible values include STRING, BYTES, INTEGER, INT64 (same as INTEGER), FLOAT, FLOAT64 (same as FLOAT), BOOLEAN, BOOL (same as BOOLEAN), TIMESTAMP, DATE, TIME, DATETIME, RECORD (where RECORD indicates that the field contains a nested schema) or STRUCT (same as RECORD).", + "type": "string" + }, + "categories": { + "description": "[Optional] The categories attached to this field, used for field-level access control.", + "type": "object", + "properties": { + "names": { + "type": "array", + "items": { + "type": "string" + }, + "description": "A list of category resource names. For example, \"projects/1/taxonomies/2/categories/3\". At most 5 categories are allowed." + } } }, - "location": { + "mode": { "type": "string", - "description": "[Experimental] The geographic location of the job. Required except for US and EU." + "description": "[Optional] The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE." }, - "projectId": { + "description": { "type": "string", - "description": "[Required] The ID of the project containing this job.", - "annotations": { - "required": [ - "bigquery.jobs.getQueryResults" - ] + "description": "[Optional] The field description. The maximum length is 1,024 characters." + }, + "fields": { + "description": "[Optional] Describes the nested schema fields if the type property is set to RECORD.", + "type": "array", + "items": { + "$ref": "TableFieldSchema" } } } }, - "JobStatistics": { - "id": "JobStatistics", + "BqmlIterationResult": { "type": "object", "properties": { - "completionRatio": { - "type": "number", - "description": "[Experimental] [Output-only] Job progress (0.0 -> 1.0) for LOAD and EXTRACT jobs.", - "format": "double" - }, - "creationTime": { - "type": "string", - "description": "[Output-only] Creation time of this job, in milliseconds since the epoch. This field will be present on all jobs.", - "format": "int64" + "durationMs": { + "description": "[Output-only, Beta] Time taken to run the training iteration in milliseconds.", + "format": "int64", + "type": "string" }, - "endTime": { - "type": "string", - "description": "[Output-only] End time of this job, in milliseconds since the epoch. This field will be present whenever a job is in the DONE state.", - "format": "int64" + "trainingLoss": { + "description": "[Output-only, Beta] Training loss computed on the training data at the end of the iteration. The training loss function is defined by model type.", + "format": "double", + "type": "number" }, - "extract": { - "$ref": "JobStatistics4", - "description": "[Output-only] Statistics for an extract job." + "evalLoss": { + "type": "number", + "description": "[Output-only, Beta] Eval loss computed on the eval data at the end of the iteration. The eval loss is used for early stopping to avoid overfitting. No eval loss if eval_split_method option is specified as no_split or auto_split with input data size less than 500 rows.", + "format": "double" }, - "load": { - "$ref": "JobStatistics3", - "description": "[Output-only] Statistics for a load job." + "index": { + "description": "[Output-only, Beta] Index of the ML training iteration, starting from zero for each training run.", + "format": "int32", + "type": "integer" }, - "query": { - "$ref": "JobStatistics2", - "description": "[Output-only] Statistics for a query job." + "learnRate": { + "description": "[Output-only, Beta] Learning rate used for this iteration, it varies for different training iterations if learn_rate_strategy option is not constant.", + "format": "double", + "type": "number" + } + }, + "id": "BqmlIterationResult" + }, + "TableDataInsertAllResponse": { + "type": "object", + "properties": { + "insertErrors": { + "type": "array", + "items": { + "type": "object", + "properties": { + "errors": { + "description": "Error information for the row indicated by the index property.", + "type": "array", + "items": { + "$ref": "ErrorProto" + } + }, + "index": { + "description": "The index of the row that error applies to.", + "format": "uint32", + "type": "integer" + } + } + }, + "description": "An array of errors for rows that were not inserted." }, - "startTime": { + "kind": { + "description": "The resource type of the response.", "type": "string", - "description": "[Output-only] Start time of this job, in milliseconds since the epoch. This field will be present when the job transitions from the PENDING state to either RUNNING or DONE.", - "format": "int64" + "default": "bigquery#tableDataInsertAllResponse" + } + }, + "id": "TableDataInsertAllResponse" + }, + "ClusteringMetrics": { + "id": "ClusteringMetrics", + "description": "Evaluation metrics for clustering models.", + "type": "object", + "properties": { + "meanSquaredDistance": { + "description": "Mean of squared distances between each sample to its cluster centroid.", + "format": "double", + "type": "number" }, - "totalBytesProcessed": { - "type": "string", - "description": "[Output-only] [Deprecated] Use the bytes processed in the query statistics instead.", - "format": "int64" + "daviesBouldinIndex": { + "type": "number", + "description": "Davies-Bouldin index.", + "format": "double" } } }, - "JobStatistics2": { - "id": "JobStatistics2", + "GetServiceAccountResponse": { "type": "object", "properties": { - "billingTier": { - "type": "integer", - "description": "[Output-only] Billing tier for the job.", - "format": "int32" - }, - "cacheHit": { - "type": "boolean", - "description": "[Output-only] Whether the query result was fetched from the query cache." - }, - "ddlOperationPerformed": { - "type": "string", - "description": "[Output-only, Experimental] The DDL operation performed, possibly dependent on the pre-existence of the DDL target. Possible values (new values might be added in the future): \"CREATE\": The query created the DDL target. \"SKIP\": No-op. Example cases: the query is CREATE TABLE IF NOT EXISTS while the table already exists, or the query is DROP TABLE IF EXISTS while the table does not exist. \"REPLACE\": The query replaced the DDL target. Example case: the query is CREATE OR REPLACE TABLE, and the table already exists. \"DROP\": The query deleted the DDL target." - }, - "ddlTargetTable": { - "$ref": "TableReference", - "description": "[Output-only, Experimental] The DDL target table. Present only for CREATE/DROP TABLE/VIEW queries." + "email": { + "description": "The service account email address.", + "type": "string" }, - "estimatedBytesProcessed": { + "kind": { + "description": "The resource type of the response.", "type": "string", - "description": "[Output-only] The original estimate of bytes processed for the job.", - "format": "int64" + "default": "bigquery#getServiceAccountResponse" + } + }, + "id": "GetServiceAccountResponse" + }, + "Dataset": { + "type": "object", + "properties": { + "location": { + "description": "The geographic location where the dataset should reside. The default value is US. See details at https://cloud.google.com/bigquery/docs/locations.", + "type": "string" }, - "numDmlAffectedRows": { + "friendlyName": { "type": "string", - "description": "[Output-only] The number of rows affected by a DML statement. Present only for DML statements INSERT, UPDATE or DELETE.", - "format": "int64" + "description": "[Optional] A descriptive name for the dataset." }, - "queryPlan": { - "type": "array", - "description": "[Output-only] Describes execution plan for the query.", - "items": { - "$ref": "ExplainQueryStage" - } + "lastModifiedTime": { + "description": "[Output-only] The date when this dataset or any of its tables was last modified, in milliseconds since the epoch.", + "format": "int64", + "type": "string" }, - "referencedTables": { - "type": "array", - "description": "[Output-only] Referenced tables for the job. Queries that reference more than 50 tables will not have a complete list.", - "items": { - "$ref": "TableReference" - } + "labels": { + "additionalProperties": { + "type": "string" + }, + "description": "The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See Creating and Updating Dataset Labels for more information.", + "type": "object" }, - "schema": { - "$ref": "TableSchema", - "description": "[Output-only] The schema of the results. Present only for successful dry run of non-legacy SQL queries." + "selfLink": { + "description": "[Output-only] A URL that can be used to access the resource again. You can use this URL in Get or Update requests to the resource.", + "type": "string" }, - "statementType": { + "defaultPartitionExpirationMs": { "type": "string", - "description": "[Output-only, Experimental] The type of query statement, if valid. Possible values (new values might be added in the future): \"SELECT\": SELECT query. \"INSERT\": INSERT query; see https://cloud.google.com/bigquery/docs/reference/standard-sql/data-manipulation-language \"UPDATE\": UPDATE query; see https://cloud.google.com/bigquery/docs/reference/standard-sql/data-manipulation-language \"DELETE\": DELETE query; see https://cloud.google.com/bigquery/docs/reference/standard-sql/data-manipulation-language \"CREATE_TABLE\": CREATE [OR REPLACE] TABLE without AS SELECT. \"CREATE_TABLE_AS_SELECT\": CREATE [OR REPLACE] TABLE ... AS SELECT ... \"DROP_TABLE\": DROP TABLE query. \"CREATE_VIEW\": CREATE [OR REPLACE] VIEW ... AS SELECT ... \"DROP_VIEW\": DROP VIEW query." + "description": "[Optional] The default partition expiration for all partitioned tables in the dataset, in milliseconds. Once this property is set, all newly-created partitioned tables in the dataset will have an expirationMs property in the timePartitioning settings set to this value, and changing the value will only affect new tables, not existing ones. The storage in a partition will have an expiration time of its partition time plus this value. Setting this property overrides the use of defaultTableExpirationMs for partitioned tables: only one of defaultTableExpirationMs and defaultPartitionExpirationMs will be used for any new partitioned table. If you provide an explicit timePartitioning.expirationMs when creating or updating a partitioned table, that value takes precedence over the default partition expiration time indicated by this property.", + "format": "int64" }, - "timeline": { + "access": { + "description": "[Optional] An array of objects that define dataset access for one or more entities. You can set this property when inserting or updating a dataset in order to control who is allowed to access the data. If unspecified at dataset creation time, BigQuery adds default dataset access for the following entities: access.specialGroup: projectReaders; access.role: READER; access.specialGroup: projectWriters; access.role: WRITER; access.specialGroup: projectOwners; access.role: OWNER; access.userByEmail: [dataset creator email]; access.role: OWNER;", "type": "array", - "description": "[Output-only] [Experimental] Describes a timeline of job execution.", "items": { - "$ref": "QueryTimelineSample" + "type": "object", + "properties": { + "role": { + "description": "[Required] An IAM role ID that should be granted to the user, group, or domain specified in this access entry. The following legacy mappings will be applied: OWNER roles/bigquery.dataOwner WRITER roles/bigquery.dataEditor READER roles/bigquery.dataViewer This field will accept any of the above formats, but will return only the legacy format. For example, if you set this field to \"roles/bigquery.dataOwner\", it will be returned back as \"OWNER\".", + "type": "string" + }, + "view": { + "description": "[Pick one] A view from a different dataset to grant access to. Queries executed against that view will have read access to tables in this dataset. The role field is not required when this field is set. If that view is updated by any user, access to the view needs to be granted again via an update operation.", + "$ref": "TableReference" + }, + "groupByEmail": { + "description": "[Pick one] An email address of a Google Group to grant access to. Maps to IAM policy member \"group:GROUP\".", + "type": "string" + }, + "domain": { + "description": "[Pick one] A domain to grant access to. Any users signed in with the domain specified will be granted the specified access. Example: \"example.com\". Maps to IAM policy member \"domain:DOMAIN\".", + "type": "string" + }, + "userByEmail": { + "description": "[Pick one] An email address of a user to grant access to. For example: fred@example.com. Maps to IAM policy member \"user:EMAIL\" or \"serviceAccount:EMAIL\".", + "type": "string" + }, + "iamMember": { + "description": "[Pick one] Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group.", + "type": "string" + }, + "specialGroup": { + "description": "[Pick one] A special group to grant access to. Possible values include: projectOwners: Owners of the enclosing project. projectReaders: Readers of the enclosing project. projectWriters: Writers of the enclosing project. allAuthenticatedUsers: All authenticated BigQuery users. Maps to similarly-named IAM members.", + "type": "string" + } + } } }, - "totalBytesBilled": { + "kind": { "type": "string", - "description": "[Output-only] Total bytes billed for the job.", - "format": "int64" + "default": "bigquery#dataset", + "description": "[Output-only] The resource type." }, - "totalBytesProcessed": { - "type": "string", - "description": "[Output-only] Total bytes processed for the job.", - "format": "int64" + "description": { + "description": "[Optional] A user-friendly description of the dataset.", + "type": "string" }, - "totalPartitionsProcessed": { - "type": "string", - "description": "[Output-only] Total number of partitions processed from all partitioned tables referenced in the job.", - "format": "int64" + "defaultTableExpirationMs": { + "description": "[Optional] The default lifetime of all tables in the dataset, in milliseconds. The minimum value is 3600000 milliseconds (one hour). Once this property is set, all newly-created tables in the dataset will have an expirationTime property set to the creation time plus the value in this property, and changing the value will only affect new tables, not existing ones. When the expirationTime for a given table is reached, that table will be deleted automatically. If a table's expirationTime is modified or removed before the table expires, or if you provide an explicit expirationTime when creating a table, that value takes precedence over the default expiration time indicated by this property.", + "format": "int64", + "type": "string" }, - "totalSlotMs": { + "etag": { + "description": "[Output-only] A hash of the resource.", + "type": "string" + }, + "creationTime": { + "description": "[Output-only] The time when this dataset was created, in milliseconds since the epoch.", + "format": "int64", + "type": "string" + }, + "datasetReference": { + "description": "[Required] A reference that identifies the dataset.", + "$ref": "DatasetReference" + }, + "id": { "type": "string", - "description": "[Output-only] Slot-milliseconds for the job.", - "format": "int64" + "description": "[Output-only] The fully-qualified unique name of the dataset in the format projectId:datasetId. The dataset name without the project name is given in the datasetId field. When creating a new dataset, leave this field blank, and instead specify the datasetId field." + } + }, + "id": "Dataset" + }, + "ModelDefinition": { + "type": "object", + "properties": { + "modelOptions": { + "type": "object", + "properties": { + "labels": { + "type": "array", + "items": { + "type": "string" + } + }, + "lossType": { + "type": "string" + }, + "modelType": { + "type": "string" + } + }, + "description": "[Output-only, Beta] Model options used for the first training run. These options are immutable for subsequent training runs. Default values are used for any options not specified in the input query." }, - "undeclaredQueryParameters": { + "trainingRuns": { + "description": "[Output-only, Beta] Information about ml training runs, each training run comprises of multiple iterations and there may be multiple training runs for the model if warm start is used or if a user decides to continue a previously cancelled query.", "type": "array", - "description": "[Output-only, Experimental] Standard SQL only: list of undeclared query parameters detected during a dry run validation.", "items": { - "$ref": "QueryParameter" + "$ref": "BqmlTrainingRun" } } - } + }, + "id": "ModelDefinition" }, - "JobStatistics3": { - "id": "JobStatistics3", + "DatasetReference": { "type": "object", "properties": { - "badRecords": { - "type": "string", - "description": "[Output-only] The number of bad records encountered. Note that if the job has failed because of more bad records encountered than the maximum allowed in the load job configuration, then this number can be less than the total number of bad records present in the input data.", - "format": "int64" - }, - "inputFileBytes": { - "type": "string", - "description": "[Output-only] Number of bytes of source data in a load job.", - "format": "int64" - }, - "inputFiles": { - "type": "string", - "description": "[Output-only] Number of source files in a load job.", - "format": "int64" - }, - "outputBytes": { - "type": "string", - "description": "[Output-only] Size of the loaded data in bytes. Note that while a load job is in the running state, this value may change.", - "format": "int64" + "projectId": { + "description": "[Optional] The ID of the project containing this dataset.", + "annotations": { + "required": [ + "bigquery.datasets.update" + ] + }, + "type": "string" }, - "outputRows": { + "datasetId": { "type": "string", - "description": "[Output-only] Number of rows imported in a load job. Note that while an import job is in the running state, this value may change.", - "format": "int64" - } - } - }, - "JobStatistics4": { - "id": "JobStatistics4", - "type": "object", - "properties": { - "destinationUriFileCounts": { - "type": "array", - "description": "[Output-only] Number of files per destination URI or URI pattern specified in the extract configuration. These values will be in the same order as the URIs specified in the 'destinationUris' field.", - "items": { - "type": "string", - "format": "int64" + "description": "[Required] A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.", + "annotations": { + "required": [ + "bigquery.datasets.update" + ] } } - } + }, + "id": "DatasetReference" }, "JobStatus": { "id": "JobStatus", "type": "object", "properties": { - "errorResult": { - "$ref": "ErrorProto", - "description": "[Output-only] Final error result of the job. If present, indicates that the job has completed and was unsuccessful." - }, "errors": { "type": "array", - "description": "[Output-only] The first errors encountered during the running of the job. The final message includes the number of errors that caused the process to stop. Errors here do not necessarily mean that the job has completed or was unsuccessful.", "items": { "$ref": "ErrorProto" - } + }, + "description": "[Output-only] The first errors encountered during the running of the job. The final message includes the number of errors that caused the process to stop. Errors here do not necessarily mean that the job has completed or was unsuccessful." }, "state": { - "type": "string", - "description": "[Output-only] Running state of the job." + "description": "[Output-only] Running state of the job.", + "type": "string" + }, + "errorResult": { + "$ref": "ErrorProto", + "description": "[Output-only] Final error result of the job. If present, indicates that the job has completed and was unsuccessful." } } }, - "JsonObject": { - "id": "JsonObject", - "type": "object", - "description": "Represents a single JSON object.", - "additionalProperties": { - "$ref": "JsonValue" - } - }, - "JsonValue": { - "id": "JsonValue", - "type": "any" - }, - "ProjectList": { - "id": "ProjectList", + "JobStatistics3": { "type": "object", "properties": { - "etag": { + "badRecords": { "type": "string", - "description": "A hash of the page of results" + "description": "[Output-only] The number of bad records encountered. Note that if the job has failed because of more bad records encountered than the maximum allowed in the load job configuration, then this number can be less than the total number of bad records present in the input data.", + "format": "int64" }, - "kind": { + "inputFileBytes": { "type": "string", - "description": "The type of list.", - "default": "bigquery#projectList" + "description": "[Output-only] Number of bytes of source data in a load job.", + "format": "int64" + }, + "inputFiles": { + "description": "[Output-only] Number of source files in a load job.", + "format": "int64", + "type": "string" }, + "outputRows": { + "description": "[Output-only] Number of rows imported in a load job. Note that while an import job is in the running state, this value may change.", + "format": "int64", + "type": "string" + }, + "outputBytes": { + "description": "[Output-only] Size of the loaded data in bytes. Note that while a load job is in the running state, this value may change.", + "format": "int64", + "type": "string" + } + }, + "id": "JobStatistics3" + }, + "ListModelsResponse": { + "type": "object", + "properties": { "nextPageToken": { - "type": "string", - "description": "A token to request the next page of results." + "description": "A token to request the next page of results.", + "type": "string" }, - "projects": { + "models": { + "description": "Models in the requested dataset. Only the following fields are populated:\nmodel_reference, model_type, creation_time, last_modified_time and\nlabels.", "type": "array", - "description": "Projects to which you have at least READ access.", "items": { - "type": "object", - "properties": { - "friendlyName": { - "type": "string", - "description": "A descriptive name for this project." - }, - "id": { - "type": "string", - "description": "An opaque ID of this project." - }, - "kind": { - "type": "string", - "description": "The resource type.", - "default": "bigquery#project" - }, - "numericId": { - "type": "string", - "description": "The numeric ID of this project.", - "format": "uint64" - }, - "projectReference": { - "$ref": "ProjectReference", - "description": "A unique reference to this project." - } - } + "$ref": "Model" } - }, - "totalItems": { - "type": "integer", - "description": "The total number of projects in the list.", - "format": "int32" } - } + }, + "id": "ListModelsResponse" }, - "ProjectReference": { - "id": "ProjectReference", + "EvaluationMetrics": { "type": "object", "properties": { - "projectId": { - "type": "string", - "description": "[Required] ID of the project. Can be either the numeric ID or the assigned ID of the project." + "multiClassClassificationMetrics": { + "$ref": "MultiClassClassificationMetrics", + "description": "Populated for multi-class classification/classifier models." + }, + "clusteringMetrics": { + "$ref": "ClusteringMetrics", + "description": "[Beta] Populated for clustering models." + }, + "binaryClassificationMetrics": { + "$ref": "BinaryClassificationMetrics", + "description": "Populated for binary classification/classifier models." + }, + "regressionMetrics": { + "description": "Populated for regression models.", + "$ref": "RegressionMetrics" } - } + }, + "id": "EvaluationMetrics", + "description": "Evaluation metrics of a model. These are either computed on all training\ndata or just the eval data based on whether eval data was used during\ntraining. These are not present for imported models." }, - "QueryParameter": { - "id": "QueryParameter", + "StandardSqlField": { + "id": "StandardSqlField", + "description": "A field or a column.", "type": "object", "properties": { "name": { - "type": "string", - "description": "[Optional] If unset, this is a positional parameter. Otherwise, should be unique within a query." - }, - "parameterType": { - "$ref": "QueryParameterType", - "description": "[Required] The type of this parameter." + "description": "Optional. The name of this field. Can be absent for struct fields.", + "type": "string" }, - "parameterValue": { - "$ref": "QueryParameterValue", - "description": "[Required] The value of this parameter." + "type": { + "description": "Optional. The type of this parameter. Absent if not explicitly\nspecified (e.g., CREATE FUNCTION statement can omit the return type;\nin this case the output parameter does not have this \"type\" field).", + "$ref": "StandardSqlDataType" } } }, - "QueryParameterType": { - "id": "QueryParameterType", + "Streamingbuffer": { "type": "object", "properties": { - "arrayType": { - "$ref": "QueryParameterType", - "description": "[Optional] The type of the array's elements, if this is an array." + "estimatedRows": { + "description": "[Output-only] A lower-bound estimate of the number of rows currently in the streaming buffer.", + "format": "uint64", + "type": "string" }, - "structTypes": { - "type": "array", - "description": "[Optional] The types of the fields of this struct, in order, if this is a struct.", - "items": { - "type": "object", - "properties": { - "description": { - "type": "string", - "description": "[Optional] Human-oriented description of the field." - }, - "name": { - "type": "string", - "description": "[Optional] The name of this field." - }, - "type": { - "$ref": "QueryParameterType", - "description": "[Required] The type of this field." - } - } - } + "oldestEntryTime": { + "type": "string", + "description": "[Output-only] Contains the timestamp of the oldest entry in the streaming buffer, in milliseconds since the epoch, if the streaming buffer is available.", + "format": "uint64" }, - "type": { + "estimatedBytes": { "type": "string", - "description": "[Required] The top level type of this field." + "description": "[Output-only] A lower-bound estimate of the number of bytes currently in the streaming buffer.", + "format": "uint64" } - } + }, + "id": "Streamingbuffer" }, - "QueryParameterValue": { - "id": "QueryParameterValue", + "Entry": { + "description": "A single entry in the confusion matrix.", "type": "object", "properties": { - "arrayValues": { - "type": "array", - "description": "[Optional] The array values, if this is an array type.", - "items": { - "$ref": "QueryParameterValue" - } - }, - "structValues": { - "type": "object", - "description": "[Optional] The struct field values, in order of the struct type's declaration.", - "additionalProperties": { - "$ref": "QueryParameterValue" - } + "itemCount": { + "description": "Number of items being predicted as this label.", + "format": "int64", + "type": "string" }, - "value": { + "predictedLabel": { "type": "string", - "description": "[Optional] The value of this value, if a simple scalar type." + "description": "The predicted label. For confidence_threshold \u003e 0, we will\nalso add an entry indicating the number of items under the\nconfidence threshold." } - } + }, + "id": "Entry" }, - "QueryRequest": { - "id": "QueryRequest", + "Table": { "type": "object", "properties": { - "defaultDataset": { - "$ref": "DatasetReference", - "description": "[Optional] Specifies the default datasetId and projectId to assume for any unqualified table names in the query. If not set, all table names in the query string must be qualified in the format 'datasetId.tableId'." - }, - "dryRun": { - "type": "boolean", - "description": "[Optional] If set to true, BigQuery doesn't run the job. Instead, if the query is valid, BigQuery returns statistics about the job such as how many bytes would be processed. If the query is invalid, an error returns. The default value is false." - }, - "kind": { + "type": { "type": "string", - "description": "The resource type of the request.", - "default": "bigquery#queryRequest" + "description": "[Output-only] Describes the table type. The following values are supported: TABLE: A normal BigQuery table. VIEW: A virtual table defined by a SQL query. [TrustedTester] MATERIALIZED_VIEW: SQL query whose result is persisted. EXTERNAL: A table that references data stored in an external storage system, such as Google Cloud Storage. The default value is TABLE." }, - "location": { - "type": "string", - "description": "[Experimental] The geographic location where the job should run. Required except for US and EU." + "clustering": { + "$ref": "Clustering", + "description": "[Beta] Clustering specification for the table. Must be specified with partitioning, data in the table will be first partitioned and subsequently clustered." }, - "maxResults": { - "type": "integer", - "description": "[Optional] The maximum number of rows of data to return per page of results. Setting this flag to a small value such as 1000 and then paging through results might improve reliability when the query result set is large. In addition to this limit, responses are also limited to 10 MB. By default, there is no maximum row count, and only the byte limit applies.", - "format": "uint32" + "numRows": { + "description": "[Output-only] The number of rows of data in this table, excluding any data in the streaming buffer.", + "format": "uint64", + "type": "string" }, - "parameterMode": { - "type": "string", - "description": "Standard SQL only. Set to POSITIONAL to use positional (?) query parameters or to NAMED to use named (@myparam) query parameters in this query." - }, - "preserveNulls": { - "type": "boolean", - "description": "[Deprecated] This property is deprecated." - }, - "query": { - "type": "string", - "description": "[Required] A query string, following the BigQuery query syntax, of the query to execute. Example: \"SELECT count(f1) FROM [myProjectId:myDatasetId.myTableId]\".", - "annotations": { - "required": [ - "bigquery.jobs.query" - ] - } - }, - "queryParameters": { - "type": "array", - "description": "Query parameters for Standard SQL queries.", - "items": { - "$ref": "QueryParameter" - } - }, - "timeoutMs": { - "type": "integer", - "description": "[Optional] How long to wait for the query to complete, in milliseconds, before the request times out and returns. Note that this is only a timeout for the request, not the query. If the query takes longer to run than the timeout value, the call returns without any results and with the 'jobComplete' flag set to false. You can call GetQueryResults() to wait for the query to complete and read the results. The default value is 10000 milliseconds (10 seconds).", - "format": "uint32" - }, - "useLegacySql": { - "type": "boolean", - "description": "Specifies whether to use BigQuery's legacy SQL dialect for this query. The default value is true. If set to false, the query will use BigQuery's standard SQL: https://cloud.google.com/bigquery/sql-reference/ When useLegacySql is set to false, the value of flattenResults is ignored; query will be run as if flattenResults is false.", - "default": "true" - }, - "useQueryCache": { - "type": "boolean", - "description": "[Optional] Whether to look for the result in the query cache. The query cache is a best-effort cache that will be flushed whenever tables in the query are modified. The default value is true.", - "default": "true" - } - } - }, - "QueryResponse": { - "id": "QueryResponse", - "type": "object", - "properties": { - "cacheHit": { - "type": "boolean", - "description": "Whether the query result was fetched from the query cache." - }, - "errors": { - "type": "array", - "description": "[Output-only] The first errors or warnings encountered during the running of the job. The final message includes the number of errors that caused the process to stop. Errors here do not necessarily mean that the job has completed or was unsuccessful.", - "items": { - "$ref": "ErrorProto" - } - }, - "jobComplete": { - "type": "boolean", - "description": "Whether the query has completed or not. If rows or totalRows are present, this will always be true. If this is false, totalRows will not be available." - }, - "jobReference": { - "$ref": "JobReference", - "description": "Reference to the Job that was created to run the query. This field will be present even if the original request timed out, in which case GetQueryResults can be used to read the results once the query has completed. Since this API only returns the first page of results, subsequent pages can be fetched via the same mechanism (GetQueryResults)." - }, - "kind": { - "type": "string", - "description": "The resource type.", - "default": "bigquery#queryResponse" - }, - "numDmlAffectedRows": { - "type": "string", - "description": "[Output-only] The number of rows affected by a DML statement. Present only for DML statements INSERT, UPDATE or DELETE.", - "format": "int64" - }, - "pageToken": { - "type": "string", - "description": "A token used for paging results." - }, - "rows": { - "type": "array", - "description": "An object with as many results as can be contained within the maximum permitted reply size. To get any additional rows, you can call GetQueryResults and specify the jobReference returned above.", - "items": { - "$ref": "TableRow" - } - }, - "schema": { - "$ref": "TableSchema", - "description": "The schema of the results. Present only when the query completes successfully." - }, - "totalBytesProcessed": { - "type": "string", - "description": "The total number of bytes processed for this query. If this query was a dry run, this is the number of bytes that would be processed if the query were run.", - "format": "int64" - }, - "totalRows": { - "type": "string", - "description": "The total number of rows in the complete query result set, which can be more than the number of rows in this single page of results.", - "format": "uint64" - } - } - }, - "QueryTimelineSample": { - "id": "QueryTimelineSample", - "type": "object", - "properties": { - "activeInputs": { - "type": "string", - "description": "Total number of active workers. This does not correspond directly to slot usage. This is the largest value observed since the last sample.", - "format": "int64" - }, - "completedInputs": { - "type": "string", - "description": "Total parallel units of work completed by this query.", - "format": "int64" - }, - "elapsedMs": { - "type": "string", - "description": "Milliseconds elapsed since the start of query execution.", - "format": "int64" - }, - "pendingInputs": { - "type": "string", - "description": "Total parallel units of work remaining for the active stages.", - "format": "int64" - }, - "totalSlotMs": { - "type": "string", - "description": "Cumulative slot-ms consumed by the query.", - "format": "int64" - } - } - }, - "Streamingbuffer": { - "id": "Streamingbuffer", - "type": "object", - "properties": { - "estimatedBytes": { - "type": "string", - "description": "[Output-only] A lower-bound estimate of the number of bytes currently in the streaming buffer.", - "format": "uint64" - }, - "estimatedRows": { - "type": "string", - "description": "[Output-only] A lower-bound estimate of the number of rows currently in the streaming buffer.", - "format": "uint64" + "numLongTermBytes": { + "description": "[Output-only] The number of bytes in the table that are considered \"long-term storage\".", + "format": "int64", + "type": "string" }, - "oldestEntryTime": { - "type": "string", - "description": "[Output-only] Contains the timestamp of the oldest entry in the streaming buffer, in milliseconds since the epoch, if the streaming buffer is available.", - "format": "uint64" - } - } - }, - "Table": { - "id": "Table", - "type": "object", - "properties": { - "creationTime": { - "type": "string", - "description": "[Output-only] The time when this table was created, in milliseconds since the epoch.", - "format": "int64" + "view": { + "description": "[Optional] The view definition.", + "$ref": "ViewDefinition" }, - "description": { - "type": "string", - "description": "[Optional] A user-friendly description of this table." + "etag": { + "description": "[Output-only] A hash of the table metadata. Used to ensure there were no concurrent modifications to the resource when attempting an update. Not guaranteed to change when the table contents or the fields numRows, numBytes, numLongTermBytes or lastModifiedTime change.", + "type": "string" }, "encryptionConfiguration": { "$ref": "EncryptionConfiguration", "description": "Custom encryption configuration (e.g., Cloud KMS keys)." }, - "etag": { - "type": "string", - "description": "[Output-only] A hash of this resource." + "streamingBuffer": { + "$ref": "Streamingbuffer", + "description": "[Output-only] Contains information regarding this table's streaming buffer, if one is present. This field will be absent if the table is not being streamed to or if there is no data in the streaming buffer." }, - "expirationTime": { - "type": "string", - "description": "[Optional] The time when this table expires, in milliseconds since the epoch. If not present, the table will persist indefinitely. Expired tables will be deleted and their storage reclaimed. The defaultTableExpirationMs property of the encapsulating dataset can be used to set a default expirationTime on newly created tables.", - "format": "int64" + "location": { + "description": "[Output-only] The geographic location where the table resides. This value is inherited from the dataset.", + "type": "string" }, - "externalDataConfiguration": { - "$ref": "ExternalDataConfiguration", - "description": "[Optional] Describes the data format, location, and other properties of a table stored outside of BigQuery. By defining these properties, the data source can then be queried as if it were a standard BigQuery table." + "numBytes": { + "description": "[Output-only] The size of this table in bytes, excluding any data in the streaming buffer.", + "format": "int64", + "type": "string" + }, + "timePartitioning": { + "$ref": "TimePartitioning", + "description": "Time-based partitioning specification for this table. Only one of timePartitioning and rangePartitioning should be specified." }, "friendlyName": { "type": "string", "description": "[Optional] A descriptive name for this table." }, - "id": { - "type": "string", - "description": "[Output-only] An opaque ID uniquely identifying the table." - }, - "kind": { - "type": "string", - "description": "[Output-only] The type of the resource.", - "default": "bigquery#table" + "numPhysicalBytes": { + "description": "[Output-only] [TrustedTester] The physical size of this table in bytes, excluding any data in the streaming buffer. This includes compression and storage used for time travel.", + "format": "int64", + "type": "string" }, "labels": { "type": "object", - "description": "The labels associated with this table. You can use these to organize and group your tables. Label keys and values can be no longer than 63 characters, can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter and each label in the list must have a different key.", "additionalProperties": { "type": "string" - } + }, + "description": "The labels associated with this table. You can use these to organize and group your tables. Label keys and values can be no longer than 63 characters, can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter and each label in the list must have a different key." }, - "lastModifiedTime": { - "type": "string", - "description": "[Output-only] The time when this table was last modified, in milliseconds since the epoch.", - "format": "uint64" + "externalDataConfiguration": { + "$ref": "ExternalDataConfiguration", + "description": "[Optional] Describes the data format, location, and other properties of a table stored outside of BigQuery. By defining these properties, the data source can then be queried as if it were a standard BigQuery table." }, - "location": { - "type": "string", - "description": "[Output-only] The geographic location where the table resides. This value is inherited from the dataset." + "selfLink": { + "description": "[Output-only] A URL that can be used to access this resource again.", + "type": "string" }, - "numBytes": { - "type": "string", - "description": "[Output-only] The size of this table in bytes, excluding any data in the streaming buffer.", - "format": "int64" + "model": { + "$ref": "ModelDefinition", + "description": "[Output-only, Beta] Present iff this table represents a ML model. Describes the training information for the model, and it is required to run 'PREDICT' queries." }, - "numLongTermBytes": { + "expirationTime": { + "description": "[Optional] The time when this table expires, in milliseconds since the epoch. If not present, the table will persist indefinitely. Expired tables will be deleted and their storage reclaimed. The defaultTableExpirationMs property of the encapsulating dataset can be used to set a default expirationTime on newly created tables.", + "format": "int64", + "type": "string" + }, + "kind": { + "description": "[Output-only] The type of the resource.", "type": "string", - "description": "[Output-only] The number of bytes in the table that are considered \"long-term storage\".", - "format": "int64" + "default": "bigquery#table" }, - "numRows": { + "description": { "type": "string", - "description": "[Output-only] The number of rows of data in this table, excluding any data in the streaming buffer.", - "format": "uint64" + "description": "[Optional] A user-friendly description of this table." + }, + "creationTime": { + "description": "[Output-only] The time when this table was created, in milliseconds since the epoch.", + "format": "int64", + "type": "string" + }, + "rangePartitioning": { + "$ref": "RangePartitioning", + "description": "[TrustedTester] Range partitioning specification for this table. Only one of timePartitioning and rangePartitioning should be specified." }, "schema": { "$ref": "TableSchema", "description": "[Optional] Describes the schema of this table." }, - "selfLink": { + "id": { "type": "string", - "description": "[Output-only] A URL that can be used to access this resource again." + "description": "[Output-only] An opaque ID uniquely identifying the table." }, - "streamingBuffer": { - "$ref": "Streamingbuffer", - "description": "[Output-only] Contains information regarding this table's streaming buffer, if one is present. This field will be absent if the table is not being streamed to or if there is no data in the streaming buffer." + "requirePartitionFilter": { + "type": "boolean", + "default": "false", + "description": "[Beta] [Optional] If set to true, queries over this table require a partition filter that can be used for partition elimination to be specified." }, "tableReference": { "$ref": "TableReference", "description": "[Required] Reference describing the ID of this table." }, - "timePartitioning": { - "$ref": "TimePartitioning", - "description": "If specified, configures time-based partitioning for this table." + "materializedView": { + "description": "[Optional] Materialized view definition.", + "$ref": "MaterializedViewDefinition" }, - "type": { - "type": "string", - "description": "[Output-only] Describes the table type. The following values are supported: TABLE: A normal BigQuery table. VIEW: A virtual table defined by a SQL query. EXTERNAL: A table that references data stored in an external storage system, such as Google Cloud Storage. The default value is TABLE." + "lastModifiedTime": { + "description": "[Output-only] The time when this table was last modified, in milliseconds since the epoch.", + "format": "uint64", + "type": "string" + } + }, + "id": "Table" + }, + "ConfusionMatrix": { + "description": "Confusion matrix for multi-class classification models.", + "type": "object", + "properties": { + "confidenceThreshold": { + "description": "Confidence threshold used when computing the entries of the\nconfusion matrix.", + "format": "double", + "type": "number" }, - "view": { - "$ref": "ViewDefinition", - "description": "[Optional] The view definition." + "rows": { + "description": "One row per actual label.", + "type": "array", + "items": { + "$ref": "Row" + } } - } + }, + "id": "ConfusionMatrix" }, "TableCell": { - "id": "TableCell", "type": "object", "properties": { "v": { "type": "any" } - } + }, + "id": "TableCell" }, - "TableDataInsertAllRequest": { - "id": "TableDataInsertAllRequest", + "MaterializedViewDefinition": { + "id": "MaterializedViewDefinition", "type": "object", "properties": { - "ignoreUnknownValues": { - "type": "boolean", - "description": "[Optional] Accept rows that contain values that do not match the schema. The unknown values are ignored. Default is false, which treats unknown values as errors." + "lastRefreshTime": { + "description": "[Output-only] [TrustedTester] The time when this materialized view was last modified, in milliseconds since the epoch.", + "format": "int64", + "type": "string" }, - "kind": { + "query": { "type": "string", - "description": "The resource type of the response.", - "default": "bigquery#tableDataInsertAllRequest" - }, - "rows": { - "type": "array", - "description": "The rows to insert.", - "items": { - "type": "object", - "properties": { - "insertId": { - "type": "string", - "description": "[Optional] A unique ID for each row. BigQuery uses this property to detect duplicate insertion requests on a best-effort basis." - }, - "json": { - "$ref": "JsonObject", - "description": "[Required] A JSON object that contains a row of data. The object's properties and values must match the destination table's schema." - } - } - } - }, - "skipInvalidRows": { - "type": "boolean", - "description": "[Optional] Insert all valid rows of a request, even if invalid rows exist. The default value is false, which causes the entire request to fail if any invalid rows exist." - }, - "templateSuffix": { - "type": "string", - "description": "[Experimental] If specified, treats the destination table as a base template, and inserts the rows into an instance table named \"{destination}{templateSuffix}\". BigQuery will manage creation of the instance table, using the schema of the base template table. See https://cloud.google.com/bigquery/streaming-data-into-bigquery#template-tables for considerations when working with templates tables." + "description": "[Required] A query whose result is persisted." } } }, - "TableDataInsertAllResponse": { - "id": "TableDataInsertAllResponse", + "TableReference": { "type": "object", "properties": { - "insertErrors": { - "type": "array", - "description": "An array of errors for rows that were not inserted.", - "items": { - "type": "object", - "properties": { - "errors": { - "type": "array", - "description": "Error information for the row indicated by the index property.", - "items": { - "$ref": "ErrorProto" - } - }, - "index": { - "type": "integer", - "description": "The index of the row that error applies to.", - "format": "uint32" - } - } - } + "tableId": { + "description": "[Required] The ID of the table. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.", + "annotations": { + "required": [ + "bigquery.tables.update" + ] + }, + "type": "string" }, - "kind": { - "type": "string", - "description": "The resource type of the response.", - "default": "bigquery#tableDataInsertAllResponse" + "projectId": { + "description": "[Required] The ID of the project containing this table.", + "annotations": { + "required": [ + "bigquery.tables.update" + ] + }, + "type": "string" + }, + "datasetId": { + "description": "[Required] The ID of the dataset containing this table.", + "annotations": { + "required": [ + "bigquery.tables.update" + ] + }, + "type": "string" } - } + }, + "id": "TableReference" }, - "TableDataList": { - "id": "TableDataList", + "QueryParameterValue": { "type": "object", "properties": { - "etag": { - "type": "string", - "description": "A hash of this page of results." - }, - "kind": { + "value": { "type": "string", - "description": "The resource type of the response.", - "default": "bigquery#tableDataList" + "description": "[Optional] The value of this value, if a simple scalar type." }, - "pageToken": { - "type": "string", - "description": "A token used for paging results. Providing this token instead of the startIndex parameter can help you retrieve stable results when an underlying table is changing." + "structValues": { + "type": "object", + "additionalProperties": { + "$ref": "QueryParameterValue" + }, + "description": "[Optional] The struct field values, in order of the struct type's declaration." }, - "rows": { + "arrayValues": { "type": "array", - "description": "Rows of results.", "items": { - "$ref": "TableRow" - } - }, - "totalRows": { - "type": "string", - "description": "The total number of rows in the complete table.", - "format": "int64" + "$ref": "QueryParameterValue" + }, + "description": "[Optional] The array values, if this is an array type." } - } + }, + "id": "QueryParameterValue" }, - "TableFieldSchema": { - "id": "TableFieldSchema", + "Model": { "type": "object", "properties": { - "description": { - "type": "string", - "description": "[Optional] The field description. The maximum length is 1,024 characters." + "modelType": { + "description": "Output only. Type of the model resource.", + "type": "string", + "enumDescriptions": [ + "", + "Linear regression model.", + "Logistic regression based classification model.", + "[Beta] K-means clustering model.", + "[Beta] An imported TensorFlow model." + ], + "enum": [ + "MODEL_TYPE_UNSPECIFIED", + "LINEAR_REGRESSION", + "LOGISTIC_REGRESSION", + "KMEANS", + "TENSORFLOW" + ] }, - "fields": { + "labelColumns": { + "description": "Output only. Label columns that were used to train this model.\nThe output of the model will have a \"predicted_\" prefix to these columns.", "type": "array", - "description": "[Optional] Describes the nested schema fields if the type property is set to RECORD.", "items": { - "$ref": "TableFieldSchema" + "$ref": "StandardSqlField" } }, - "mode": { - "type": "string", - "description": "[Optional] The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE." + "featureColumns": { + "description": "Output only. Input feature columns that were used to train this model.", + "type": "array", + "items": { + "$ref": "StandardSqlField" + } }, - "name": { + "expirationTime": { "type": "string", - "description": "[Required] The field name. The name must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_), and must start with a letter or underscore. The maximum length is 128 characters." + "description": "[Optional] The time when this model expires, in milliseconds since the\nepoch. If not present, the model will persist indefinitely. Expired models\nwill be deleted and their storage reclaimed. The defaultTableExpirationMs\nproperty of the encapsulating dataset can be used to set a default\nexpirationTime on newly created models.\n@mutable bigquery.models.patch", + "format": "int64" + }, + "trainingRuns": { + "description": "Output only. Information for all training runs in increasing order of\nstart_time.", + "type": "array", + "items": { + "$ref": "TrainingRun" + } + }, + "modelReference": { + "$ref": "ModelReference", + "description": "Required. Unique identifier for this model." + }, + "description": { + "description": "[Optional] A user-friendly description of this model.\n@mutable bigquery.models.patch", + "type": "string" }, - "type": { - "type": "string", - "description": "[Required] The field data type. Possible values include STRING, BYTES, INTEGER, INT64 (same as INTEGER), FLOAT, FLOAT64 (same as FLOAT), BOOLEAN, BOOL (same as BOOLEAN), TIMESTAMP, DATE, TIME, DATETIME, RECORD (where RECORD indicates that the field contains a nested schema) or STRUCT (same as RECORD)." - } - } - }, - "TableList": { - "id": "TableList", - "type": "object", - "properties": { "etag": { "type": "string", - "description": "A hash of this page of results." + "description": "Output only. A hash of this resource." }, - "kind": { - "type": "string", - "description": "The type of list.", - "default": "bigquery#tableList" + "creationTime": { + "description": "Output only. The time when this model was created, in millisecs since the\nepoch.", + "format": "int64", + "type": "string" }, - "nextPageToken": { - "type": "string", - "description": "A token to request the next page of results." + "location": { + "description": "Output only. The geographic location where the model resides. This value\nis inherited from the dataset.", + "type": "string" }, - "tables": { + "friendlyName": { + "description": "[Optional] A descriptive name for this model.\n@mutable bigquery.models.patch", + "type": "string" + }, + "lastModifiedTime": { + "description": "Output only. The time when this model was last modified, in millisecs\nsince the epoch.", + "format": "int64", + "type": "string" + }, + "labels": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "[Optional] The labels associated with this model. You can use these to\norganize and group your models. Label keys and values can be no longer\nthan 63 characters, can only contain lowercase letters, numeric\ncharacters, underscores and dashes. International characters are allowed.\nLabel values are optional. Label keys must start with a letter and each\nlabel in the list must have a different key.\n@mutable bigquery.models.patch" + } + }, + "id": "Model" + }, + "StandardSqlStructType": { + "type": "object", + "properties": { + "fields": { "type": "array", - "description": "Tables in the requested dataset.", "items": { - "type": "object", - "properties": { - "creationTime": { - "type": "string", - "description": "The time when this table was created, in milliseconds since the epoch.", - "format": "int64" - }, - "expirationTime": { - "type": "string", - "description": "[Optional] The time when this table expires, in milliseconds since the epoch. If not present, the table will persist indefinitely. Expired tables will be deleted and their storage reclaimed.", - "format": "int64" - }, - "friendlyName": { - "type": "string", - "description": "The user-friendly name for this table." - }, - "id": { - "type": "string", - "description": "An opaque ID of the table" - }, - "kind": { - "type": "string", - "description": "The resource type.", - "default": "bigquery#table" - }, - "labels": { - "type": "object", - "description": "The labels associated with this table. You can use these to organize and group your tables.", - "additionalProperties": { - "type": "string" - } - }, - "tableReference": { - "$ref": "TableReference", - "description": "A reference uniquely identifying the table." - }, - "timePartitioning": { - "$ref": "TimePartitioning", - "description": "The time-based partitioning for this table." - }, - "type": { - "type": "string", - "description": "The type of table. Possible values are: TABLE, VIEW." - }, - "view": { - "type": "object", - "description": "Additional details for a view.", - "properties": { - "useLegacySql": { - "type": "boolean", - "description": "True if view is defined in legacy SQL dialect, false if in standard SQL." - } - } - } - } + "$ref": "StandardSqlField" } - }, - "totalItems": { - "type": "integer", - "description": "The total number of tables in the dataset.", - "format": "int32" } - } + }, + "id": "StandardSqlStructType" }, - "TableReference": { - "id": "TableReference", + "StandardSqlDataType": { + "id": "StandardSqlDataType", + "description": "The type of a variable, e.g., a function argument.\nExamples:\nINT64: {type_kind=\"INT64\"}\nARRAY\u003cSTRING\u003e: {type_kind=\"ARRAY\", array_element_type=\"STRING\"}\nSTRUCT\u003cx STRING, y ARRAY\u003cDATE\u003e\u003e:\n {type_kind=\"STRUCT\",\n struct_type={fields=[\n {name=\"x\", type={type_kind=\"STRING\"}},\n {name=\"y\", type={type_kind=\"ARRAY\", array_element_type=\"DATE\"}}\n ]}}", "type": "object", "properties": { - "datasetId": { - "type": "string", - "description": "[Required] The ID of the dataset containing this table.", - "annotations": { - "required": [ - "bigquery.tables.update" - ] - } + "typeKind": { + "enumDescriptions": [ + "Invalid type.", + "Encoded as a string in decimal format.", + "Encoded as a boolean \"false\" or \"true\".", + "Encoded as a number, or string \"NaN\", \"Infinity\" or \"-Infinity\".", + "Encoded as a string value.", + "Encoded as a base64 string per RFC 4648, section 4.", + "Encoded as an RFC 3339 timestamp with mandatory \"Z\" time zone string:\n1985-04-12T23:20:50.52Z", + "Encoded as RFC 3339 full-date format string: 1985-04-12", + "Encoded as RFC 3339 partial-time format string: 23:20:50.52", + "Encoded as RFC 3339 full-date \"T\" partial-time: 1985-04-12T23:20:50.52", + "Encoded as WKT", + "Encoded as a decimal string.", + "Encoded as a list with types matching Type.array_type.", + "Encoded as a list with fields of type Type.struct_type[i]. List is used\nbecause a JSON object cannot have duplicate field names." + ], + "enum": [ + "TYPE_KIND_UNSPECIFIED", + "INT64", + "BOOL", + "FLOAT64", + "STRING", + "BYTES", + "TIMESTAMP", + "DATE", + "TIME", + "DATETIME", + "GEOGRAPHY", + "NUMERIC", + "ARRAY", + "STRUCT" + ], + "description": "Required. The top level type of this field.\nCan be any standard SQL data type (e.g., \"INT64\", \"DATE\", \"ARRAY\").", + "type": "string" }, - "projectId": { - "type": "string", - "description": "[Required] The ID of the project containing this table.", - "annotations": { - "required": [ - "bigquery.tables.update" - ] - } + "structType": { + "$ref": "StandardSqlStructType", + "description": "The fields of this struct, in order, if type_kind = \"STRUCT\"." }, - "tableId": { - "type": "string", - "description": "[Required] The ID of the table. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.", - "annotations": { - "required": [ - "bigquery.tables.update" - ] - } + "arrayElementType": { + "$ref": "StandardSqlDataType", + "description": "The type of the array's elements, if type_kind = \"ARRAY\"." } } }, - "TableRow": { - "id": "TableRow", + "JobStatistics4": { "type": "object", "properties": { - "f": { + "destinationUriFileCounts": { + "description": "[Output-only] Number of files per destination URI or URI pattern specified in the extract configuration. These values will be in the same order as the URIs specified in the 'destinationUris' field.", "type": "array", - "description": "Represents a single row in the result set, consisting of one or more fields.", "items": { - "$ref": "TableCell" + "format": "int64", + "type": "string" } + }, + "inputBytes": { + "description": "[Output-only] Number of user bytes extracted into the result. This is the byte count as computed by BigQuery for billing purposes.", + "format": "int64", + "type": "string" } - } + }, + "id": "JobStatistics4" }, - "TableSchema": { - "id": "TableSchema", + "ModelReference": { "type": "object", "properties": { - "fields": { + "projectId": { + "description": "[Required] The ID of the project containing this model.", + "type": "string" + }, + "datasetId": { + "description": "[Required] The ID of the dataset containing this model.", + "type": "string" + }, + "modelId": { + "description": "[Required] The ID of the model. The ID must contain only\nletters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum\nlength is 1,024 characters.", + "type": "string" + } + }, + "id": "ModelReference", + "description": "Id path of a model." + }, + "CsvOptions": { + "type": "object", + "properties": { + "quote": { + "pattern": ".?", + "description": "[Optional] The value that is used to quote data sections in a CSV file. BigQuery converts the string to ISO-8859-1 encoding, and then uses the first byte of the encoded string to split the data in its raw, binary state. The default value is a double-quote ('\"'). If your data does not contain quoted sections, set the property value to an empty string. If your data contains quoted newline characters, you must also set the allowQuotedNewlines property to true.", + "type": "string", + "default": "\"" + }, + "skipLeadingRows": { + "description": "[Optional] The number of rows at the top of a CSV file that BigQuery will skip when reading the data. The default value is 0. This property is useful if you have header rows in the file that should be skipped.", + "format": "int64", + "type": "string" + }, + "allowJaggedRows": { + "description": "[Optional] Indicates if BigQuery should accept rows that are missing trailing optional columns. If true, BigQuery treats missing trailing columns as null values. If false, records with missing trailing columns are treated as bad records, and if there are too many bad records, an invalid error is returned in the job result. The default value is false.", + "type": "boolean" + }, + "fieldDelimiter": { + "type": "string", + "description": "[Optional] The separator for fields in a CSV file. BigQuery converts the string to ISO-8859-1 encoding, and then uses the first byte of the encoded string to split the data in its raw, binary state. BigQuery also supports the escape sequence \"\\t\" to specify a tab separator. The default value is a comma (',')." + }, + "encoding": { + "description": "[Optional] The character encoding of the data. The supported values are UTF-8 or ISO-8859-1. The default value is UTF-8. BigQuery decodes the data after the raw, binary data has been split using the values of the quote and fieldDelimiter properties.", + "type": "string" + }, + "allowQuotedNewlines": { + "type": "boolean", + "description": "[Optional] Indicates if BigQuery should allow quoted data sections that contain newline characters in a CSV file. The default value is false." + } + }, + "id": "CsvOptions" + }, + "JobConfigurationExtract": { + "type": "object", + "properties": { + "destinationFormat": { + "type": "string", + "description": "[Optional] The exported file format. Possible values include CSV, NEWLINE_DELIMITED_JSON and AVRO. The default value is CSV. Tables with nested or repeated fields cannot be exported as CSV." + }, + "sourceTable": { + "$ref": "TableReference", + "description": "[Required] A reference to the table being exported." + }, + "destinationUri": { + "description": "[Pick one] DEPRECATED: Use destinationUris instead, passing only one URI as necessary. The fully-qualified Google Cloud Storage URI where the extracted table should be written.", + "type": "string" + }, + "fieldDelimiter": { + "description": "[Optional] Delimiter to use between fields in the exported data. Default is ','", + "type": "string" + }, + "printHeader": { + "description": "[Optional] Whether to print out a header row in the results. Default is true.", + "type": "boolean", + "default": "true" + }, + "compression": { + "description": "[Optional] The compression type to use for exported files. Possible values include GZIP, DEFLATE, SNAPPY, and NONE. The default value is NONE. DEFLATE and SNAPPY are only supported for Avro.", + "type": "string" + }, + "destinationUris": { "type": "array", - "description": "Describes the fields in a table.", "items": { - "$ref": "TableFieldSchema" + "type": "string" + }, + "description": "[Pick one] A list of fully-qualified Google Cloud Storage URIs where the extracted table should be written." + } + }, + "id": "JobConfigurationExtract" + }, + "JobReference": { + "type": "object", + "properties": { + "location": { + "description": "The geographic location of the job. See details at https://cloud.google.com/bigquery/docs/locations#specifying_your_location.", + "type": "string" + }, + "jobId": { + "type": "string", + "description": "[Required] The ID of the job. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-). The maximum length is 1,024 characters.", + "annotations": { + "required": [ + "bigquery.jobs.getQueryResults" + ] } + }, + "projectId": { + "description": "[Required] The ID of the project containing this job.", + "annotations": { + "required": [ + "bigquery.jobs.getQueryResults" + ] + }, + "type": "string" } - } + }, + "id": "JobReference" }, - "TimePartitioning": { - "id": "TimePartitioning", + "JobConfigurationQuery": { "type": "object", "properties": { - "expirationMs": { + "maximumBillingTier": { + "type": "integer", + "default": "1", + "description": "[Optional] Limits the billing tier for this job. Queries that have resource usage beyond this tier will fail (without incurring a charge). If unspecified, this will be set to your project default.", + "format": "int32" + }, + "preserveNulls": { + "type": "boolean", + "description": "[Deprecated] This property is deprecated." + }, + "timePartitioning": { + "$ref": "TimePartitioning", + "description": "Time-based partitioning specification for the destination table. Only one of timePartitioning and rangePartitioning should be specified." + }, + "writeDisposition": { "type": "string", - "description": "[Optional] Number of milliseconds for which to keep the storage for a partition.", - "format": "int64" + "description": "[Optional] Specifies the action that occurs if the destination table already exists. The following values are supported: WRITE_TRUNCATE: If the table already exists, BigQuery overwrites the table data and uses the schema from the query result. WRITE_APPEND: If the table already exists, BigQuery appends the data to the table. WRITE_EMPTY: If the table already exists and contains data, a 'duplicate' error is returned in the job result. The default value is WRITE_EMPTY. Each action is atomic and only occurs if BigQuery is able to complete the job successfully. Creation, truncation and append actions occur as one atomic update upon job completion." }, - "field": { + "query": { + "description": "[Required] SQL query text to execute. The useLegacySql field can be used to indicate whether the query uses legacy SQL or standard SQL.", + "type": "string" + }, + "userDefinedFunctionResources": { + "description": "Describes user-defined function resources used in the query.", + "type": "array", + "items": { + "$ref": "UserDefinedFunctionResource" + } + }, + "destinationTable": { + "$ref": "TableReference", + "description": "[Optional] Describes the table where the query results should be stored. If not present, a new table will be created to store the results. This property must be set for large results that exceed the maximum response size." + }, + "queryParameters": { + "description": "Query parameters for standard SQL queries.", + "type": "array", + "items": { + "$ref": "QueryParameter" + } + }, + "useLegacySql": { + "type": "boolean", + "default": "true", + "description": "Specifies whether to use BigQuery's legacy SQL dialect for this query. The default value is true. If set to false, the query will use BigQuery's standard SQL: https://cloud.google.com/bigquery/sql-reference/ When useLegacySql is set to false, the value of flattenResults is ignored; query will be run as if flattenResults is false." + }, + "clustering": { + "$ref": "Clustering", + "description": "[Beta] Clustering specification for the destination table. Must be specified with time-based partitioning, data in the table will be first partitioned and subsequently clustered." + }, + "destinationEncryptionConfiguration": { + "$ref": "EncryptionConfiguration", + "description": "Custom encryption configuration (e.g., Cloud KMS keys)." + }, + "createDisposition": { + "description": "[Optional] Specifies whether the job is allowed to create new tables. The following values are supported: CREATE_IF_NEEDED: If the table does not exist, BigQuery creates the table. CREATE_NEVER: The table must already exist. If it does not, a 'notFound' error is returned in the job result. The default value is CREATE_IF_NEEDED. Creation, truncation and append actions occur as one atomic update upon job completion.", + "type": "string" + }, + "maximumBytesBilled": { + "description": "[Optional] Limits the bytes billed for this job. Queries that will have bytes billed beyond this limit will fail (without incurring a charge). If unspecified, this will be set to your project default.", + "format": "int64", + "type": "string" + }, + "schemaUpdateOptions": { + "description": "Allows the schema of the destination table to be updated as a side effect of the query job. Schema update options are supported in two cases: when writeDisposition is WRITE_APPEND; when writeDisposition is WRITE_TRUNCATE and the destination table is a partition of a table, specified by partition decorators. For normal tables, WRITE_TRUNCATE will always overwrite the schema. One or more of the following values are specified: ALLOW_FIELD_ADDITION: allow adding a nullable field to the schema. ALLOW_FIELD_RELAXATION: allow relaxing a required field in the original schema to nullable.", + "type": "array", + "items": { + "type": "string" + } + }, + "priority": { + "description": "[Optional] Specifies a priority for the query. Possible values include INTERACTIVE and BATCH. The default value is INTERACTIVE.", + "type": "string" + }, + "allowLargeResults": { + "type": "boolean", + "default": "false", + "description": "[Optional] If true and query uses legacy SQL dialect, allows the query to produce arbitrarily large result tables at a slight cost in performance. Requires destinationTable to be set. For standard SQL queries, this flag is ignored and large results are always allowed. However, you must still set destinationTable when result size exceeds the allowed maximum response size." + }, + "rangePartitioning": { + "$ref": "RangePartitioning", + "description": "[TrustedTester] Range partitioning specification for this table. Only one of timePartitioning and rangePartitioning should be specified." + }, + "parameterMode": { "type": "string", - "description": "[Experimental] [Optional] If not set, the table is partitioned by pseudo column '_PARTITIONTIME'; if set, the table is partitioned by this field. The field must be a top-level TIMESTAMP or DATE field. Its mode must be NULLABLE or REQUIRED." + "description": "Standard SQL only. Set to POSITIONAL to use positional (?) query parameters or to NAMED to use named (@myparam) query parameters in this query." }, - "requirePartitionFilter": { + "useQueryCache": { + "description": "[Optional] Whether to look for the result in the query cache. The query cache is a best-effort cache that will be flushed whenever tables in the query are modified. Moreover, the query cache is only available when a query does not have a destination table specified. The default value is true.", + "type": "boolean", + "default": "true" + }, + "flattenResults": { + "description": "[Optional] If true and query uses legacy SQL dialect, flattens all nested and repeated fields in the query results. allowLargeResults must be true if this is set to false. For standard SQL queries, this flag is ignored and results are never flattened.", "type": "boolean", - "description": "[Experimental] [Optional] If set to true, queries over this table require a partition filter that can be used for partition elimination to be specified.", - "default": "false" + "default": "true" + }, + "tableDefinitions": { + "additionalProperties": { + "$ref": "ExternalDataConfiguration" + }, + "description": "[Optional] If querying an external data source outside of BigQuery, describes the data format, location and other properties of the data source. By defining these properties, the data source can then be queried as if it were a standard BigQuery table.", + "type": "object" + }, + "defaultDataset": { + "$ref": "DatasetReference", + "description": "[Optional] Specifies the default dataset to use for unqualified table names in the query. Note that this does not alter behavior of unqualified dataset names." + } + }, + "id": "JobConfigurationQuery" + }, + "ClusterInfo": { + "description": "Information about a single cluster for clustering model.", + "type": "object", + "properties": { + "centroidId": { + "description": "Centroid id.", + "format": "int64", + "type": "string" + }, + "clusterRadius": { + "type": "number", + "description": "Cluster radius, the average distance from centroid\nto each point assigned to the cluster.", + "format": "double" + }, + "clusterSize": { + "description": "Cluster size, the total number of points assigned to the cluster.", + "format": "int64", + "type": "string" + } + }, + "id": "ClusterInfo" + }, + "QueryParameterType": { + "type": "object", + "properties": { + "arrayType": { + "$ref": "QueryParameterType", + "description": "[Optional] The type of the array's elements, if this is an array." }, "type": { - "type": "string", - "description": "[Required] The only type supported is DAY, which will generate one partition per day." + "description": "[Required] The top level type of this field.", + "type": "string" + }, + "structTypes": { + "description": "[Optional] The types of the fields of this struct, in order, if this is a struct.", + "type": "array", + "items": { + "type": "object", + "properties": { + "name": { + "description": "[Optional] The name of this field.", + "type": "string" + }, + "description": { + "description": "[Optional] Human-oriented description of the field.", + "type": "string" + }, + "type": { + "$ref": "QueryParameterType", + "description": "[Required] The type of this field." + } + } + } } - } + }, + "id": "QueryParameterType" }, - "UserDefinedFunctionResource": { - "id": "UserDefinedFunctionResource", + "TimePartitioning": { + "id": "TimePartitioning", "type": "object", "properties": { - "inlineCode": { - "type": "string", - "description": "[Pick one] An inline resource that contains code for a user-defined function (UDF). Providing a inline code resource is equivalent to providing a URI for a file containing the same code." + "expirationMs": { + "description": "[Optional] Number of milliseconds for which to keep the storage for partitions in the table. The storage in a partition will have an expiration time of its partition time plus this value.", + "format": "int64", + "type": "string" }, - "resourceUri": { - "type": "string", - "description": "[Pick one] A code resource to load from a Google Cloud Storage URI (gs://bucket/path)." + "type": { + "description": "[Required] The only type supported is DAY, which will generate one partition per day.", + "type": "string" + }, + "requirePartitionFilter": { + "type": "boolean" + }, + "field": { + "description": "[Beta] [Optional] If not set, the table is partitioned by pseudo column, referenced via either '_PARTITIONTIME' as TIMESTAMP type, or '_PARTITIONDATE' as DATE type. If field is specified, the table is instead partitioned by this field. The field must be a top-level TIMESTAMP or DATE field. Its mode must be NULLABLE or REQUIRED.", + "type": "string" } } }, @@ -2175,932 +3168,1207 @@ "id": "ViewDefinition", "type": "object", "properties": { - "query": { - "type": "string", - "description": "[Required] A query that BigQuery executes when the view is referenced." - }, "useLegacySql": { "type": "boolean", "description": "Specifies whether to use BigQuery's legacy SQL for this view. The default value is true. If set to false, the view will use BigQuery's standard SQL: https://cloud.google.com/bigquery/sql-reference/ Queries and views that reference this view must use the same flag value." }, + "query": { + "description": "[Required] A query that BigQuery executes when the view is referenced.", + "type": "string" + }, "userDefinedFunctionResources": { - "type": "array", "description": "Describes user-defined function resources used in the query.", + "type": "array", "items": { "$ref": "UserDefinedFunctionResource" } } } - } - }, - "resources": { - "datasets": { - "methods": { - "delete": { - "id": "bigquery.datasets.delete", - "path": "projects/{projectId}/datasets/{datasetId}", - "httpMethod": "DELETE", - "description": "Deletes the dataset specified by the datasetId value. Before you can delete a dataset, you must delete all its tables, either manually or by specifying deleteContents. Immediately after deletion, you can create another dataset with the same name.", - "parameters": { - "datasetId": { - "type": "string", - "description": "Dataset ID of dataset being deleted", - "required": true, - "location": "path" - }, - "deleteContents": { - "type": "boolean", - "description": "If True, delete all the tables in the dataset. If False and the dataset contains tables, the request will fail. Default is False", - "location": "query" - }, - "projectId": { - "type": "string", - "description": "Project ID of the dataset being deleted", - "required": true, - "location": "path" - } - }, - "parameterOrder": [ - "projectId", - "datasetId" - ], - "scopes": [ - "https://www.googleapis.com/auth/bigquery", - "https://www.googleapis.com/auth/cloud-platform" - ] + }, + "BigQueryModelTraining": { + "type": "object", + "properties": { + "expectedTotalIterations": { + "description": "[Output-only, Beta] Expected number of iterations for the create model query job specified as num_iterations in the input query. The actual total number of iterations may be less than this number due to early stop.", + "format": "int64", + "type": "string" }, - "get": { - "id": "bigquery.datasets.get", - "path": "projects/{projectId}/datasets/{datasetId}", - "httpMethod": "GET", - "description": "Returns the dataset specified by datasetID.", - "parameters": { - "datasetId": { - "type": "string", - "description": "Dataset ID of the requested dataset", - "required": true, - "location": "path" - }, - "projectId": { - "type": "string", - "description": "Project ID of the requested dataset", - "required": true, - "location": "path" - } - }, - "parameterOrder": [ - "projectId", - "datasetId" - ], - "response": { - "$ref": "Dataset" - }, - "scopes": [ - "https://www.googleapis.com/auth/bigquery", - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" - ] + "currentIteration": { + "type": "integer", + "description": "[Output-only, Beta] Index of current ML training iteration. Updated during create model query job to show job progress.", + "format": "int32" + } + }, + "id": "BigQueryModelTraining" + }, + "JobStatistics": { + "id": "JobStatistics", + "type": "object", + "properties": { + "creationTime": { + "description": "[Output-only] Creation time of this job, in milliseconds since the epoch. This field will be present on all jobs.", + "format": "int64", + "type": "string" }, - "insert": { - "id": "bigquery.datasets.insert", - "path": "projects/{projectId}/datasets", - "httpMethod": "POST", - "description": "Creates a new empty dataset.", - "parameters": { - "projectId": { - "type": "string", - "description": "Project ID of the new dataset", - "required": true, - "location": "path" + "reservationUsage": { + "type": "array", + "items": { + "type": "object", + "properties": { + "slotMs": { + "description": "[Output-only] Slot-milliseconds the job spent in the given reservation.", + "format": "int64", + "type": "string" + }, + "name": { + "description": "[Output-only] Reservation name or \"unreserved\" for on-demand resources usage.", + "type": "string" + } } }, - "parameterOrder": [ - "projectId" - ], - "request": { - "$ref": "Dataset" - }, - "response": { - "$ref": "Dataset" - }, - "scopes": [ - "https://www.googleapis.com/auth/bigquery", - "https://www.googleapis.com/auth/cloud-platform" - ] + "description": "[Output-only] Job resource usage breakdown by reservation." }, - "list": { - "id": "bigquery.datasets.list", - "path": "projects/{projectId}/datasets", - "httpMethod": "GET", - "description": "Lists all datasets in the specified project to which you have been granted the READER dataset role.", - "parameters": { - "all": { - "type": "boolean", - "description": "Whether to list all datasets, including hidden ones", - "location": "query" - }, - "filter": { - "type": "string", - "description": "An expression for filtering the results of the request by label. The syntax is \"labels.[:]\". Multiple filters can be ANDed together by connecting with a space. Example: \"labels.department:receiving labels.active\". See Filtering datasets using labels for details.", - "location": "query" - }, - "maxResults": { - "type": "integer", - "description": "The maximum number of results to return", - "format": "uint32", - "location": "query" - }, - "pageToken": { - "type": "string", - "description": "Page token, returned by a previous call, to request the next page of results", - "location": "query" - }, - "projectId": { - "type": "string", - "description": "Project ID of the datasets to be listed", - "required": true, - "location": "path" - } - }, - "parameterOrder": [ - "projectId" - ], - "response": { - "$ref": "DatasetList" - }, - "scopes": [ - "https://www.googleapis.com/auth/bigquery", - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" - ] + "load": { + "description": "[Output-only] Statistics for a load job.", + "$ref": "JobStatistics3" }, - "patch": { - "id": "bigquery.datasets.patch", - "path": "projects/{projectId}/datasets/{datasetId}", - "httpMethod": "PATCH", - "description": "Updates information in an existing dataset. The update method replaces the entire dataset resource, whereas the patch method only replaces fields that are provided in the submitted dataset resource. This method supports patch semantics.", - "parameters": { - "datasetId": { - "type": "string", - "description": "Dataset ID of the dataset being updated", - "required": true, - "location": "path" - }, - "projectId": { - "type": "string", - "description": "Project ID of the dataset being updated", - "required": true, - "location": "path" - } - }, - "parameterOrder": [ - "projectId", - "datasetId" - ], - "request": { - "$ref": "Dataset" - }, - "response": { - "$ref": "Dataset" - }, - "scopes": [ - "https://www.googleapis.com/auth/bigquery", - "https://www.googleapis.com/auth/cloud-platform" - ] + "extract": { + "$ref": "JobStatistics4", + "description": "[Output-only] Statistics for an extract job." }, - "update": { - "id": "bigquery.datasets.update", - "path": "projects/{projectId}/datasets/{datasetId}", - "httpMethod": "PUT", - "description": "Updates information in an existing dataset. The update method replaces the entire dataset resource, whereas the patch method only replaces fields that are provided in the submitted dataset resource.", - "parameters": { - "datasetId": { - "type": "string", - "description": "Dataset ID of the dataset being updated", - "required": true, - "location": "path" - }, - "projectId": { - "type": "string", - "description": "Project ID of the dataset being updated", - "required": true, - "location": "path" - } - }, - "parameterOrder": [ - "projectId", - "datasetId" - ], - "request": { - "$ref": "Dataset" - }, - "response": { - "$ref": "Dataset" - }, - "scopes": [ - "https://www.googleapis.com/auth/bigquery", - "https://www.googleapis.com/auth/cloud-platform" - ] + "endTime": { + "description": "[Output-only] End time of this job, in milliseconds since the epoch. This field will be present whenever a job is in the DONE state.", + "format": "int64", + "type": "string" + }, + "completionRatio": { + "description": "[TrustedTester] [Output-only] Job progress (0.0 -\u003e 1.0) for LOAD and EXTRACT jobs.", + "format": "double", + "type": "number" + }, + "startTime": { + "description": "[Output-only] Start time of this job, in milliseconds since the epoch. This field will be present when the job transitions from the PENDING state to either RUNNING or DONE.", + "format": "int64", + "type": "string" + }, + "query": { + "$ref": "JobStatistics2", + "description": "[Output-only] Statistics for a query job." + }, + "totalBytesProcessed": { + "type": "string", + "description": "[Output-only] [Deprecated] Use the bytes processed in the query statistics instead.", + "format": "int64" + }, + "numChildJobs": { + "description": "[Output-only] Number of child jobs executed.", + "format": "int64", + "type": "string" + }, + "totalSlotMs": { + "description": "[Output-only] Slot-milliseconds for the job.", + "format": "int64", + "type": "string" + }, + "parentJobId": { + "description": "[Output-only] If this is a child job, the id of the parent.", + "type": "string" + }, + "quotaDeferments": { + "description": "[Output-only] Quotas which delayed this job's start time.", + "type": "array", + "items": { + "type": "string" + } } } }, - "jobs": { - "methods": { - "cancel": { - "id": "bigquery.jobs.cancel", - "path": "projects/{projectId}/jobs/{jobId}/cancel", - "httpMethod": "POST", - "description": "Requests that a job be cancelled. This call will return immediately, and the client will need to poll for the job status to see if the cancel completed successfully. Cancelled jobs may still incur costs.", - "parameters": { - "jobId": { - "type": "string", - "description": "[Required] Job ID of the job to cancel", - "required": true, - "location": "path" - }, - "location": { - "type": "string", - "description": "[Experimental] The geographic location of the job. Required except for US and EU.", - "location": "query" - }, - "projectId": { - "type": "string", - "description": "[Required] Project ID of the job to cancel", - "required": true, - "location": "path" - } - }, - "parameterOrder": [ - "projectId", - "jobId" - ], - "response": { - "$ref": "JobCancelResponse" + "LocationMetadata": { + "description": "BigQuery-specific metadata about a location. This will be set on\ngoogle.cloud.location.Location.metadata in Cloud Location API\nresponses.", + "type": "object", + "properties": { + "legacyLocationId": { + "type": "string", + "description": "The legacy BigQuery location ID, e.g. “EU” for the “europe” location.\nThis is for any API consumers that need the legacy “US” and “EU” locations." + } + }, + "id": "LocationMetadata" + }, + "Row": { + "description": "A single row in the confusion matrix.", + "type": "object", + "properties": { + "actualLabel": { + "description": "The original label of this row.", + "type": "string" + }, + "entries": { + "type": "array", + "items": { + "$ref": "Entry" }, - "scopes": [ - "https://www.googleapis.com/auth/bigquery", - "https://www.googleapis.com/auth/cloud-platform" - ] + "description": "Info describing predicted label distribution." + } + }, + "id": "Row" + }, + "ProjectList": { + "id": "ProjectList", + "type": "object", + "properties": { + "projects": { + "description": "Projects to which you have at least READ access.", + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "description": "An opaque ID of this project.", + "type": "string" + }, + "projectReference": { + "$ref": "ProjectReference", + "description": "A unique reference to this project." + }, + "friendlyName": { + "description": "A descriptive name for this project.", + "type": "string" + }, + "numericId": { + "description": "The numeric ID of this project.", + "format": "uint64", + "type": "string" + }, + "kind": { + "type": "string", + "default": "bigquery#project", + "description": "The resource type." + } + } + } }, - "get": { - "id": "bigquery.jobs.get", - "path": "projects/{projectId}/jobs/{jobId}", - "httpMethod": "GET", - "description": "Returns information about a specific job. Job information is available for a six month period after creation. Requires that you're the person who ran the job, or have the Is Owner project role.", - "parameters": { - "jobId": { - "type": "string", - "description": "[Required] Job ID of the requested job", - "required": true, - "location": "path" - }, - "location": { - "type": "string", - "description": "[Experimental] The geographic location of the job. Required except for US and EU.", - "location": "query" - }, - "projectId": { - "type": "string", - "description": "[Required] Project ID of the requested job", - "required": true, - "location": "path" + "nextPageToken": { + "description": "A token to request the next page of results.", + "type": "string" + }, + "totalItems": { + "type": "integer", + "description": "The total number of projects in the list.", + "format": "int32" + }, + "kind": { + "description": "The type of list.", + "type": "string", + "default": "bigquery#projectList" + }, + "etag": { + "description": "A hash of the page of results", + "type": "string" + } + } + }, + "RegressionMetrics": { + "id": "RegressionMetrics", + "description": "Evaluation metrics for regression models.", + "type": "object", + "properties": { + "meanSquaredError": { + "type": "number", + "description": "Mean squared error.", + "format": "double" + }, + "rSquared": { + "description": "R^2 score.", + "format": "double", + "type": "number" + }, + "medianAbsoluteError": { + "type": "number", + "description": "Median absolute error.", + "format": "double" + }, + "meanSquaredLogError": { + "description": "Mean squared log error.", + "format": "double", + "type": "number" + }, + "meanAbsoluteError": { + "description": "Mean absolute error.", + "format": "double", + "type": "number" + } + } + }, + "JsonValue": { + "id": "JsonValue", + "type": "any" + }, + "RoutineReference": { + "type": "object", + "properties": { + "datasetId": { + "description": "[Required] The ID of the dataset containing this routine.", + "type": "string" + }, + "routineId": { + "type": "string", + "description": "[Required] The ID of the routine. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters." + }, + "projectId": { + "description": "[Required] The ID of the project containing this routine.", + "type": "string" + } + }, + "id": "RoutineReference" + }, + "GetQueryResultsResponse": { + "type": "object", + "properties": { + "totalBytesProcessed": { + "type": "string", + "description": "The total number of bytes processed for this query.", + "format": "int64" + }, + "numDmlAffectedRows": { + "description": "[Output-only] The number of rows affected by a DML statement. Present only for DML statements INSERT, UPDATE or DELETE.", + "format": "int64", + "type": "string" + }, + "jobComplete": { + "type": "boolean", + "description": "Whether the query has completed or not. If rows or totalRows are present, this will always be true. If this is false, totalRows will not be available." + }, + "totalRows": { + "description": "The total number of rows in the complete query result set, which can be more than the number of rows in this single page of results. Present only when the query completes successfully.", + "format": "uint64", + "type": "string" + }, + "rows": { + "description": "An object with as many results as can be contained within the maximum permitted reply size. To get any additional rows, you can call GetQueryResults and specify the jobReference returned above. Present only when the query completes successfully.", + "type": "array", + "items": { + "$ref": "TableRow" + } + }, + "pageToken": { + "description": "A token used for paging results.", + "type": "string" + }, + "kind": { + "description": "The resource type of the response.", + "type": "string", + "default": "bigquery#getQueryResultsResponse" + }, + "etag": { + "type": "string", + "description": "A hash of this response." + }, + "jobReference": { + "description": "Reference to the BigQuery Job that was created to run the query. This field will be present even if the original request timed out, in which case GetQueryResults can be used to read the results once the query has completed. Since this API only returns the first page of results, subsequent pages can be fetched via the same mechanism (GetQueryResults).", + "$ref": "JobReference" + }, + "cacheHit": { + "description": "Whether the query result was fetched from the query cache.", + "type": "boolean" + }, + "schema": { + "$ref": "TableSchema", + "description": "The schema of the results. Present only when the query completes successfully." + }, + "errors": { + "description": "[Output-only] The first errors or warnings encountered during the running of the job. The final message includes the number of errors that caused the process to stop. Errors here do not necessarily mean that the job has completed or was unsuccessful.", + "type": "array", + "items": { + "$ref": "ErrorProto" + } + } + }, + "id": "GetQueryResultsResponse" + }, + "JobList": { + "type": "object", + "properties": { + "kind": { + "type": "string", + "default": "bigquery#jobList", + "description": "The resource type of the response." + }, + "etag": { + "description": "A hash of this page of results.", + "type": "string" + }, + "jobs": { + "description": "List of jobs that were requested.", + "type": "array", + "items": { + "type": "object", + "properties": { + "configuration": { + "$ref": "JobConfiguration", + "description": "[Full-projection-only] Specifies the job configuration." + }, + "user_email": { + "description": "[Full-projection-only] Email address of the user who ran the job.", + "type": "string" + }, + "kind": { + "description": "The resource type.", + "type": "string", + "default": "bigquery#job" + }, + "errorResult": { + "description": "A result object that will be present only if the job has failed.", + "$ref": "ErrorProto" + }, + "jobReference": { + "$ref": "JobReference", + "description": "Job reference uniquely identifying the job." + }, + "status": { + "$ref": "JobStatus", + "description": "[Full-projection-only] Describes the state of the job." + }, + "state": { + "description": "Running state of the job. When the state is DONE, errorResult can be checked to determine whether the job succeeded or failed.", + "type": "string" + }, + "statistics": { + "$ref": "JobStatistics", + "description": "[Output-only] Information about the job, including starting time and ending time of the job." + }, + "id": { + "description": "Unique opaque ID of the job.", + "type": "string" + } } - }, - "parameterOrder": [ - "projectId", - "jobId" - ], - "response": { - "$ref": "Job" - }, - "scopes": [ - "https://www.googleapis.com/auth/bigquery", - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" - ] + } }, - "getQueryResults": { - "id": "bigquery.jobs.getQueryResults", - "path": "projects/{projectId}/queries/{jobId}", - "httpMethod": "GET", - "description": "Retrieves the results of a query job.", - "parameters": { - "jobId": { - "type": "string", - "description": "[Required] Job ID of the query job", - "required": true, - "location": "path" - }, - "location": { - "type": "string", - "description": "[Experimental] The geographic location where the job should run. Required except for US and EU.", - "location": "query" - }, - "maxResults": { - "type": "integer", - "description": "Maximum number of results to read", - "format": "uint32", - "location": "query" - }, - "pageToken": { - "type": "string", - "description": "Page token, returned by a previous call, to request the next page of results", - "location": "query" - }, - "projectId": { - "type": "string", - "description": "[Required] Project ID of the query job", - "required": true, - "location": "path" - }, - "startIndex": { - "type": "string", - "description": "Zero-based index of the starting row", - "format": "uint64", - "location": "query" - }, - "timeoutMs": { - "type": "integer", - "description": "How long to wait for the query to complete, in milliseconds, before returning. Default is 10 seconds. If the timeout passes before the job completes, the 'jobComplete' field in the response will be false", - "format": "uint32", - "location": "query" + "nextPageToken": { + "description": "A token to request the next page of results.", + "type": "string" + } + }, + "id": "JobList" + }, + "IterationResult": { + "type": "object", + "properties": { + "evalLoss": { + "description": "Loss computed on the eval data at the end of iteration.", + "format": "double", + "type": "number" + }, + "index": { + "description": "Index of the iteration, 0 based.", + "format": "int32", + "type": "integer" + }, + "learnRate": { + "description": "Learn rate used for this iteration.", + "format": "double", + "type": "number" + }, + "durationMs": { + "type": "string", + "description": "Time taken to run the iteration in milliseconds.", + "format": "int64" + }, + "clusterInfos": { + "description": "[Beta] Information about top clusters for clustering models.", + "type": "array", + "items": { + "$ref": "ClusterInfo" + } + }, + "trainingLoss": { + "description": "Loss computed on the training data at the end of iteration.", + "format": "double", + "type": "number" + } + }, + "id": "IterationResult", + "description": "Information about a single iteration of the training run." + }, + "TableDataList": { + "type": "object", + "properties": { + "totalRows": { + "description": "The total number of rows in the complete table.", + "format": "int64", + "type": "string" + }, + "etag": { + "type": "string", + "description": "A hash of this page of results." + }, + "rows": { + "description": "Rows of results.", + "type": "array", + "items": { + "$ref": "TableRow" + } + }, + "pageToken": { + "type": "string", + "description": "A token used for paging results. Providing this token instead of the startIndex parameter can help you retrieve stable results when an underlying table is changing." + }, + "kind": { + "description": "The resource type of the response.", + "type": "string", + "default": "bigquery#tableDataList" + } + }, + "id": "TableDataList" + }, + "JobStatistics2": { + "type": "object", + "properties": { + "totalBytesProcessedAccuracy": { + "type": "string", + "description": "[Output-only] For dry-run jobs, totalBytesProcessed is an estimate and this field specifies the accuracy of the estimate. Possible values can be: UNKNOWN: accuracy of the estimate is unknown. PRECISE: estimate is precise. LOWER_BOUND: estimate is lower bound of what the query would cost. UPPER_BOUND: estimate is upper bound of what the query would cost." + }, + "totalBytesBilled": { + "description": "[Output-only] Total bytes billed for the job.", + "format": "int64", + "type": "string" + }, + "modelTraining": { + "$ref": "BigQueryModelTraining", + "description": "[Output-only, Beta] Information about create model query job progress." + }, + "timeline": { + "type": "array", + "items": { + "$ref": "QueryTimelineSample" + }, + "description": "[Output-only] [Beta] Describes a timeline of job execution." + }, + "cacheHit": { + "description": "[Output-only] Whether the query result was fetched from the query cache.", + "type": "boolean" + }, + "reservationUsage": { + "type": "array", + "items": { + "type": "object", + "properties": { + "name": { + "description": "[Output-only] Reservation name or \"unreserved\" for on-demand resources usage.", + "type": "string" + }, + "slotMs": { + "description": "[Output-only] Slot-milliseconds the job spent in the given reservation.", + "format": "int64", + "type": "string" + } } }, - "parameterOrder": [ - "projectId", - "jobId" - ], - "response": { - "$ref": "GetQueryResultsResponse" + "description": "[Output-only] Job resource usage breakdown by reservation." + }, + "undeclaredQueryParameters": { + "description": "Standard SQL only: list of undeclared query parameters detected during a dry run validation.", + "type": "array", + "items": { + "$ref": "QueryParameter" + } + }, + "queryPlan": { + "type": "array", + "items": { + "$ref": "ExplainQueryStage" }, - "scopes": [ - "https://www.googleapis.com/auth/bigquery", - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" - ] + "description": "[Output-only] Describes execution plan for the query." + }, + "ddlTargetRoutine": { + "description": "The DDL target routine. Present only for CREATE/DROP FUNCTION/PROCEDURE queries.", + "$ref": "RoutineReference" + }, + "ddlTargetTable": { + "$ref": "TableReference", + "description": "The DDL target table. Present only for CREATE/DROP TABLE/VIEW queries." + }, + "totalPartitionsProcessed": { + "type": "string", + "description": "[Output-only] Total number of partitions processed from all partitioned tables referenced in the job.", + "format": "int64" + }, + "schema": { + "$ref": "TableSchema", + "description": "[Output-only] The schema of the results. Present only for successful dry run of non-legacy SQL queries." + }, + "modelTrainingExpectedTotalIteration": { + "description": "[Output-only, Beta] Deprecated; do not use.", + "format": "int64", + "type": "string" + }, + "estimatedBytesProcessed": { + "description": "[Output-only] The original estimate of bytes processed for the job.", + "format": "int64", + "type": "string" + }, + "referencedTables": { + "description": "[Output-only] Referenced tables for the job. Queries that reference more than 50 tables will not have a complete list.", + "type": "array", + "items": { + "$ref": "TableReference" + } + }, + "modelTrainingCurrentIteration": { + "type": "integer", + "description": "[Output-only, Beta] Deprecated; do not use.", + "format": "int32" + }, + "numDmlAffectedRows": { + "description": "[Output-only] The number of rows affected by a DML statement. Present only for DML statements INSERT, UPDATE or DELETE.", + "format": "int64", + "type": "string" + }, + "totalBytesProcessed": { + "description": "[Output-only] Total bytes processed for the job.", + "format": "int64", + "type": "string" + }, + "statementType": { + "description": "The type of query statement, if valid. Possible values (new values might be added in the future): \"SELECT\": SELECT query. \"INSERT\": INSERT query; see https://cloud.google.com/bigquery/docs/reference/standard-sql/data-manipulation-language. \"UPDATE\": UPDATE query; see https://cloud.google.com/bigquery/docs/reference/standard-sql/data-manipulation-language. \"DELETE\": DELETE query; see https://cloud.google.com/bigquery/docs/reference/standard-sql/data-manipulation-language. \"MERGE\": MERGE query; see https://cloud.google.com/bigquery/docs/reference/standard-sql/data-manipulation-language. \"ALTER_TABLE\": ALTER TABLE query. \"ALTER_VIEW\": ALTER VIEW query. \"CREATE_FUNCTION\": CREATE FUNCTION query. \"CREATE_MODEL\": CREATE [OR REPLACE] MODEL ... AS SELECT ... . \"CREATE_PROCEDURE\": CREATE PROCEDURE query. \"CREATE_TABLE\": CREATE [OR REPLACE] TABLE without AS SELECT. \"CREATE_TABLE_AS_SELECT\": CREATE [OR REPLACE] TABLE ... AS SELECT ... . \"CREATE_VIEW\": CREATE [OR REPLACE] VIEW ... AS SELECT ... . \"DROP_FUNCTION\" : DROP FUNCTION query. \"DROP_PROCEDURE\": DROP PROCEDURE query. \"DROP_TABLE\": DROP TABLE query. \"DROP_VIEW\": DROP VIEW query.", + "type": "string" + }, + "totalSlotMs": { + "description": "[Output-only] Slot-milliseconds for the job.", + "format": "int64", + "type": "string" + }, + "ddlOperationPerformed": { + "description": "The DDL operation performed, possibly dependent on the pre-existence of the DDL target. Possible values (new values might be added in the future): \"CREATE\": The query created the DDL target. \"SKIP\": No-op. Example cases: the query is CREATE TABLE IF NOT EXISTS while the table already exists, or the query is DROP TABLE IF EXISTS while the table does not exist. \"REPLACE\": The query replaced the DDL target. Example case: the query is CREATE OR REPLACE TABLE, and the table already exists. \"DROP\": The query deleted the DDL target.", + "type": "string" + }, + "billingTier": { + "type": "integer", + "description": "[Output-only] Billing tier for the job.", + "format": "int32" + } + }, + "id": "JobStatistics2" + }, + "JobCancelResponse": { + "type": "object", + "properties": { + "job": { + "$ref": "Job", + "description": "The final state of the job." + }, + "kind": { + "type": "string", + "default": "bigquery#jobCancelResponse", + "description": "The resource type of the response." + } + }, + "id": "JobCancelResponse" + }, + "ProjectReference": { + "type": "object", + "properties": { + "projectId": { + "type": "string", + "description": "[Required] ID of the project. Can be either the numeric ID or the assigned ID of the project." + } + }, + "id": "ProjectReference" + }, + "QueryResponse": { + "type": "object", + "properties": { + "jobReference": { + "$ref": "JobReference", + "description": "Reference to the Job that was created to run the query. This field will be present even if the original request timed out, in which case GetQueryResults can be used to read the results once the query has completed. Since this API only returns the first page of results, subsequent pages can be fetched via the same mechanism (GetQueryResults)." + }, + "cacheHit": { + "description": "Whether the query result was fetched from the query cache.", + "type": "boolean" + }, + "schema": { + "description": "The schema of the results. Present only when the query completes successfully.", + "$ref": "TableSchema" + }, + "errors": { + "description": "[Output-only] The first errors or warnings encountered during the running of the job. The final message includes the number of errors that caused the process to stop. Errors here do not necessarily mean that the job has completed or was unsuccessful.", + "type": "array", + "items": { + "$ref": "ErrorProto" + } + }, + "rows": { + "type": "array", + "items": { + "$ref": "TableRow" + }, + "description": "An object with as many results as can be contained within the maximum permitted reply size. To get any additional rows, you can call GetQueryResults and specify the jobReference returned above." + }, + "pageToken": { + "description": "A token used for paging results.", + "type": "string" + }, + "kind": { + "description": "The resource type.", + "type": "string", + "default": "bigquery#queryResponse" + }, + "jobComplete": { + "description": "Whether the query has completed or not. If rows or totalRows are present, this will always be true. If this is false, totalRows will not be available.", + "type": "boolean" + }, + "totalRows": { + "description": "The total number of rows in the complete query result set, which can be more than the number of rows in this single page of results.", + "format": "uint64", + "type": "string" + }, + "totalBytesProcessed": { + "description": "The total number of bytes processed for this query. If this query was a dry run, this is the number of bytes that would be processed if the query were run.", + "format": "int64", + "type": "string" + }, + "numDmlAffectedRows": { + "description": "[Output-only] The number of rows affected by a DML statement. Present only for DML statements INSERT, UPDATE or DELETE.", + "format": "int64", + "type": "string" + } + }, + "id": "QueryResponse" + }, + "ExplainQueryStage": { + "type": "object", + "properties": { + "status": { + "description": "Current status for the stage.", + "type": "string" + }, + "name": { + "type": "string", + "description": "Human-readable name for stage." + }, + "computeRatioMax": { + "description": "Relative amount of time the slowest shard spent on CPU-bound tasks.", + "format": "double", + "type": "number" + }, + "steps": { + "description": "List of operations within the stage in dependency order (approximately chronological).", + "type": "array", + "items": { + "$ref": "ExplainQueryStep" + } + }, + "startMs": { + "description": "Stage start time represented as milliseconds since epoch.", + "format": "int64", + "type": "string" + }, + "writeMsMax": { + "description": "Milliseconds the slowest shard spent on writing output.", + "format": "int64", + "type": "string" + }, + "shuffleOutputBytesSpilled": { + "description": "Total number of bytes written to shuffle and spilled to disk.", + "format": "int64", + "type": "string" + }, + "readMsAvg": { + "type": "string", + "description": "Milliseconds the average shard spent reading input.", + "format": "int64" + }, + "waitMsAvg": { + "type": "string", + "description": "Milliseconds the average shard spent waiting to be scheduled.", + "format": "int64" + }, + "recordsRead": { + "description": "Number of records read into the stage.", + "format": "int64", + "type": "string" + }, + "waitMsMax": { + "type": "string", + "description": "Milliseconds the slowest shard spent waiting to be scheduled.", + "format": "int64" + }, + "waitRatioMax": { + "description": "Relative amount of time the slowest shard spent waiting to be scheduled.", + "format": "double", + "type": "number" + }, + "writeMsAvg": { + "description": "Milliseconds the average shard spent on writing output.", + "format": "int64", + "type": "string" + }, + "writeRatioAvg": { + "description": "Relative amount of time the average shard spent on writing output.", + "format": "double", + "type": "number" + }, + "computeRatioAvg": { + "description": "Relative amount of time the average shard spent on CPU-bound tasks.", + "format": "double", + "type": "number" + }, + "completedParallelInputs": { + "description": "Number of parallel input segments completed.", + "format": "int64", + "type": "string" + }, + "waitRatioAvg": { + "description": "Relative amount of time the average shard spent waiting to be scheduled.", + "format": "double", + "type": "number" + }, + "recordsWritten": { + "description": "Number of records written by the stage.", + "format": "int64", + "type": "string" + }, + "readRatioMax": { + "type": "number", + "description": "Relative amount of time the slowest shard spent reading input.", + "format": "double" + }, + "readRatioAvg": { + "description": "Relative amount of time the average shard spent reading input.", + "format": "double", + "type": "number" + }, + "id": { + "type": "string", + "description": "Unique ID for stage within plan.", + "format": "int64" + }, + "writeRatioMax": { + "description": "Relative amount of time the slowest shard spent on writing output.", + "format": "double", + "type": "number" + }, + "endMs": { + "description": "Stage end time represented as milliseconds since epoch.", + "format": "int64", + "type": "string" }, - "insert": { - "id": "bigquery.jobs.insert", - "path": "projects/{projectId}/jobs", - "httpMethod": "POST", - "description": "Starts a new asynchronous job. Requires the Can View project role.", - "parameters": { - "projectId": { - "type": "string", - "description": "Project ID of the project that will be billed for the job", - "required": true, - "location": "path" - } - }, - "parameterOrder": [ - "projectId" - ], - "request": { - "$ref": "Job" - }, - "response": { - "$ref": "Job" - }, - "scopes": [ - "https://www.googleapis.com/auth/bigquery", - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/devstorage.full_control", - "https://www.googleapis.com/auth/devstorage.read_only", - "https://www.googleapis.com/auth/devstorage.read_write" - ], - "supportsMediaUpload": true, - "mediaUpload": { - "accept": [ - "*/*" - ], - "protocols": { - "simple": { - "multipart": true, - "path": "/upload/bigquery/v2/projects/{projectId}/jobs" - }, - "resumable": { - "multipart": true, - "path": "/resumable/upload/bigquery/v2/projects/{projectId}/jobs" - } - } + "inputStages": { + "description": "IDs for stages that are inputs to this stage.", + "type": "array", + "items": { + "format": "int64", + "type": "string" } }, - "list": { - "id": "bigquery.jobs.list", - "path": "projects/{projectId}/jobs", - "httpMethod": "GET", - "description": "Lists all jobs that you started in the specified project. Job information is available for a six month period after creation. The job list is sorted in reverse chronological order, by job creation time. Requires the Can View project role, or the Is Owner project role if you set the allUsers property.", - "parameters": { - "allUsers": { - "type": "boolean", - "description": "Whether to display jobs owned by all users in the project. Default false", - "location": "query" - }, - "maxCreationTime": { - "type": "string", - "description": "Max value for job creation time, in milliseconds since the POSIX epoch. If set, only jobs created before or at this timestamp are returned", - "format": "uint64", - "location": "query" - }, - "maxResults": { - "type": "integer", - "description": "Maximum number of results to return", - "format": "uint32", - "location": "query" - }, - "minCreationTime": { - "type": "string", - "description": "Min value for job creation time, in milliseconds since the POSIX epoch. If set, only jobs created after or at this timestamp are returned", - "format": "uint64", - "location": "query" - }, - "pageToken": { - "type": "string", - "description": "Page token, returned by a previous call, to request the next page of results", - "location": "query" - }, - "projectId": { - "type": "string", - "description": "Project ID of the jobs to list", - "required": true, - "location": "path" - }, - "projection": { - "type": "string", - "description": "Restrict information returned to a set of selected fields", - "enum": [ - "full", - "minimal" - ], - "enumDescriptions": [ - "Includes all job data", - "Does not include the job configuration" - ], - "location": "query" - }, - "stateFilter": { - "type": "string", - "description": "Filter for job state", - "enum": [ - "done", - "pending", - "running" - ], - "enumDescriptions": [ - "Finished jobs", - "Pending jobs", - "Running jobs" - ], - "repeated": true, - "location": "query" - } - }, - "parameterOrder": [ - "projectId" - ], - "response": { - "$ref": "JobList" - }, - "scopes": [ - "https://www.googleapis.com/auth/bigquery", - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" - ] + "computeMsAvg": { + "description": "Milliseconds the average shard spent on CPU-bound tasks.", + "format": "int64", + "type": "string" }, - "query": { - "id": "bigquery.jobs.query", - "path": "projects/{projectId}/queries", - "httpMethod": "POST", - "description": "Runs a BigQuery SQL query synchronously and returns query results if the query completes within a specified timeout.", - "parameters": { - "projectId": { - "type": "string", - "description": "Project ID of the project billed for the query", - "required": true, - "location": "path" - } - }, - "parameterOrder": [ - "projectId" - ], - "request": { - "$ref": "QueryRequest" - }, - "response": { - "$ref": "QueryResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/bigquery", - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" - ] + "computeMsMax": { + "description": "Milliseconds the slowest shard spent on CPU-bound tasks.", + "format": "int64", + "type": "string" + }, + "readMsMax": { + "description": "Milliseconds the slowest shard spent reading input.", + "format": "int64", + "type": "string" + }, + "shuffleOutputBytes": { + "type": "string", + "description": "Total number of bytes written to shuffle.", + "format": "int64" + }, + "parallelInputs": { + "description": "Number of parallel input segments to be processed.", + "format": "int64", + "type": "string" } - } + }, + "id": "ExplainQueryStage" }, - "projects": { - "methods": { - "getServiceAccount": { - "id": "bigquery.projects.getServiceAccount", - "path": "projects/{projectId}/serviceAccount", - "httpMethod": "GET", - "description": "Returns the email address of the service account for your project used for interactions with Google Cloud KMS.", - "parameters": { - "projectId": { - "type": "string", - "description": "Project ID for which the service account is requested.", - "required": true, - "location": "path" - } - }, - "parameterOrder": [ - "projectId" - ], - "response": { - "$ref": "GetServiceAccountResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/bigquery", - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" - ] + "Job": { + "type": "object", + "properties": { + "etag": { + "description": "[Output-only] A hash of this resource.", + "type": "string" }, - "list": { - "id": "bigquery.projects.list", - "path": "projects", - "httpMethod": "GET", - "description": "Lists all projects to which you have been granted any project role.", - "parameters": { - "maxResults": { - "type": "integer", - "description": "Maximum number of results to return", - "format": "uint32", - "location": "query" - }, - "pageToken": { - "type": "string", - "description": "Page token, returned by a previous call, to request the next page of results", - "location": "query" - } - }, - "response": { - "$ref": "ProjectList" - }, - "scopes": [ - "https://www.googleapis.com/auth/bigquery", - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" - ] + "jobReference": { + "$ref": "JobReference", + "description": "[Optional] Reference describing the unique-per-user name of the job." + }, + "status": { + "$ref": "JobStatus", + "description": "[Output-only] The status of this job. Examine this value when polling an asynchronous job to see if the job is complete." + }, + "statistics": { + "$ref": "JobStatistics", + "description": "[Output-only] Information about the job, including starting time and ending time of the job." + }, + "selfLink": { + "description": "[Output-only] A URL that can be used to access this resource again.", + "type": "string" + }, + "id": { + "description": "[Output-only] Opaque ID field of the job", + "type": "string" + }, + "configuration": { + "$ref": "JobConfiguration", + "description": "[Required] Describes the job configuration." + }, + "user_email": { + "description": "[Output-only] Email address of the user who ran the job.", + "type": "string" + }, + "kind": { + "description": "[Output-only] The type of the resource.", + "type": "string", + "default": "bigquery#job" } - } + }, + "id": "Job" }, - "tabledata": { - "methods": { - "insertAll": { - "id": "bigquery.tabledata.insertAll", - "path": "projects/{projectId}/datasets/{datasetId}/tables/{tableId}/insertAll", - "httpMethod": "POST", - "description": "Streams data into BigQuery one record at a time without needing to run a load job. Requires the WRITER dataset role.", - "parameters": { - "datasetId": { - "type": "string", - "description": "Dataset ID of the destination table.", - "required": true, - "location": "path" - }, - "projectId": { - "type": "string", - "description": "Project ID of the destination table.", - "required": true, - "location": "path" - }, - "tableId": { - "type": "string", - "description": "Table ID of the destination table.", - "required": true, - "location": "path" - } - }, - "parameterOrder": [ - "projectId", - "datasetId", - "tableId" - ], - "request": { - "$ref": "TableDataInsertAllRequest" - }, - "response": { - "$ref": "TableDataInsertAllResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/bigquery", - "https://www.googleapis.com/auth/bigquery.insertdata", - "https://www.googleapis.com/auth/cloud-platform" - ] + "EncryptionConfiguration": { + "type": "object", + "properties": { + "kmsKeyName": { + "description": "[Optional] Describes the Cloud KMS encryption key that will be used to protect destination BigQuery table. The BigQuery Service Account associated with your project requires access to this encryption key.", + "type": "string" + } + }, + "id": "EncryptionConfiguration" + }, + "BigtableOptions": { + "id": "BigtableOptions", + "type": "object", + "properties": { + "readRowkeyAsString": { + "description": "[Optional] If field is true, then the rowkey column families will be read and converted to string. Otherwise they are read with BYTES type values and users need to manually cast them with CAST if necessary. The default value is false.", + "type": "boolean" }, - "list": { - "id": "bigquery.tabledata.list", - "path": "projects/{projectId}/datasets/{datasetId}/tables/{tableId}/data", - "httpMethod": "GET", - "description": "Retrieves table data from a specified set of rows. Requires the READER dataset role.", - "parameters": { - "datasetId": { - "type": "string", - "description": "Dataset ID of the table to read", - "required": true, - "location": "path" - }, - "maxResults": { - "type": "integer", - "description": "Maximum number of results to return", - "format": "uint32", - "location": "query" - }, - "pageToken": { - "type": "string", - "description": "Page token, returned by a previous call, identifying the result set", - "location": "query" - }, - "projectId": { - "type": "string", - "description": "Project ID of the table to read", - "required": true, - "location": "path" - }, - "selectedFields": { - "type": "string", - "description": "List of fields to return (comma-separated). If unspecified, all fields are returned", - "location": "query" - }, - "startIndex": { - "type": "string", - "description": "Zero-based index of the starting row to read", - "format": "uint64", - "location": "query" - }, - "tableId": { - "type": "string", - "description": "Table ID of the table to read", - "required": true, - "location": "path" - } - }, - "parameterOrder": [ - "projectId", - "datasetId", - "tableId" - ], - "response": { - "$ref": "TableDataList" - }, - "scopes": [ - "https://www.googleapis.com/auth/bigquery", - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" - ] + "columnFamilies": { + "description": "[Optional] List of column families to expose in the table schema along with their types. This list restricts the column families that can be referenced in queries and specifies their value types. You can use this list to do type conversions - see the 'type' field for more details. If you leave this list empty, all column families are present in the table schema and their values are read as BYTES. During a query only the column families referenced in that query are read from Bigtable.", + "type": "array", + "items": { + "$ref": "BigtableColumnFamily" + } + }, + "ignoreUnspecifiedColumnFamilies": { + "description": "[Optional] If field is true, then the column families that are not specified in columnFamilies list are not exposed in the table schema. Otherwise, they are read with BYTES type values. The default value is false.", + "type": "boolean" } } }, - "tables": { - "methods": { - "delete": { - "id": "bigquery.tables.delete", - "path": "projects/{projectId}/datasets/{datasetId}/tables/{tableId}", - "httpMethod": "DELETE", - "description": "Deletes the table specified by tableId from the dataset. If the table contains data, all the data will be deleted.", - "parameters": { - "datasetId": { - "type": "string", - "description": "Dataset ID of the table to delete", - "required": true, - "location": "path" - }, - "projectId": { - "type": "string", - "description": "Project ID of the table to delete", - "required": true, - "location": "path" - }, - "tableId": { - "type": "string", - "description": "Table ID of the table to delete", - "required": true, - "location": "path" - } + "TableSchema": { + "type": "object", + "properties": { + "fields": { + "description": "Describes the fields in a table.", + "type": "array", + "items": { + "$ref": "TableFieldSchema" + } + } + }, + "id": "TableSchema" + }, + "DestinationTableProperties": { + "type": "object", + "properties": { + "labels": { + "additionalProperties": { + "type": "string" }, - "parameterOrder": [ - "projectId", - "datasetId", - "tableId" - ], - "scopes": [ - "https://www.googleapis.com/auth/bigquery", - "https://www.googleapis.com/auth/cloud-platform" - ] + "description": "[Optional] The labels associated with this table. You can use these to organize and group your tables. This will only be used if the destination table is newly created. If the table already exists and labels are different than the current labels are provided, the job will fail.", + "type": "object" }, - "get": { - "id": "bigquery.tables.get", - "path": "projects/{projectId}/datasets/{datasetId}/tables/{tableId}", - "httpMethod": "GET", - "description": "Gets the specified table resource by table ID. This method does not return the data in the table, it only returns the table resource, which describes the structure of this table.", - "parameters": { - "datasetId": { - "type": "string", - "description": "Dataset ID of the requested table", - "required": true, - "location": "path" - }, - "projectId": { - "type": "string", - "description": "Project ID of the requested table", - "required": true, - "location": "path" - }, - "selectedFields": { - "type": "string", - "description": "List of fields to return (comma-separated). If unspecified, all fields are returned", - "location": "query" - }, - "tableId": { - "type": "string", - "description": "Table ID of the requested table", - "required": true, - "location": "path" - } - }, - "parameterOrder": [ - "projectId", - "datasetId", - "tableId" + "friendlyName": { + "type": "string", + "description": "[Optional] The friendly name for the destination table. This will only be used if the destination table is newly created. If the table already exists and a value different than the current friendly name is provided, the job will fail." + }, + "description": { + "description": "[Optional] The description for the destination table. This will only be used if the destination table is newly created. If the table already exists and a value different than the current description is provided, the job will fail.", + "type": "string" + } + }, + "id": "DestinationTableProperties" + }, + "TrainingOptions": { + "type": "object", + "properties": { + "learnRate": { + "type": "number", + "description": "Learning rate in training. Used only for iterative training algorithms.", + "format": "double" + }, + "optimizationStrategy": { + "type": "string", + "enumDescriptions": [ + "", + "Uses an iterative batch gradient descent algorithm.", + "Uses a normal equation to solve linear regression problem." ], - "response": { - "$ref": "Table" - }, - "scopes": [ - "https://www.googleapis.com/auth/bigquery", - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" - ] + "enum": [ + "OPTIMIZATION_STRATEGY_UNSPECIFIED", + "BATCH_GRADIENT_DESCENT", + "NORMAL_EQUATION" + ], + "description": "Optimization strategy for training linear regression models." + }, + "dataSplitColumn": { + "description": "The column to split data with. This column won't be used as a\nfeature.\n1. When data_split_method is CUSTOM, the corresponding column should\nbe boolean. The rows with true value tag are eval data, and the false\nare training data.\n2. When data_split_method is SEQ, the first DATA_SPLIT_EVAL_FRACTION\nrows (from smallest to largest) in the corresponding column are used\nas training data, and the rest are eval data. It respects the order\nin Orderable data types:\nhttps://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#data-type-properties", + "type": "string" + }, + "maxIterations": { + "type": "string", + "description": "The maximum number of iterations in training. Used only for iterative\ntraining algorithms.", + "format": "int64" + }, + "labelClassWeights": { + "description": "Weights associated with each label class, for rebalancing the\ntraining data. Only applicable for classification models.", + "type": "object", + "additionalProperties": { + "format": "double", + "type": "number" + } + }, + "l2Regularization": { + "type": "number", + "description": "L2 regularization coefficient.", + "format": "double" + }, + "earlyStop": { + "description": "Whether to stop early when the loss doesn't improve significantly\nany more (compared to min_relative_progress). Used only for iterative\ntraining algorithms.", + "type": "boolean" + }, + "dataSplitEvalFraction": { + "description": "The fraction of evaluation data over the whole input data. The rest\nof data will be used as training data. The format should be double.\nAccurate to two decimal places.\nDefault value is 0.2.", + "format": "double", + "type": "number" + }, + "modelUri": { + "description": "[Beta] Google Cloud Storage URI from which the model was imported. Only\napplicable for imported models.", + "type": "string" + }, + "minRelativeProgress": { + "type": "number", + "description": "When early_stop is true, stops training when accuracy improvement is\nless than 'min_relative_progress'. Used only for iterative training\nalgorithms.", + "format": "double" + }, + "initialLearnRate": { + "description": "Specifies the initial learning rate for the line search learn rate\nstrategy.", + "format": "double", + "type": "number" + }, + "inputLabelColumns": { + "description": "Name of input label columns in training data.", + "type": "array", + "items": { + "type": "string" + } }, - "insert": { - "id": "bigquery.tables.insert", - "path": "projects/{projectId}/datasets/{datasetId}/tables", - "httpMethod": "POST", - "description": "Creates a new, empty table in the dataset.", - "parameters": { - "datasetId": { - "type": "string", - "description": "Dataset ID of the new table", - "required": true, - "location": "path" - }, - "projectId": { - "type": "string", - "description": "Project ID of the new table", - "required": true, - "location": "path" - } - }, - "parameterOrder": [ - "projectId", - "datasetId" + "numClusters": { + "type": "string", + "description": "[Beta] Number of clusters for clustering models.", + "format": "int64" + }, + "warmStart": { + "description": "Whether to train a model from the last checkpoint.", + "type": "boolean" + }, + "learnRateStrategy": { + "description": "The strategy to determine learn rate for the current iteration.", + "type": "string", + "enumDescriptions": [ + "", + "Use line search to determine learning rate.", + "Use a constant learning rate." ], - "request": { - "$ref": "Table" - }, - "response": { - "$ref": "Table" - }, - "scopes": [ - "https://www.googleapis.com/auth/bigquery", - "https://www.googleapis.com/auth/cloud-platform" + "enum": [ + "LEARN_RATE_STRATEGY_UNSPECIFIED", + "LINE_SEARCH", + "CONSTANT" ] }, - "list": { - "id": "bigquery.tables.list", - "path": "projects/{projectId}/datasets/{datasetId}/tables", - "httpMethod": "GET", - "description": "Lists all tables in the specified dataset. Requires the READER dataset role.", - "parameters": { - "datasetId": { - "type": "string", - "description": "Dataset ID of the tables to list", - "required": true, - "location": "path" - }, - "maxResults": { - "type": "integer", - "description": "Maximum number of results to return", - "format": "uint32", - "location": "query" - }, - "pageToken": { - "type": "string", - "description": "Page token, returned by a previous call, to request the next page of results", - "location": "query" - }, - "projectId": { - "type": "string", - "description": "Project ID of the tables to list", - "required": true, - "location": "path" - } - }, - "parameterOrder": [ - "projectId", - "datasetId" + "dataSplitMethod": { + "type": "string", + "enumDescriptions": [ + "", + "Splits data randomly.", + "Splits data with the user provided tags.", + "Splits data sequentially.", + "Data split will be skipped.", + "Splits data automatically: Uses NO_SPLIT if the data size is small.\nOtherwise uses RANDOM." ], - "response": { - "$ref": "TableList" - }, - "scopes": [ - "https://www.googleapis.com/auth/bigquery", - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" - ] + "enum": [ + "DATA_SPLIT_METHOD_UNSPECIFIED", + "RANDOM", + "CUSTOM", + "SEQUENTIAL", + "NO_SPLIT", + "AUTO_SPLIT" + ], + "description": "The data split type for training and evaluation, e.g. RANDOM." }, - "patch": { - "id": "bigquery.tables.patch", - "path": "projects/{projectId}/datasets/{datasetId}/tables/{tableId}", - "httpMethod": "PATCH", - "description": "Updates information in an existing table. The update method replaces the entire table resource, whereas the patch method only replaces fields that are provided in the submitted table resource. This method supports patch semantics.", - "parameters": { - "datasetId": { - "type": "string", - "description": "Dataset ID of the table to update", - "required": true, - "location": "path" - }, - "projectId": { - "type": "string", - "description": "Project ID of the table to update", - "required": true, - "location": "path" - }, - "tableId": { - "type": "string", - "description": "Table ID of the table to update", - "required": true, - "location": "path" - } - }, - "parameterOrder": [ - "projectId", - "datasetId", - "tableId" + "lossType": { + "description": "Type of loss function used during training run.", + "type": "string", + "enumDescriptions": [ + "", + "Mean squared loss, used for linear regression.", + "Mean log loss, used for logistic regression." ], - "request": { - "$ref": "Table" - }, - "response": { - "$ref": "Table" - }, - "scopes": [ - "https://www.googleapis.com/auth/bigquery", - "https://www.googleapis.com/auth/cloud-platform" + "enum": [ + "LOSS_TYPE_UNSPECIFIED", + "MEAN_SQUARED_LOSS", + "MEAN_LOG_LOSS" ] }, - "update": { - "id": "bigquery.tables.update", - "path": "projects/{projectId}/datasets/{datasetId}/tables/{tableId}", - "httpMethod": "PUT", - "description": "Updates information in an existing table. The update method replaces the entire table resource, whereas the patch method only replaces fields that are provided in the submitted table resource.", - "parameters": { - "datasetId": { - "type": "string", - "description": "Dataset ID of the table to update", - "required": true, - "location": "path" - }, - "projectId": { - "type": "string", - "description": "Project ID of the table to update", - "required": true, - "location": "path" - }, - "tableId": { - "type": "string", - "description": "Table ID of the table to update", - "required": true, - "location": "path" - } - }, - "parameterOrder": [ - "projectId", - "datasetId", - "tableId" + "l1Regularization": { + "description": "L1 regularization coefficient.", + "format": "double", + "type": "number" + }, + "distanceType": { + "enumDescriptions": [ + "", + "Eculidean distance.", + "Cosine distance." ], - "request": { - "$ref": "Table" - }, - "response": { - "$ref": "Table" - }, - "scopes": [ - "https://www.googleapis.com/auth/bigquery", - "https://www.googleapis.com/auth/cloud-platform" - ] + "enum": [ + "DISTANCE_TYPE_UNSPECIFIED", + "EUCLIDEAN", + "COSINE" + ], + "description": "[Beta] Distance type for clustering models.", + "type": "string" + } + }, + "id": "TrainingOptions" + }, + "TrainingRun": { + "description": "Information about a single training query run for the model.", + "type": "object", + "properties": { + "startTime": { + "description": "The start time of this training run.", + "format": "google-datetime", + "type": "string" + }, + "results": { + "description": "Output of each iteration run, results.size() \u003c= max_iterations.", + "type": "array", + "items": { + "$ref": "IterationResult" + } + }, + "evaluationMetrics": { + "description": "The evaluation metrics over training/eval data that were computed at the\nend of training.", + "$ref": "EvaluationMetrics" + }, + "trainingOptions": { + "$ref": "TrainingOptions", + "description": "Options that were used for this training run, includes\nuser specified and default options that were used." + } + }, + "id": "TrainingRun" + }, + "JobConfiguration": { + "id": "JobConfiguration", + "type": "object", + "properties": { + "jobType": { + "type": "string", + "description": "[Output-only] The type of the job. Can be QUERY, LOAD, EXTRACT, COPY or UNKNOWN." + }, + "extract": { + "$ref": "JobConfigurationExtract", + "description": "[Pick one] Configures an extract job." + }, + "copy": { + "description": "[Pick one] Copies a table.", + "$ref": "JobConfigurationTableCopy" + }, + "jobTimeoutMs": { + "type": "string", + "description": "[Optional] Job timeout in milliseconds. If this time limit is exceeded, BigQuery may attempt to terminate the job.", + "format": "int64" + }, + "query": { + "$ref": "JobConfigurationQuery", + "description": "[Pick one] Configures a query job." + }, + "load": { + "$ref": "JobConfigurationLoad", + "description": "[Pick one] Configures a load job." + }, + "labels": { + "description": "The labels associated with this job. You can use these to organize and group your jobs. Label keys and values can be no longer than 63 characters, can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter and each label in the list must have a different key.", + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "dryRun": { + "type": "boolean", + "description": "[Optional] If set, don't actually run this job. A valid query will return a mostly empty response with some processing statistics, while an invalid query will return the same error it would if it wasn't a dry run. Behavior of non-query jobs is undefined." + } + } + }, + "UserDefinedFunctionResource": { + "type": "object", + "properties": { + "resourceUri": { + "description": "[Pick one] A code resource to load from a Google Cloud Storage URI (gs://bucket/path).", + "type": "string" + }, + "inlineCode": { + "type": "string", + "description": "[Pick one] An inline resource that contains code for a user-defined function (UDF). Providing a inline code resource is equivalent to providing a URI for a file containing the same code." + } + }, + "id": "UserDefinedFunctionResource" + } + }, + "icons": { + "x16": "https://www.google.com/images/icons/product/search-16.gif", + "x32": "https://www.google.com/images/icons/product/search-32.gif" + }, + "protocol": "rest", + "version": "v2", + "baseUrl": "https://www.googleapis.com/bigquery/v2/", + "auth": { + "oauth2": { + "scopes": { + "https://www.googleapis.com/auth/devstorage.full_control": { + "description": "Manage your data and permissions in Google Cloud Storage" + }, + "https://www.googleapis.com/auth/devstorage.read_only": { + "description": "View your data in Google Cloud Storage" + }, + "https://www.googleapis.com/auth/devstorage.read_write": { + "description": "Manage your data in Google Cloud Storage" + }, + "https://www.googleapis.com/auth/bigquery": { + "description": "View and manage your data in Google BigQuery" + }, + "https://www.googleapis.com/auth/bigquery.insertdata": { + "description": "Insert data into Google BigQuery" + }, + "https://www.googleapis.com/auth/cloud-platform.read-only": { + "description": "View your data across Google Cloud Platform services" + }, + "https://www.googleapis.com/auth/cloud-platform": { + "description": "View and manage your data across Google Cloud Platform services" } } } - } + }, + "kind": "discovery#restDescription", + "description": "A data platform for customers to create, manage, share and query data.", + "servicePath": "bigquery/v2/", + "rootUrl": "https://www.googleapis.com/" } diff --git a/BigQuery/src/Dataset.php b/BigQuery/src/Dataset.php index 83a12eac7f53..6fdfbb407286 100644 --- a/BigQuery/src/Dataset.php +++ b/BigQuery/src/Dataset.php @@ -164,9 +164,9 @@ public function delete(array $options = []) public function update(array $metadata, array $options = []) { $options = $this->applyEtagHeader( - $options - + $metadata + $metadata + $this->identity + + $options ); if (!isset($options['etag']) && !isset($options['retries'])) { @@ -379,4 +379,82 @@ public function identity() { return $this->identity; } + + /** + * Lazily instantiates a machine learning model in the dataset. There are no + * network requests made at this point. To see the operations that can be performed on a + * model, please see {@see Google\Cloud\BigQuery\Model}. + * + * Example: + * ``` + * $model = $dataset->model('my_model'); + * echo $model->id(); + * ``` + * + * @param string $id The model's ID. + * @param array $info [optional] The model resource data. + * @return Model + */ + public function model($id, array $info = []) + { + return new Model( + $this->connection, + $id, + $this->identity['datasetId'], + $this->identity['projectId'], + $info + ); + } + + /** + * Fetches all of the models in the dataset. + * + * Please note that Model instances obtained from this method contain only a + * subset of the resource representation. Fields returned include + * `modelReference`, `modelType`, `creationTime`, `lastModifiedTime` and + * `labels`. To obtain a full representation, call + * {@see Google\Cloud\BigQuery\Model::reload()}. + * + * Example: + * ``` + * $models = $dataset->models(); + * + * foreach ($models as $model) { + * echo $model->id() . PHP_EOL; + * } + * ``` + * + * @see https://cloud.google.com/bigquery/docs/reference/v2/models/list Models list API documentation. + * + * @param array $options [optional] { + * Configuration options. + * + * @type int $maxResults Maximum number of results to return per page. + * @type int $resultLimit Limit the number of results returned in total. + * **Defaults to** `0` (return all results). + * @type string $pageToken A previously-returned page token used to + * resume the loading of results from a specific point. + * } + * @return ItemIterator + */ + public function models(array $options = []) + { + $resultLimit = $this->pluck('resultLimit', $options, false); + $datasetId = $this->identity['datasetId']; + $projectId = $this->identity['projectId']; + + return new ItemIterator( + new PageIterator( + function (array $model) { + return $this->model($model['modelReference']['modelId'], $model); + }, + [$this->connection, 'listModels'], + ['projectId' => $projectId, 'datasetId' => $datasetId] + $options, + [ + 'itemsKey' => 'models', + 'resultLimit' => $resultLimit + ] + ) + ); + } } diff --git a/BigQuery/src/Model.php b/BigQuery/src/Model.php new file mode 100644 index 000000000000..d5f05159f263 --- /dev/null +++ b/BigQuery/src/Model.php @@ -0,0 +1,233 @@ +connection = $connection; + $this->identity = [ + 'modelId' => $id, + 'datasetId' => $datasetId, + 'projectId' => $projectId + ]; + $this->info = $info; + } + + /** + * Retrieves the model's details. If no model data is cached, a network request + * will be made to retrieve it. + * + * Please note that Model instances created by list calls may not contain a + * full representation of the model resource. To obtain a full resource on a + * Model instance, call {@see Google\Cloud\BigQuery\Model::reload()}. + * + * Example: + * ``` + * $info = $model->info(); + * echo $info['modelType']; + * ``` + * + * @see https://cloud.google.com/bigquery/docs/reference/rest/v2/models#resource Model resource documentation. + * + * @param array $options [optional] Configuration options. + * @return array + */ + public function info(array $options = []) + { + return $this->info ?: $this->reload($options); + } + + /** + * Triggers a network request to reload the model's details. + * + * Example: + * ``` + * $model->reload(); + * $info = $model->info(); + * echo $info['modelType']; + * ``` + * + * @see https://cloud.google.com/bigquery/docs/reference/rest/v2/models/get Models get API documentation. + * + * @param array $options [optional] Configuration options. + * @return array + */ + public function reload(array $options = []) + { + return $this->info = $this->connection->getModel($this->identity + $options); + } + + /** + * Retrieves the model's ID. + * + * Example: + * ``` + * echo $model->id(); + * ``` + * + * @return string + */ + public function id() + { + return $this->identity['modelId']; + } + + /** + * Retrieves the model's identity. + * + * An identity provides a description of a resource that is nested in nature. + * + * Example: + * ``` + * echo $model->identity()['modelId']; + * ``` + * + * @return array + */ + public function identity() + { + return $this->identity; + } + + /** + * Delete the model. + * + * Please note that by default the library will not attempt to retry this + * call on your behalf. + * + * Example: + * ``` + * $model->delete(); + * ``` + * + * @see https://cloud.google.com/bigquery/docs/reference/rest/v2/models/delete Models delete API documentation. + * + * @param array $options [optional] Configuration options. + */ + public function delete(array $options = []) + { + $this->connection->deleteModel( + $this->identity + + ['retries' => 0] + + $options + ); + } + + /** + * Check whether or not the model exists. + * + * Example: + * ``` + * echo $model->exists(); + * ``` + * + * @param array $options [optional] Configuration options. + * @return bool + */ + public function exists(array $options = []) + { + try { + $this->reload($options); + } catch (NotFoundException $ex) { + return false; + } + + return true; + } + + /** + * Update the model. + * + * Providing an `etag` key as part of `$metadata` will enable simultaneous + * update protection. This is useful in preventing override of modifications + * made by another user. The resource's current etag can be obtained via a + * GET request on the resource. + * + * Please note that by default this call will not automatically retry on + * your behalf unless an `etag` is set. + * + * Example: + * ``` + * $model->update([ + * 'friendlyName' => 'My ML model' + * ]); + * ``` + * + * @see https://cloud.google.com/bigquery/docs/reference/rest/v2/models/patch Model's patch API documentation. + * @see https://cloud.google.com/bigquery/docs/api-performance#patch Patch (Partial Update) + * + * @param array $metadata The available options for metadata are outlined + * at the [Model Resource API docs](https://cloud.google.com/bigquery/docs/reference/v2/models#resource) + * @param array $options [optional] Configuration options. + * + * @return array + */ + public function update(array $metadata, array $options = []) + { + $options = $this->applyEtagHeader( + $this->identity + + $metadata + + $options + ); + + if (!isset($options['etag']) && !isset($options['retries'])) { + $options['retries'] = 0; + } + + return $this->info = $this->connection->patchModel($options); + } +} diff --git a/BigQuery/tests/Snippet/DatasetTest.php b/BigQuery/tests/Snippet/DatasetTest.php index 67a8b2134fdb..184517a8ae94 100644 --- a/BigQuery/tests/Snippet/DatasetTest.php +++ b/BigQuery/tests/Snippet/DatasetTest.php @@ -178,4 +178,36 @@ public function testIdentity() $this->assertEquals($this->identity['projectId'], $res->output()); } + + public function testModel() + { + $dataset = $this->getDataset($this->connection); + $snippet = $this->snippetFromMethod(Dataset::class, 'model'); + $snippet->addLocal('dataset', $dataset); + $res = $snippet->invoke(); + + $this->assertEquals('my_model', $res->output()); + } + + public function testModels() + { + $this->connection->listModels(Argument::any()) + ->shouldBeCalledTimes(1) + ->willReturn([ + 'models' => [ + [ + 'modelReference' => [ + 'modelId' => 'my_model' + ] + ] + ] + ]); + $dataset = $this->getDataset($this->connection); + $snippet = $this->snippetFromMethod(Dataset::class, 'models'); + $snippet->addLocal('dataset', $dataset); + $res = $snippet->invoke('models'); + + $this->assertInstanceOf(ItemIterator::class, $res->returnVal()); + $this->assertEquals('my_model', trim($res->output())); + } } diff --git a/BigQuery/tests/Snippet/ModelTest.php b/BigQuery/tests/Snippet/ModelTest.php new file mode 100644 index 000000000000..a5509ea0d818 --- /dev/null +++ b/BigQuery/tests/Snippet/ModelTest.php @@ -0,0 +1,140 @@ +connection = $this->prophesize(ConnectionInterface::class); + } + + public function getModel($connection, array $info = []) + { + return new Model( + $connection->reveal(), + self::MODEL_ID, + self::DATASET_ID, + self::PROJECT_ID, + $info + ); + } + + public function testExists() + { + $this->connection->getModel(Argument::any()) + ->shouldBeCalledTimes(1) + ->willReturn([]); + $model = $this->getModel($this->connection); + $snippet = $this->snippetFromMethod(Model::class, 'exists'); + $snippet->addLocal('model', $model); + $res = $snippet->invoke('model'); + + $this->assertEquals(true, $res->output()); + } + + public function testDelete() + { + $this->connection->deleteModel(Argument::any()) + ->shouldBeCalledTimes(1) + ->willReturn([]); + + $model = $this->getModel($this->connection); + $snippet = $this->snippetFromMethod(Model::class, 'delete'); + $snippet->addLocal('model', $model); + + $snippet->invoke(); + } + + public function testInfo() + { + $this->connection->getModel(Argument::any()) + ->shouldBeCalledTimes(1) + ->willReturn([ + 'modelType' => 'LOGISTIC_REGRESSION' + ]); + + $model = $this->getModel($this->connection); + $snippet = $this->snippetFromMethod(Model::class, 'info'); + $snippet->addLocal('model', $model); + $res = $snippet->invoke('model'); + + $this->assertEquals('LOGISTIC_REGRESSION', $res->output()); + } + + public function testReload() + { + $this->connection->getModel(Argument::any()) + ->shouldBeCalledTimes(1) + ->willReturn([ + 'modelType' => 'LOGISTIC_REGRESSION' + ]); + + $model = $this->getModel($this->connection); + $snippet = $this->snippetFromMethod(Model::class, 'reload'); + $snippet->addLocal('model', $model); + $res = $snippet->invoke('model'); + + $this->assertEquals('LOGISTIC_REGRESSION', $res->output()); + } + + public function testId() + { + $model = $this->getModel($this->connection); + $snippet = $this->snippetFromMethod(Model::class, 'id'); + $snippet->addLocal('model', $model); + $res = $snippet->invoke('model'); + + $this->assertEquals(self::MODEL_ID, $res->output()); + } + + public function testIdentity() + { + $model = $this->getModel($this->connection); + $snippet = $this->snippetFromMethod(Model::class, 'identity'); + $snippet->addLocal('model', $model); + $res = $snippet->invoke('model'); + + $this->assertEquals(self::MODEL_ID, $res->output()); + } + + public function testUpdate() + { + $this->connection->patchModel(Argument::withEntry('friendlyName', 'My ML model')) + ->shouldBeCalledTimes(1) + ->willReturn([]); + + $model = $this->getModel($this->connection); + $snippet = $this->snippetFromMethod(Model::class, 'update'); + $snippet->addLocal('model', $model); + $snippet->invoke(); + } +} diff --git a/BigQuery/tests/System/ManageModelsTest.php b/BigQuery/tests/System/ManageModelsTest.php new file mode 100644 index 000000000000..4db42213cf54 --- /dev/null +++ b/BigQuery/tests/System/ManageModelsTest.php @@ -0,0 +1,91 @@ +id(), self::$modelId); + $config = self::$client->query($query); + self::$client->runQuery($config); + + $model = self::$dataset->model(self::$modelId); + + $model->reload(); + if (!$model->exists()) { + throw new \Exception(); + } + + self::$deletionQueue->add($model); + + self::$model = $model; + } + + public function testCreatesAndLoadsModelForDataset() + { + $model = self::$model; + $this->assertTrue($model->exists()); + $this->assertEquals('LINEAR_REGRESSION', $model->info()['modelType']); + } + + public function testUpdatesModel() + { + $model = self::$model; + $model->update([ + 'friendlyName' => 'update model test name' + ]); + + $info = $model->info(); + $this->assertEquals('update model test name', $info['friendlyName']); + } + + public function testListModels() + { + $models = iterator_to_array(self::$dataset->models()); + $this->assertContainsOnlyInstancesOf(Model::class, $models); + $this->assertNotEmpty(array_filter($models, function ($model) { + return $model->id() === self::$modelId; + })); + } +} diff --git a/BigQuery/tests/Unit/Connection/RestTest.php b/BigQuery/tests/Unit/Connection/RestTest.php index 80e417a9ec12..ca6de90e4d74 100644 --- a/BigQuery/tests/Unit/Connection/RestTest.php +++ b/BigQuery/tests/Unit/Connection/RestTest.php @@ -92,6 +92,10 @@ public function methodProvider() ['cancelJob'], ['insertJob'], ['getServiceAccount'], + ['getModel'], + ['listModels'], + ['patchModel'], + ['deleteModel'], ]; } diff --git a/BigQuery/tests/Unit/DatasetTest.php b/BigQuery/tests/Unit/DatasetTest.php index 01c7f80ff7fc..3f79b45d0feb 100644 --- a/BigQuery/tests/Unit/DatasetTest.php +++ b/BigQuery/tests/Unit/DatasetTest.php @@ -19,9 +19,11 @@ use Google\Cloud\BigQuery\Connection\ConnectionInterface; use Google\Cloud\BigQuery\Dataset; +use Google\Cloud\BigQuery\Model; use Google\Cloud\BigQuery\Table; use Google\Cloud\BigQuery\ValueMapper; use Google\Cloud\Core\Exception\NotFoundException; +use Google\Cloud\Core\Iterator\ItemIterator; use Prophecy\Argument; use PHPUnit\Framework\TestCase; @@ -35,6 +37,7 @@ class DatasetTest extends TestCase public $projectId = 'myProjectId'; public $datasetId = 'myDatasetId'; public $tableId = 'myTableId'; + public $modelId = 'testModelId'; public function setUp() { @@ -217,4 +220,53 @@ public function testGetsIdentity() $this->assertEquals($this->datasetId, $dataset->identity()['datasetId']); $this->assertEquals($this->projectId, $dataset->identity()['projectId']); } + + public function testsGetsModel() + { + $dataset = $this->getDataset($this->connection); + $model = $dataset->model($this->modelId); + $this->assertInstanceOf(Model::class, $model); + $this->assertEquals($this->datasetId, $model->identity()['datasetId']); + $this->assertEquals($this->projectId, $model->identity()['projectId']); + $this->assertEquals($this->modelId, $model->id()); + } + + public function testsGetsModelsWithoutToken() + { + $this->connection->listModels(Argument::any()) + ->willReturn([ + 'models' => [ + ['modelReference' => ['modelId' => $this->modelId]] + ] + ]) + ->shouldBeCalledTimes(1); + + $dataset = $this->getDataset($this->connection); + $models = $dataset->models(); + $this->assertInstanceOf(ItemIterator::class, $models); + $modelsArray = iterator_to_array($models); + + $this->assertEquals($this->modelId, $modelsArray[0]->id()); + } + + public function testGetsModelsWithToken() + { + $this->connection->listModels(Argument::any()) + ->willReturn([ + 'nextPageToken' => 'token', + 'models' => [ + ['modelReference' => ['modelId' => $this->modelId]] + ] + ], [ + 'models' => [ + ['modelReference' => ['modelId' => 'testModelId2']] + ] + ])->shouldBeCalledTimes(2); + + $dataset = $this->getDataset($this->connection); + $models = iterator_to_array($dataset->models()); + + $this->assertEquals($this->modelId, $models[0]->id()); + $this->assertEquals('testModelId2', $models[1]->id()); + } } diff --git a/BigQuery/tests/Unit/ModelTest.php b/BigQuery/tests/Unit/ModelTest.php new file mode 100644 index 000000000000..4a71256a1114 --- /dev/null +++ b/BigQuery/tests/Unit/ModelTest.php @@ -0,0 +1,146 @@ +connection = $this->prophesize(ConnectionInterface::class); + $this->model = TestHelpers::stub(Model::class, [ + $this->connection->reveal(), + self::MODEL_ID, + self::DATASET_ID, + self::PROJECT_ID + ], ['connection', 'info']); + } + + public function testDoesExistTrue() + { + $this->connection->getModel(Argument::any()) + ->willReturn([]) + ->shouldBeCalledTimes(1); + + $this->model->___setProperty('connection', $this->connection->reveal()); + $this->assertTrue($this->model->exists()); + } + + public function testDoesExistFalse() + { + $this->connection->getModel(Argument::any()) + ->willThrow(new NotFoundException(null)) + ->shouldBeCalledTimes(1); + + $this->model->___setProperty('connection', $this->connection->reveal()); + $this->assertFalse($this->model->exists()); + } + + public function testGetsId() + { + $this->model->___setProperty('connection', $this->connection->reveal()); + $this->assertEquals('myModelId', $this->model->id()); + } + + public function testIdentity() + { + $this->model->___setProperty('connection', $this->connection->reveal()); + $this->assertEquals([ + 'modelId' => self::MODEL_ID, + 'datasetId' => self::DATASET_ID, + 'projectId' => self::PROJECT_ID, + ], $this->model->identity()); + } + + public function testGetsInfo() + { + $info = ['foo' => 'bar']; + $this->connection->getModel(Argument::any()) + ->willReturn($info) + ->shouldBeCalledTimes(1); + + $this->model->___setProperty('connection', $this->connection->reveal()); + $this->assertEquals($info, $this->model->info()); + } + + public function testReload() + { + $info = ['foo' => 'bar']; + $this->connection->getModel(Argument::any()) + ->willReturn($info) + ->shouldBeCalledTimes(1); + + $this->model->___setProperty('connection', $this->connection->reveal()); + $this->assertEquals($info, $this->model->reload()); + } + + public function testDelete() + { + $this->connection->deleteModel(Argument::any()) + ->shouldBeCalledTimes(1); + + $this->model->___setProperty('connection', $this->connection->reveal()); + $this->assertNull($this->model->delete()); + } + + public function testUpdatesData() + { + $data = ['friendlyName' => 'Updated Name']; + + $this->connection->patchModel(Argument::any()) + ->willReturn($data) + ->shouldBeCalledTimes(1); + + $this->model->___setProperty('connection', $this->connection->reveal()); + $this->model->___setProperty('info', ['friendlyName' => 'Original Name']); + + $this->model->update($data); + $this->assertEquals('Updated Name', $this->model->info()['friendlyName']); + } + + public function testUpdatesDataWithEtag() + { + $updateData = ['friendlyName' => 'wow a name', 'etag' => 'foo']; + $this->connection->patchModel(Argument::that(function ($args) { + return $args['restOptions']['headers']['If-Match'] === 'foo'; + }))->willReturn($updateData)->shouldBeCalledTimes(1); + + $this->model->___setProperty('connection', $this->connection->reveal()); + $this->model->___setProperty('info', ['friendlyName' => 'another name']); + + $this->model->update($updateData); + + $this->assertEquals($updateData['friendlyName'], $this->model->info()['friendlyName']); + } +}