Class LookupServiceGrpc.LookupServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<LookupServiceGrpc.LookupServiceFutureStub>
-
- com.google.cloud.servicedirectory.v1beta1.LookupServiceGrpc.LookupServiceFutureStub
-
- Enclosing class:
- LookupServiceGrpc
public static final class LookupServiceGrpc.LookupServiceFutureStub extends io.grpc.stub.AbstractFutureStub<LookupServiceGrpc.LookupServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service LookupService.Service Directory API for looking up service data at runtime.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LookupServiceGrpc.LookupServiceFutureStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
com.google.common.util.concurrent.ListenableFuture<ResolveServiceResponse>
resolveService(ResolveServiceRequest request)
Returns a [service][google.cloud.servicedirectory.v1beta1.Service] and its associated endpoints.
-
-
-
Method Detail
-
build
protected LookupServiceGrpc.LookupServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<LookupServiceGrpc.LookupServiceFutureStub>
-
resolveService
public com.google.common.util.concurrent.ListenableFuture<ResolveServiceResponse> resolveService(ResolveServiceRequest request)
Returns a [service][google.cloud.servicedirectory.v1beta1.Service] and its associated endpoints. Resolving a service is not considered an active developer method.
-
-