public static interface RagVectorDbConfig.VertexVectorSearchOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getIndex()
The resource name of the Index.
|
com.google.protobuf.ByteString |
getIndexBytes()
The resource name of the Index.
|
String |
getIndexEndpoint()
The resource name of the Index Endpoint.
|
com.google.protobuf.ByteString |
getIndexEndpointBytes()
The resource name of the Index Endpoint.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getIndexEndpoint()
The resource name of the Index Endpoint.
Format:
`projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}`
string index_endpoint = 1;com.google.protobuf.ByteString getIndexEndpointBytes()
The resource name of the Index Endpoint.
Format:
`projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}`
string index_endpoint = 1;String getIndex()
The resource name of the Index.
Format:
`projects/{project}/locations/{location}/indexes/{index}`
string index = 2;com.google.protobuf.ByteString getIndexBytes()
The resource name of the Index.
Format:
`projects/{project}/locations/{location}/indexes/{index}`
string index = 2;Copyright © 2024 Google LLC. All rights reserved.