Interface StoredContentsExampleParametersOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StoredContentsExampleParameters, StoredContentsExampleParameters.Builder

@Generated public interface StoredContentsExampleParametersOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasSearchKey

      boolean hasSearchKey()
       The exact search key to use for retrieval.
       
      string search_key = 1;
      Returns:
      Whether the searchKey field is set.
    • getSearchKey

      String getSearchKey()
       The exact search key to use for retrieval.
       
      string search_key = 1;
      Returns:
      The searchKey.
    • getSearchKeyBytes

      com.google.protobuf.ByteString getSearchKeyBytes()
       The exact search key to use for retrieval.
       
      string search_key = 1;
      Returns:
      The bytes for searchKey.
    • hasContentSearchKey

      boolean hasContentSearchKey()
       The chat history to use to generate the search key for retrieval.
       
      .google.cloud.aiplatform.v1beta1.StoredContentsExampleParameters.ContentSearchKey content_search_key = 2;
      Returns:
      Whether the contentSearchKey field is set.
    • getContentSearchKey

       The chat history to use to generate the search key for retrieval.
       
      .google.cloud.aiplatform.v1beta1.StoredContentsExampleParameters.ContentSearchKey content_search_key = 2;
      Returns:
      The contentSearchKey.
    • getContentSearchKeyOrBuilder

       The chat history to use to generate the search key for retrieval.
       
      .google.cloud.aiplatform.v1beta1.StoredContentsExampleParameters.ContentSearchKey content_search_key = 2;
    • hasFunctionNames

      boolean hasFunctionNames()
       Optional. The function names for filtering.
       
      .google.cloud.aiplatform.v1beta1.ExamplesArrayFilter function_names = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the functionNames field is set.
    • getFunctionNames

      ExamplesArrayFilter getFunctionNames()
       Optional. The function names for filtering.
       
      .google.cloud.aiplatform.v1beta1.ExamplesArrayFilter function_names = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The functionNames.
    • getFunctionNamesOrBuilder

      ExamplesArrayFilterOrBuilder getFunctionNamesOrBuilder()
       Optional. The function names for filtering.
       
      .google.cloud.aiplatform.v1beta1.ExamplesArrayFilter function_names = 3 [(.google.api.field_behavior) = OPTIONAL];
    • getQueryCase