public static interface StoredContentsExample.SearchKeyGenerationMethodOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
StoredContentsExample.SearchKeyGenerationMethod.LastEntry |
getLastEntry()
Use only the last entry of the conversation history
(`contents_example.contents`) as the search key.
|
StoredContentsExample.SearchKeyGenerationMethod.LastEntryOrBuilder |
getLastEntryOrBuilder()
Use only the last entry of the conversation history
(`contents_example.contents`) as the search key.
|
StoredContentsExample.SearchKeyGenerationMethod.MethodCase |
getMethodCase() |
boolean |
hasLastEntry()
Use only the last entry of the conversation history
(`contents_example.contents`) as the search key.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;
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;
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;
StoredContentsExample.SearchKeyGenerationMethod.MethodCase getMethodCase()
Copyright © 2025 Google LLC. All rights reserved.