Class ClientStatusDiscoveryServiceGrpc
java.lang.Object
io.envoyproxy.envoy.service.status.v3.ClientStatusDiscoveryServiceGrpc
@Generated(value="by gRPC proto compiler (version 1.68.1)",
comments="Source: envoy/service/status/v3/csds.proto")
public final class ClientStatusDiscoveryServiceGrpc
extends Object
CSDS is Client Status Discovery Service. It can be used to get the status of an xDS-compliant client from the management server's point of view. It can also be used to get the current xDS states directly from the client.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceCSDS is Client Status Discovery Service.static final classA stub to allow clients to do synchronous rpc calls to service ClientStatusDiscoveryService.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service ClientStatusDiscoveryService.static classBase class for the server implementation of the service ClientStatusDiscoveryService.static final classA stub to allow clients to do asynchronous rpc calls to service ClientStatusDiscoveryService. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionstatic io.grpc.MethodDescriptor<ClientStatusRequest, ClientStatusResponse> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<ClientStatusRequest, ClientStatusResponse> newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getStreamClientStatusMethod
public static io.grpc.MethodDescriptor<ClientStatusRequest, ClientStatusResponse> getStreamClientStatusMethod() -
getFetchClientStatusMethod
public static io.grpc.MethodDescriptor<ClientStatusRequest, ClientStatusResponse> getFetchClientStatusMethod() -
newStub
public static ClientStatusDiscoveryServiceGrpc.ClientStatusDiscoveryServiceStub newStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service -
newBlockingStub
public static ClientStatusDiscoveryServiceGrpc.ClientStatusDiscoveryServiceBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
public static ClientStatusDiscoveryServiceGrpc.ClientStatusDiscoveryServiceFutureStub newFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(ClientStatusDiscoveryServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-