public class Bigquery.Projects.List extends BigqueryRequest<ProjectList>
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
List()
Lists all projects to which you have been granted any project role.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
Long |
getMaxResults()
Maximum number of results to return
|
String |
getPageToken()
Page token, returned by a previous call, to request the next page of results
|
Bigquery.Projects.List |
set(String parameterName,
Object value) |
Bigquery.Projects.List |
setAlt(String alt)
Data format for the response.
|
Bigquery.Projects.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Bigquery.Projects.List |
setKey(String key)
API key.
|
Bigquery.Projects.List |
setMaxResults(Long maxResults)
Maximum number of results to return
|
Bigquery.Projects.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Bigquery.Projects.List |
setPageToken(String pageToken)
Page token, returned by a previous call, to request the next page of results
|
Bigquery.Projects.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Bigquery.Projects.List |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
Bigquery.Projects.List |
setUserIp(String userIp)
Deprecated.
|
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, 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 List()
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.
public com.google.api.client.http.HttpResponse executeUsingHead() throws IOException
executeUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ProjectList>
IOException
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ProjectList>
IOException
public Bigquery.Projects.List setAlt(String alt)
BigqueryRequest
setAlt
in class BigqueryRequest<ProjectList>
public Bigquery.Projects.List setFields(String fields)
BigqueryRequest
setFields
in class BigqueryRequest<ProjectList>
public Bigquery.Projects.List setKey(String key)
BigqueryRequest
setKey
in class BigqueryRequest<ProjectList>
public Bigquery.Projects.List setOauthToken(String oauthToken)
BigqueryRequest
setOauthToken
in class BigqueryRequest<ProjectList>
public Bigquery.Projects.List setPrettyPrint(Boolean prettyPrint)
BigqueryRequest
setPrettyPrint
in class BigqueryRequest<ProjectList>
public Bigquery.Projects.List setQuotaUser(String quotaUser)
BigqueryRequest
setQuotaUser
in class BigqueryRequest<ProjectList>
public Bigquery.Projects.List setUserIp(String userIp)
BigqueryRequest
setUserIp
in class BigqueryRequest<ProjectList>
public Long getMaxResults()
public Bigquery.Projects.List setMaxResults(Long maxResults)
public String getPageToken()
public Bigquery.Projects.List setPageToken(String pageToken)
public Bigquery.Projects.List set(String parameterName, Object value)
set
in class BigqueryRequest<ProjectList>
Copyright © 2011–2023 Google. All rights reserved.