Interface StoredContentsExample.SearchKeyGenerationMethodOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StoredContentsExample.SearchKeyGenerationMethod, StoredContentsExample.SearchKeyGenerationMethod.Builder
Enclosing class:
StoredContentsExample

public static interface StoredContentsExample.SearchKeyGenerationMethodOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasLastEntry

      boolean hasLastEntry()
       Use only the last entry of the conversation history
       (`contents_example.contents`) as the search key.
       
      .google.cloud.aiplatform.v1beta1.StoredContentsExample.SearchKeyGenerationMethod.LastEntry last_entry = 1;
      Returns:
      Whether the lastEntry field is set.
    • getLastEntry

       Use only the last entry of the conversation history
       (`contents_example.contents`) as the search key.
       
      .google.cloud.aiplatform.v1beta1.StoredContentsExample.SearchKeyGenerationMethod.LastEntry last_entry = 1;
      Returns:
      The lastEntry.
    • getLastEntryOrBuilder

       Use only the last entry of the conversation history
       (`contents_example.contents`) as the search key.
       
      .google.cloud.aiplatform.v1beta1.StoredContentsExample.SearchKeyGenerationMethod.LastEntry last_entry = 1;
    • getMethodCase