public class Bigquery.Jobs.Delete extends BigqueryRequest<Void>
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
Delete(String projectId,
String jobId)
Requests the deletion of the metadata of a job.
|
Modifier and Type | Method and Description |
---|---|
String |
getJobId()
Required.
|
String |
getLocation()
The geographic location of the job.
|
String |
getProjectId()
Required.
|
Bigquery.Jobs.Delete |
set(String parameterName,
Object value) |
Bigquery.Jobs.Delete |
setAlt(String alt)
Data format for the response.
|
Bigquery.Jobs.Delete |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Bigquery.Jobs.Delete |
setJobId(String jobId)
Required.
|
Bigquery.Jobs.Delete |
setKey(String key)
API key.
|
Bigquery.Jobs.Delete |
setLocation(String location)
The geographic location of the job.
|
Bigquery.Jobs.Delete |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Bigquery.Jobs.Delete |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Bigquery.Jobs.Delete |
setProjectId(String projectId)
Required.
|
Bigquery.Jobs.Delete |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
Bigquery.Jobs.Delete |
setUserIp(String userIp)
Deprecated.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected Delete(String projectId, String jobId)
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
- Required. Project ID of the job for which metadata is to be deleted.jobId
- Required. Job ID of the job for which metadata is to be deleted. If this is a parent job which has
child jobs, the metadata from all child jobs will be deleted as well. Direct deletion of
the metadata of child jobs is not allowed.public Bigquery.Jobs.Delete setAlt(String alt)
BigqueryRequest
setAlt
in class BigqueryRequest<Void>
public Bigquery.Jobs.Delete setFields(String fields)
BigqueryRequest
setFields
in class BigqueryRequest<Void>
public Bigquery.Jobs.Delete setKey(String key)
BigqueryRequest
setKey
in class BigqueryRequest<Void>
public Bigquery.Jobs.Delete setOauthToken(String oauthToken)
BigqueryRequest
setOauthToken
in class BigqueryRequest<Void>
public Bigquery.Jobs.Delete setPrettyPrint(Boolean prettyPrint)
BigqueryRequest
setPrettyPrint
in class BigqueryRequest<Void>
public Bigquery.Jobs.Delete setQuotaUser(String quotaUser)
BigqueryRequest
setQuotaUser
in class BigqueryRequest<Void>
public Bigquery.Jobs.Delete setUserIp(String userIp)
BigqueryRequest
setUserIp
in class BigqueryRequest<Void>
public String getProjectId()
public Bigquery.Jobs.Delete setProjectId(String projectId)
public String getJobId()
public Bigquery.Jobs.Delete setJobId(String jobId)
public String getLocation()
public Bigquery.Jobs.Delete setLocation(String location)
public Bigquery.Jobs.Delete set(String parameterName, Object value)
set
in class BigqueryRequest<Void>
Copyright © 2011–2023 Google. All rights reserved.