public class Bigquery.Tables.Delete extends BigqueryRequest<java.lang.Void>
com.google.api.client.util.GenericData.Flags| Modifier | Constructor and Description |
|---|---|
protected |
Bigquery.Tables.Delete(java.lang.String projectId,
java.lang.String datasetId,
java.lang.String tableId)
Deletes the table specified by tableId from the dataset.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDatasetId()
Dataset ID of the table to delete
|
java.lang.String |
getProjectId()
Project ID of the table to delete
|
java.lang.String |
getTableId()
Table ID of the table to delete
|
Bigquery.Tables.Delete |
set(java.lang.String parameterName,
java.lang.Object value) |
Bigquery.Tables.Delete |
setAlt(java.lang.String alt)
Data format for the response.
|
Bigquery.Tables.Delete |
setDatasetId(java.lang.String datasetId)
Dataset ID of the table to delete
|
Bigquery.Tables.Delete |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Bigquery.Tables.Delete |
setKey(java.lang.String key)
API key.
|
Bigquery.Tables.Delete |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Bigquery.Tables.Delete |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Bigquery.Tables.Delete |
setProjectId(java.lang.String projectId)
Project ID of the table to delete
|
Bigquery.Tables.Delete |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
Bigquery.Tables.Delete |
setTableId(java.lang.String tableId)
Table ID of the table to delete
|
Bigquery.Tables.Delete |
setUserIp(java.lang.String userIp)
IP address of the site where the request originates.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queueclone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysprotected Bigquery.Tables.Delete(java.lang.String projectId,
java.lang.String datasetId,
java.lang.String tableId)
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Bigquery.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must
be called to initialize this instance immediately after invoking the constructor.
projectId - Project ID of the table to deletedatasetId - Dataset ID of the table to deletetableId - Table ID of the table to deletepublic Bigquery.Tables.Delete setAlt(java.lang.String alt)
BigqueryRequestsetAlt in class BigqueryRequest<java.lang.Void>public Bigquery.Tables.Delete setFields(java.lang.String fields)
BigqueryRequestsetFields in class BigqueryRequest<java.lang.Void>public Bigquery.Tables.Delete setKey(java.lang.String key)
BigqueryRequestsetKey in class BigqueryRequest<java.lang.Void>public Bigquery.Tables.Delete setOauthToken(java.lang.String oauthToken)
BigqueryRequestsetOauthToken in class BigqueryRequest<java.lang.Void>public Bigquery.Tables.Delete setPrettyPrint(java.lang.Boolean prettyPrint)
BigqueryRequestsetPrettyPrint in class BigqueryRequest<java.lang.Void>public Bigquery.Tables.Delete setQuotaUser(java.lang.String quotaUser)
BigqueryRequestsetQuotaUser in class BigqueryRequest<java.lang.Void>public Bigquery.Tables.Delete setUserIp(java.lang.String userIp)
BigqueryRequestsetUserIp in class BigqueryRequest<java.lang.Void>public java.lang.String getProjectId()
public Bigquery.Tables.Delete setProjectId(java.lang.String projectId)
public java.lang.String getDatasetId()
public Bigquery.Tables.Delete setDatasetId(java.lang.String datasetId)
public java.lang.String getTableId()
public Bigquery.Tables.Delete setTableId(java.lang.String tableId)
public Bigquery.Tables.Delete set(java.lang.String parameterName, java.lang.Object value)
set in class BigqueryRequest<java.lang.Void>