@Generated(value="by gRPC proto compiler (version 1.10.0)", comments="Source: google/cloud/talent/v4beta1/completion_service.proto") public final class CompletionGrpc extends Object
A service handles auto completion.
| Modifier and Type | Class and Description |
|---|---|
static class |
CompletionGrpc.CompletionBlockingStub
A service handles auto completion.
|
static class |
CompletionGrpc.CompletionFutureStub
A service handles auto completion.
|
static class |
CompletionGrpc.CompletionImplBase
A service handles auto completion.
|
static class |
CompletionGrpc.CompletionStub
A service handles auto completion.
|
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<CompleteQueryRequest,CompleteQueryResponse> |
METHOD_COMPLETE_QUERY
Deprecated.
|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<CompleteQueryRequest,CompleteQueryResponse> |
getCompleteQueryMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static CompletionGrpc.CompletionBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static CompletionGrpc.CompletionFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static CompletionGrpc.CompletionStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<CompleteQueryRequest,CompleteQueryResponse> METHOD_COMPLETE_QUERY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<CompleteQueryRequest,CompleteQueryResponse> getCompleteQueryMethod()
public static CompletionGrpc.CompletionStub newStub(io.grpc.Channel channel)
public static CompletionGrpc.CompletionBlockingStub newBlockingStub(io.grpc.Channel channel)
public static CompletionGrpc.CompletionFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2019 Google LLC. All rights reserved.