public class Bigquery.Jobs.List extends BigqueryRequest<JobList>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
Bigquery.Jobs.List(String projectId)
Lists all the Jobs in the specified project that were started by the user.
|
Modifier and Type | Method and Description |
---|---|
HttpRequest |
buildHttpRequestUsingHead() |
HttpResponse |
executeUsingHead() |
Boolean |
getAllUsers()
Whether to display jobs owned by all users in the project.
|
Long |
getMaxResults()
Maximum number of results to return
|
String |
getPageToken()
Page token, returned by a previous call, to request the next page of results
|
String |
getProjectId()
Project ID of the jobs to list
|
String |
getProjection()
Restrict information returned to a set of selected fields
|
List<String> |
getStateFilter()
Filter for job state
|
Bigquery.Jobs.List |
set(String parameterName,
Object value) |
Bigquery.Jobs.List |
setAllUsers(Boolean allUsers)
Whether to display jobs owned by all users in the project.
|
Bigquery.Jobs.List |
setAlt(String alt)
Data format for the response.
|
Bigquery.Jobs.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Bigquery.Jobs.List |
setKey(String key)
API key.
|
Bigquery.Jobs.List |
setMaxResults(Long maxResults)
Maximum number of results to return
|
Bigquery.Jobs.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Bigquery.Jobs.List |
setPageToken(String pageToken)
Page token, returned by a previous call, to request the next page of results
|
Bigquery.Jobs.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Bigquery.Jobs.List |
setProjectId(String projectId)
Project ID of the jobs to list
|
Bigquery.Jobs.List |
setProjection(String projection)
Restrict information returned to a set of selected fields
|
Bigquery.Jobs.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Bigquery.Jobs.List |
setStateFilter(List<String> stateFilter)
Filter for job state
|
Bigquery.Jobs.List |
setUserIp(String userIp)
IP address of the site where the request originates.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue
clone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, values
protected Bigquery.Jobs.List(String projectId)
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 jobs to listpublic HttpResponse executeUsingHead() throws IOException
executeUsingHead
in class AbstractGoogleClientRequest<JobList>
IOException
public HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class AbstractGoogleClientRequest<JobList>
IOException
public Bigquery.Jobs.List setAlt(String alt)
BigqueryRequest
setAlt
in class BigqueryRequest<JobList>
public Bigquery.Jobs.List setFields(String fields)
BigqueryRequest
setFields
in class BigqueryRequest<JobList>
public Bigquery.Jobs.List setKey(String key)
BigqueryRequest
setKey
in class BigqueryRequest<JobList>
public Bigquery.Jobs.List setOauthToken(String oauthToken)
BigqueryRequest
setOauthToken
in class BigqueryRequest<JobList>
public Bigquery.Jobs.List setPrettyPrint(Boolean prettyPrint)
BigqueryRequest
setPrettyPrint
in class BigqueryRequest<JobList>
public Bigquery.Jobs.List setQuotaUser(String quotaUser)
BigqueryRequest
setQuotaUser
in class BigqueryRequest<JobList>
public Bigquery.Jobs.List setUserIp(String userIp)
BigqueryRequest
setUserIp
in class BigqueryRequest<JobList>
public String getProjectId()
public Bigquery.Jobs.List setProjectId(String projectId)
public String getProjection()
public Bigquery.Jobs.List setProjection(String projection)
public Bigquery.Jobs.List setStateFilter(List<String> stateFilter)
public Boolean getAllUsers()
public Bigquery.Jobs.List setAllUsers(Boolean allUsers)
public Long getMaxResults()
public Bigquery.Jobs.List setMaxResults(Long maxResults)
public String getPageToken()
public Bigquery.Jobs.List setPageToken(String pageToken)
public Bigquery.Jobs.List set(String parameterName, Object value)
set
in class BigqueryRequest<JobList>