public static final class RankServiceGrpc.RankServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<RankServiceGrpc.RankServiceBlockingStub>
Service for ranking text records.
| Modifier and Type | Method and Description |
|---|---|
protected RankServiceGrpc.RankServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
RankResponse |
rank(RankRequest request)
Ranks a list of text records based on the given input query.
|
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReadyprotected RankServiceGrpc.RankServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<RankServiceGrpc.RankServiceBlockingStub>public RankResponse rank(RankRequest request)
Ranks a list of text records based on the given input query.
Copyright © 2025 Google LLC. All rights reserved.