Interface RuntimeConfig.VertexAISearchRuntimeConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RuntimeConfig.VertexAISearchRuntimeConfig,RuntimeConfig.VertexAISearchRuntimeConfig.Builder
- Enclosing class:
- RuntimeConfig
public static interface RuntimeConfig.VertexAISearchRuntimeConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional.com.google.protobuf.ByteStringOptional.Optional.com.google.protobuf.ByteStringOptional.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
-
getServingConfigName
String getServingConfigName()Optional. Vertex AI Search serving config name. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config}`string serving_config_name = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The servingConfigName.
-
getServingConfigNameBytes
com.google.protobuf.ByteString getServingConfigNameBytes()Optional. Vertex AI Search serving config name. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config}`string serving_config_name = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for servingConfigName.
-
getEngineId
String getEngineId()Optional. Vertex AI Search engine ID. This is used to construct the search request. By setting this engine_id, API will construct the serving config using the default value to call search API for the user. The engine_id and serving_config_name cannot both be empty at the same time.
string engine_id = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The engineId.
-
getEngineIdBytes
com.google.protobuf.ByteString getEngineIdBytes()Optional. Vertex AI Search engine ID. This is used to construct the search request. By setting this engine_id, API will construct the serving config using the default value to call search API for the user. The engine_id and serving_config_name cannot both be empty at the same time.
string engine_id = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for engineId.
-