Class ControlPlaneEndpointsConfig.Builder (2.66.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 2.66.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  ControlPlaneEndpointsConfig . Builder   extends   GeneratedMessageV3 . Builder<ControlPlaneEndpointsConfig . Builder >  implements   ControlPlaneEndpointsConfigOrBuilder  
   Configuration for all of the cluster's control plane endpoints.
 Protobuf type google.container.v1.ControlPlaneEndpointsConfig
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder() 
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int) 
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int) 
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString) 
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int) 
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int) 
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder) 
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  Methods
   
  addRepeatedField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   ControlPlaneEndpointsConfig . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  build() 
  
    
public   ControlPlaneEndpointsConfig   build ()  
  
  buildPartial() 
  
    
public   ControlPlaneEndpointsConfig   buildPartial ()  
  
  clear() 
  
    
public   ControlPlaneEndpointsConfig . Builder   clear ()  
  
  Overrides 
  
  clearDnsEndpointConfig() 
  
    
public   ControlPlaneEndpointsConfig . Builder   clearDnsEndpointConfig ()  
   DNS endpoint configuration.
 
 .google.container.v1.ControlPlaneEndpointsConfig.DNSEndpointConfig dns_endpoint_config = 1;
 
clearField(Descriptors.FieldDescriptor field) 
  
    
public   ControlPlaneEndpointsConfig . Builder   clearField ( Descriptors . FieldDescriptor   field )  
  
  
  Overrides 
  
  clearIpEndpointsConfig() 
  
    
public   ControlPlaneEndpointsConfig . Builder   clearIpEndpointsConfig ()  
   IP endpoints configuration.
 
 .google.container.v1.ControlPlaneEndpointsConfig.IPEndpointsConfig ip_endpoints_config = 3;
 
clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   ControlPlaneEndpointsConfig . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
  
  
  Overrides 
  
  clone() 
  
    
public   ControlPlaneEndpointsConfig . Builder   clone ()  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   ControlPlaneEndpointsConfig   getDefaultInstanceForType ()  
  
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
  
  Overrides 
  
  getDnsEndpointConfig() 
  
    
public   ControlPlaneEndpointsConfig . DNSEndpointConfig   getDnsEndpointConfig ()  
   DNS endpoint configuration.
 
 .google.container.v1.ControlPlaneEndpointsConfig.DNSEndpointConfig dns_endpoint_config = 1;
 
getDnsEndpointConfigBuilder() 
  
    
public   ControlPlaneEndpointsConfig . DNSEndpointConfig . Builder   getDnsEndpointConfigBuilder ()  
   DNS endpoint configuration.
 
 .google.container.v1.ControlPlaneEndpointsConfig.DNSEndpointConfig dns_endpoint_config = 1;
 
getDnsEndpointConfigOrBuilder() 
  
    
public   ControlPlaneEndpointsConfig . DNSEndpointConfigOrBuilder   getDnsEndpointConfigOrBuilder ()  
   DNS endpoint configuration.
 
 .google.container.v1.ControlPlaneEndpointsConfig.DNSEndpointConfig dns_endpoint_config = 1;
 
getIpEndpointsConfig() 
  
    
public   ControlPlaneEndpointsConfig . IPEndpointsConfig   getIpEndpointsConfig ()  
   IP endpoints configuration.
 
 .google.container.v1.ControlPlaneEndpointsConfig.IPEndpointsConfig ip_endpoints_config = 3;
 
getIpEndpointsConfigBuilder() 
  
    
public   ControlPlaneEndpointsConfig . IPEndpointsConfig . Builder   getIpEndpointsConfigBuilder ()  
   IP endpoints configuration.
 
 .google.container.v1.ControlPlaneEndpointsConfig.IPEndpointsConfig ip_endpoints_config = 3;
 
getIpEndpointsConfigOrBuilder() 
  
    
public   ControlPlaneEndpointsConfig . IPEndpointsConfigOrBuilder   getIpEndpointsConfigOrBuilder ()  
   IP endpoints configuration.
 
 .google.container.v1.ControlPlaneEndpointsConfig.IPEndpointsConfig ip_endpoints_config = 3;
 
