public class AndroidPublisher.Edits.Apklistings.Get extends AndroidPublisherRequest<ApkListing>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>USER_AGENT_SUFFIX| Modifier | Constructor and Description |
|---|---|
protected |
Get(String packageName,
String editId,
Integer apkVersionCode,
String language)
Fetches the APK-specific localized listing for a specified APK and language code.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
buildHttpRequestUsingHead() |
HttpResponse |
executeUsingHead() |
Integer |
getApkVersionCode()
The APK version code whose APK-specific listings should be read or modified.
|
String |
getEditId()
Unique identifier for this edit.
|
String |
getLanguage()
The language code (a BCP-47 language tag) of the APK-specific localized listing to read or modify.
|
String |
getPackageName()
Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
|
AndroidPublisher.Edits.Apklistings.Get |
set(String parameterName,
Object value) |
AndroidPublisher.Edits.Apklistings.Get |
setAlt(String alt)
Data format for the response.
|
AndroidPublisher.Edits.Apklistings.Get |
setApkVersionCode(Integer apkVersionCode)
The APK version code whose APK-specific listings should be read or modified.
|
AndroidPublisher.Edits.Apklistings.Get |
setEditId(String editId)
Unique identifier for this edit.
|
AndroidPublisher.Edits.Apklistings.Get |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
AndroidPublisher.Edits.Apklistings.Get |
setKey(String key)
API key.
|
AndroidPublisher.Edits.Apklistings.Get |
setLanguage(String language)
The language code (a BCP-47 language tag) of the APK-specific localized listing to read
or modify.
|
AndroidPublisher.Edits.Apklistings.Get |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
AndroidPublisher.Edits.Apklistings.Get |
setPackageName(String packageName)
Unique identifier for the Android app that is being updated; for example,
"com.spiffygame".
|
AndroidPublisher.Edits.Apklistings.Get |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
AndroidPublisher.Edits.Apklistings.Get |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
AndroidPublisher.Edits.Apklistings.Get |
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, 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 Get(String packageName, String editId, Integer apkVersionCode, String language)
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
AndroidPublisher.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be called to initialize this instance immediately after invoking the constructor.
packageName - Unique identifier for the Android app that is being updated; for example, "com.spiffygame".editId - Unique identifier for this edit.apkVersionCode - The APK version code whose APK-specific listings should be read or modified.language - The language code (a BCP-47 language tag) of the APK-specific localized listing to read or modify.
For example, to select Austrian German, pass "de-AT".public HttpResponse executeUsingHead() throws IOException
executeUsingHead in class AbstractGoogleClientRequest<ApkListing>IOExceptionpublic HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead in class AbstractGoogleClientRequest<ApkListing>IOExceptionpublic AndroidPublisher.Edits.Apklistings.Get setAlt(String alt)
AndroidPublisherRequestsetAlt in class AndroidPublisherRequest<ApkListing>public AndroidPublisher.Edits.Apklistings.Get setFields(String fields)
AndroidPublisherRequestsetFields in class AndroidPublisherRequest<ApkListing>public AndroidPublisher.Edits.Apklistings.Get setKey(String key)
AndroidPublisherRequestsetKey in class AndroidPublisherRequest<ApkListing>public AndroidPublisher.Edits.Apklistings.Get setOauthToken(String oauthToken)
AndroidPublisherRequestsetOauthToken in class AndroidPublisherRequest<ApkListing>public AndroidPublisher.Edits.Apklistings.Get setPrettyPrint(Boolean prettyPrint)
AndroidPublisherRequestsetPrettyPrint in class AndroidPublisherRequest<ApkListing>public AndroidPublisher.Edits.Apklistings.Get setQuotaUser(String quotaUser)
AndroidPublisherRequestsetQuotaUser in class AndroidPublisherRequest<ApkListing>public AndroidPublisher.Edits.Apklistings.Get setUserIp(String userIp)
AndroidPublisherRequestsetUserIp in class AndroidPublisherRequest<ApkListing>public String getPackageName()
public AndroidPublisher.Edits.Apklistings.Get setPackageName(String packageName)
public String getEditId()
public AndroidPublisher.Edits.Apklistings.Get setEditId(String editId)
public Integer getApkVersionCode()
public AndroidPublisher.Edits.Apklistings.Get setApkVersionCode(Integer apkVersionCode)
public String getLanguage()
public AndroidPublisher.Edits.Apklistings.Get setLanguage(String language)
public AndroidPublisher.Edits.Apklistings.Get set(String parameterName, Object value)
set in class AndroidPublisherRequest<ApkListing>Copyright © 2011–2019 Google. All rights reserved.