public static final class BatchUpdateGenerativeQuestionConfigsResponse.Builder extends GeneratedMessageV3.Builder<BatchUpdateGenerativeQuestionConfigsResponse.Builder> implements BatchUpdateGenerativeQuestionConfigsResponseOrBuilder
   
   Aggregated response for UpdateGenerativeQuestionConfig method.
 Protobuf type google.cloud.retail.v2beta.BatchUpdateGenerativeQuestionConfigsResponse
    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
  
  
  addAllGenerativeQuestionConfigs(Iterable<? extends GenerativeQuestionConfig> values)
  
    public BatchUpdateGenerativeQuestionConfigsResponse.Builder addAllGenerativeQuestionConfigs(Iterable<? extends GenerativeQuestionConfig> values)
   
   Optional. The updates question configs.
 
 repeated .google.cloud.retail.v2beta.GenerativeQuestionConfig generative_question_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.cloud.retail.v2beta.GenerativeQuestionConfig>
 | 
    
  
  
  
  addGenerativeQuestionConfigs(GenerativeQuestionConfig value)
  
    public BatchUpdateGenerativeQuestionConfigsResponse.Builder addGenerativeQuestionConfigs(GenerativeQuestionConfig value)
   
   Optional. The updates question configs.
 
 repeated .google.cloud.retail.v2beta.GenerativeQuestionConfig generative_question_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
 
addGenerativeQuestionConfigs(GenerativeQuestionConfig.Builder builderForValue)
  
    public BatchUpdateGenerativeQuestionConfigsResponse.Builder addGenerativeQuestionConfigs(GenerativeQuestionConfig.Builder builderForValue)
   
   Optional. The updates question configs.
 
 repeated .google.cloud.retail.v2beta.GenerativeQuestionConfig generative_question_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
 
addGenerativeQuestionConfigs(int index, GenerativeQuestionConfig value)
  
    public BatchUpdateGenerativeQuestionConfigsResponse.Builder addGenerativeQuestionConfigs(int index, GenerativeQuestionConfig value)
   
   Optional. The updates question configs.
 
 repeated .google.cloud.retail.v2beta.GenerativeQuestionConfig generative_question_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
 
addGenerativeQuestionConfigs(int index, GenerativeQuestionConfig.Builder builderForValue)
  
    public BatchUpdateGenerativeQuestionConfigsResponse.Builder addGenerativeQuestionConfigs(int index, GenerativeQuestionConfig.Builder builderForValue)
   
   Optional. The updates question configs.
 
 repeated .google.cloud.retail.v2beta.GenerativeQuestionConfig generative_question_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
 
addGenerativeQuestionConfigsBuilder()
  
    public GenerativeQuestionConfig.Builder addGenerativeQuestionConfigsBuilder()
   
   Optional. The updates question configs.
 
 repeated .google.cloud.retail.v2beta.GenerativeQuestionConfig generative_question_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
 
addGenerativeQuestionConfigsBuilder(int index)
  
    public GenerativeQuestionConfig.Builder addGenerativeQuestionConfigsBuilder(int index)
   
   Optional. The updates question configs.
 
 repeated .google.cloud.retail.v2beta.GenerativeQuestionConfig generative_question_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public BatchUpdateGenerativeQuestionConfigsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public BatchUpdateGenerativeQuestionConfigsResponse build()
   
  
  
  buildPartial()
  
    public BatchUpdateGenerativeQuestionConfigsResponse buildPartial()
   
  
  
  clear()
  
    public BatchUpdateGenerativeQuestionConfigsResponse.Builder clear()
   
  
  Overrides
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public BatchUpdateGenerativeQuestionConfigsResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearGenerativeQuestionConfigs()
  
    public BatchUpdateGenerativeQuestionConfigsResponse.Builder clearGenerativeQuestionConfigs()
   
   Optional. The updates question configs.
 
 repeated .google.cloud.retail.v2beta.GenerativeQuestionConfig generative_question_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
 
