public static interface UpgradeClusterResponse.StageInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLogsUrl()
logs_url is the URL for the logs associated with a stage if that stage
has logs.
|
com.google.protobuf.ByteString |
getLogsUrlBytes()
logs_url is the URL for the logs associated with a stage if that stage
has logs.
|
UpgradeClusterResponse.Stage |
getStage()
The stage.
|
int |
getStageValue()
The stage.
|
UpgradeClusterResponse.Status |
getStatus()
Status of the stage.
|
int |
getStatusValue()
Status of the stage.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getStageValue()
The stage.
.google.cloud.alloydb.v1.UpgradeClusterResponse.Stage stage = 1;UpgradeClusterResponse.Stage getStage()
The stage.
.google.cloud.alloydb.v1.UpgradeClusterResponse.Stage stage = 1;int getStatusValue()
Status of the stage.
.google.cloud.alloydb.v1.UpgradeClusterResponse.Status status = 2;UpgradeClusterResponse.Status getStatus()
Status of the stage.
.google.cloud.alloydb.v1.UpgradeClusterResponse.Status status = 2;String getLogsUrl()
logs_url is the URL for the logs associated with a stage if that stage has logs. Right now, only three stages have logs: ALLOYDB_PRECHECK, PG_UPGRADE_CHECK, PRIMARY_INSTANCE_UPGRADE.
string logs_url = 3;com.google.protobuf.ByteString getLogsUrlBytes()
logs_url is the URL for the logs associated with a stage if that stage has logs. Right now, only three stages have logs: ALLOYDB_PRECHECK, PG_UPGRADE_CHECK, PRIMARY_INSTANCE_UPGRADE.
string logs_url = 3;Copyright © 2025 Google LLC. All rights reserved.