public class AdMob.Accounts.Apps.List extends AdMobRequest<ListAppsResponse>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
List(String parent)
List the apps under the specified AdMob account.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
Integer |
getPageSize()
The maximum number of apps to return.
|
String |
getPageToken()
The value returned by the last `ListAppsResponse`; indicates that this is a continuation of a prior
`ListApps` call, and that the system should return the next page of data.
|
String |
getParent()
Required.
|
AdMob.Accounts.Apps.List |
set(String parameterName,
Object value) |
AdMob.Accounts.Apps.List |
set$Xgafv(String $Xgafv)
V1 error format.
|
AdMob.Accounts.Apps.List |
setAccessToken(String accessToken)
OAuth access token.
|
AdMob.Accounts.Apps.List |
setAlt(String alt)
Data format for response.
|
AdMob.Accounts.Apps.List |
setCallback(String callback)
JSONP
|
AdMob.Accounts.Apps.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
AdMob.Accounts.Apps.List |
setKey(String key)
API key.
|
AdMob.Accounts.Apps.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
AdMob.Accounts.Apps.List |
setPageSize(Integer pageSize)
The maximum number of apps to return.
|
AdMob.Accounts.Apps.List |
setPageToken(String pageToken)
The value returned by the last `ListAppsResponse`; indicates that this is a continuation
of a prior `ListApps` call, and that the system should return the next page of data.
|
AdMob.Accounts.Apps.List |
setParent(String parent)
Required.
|
AdMob.Accounts.Apps.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
AdMob.Accounts.Apps.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
AdMob.Accounts.Apps.List |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
AdMob.Accounts.Apps.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(String parent)
AbstractGoogleClientRequest.execute() method to invoke the remote operation. AdMob.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must be
called to initialize this instance immediately after invoking the constructor.
parent - Required. Resource name of the account to list apps for. Example: accounts/pub-9876543210987654public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ListAppsResponse>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ListAppsResponse>IOExceptionpublic AdMob.Accounts.Apps.List set$Xgafv(String $Xgafv)
AdMobRequestset$Xgafv in class AdMobRequest<ListAppsResponse>public AdMob.Accounts.Apps.List setAccessToken(String accessToken)
AdMobRequestsetAccessToken in class AdMobRequest<ListAppsResponse>public AdMob.Accounts.Apps.List setAlt(String alt)
AdMobRequestsetAlt in class AdMobRequest<ListAppsResponse>public AdMob.Accounts.Apps.List setCallback(String callback)
AdMobRequestsetCallback in class AdMobRequest<ListAppsResponse>public AdMob.Accounts.Apps.List setFields(String fields)
AdMobRequestsetFields in class AdMobRequest<ListAppsResponse>public AdMob.Accounts.Apps.List setKey(String key)
AdMobRequestsetKey in class AdMobRequest<ListAppsResponse>public AdMob.Accounts.Apps.List setOauthToken(String oauthToken)
AdMobRequestsetOauthToken in class AdMobRequest<ListAppsResponse>public AdMob.Accounts.Apps.List setPrettyPrint(Boolean prettyPrint)
AdMobRequestsetPrettyPrint in class AdMobRequest<ListAppsResponse>public AdMob.Accounts.Apps.List setQuotaUser(String quotaUser)
AdMobRequestsetQuotaUser in class AdMobRequest<ListAppsResponse>public AdMob.Accounts.Apps.List setUploadType(String uploadType)
AdMobRequestsetUploadType in class AdMobRequest<ListAppsResponse>public AdMob.Accounts.Apps.List setUploadProtocol(String uploadProtocol)
AdMobRequestsetUploadProtocol in class AdMobRequest<ListAppsResponse>public String getParent()
public AdMob.Accounts.Apps.List setParent(String parent)
public Integer getPageSize()
public AdMob.Accounts.Apps.List setPageSize(Integer pageSize)
public String getPageToken()
public AdMob.Accounts.Apps.List setPageToken(String pageToken)
public AdMob.Accounts.Apps.List set(String parameterName, Object value)
set in class AdMobRequest<ListAppsResponse>Copyright © 2011–2023 Google. All rights reserved.