public class AndroidPublisher.Apprecovery extends Object
Modifier and Type | Class and Description |
---|---|
class |
AndroidPublisher.Apprecovery.AddTargeting |
class |
AndroidPublisher.Apprecovery.Cancel |
class |
AndroidPublisher.Apprecovery.Create |
class |
AndroidPublisher.Apprecovery.Deploy |
class |
AndroidPublisher.Apprecovery.List |
Constructor and Description |
---|
Apprecovery() |
Modifier and Type | Method and Description |
---|---|
AndroidPublisher.Apprecovery.AddTargeting |
addTargeting(String packageName,
Long appRecoveryId,
AddTargetingRequest content)
Incrementally update targeting for a recovery action.
|
AndroidPublisher.Apprecovery.Cancel |
cancel(String packageName,
Long appRecoveryId,
CancelAppRecoveryRequest content)
Cancel an already executing app recovery action.
|
AndroidPublisher.Apprecovery.Create |
create(String packageName,
CreateDraftAppRecoveryRequest content)
Create an app recovery action with recovery status as DRAFT.
|
AndroidPublisher.Apprecovery.Deploy |
deploy(String packageName,
Long appRecoveryId,
DeployAppRecoveryRequest content)
Deploy an already created app recovery action with recovery status DRAFT.
|
AndroidPublisher.Apprecovery.List |
list(String packageName)
List all app recovery action resources associated with a particular package name and app version.
|
public AndroidPublisher.Apprecovery.AddTargeting addTargeting(String packageName, Long appRecoveryId, AddTargetingRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.packageName
- Required. Package name of the app for which recovery action is to be updated.appRecoveryId
- Required. ID corresponding to the app recovery action.content
- the AddTargetingRequest
IOException
public AndroidPublisher.Apprecovery.Cancel cancel(String packageName, Long appRecoveryId, CancelAppRecoveryRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Required. Package name of the app for which recovery action cancellation is requested.appRecoveryId
- Required. ID corresponding to the app recovery action.content
- the CancelAppRecoveryRequest
IOException
public AndroidPublisher.Apprecovery.Create create(String packageName, CreateDraftAppRecoveryRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Required. Package name of the app on which recovery action is performed.content
- the CreateDraftAppRecoveryRequest
IOException
public AndroidPublisher.Apprecovery.Deploy deploy(String packageName, Long appRecoveryId, DeployAppRecoveryRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.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
IOException
public AndroidPublisher.Apprecovery.List list(String packageName) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Required. Package name of the app for which list of recovery actions is requested.IOException
Copyright © 2011–2025 Google. All rights reserved.