Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
ProgressCounter |
ProgressCounter.clone() |
ProgressCounter |
OperationMetadata.getCounter() |
ProgressCounter |
ProgressCounter.set(String fieldName,
Object value) |
ProgressCounter |
ProgressCounter.setFailure(Long failure)
The number of units that failed in the operation.
|
ProgressCounter |
ProgressCounter.setPending(Long pending)
The number of units that are pending in the operation.
|
ProgressCounter |
ProgressCounter.setSecondaryFailure(Long secondaryFailure)
The number of secondary units that failed in the operation.
|
ProgressCounter |
ProgressCounter.setSecondarySuccess(Long secondarySuccess)
The number of secondary units that succeeded in the operation.
|
ProgressCounter |
ProgressCounter.setSuccess(Long success)
The number of units that succeeded in the operation.
|
Modifier and Type | Method and Description |
---|---|
OperationMetadata |
OperationMetadata.setCounter(ProgressCounter counter) |
Copyright © 2011–2024 Google. All rights reserved.