Class CompletionServiceGrpc.CompletionServiceBlockingStub (2.44.0)

public static final class CompletionServiceGrpc.CompletionServiceBlockingStub extends AbstractBlockingStub<CompletionServiceGrpc.CompletionServiceBlockingStub>

A stub to allow clients to do synchronous rpc calls to service CompletionService.

Autocomplete service for retail. This feature is only available for users who have Retail Search enabled. Enable Retail Search on Cloud Console before using this feature.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > CompletionServiceGrpc.CompletionServiceBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

protected CompletionServiceGrpc.CompletionServiceBlockingStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
CompletionServiceGrpc.CompletionServiceBlockingStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

completeQuery(CompleteQueryRequest request)

public CompleteQueryResponse completeQuery(CompleteQueryRequest request)

Completes the specified prefix with keyword suggestions. This feature is only available for users who have Retail Search enabled. Enable Retail Search on Cloud Console before using this feature.

Parameter
Name Description
request CompleteQueryRequest
Returns
Type Description
CompleteQueryResponse

importCompletionData(ImportCompletionDataRequest request)

public Operation importCompletionData(ImportCompletionDataRequest request)

Bulk import of processed completion dataset. Request processing is asynchronous. Partial updating is not supported. The operation is successfully finished only after the imported suggestions are indexed successfully and ready for serving. The process takes hours. This feature is only available for users who have Retail Search enabled. Enable Retail Search on Cloud Console before using this feature.

Parameter
Name Description
request ImportCompletionDataRequest
Returns
Type Description
Operation