Class IstioConfig.Builder (2.24.0) 
  
      
     
  
  
  
   
  
    
  
  
    
    
    
  Version 2.24.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  IstioConfig . Builder   extends   GeneratedMessageV3 . Builder<IstioConfig . Builder >  implements   IstioConfigOrBuilder  
   
   Configuration options for Istio addon.
 Protobuf type google.container.v1beta1.IstioConfig
 
  
  
  
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder() 
    
    
    
    
    
    
    
    
    
    
    
    
      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   IstioConfig . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  
  
  Overrides 
  
   
  build() 
  
    
public   IstioConfig   build ()  
   
  
   
  buildPartial() 
  
    
public   IstioConfig   buildPartial ()  
   
  
   
  clear() 
  
    
public   IstioConfig . Builder   clear ()  
   
  
  Overrides 
  
   
  clearAuth() (deprecated) 
  
    
public   IstioConfig . Builder   clearAuth ()  
   
  Deprecated.  google.container.v1beta1.IstioConfig.auth is deprecated. See
     google/container/v1beta1/cluster_service.proto;l=1369 
 The specified Istio auth mode, either none, or mutual TLS.
 .google.container.v1beta1.IstioConfig.IstioAuthMode auth = 2 [deprecated = true];
 
 
  
   
  clearDisabled() (deprecated) 
  
    
public   IstioConfig . Builder   clearDisabled ()  
   
  Deprecated.  google.container.v1beta1.IstioConfig.disabled is deprecated. See
     google/container/v1beta1/cluster_service.proto;l=1366 
 Whether Istio is enabled for this cluster.
 bool disabled = 1 [deprecated = true];
 
  
   
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   IstioConfig . Builder   clearField ( Descriptors . FieldDescriptor   field )  
   
  
  
  Overrides 
  
   
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   IstioConfig . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
   
  
  
  Overrides 
  
   
  clone() 
  
    
public   IstioConfig . Builder   clone ()  
   
  
  Overrides 
  
   
  getAuth() (deprecated) 
  
    
public   IstioConfig . IstioAuthMode   getAuth ()  
   
  Deprecated.  google.container.v1beta1.IstioConfig.auth is deprecated. See
     google/container/v1beta1/cluster_service.proto;l=1369 
 The specified Istio auth mode, either none, or mutual TLS.
 .google.container.v1beta1.IstioConfig.IstioAuthMode auth = 2 [deprecated = true];
 
 
  
   
  getAuthValue() (deprecated) 
  
    
public   int   getAuthValue ()  
   
  Deprecated.  google.container.v1beta1.IstioConfig.auth is deprecated. See
     google/container/v1beta1/cluster_service.proto;l=1369 
 The specified Istio auth mode, either none, or mutual TLS.
 .google.container.v1beta1.IstioConfig.IstioAuthMode auth = 2 [deprecated = true];
 
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
        The enum numeric value on the wire for auth.
 
       
     
  
   
  getDefaultInstanceForType() 
  
    
public   IstioConfig   getDefaultInstanceForType ()  
   
  
   
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
   
  
  Overrides 
  
   
  getDisabled() (deprecated) 
  
    
public   boolean   getDisabled ()  
   
  Deprecated.  google.container.v1beta1.IstioConfig.disabled is deprecated. See
     google/container/v1beta1/cluster_service.proto;l=1366 
 Whether Istio is enabled for this cluster.
 bool disabled = 1 [deprecated = true];
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        boolean  
        The disabled.
 
       
     
  
   
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
   
  
  Overrides 
  
   
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
   
  
  Overrides 
  
   
  mergeFrom(IstioConfig other) 
  
    
public   IstioConfig . Builder   mergeFrom ( IstioConfig   other )  
   
  
  
   
  
  
    
public   IstioConfig . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  Overrides 
  
  
   
  mergeFrom(Message other) 
  
    
public   IstioConfig . Builder   mergeFrom ( Message   other )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        other 
        Message  
       
     
  
  
  Overrides 
  
   
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   IstioConfig . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
   
  
  
  Overrides 
  
   
  setAuth(IstioConfig.IstioAuthMode value) (deprecated) 
  
    
public   IstioConfig . Builder   setAuth ( IstioConfig . IstioAuthMode   value )  
   
  Deprecated.  google.container.v1beta1.IstioConfig.auth is deprecated. See
     google/container/v1beta1/cluster_service.proto;l=1369 
 The specified Istio auth mode, either none, or mutual TLS.
 .google.container.v1beta1.IstioConfig.IstioAuthMode auth = 2 [deprecated = true];
 
 
  
  
   
  setAuthValue(int value) (deprecated) 
  
    
public   IstioConfig . Builder   setAuthValue ( int   value )  
   
  Deprecated.  google.container.v1beta1.IstioConfig.auth is deprecated. See
     google/container/v1beta1/cluster_service.proto;l=1369 
 The specified Istio auth mode, either none, or mutual TLS.
 .google.container.v1beta1.IstioConfig.IstioAuthMode auth = 2 [deprecated = true];
 
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        value 
        int The enum numeric value on the wire for auth to set.
 
       
     
  
  
   
  setDisabled(boolean value) (deprecated) 
  
    
public   IstioConfig . Builder   setDisabled ( boolean   value )  
   
  Deprecated.  google.container.v1beta1.IstioConfig.disabled is deprecated. See
     google/container/v1beta1/cluster_service.proto;l=1366 
 Whether Istio is enabled for this cluster.
 bool disabled = 1 [deprecated = true];
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        value 
        boolean The disabled to set.
 
       
     
  
  
   
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   IstioConfig . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  
  
  Overrides 
  
   
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   IstioConfig . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
   
  
  
  Overrides 
  
   
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   IstioConfig . 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-30 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-30 UTC."],[],[]]