Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
InstanceOperationProgress |
InstanceOperationProgress.clone() |
InstanceOperationProgress |
CreateInstanceConfigMetadata.getProgress()
The progress of the CreateInstanceConfig operation.
|
InstanceOperationProgress |
UpdateInstanceConfigMetadata.getProgress()
The progress of the UpdateInstanceConfig operation.
|
InstanceOperationProgress |
InstanceOperationProgress.set(String fieldName,
Object value) |
InstanceOperationProgress |
InstanceOperationProgress.setEndTime(String endTime)
If set, the time at which this operation failed or was completed successfully.
|
InstanceOperationProgress |
InstanceOperationProgress.setProgressPercent(Integer progressPercent)
Percent completion of the operation.
|
InstanceOperationProgress |
InstanceOperationProgress.setStartTime(String startTime)
Time the request was received.
|
Modifier and Type | Method and Description |
---|---|
CreateInstanceConfigMetadata |
CreateInstanceConfigMetadata.setProgress(InstanceOperationProgress progress)
The progress of the CreateInstanceConfig operation.
|
UpdateInstanceConfigMetadata |
UpdateInstanceConfigMetadata.setProgress(InstanceOperationProgress progress)
The progress of the UpdateInstanceConfig operation.
|
Copyright © 2011–2025 Google. All rights reserved.