public class Bigquery.Datasets
extends java.lang.Object
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.Update |
Constructor and Description |
---|
Datasets() |
Modifier and Type | Method and Description |
---|---|
Bigquery.Datasets.Delete |
delete(java.lang.String projectId,
java.lang.String datasetId)
Deletes the dataset specified by the datasetId value.
|
Bigquery.Datasets.Get |
get(java.lang.String projectId,
java.lang.String datasetId)
Returns the dataset specified by datasetID.
|
Bigquery.Datasets.Insert |
insert(java.lang.String projectId,
Dataset content)
Creates a new empty dataset.
|
Bigquery.Datasets.List |
list(java.lang.String projectId)
Lists all datasets in the specified project to which you have been granted the READER dataset
role.
|
Bigquery.Datasets.Patch |
patch(java.lang.String projectId,
java.lang.String datasetId,
Dataset content)
Updates information in an existing dataset.
|
Bigquery.Datasets.Update |
update(java.lang.String projectId,
java.lang.String datasetId,
Dataset content)
Updates information in an existing dataset.
|
public Bigquery.Datasets.Delete delete(java.lang.String projectId, java.lang.String datasetId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.projectId
- Project ID of the dataset being deleteddatasetId
- Dataset ID of dataset being deletedjava.io.IOException
public Bigquery.Datasets.Get get(java.lang.String projectId, java.lang.String datasetId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.projectId
- Project ID of the requested datasetdatasetId
- Dataset ID of the requested datasetjava.io.IOException
public Bigquery.Datasets.Insert insert(java.lang.String projectId, Dataset content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.projectId
- Project ID of the new datasetcontent
- the Dataset
java.io.IOException
public Bigquery.Datasets.List list(java.lang.String projectId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.projectId
- Project ID of the datasets to be listedjava.io.IOException
public Bigquery.Datasets.Patch patch(java.lang.String projectId, java.lang.String datasetId, Dataset content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.projectId
- Project ID of the dataset being updateddatasetId
- Dataset ID of the dataset being updatedcontent
- the Dataset
java.io.IOException
public Bigquery.Datasets.Update update(java.lang.String projectId, java.lang.String datasetId, Dataset content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.projectId
- Project ID of the dataset being updateddatasetId
- Dataset ID of the dataset being updatedcontent
- the Dataset
java.io.IOException