clearOneof(Descriptors.OneofDescriptor oneof)
  
    public BatchUpdateGenerativeQuestionConfigsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clone()
  
    public BatchUpdateGenerativeQuestionConfigsResponse.Builder clone()
   
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public BatchUpdateGenerativeQuestionConfigsResponse getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getGenerativeQuestionConfigs(int index)
  
    public GenerativeQuestionConfig getGenerativeQuestionConfigs(int index)
   
   Optional. The updates question configs.
 
 repeated .google.cloud.retail.v2beta.GenerativeQuestionConfig generative_question_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getGenerativeQuestionConfigsBuilder(int index)
  
    public GenerativeQuestionConfig.Builder getGenerativeQuestionConfigsBuilder(int index)
   
   Optional. The updates question configs.
 
 repeated .google.cloud.retail.v2beta.GenerativeQuestionConfig generative_question_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getGenerativeQuestionConfigsBuilderList()
  
    public List<GenerativeQuestionConfig.Builder> getGenerativeQuestionConfigsBuilderList()
   
   Optional. The updates question configs.
 
 repeated .google.cloud.retail.v2beta.GenerativeQuestionConfig generative_question_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
 
getGenerativeQuestionConfigsCount()
  
    public int getGenerativeQuestionConfigsCount()
   
   Optional. The updates question configs.
 
 repeated .google.cloud.retail.v2beta.GenerativeQuestionConfig generative_question_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  getGenerativeQuestionConfigsList()
  
    public List<GenerativeQuestionConfig> getGenerativeQuestionConfigsList()
   
   Optional. The updates question configs.
 
 repeated .google.cloud.retail.v2beta.GenerativeQuestionConfig generative_question_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
 
getGenerativeQuestionConfigsOrBuilder(int index)
  
    public GenerativeQuestionConfigOrBuilder getGenerativeQuestionConfigsOrBuilder(int index)
   
   Optional. The updates question configs.
 
 repeated .google.cloud.retail.v2beta.GenerativeQuestionConfig generative_question_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getGenerativeQuestionConfigsOrBuilderList()
  
    public List<? extends GenerativeQuestionConfigOrBuilder> getGenerativeQuestionConfigsOrBuilderList()
   
   Optional. The updates question configs.
 
 repeated .google.cloud.retail.v2beta.GenerativeQuestionConfig generative_question_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.cloud.retail.v2beta.GenerativeQuestionConfigOrBuilder> |  | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeFrom(BatchUpdateGenerativeQuestionConfigsResponse other)
  
    public BatchUpdateGenerativeQuestionConfigsResponse.Builder mergeFrom(BatchUpdateGenerativeQuestionConfigsResponse other)
   
  
  
  
  
  
    public BatchUpdateGenerativeQuestionConfigsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public BatchUpdateGenerativeQuestionConfigsResponse.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final BatchUpdateGenerativeQuestionConfigsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  removeGenerativeQuestionConfigs(int index)
  
    public BatchUpdateGenerativeQuestionConfigsResponse.Builder removeGenerativeQuestionConfigs(int index)
   
   Optional. The updates question configs.
 
 repeated .google.cloud.retail.v2beta.GenerativeQuestionConfig generative_question_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public BatchUpdateGenerativeQuestionConfigsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setGenerativeQuestionConfigs(int index, GenerativeQuestionConfig value)
  
    public BatchUpdateGenerativeQuestionConfigsResponse.Builder setGenerativeQuestionConfigs(int index, GenerativeQuestionConfig value)
   
   Optional. The updates question configs.
 
 repeated .google.cloud.retail.v2beta.GenerativeQuestionConfig generative_question_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
 
setGenerativeQuestionConfigs(int index, GenerativeQuestionConfig.Builder builderForValue)
  
    public BatchUpdateGenerativeQuestionConfigsResponse.Builder setGenerativeQuestionConfigs(int index, GenerativeQuestionConfig.Builder builderForValue)
   
   Optional. The updates question configs.
 
 repeated .google.cloud.retail.v2beta.GenerativeQuestionConfig generative_question_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public BatchUpdateGenerativeQuestionConfigsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final BatchUpdateGenerativeQuestionConfigsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides