public static interface UpgradeClusterResponse.InstanceUpgradeDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstanceType()
public abstract Instance.InstanceType getInstanceType()Instance type.
.google.cloud.alloydb.v1.Instance.InstanceType instance_type = 3;
| Returns | |
|---|---|
| Type | Description |
Instance.InstanceType |
The instanceType. |
getInstanceTypeValue()
public abstract int getInstanceTypeValue()Instance type.
.google.cloud.alloydb.v1.Instance.InstanceType instance_type = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for instanceType. |
getName()
public abstract String getName()Normalized name of the instance.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Normalized name of the instance.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getUpgradeStatus()
public abstract UpgradeClusterResponse.Status getUpgradeStatus()Upgrade status of the instance.
.google.cloud.alloydb.v1.UpgradeClusterResponse.Status upgrade_status = 2;
| Returns | |
|---|---|
| Type | Description |
UpgradeClusterResponse.Status |
The upgradeStatus. |
getUpgradeStatusValue()
public abstract int getUpgradeStatusValue()Upgrade status of the instance.
.google.cloud.alloydb.v1.UpgradeClusterResponse.Status upgrade_status = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for upgradeStatus. |