Package io.grpc.testing.integration
Class XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceBlockingStub>
-
- io.grpc.testing.integration.XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceBlockingStub
-
- Enclosing class:
- XdsUpdateHealthServiceGrpc
public static final class XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceBlockingStub>
A stub to allow clients to do synchronous 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.XdsUpdateHealthServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)EmptyProtos.EmptysetNotServing(EmptyProtos.Empty request)EmptyProtos.EmptysetServing(EmptyProtos.Empty request)
-
-
-
Method Detail
-
build
protected XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceBlockingStub>
-
setServing
public EmptyProtos.Empty setServing(EmptyProtos.Empty request)
-
setNotServing
public EmptyProtos.Empty setNotServing(EmptyProtos.Empty request)
-
-