Package io.grpc.testing.integration
Class XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceStub>
-
- io.grpc.testing.integration.XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceStub
-
- Enclosing class:
- XdsUpdateHealthServiceGrpc
public static final class XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceStub extends io.grpc.stub.AbstractAsyncStub<XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceStub>
A stub to allow clients to do asynchronous 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.XdsUpdateHealthServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidsetNotServing(EmptyProtos.Empty request, io.grpc.stub.StreamObserver<EmptyProtos.Empty> responseObserver)voidsetServing(EmptyProtos.Empty request, io.grpc.stub.StreamObserver<EmptyProtos.Empty> responseObserver)
-
-
-
Method Detail
-
build
protected XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceStub>
-
setServing
public void setServing(EmptyProtos.Empty request, io.grpc.stub.StreamObserver<EmptyProtos.Empty> responseObserver)
-
setNotServing
public void setNotServing(EmptyProtos.Empty request, io.grpc.stub.StreamObserver<EmptyProtos.Empty> responseObserver)
-
-