Class LookupServiceGrpc.LookupServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<LookupServiceGrpc.LookupServiceBlockingStub>
-
- com.google.cloud.servicedirectory.v1beta1.LookupServiceGrpc.LookupServiceBlockingStub
-
- Enclosing class:
- LookupServiceGrpc
public static final class LookupServiceGrpc.LookupServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<LookupServiceGrpc.LookupServiceBlockingStub>
A stub to allow clients to do synchronous 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.LookupServiceBlockingStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
ResolveServiceResponse
resolveService(ResolveServiceRequest request)
Returns a [service][google.cloud.servicedirectory.v1beta1.Service] and its associated endpoints.
-
-
-
Method Detail
-
build
protected LookupServiceGrpc.LookupServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<LookupServiceGrpc.LookupServiceBlockingStub>
-
resolveService
public 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.
-
-