Package com.google.cloud.aiplatform.v1
Interface RagVectorDbConfig.VertexVectorSearchOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RagVectorDbConfig.VertexVectorSearch,RagVectorDbConfig.VertexVectorSearch.Builder
- Enclosing class:
- RagVectorDbConfig
public static interface RagVectorDbConfig.VertexVectorSearchOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetIndex()The resource name of the Index.com.google.protobuf.ByteStringThe resource name of the Index.The resource name of the Index Endpoint.com.google.protobuf.ByteStringThe resource name of the Index Endpoint.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
-
getIndexEndpoint
String getIndexEndpoint()The resource name of the Index Endpoint. Format: `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}`string index_endpoint = 1;- Returns:
- The indexEndpoint.
-
getIndexEndpointBytes
com.google.protobuf.ByteString getIndexEndpointBytes()The resource name of the Index Endpoint. Format: `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}`string index_endpoint = 1;- Returns:
- The bytes for indexEndpoint.
-
getIndex
String getIndex()The resource name of the Index. Format: `projects/{project}/locations/{location}/indexes/{index}`string index = 2;- Returns:
- The index.
-
getIndexBytes
com.google.protobuf.ByteString getIndexBytes()The resource name of the Index. Format: `projects/{project}/locations/{location}/indexes/{index}`string index = 2;- Returns:
- The bytes for index.
-