public static interface UpgradeClusterResponse.InstanceUpgradeDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Instance.InstanceType |
getInstanceType()
Instance type.
|
int |
getInstanceTypeValue()
Instance type.
|
String |
getName()
Normalized name of the instance.
|
com.google.protobuf.ByteString |
getNameBytes()
Normalized name of the instance.
|
UpgradeClusterResponse.Status |
getUpgradeStatus()
Upgrade status of the instance.
|
int |
getUpgradeStatusValue()
Upgrade status of the instance.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Normalized name of the instance.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Normalized name of the instance.
string name = 1;int getUpgradeStatusValue()
Upgrade status of the instance.
.google.cloud.alloydb.v1.UpgradeClusterResponse.Status upgrade_status = 2;UpgradeClusterResponse.Status getUpgradeStatus()
Upgrade status of the instance.
.google.cloud.alloydb.v1.UpgradeClusterResponse.Status upgrade_status = 2;int getInstanceTypeValue()
Instance type.
.google.cloud.alloydb.v1.Instance.InstanceType instance_type = 3;Instance.InstanceType getInstanceType()
Instance type.
.google.cloud.alloydb.v1.Instance.InstanceType instance_type = 3;Copyright © 2025 Google LLC. All rights reserved.