Interface UpgradeClusterResponse.ClusterUpgradeDetailsOrBuilder (0.43.0)

public static interface UpgradeClusterResponse.ClusterUpgradeDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getClusterType()

public abstract Cluster.ClusterType getClusterType()

Cluster type which can either be primary or secondary.

.google.cloud.alloydb.v1alpha.Cluster.ClusterType cluster_type = 3;

Returns
Type Description
Cluster.ClusterType

The clusterType.

getClusterTypeValue()

public abstract int getClusterTypeValue()

Cluster type which can either be primary or secondary.

.google.cloud.alloydb.v1alpha.Cluster.ClusterType cluster_type = 3;

Returns
Type Description
int

The enum numeric value on the wire for clusterType.

getDatabaseVersion()

public abstract DatabaseVersion getDatabaseVersion()

Database version of the cluster after the upgrade operation. This will be the target version if the upgrade was successful otherwise it remains the same as that before the upgrade operation.

.google.cloud.alloydb.v1alpha.DatabaseVersion database_version = 4;

Returns
Type Description
DatabaseVersion

The databaseVersion.

getDatabaseVersionValue()

public abstract int getDatabaseVersionValue()

Database version of the cluster after the upgrade operation. This will be the target version if the upgrade was successful otherwise it remains the same as that before the upgrade operation.

.google.cloud.alloydb.v1alpha.DatabaseVersion database_version = 4;

Returns
Type Description
int

The enum numeric value on the wire for databaseVersion.

getInstanceUpgradeDetails(int index)

public abstract UpgradeClusterResponse.InstanceUpgradeDetails getInstanceUpgradeDetails(int index)

Upgrade details of the instances directly associated with this cluster.

repeated .google.cloud.alloydb.v1alpha.UpgradeClusterResponse.InstanceUpgradeDetails instance_upgrade_details = 6;

Parameter
Name Description
index int
Returns
Type Description
UpgradeClusterResponse.InstanceUpgradeDetails

getInstanceUpgradeDetailsCount()

public abstract int getInstanceUpgradeDetailsCount()

Upgrade details of the instances directly associated with this cluster.

repeated .google.cloud.alloydb.v1alpha.UpgradeClusterResponse.InstanceUpgradeDetails instance_upgrade_details = 6;

Returns
Type Description
int

getInstanceUpgradeDetailsList()

public abstract List<UpgradeClusterResponse.InstanceUpgradeDetails> getInstanceUpgradeDetailsList()

Upgrade details of the instances directly associated with this cluster.

repeated .google.cloud.alloydb.v1alpha.UpgradeClusterResponse.InstanceUpgradeDetails instance_upgrade_details = 6;

Returns
Type Description
List<InstanceUpgradeDetails>

getInstanceUpgradeDetailsOrBuilder(int index)

public abstract UpgradeClusterResponse.InstanceUpgradeDetailsOrBuilder getInstanceUpgradeDetailsOrBuilder(int index)

Upgrade details of the instances directly associated with this cluster.

repeated .google.cloud.alloydb.v1alpha.UpgradeClusterResponse.InstanceUpgradeDetails instance_upgrade_details = 6;

Parameter
Name Description
index int
Returns
Type Description
UpgradeClusterResponse.InstanceUpgradeDetailsOrBuilder

getInstanceUpgradeDetailsOrBuilderList()

public abstract List<? extends UpgradeClusterResponse.InstanceUpgradeDetailsOrBuilder> getInstanceUpgradeDetailsOrBuilderList()

Upgrade details of the instances directly associated with this cluster.

repeated .google.cloud.alloydb.v1alpha.UpgradeClusterResponse.InstanceUpgradeDetails instance_upgrade_details = 6;

Returns
Type Description
List<? extends com.google.cloud.alloydb.v1alpha.UpgradeClusterResponse.InstanceUpgradeDetailsOrBuilder>

getName()

public abstract String getName()

Normalized name of the cluster

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Normalized name of the cluster

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getStageInfo(int index)

public abstract UpgradeClusterResponse.StageInfo getStageInfo(int index)

Array containing stage info associated with this cluster.

repeated .google.cloud.alloydb.v1alpha.UpgradeClusterResponse.StageInfo stage_info = 5;

Parameter
Name Description
index int
Returns
Type Description
UpgradeClusterResponse.StageInfo

getStageInfoCount()

public abstract int getStageInfoCount()

Array containing stage info associated with this cluster.

repeated .google.cloud.alloydb.v1alpha.UpgradeClusterResponse.StageInfo stage_info = 5;

Returns
Type Description
int

getStageInfoList()

public abstract List<UpgradeClusterResponse.StageInfo> getStageInfoList()

Array containing stage info associated with this cluster.

repeated .google.cloud.alloydb.v1alpha.UpgradeClusterResponse.StageInfo stage_info = 5;

Returns
Type Description
List<StageInfo>

getStageInfoOrBuilder(int index)

public abstract UpgradeClusterResponse.StageInfoOrBuilder getStageInfoOrBuilder(int index)

Array containing stage info associated with this cluster.

repeated .google.cloud.alloydb.v1alpha.UpgradeClusterResponse.StageInfo stage_info = 5;

Parameter
Name Description
index int
Returns
Type Description
UpgradeClusterResponse.StageInfoOrBuilder

getStageInfoOrBuilderList()

public abstract List<? extends UpgradeClusterResponse.StageInfoOrBuilder> getStageInfoOrBuilderList()

Array containing stage info associated with this cluster.

repeated .google.cloud.alloydb.v1alpha.UpgradeClusterResponse.StageInfo stage_info = 5;

Returns
Type Description
List<? extends com.google.cloud.alloydb.v1alpha.UpgradeClusterResponse.StageInfoOrBuilder>

getUpgradeStatus()

public abstract UpgradeClusterResponse.Status getUpgradeStatus()

Upgrade status of the cluster.

.google.cloud.alloydb.v1alpha.UpgradeClusterResponse.Status upgrade_status = 2;

Returns
Type Description
UpgradeClusterResponse.Status

The upgradeStatus.

getUpgradeStatusValue()

public abstract int getUpgradeStatusValue()

Upgrade status of the cluster.

.google.cloud.alloydb.v1alpha.UpgradeClusterResponse.Status upgrade_status = 2;

Returns
Type Description
int

The enum numeric value on the wire for upgradeStatus.