Interface StoredContentsExampleParameters.ContentSearchKeyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoredContentsExampleParameters.ContentSearchKey,StoredContentsExampleParameters.ContentSearchKey.Builder
- Enclosing class:
- StoredContentsExampleParameters
public static interface StoredContentsExampleParameters.ContentSearchKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetContents(int index) Required.intRequired.Required.getContentsOrBuilder(int index) Required.List<? extends ContentOrBuilder>Required.Required.Required.booleanRequired.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
-
getContentsList
Required. The conversation for generating a search key.
repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = REQUIRED]; -
getContents
Required. The conversation for generating a search key.
repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = REQUIRED]; -
getContentsCount
int getContentsCount()Required. The conversation for generating a search key.
repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = REQUIRED]; -
getContentsOrBuilderList
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]; -
getContentsOrBuilder
Required. The conversation for generating a search key.
repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = REQUIRED]; -
hasSearchKeyGenerationMethod
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];- Returns:
- Whether the searchKeyGenerationMethod field is set.
-
getSearchKeyGenerationMethod
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];- Returns:
- The searchKeyGenerationMethod.
-
getSearchKeyGenerationMethodOrBuilder
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];
-