public class AndroidPublisher.Edits.Commit extends AndroidPublisherRequest<AppEdit>
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
Commit(String packageName,
String editId)
Commits an app edit.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getChangesNotSentForReview()
When a rejection happens, the parameter will make sure that the changes in this edit won't be
reviewed until they are explicitly sent for review from within the Google Play Console UI.
|
String |
getEditId()
Identifier of the edit.
|
String |
getPackageName()
Package name of the app.
|
AndroidPublisher.Edits.Commit |
set(String parameterName,
Object value) |
AndroidPublisher.Edits.Commit |
set$Xgafv(String $Xgafv)
V1 error format.
|
AndroidPublisher.Edits.Commit |
setAccessToken(String accessToken)
OAuth access token.
|
AndroidPublisher.Edits.Commit |
setAlt(String alt)
Data format for response.
|
AndroidPublisher.Edits.Commit |
setCallback(String callback)
JSONP
|
AndroidPublisher.Edits.Commit |
setChangesNotSentForReview(Boolean changesNotSentForReview)
When a rejection happens, the parameter will make sure that the changes in this edit won't
be reviewed until they are explicitly sent for review from within the Google Play Console
UI.
|
AndroidPublisher.Edits.Commit |
setEditId(String editId)
Identifier of the edit.
|
AndroidPublisher.Edits.Commit |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
AndroidPublisher.Edits.Commit |
setKey(String key)
API key.
|
AndroidPublisher.Edits.Commit |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
AndroidPublisher.Edits.Commit |
setPackageName(String packageName)
Package name of the app.
|
AndroidPublisher.Edits.Commit |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
AndroidPublisher.Edits.Commit |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
AndroidPublisher.Edits.Commit |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
AndroidPublisher.Edits.Commit |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, 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 Commit(String packageName, String editId)
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.public AndroidPublisher.Edits.Commit set$Xgafv(String $Xgafv)
AndroidPublisherRequest
set$Xgafv
in class AndroidPublisherRequest<AppEdit>
public AndroidPublisher.Edits.Commit setAccessToken(String accessToken)
AndroidPublisherRequest
setAccessToken
in class AndroidPublisherRequest<AppEdit>
public AndroidPublisher.Edits.Commit setAlt(String alt)
AndroidPublisherRequest
setAlt
in class AndroidPublisherRequest<AppEdit>
public AndroidPublisher.Edits.Commit setCallback(String callback)
AndroidPublisherRequest
setCallback
in class AndroidPublisherRequest<AppEdit>
public AndroidPublisher.Edits.Commit setFields(String fields)
AndroidPublisherRequest
setFields
in class AndroidPublisherRequest<AppEdit>
public AndroidPublisher.Edits.Commit setKey(String key)
AndroidPublisherRequest
setKey
in class AndroidPublisherRequest<AppEdit>
public AndroidPublisher.Edits.Commit setOauthToken(String oauthToken)
AndroidPublisherRequest
setOauthToken
in class AndroidPublisherRequest<AppEdit>
public AndroidPublisher.Edits.Commit setPrettyPrint(Boolean prettyPrint)
AndroidPublisherRequest
setPrettyPrint
in class AndroidPublisherRequest<AppEdit>
public AndroidPublisher.Edits.Commit setQuotaUser(String quotaUser)
AndroidPublisherRequest
setQuotaUser
in class AndroidPublisherRequest<AppEdit>
public AndroidPublisher.Edits.Commit setUploadType(String uploadType)
AndroidPublisherRequest
setUploadType
in class AndroidPublisherRequest<AppEdit>
public AndroidPublisher.Edits.Commit setUploadProtocol(String uploadProtocol)
AndroidPublisherRequest
setUploadProtocol
in class AndroidPublisherRequest<AppEdit>
public String getPackageName()
public AndroidPublisher.Edits.Commit setPackageName(String packageName)
public String getEditId()
public AndroidPublisher.Edits.Commit setEditId(String editId)
public Boolean getChangesNotSentForReview()
public AndroidPublisher.Edits.Commit setChangesNotSentForReview(Boolean changesNotSentForReview)
public AndroidPublisher.Edits.Commit set(String parameterName, Object value)
set
in class AndroidPublisherRequest<AppEdit>
Copyright © 2011–2025 Google. All rights reserved.