hasDnsEndpointConfig() 
  
    
public   boolean   hasDnsEndpointConfig ()  
   DNS endpoint configuration.
 
 .google.container.v1.ControlPlaneEndpointsConfig.DNSEndpointConfig dns_endpoint_config = 1;
 
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the dnsEndpointConfig field is set.
 
     
  
  hasIpEndpointsConfig() 
  
    
public   boolean   hasIpEndpointsConfig ()  
   IP endpoints configuration.
 
 .google.container.v1.ControlPlaneEndpointsConfig.IPEndpointsConfig ip_endpoints_config = 3;
 
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the ipEndpointsConfig field is set.
 
     
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  mergeDnsEndpointConfig(ControlPlaneEndpointsConfig.DNSEndpointConfig value) 
  
    
public   ControlPlaneEndpointsConfig . Builder   mergeDnsEndpointConfig ( ControlPlaneEndpointsConfig . DNSEndpointConfig   value )  
   DNS endpoint configuration.
 
 .google.container.v1.ControlPlaneEndpointsConfig.DNSEndpointConfig dns_endpoint_config = 1;
 
mergeFrom(ControlPlaneEndpointsConfig other) 
  
    
public   ControlPlaneEndpointsConfig . Builder   mergeFrom ( ControlPlaneEndpointsConfig   other )  
  
  
  
    
public   ControlPlaneEndpointsConfig . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  Overrides 
  
  
  mergeFrom(Message other) 
  
    
public   ControlPlaneEndpointsConfig . Builder   mergeFrom ( Message   other )  
  
    
      
        Parameter  
      
        Name Description  
      
        otherMessage  
     
  
  
  Overrides 
  
  mergeIpEndpointsConfig(ControlPlaneEndpointsConfig.IPEndpointsConfig value) 
  
    
public   ControlPlaneEndpointsConfig . Builder   mergeIpEndpointsConfig ( ControlPlaneEndpointsConfig . IPEndpointsConfig   value )  
   IP endpoints configuration.
 
 .google.container.v1.ControlPlaneEndpointsConfig.IPEndpointsConfig ip_endpoints_config = 3;
 
mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   ControlPlaneEndpointsConfig . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  Overrides 
  
  setDnsEndpointConfig(ControlPlaneEndpointsConfig.DNSEndpointConfig value) 
  
    
public   ControlPlaneEndpointsConfig . Builder   setDnsEndpointConfig ( ControlPlaneEndpointsConfig . DNSEndpointConfig   value )  
   DNS endpoint configuration.
 
 .google.container.v1.ControlPlaneEndpointsConfig.DNSEndpointConfig dns_endpoint_config = 1;
 
setDnsEndpointConfig(ControlPlaneEndpointsConfig.DNSEndpointConfig.Builder builderForValue) 
  
    
public   ControlPlaneEndpointsConfig . Builder   setDnsEndpointConfig ( ControlPlaneEndpointsConfig . DNSEndpointConfig . Builder   builderForValue )  
   DNS endpoint configuration.
 
 .google.container.v1.ControlPlaneEndpointsConfig.DNSEndpointConfig dns_endpoint_config = 1;
 
setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   ControlPlaneEndpointsConfig . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  setIpEndpointsConfig(ControlPlaneEndpointsConfig.IPEndpointsConfig value) 
  
    
public   ControlPlaneEndpointsConfig . Builder   setIpEndpointsConfig ( ControlPlaneEndpointsConfig . IPEndpointsConfig   value )  
   IP endpoints configuration.
 
 .google.container.v1.ControlPlaneEndpointsConfig.IPEndpointsConfig ip_endpoints_config = 3;
 
setIpEndpointsConfig(ControlPlaneEndpointsConfig.IPEndpointsConfig.Builder builderForValue) 
  
    
public   ControlPlaneEndpointsConfig . Builder   setIpEndpointsConfig ( ControlPlaneEndpointsConfig . IPEndpointsConfig . Builder   builderForValue )  
   IP endpoints configuration.
 
 .google.container.v1.ControlPlaneEndpointsConfig.IPEndpointsConfig ip_endpoints_config = 3;
 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   ControlPlaneEndpointsConfig . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
  
  
  Overrides 
  
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   ControlPlaneEndpointsConfig . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  Overrides 
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  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 2025-10-11 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]