public class AndroidPublisher.Edits.Expansionfiles.Patch extends AndroidPublisherRequest<ExpansionFile>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description | 
|---|---|
| protected  | Patch(String packageName,
     String editId,
     Integer apkVersionCode,
     String expansionFileType,
     ExpansionFile content)Patches the APK's expansion file configuration to reference another APK's expansion file. | 
| 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()Identifier of the edit. | 
| String | getExpansionFileType()The file type of the expansion file configuration which is being updated. | 
| String | getPackageName()Package name of the app. | 
| AndroidPublisher.Edits.Expansionfiles.Patch | set(String parameterName,
   Object value) | 
| AndroidPublisher.Edits.Expansionfiles.Patch | set$Xgafv(String $Xgafv)V1 error format. | 
| AndroidPublisher.Edits.Expansionfiles.Patch | setAccessToken(String accessToken)OAuth access token. | 
| AndroidPublisher.Edits.Expansionfiles.Patch | setAlt(String alt)Data format for response. | 
| AndroidPublisher.Edits.Expansionfiles.Patch | setApkVersionCode(Integer apkVersionCode)The version code of the APK whose expansion file configuration is being read or modified. | 
| AndroidPublisher.Edits.Expansionfiles.Patch | setCallback(String callback)JSONP | 
| AndroidPublisher.Edits.Expansionfiles.Patch | setEditId(String editId)Identifier of the edit. | 
| AndroidPublisher.Edits.Expansionfiles.Patch | setExpansionFileType(String expansionFileType)The file type of the expansion file configuration which is being updated. | 
| AndroidPublisher.Edits.Expansionfiles.Patch | setFields(String fields)Selector specifying which fields to include in a partial response. | 
| AndroidPublisher.Edits.Expansionfiles.Patch | setKey(String key)API key. | 
| AndroidPublisher.Edits.Expansionfiles.Patch | setOauthToken(String oauthToken)OAuth 2.0 token for the current user. | 
| AndroidPublisher.Edits.Expansionfiles.Patch | setPackageName(String packageName)Package name of the app. | 
| AndroidPublisher.Edits.Expansionfiles.Patch | setPrettyPrint(Boolean prettyPrint)Returns response with indentations and line breaks. | 
| AndroidPublisher.Edits.Expansionfiles.Patch | setQuotaUser(String quotaUser)Available to use for quota purposes for server-side applications. | 
| AndroidPublisher.Edits.Expansionfiles.Patch | setUploadProtocol(String uploadProtocol)Upload protocol for media (e.g. | 
| AndroidPublisher.Edits.Expansionfiles.Patch | 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, 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, 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 Patch(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 - Package name of the app.editId - Identifier of the edit.apkVersionCode - The version code of the APK whose expansion file configuration is being read or modified.expansionFileType - The file type of the expansion file configuration which is being updated.content - the ExpansionFilepublic AndroidPublisher.Edits.Expansionfiles.Patch set$Xgafv(String $Xgafv)
AndroidPublisherRequestset$Xgafv in class AndroidPublisherRequest<ExpansionFile>public AndroidPublisher.Edits.Expansionfiles.Patch setAccessToken(String accessToken)
AndroidPublisherRequestsetAccessToken in class AndroidPublisherRequest<ExpansionFile>public AndroidPublisher.Edits.Expansionfiles.Patch setAlt(String alt)
AndroidPublisherRequestsetAlt in class AndroidPublisherRequest<ExpansionFile>public AndroidPublisher.Edits.Expansionfiles.Patch setCallback(String callback)
AndroidPublisherRequestsetCallback in class AndroidPublisherRequest<ExpansionFile>public AndroidPublisher.Edits.Expansionfiles.Patch setFields(String fields)
AndroidPublisherRequestsetFields in class AndroidPublisherRequest<ExpansionFile>public AndroidPublisher.Edits.Expansionfiles.Patch setKey(String key)
AndroidPublisherRequestsetKey in class AndroidPublisherRequest<ExpansionFile>public AndroidPublisher.Edits.Expansionfiles.Patch setOauthToken(String oauthToken)
AndroidPublisherRequestsetOauthToken in class AndroidPublisherRequest<ExpansionFile>public AndroidPublisher.Edits.Expansionfiles.Patch setPrettyPrint(Boolean prettyPrint)
AndroidPublisherRequestsetPrettyPrint in class AndroidPublisherRequest<ExpansionFile>public AndroidPublisher.Edits.Expansionfiles.Patch setQuotaUser(String quotaUser)
AndroidPublisherRequestsetQuotaUser in class AndroidPublisherRequest<ExpansionFile>public AndroidPublisher.Edits.Expansionfiles.Patch setUploadType(String uploadType)
AndroidPublisherRequestsetUploadType in class AndroidPublisherRequest<ExpansionFile>public AndroidPublisher.Edits.Expansionfiles.Patch setUploadProtocol(String uploadProtocol)
AndroidPublisherRequestsetUploadProtocol in class AndroidPublisherRequest<ExpansionFile>public String getPackageName()
public AndroidPublisher.Edits.Expansionfiles.Patch setPackageName(String packageName)
public String getEditId()
public AndroidPublisher.Edits.Expansionfiles.Patch setEditId(String editId)
public Integer getApkVersionCode()
public AndroidPublisher.Edits.Expansionfiles.Patch setApkVersionCode(Integer apkVersionCode)
public String getExpansionFileType()
public AndroidPublisher.Edits.Expansionfiles.Patch setExpansionFileType(String expansionFileType)
public AndroidPublisher.Edits.Expansionfiles.Patch set(String parameterName, Object value)
set in class AndroidPublisherRequest<ExpansionFile>Copyright © 2011–2024 Google. All rights reserved.