| Package | Description |
|---|---|
| com.google.api.services.container.v1beta1.model |
| Modifier and Type | Method and Description |
|---|---|
OperationProgress |
OperationProgress.clone() |
OperationProgress |
Operation.getProgress()
[Output only] Progress information for an operation.
|
OperationProgress |
OperationProgress.set(java.lang.String fieldName,
java.lang.Object value) |
OperationProgress |
OperationProgress.setMetrics(java.util.List<Metric> metrics)
Progress metric bundle, for example: metrics: [{name: "nodes done", int_value: 15},
{name: "nodes total", int_value: 32}] or metrics: [{name: "progress", double_value:
0.56}, {name: "progress scale", double_value: 1.0}]
|
OperationProgress |
OperationProgress.setName(java.lang.String name)
A non-parameterized string describing an operation stage.
|
OperationProgress |
OperationProgress.setStages(java.util.List<OperationProgress> stages)
Substages of an operation or a stage.
|
OperationProgress |
OperationProgress.setStatus(java.lang.String status)
Status of an operation stage.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<OperationProgress> |
OperationProgress.getStages()
Substages of an operation or a stage.
|
| Modifier and Type | Method and Description |
|---|---|
Operation |
Operation.setProgress(OperationProgress progress)
[Output only] Progress information for an operation.
|
| Modifier and Type | Method and Description |
|---|---|
OperationProgress |
OperationProgress.setStages(java.util.List<OperationProgress> stages)
Substages of an operation or a stage.
|