@Generated(value="by gRPC proto compiler", comments="Source: grpc/testing/test.proto") public final class XdsUpdateClientConfigureServiceGrpc extends Object
A service to dynamically update the configuration of an xDS test client.
| Modifier and Type | Class and Description |
|---|---|
static interface |
XdsUpdateClientConfigureServiceGrpc.AsyncService
A service to dynamically update the configuration of an xDS test client.
|
static class |
XdsUpdateClientConfigureServiceGrpc.XdsUpdateClientConfigureServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service XdsUpdateClientConfigureService.
|
static class |
XdsUpdateClientConfigureServiceGrpc.XdsUpdateClientConfigureServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service XdsUpdateClientConfigureService.
|
static class |
XdsUpdateClientConfigureServiceGrpc.XdsUpdateClientConfigureServiceImplBase
Base class for the server implementation of the service XdsUpdateClientConfigureService.
|
static class |
XdsUpdateClientConfigureServiceGrpc.XdsUpdateClientConfigureServiceStub
A stub to allow clients to do asynchronous rpc calls to service XdsUpdateClientConfigureService.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(XdsUpdateClientConfigureServiceGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<Messages.ClientConfigureRequest,Messages.ClientConfigureResponse> |
getConfigureMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static XdsUpdateClientConfigureServiceGrpc.XdsUpdateClientConfigureServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static XdsUpdateClientConfigureServiceGrpc.XdsUpdateClientConfigureServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static XdsUpdateClientConfigureServiceGrpc.XdsUpdateClientConfigureServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<Messages.ClientConfigureRequest,Messages.ClientConfigureResponse> getConfigureMethod()
public static XdsUpdateClientConfigureServiceGrpc.XdsUpdateClientConfigureServiceStub newStub(io.grpc.Channel channel)
public static XdsUpdateClientConfigureServiceGrpc.XdsUpdateClientConfigureServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static XdsUpdateClientConfigureServiceGrpc.XdsUpdateClientConfigureServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(XdsUpdateClientConfigureServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()