Vector Search v1 API - Class DataObjectSearchService.DataObjectSearchServiceBase (1.0.0-beta01)

[BindServiceMethod(typeof(DataObjectSearchService), "BindService")]
public abstract class DataObjectSearchService.DataObjectSearchServiceBase

Reference documentation and code samples for the Vector Search v1 API class DataObjectSearchService.DataObjectSearchServiceBase.

Base class for server-side implementations of DataObjectSearchService

Inheritance

object > DataObjectSearchService.DataObjectSearchServiceBase

Namespace

Google.Cloud.VectorSearch.V1

Assembly

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 AggregateDataObjectsRequest

The request received from the client.

context ServerCallContext

The 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 BatchSearchDataObjectsRequest

The request received from the client.

context ServerCallContext

The 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 QueryDataObjectsRequest

The request received from the client.

context ServerCallContext

The 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 SearchDataObjectsRequest

The request received from the client.

context ServerCallContext

The 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).