Interface MasterOrBuilder (2.86.0)

public interface MasterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCompatibilityStatus()

public abstract CompatibilityStatus getCompatibilityStatus()

Output only. The compatibility status of the control plane. It should be empty if the cluster does not have emulated version.

.google.container.v1beta1.CompatibilityStatus compatibility_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
CompatibilityStatus

The compatibilityStatus.

getCompatibilityStatusOrBuilder()

public abstract CompatibilityStatusOrBuilder getCompatibilityStatusOrBuilder()

Output only. The compatibility status of the control plane. It should be empty if the cluster does not have emulated version.

.google.container.v1beta1.CompatibilityStatus compatibility_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
CompatibilityStatusOrBuilder

hasCompatibilityStatus()

public abstract boolean hasCompatibilityStatus()

Output only. The compatibility status of the control plane. It should be empty if the cluster does not have emulated version.

.google.container.v1beta1.CompatibilityStatus compatibility_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the compatibilityStatus field is set.