public static interface UpgradeClusterStatus.StageStatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getReadPoolInstancesUpgrade()
public abstract UpgradeClusterStatus.ReadPoolInstancesUpgradeStageStatus getReadPoolInstancesUpgrade()Read pool instances upgrade metadata.
.google.cloud.alloydb.v1alpha.UpgradeClusterStatus.ReadPoolInstancesUpgradeStageStatus read_pool_instances_upgrade = 11;
| Returns | |
|---|---|
| Type | Description |
UpgradeClusterStatus.ReadPoolInstancesUpgradeStageStatus |
The readPoolInstancesUpgrade. |
getReadPoolInstancesUpgradeOrBuilder()
public abstract UpgradeClusterStatus.ReadPoolInstancesUpgradeStageStatusOrBuilder getReadPoolInstancesUpgradeOrBuilder()Read pool instances upgrade metadata.
.google.cloud.alloydb.v1alpha.UpgradeClusterStatus.ReadPoolInstancesUpgradeStageStatus read_pool_instances_upgrade = 11;
| Returns | |
|---|---|
| Type | Description |
UpgradeClusterStatus.ReadPoolInstancesUpgradeStageStatusOrBuilder |
|
getSchedule()
public abstract UpgradeClusterStatus.StageStatus.StageSchedule getSchedule()Output only. Timing information for the stage execution.
.google.cloud.alloydb.v1alpha.UpgradeClusterStatus.StageStatus.StageSchedule schedule = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
UpgradeClusterStatus.StageStatus.StageSchedule |
The schedule. |
getScheduleOrBuilder()
public abstract UpgradeClusterStatus.StageStatus.StageScheduleOrBuilder getScheduleOrBuilder()Output only. Timing information for the stage execution.
.google.cloud.alloydb.v1alpha.UpgradeClusterStatus.StageStatus.StageSchedule schedule = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
UpgradeClusterStatus.StageStatus.StageScheduleOrBuilder |
|
getStage()
public abstract UpgradeClusterResponse.Stage getStage()Upgrade stage.
.google.cloud.alloydb.v1alpha.UpgradeClusterResponse.Stage stage = 1;
| Returns | |
|---|---|
| Type | Description |
UpgradeClusterResponse.Stage |
The stage. |
getStageSpecificStatusCase()
public abstract UpgradeClusterStatus.StageStatus.StageSpecificStatusCase getStageSpecificStatusCase()| Returns | |
|---|---|
| Type | Description |
UpgradeClusterStatus.StageStatus.StageSpecificStatusCase |
|
getStageValue()
public abstract int getStageValue()Upgrade stage.
.google.cloud.alloydb.v1alpha.UpgradeClusterResponse.Stage stage = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for stage. |
getState()
public abstract UpgradeClusterResponse.Status getState()State of this stage.
.google.cloud.alloydb.v1alpha.UpgradeClusterResponse.Status state = 2;
| Returns | |
|---|---|
| Type | Description |
UpgradeClusterResponse.Status |
The state. |
getStateValue()
public abstract int getStateValue()State of this stage.
.google.cloud.alloydb.v1alpha.UpgradeClusterResponse.Status state = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |
hasReadPoolInstancesUpgrade()
public abstract boolean hasReadPoolInstancesUpgrade()Read pool instances upgrade metadata.
.google.cloud.alloydb.v1alpha.UpgradeClusterStatus.ReadPoolInstancesUpgradeStageStatus read_pool_instances_upgrade = 11;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the readPoolInstancesUpgrade field is set. |
hasSchedule()
public abstract boolean hasSchedule()Output only. Timing information for the stage execution.
.google.cloud.alloydb.v1alpha.UpgradeClusterStatus.StageStatus.StageSchedule schedule = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the schedule field is set. |