openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 336 kB
JSON
{"openapi":"3.0.0","servers":[{"url":"https://bigquery.googleapis.com/bigquery/v2"}],"info":{"contact":{"name":"Google","url":"https://google.com","x-twitter":"youtube"},"description":"A data platform for customers to create, manage, share and query data.","license":{"name":"Creative Commons Attribution 3.0","url":"http://creativecommons.org/licenses/by/3.0/"},"termsOfService":"https://developers.google.com/terms/","title":"BigQuery API","version":"v2","x-apiClientRegistration":{"url":"https://console.developers.google.com"},"x-apisguru-categories":["analytics","media"],"x-logo":{"url":"https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png"},"x-origin":[{"format":"openapi","url":"https://bigquery.googleapis.com/$discovery/rest?version=v2","version":"3.0"}],"x-providerName":"googleapis.com","x-serviceName":"bigquery"},"externalDocs":{"url":"https://cloud.google.com/bigquery/"},"tags":[{"name":"datasets"},{"name":"jobs"},{"name":"models"},{"name":"projects"},{"name":"routines"},{"name":"rowAccessPolicies"},{"name":"tabledata"},{"name":"tables"}],"paths":{"/projects":{"get":{"description":"RPC to list projects to which the user has been granted any project role. Users of this method are encouraged to consider the [Resource Manager](https://cloud.google.com/resource-manager/docs/) API, which provides the underlying data for this method and has more capabilities.","operationId":"bigquery.projects.list","parameters":[{"description":"`maxResults` unset returns all results, up to 50 per page. Additionally, the number of projects in a page may be fewer than `maxResults` because projects are retrieved and then filtered to only projects with the BigQuery API enabled.","in":"query","name":"maxResults","schema":{"type":"integer"}},{"description":"Page token, returned by a previous call, to request the next page of results. If not present, no further pages are present.","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProjectList"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/bigquery"],"Oauth2c":["https://www.googleapis.com/auth/bigquery"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]}],"tags":["projects"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}]},"/projects/{projectId}/datasets":{"get":{"description":"Lists all datasets in the specified project to which the user has been granted the READER dataset role.","operationId":"bigquery.datasets.list","parameters":[{"description":"Required. Project ID of the datasets to be listed","in":"path","name":"projectId","required":true,"schema":{"type":"string"}},{"description":"Whether to list all datasets, including hidden ones","in":"query","name":"all","schema":{"type":"boolean"}},{"description":"An expression for filtering the results of the request by label. The syntax is \\\"labels.<name>[:<value>]\\\". Multiple filters can be ANDed together by connecting with a space. Example: \\\"labels.department:receiving labels.active\\\". See [Filtering datasets using labels](/bigquery/docs/labeling-datasets#filtering_datasets_using_labels) for details.","in":"query","name":"filter","schema":{"type":"string"}},{"description":"The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.","in":"query","name":"maxResults","schema":{"type":"integer"}},{"description":"Page token, returned by a previous call, to request the next page of results","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DatasetList"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/bigquery"],"Oauth2c":["https://www.googleapis.com/auth/bigquery"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]}],"tags":["datasets"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Creates a new empty dataset.","operationId":"bigquery.datasets.insert","parameters":[{"description":"Required. Project ID of the new dataset","in":"path","name":"projectId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Dataset"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Dataset"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/bigquery"],"Oauth2c":["https://www.googleapis.com/auth/bigquery"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["datasets"]}},"/projects/{projectId}/datasets/{datasetId}":{"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.","operationId":"bigquery.datasets.delete","parameters":[{"description":"Required. Project ID of the dataset being deleted","in":"path","name":"projectId","required":true,"schema":{"type":"string"}},{"description":"Required. Dataset ID of dataset being deleted","in":"path","name":"datasetId","required":true,"schema":{"type":"string"}},{"description":"If True, delete all the tables in the dataset. If False and the dataset contains tables, the request will fail. Default is False","in":"query","name":"deleteContents","schema":{"type":"boolean"}}],"responses":{"200":{"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/bigquery"],"Oauth2c":["https://www.googleapis.com/auth/bigquery"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["datasets"]},"get":{"description":"Returns the dataset specified by datasetID.","operationId":"bigquery.datasets.get","parameters":[{"description":"Required. Project ID of the requested dataset","in":"path","name":"projectId","required":true,"schema":{"type":"string"}},{"description":"Required. Dataset ID of the requested dataset","in":"path","name":"datasetId","required":true,"schema":{"type":"string"}},{"description":"Optional. Specifies the view that determines which dataset information is returned. By default, metadata and ACL information are returned.","in":"query","name":"datasetView","schema":{"enum":["DATASET_VIEW_UNSPECIFIED","METADATA","ACL","FULL"],"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Dataset"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/bigquery"],"Oauth2c":["https://www.googleapis.com/auth/bigquery"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]}],"tags":["datasets"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"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 RFC5789 patch semantics.","operationId":"bigquery.datasets.patch","parameters":[{"description":"Required. Project ID of the dataset being updated","in":"path","name":"projectId","required":true,"schema":{"type":"string"}},{"description":"Required. Dataset ID of the dataset being updated","in":"path","name":"datasetId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Dataset"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Dataset"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/bigquery"],"Oauth2c":["https://www.googleapis.com/auth/bigquery"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["datasets"]},"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.","operationId":"bigquery.datasets.update","parameters":[{"description":"Required. Project ID of the dataset being updated","in":"path","name":"projectId","required":true,"schema":{"type":"string"}},{"description":"Required. Dataset ID of the dataset being updated","in":"path","name":"datasetId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Dataset"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Dataset"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/bigquery"],"Oauth2c":["https://www.googleapis.com/auth/bigquery"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["datasets"]}},"/projects/{projectId}/datasets/{datasetId}/models":{"get":{"description":"Lists all models in the specified dataset. Requires the READER dataset role. After retrieving the list of models, you can get information about a particular model by calling the models.get method.","operationId":"bigquery.models.list","parameters":[{"description":"Required. Project ID of the models to list.","in":"path","name":"projectId","required":true,"schema":{"type":"string"}},{"description":"Required. Dataset ID of the models to list.","in":"path","name":"datasetId","required":true,"schema":{"type":"string"}},{"description":"The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.","in":"query","name":"maxResults","schema":{"type":"integer"}},{"description":"Page token, returned by a previous call to request the next page of results","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListModelsResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/bigquery"],"Oauth2c":["https://www.googleapis.com/auth/bigquery"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]}],"tags":["models"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}]},"/projects/{projectId}/datasets/{datasetId}/models/{modelId}":{"delete":{"description":"Deletes the model specified by modelId from the dataset.","operationId":"bigquery.models.delete","parameters":[{"description":"Required. Project ID of the model to delete.","in":"path","name":"projectId","required":true,"schema":{"type":"string"}},{"description":"Required. Dataset ID of the model to delete.","in":"path","name":"datasetId","required":true,"schema":{"type":"string"}},{"description":"Required. Model ID of the model to delete.","in":"path","name":"modelId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/bigquery"],"Oauth2c":["https://www.googleapis.com/auth/bigquery"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["models"]},"get":{"description":"Gets the specified model resource by model ID.","operationId":"bigquery.models.get","parameters":[{"description":"Required. Project ID of the requested model.","in":"path","name":"projectId","required":true,"schema":{"type":"string"}},{"description":"Required. Dataset ID of the requested model.","in":"path","name":"datasetId","required":true,"schema":{"type":"string"}},{"description":"Required. Model ID of the requested model.","in":"path","name":"modelId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Model"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/bigquery"],"Oauth2c":["https://www.googleapis.com/auth/bigquery"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]}],"tags":["models"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"patch":{"description":"Patch specific fields in the specified model.","operationId":"bigquery.models.patch","parameters":[{"description":"Required. Project ID of the model to patch.","in":"path","name":"projectId","required":true,"schema":{"type":"string"}},{"description":"Required. Dataset ID of the model to patch.","in":"path","name":"datasetId","required":true,"schema":{"type":"string"}},{"description":"Required. Model ID of the model to patch.","in":"path","name":"modelId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Model"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Model"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/bigquery"],"Oauth2c":["https://www.googleapis.com/auth/bigquery"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["models"]}},"/projects/{projectId}/datasets/{datasetId}/routines":{"get":{"description":"Lists all routines in the specified dataset. Requires the READER dataset role.","operationId":"bigquery.routines.list","parameters":[{"description":"Required. Project ID of the routines to list","in":"path","name":"projectId","required":true,"schema":{"type":"string"}},{"description":"Required. Dataset ID of the routines to list","in":"path","name":"datasetId","required":true,"schema":{"type":"string"}},{"description":"If set, then only the Routines matching this filter are returned. The supported format is `routineType:{RoutineType}`, where `{RoutineType}` is a RoutineType enum. For example: `routineType:SCALAR_FUNCTION`.","in":"query","name":"filter","schema":{"type":"string"}},{"description":"The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.","in":"query","name":"maxResults","schema":{"type":"integer"}},{"description":"Page token, returned by a previous call, to request the next page of results","in":"query","name":"pageToken","schema":{"type":"string"}},{"description":"If set, then only the Routine fields in the field mask, as well as project_id, dataset_id and routine_id, are returned in the response. If unset, then the following Routine fields are returned: etag, project_id, dataset_id, routine_id, routine_type, creation_time, last_modified_time, and language.","in":"query","name":"readMask","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListRoutinesResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/bigquery"],"Oauth2c":["https://www.googleapis.com/auth/bigquery"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]}],"tags":["routines"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Creates a new routine in the dataset.","operationId":"bigquery.routines.insert","parameters":[{"description":"Required. Project ID of the new routine","in":"path","name":"projectId","required":true,"schema":{"type":"string"}},{"description":"Required. Dataset ID of the new routine","in":"path","name":"datasetId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Routine"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Routine"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/bigquery"],"Oauth2c":["https://www.googleapis.com/auth/bigquery"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["routines"]}},"/projects/{projectId}/datasets/{datasetId}/routines/{routineId}":{"delete":{"description":"Deletes the routine specified by routineId from the dataset.","operationId":"bigquery.routines.delete","parameters":[{"description":"Required. Project ID of the routine to delete","in":"path","name":"projectId","required":true,"schema":{"type":"string"}},{"description":"Required. Dataset ID of the routine to delete","in":"path","name":"datasetId","required":true,"schema":{"type":"string"}},{"description":"Required. Routine ID of the routine to delete","in":"path","name":"routineId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/bigquery"],"Oauth2c":["https://www.googleapis.com/auth/bigquery"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["routines"]},"get":{"description":"Gets the specified routine resource by routine ID.","operationId":"bigquery.routines.get","parameters":[{"description":"Required. Project ID of the requested routine","in":"path","name":"projectId","required":true,"schema":{"type":"string"}},{"description":"Required. Dataset ID of the requested routine","in":"path","name":"datasetId","required":true,"schema":{"type":"string"}},{"description":"Required. Routine ID of the requested routine","in":"path","name":"routineId","required":true,"schema":{"type":"string"}},{"description":"If set, only the Routine fields in the field mask are returned in the response. If unset, all Routine fields are returned.","in":"query","name":"readMask","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Routine"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/bigquery"],"Oauth2c":["https://www.googleapis.com/auth/bigquery"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]}],"tags":["routines"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"put":{"description":"Updates information in an existing routine. The update method replaces the entire Routine resource.","operationId":"bigquery.routines.update","parameters":[{"description":"Required. Project ID of the routine to update","in":"path","name":"projectId","required":true,"schema":{"type":"string"}},{"description":"Required. Dataset ID of the routine to update","in":"path","name":"datasetId","required":true,"schema":{"type":"string"}},{"description":"Required. Routine ID of the routine to update","in":"path","name":"routineId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Routine"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Routine"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/bigquery"],"Oauth2c":["https://www.googleapis.com/auth/bigquery"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["routines"]}},"/projects/{projectId}/datasets/{datasetId}/tables":{"get":{"description":"Lists all tables in the specified dataset. Requires the READER dataset role.","operationId":"bigquery.tables.list","parameters":[{"description":"Required. Project ID of the tables to list","in":"path","name":"projectId","required":true,"schema":{"type":"string"}},{"description":"Required. Dataset ID of the tables to list","in":"path","name":"datasetId","required":true,"schema":{"type":"string"}},{"description":"The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.","in":"query","name":"maxResults","schema":{"type":"integer"}},{"description":"Page token, returned by a previous call, to request the next page of results","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TableList"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/bigquery"],"Oauth2c":["https://www.googleapis.com/auth/bigquery"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]}],"tags":["tables"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Creates a new, empty table in the dataset.","operationId":"bigquery.tables.insert","parameters":[{"description":"Required. Project ID of the new table","in":"path","name":"projectId","required":true,"schema":{"type":"string"}},{"description":"Required. Dataset ID of the new table","in":"path","name":"datasetId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Table"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Table"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/bigquery"],"Oauth2c":["https://www.googleapis.com/auth/bigquery"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["tables"]}},"/projects/{projectId}/datasets/{datasetId}/tables/{tableId}":{"delete":{"description":"Deletes the table specified by tableId from the dataset. If the table contains data, all the data will be deleted.","operationId":"bigquery.tables.delete","parameters":[{"description":"Required. Project ID of the table to delete","in":"path","name":"projectId","required":true,"schema":{"type":"string"}},{"description":"Required. Dataset ID of the table to delete","in":"path","name":"datasetId","required":true,"schema":{"type":"string"}},{"description":"Required. Table ID of the table to delete","in":"path","name":"tableId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/bigquery"],"Oauth2c":["https://www.googleapis.com/auth/bigquery"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["tables"]},"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.","operationId":"bigquery.tables.get","parameters":[{"description":"Required. Project ID of the requested table","in":"path","name":"projectId","required":true,"schema":{"type":"string"}},{"description":"Required. Dataset ID of the requested table","in":"path","name":"datasetId","required":true,"schema":{"type":"string"}},{"description":"Required. Table ID of the requested table","in":"path","name":"tableId","required":true,"schema":{"type":"string"}},{"description":"List of table schema fields to return (comma-separated). If unspecified, all fields are returned. A fieldMask cannot be used here because the fields will automatically be converted from camelCase to snake_case and the conversion will fail if there are underscores. Since these are fields in BigQuery table schemas, underscores are allowed.","in":"query","name":"selectedFields","schema":{"type":"string"}},{"description":"Optional. Specifies the view that determines which table information is returned. By default, basic table information and storage statistics (STORAGE_STATS) are returned.","in":"query","name":"view","schema":{"enum":["TABLE_METADATA_VIEW_UNSPECIFIED","BASIC","STORAGE_STATS","FULL"],"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Table"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/bigquery"],"Oauth2c":["https://www.googleapis.com/auth/bigquery"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]}],"tags":["tables"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"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 RFC5789 patch semantics.","operationId":"bigquery.tables.patch","parameters":[{"description":"Required. Project ID of the table to update","in":"path","name":"projectId","required":true,"schema":{"type":"string"}},{"description":"Required. Dataset ID of the table to update","in":"path","name":"datasetId","required":true,"schema":{"type":"string"}},{"description":"Required. Table ID of the table to update","in":"path","name":"tableId","required":true,"schema":{"type":"string"}},{"description":"Optional. When true will autodetect schema, else will keep original schema","in":"query","name":"autodetect_schema","schema":{"type":"boolean"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Table"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Table"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/bigquery"],"Oauth2c":["https://www.googleapis.com/auth/bigquery"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["tables"]},"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.","operationId":"bigquery.tables.update","parameters":[{"description":"Required. Project ID of the table to update","in":"path","name":"projectId","required":true,"schema":{"type":"string"}},{"description":"Required. Dataset ID of the table to update","in":"path","name":"datasetId","required":true,"schema":{"type":"string"}},{"description":"Required. Table ID of the table to update","in":"path","name":"tableId","required":true,"schema":{"type":"string"}},{"description":"Optional. When true will autodetect schema, else will keep original schema","in":"query","name":"autodetect_schema","schema":{"type":"boolean"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Table"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Table"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/bigquery"],"Oauth2c":["https://www.googleapis.com/auth/bigquery"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["tables"]}},"/projects/{projectId}/datasets/{datasetId}/tables/{tableId}/data":{"get":{"description":"List the content of a table in rows.","operationId":"bigquery.tabledata.list","parameters":[{"description":"Required. Project id of the table to list.","in":"path","name":"projectId","required":true,"schema":{"type":"string"}},{"description":"Required. Dataset id of the table to list.","in":"path","name":"datasetId","required":true,"schema":{"type":"string"}},{"description":"Required. Table id of the table to list.","in":"path","name":"tableId","required":true,"schema":{"type":"string"}},{"description":"Optional. Output timestamp as usec int64. Default is false.","in":"query","name":"formatOptions.useInt64Timestamp","schema":{"type":"boolean"}},{"description":"Row limit of the table.","in":"query","name":"maxResults","schema":{"type":"integer"}},{"description":"To retrieve the next page of table data, set this field to the string provided in the pageToken field of the response body from your previous call to tabledata.list.","in":"query","name":"pageToken","schema":{"type":"string"}},{"description":"Subset of fields to return, supports select into sub fields. Example: selected_fields = \"a,e.d.f\";","in":"query","name":"selectedFields","schema":{"type":"string"}},{"description":"Start row index of the table.","in":"query","name":"startIndex","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TableDataList"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/bigquery"],"Oauth2c":["https://www.googleapis.com/auth/bigquery"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]}],"tags":["tabledata"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}]},"/projects/{projectId}/datasets/{datasetId}/tables/{tableId}/insertAll":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Streams data into BigQuery one record at a time without needing to run a load job.","operationId":"bigquery.tabledata.insertAll","parameters":[{"description":"Required. Project ID of the destination.","in":"path","name":"projectId","required":true,"schema":{"type":"string"}},{"description":"Required. Dataset ID of the destination.","in":"path","name":"datasetId","required":true,"schema":{"type":"string"}},{"description":"Required. Table ID of the destination.","in":"path","name":"tableId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TableDataInsertAllRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TableDataInsertAllResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/bigquery"],"Oauth2c":["https://www.googleapis.com/auth/bigquery"]},{"Oauth2":["https://www.googleapis.com/auth/bigquery.insertdata"],"Oauth2c":["https://www.googleapis.com/auth/bigquery.insertdata"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["tabledata"]}},"/projects/{projectId}/datasets/{datasetId}/tables/{tableId}/rowAccessPolicies":{"get":{"description":"Lists all row access policies on the specified table.","operationId":"bigquery.rowAccessPolicies.list","parameters":[{"description":"Required. Project ID of the row access policies to list.","in":"path","name":"projectId","required":true,"schema":{"type":"string"}},{"description":"Required. Dataset ID of row access policies to list.","in":"path","name":"datasetId","required":true,"schema":{"type":"string"}},{"description":"Required. Table ID of the table to list row access policies.","in":"path","name":"tableId","required":true,"schema":{"type":"string"}},{"description":"The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"Page token, returned by a previous call, to request the next page of results.","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListRowAccessPoliciesResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/bigquery"],"Oauth2c":["https://www.googleapis.com/auth/bigquery"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]}],"tags":["rowAccessPolicies"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}]},"/projects/{projectId}/datasets/{datasetId}:undelete":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Undeletes a dataset which is within time travel window based on datasetId. If a time is specified, the dataset version deleted at that time is undeleted, else the last live version is undeleted.","operationId":"bigquery.datasets.undelete","parameters":[{"description":"Required. Project ID of the dataset to be undeleted","in":"path","name":"projectId","required":true,"schema":{"type":"string"}},{"description":"Required. Dataset ID of dataset being deleted","in":"path","name":"datasetId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UndeleteDatasetRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Dataset"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/bigquery"],"Oauth2c":["https://www.googleapis.com/auth/bigquery"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["datasets"]}},"/projects/{projectId}/jobs":{"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.","operationId":"bigquery.jobs.list","parameters":[{"description":"Project ID of the jobs to list.","in":"path","name":"projectId","required":true,"schema":{"type":"string"}},{"description":"Whether to display jobs owned by all users in the project. Default False.","in":"query","name":"allUsers","schema":{"type":"boolean"}},{"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.","in":"query","name":"maxCreationTime","schema":{"type":"string"}},{"description":"The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.","in":"query","name":"maxResults","schema":{"type":"integer"}},{"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.","in":"query","name":"minCreationTime","schema":{"type":"string"}},{"description":"Page token, returned by a previous call, to request the next page of results.","in":"query","name":"pageToken","schema":{"type":"string"}},{"description":"If set, show only child jobs of the specified parent. Otherwise, show all top-level jobs.","in":"query","name":"parentJobId","schema":{"type":"string"}},{"description":"Restrict information returned to a set of selected fields","in":"query","name":"projection","schema":{"enum":["full","minimal"],"type":"string"}},{"description":"Filter for job state","explode":true,"in":"query","name":"stateFilter","schema":{"items":{"enum":["done","pending","running"],"type":"string"},"type":"array"},"style":"form"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobList"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/bigquery"],"Oauth2c":["https://www.googleapis.com/auth/bigquery"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]}],"tags":["jobs"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Starts a new asynchronous job. This API has two different kinds of endpoint URIs, as this method supports a variety of use cases. * The *Metadata* URI is used for most interactions, as it accepts the job configuration directly. * The *Upload* URI is ONLY for the case when you're sending both a load job configuration and a data stream together. In this case, the Upload URI accepts the job configuration and the data as two distinct multipart MIME parts.","operationId":"bigquery.jobs.insert","parameters":[{"description":"Project ID of project that will be billed for the job.","in":"path","name":"projectId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/octet-stream":{"schema":{"$ref":"#/components/schemas/Job"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Job"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/bigquery"],"Oauth2c":["https://www.googleapis.com/auth/bigquery"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/devstorage.full_control"],"Oauth2c":["https://www.googleapis.com/auth/devstorage.full_control"]},{"Oauth2":["https://www.googleapis.com/auth/devstorage.read_only"],"Oauth2c":["https://www.googleapis.com/auth/devstorage.read_only"]},{"Oauth2":["https://www.googleapis.com/auth/devstorage.read_write"],"Oauth2c":["https://www.googleapis.com/auth/devstorage.read_write"]}],"tags":["jobs"]}},"/projects/{projectId}/jobs/{jobId}":{"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.","operationId":"bigquery.jobs.get","parameters":[{"description":"Required. Project ID of the requested job.","in":"path","name":"projectId","required":true,"schema":{"type":"string"}},{"description":"Required. Job ID of the requested job.","in":"path","name":"jobId","required":true,"schema":{"type":"string"}},{"description":"The geographic location of the job. You must specify the location to run the job for the following scenarios: - If the location to run a job is not in the `us` or the `eu` multi-regional location - If the job's location is in a single region (for example, `us-central1`) For more information, see https://cloud.google.com/bigquery/docs/locations#specifying_your_location.","in":"query","name":"location","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Job"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/bigquery"],"Oauth2c":["https://www.googleapis.com/auth/bigquery"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]}],"tags":["jobs"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}]},"/projects/{projectId}/jobs/{jobId}/cancel":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"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.","operationId":"bigquery.jobs.cancel","parameters":[{"description":"Required. Project ID of the job to cancel","in":"path","name":"projectId","required":true,"schema":{"type":"string"}},{"description":"Required. Job ID of the job to cancel","in":"path","name":"jobId","required":true,"schema":{"type":"string"}},{"description":"The geographic location of the job. You must specify the location to run the job for the following scenarios: - If the location to run a job is not in the `us` or the `eu` multi-regional location - If the job's location is in a single region (for example, `us-central1`) For more information, see https://cloud.google.com/bigquery/docs/locations#specifying_your_location.","in":"query","name":"location","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobCancelResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/bigquery"],"Oauth2c":["https://www.googleapis.com/auth/bigquery"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["jobs"]}},"/projects/{projectId}/jobs/{jobId}/delete":{"delete":{"description":"Requests the deletion of the metadata of a job. This call returns when the job's metadata is deleted.","operationId":"bigquery.jobs.delete","parameters":[{"descrip