target.apidocs.com.google.api.services.androidpublisher.AndroidPublisher.Apprecovery.Deploy.html Maven / Gradle / Ivy
AndroidPublisher.Apprecovery.Deploy (Google Play Android Developer API v3-rev20240129-2.0.0)
com.google.api.services.androidpublisher
Class AndroidPublisher.Apprecovery.Deploy
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.googleapis.services.AbstractGoogleClientRequest<T>
-
- com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
-
- com.google.api.services.androidpublisher.AndroidPublisherRequest<DeployAppRecoveryResponse>
-
- com.google.api.services.androidpublisher.AndroidPublisher.Apprecovery.Deploy
-
- Enclosing class:
- AndroidPublisher.Apprecovery
public class AndroidPublisher.Apprecovery.Deploy
extends AndroidPublisherRequest<DeployAppRecoveryResponse>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Modifier
Constructor and Description
protected
Deploy(String packageName,
Long appRecoveryId,
DeployAppRecoveryRequest content)
Deploy an already created app recovery action with recovery status DRAFT.
-
Method Summary
-
Methods inherited from class com.google.api.services.androidpublisher.AndroidPublisherRequest
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeaders
-
Methods inherited from class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest
getJsonContent, newExceptionOnError, queue
-
Methods inherited from class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
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
-
Methods inherited from class com.google.api.client.util.GenericData
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Constructor Detail
-
Deploy
protected Deploy(String packageName,
Long appRecoveryId,
DeployAppRecoveryRequest content)
Deploy an already created app recovery action with recovery status DRAFT. Note that this action
activates the recovery action for all targeted users and changes its status to ACTIVE.
Create a request for the method "apprecovery.deploy".
This request holds the parameters needed by the the androidpublisher server. After setting any
optional parameters, call the 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.
- Parameters:
packageName
- Required. Package name of the app for which recovery action is deployed.
appRecoveryId
- Required. ID corresponding to the app recovery action to deploy.
content
- the DeployAppRecoveryRequest
- Since:
- 1.13
-
Method Detail
-
set$Xgafv
public AndroidPublisher.Apprecovery.Deploy set$Xgafv(String $Xgafv)
Description copied from class: AndroidPublisherRequest
V1 error format.
- Overrides:
set$Xgafv
in class AndroidPublisherRequest<DeployAppRecoveryResponse>
-
setAccessToken
public AndroidPublisher.Apprecovery.Deploy setAccessToken(String accessToken)
Description copied from class: AndroidPublisherRequest
OAuth access token.
- Overrides:
setAccessToken
in class AndroidPublisherRequest<DeployAppRecoveryResponse>
-
setAlt
public AndroidPublisher.Apprecovery.Deploy setAlt(String alt)
Description copied from class: AndroidPublisherRequest
Data format for response.
- Overrides:
setAlt
in class AndroidPublisherRequest<DeployAppRecoveryResponse>
-
setCallback
public AndroidPublisher.Apprecovery.Deploy setCallback(String callback)
Description copied from class: AndroidPublisherRequest
JSONP
- Overrides:
setCallback
in class AndroidPublisherRequest<DeployAppRecoveryResponse>
-
setFields
public AndroidPublisher.Apprecovery.Deploy setFields(String fields)
Description copied from class: AndroidPublisherRequest
Selector specifying which fields to include in a partial response.
- Overrides:
setFields
in class AndroidPublisherRequest<DeployAppRecoveryResponse>
-
setKey
public AndroidPublisher.Apprecovery.Deploy setKey(String key)
Description copied from class: AndroidPublisherRequest
API key. Your API key identifies your project and provides you with API access, quota, and
reports. Required unless you provide an OAuth 2.0 token.
- Overrides:
setKey
in class AndroidPublisherRequest<DeployAppRecoveryResponse>
-
setOauthToken
public AndroidPublisher.Apprecovery.Deploy setOauthToken(String oauthToken)
Description copied from class: AndroidPublisherRequest
OAuth 2.0 token for the current user.
- Overrides:
setOauthToken
in class AndroidPublisherRequest<DeployAppRecoveryResponse>
-
setPrettyPrint
public AndroidPublisher.Apprecovery.Deploy setPrettyPrint(Boolean prettyPrint)
Description copied from class: AndroidPublisherRequest
Returns response with indentations and line breaks.
- Overrides:
setPrettyPrint
in class AndroidPublisherRequest<DeployAppRecoveryResponse>
-
setQuotaUser
public AndroidPublisher.Apprecovery.Deploy setQuotaUser(String quotaUser)
Description copied from class: AndroidPublisherRequest
Available to use for quota purposes for server-side applications. Can be any arbitrary string
assigned to a user, but should not exceed 40 characters.
- Overrides:
setQuotaUser
in class AndroidPublisherRequest<DeployAppRecoveryResponse>
-
setUploadType
public AndroidPublisher.Apprecovery.Deploy setUploadType(String uploadType)
Description copied from class: AndroidPublisherRequest
Legacy upload protocol for media (e.g. "media", "multipart").
- Overrides:
setUploadType
in class AndroidPublisherRequest<DeployAppRecoveryResponse>
-
setUploadProtocol
public AndroidPublisher.Apprecovery.Deploy setUploadProtocol(String uploadProtocol)
Description copied from class: AndroidPublisherRequest
Upload protocol for media (e.g. "raw", "multipart").
- Overrides:
setUploadProtocol
in class AndroidPublisherRequest<DeployAppRecoveryResponse>
-
getPackageName
public String getPackageName()
Required. Package name of the app for which recovery action is deployed.
-
setPackageName
public AndroidPublisher.Apprecovery.Deploy setPackageName(String packageName)
Required. Package name of the app for which recovery action is deployed.
-
getAppRecoveryId
public Long getAppRecoveryId()
Required. ID corresponding to the app recovery action to deploy.
-
setAppRecoveryId
public AndroidPublisher.Apprecovery.Deploy setAppRecoveryId(Long appRecoveryId)
Required. ID corresponding to the app recovery action to deploy.
-
set
public AndroidPublisher.Apprecovery.Deploy set(String parameterName,
Object value)
- Overrides:
set
in class AndroidPublisherRequest<DeployAppRecoveryResponse>
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy