public class Dfareporting.BillingProfiles.List extends DfareportingRequest<BillingProfilesListResponse>
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
List(Long profileId)
Retrieves a list of billing profiles, possibly filtered.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
String |
getCurrencyCode()
Select only billing profile with currency.
|
List<Long> |
getIds()
Select only billing profile with these IDs.
|
Integer |
getMaxResults()
Maximum number of results to return.
|
String |
getName()
Allows searching for billing profiles by name.
|
Boolean |
getOnlySuggestion()
Select only billing profile which is suggested for the currency_code & subaccount_id using the
Billing Suggestion API.
|
String |
getPageToken()
Value of the nextPageToken from the previous result page.
|
Long |
getProfileId()
User profile ID associated with this request.
|
String |
getSortField()
Field by which to sort the list.
|
String |
getSortOrder()
Order of sorted results.
|
List<String> |
getStatus()
Select only billing profile with the specified status.
|
List<Long> |
getSubaccountIds()
Select only billing profile with the specified subaccount.When only_suggestion is true, only a
single subaccount_id is supported.
|
Dfareporting.BillingProfiles.List |
set(String parameterName,
Object value) |
Dfareporting.BillingProfiles.List |
set$Xgafv(String $Xgafv)
V1 error format.
|
Dfareporting.BillingProfiles.List |
setAccessToken(String accessToken)
OAuth access token.
|
Dfareporting.BillingProfiles.List |
setAlt(String alt)
Data format for response.
|
Dfareporting.BillingProfiles.List |
setCallback(String callback)
JSONP
|
Dfareporting.BillingProfiles.List |
setCurrencyCode(String currencyCode)
Select only billing profile with currency.
|
Dfareporting.BillingProfiles.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Dfareporting.BillingProfiles.List |
setIds(List<Long> ids)
Select only billing profile with these IDs.
|
Dfareporting.BillingProfiles.List |
setKey(String key)
API key.
|
Dfareporting.BillingProfiles.List |
setMaxResults(Integer maxResults)
Maximum number of results to return.
|
Dfareporting.BillingProfiles.List |
setName(String name)
Allows searching for billing profiles by name.
|
Dfareporting.BillingProfiles.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Dfareporting.BillingProfiles.List |
setOnlySuggestion(Boolean onlySuggestion)
Select only billing profile which is suggested for the currency_code & subaccount_id using
the Billing Suggestion API.
|
Dfareporting.BillingProfiles.List |
setPageToken(String pageToken)
Value of the nextPageToken from the previous result page.
|
Dfareporting.BillingProfiles.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Dfareporting.BillingProfiles.List |
setProfileId(Long profileId)
User profile ID associated with this request.
|
Dfareporting.BillingProfiles.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Dfareporting.BillingProfiles.List |
setSortField(String sortField)
Field by which to sort the list.
|
Dfareporting.BillingProfiles.List |
setSortOrder(String sortOrder)
Order of sorted results.
|
Dfareporting.BillingProfiles.List |
setStatus(List<String> status)
Select only billing profile with the specified status.
|
Dfareporting.BillingProfiles.List |
setSubaccountIds(List<Long> subaccountIds)
Select only billing profile with the specified subaccount.When only_suggestion is true,
only a single subaccount_id is supported.
|
Dfareporting.BillingProfiles.List |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Dfareporting.BillingProfiles.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, 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(Long profileId)
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
Dfareporting.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be called to initialize this instance immediately after invoking the constructor.
profileId
- User profile ID associated with this request.public com.google.api.client.http.HttpResponse executeUsingHead() throws IOException
executeUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<BillingProfilesListResponse>
IOException
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<BillingProfilesListResponse>
IOException
public Dfareporting.BillingProfiles.List set$Xgafv(String $Xgafv)
DfareportingRequest
set$Xgafv
in class DfareportingRequest<BillingProfilesListResponse>
public Dfareporting.BillingProfiles.List setAccessToken(String accessToken)
DfareportingRequest
setAccessToken
in class DfareportingRequest<BillingProfilesListResponse>
public Dfareporting.BillingProfiles.List setAlt(String alt)
DfareportingRequest
setAlt
in class DfareportingRequest<BillingProfilesListResponse>
public Dfareporting.BillingProfiles.List setCallback(String callback)
DfareportingRequest
setCallback
in class DfareportingRequest<BillingProfilesListResponse>
public Dfareporting.BillingProfiles.List setFields(String fields)
DfareportingRequest
setFields
in class DfareportingRequest<BillingProfilesListResponse>
public Dfareporting.BillingProfiles.List setKey(String key)
DfareportingRequest
setKey
in class DfareportingRequest<BillingProfilesListResponse>
public Dfareporting.BillingProfiles.List setOauthToken(String oauthToken)
DfareportingRequest
setOauthToken
in class DfareportingRequest<BillingProfilesListResponse>
public Dfareporting.BillingProfiles.List setPrettyPrint(Boolean prettyPrint)
DfareportingRequest
setPrettyPrint
in class DfareportingRequest<BillingProfilesListResponse>
public Dfareporting.BillingProfiles.List setQuotaUser(String quotaUser)
DfareportingRequest
setQuotaUser
in class DfareportingRequest<BillingProfilesListResponse>
public Dfareporting.BillingProfiles.List setUploadType(String uploadType)
DfareportingRequest
setUploadType
in class DfareportingRequest<BillingProfilesListResponse>
public Dfareporting.BillingProfiles.List setUploadProtocol(String uploadProtocol)
DfareportingRequest
setUploadProtocol
in class DfareportingRequest<BillingProfilesListResponse>
public Long getProfileId()
public Dfareporting.BillingProfiles.List setProfileId(Long profileId)
public String getCurrencyCode()
public Dfareporting.BillingProfiles.List setCurrencyCode(String currencyCode)
public Dfareporting.BillingProfiles.List setIds(List<Long> ids)
public Integer getMaxResults()
public Dfareporting.BillingProfiles.List setMaxResults(Integer maxResults)
public String getName()
public Dfareporting.BillingProfiles.List setName(String name)
public Boolean getOnlySuggestion()
public Dfareporting.BillingProfiles.List setOnlySuggestion(Boolean onlySuggestion)
public String getPageToken()
public Dfareporting.BillingProfiles.List setPageToken(String pageToken)
public String getSortField()
public Dfareporting.BillingProfiles.List setSortField(String sortField)
public String getSortOrder()
public Dfareporting.BillingProfiles.List setSortOrder(String sortOrder)
public Dfareporting.BillingProfiles.List setStatus(List<String> status)
public List<Long> getSubaccountIds()
public Dfareporting.BillingProfiles.List setSubaccountIds(List<Long> subaccountIds)
public Dfareporting.BillingProfiles.List set(String parameterName, Object value)
set
in class DfareportingRequest<BillingProfilesListResponse>
Copyright © 2011–2025 Google. All rights reserved.