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()
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, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queueclone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, 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 setAlt(String alt)
BigqueryRequestsetAlt 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 setUserIp(String userIp)
BigqueryRequestsetUserIp 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–2018 Google. All rights reserved.