public class AndroidPublisher.Edits.Deobfuscationfiles.Upload extends AndroidPublisherRequest<DeobfuscationFilesUploadResponse>
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
Upload(String packageName,
String editId,
Integer apkVersionCode,
String deobfuscationFileType)
Uploads the deobfuscation file of the specified APK.
|
protected |
Upload(String packageName,
String editId,
Integer apkVersionCode,
String deobfuscationFileType,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Uploads the deobfuscation file of the specified APK.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getApkVersionCode()
The version code of the APK whose deobfuscation file is being uploaded.
|
String |
getDeobfuscationFileType() |
String |
getEditId()
Unique identifier for this edit.
|
String |
getPackageName()
Unique identifier of the Android app for which the deobfuscatiuon files are being uploaded; for
example, "com.spiffygame".
|
AndroidPublisher.Edits.Deobfuscationfiles.Upload |
set(String parameterName,
Object value) |
AndroidPublisher.Edits.Deobfuscationfiles.Upload |
setAlt(String alt)
Data format for the response.
|
AndroidPublisher.Edits.Deobfuscationfiles.Upload |
setApkVersionCode(Integer apkVersionCode)
The version code of the APK whose deobfuscation file is being uploaded.
|
AndroidPublisher.Edits.Deobfuscationfiles.Upload |
setDeobfuscationFileType(String deobfuscationFileType) |
AndroidPublisher.Edits.Deobfuscationfiles.Upload |
setEditId(String editId)
Unique identifier for this edit.
|
AndroidPublisher.Edits.Deobfuscationfiles.Upload |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
AndroidPublisher.Edits.Deobfuscationfiles.Upload |
setKey(String key)
API key.
|
AndroidPublisher.Edits.Deobfuscationfiles.Upload |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
AndroidPublisher.Edits.Deobfuscationfiles.Upload |
setPackageName(String packageName)
Unique identifier of the Android app for which the deobfuscatiuon files are being
uploaded; for example, "com.spiffygame".
|
AndroidPublisher.Edits.Deobfuscationfiles.Upload |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
AndroidPublisher.Edits.Deobfuscationfiles.Upload |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
AndroidPublisher.Edits.Deobfuscationfiles.Upload |
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, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue
clone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected Upload(String packageName, String editId, Integer apkVersionCode, String deobfuscationFileType)
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 of the Android app for which the deobfuscatiuon files are being uploaded; for
example, "com.spiffygame".editId
- Unique identifier for this edit.apkVersionCode
- The version code of the APK whose deobfuscation file is being uploaded.deobfuscationFileType
- protected Upload(String packageName, String editId, Integer apkVersionCode, String deobfuscationFileType, com.google.api.client.http.AbstractInputStreamContent mediaContent)
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.
This constructor should be used for uploading media content.
packageName
- Unique identifier of the Android app for which the deobfuscatiuon files are being uploaded; for
example, "com.spiffygame".@param editId Unique identifier for this edit.@param apkVersionCode The version code of the APK whose deobfuscation file is being uploaded.@param deobfuscationFileTypemediaContent
- The media HTTP content or null
if none.public AndroidPublisher.Edits.Deobfuscationfiles.Upload setAlt(String alt)
AndroidPublisherRequest
setAlt
in class AndroidPublisherRequest<DeobfuscationFilesUploadResponse>
public AndroidPublisher.Edits.Deobfuscationfiles.Upload setFields(String fields)
AndroidPublisherRequest
setFields
in class AndroidPublisherRequest<DeobfuscationFilesUploadResponse>
public AndroidPublisher.Edits.Deobfuscationfiles.Upload setKey(String key)
AndroidPublisherRequest
setKey
in class AndroidPublisherRequest<DeobfuscationFilesUploadResponse>
public AndroidPublisher.Edits.Deobfuscationfiles.Upload setOauthToken(String oauthToken)
AndroidPublisherRequest
setOauthToken
in class AndroidPublisherRequest<DeobfuscationFilesUploadResponse>
public AndroidPublisher.Edits.Deobfuscationfiles.Upload setPrettyPrint(Boolean prettyPrint)
AndroidPublisherRequest
setPrettyPrint
in class AndroidPublisherRequest<DeobfuscationFilesUploadResponse>
public AndroidPublisher.Edits.Deobfuscationfiles.Upload setQuotaUser(String quotaUser)
AndroidPublisherRequest
setQuotaUser
in class AndroidPublisherRequest<DeobfuscationFilesUploadResponse>
public AndroidPublisher.Edits.Deobfuscationfiles.Upload setUserIp(String userIp)
AndroidPublisherRequest
setUserIp
in class AndroidPublisherRequest<DeobfuscationFilesUploadResponse>
public String getPackageName()
public AndroidPublisher.Edits.Deobfuscationfiles.Upload setPackageName(String packageName)
public String getEditId()
public AndroidPublisher.Edits.Deobfuscationfiles.Upload setEditId(String editId)
public Integer getApkVersionCode()
public AndroidPublisher.Edits.Deobfuscationfiles.Upload setApkVersionCode(Integer apkVersionCode)
public String getDeobfuscationFileType()
public AndroidPublisher.Edits.Deobfuscationfiles.Upload setDeobfuscationFileType(String deobfuscationFileType)
public AndroidPublisher.Edits.Deobfuscationfiles.Upload set(String parameterName, Object value)
set
in class AndroidPublisherRequest<DeobfuscationFilesUploadResponse>
Copyright © 2011–2019 Google. All rights reserved.