| Modifier and Type | Method and Description |
|---|---|
static UpgradeClusterResponse.Status |
UpgradeClusterResponse.Status.forNumber(int value) |
UpgradeClusterResponse.Status |
UpgradeClusterStatus.getState()
Cluster Major Version Upgrade state.
|
UpgradeClusterResponse.Status |
UpgradeClusterStatus.StageStatusOrBuilder.getState()
State of this stage.
|
UpgradeClusterResponse.Status |
UpgradeClusterStatus.StageStatus.getState()
State of this stage.
|
UpgradeClusterResponse.Status |
UpgradeClusterStatus.StageStatus.Builder.getState()
State of this stage.
|
UpgradeClusterResponse.Status |
UpgradeClusterStatus.Builder.getState()
Cluster Major Version Upgrade state.
|
UpgradeClusterResponse.Status |
UpgradeClusterStatusOrBuilder.getState()
Cluster Major Version Upgrade state.
|
UpgradeClusterResponse.Status |
UpgradeClusterResponseOrBuilder.getStatus()
Status of upgrade operation.
|
UpgradeClusterResponse.Status |
UpgradeClusterResponse.getStatus()
Status of upgrade operation.
|
UpgradeClusterResponse.Status |
UpgradeClusterResponse.StageInfoOrBuilder.getStatus()
Status of the stage.
|
UpgradeClusterResponse.Status |
UpgradeClusterResponse.StageInfo.getStatus()
Status of the stage.
|
UpgradeClusterResponse.Status |
UpgradeClusterResponse.StageInfo.Builder.getStatus()
Status of the stage.
|
UpgradeClusterResponse.Status |
UpgradeClusterResponse.Builder.getStatus()
Status of upgrade operation.
|
UpgradeClusterResponse.Status |
UpgradeClusterResponse.InstanceUpgradeDetailsOrBuilder.getUpgradeStatus()
Upgrade status of the instance.
|
UpgradeClusterResponse.Status |
UpgradeClusterResponse.InstanceUpgradeDetails.getUpgradeStatus()
Upgrade status of the instance.
|
UpgradeClusterResponse.Status |
UpgradeClusterResponse.InstanceUpgradeDetails.Builder.getUpgradeStatus()
Upgrade status of the instance.
|
UpgradeClusterResponse.Status |
UpgradeClusterResponse.ClusterUpgradeDetailsOrBuilder.getUpgradeStatus()
Upgrade status of the cluster.
|
UpgradeClusterResponse.Status |
UpgradeClusterResponse.ClusterUpgradeDetails.getUpgradeStatus()
Upgrade status of the cluster.
|
UpgradeClusterResponse.Status |
UpgradeClusterResponse.ClusterUpgradeDetails.Builder.getUpgradeStatus()
Upgrade status of the cluster.
|
static UpgradeClusterResponse.Status |
UpgradeClusterResponse.Status.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static UpgradeClusterResponse.Status |
UpgradeClusterResponse.Status.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static UpgradeClusterResponse.Status |
UpgradeClusterResponse.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpgradeClusterResponse.Status[] |
UpgradeClusterResponse.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<UpgradeClusterResponse.Status> |
UpgradeClusterResponse.Status.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
UpgradeClusterStatus.StageStatus.Builder |
UpgradeClusterStatus.StageStatus.Builder.setState(UpgradeClusterResponse.Status value)
State of this stage.
|
UpgradeClusterStatus.Builder |
UpgradeClusterStatus.Builder.setState(UpgradeClusterResponse.Status value)
Cluster Major Version Upgrade state.
|
UpgradeClusterResponse.StageInfo.Builder |
UpgradeClusterResponse.StageInfo.Builder.setStatus(UpgradeClusterResponse.Status value)
Status of the stage.
|
UpgradeClusterResponse.Builder |
UpgradeClusterResponse.Builder.setStatus(UpgradeClusterResponse.Status value)
Status of upgrade operation.
|
UpgradeClusterResponse.InstanceUpgradeDetails.Builder |
UpgradeClusterResponse.InstanceUpgradeDetails.Builder.setUpgradeStatus(UpgradeClusterResponse.Status value)
Upgrade status of the instance.
|
UpgradeClusterResponse.ClusterUpgradeDetails.Builder |
UpgradeClusterResponse.ClusterUpgradeDetails.Builder.setUpgradeStatus(UpgradeClusterResponse.Status value)
Upgrade status of the cluster.
|
Copyright © 2025 Google LLC. All rights reserved.