public static interface RagVectorDbConfig.VertexVectorSearchOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIndex()
public abstract String getIndex() The resource name of the Index.
Format:
projects/{project}/locations/{location}/indexes/{index}
string index = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The index. |
getIndexBytes()
public abstract ByteString getIndexBytes() The resource name of the Index.
Format:
projects/{project}/locations/{location}/indexes/{index}
string index = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for index. |
getIndexEndpoint()
public abstract String getIndexEndpoint() The resource name of the Index Endpoint.
Format:
projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
string index_endpoint = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The indexEndpoint. |
getIndexEndpointBytes()
public abstract ByteString getIndexEndpointBytes() The resource name of the Index Endpoint.
Format:
projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
string index_endpoint = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for indexEndpoint. |