public class AndroidPublisher.Internalappsharingartifacts.Uploadbundle extends AndroidPublisherRequest<java.lang.Void>
com.google.api.client.util.GenericData.Flags| Modifier | Constructor and Description |
|---|---|
protected |
Uploadbundle(java.lang.String packageName)
Uploads an app bundle to internal app sharing.
|
protected |
Uploadbundle(java.lang.String packageName,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Uploads an app bundle to internal app sharing.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPackageName()
Unique identifier for the Android app; for example, "com.spiffygame".
|
AndroidPublisher.Internalappsharingartifacts.Uploadbundle |
set(java.lang.String parameterName,
java.lang.Object value) |
AndroidPublisher.Internalappsharingartifacts.Uploadbundle |
setAlt(java.lang.String alt)
Data format for the response.
|
AndroidPublisher.Internalappsharingartifacts.Uploadbundle |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
AndroidPublisher.Internalappsharingartifacts.Uploadbundle |
setKey(java.lang.String key)
API key.
|
AndroidPublisher.Internalappsharingartifacts.Uploadbundle |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
AndroidPublisher.Internalappsharingartifacts.Uploadbundle |
setPackageName(java.lang.String packageName)
Unique identifier for the Android app; for example, "com.spiffygame".
|
AndroidPublisher.Internalappsharingartifacts.Uploadbundle |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
AndroidPublisher.Internalappsharingartifacts.Uploadbundle |
setQuotaUser(java.lang.String quotaUser)
An opaque string that represents a user for quota purposes.
|
AndroidPublisher.Internalappsharingartifacts.Uploadbundle |
setUserIp(java.lang.String userIp)
Deprecated.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, 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, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queueclone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, valuesprotected Uploadbundle(java.lang.String packageName)
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; for example, "com.spiffygame".protected Uploadbundle(java.lang.String packageName,
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 for the Android app; for example, "com.spiffygame".mediaContent - The media HTTP content or null if none.public AndroidPublisher.Internalappsharingartifacts.Uploadbundle setAlt(java.lang.String alt)
AndroidPublisherRequestsetAlt in class AndroidPublisherRequest<java.lang.Void>public AndroidPublisher.Internalappsharingartifacts.Uploadbundle setFields(java.lang.String fields)
AndroidPublisherRequestsetFields in class AndroidPublisherRequest<java.lang.Void>public AndroidPublisher.Internalappsharingartifacts.Uploadbundle setKey(java.lang.String key)
AndroidPublisherRequestsetKey in class AndroidPublisherRequest<java.lang.Void>public AndroidPublisher.Internalappsharingartifacts.Uploadbundle setOauthToken(java.lang.String oauthToken)
AndroidPublisherRequestsetOauthToken in class AndroidPublisherRequest<java.lang.Void>public AndroidPublisher.Internalappsharingartifacts.Uploadbundle setPrettyPrint(java.lang.Boolean prettyPrint)
AndroidPublisherRequestsetPrettyPrint in class AndroidPublisherRequest<java.lang.Void>public AndroidPublisher.Internalappsharingartifacts.Uploadbundle setQuotaUser(java.lang.String quotaUser)
AndroidPublisherRequestsetQuotaUser in class AndroidPublisherRequest<java.lang.Void>public AndroidPublisher.Internalappsharingartifacts.Uploadbundle setUserIp(java.lang.String userIp)
AndroidPublisherRequestsetUserIp in class AndroidPublisherRequest<java.lang.Void>public java.lang.String getPackageName()
public AndroidPublisher.Internalappsharingartifacts.Uploadbundle setPackageName(java.lang.String packageName)
public AndroidPublisher.Internalappsharingartifacts.Uploadbundle set(java.lang.String parameterName, java.lang.Object value)
set in class AndroidPublisherRequest<java.lang.Void>