public static final class StoredContentsExampleParameters.ContentSearchKey.Builder extends GeneratedMessageV3.Builder<StoredContentsExampleParameters.ContentSearchKey.Builder> implements StoredContentsExampleParameters.ContentSearchKeyOrBuilder
   
   The chat history to use to generate the search key for retrieval.
 Protobuf type 
 google.cloud.aiplatform.v1beta1.StoredContentsExampleParameters.ContentSearchKey
    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
  
  
  addAllContents(Iterable<? extends Content> values)
  
    public StoredContentsExampleParameters.ContentSearchKey.Builder addAllContents(Iterable<? extends Content> values)
   
   Required. The conversation for generating a search key.
 
 repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.cloud.aiplatform.v1beta1.Content>
 | 
    
  
  
  
  addContents(Content value)
  
    public StoredContentsExampleParameters.ContentSearchKey.Builder addContents(Content value)
   
   Required. The conversation for generating a search key.
 
 repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | Content
 | 
    
  
  
  
  addContents(Content.Builder builderForValue)
  
    public StoredContentsExampleParameters.ContentSearchKey.Builder addContents(Content.Builder builderForValue)
   
   Required. The conversation for generating a search key.
 
 repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = REQUIRED];
 
addContents(int index, Content value)
  
    public StoredContentsExampleParameters.ContentSearchKey.Builder addContents(int index, Content value)
   
   Required. The conversation for generating a search key.
 
 repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Parameters | 
      
        | Name | Description | 
      
        | index | int
 | 
      
        | value | Content
 | 
    
  
  
  
  addContents(int index, Content.Builder builderForValue)
  
    public StoredContentsExampleParameters.ContentSearchKey.Builder addContents(int index, Content.Builder builderForValue)
   
   Required. The conversation for generating a search key.
 
 repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = REQUIRED];
 
addContentsBuilder()
  
    public Content.Builder addContentsBuilder()
   
   Required. The conversation for generating a search key.
 
 repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = REQUIRED];
 
addContentsBuilder(int index)
  
    public Content.Builder addContentsBuilder(int index)
   
   Required. The conversation for generating a search key.
 
 repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public StoredContentsExampleParameters.ContentSearchKey.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public StoredContentsExampleParameters.ContentSearchKey build()
   
  
  
  buildPartial()
  
    public StoredContentsExampleParameters.ContentSearchKey buildPartial()
   
  
  
  clear()
  
    public StoredContentsExampleParameters.ContentSearchKey.Builder clear()
   
  
  Overrides
  
  
  clearContents()
  
    public StoredContentsExampleParameters.ContentSearchKey.Builder clearContents()
   
   Required. The conversation for generating a search key.
 
 repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = REQUIRED];
 
clearField(Descriptors.FieldDescriptor field)
  
    public StoredContentsExampleParameters.ContentSearchKey.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearOneof(Descriptors.OneofDescriptor oneof)
  
    public StoredContentsExampleParameters.ContentSearchKey.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clearSearchKeyGenerationMethod()
  
    public StoredContentsExampleParameters.ContentSearchKey.Builder clearSearchKeyGenerationMethod()
   
   Required. The method of generating a search key.
 
 .google.cloud.aiplatform.v1beta1.StoredContentsExample.SearchKeyGenerationMethod search_key_generation_method = 2 [(.google.api.field_behavior) = REQUIRED];
 
clone()
  
    public StoredContentsExampleParameters.ContentSearchKey.Builder clone()
   
  
  Overrides
  
  
  getContents(int index)
  
    public Content getContents(int index)
   
   Required. The conversation for generating a search key.
 
 repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getContentsBuilder(int index)
  
    public Content.Builder getContentsBuilder(int index)
   
   Required. The conversation for generating a search key.
 
 repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getContentsBuilderList()
  
    public List<Content.Builder> getContentsBuilderList()
   
   Required. The conversation for generating a search key.
 
 repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = REQUIRED];
 
getContentsCount()
  
    public int getContentsCount()
   
   Required. The conversation for generating a search key.
 
 repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  getContentsList()
  
    public List<Content> getContentsList()
   
   Required. The conversation for generating a search key.
 
 repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = REQUIRED];
 
getContentsOrBuilder(int index)
  
    public ContentOrBuilder getContentsOrBuilder(int index)
   
   Required. The conversation for generating a search key.
 
 repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getContentsOrBuilderList()
  
    public List<? extends ContentOrBuilder> getContentsOrBuilderList()
   
   Required. The conversation for generating a search key.
 
 repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.cloud.aiplatform.v1beta1.ContentOrBuilder> |  | 
    
  
  
  getDefaultInstanceForType()
  
    public StoredContentsExampleParameters.ContentSearchKey getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getSearchKeyGenerationMethod()
  
    public StoredContentsExample.SearchKeyGenerationMethod getSearchKeyGenerationMethod()
   
   Required. The method of generating a search key.
 
 .google.cloud.aiplatform.v1beta1.StoredContentsExample.SearchKeyGenerationMethod search_key_generation_method = 2 [(.google.api.field_behavior) = REQUIRED];
 
