public class Cloudbilling.BillingAccounts.Projects.List extends CloudbillingRequest<ListProjectBillingInfoResponse>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
USER_AGENT_SUFFIX
Modifier | Constructor and Description |
---|---|
protected |
List(String name)
Lists the projects associated with a billing account.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, 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(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
- Required. The resource name of the billing account associated with the projects that you want to
list. For example, `billingAccounts/012345-567890-ABCDEF`.public HttpResponse executeUsingHead() throws IOException
executeUsingHead
in class AbstractGoogleClientRequest<ListProjectBillingInfoResponse>
IOException
public HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class AbstractGoogleClientRequest<ListProjectBillingInfoResponse>
IOException
public Cloudbilling.BillingAccounts.Projects.List set$Xgafv(String $Xgafv)
CloudbillingRequest
set$Xgafv
in class CloudbillingRequest<ListProjectBillingInfoResponse>
public Cloudbilling.BillingAccounts.Projects.List setAccessToken(String accessToken)
CloudbillingRequest
setAccessToken
in class CloudbillingRequest<ListProjectBillingInfoResponse>
public Cloudbilling.BillingAccounts.Projects.List setAlt(String alt)
CloudbillingRequest
setAlt
in class CloudbillingRequest<ListProjectBillingInfoResponse>
public Cloudbilling.BillingAccounts.Projects.List setCallback(String callback)
CloudbillingRequest
setCallback
in class CloudbillingRequest<ListProjectBillingInfoResponse>
public Cloudbilling.BillingAccounts.Projects.List setFields(String fields)
CloudbillingRequest
setFields
in class CloudbillingRequest<ListProjectBillingInfoResponse>
public Cloudbilling.BillingAccounts.Projects.List setKey(String key)
CloudbillingRequest
setKey
in class CloudbillingRequest<ListProjectBillingInfoResponse>
public Cloudbilling.BillingAccounts.Projects.List setOauthToken(String oauthToken)
CloudbillingRequest
setOauthToken
in class CloudbillingRequest<ListProjectBillingInfoResponse>
public Cloudbilling.BillingAccounts.Projects.List setPrettyPrint(Boolean prettyPrint)
CloudbillingRequest
setPrettyPrint
in class CloudbillingRequest<ListProjectBillingInfoResponse>
public Cloudbilling.BillingAccounts.Projects.List setQuotaUser(String quotaUser)
CloudbillingRequest
setQuotaUser
in class CloudbillingRequest<ListProjectBillingInfoResponse>
public Cloudbilling.BillingAccounts.Projects.List setUploadType(String uploadType)
CloudbillingRequest
setUploadType
in class CloudbillingRequest<ListProjectBillingInfoResponse>
public Cloudbilling.BillingAccounts.Projects.List setUploadProtocol(String uploadProtocol)
CloudbillingRequest
setUploadProtocol
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–2020 Google. All rights reserved.