| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
OperationProgress |
OperationProgress.clone() |
OperationProgress |
Operation.getProgress()
Output only.
|
OperationProgress |
OperationProgress.set(String fieldName,
Object value) |
OperationProgress |
OperationProgress.setMetrics(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(String name)
A non-parameterized string describing an operation stage.
|
OperationProgress |
OperationProgress.setStages(List<OperationProgress> stages)
Substages of an operation or a stage.
|
OperationProgress |
OperationProgress.setStatus(String status)
Status of an operation stage.
|
| Modifier and Type | Method and Description |
|---|---|
List<OperationProgress> |
OperationProgress.getStages()
Substages of an operation or a stage.
|
| Modifier and Type | Method and Description |
|---|---|
Operation |
Operation.setProgress(OperationProgress progress)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
OperationProgress |
OperationProgress.setStages(List<OperationProgress> stages)
Substages of an operation or a stage.
|
Copyright © 2011–2020 Google. All rights reserved.