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
- Project ID of the table to deletedatasetId
- Dataset ID of the table to deletetableId
- Table ID of the table to deleteIOException
public Bigquery.Tables.Get get(String projectId, String datasetId, String tableId) throws 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 tableIOException
public 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 the operation documentation for
the appropriate value for this field.content
- the GetIamPolicyRequest
IOException
public Bigquery.Tables.Insert insert(String projectId, String datasetId, Table content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.projectId
- Project ID of the new tabledatasetId
- Dataset ID of the new tablecontent
- the Table
IOException
public Bigquery.Tables.List list(String projectId, String datasetId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.projectId
- Project ID of the tables to listdatasetId
- Dataset ID of the tables to listIOException
public Bigquery.Tables.Patch patch(String projectId, String datasetId, String tableId, Table content) throws 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
IOException
public 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 the operation documentation for
the appropriate value for this field.content
- the SetIamPolicyRequest
IOException
public 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 the operation
documentation for the appropriate value for this field.content
- the TestIamPermissionsRequest
IOException
public Bigquery.Tables.Update update(String projectId, String datasetId, String tableId, Table content) throws 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
IOException
Copyright © 2011–2020 Google. All rights reserved.