public class Cloudbilling.BillingAccounts.Projects.List extends CloudbillingRequest<ListProjectBillingInfoResponse>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
List(String name)
Lists the projects associated with a billing account.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
String |
getName()
The resource name of the billing account associated with the projects that you want to list.
|
Integer |
getPageSize()
Requested page size.
|
String |
getPageToken()
A token identifying a page of results to be returned.
|
Cloudbilling.BillingAccounts.Projects.List |
set(String parameterName,
Object value) |
Cloudbilling.BillingAccounts.Projects.List |
set$Xgafv(String $Xgafv)
V1 error format.
|
Cloudbilling.BillingAccounts.Projects.List |
setAccessToken(String accessToken)
OAuth access token.
|
Cloudbilling.BillingAccounts.Projects.List |
setAlt(String alt)
Data format for response.
|
Cloudbilling.BillingAccounts.Projects.List |
setCallback(String callback)
JSONP
|
Cloudbilling.BillingAccounts.Projects.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Cloudbilling.BillingAccounts.Projects.List |
setKey(String key)
API key.
|
Cloudbilling.BillingAccounts.Projects.List |
setName(String name)
The resource name of the billing account associated with the projects that you want to
list.
|
Cloudbilling.BillingAccounts.Projects.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Cloudbilling.BillingAccounts.Projects.List |
setPageSize(Integer pageSize)
Requested page size.
|
Cloudbilling.BillingAccounts.Projects.List |
setPageToken(String pageToken)
A token identifying a page of results to be returned.
|
Cloudbilling.BillingAccounts.Projects.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Cloudbilling.BillingAccounts.Projects.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Cloudbilling.BillingAccounts.Projects.List |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Cloudbilling.BillingAccounts.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, 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(String name)
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Cloudbilling.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be called to initialize this instance immediately after invoking the constructor.
name - The resource name of the billing account associated with the projects that
you want to list. For
example, `billingAccounts/012345-567890-ABCDEF`.public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ListProjectBillingInfoResponse>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ListProjectBillingInfoResponse>IOExceptionpublic Cloudbilling.BillingAccounts.Projects.List set$Xgafv(String $Xgafv)
CloudbillingRequestset$Xgafv in class CloudbillingRequest<ListProjectBillingInfoResponse>public Cloudbilling.BillingAccounts.Projects.List setAccessToken(String accessToken)
CloudbillingRequestsetAccessToken in class CloudbillingRequest<ListProjectBillingInfoResponse>public Cloudbilling.BillingAccounts.Projects.List setAlt(String alt)
CloudbillingRequestsetAlt in class CloudbillingRequest<ListProjectBillingInfoResponse>public Cloudbilling.BillingAccounts.Projects.List setCallback(String callback)
CloudbillingRequestsetCallback in class CloudbillingRequest<ListProjectBillingInfoResponse>public Cloudbilling.BillingAccounts.Projects.List setFields(String fields)
CloudbillingRequestsetFields in class CloudbillingRequest<ListProjectBillingInfoResponse>public Cloudbilling.BillingAccounts.Projects.List setKey(String key)
CloudbillingRequestsetKey in class CloudbillingRequest<ListProjectBillingInfoResponse>public Cloudbilling.BillingAccounts.Projects.List setOauthToken(String oauthToken)
CloudbillingRequestsetOauthToken in class CloudbillingRequest<ListProjectBillingInfoResponse>public Cloudbilling.BillingAccounts.Projects.List setPrettyPrint(Boolean prettyPrint)
CloudbillingRequestsetPrettyPrint in class CloudbillingRequest<ListProjectBillingInfoResponse>public Cloudbilling.BillingAccounts.Projects.List setQuotaUser(String quotaUser)
CloudbillingRequestsetQuotaUser in class CloudbillingRequest<ListProjectBillingInfoResponse>public Cloudbilling.BillingAccounts.Projects.List setUploadType(String uploadType)
CloudbillingRequestsetUploadType in class CloudbillingRequest<ListProjectBillingInfoResponse>public Cloudbilling.BillingAccounts.Projects.List setUploadProtocol(String uploadProtocol)
CloudbillingRequestsetUploadProtocol in class CloudbillingRequest<ListProjectBillingInfoResponse>public String getName()
public Cloudbilling.BillingAccounts.Projects.List setName(String name)
public Integer getPageSize()
public Cloudbilling.BillingAccounts.Projects.List setPageSize(Integer pageSize)
public String getPageToken()
public Cloudbilling.BillingAccounts.Projects.List setPageToken(String pageToken)
public Cloudbilling.BillingAccounts.Projects.List set(String parameterName, Object value)
set in class CloudbillingRequest<ListProjectBillingInfoResponse>Copyright © 2011–2019 Google. All rights reserved.