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 Summary
Modifier and TypeMethodDescriptionUse only the last entry of the conversation history (`contents_example.contents`) as the search key.Use only the last entry of the conversation history (`contents_example.contents`) as the search key.booleanUse only the last entry of the conversation history (`contents_example.contents`) as the search key.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
StoredContentsExample.SearchKeyGenerationMethod.LastEntry 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
StoredContentsExample.SearchKeyGenerationMethod.LastEntryOrBuilder 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
StoredContentsExample.SearchKeyGenerationMethod.MethodCase getMethodCase()
-