public class Bigquery.Tables
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Bigquery.Tables.Delete |
class |
Bigquery.Tables.Get |
class |
Bigquery.Tables.Insert |
class |
Bigquery.Tables.List |
class |
Bigquery.Tables.Patch |
class |
Bigquery.Tables.Update |
Constructor and Description |
---|
Tables() |
Modifier and Type | Method and Description |
---|---|
Bigquery.Tables.Delete |
delete(java.lang.String projectId,
java.lang.String datasetId,
java.lang.String tableId)
Deletes the table specified by tableId from the dataset.
|
Bigquery.Tables.Get |
get(java.lang.String projectId,
java.lang.String datasetId,
java.lang.String tableId)
Gets the specified table resource by table ID.
|
Bigquery.Tables.Insert |
insert(java.lang.String projectId,
java.lang.String datasetId,
Table content)
Creates a new, empty table in the dataset.
|
Bigquery.Tables.List |
list(java.lang.String projectId,
java.lang.String datasetId)
Lists all tables in the specified dataset.
|
Bigquery.Tables.Patch |
patch(java.lang.String projectId,
java.lang.String datasetId,
java.lang.String tableId,
Table content)
Updates information in an existing table.
|
Bigquery.Tables.Update |
update(java.lang.String projectId,
java.lang.String datasetId,
java.lang.String tableId,
Table content)
Updates information in an existing table.
|
public Bigquery.Tables.Delete delete(java.lang.String projectId, java.lang.String datasetId, java.lang.String tableId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.projectId
- Project ID of the table to deletedatasetId
- Dataset ID of the table to deletetableId
- Table ID of the table to deletejava.io.IOException
public Bigquery.Tables.Get get(java.lang.String projectId, java.lang.String datasetId, java.lang.String tableId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.projectId
- Project ID of the requested tabledatasetId
- Dataset ID of the requested tabletableId
- Table ID of the requested tablejava.io.IOException
public Bigquery.Tables.Insert insert(java.lang.String projectId, java.lang.String datasetId, Table content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.projectId
- Project ID of the new tabledatasetId
- Dataset ID of the new tablecontent
- the Table
java.io.IOException
public Bigquery.Tables.List list(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 tables to listdatasetId
- Dataset ID of the tables to listjava.io.IOException
public Bigquery.Tables.Patch patch(java.lang.String projectId, java.lang.String datasetId, java.lang.String tableId, Table content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.projectId
- Project ID of the table to updatedatasetId
- Dataset ID of the table to updatetableId
- Table ID of the table to updatecontent
- the Table
java.io.IOException
public Bigquery.Tables.Update update(java.lang.String projectId, java.lang.String datasetId, java.lang.String tableId, Table content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.projectId
- Project ID of the table to updatedatasetId
- Dataset ID of the table to updatetableId
- Table ID of the table to updatecontent
- the Table
java.io.IOException