Class Master.Builder (2.98.0)
Stay organized with collections
Save and categorize content based on your preferences.
public static final class Master.Builder extends GeneratedMessage.Builder<Master.Builder> implements MasterOrBuilder
Master is the configuration for components on master.
Protobuf type google.container.v1beta1.Master
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
build()
| Returns |
| Type |
Description |
Master |
|
buildPartial()
public Master buildPartial()
| Returns |
| Type |
Description |
Master |
|
clear()
public Master.Builder clear()
Overrides
clearCompatibilityStatus()
public Master.Builder clearCompatibilityStatus()
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];
getCompatibilityStatus()
public 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];
getCompatibilityStatusBuilder()
public CompatibilityStatus.Builder getCompatibilityStatusBuilder()
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];
getCompatibilityStatusOrBuilder()
public 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];
getDefaultInstanceForType()
public Master getDefaultInstanceForType()
| Returns |
| Type |
Description |
Master |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
hasCompatibilityStatus()
public 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.
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeCompatibilityStatus(CompatibilityStatus value)
public Master.Builder mergeCompatibilityStatus(CompatibilityStatus value)
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];
mergeFrom(Master other)
public Master.Builder mergeFrom(Master other)
| Parameter |
| Name |
Description |
other |
Master
|
public Master.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public Master.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
setCompatibilityStatus(CompatibilityStatus value)
public Master.Builder setCompatibilityStatus(CompatibilityStatus value)
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];
setCompatibilityStatus(CompatibilityStatus.Builder builderForValue)
public Master.Builder setCompatibilityStatus(CompatibilityStatus.Builder builderForValue)
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];
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-08-04 UTC.
[null,null,["Last updated 2026-08-04 UTC."],[],[]]