public interface UpgradeClusterResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getClusterUpgradeDetails(int index)
public abstract UpgradeClusterResponse.ClusterUpgradeDetails getClusterUpgradeDetails(int index)
Array of upgrade details for the current cluster and all the secondary clusters associated with this cluster.
repeated .google.cloud.alloydb.v1alpha.UpgradeClusterResponse.ClusterUpgradeDetails cluster_upgrade_details = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
UpgradeClusterResponse.ClusterUpgradeDetails |
getClusterUpgradeDetailsCount()
public abstract int getClusterUpgradeDetailsCount()
Array of upgrade details for the current cluster and all the secondary clusters associated with this cluster.
repeated .google.cloud.alloydb.v1alpha.UpgradeClusterResponse.ClusterUpgradeDetails cluster_upgrade_details = 3;
Returns | |
---|---|
Type | Description |
int |
getClusterUpgradeDetailsList()
public abstract List<UpgradeClusterResponse.ClusterUpgradeDetails> getClusterUpgradeDetailsList()
Array of upgrade details for the current cluster and all the secondary clusters associated with this cluster.
repeated .google.cloud.alloydb.v1alpha.UpgradeClusterResponse.ClusterUpgradeDetails cluster_upgrade_details = 3;
Returns | |
---|---|
Type | Description |
List<ClusterUpgradeDetails> |
getClusterUpgradeDetailsOrBuilder(int index)
public abstract UpgradeClusterResponse.ClusterUpgradeDetailsOrBuilder getClusterUpgradeDetailsOrBuilder(int index)
Array of upgrade details for the current cluster and all the secondary clusters associated with this cluster.
repeated .google.cloud.alloydb.v1alpha.UpgradeClusterResponse.ClusterUpgradeDetails cluster_upgrade_details = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
UpgradeClusterResponse.ClusterUpgradeDetailsOrBuilder |
getClusterUpgradeDetailsOrBuilderList()
public abstract List<? extends UpgradeClusterResponse.ClusterUpgradeDetailsOrBuilder> getClusterUpgradeDetailsOrBuilderList()
Array of upgrade details for the current cluster and all the secondary clusters associated with this cluster.
repeated .google.cloud.alloydb.v1alpha.UpgradeClusterResponse.ClusterUpgradeDetails cluster_upgrade_details = 3;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.alloydb.v1alpha.UpgradeClusterResponse.ClusterUpgradeDetailsOrBuilder> |
getMessage()
public abstract String getMessage()
A user friendly message summarising the upgrade operation details and the next steps for the user if there is any.
string message = 2;
Returns | |
---|---|
Type | Description |
String |
The message. |
getMessageBytes()
public abstract ByteString getMessageBytes()
A user friendly message summarising the upgrade operation details and the next steps for the user if there is any.
string message = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for message. |
getStatus()
public abstract UpgradeClusterResponse.Status getStatus()
Status of upgrade operation.
.google.cloud.alloydb.v1alpha.UpgradeClusterResponse.Status status = 1;
Returns | |
---|---|
Type | Description |
UpgradeClusterResponse.Status |
The status. |
getStatusValue()
public abstract int getStatusValue()
Status of upgrade operation.
.google.cloud.alloydb.v1alpha.UpgradeClusterResponse.Status status = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for status. |