public static interface StoredContentsExampleParameters.ContentSearchKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Content |
getContents(int index)
Required.
|
int |
getContentsCount()
Required.
|
List<Content> |
getContentsList()
Required.
|
ContentOrBuilder |
getContentsOrBuilder(int index)
Required.
|
List<? extends ContentOrBuilder> |
getContentsOrBuilderList()
Required.
|
StoredContentsExample.SearchKeyGenerationMethod |
getSearchKeyGenerationMethod()
Required.
|
StoredContentsExample.SearchKeyGenerationMethodOrBuilder |
getSearchKeyGenerationMethodOrBuilder()
Required.
|
boolean |
hasSearchKeyGenerationMethod()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Content> getContentsList()
Required. The conversation for generating a search key.
repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = REQUIRED];
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];
int getContentsCount()
Required. The conversation for generating a search key.
repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = REQUIRED];
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];
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];
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];
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];
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];
Copyright © 2025 Google LLC. All rights reserved.