public static interface UpgradeClusterResponse.StageInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLogsUrl()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
String |
The logsUrl. |
getLogsUrlBytes()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for logsUrl. |
getStage()
public abstract UpgradeClusterResponse.Stage getStage()The stage.
.google.cloud.alloydb.v1.UpgradeClusterResponse.Stage stage = 1;
| Returns | |
|---|---|
| Type | Description |
UpgradeClusterResponse.Stage |
The stage. |
getStageValue()
public abstract int getStageValue()The stage.
.google.cloud.alloydb.v1.UpgradeClusterResponse.Stage stage = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for stage. |
getStatus()
public abstract UpgradeClusterResponse.Status getStatus()Status of the stage.
.google.cloud.alloydb.v1.UpgradeClusterResponse.Status status = 2;
| Returns | |
|---|---|
| Type | Description |
UpgradeClusterResponse.Status |
The status. |
getStatusValue()
public abstract int getStatusValue()Status of the stage.
.google.cloud.alloydb.v1.UpgradeClusterResponse.Status status = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for status. |