Package io.grpc.testing.integration
Class XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceFutureStub>
-
- io.grpc.testing.integration.XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceFutureStub
-
- Enclosing class:
- XdsUpdateHealthServiceGrpc
public static final class XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceFutureStub extends io.grpc.stub.AbstractFutureStub<XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service XdsUpdateHealthService.A service to remotely control health status of an xDS test server.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<EmptyProtos.Empty>setNotServing(EmptyProtos.Empty request)com.google.common.util.concurrent.ListenableFuture<EmptyProtos.Empty>setServing(EmptyProtos.Empty request)
-
-
-
Method Detail
-
build
protected XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceFutureStub>
-
setServing
public com.google.common.util.concurrent.ListenableFuture<EmptyProtos.Empty> setServing(EmptyProtos.Empty request)
-
setNotServing
public com.google.common.util.concurrent.ListenableFuture<EmptyProtos.Empty> setNotServing(EmptyProtos.Empty request)
-
-