Package | Description |
---|---|
com.google.api.services.deploymentmanager.model |
Modifier and Type | Method and Description |
---|---|
PollingOptions |
PollingOptions.clone() |
PollingOptions |
AsyncOptions.getPollingOptions()
Deployment manager will poll instances for this API resource setting a RUNNING state, and
blocking until polling conditions tell whether the resource is completed or failed.
|
PollingOptions |
PollingOptions.set(String fieldName,
Object value) |
PollingOptions |
PollingOptions.setDiagnostics(List<Diagnostic> diagnostics)
An array of diagnostics to be collected by Deployment Manager, these diagnostics will be
displayed to the user.
|
PollingOptions |
PollingOptions.setFailCondition(String failCondition)
JsonPath expression that determines if the request failed.
|
PollingOptions |
PollingOptions.setFinishCondition(String finishCondition)
JsonPath expression that determines if the request is completed.
|
PollingOptions |
PollingOptions.setPollingLink(String pollingLink)
JsonPath expression that evaluates to string, it indicates where to poll.
|
PollingOptions |
PollingOptions.setTargetLink(String targetLink)
JsonPath expression, after polling is completed, indicates where to fetch the resource.
|
Modifier and Type | Method and Description |
---|---|
AsyncOptions |
AsyncOptions.setPollingOptions(PollingOptions pollingOptions)
Deployment manager will poll instances for this API resource setting a RUNNING state, and
blocking until polling conditions tell whether the resource is completed or failed.
|
Copyright © 2011–2022 Google. All rights reserved.