public interface UpgradeClusterResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
UpgradeClusterResponse.ClusterUpgradeDetails |
getClusterUpgradeDetails(int index)
Array of upgrade details for the current cluster and all the secondary
clusters associated with this cluster.
|
int |
getClusterUpgradeDetailsCount()
Array of upgrade details for the current cluster and all the secondary
clusters associated with this cluster.
|
List<UpgradeClusterResponse.ClusterUpgradeDetails> |
getClusterUpgradeDetailsList()
Array of upgrade details for the current cluster and all the secondary
clusters associated with this cluster.
|
UpgradeClusterResponse.ClusterUpgradeDetailsOrBuilder |
getClusterUpgradeDetailsOrBuilder(int index)
Array of upgrade details for the current cluster and all the secondary
clusters associated with this cluster.
|
List<? extends UpgradeClusterResponse.ClusterUpgradeDetailsOrBuilder> |
getClusterUpgradeDetailsOrBuilderList()
Array of upgrade details for the current cluster and all the secondary
clusters associated with this cluster.
|
String |
getMessage()
A user friendly message summarising the upgrade operation details and the
next steps for the user if there is any.
|
com.google.protobuf.ByteString |
getMessageBytes()
A user friendly message summarising the upgrade operation details and the
next steps for the user if there is any.
|
UpgradeClusterResponse.Status |
getStatus()
Status of upgrade operation.
|
int |
getStatusValue()
Status of upgrade operation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getStatusValue()
Status of upgrade operation.
.google.cloud.alloydb.v1.UpgradeClusterResponse.Status status = 1;UpgradeClusterResponse.Status getStatus()
Status of upgrade operation.
.google.cloud.alloydb.v1.UpgradeClusterResponse.Status status = 1;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;com.google.protobuf.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;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.v1.UpgradeClusterResponse.ClusterUpgradeDetails cluster_upgrade_details = 3;
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.v1.UpgradeClusterResponse.ClusterUpgradeDetails cluster_upgrade_details = 3;
int getClusterUpgradeDetailsCount()
Array of upgrade details for the current cluster and all the secondary clusters associated with this cluster.
repeated .google.cloud.alloydb.v1.UpgradeClusterResponse.ClusterUpgradeDetails cluster_upgrade_details = 3;
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.v1.UpgradeClusterResponse.ClusterUpgradeDetails cluster_upgrade_details = 3;
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.v1.UpgradeClusterResponse.ClusterUpgradeDetails cluster_upgrade_details = 3;
Copyright © 2025 Google LLC. All rights reserved.