| Modifier and Type | Class and Description |
|---|---|
class |
Bigquery.Datasets.Delete |
class |
Bigquery.Datasets.Get |
class |
Bigquery.Datasets.Insert |
class |
Bigquery.Datasets.List |
class |
Bigquery.Datasets.Patch |
class |
Bigquery.Datasets.Undelete |
class |
Bigquery.Datasets.Update |
| Constructor and Description |
|---|
Datasets() |
| Modifier and Type | Method and Description |
|---|---|
Bigquery.Datasets.Delete |
delete(String projectId,
String datasetId)
Deletes the dataset specified by the datasetId value.
|
Bigquery.Datasets.Get |
get(String projectId,
String datasetId)
Returns the dataset specified by datasetID.
|
Bigquery.Datasets.Insert |
insert(String projectId,
Dataset content)
Creates a new empty dataset.
|
Bigquery.Datasets.List |
list(String projectId)
Lists all datasets in the specified project to which the user has been granted the READER dataset
role.
|
Bigquery.Datasets.Patch |
patch(String projectId,
String datasetId,
Dataset content)
Updates information in an existing dataset.
|
Bigquery.Datasets.Undelete |
undelete(String projectId,
String datasetId,
UndeleteDatasetRequest content)
Undeletes a dataset which is within time travel window based on datasetId.
|
Bigquery.Datasets.Update |
update(String projectId,
String datasetId,
Dataset content)
Updates information in an existing dataset.
|
public Bigquery.Datasets.Delete delete(String projectId, String datasetId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. Project ID of the dataset being deleteddatasetId - Required. Dataset ID of dataset being deletedIOExceptionpublic Bigquery.Datasets.Get get(String projectId, String datasetId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. Project ID of the requested datasetdatasetId - Required. Dataset ID of the requested datasetIOExceptionpublic Bigquery.Datasets.Insert insert(String projectId, Dataset content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. Project ID of the new datasetcontent - the DatasetIOExceptionpublic Bigquery.Datasets.List list(String projectId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. Project ID of the datasets to be listedIOExceptionpublic Bigquery.Datasets.Patch patch(String projectId, String datasetId, Dataset content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. Project ID of the dataset being updateddatasetId - Required. Dataset ID of the dataset being updatedcontent - the DatasetIOExceptionpublic Bigquery.Datasets.Undelete undelete(String projectId, String datasetId, UndeleteDatasetRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. Project ID of the dataset to be undeleteddatasetId - Required. Dataset ID of dataset being deletedcontent - the UndeleteDatasetRequestIOExceptionpublic Bigquery.Datasets.Update update(String projectId, String datasetId, Dataset content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. Project ID of the dataset being updateddatasetId - Required. Dataset ID of the dataset being updatedcontent - the DatasetIOExceptionCopyright © 2011–2025 Google. All rights reserved.