public class Bigquery.Projects.List extends BigqueryRequest<ProjectList>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
List()
RPC to list projects to which the user has 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()
` maxResults` unset returns all results, up to 50 per page.
|
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 |
set$Xgafv(String $Xgafv)
V1 error format.
|
Bigquery.Projects.List |
setAccessToken(String accessToken)
OAuth access token.
|
Bigquery.Projects.List |
setAlt(String alt)
Data format for response.
|
Bigquery.Projects.List |
setCallback(String callback)
JSONP
|
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)
`maxResults` unset returns all results, up to 50 per page.
|
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)
Available to use for quota purposes for server-side applications.
|
Bigquery.Projects.List |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Bigquery.Projects.List |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStreamclone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toStringclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected 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>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ProjectList>IOExceptionpublic Bigquery.Projects.List set$Xgafv(String $Xgafv)
BigqueryRequestset$Xgafv in class BigqueryRequest<ProjectList>public Bigquery.Projects.List setAccessToken(String accessToken)
BigqueryRequestsetAccessToken in class BigqueryRequest<ProjectList>public Bigquery.Projects.List setAlt(String alt)
BigqueryRequestsetAlt in class BigqueryRequest<ProjectList>public Bigquery.Projects.List setCallback(String callback)
BigqueryRequestsetCallback in class BigqueryRequest<ProjectList>public Bigquery.Projects.List setFields(String fields)
BigqueryRequestsetFields in class BigqueryRequest<ProjectList>public Bigquery.Projects.List setKey(String key)
BigqueryRequestsetKey in class BigqueryRequest<ProjectList>public Bigquery.Projects.List setOauthToken(String oauthToken)
BigqueryRequestsetOauthToken in class BigqueryRequest<ProjectList>public Bigquery.Projects.List setPrettyPrint(Boolean prettyPrint)
BigqueryRequestsetPrettyPrint in class BigqueryRequest<ProjectList>public Bigquery.Projects.List setQuotaUser(String quotaUser)
BigqueryRequestsetQuotaUser in class BigqueryRequest<ProjectList>public Bigquery.Projects.List setUploadType(String uploadType)
BigqueryRequestsetUploadType in class BigqueryRequest<ProjectList>public Bigquery.Projects.List setUploadProtocol(String uploadProtocol)
BigqueryRequestsetUploadProtocol 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–2025 Google. All rights reserved.