Interface CompatibilityStatusOrBuilder (2.86.0)

public interface CompatibilityStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDowngradableVersion()

public abstract String getDowngradableVersion()

Output only. The GKE version that the cluster can be safely downgraded to if the cluster is emulating the previous minor version. It is usually the cluster's previous version before a minor version upgrade.

string downgradable_version = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The downgradableVersion.

getDowngradableVersionBytes()

public abstract ByteString getDowngradableVersionBytes()

Output only. The GKE version that the cluster can be safely downgraded to if the cluster is emulating the previous minor version. It is usually the cluster's previous version before a minor version upgrade.

string downgradable_version = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for downgradableVersion.

getEmulatedVersionTime()

public abstract Timestamp getEmulatedVersionTime()

Output only. Last time the control plane became available after a minor version binary upgrade with emulated version set. It indicates the last time the cluster entered the rollback safe mode.

.google.protobuf.Timestamp emulated_version_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The emulatedVersionTime.

getEmulatedVersionTimeOrBuilder()

public abstract TimestampOrBuilder getEmulatedVersionTimeOrBuilder()

Output only. Last time the control plane became available after a minor version binary upgrade with emulated version set. It indicates the last time the cluster entered the rollback safe mode.

.google.protobuf.Timestamp emulated_version_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

hasEmulatedVersionTime()

public abstract boolean hasEmulatedVersionTime()

Output only. Last time the control plane became available after a minor version binary upgrade with emulated version set. It indicates the last time the cluster entered the rollback safe mode.

.google.protobuf.Timestamp emulated_version_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the emulatedVersionTime field is set.