public class AndroidPublisher.Edits.Expansionfiles.Update extends AndroidPublisherRequest<ExpansionFile>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
USER_AGENT_SUFFIX
Modifier | Constructor and Description |
---|---|
protected |
Update(String packageName,
String editId,
Integer apkVersionCode,
String expansionFileType,
ExpansionFile content)
Updates the APK's Expansion File configuration to reference another APK's Expansion Files.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getApkVersionCode()
The version code of the APK whose Expansion File configuration is being read or modified.
|
String |
getEditId()
Unique identifier for this edit.
|
String |
getExpansionFileType() |
String |
getPackageName()
Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
|
AndroidPublisher.Edits.Expansionfiles.Update |
set(String parameterName,
Object value) |
AndroidPublisher.Edits.Expansionfiles.Update |
setAlt(String alt)
Data format for the response.
|
AndroidPublisher.Edits.Expansionfiles.Update |
setApkVersionCode(Integer apkVersionCode)
The version code of the APK whose Expansion File configuration is being read or modified.
|
AndroidPublisher.Edits.Expansionfiles.Update |
setEditId(String editId)
Unique identifier for this edit.
|
AndroidPublisher.Edits.Expansionfiles.Update |
setExpansionFileType(String expansionFileType) |
AndroidPublisher.Edits.Expansionfiles.Update |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
AndroidPublisher.Edits.Expansionfiles.Update |
setKey(String key)
API key.
|
AndroidPublisher.Edits.Expansionfiles.Update |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
AndroidPublisher.Edits.Expansionfiles.Update |
setPackageName(String packageName)
Unique identifier for the Android app that is being updated; for example,
"com.spiffygame".
|
AndroidPublisher.Edits.Expansionfiles.Update |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
AndroidPublisher.Edits.Expansionfiles.Update |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
AndroidPublisher.Edits.Expansionfiles.Update |
setUserIp(String userIp)
Deprecated.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, 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 Update(String packageName, String editId, Integer apkVersionCode, String expansionFileType, ExpansionFile content)
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 version code of the APK whose Expansion File configuration is being read or modified.expansionFileType
- content
- the ExpansionFile
public AndroidPublisher.Edits.Expansionfiles.Update setAlt(String alt)
AndroidPublisherRequest
setAlt
in class AndroidPublisherRequest<ExpansionFile>
public AndroidPublisher.Edits.Expansionfiles.Update setFields(String fields)
AndroidPublisherRequest
setFields
in class AndroidPublisherRequest<ExpansionFile>
public AndroidPublisher.Edits.Expansionfiles.Update setKey(String key)
AndroidPublisherRequest
setKey
in class AndroidPublisherRequest<ExpansionFile>
public AndroidPublisher.Edits.Expansionfiles.Update setOauthToken(String oauthToken)
AndroidPublisherRequest
setOauthToken
in class AndroidPublisherRequest<ExpansionFile>
public AndroidPublisher.Edits.Expansionfiles.Update setPrettyPrint(Boolean prettyPrint)
AndroidPublisherRequest
setPrettyPrint
in class AndroidPublisherRequest<ExpansionFile>
public AndroidPublisher.Edits.Expansionfiles.Update setQuotaUser(String quotaUser)
AndroidPublisherRequest
setQuotaUser
in class AndroidPublisherRequest<ExpansionFile>
public AndroidPublisher.Edits.Expansionfiles.Update setUserIp(String userIp)
AndroidPublisherRequest
setUserIp
in class AndroidPublisherRequest<ExpansionFile>
public String getPackageName()
public AndroidPublisher.Edits.Expansionfiles.Update setPackageName(String packageName)
public String getEditId()
public AndroidPublisher.Edits.Expansionfiles.Update setEditId(String editId)
public Integer getApkVersionCode()
public AndroidPublisher.Edits.Expansionfiles.Update setApkVersionCode(Integer apkVersionCode)
public String getExpansionFileType()
public AndroidPublisher.Edits.Expansionfiles.Update setExpansionFileType(String expansionFileType)
public AndroidPublisher.Edits.Expansionfiles.Update set(String parameterName, Object value)
set
in class AndroidPublisherRequest<ExpansionFile>
Copyright © 2011–2020 Google. All rights reserved.