public class AndroidPublisher.Internalappsharingartifacts.Uploadbundle extends AndroidPublisherRequest<InternalAppSharingArtifact>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
USER_AGENT_SUFFIX
Modifier | Constructor and Description |
---|---|
protected |
Uploadbundle(String packageName)
Uploads an app bundle to internal app sharing.
|
protected |
Uploadbundle(String packageName,
AbstractInputStreamContent mediaContent)
Uploads an app bundle to internal app sharing.
|
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 Uploadbundle(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(String packageName, 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(String alt)
AndroidPublisherRequest
setAlt
in class AndroidPublisherRequest<InternalAppSharingArtifact>
public AndroidPublisher.Internalappsharingartifacts.Uploadbundle setFields(String fields)
AndroidPublisherRequest
setFields
in class AndroidPublisherRequest<InternalAppSharingArtifact>
public AndroidPublisher.Internalappsharingartifacts.Uploadbundle setKey(String key)
AndroidPublisherRequest
setKey
in class AndroidPublisherRequest<InternalAppSharingArtifact>
public AndroidPublisher.Internalappsharingartifacts.Uploadbundle setOauthToken(String oauthToken)
AndroidPublisherRequest
setOauthToken
in class AndroidPublisherRequest<InternalAppSharingArtifact>
public AndroidPublisher.Internalappsharingartifacts.Uploadbundle setPrettyPrint(Boolean prettyPrint)
AndroidPublisherRequest
setPrettyPrint
in class AndroidPublisherRequest<InternalAppSharingArtifact>
public AndroidPublisher.Internalappsharingartifacts.Uploadbundle setQuotaUser(String quotaUser)
AndroidPublisherRequest
setQuotaUser
in class AndroidPublisherRequest<InternalAppSharingArtifact>
public AndroidPublisher.Internalappsharingartifacts.Uploadbundle setUserIp(String userIp)
AndroidPublisherRequest
setUserIp
in class AndroidPublisherRequest<InternalAppSharingArtifact>
public String getPackageName()
public AndroidPublisher.Internalappsharingartifacts.Uploadbundle setPackageName(String packageName)
public AndroidPublisher.Internalappsharingartifacts.Uploadbundle set(String parameterName, Object value)
set
in class AndroidPublisherRequest<InternalAppSharingArtifact>
Copyright © 2011–2020 Google. All rights reserved.