| Modifier and Type | Class and Description |
|---|---|
class |
Bigquery.Tables.Delete |
class |
Bigquery.Tables.Get |
class |
Bigquery.Tables.GetIamPolicy |
class |
Bigquery.Tables.Insert |
class |
Bigquery.Tables.List |
class |
Bigquery.Tables.Patch |
class |
Bigquery.Tables.SetIamPolicy |
class |
Bigquery.Tables.TestIamPermissions |
class |
Bigquery.Tables.Update |
| Constructor and Description |
|---|
Tables() |
| Modifier and Type | Method and Description |
|---|---|
Bigquery.Tables.Delete |
delete(String projectId,
String datasetId,
String tableId)
Deletes the table specified by tableId from the dataset.
|
Bigquery.Tables.Get |
get(String projectId,
String datasetId,
String tableId)
Gets the specified table resource by table ID.
|
Bigquery.Tables.GetIamPolicy |
getIamPolicy(String resource,
GetIamPolicyRequest content)
Gets the access control policy for a resource.
|
Bigquery.Tables.Insert |
insert(String projectId,
String datasetId,
Table content)
Creates a new, empty table in the dataset.
|
Bigquery.Tables.List |
list(String projectId,
String datasetId)
Lists all tables in the specified dataset.
|
Bigquery.Tables.Patch |
patch(String projectId,
String datasetId,
String tableId,
Table content)
Updates information in an existing table.
|
Bigquery.Tables.SetIamPolicy |
setIamPolicy(String resource,
SetIamPolicyRequest content)
Sets the access control policy on the specified resource.
|
Bigquery.Tables.TestIamPermissions |
testIamPermissions(String resource,
TestIamPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
|
Bigquery.Tables.Update |
update(String projectId,
String datasetId,
String tableId,
Table content)
Updates information in an existing table.
|
public Bigquery.Tables.Delete delete(String projectId, String datasetId, String tableId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. Project ID of the table to deletedatasetId - Required. Dataset ID of the table to deletetableId - Required. Table ID of the table to deleteIOExceptionpublic Bigquery.Tables.Get get(String projectId, String datasetId, String tableId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. Project ID of the requested tabledatasetId - Required. Dataset ID of the requested tabletableId - Required. Table ID of the requested tableIOExceptionpublic Bigquery.Tables.GetIamPolicy getIamPolicy(String resource, GetIamPolicyRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resource - REQUIRED: The resource for which the policy is being requested. See [Resource
names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
this field.content - the GetIamPolicyRequestIOExceptionpublic Bigquery.Tables.Insert insert(String projectId, String datasetId, Table content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. Project ID of the new tabledatasetId - Required. Dataset ID of the new tablecontent - the TableIOExceptionpublic Bigquery.Tables.List list(String projectId, String datasetId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. Project ID of the tables to listdatasetId - Required. Dataset ID of the tables to listIOExceptionpublic Bigquery.Tables.Patch patch(String projectId, String datasetId, String tableId, Table content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. Project ID of the table to updatedatasetId - Required. Dataset ID of the table to updatetableId - Required. Table ID of the table to updatecontent - the TableIOExceptionpublic Bigquery.Tables.SetIamPolicy setIamPolicy(String resource, SetIamPolicyRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resource - REQUIRED: The resource for which the policy is being specified. See [Resource
names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
this field.content - the SetIamPolicyRequestIOExceptionpublic Bigquery.Tables.TestIamPermissions testIamPermissions(String resource, TestIamPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resource - REQUIRED: The resource for which the policy detail is being requested. See [Resource
names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
this field.content - the TestIamPermissionsRequestIOExceptionpublic Bigquery.Tables.Update update(String projectId, String datasetId, String tableId, Table content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. Project ID of the table to updatedatasetId - Required. Dataset ID of the table to updatetableId - Required. Table ID of the table to updatecontent - the TableIOExceptionCopyright © 2011–2025 Google. All rights reserved.