[BindServiceMethod(typeof(DataObjectSearchService), "BindService")]
public abstract class DataObjectSearchService.DataObjectSearchServiceBaseReference documentation and code samples for the Vector Search v1 API class DataObjectSearchService.DataObjectSearchServiceBase.
Base class for server-side implementations of DataObjectSearchService
Namespace
Google.Cloud.VectorSearch.V1Assembly
Google.Cloud.VectorSearch.V1.dll
Methods
AggregateDataObjects(AggregateDataObjectsRequest, ServerCallContext)
public virtual Task<AggregateDataObjectsResponse> AggregateDataObjects(AggregateDataObjectsRequest request, ServerCallContext context)Aggregates data objects.
| Parameters | |
|---|---|
| Name | Description |
request |
AggregateDataObjectsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskAggregateDataObjectsResponse |
The response to send back to the client (wrapped by a task). |
BatchSearchDataObjects(BatchSearchDataObjectsRequest, ServerCallContext)
public virtual Task<BatchSearchDataObjectsResponse> BatchSearchDataObjects(BatchSearchDataObjectsRequest request, ServerCallContext context)Batch searches data objects.
| Parameters | |
|---|---|
| Name | Description |
request |
BatchSearchDataObjectsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskBatchSearchDataObjectsResponse |
The response to send back to the client (wrapped by a task). |
QueryDataObjects(QueryDataObjectsRequest, ServerCallContext)
public virtual Task<QueryDataObjectsResponse> QueryDataObjects(QueryDataObjectsRequest request, ServerCallContext context)Queries data objects.
| Parameters | |
|---|---|
| Name | Description |
request |
QueryDataObjectsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskQueryDataObjectsResponse |
The response to send back to the client (wrapped by a task). |
SearchDataObjects(SearchDataObjectsRequest, ServerCallContext)
public virtual Task<SearchDataObjectsResponse> SearchDataObjects(SearchDataObjectsRequest request, ServerCallContext context)Searches data objects.
| Parameters | |
|---|---|
| Name | Description |
request |
SearchDataObjectsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskSearchDataObjectsResponse |
The response to send back to the client (wrapped by a task). |