public interface RollbackSafeUpgradeStatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getControlPlaneUpgradeRollbackEndTime()
public abstract Timestamp getControlPlaneUpgradeRollbackEndTime()The rollback-safe mode expiration time.
.google.protobuf.Timestamp control_plane_upgrade_rollback_end_time = 2;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The controlPlaneUpgradeRollbackEndTime. |
getControlPlaneUpgradeRollbackEndTimeOrBuilder()
public abstract TimestampOrBuilder getControlPlaneUpgradeRollbackEndTimeOrBuilder()The rollback-safe mode expiration time.
.google.protobuf.Timestamp control_plane_upgrade_rollback_end_time = 2;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getMode()
public abstract RollbackSafeUpgradeStatus.Mode getMode()The mode of the rollback-safe upgrade.
.google.container.v1beta1.RollbackSafeUpgradeStatus.Mode mode = 1;
| Returns | |
|---|---|
| Type | Description |
RollbackSafeUpgradeStatus.Mode |
The mode. |
getModeValue()
public abstract int getModeValue()The mode of the rollback-safe upgrade.
.google.container.v1beta1.RollbackSafeUpgradeStatus.Mode mode = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for mode. |
getPreviousVersion()
public abstract String getPreviousVersion()The GKE version that the cluster previously used before step-one upgrade.
string previous_version = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The previousVersion. |
getPreviousVersionBytes()
public abstract ByteString getPreviousVersionBytes()The GKE version that the cluster previously used before step-one upgrade.
string previous_version = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for previousVersion. |
hasControlPlaneUpgradeRollbackEndTime()
public abstract boolean hasControlPlaneUpgradeRollbackEndTime()The rollback-safe mode expiration time.
.google.protobuf.Timestamp control_plane_upgrade_rollback_end_time = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the controlPlaneUpgradeRollbackEndTime field is set. |