Send feedback
  
   
 
  
    
      Class ConfigVariable.MultiIntValues.Builder (0.31.0) 
  
  
  
   
  
    
  
  
    
    
    
    
    
  Version latestkeyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  ConfigVariable . MultiIntValues . Builder   extends   GeneratedMessageV3 . Builder<ConfigVariable . MultiIntValues . Builder >  implements   ConfigVariable . MultiIntValuesOrBuilder  
   The config variable value of data type multi int.
 Protobuf type google.cloud.apihub.v1.ConfigVariable.MultiIntValues
    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
   
  addAllValues(Iterable<? extends Integer> values) 
  
    
public   ConfigVariable . MultiIntValues . Builder   addAllValues ( Iterable <?   extends   Integer >  values )  
   Optional. The config variable value of data type multi int.
 repeated int32 values = 1 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Parameter  
      
        Name Description  
      
        valuesIterable <? extends java.lang.Integer >The values to add.
 
     
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   ConfigVariable . MultiIntValues . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  addValues(int value) 
  
    
public   ConfigVariable . MultiIntValues . Builder   addValues ( int   value )  
   Optional. The config variable value of data type multi int.
 repeated int32 values = 1 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Parameter  
      
        Name Description  
      
        valueint The values to add.
 
     
  
  
  build() 
  
    
public   ConfigVariable . MultiIntValues   build ()  
  
  buildPartial() 
  
    
public   ConfigVariable . MultiIntValues   buildPartial ()  
  
  clear() 
  
    
public   ConfigVariable . MultiIntValues . Builder   clear ()  
  
  Overrides 
  
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   ConfigVariable . MultiIntValues . Builder   clearField ( Descriptors . FieldDescriptor   field )  
  
  
  Overrides 
  
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   ConfigVariable . MultiIntValues . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
  
  
  Overrides 
  
  clearValues() 
  
    
public   ConfigVariable . MultiIntValues . Builder   clearValues ()  
   Optional. The config variable value of data type multi int.
 repeated int32 values = 1 [(.google.api.field_behavior) = OPTIONAL];
clone() 
  
    
public   ConfigVariable . MultiIntValues . Builder   clone ()  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   ConfigVariable . MultiIntValues   getDefaultInstanceForType ()  
  
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
  
  Overrides 
  
  getValues(int index) 
  
    
public   int   getValues ( int   index )  
   Optional. The config variable value of data type multi int.
 repeated int32 values = 1 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the element to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        int The values at the given index.
 
     
  
  getValuesCount() 
  
    
public   int   getValuesCount ()  
   Optional. The config variable value of data type multi int.
 repeated int32 values = 1 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        int The count of values.
 
     
  
  getValuesList() 
  
    
public   List<Integer>   getValuesList ()  
   Optional. The config variable value of data type multi int.
 repeated int32 values = 1 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        List <Integer >A list containing the values.
 
     
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  mergeFrom(ConfigVariable.MultiIntValues other) 
  
    
public   ConfigVariable . MultiIntValues . Builder   mergeFrom ( ConfigVariable . MultiIntValues   other )  
  
  
  
    
public   ConfigVariable . MultiIntValues . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  Overrides 
  
  
  mergeFrom(Message other) 
  
    
public   ConfigVariable . MultiIntValues . Builder   mergeFrom ( Message   other )  
  
    
      
        Parameter  
      
        Name Description  
      
        otherMessage  
     
  
  
  Overrides 
  
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   ConfigVariable . MultiIntValues . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  Overrides 
  
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   ConfigVariable . MultiIntValues . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   ConfigVariable . MultiIntValues . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
  
  
  Overrides 
  
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   ConfigVariable . MultiIntValues . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  Overrides 
  
  setValues(int index, int value) 
  
    
public   ConfigVariable . MultiIntValues . Builder   setValues ( int   index ,   int   value )  
   Optional. The config variable value of data type multi int.
 repeated int32 values = 1 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Parameters  
      
        Name Description  
      
        indexint The index to set the value at.
 
      
        valueint The values to set.
 
     
  
  
 
     
    
  
  
  
     
  
    
    
      
       
         
  
  
    
    Send feedback
  
   
 
       
    
    
  
  
 
  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-28 UTC.
 
 
  
  
    
    
    
      
  
  
    Need to tell us more?
  
   
 
     
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-28 UTC."],[],[]]