public static interface UpgradeClusterStatus.ReadPoolInstancesUpgradeStageStatus.StatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getFailed()
Number of read pool instances which failed to upgrade.
|
int |
getNotStarted()
Number of read pool instances for which upgrade has not started.
|
int |
getOngoing()
Number of read pool instances undergoing upgrade.
|
int |
getSuccess()
Number of read pool instances successfully upgraded.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getNotStarted()
Number of read pool instances for which upgrade has not started.
int32 not_started = 1;int getOngoing()
Number of read pool instances undergoing upgrade.
int32 ongoing = 2;int getSuccess()
Number of read pool instances successfully upgraded.
int32 success = 3;int getFailed()
Number of read pool instances which failed to upgrade.
int32 failed = 4;Copyright © 2025 Google LLC. All rights reserved.