public class AndroidPublisher.Edits.Expansionfiles.Get extends AndroidPublisherRequest<ExpansionFile>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
AndroidPublisher.Edits.Expansionfiles.Get(String packageName,
String editId,
Integer apkVersionCode,
String expansionFileType)
Fetches the Expansion File configuration for the APK specified.
|
Modifier and Type | Method and Description |
---|---|
HttpRequest |
buildHttpRequestUsingHead() |
HttpResponse |
executeUsingHead() |
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.Get |
set(String parameterName,
Object value) |
AndroidPublisher.Edits.Expansionfiles.Get |
setAlt(String alt)
Data format for the response.
|
AndroidPublisher.Edits.Expansionfiles.Get |
setApkVersionCode(Integer apkVersionCode)
The version code of the APK whose Expansion File configuration is being read or modified.
|
AndroidPublisher.Edits.Expansionfiles.Get |
setEditId(String editId)
Unique identifier for this edit.
|
AndroidPublisher.Edits.Expansionfiles.Get |
setExpansionFileType(String expansionFileType) |
AndroidPublisher.Edits.Expansionfiles.Get |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
AndroidPublisher.Edits.Expansionfiles.Get |
setKey(String key)
API key.
|
AndroidPublisher.Edits.Expansionfiles.Get |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
AndroidPublisher.Edits.Expansionfiles.Get |
setPackageName(String packageName)
Unique identifier for the Android app that is being updated; for example,
"com.spiffygame".
|
AndroidPublisher.Edits.Expansionfiles.Get |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
AndroidPublisher.Edits.Expansionfiles.Get |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
AndroidPublisher.Edits.Expansionfiles.Get |
setUserIp(String userIp)
IP address of the site where the request originates.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, 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
protected AndroidPublisher.Edits.Expansionfiles.Get(String packageName, String editId, Integer apkVersionCode, String expansionFileType)
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
- public HttpResponse executeUsingHead() throws IOException
executeUsingHead
in class AbstractGoogleClientRequest<ExpansionFile>
IOException
public HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class AbstractGoogleClientRequest<ExpansionFile>
IOException
public AndroidPublisher.Edits.Expansionfiles.Get setAlt(String alt)
AndroidPublisherRequest
setAlt
in class AndroidPublisherRequest<ExpansionFile>
public AndroidPublisher.Edits.Expansionfiles.Get setFields(String fields)
AndroidPublisherRequest
setFields
in class AndroidPublisherRequest<ExpansionFile>
public AndroidPublisher.Edits.Expansionfiles.Get setKey(String key)
AndroidPublisherRequest
setKey
in class AndroidPublisherRequest<ExpansionFile>
public AndroidPublisher.Edits.Expansionfiles.Get setOauthToken(String oauthToken)
AndroidPublisherRequest
setOauthToken
in class AndroidPublisherRequest<ExpansionFile>
public AndroidPublisher.Edits.Expansionfiles.Get setPrettyPrint(Boolean prettyPrint)
AndroidPublisherRequest
setPrettyPrint
in class AndroidPublisherRequest<ExpansionFile>
public AndroidPublisher.Edits.Expansionfiles.Get setQuotaUser(String quotaUser)
AndroidPublisherRequest
setQuotaUser
in class AndroidPublisherRequest<ExpansionFile>
public AndroidPublisher.Edits.Expansionfiles.Get setUserIp(String userIp)
AndroidPublisherRequest
setUserIp
in class AndroidPublisherRequest<ExpansionFile>
public String getPackageName()
public AndroidPublisher.Edits.Expansionfiles.Get setPackageName(String packageName)
public String getEditId()
public AndroidPublisher.Edits.Expansionfiles.Get setEditId(String editId)
public Integer getApkVersionCode()
public AndroidPublisher.Edits.Expansionfiles.Get setApkVersionCode(Integer apkVersionCode)
public String getExpansionFileType()
public AndroidPublisher.Edits.Expansionfiles.Get setExpansionFileType(String expansionFileType)
public AndroidPublisher.Edits.Expansionfiles.Get set(String parameterName, Object value)
set
in class AndroidPublisherRequest<ExpansionFile>