public static interface UpgradeClusterResponse.ClusterUpgradeDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Cluster.ClusterType |
getClusterType()
Cluster type which can either be primary or secondary.
|
int |
getClusterTypeValue()
Cluster type which can either be primary or secondary.
|
DatabaseVersion |
getDatabaseVersion()
Database version of the cluster after the upgrade operation.
|
int |
getDatabaseVersionValue()
Database version of the cluster after the upgrade operation.
|
UpgradeClusterResponse.InstanceUpgradeDetails |
getInstanceUpgradeDetails(int index)
Upgrade details of the instances directly associated with this cluster.
|
int |
getInstanceUpgradeDetailsCount()
Upgrade details of the instances directly associated with this cluster.
|
List<UpgradeClusterResponse.InstanceUpgradeDetails> |
getInstanceUpgradeDetailsList()
Upgrade details of the instances directly associated with this cluster.
|
UpgradeClusterResponse.InstanceUpgradeDetailsOrBuilder |
getInstanceUpgradeDetailsOrBuilder(int index)
Upgrade details of the instances directly associated with this cluster.
|
List<? extends UpgradeClusterResponse.InstanceUpgradeDetailsOrBuilder> |
getInstanceUpgradeDetailsOrBuilderList()
Upgrade details of the instances directly associated with this cluster.
|
String |
getName()
Normalized name of the cluster
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
Normalized name of the cluster
string name = 1; |
UpgradeClusterResponse.StageInfo |
getStageInfo(int index)
Array containing stage info associated with this cluster.
|
int |
getStageInfoCount()
Array containing stage info associated with this cluster.
|
List<UpgradeClusterResponse.StageInfo> |
getStageInfoList()
Array containing stage info associated with this cluster.
|
UpgradeClusterResponse.StageInfoOrBuilder |
getStageInfoOrBuilder(int index)
Array containing stage info associated with this cluster.
|
List<? extends UpgradeClusterResponse.StageInfoOrBuilder> |
getStageInfoOrBuilderList()
Array containing stage info associated with this cluster.
|
UpgradeClusterResponse.Status |
getUpgradeStatus()
Upgrade status of the cluster.
|
int |
getUpgradeStatusValue()
Upgrade status of the cluster.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Normalized name of the cluster
string name = 1;com.google.protobuf.ByteString getNameBytes()
Normalized name of the cluster
string name = 1;int getUpgradeStatusValue()
Upgrade status of the cluster.
.google.cloud.alloydb.v1.UpgradeClusterResponse.Status upgrade_status = 2;UpgradeClusterResponse.Status getUpgradeStatus()
Upgrade status of the cluster.
.google.cloud.alloydb.v1.UpgradeClusterResponse.Status upgrade_status = 2;int getClusterTypeValue()
Cluster type which can either be primary or secondary.
.google.cloud.alloydb.v1.Cluster.ClusterType cluster_type = 3;Cluster.ClusterType getClusterType()
Cluster type which can either be primary or secondary.
.google.cloud.alloydb.v1.Cluster.ClusterType cluster_type = 3;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.v1.DatabaseVersion database_version = 4;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.v1.DatabaseVersion database_version = 4;List<UpgradeClusterResponse.StageInfo> getStageInfoList()
Array containing stage info associated with this cluster.
repeated .google.cloud.alloydb.v1.UpgradeClusterResponse.StageInfo stage_info = 5;
UpgradeClusterResponse.StageInfo getStageInfo(int index)
Array containing stage info associated with this cluster.
repeated .google.cloud.alloydb.v1.UpgradeClusterResponse.StageInfo stage_info = 5;
int getStageInfoCount()
Array containing stage info associated with this cluster.
repeated .google.cloud.alloydb.v1.UpgradeClusterResponse.StageInfo stage_info = 5;
List<? extends UpgradeClusterResponse.StageInfoOrBuilder> getStageInfoOrBuilderList()
Array containing stage info associated with this cluster.
repeated .google.cloud.alloydb.v1.UpgradeClusterResponse.StageInfo stage_info = 5;
UpgradeClusterResponse.StageInfoOrBuilder getStageInfoOrBuilder(int index)
Array containing stage info associated with this cluster.
repeated .google.cloud.alloydb.v1.UpgradeClusterResponse.StageInfo stage_info = 5;
List<UpgradeClusterResponse.InstanceUpgradeDetails> getInstanceUpgradeDetailsList()
Upgrade details of the instances directly associated with this cluster.
repeated .google.cloud.alloydb.v1.UpgradeClusterResponse.InstanceUpgradeDetails instance_upgrade_details = 6;
UpgradeClusterResponse.InstanceUpgradeDetails getInstanceUpgradeDetails(int index)
Upgrade details of the instances directly associated with this cluster.
repeated .google.cloud.alloydb.v1.UpgradeClusterResponse.InstanceUpgradeDetails instance_upgrade_details = 6;
int getInstanceUpgradeDetailsCount()
Upgrade details of the instances directly associated with this cluster.
repeated .google.cloud.alloydb.v1.UpgradeClusterResponse.InstanceUpgradeDetails instance_upgrade_details = 6;
List<? extends UpgradeClusterResponse.InstanceUpgradeDetailsOrBuilder> getInstanceUpgradeDetailsOrBuilderList()
Upgrade details of the instances directly associated with this cluster.
repeated .google.cloud.alloydb.v1.UpgradeClusterResponse.InstanceUpgradeDetails instance_upgrade_details = 6;
UpgradeClusterResponse.InstanceUpgradeDetailsOrBuilder getInstanceUpgradeDetailsOrBuilder(int index)
Upgrade details of the instances directly associated with this cluster.
repeated .google.cloud.alloydb.v1.UpgradeClusterResponse.InstanceUpgradeDetails instance_upgrade_details = 6;
Copyright © 2025 Google LLC. All rights reserved.