Class LookupServiceGrpc.LookupServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<LookupServiceGrpc.LookupServiceStub>
-
- com.google.cloud.servicedirectory.v1.LookupServiceGrpc.LookupServiceStub
-
- Enclosing class:
- LookupServiceGrpc
public static final class LookupServiceGrpc.LookupServiceStub extends io.grpc.stub.AbstractAsyncStub<LookupServiceGrpc.LookupServiceStub>
A stub to allow clients to do asynchronous 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.LookupServiceStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
void
resolveService(ResolveServiceRequest request, io.grpc.stub.StreamObserver<ResolveServiceResponse> responseObserver)
Returns a [service][google.cloud.servicedirectory.v1.Service] and its associated endpoints.
-
-
-
Method Detail
-
build
protected LookupServiceGrpc.LookupServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<LookupServiceGrpc.LookupServiceStub>
-
resolveService
public void resolveService(ResolveServiceRequest request, io.grpc.stub.StreamObserver<ResolveServiceResponse> responseObserver)
Returns a [service][google.cloud.servicedirectory.v1.Service] and its associated endpoints. Resolving a service is not considered an active developer method.
-
-