getSearchKeyGenerationMethodBuilder()
  
    public StoredContentsExample.SearchKeyGenerationMethod.Builder getSearchKeyGenerationMethodBuilder()
   
   Required. The method of generating a search key.
 
 .google.cloud.aiplatform.v1beta1.StoredContentsExample.SearchKeyGenerationMethod search_key_generation_method = 2 [(.google.api.field_behavior) = REQUIRED];
 
getSearchKeyGenerationMethodOrBuilder()
  
    public StoredContentsExample.SearchKeyGenerationMethodOrBuilder getSearchKeyGenerationMethodOrBuilder()
   
   Required. The method of generating a search key.
 
 .google.cloud.aiplatform.v1beta1.StoredContentsExample.SearchKeyGenerationMethod search_key_generation_method = 2 [(.google.api.field_behavior) = REQUIRED];
 
hasSearchKeyGenerationMethod()
  
    public boolean hasSearchKeyGenerationMethod()
   
   Required. The method of generating a search key.
 
 .google.cloud.aiplatform.v1beta1.StoredContentsExample.SearchKeyGenerationMethod search_key_generation_method = 2 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the searchKeyGenerationMethod field is set. | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeFrom(StoredContentsExampleParameters.ContentSearchKey other)
  
    public StoredContentsExampleParameters.ContentSearchKey.Builder mergeFrom(StoredContentsExampleParameters.ContentSearchKey other)
   
  
  
  
  mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
  
    public StoredContentsExampleParameters.ContentSearchKey.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public StoredContentsExampleParameters.ContentSearchKey.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeSearchKeyGenerationMethod(StoredContentsExample.SearchKeyGenerationMethod value)
  
    public StoredContentsExampleParameters.ContentSearchKey.Builder mergeSearchKeyGenerationMethod(StoredContentsExample.SearchKeyGenerationMethod value)
   
   Required. The method of generating a search key.
 
 .google.cloud.aiplatform.v1beta1.StoredContentsExample.SearchKeyGenerationMethod search_key_generation_method = 2 [(.google.api.field_behavior) = REQUIRED];
 
mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final StoredContentsExampleParameters.ContentSearchKey.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  removeContents(int index)
  
    public StoredContentsExampleParameters.ContentSearchKey.Builder removeContents(int index)
   
   Required. The conversation for generating a search key.
 
 repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  setContents(int index, Content value)
  
    public StoredContentsExampleParameters.ContentSearchKey.Builder setContents(int index, Content value)
   
   Required. The conversation for generating a search key.
 
 repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Parameters | 
      
        | Name | Description | 
      
        | index | int
 | 
      
        | value | Content
 | 
    
  
  
  
  setContents(int index, Content.Builder builderForValue)
  
    public StoredContentsExampleParameters.ContentSearchKey.Builder setContents(int index, Content.Builder builderForValue)
   
   Required. The conversation for generating a search key.
 
 repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = REQUIRED];
 
setField(Descriptors.FieldDescriptor field, Object value)
  
    public StoredContentsExampleParameters.ContentSearchKey.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public StoredContentsExampleParameters.ContentSearchKey.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setSearchKeyGenerationMethod(StoredContentsExample.SearchKeyGenerationMethod value)
  
    public StoredContentsExampleParameters.ContentSearchKey.Builder setSearchKeyGenerationMethod(StoredContentsExample.SearchKeyGenerationMethod value)
   
   Required. The method of generating a search key.
 
 .google.cloud.aiplatform.v1beta1.StoredContentsExample.SearchKeyGenerationMethod search_key_generation_method = 2 [(.google.api.field_behavior) = REQUIRED];
 
setSearchKeyGenerationMethod(StoredContentsExample.SearchKeyGenerationMethod.Builder builderForValue)
  
    public StoredContentsExampleParameters.ContentSearchKey.Builder setSearchKeyGenerationMethod(StoredContentsExample.SearchKeyGenerationMethod.Builder builderForValue)
   
   Required. The method of generating a search key.
 
 .google.cloud.aiplatform.v1beta1.StoredContentsExample.SearchKeyGenerationMethod search_key_generation_method = 2 [(.google.api.field_behavior) = REQUIRED];
 
setUnknownFields(UnknownFieldSet unknownFields)
  
    public final StoredContentsExampleParameters.ContentSearchKey.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides