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 java.lang.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 Classes Modifier and Type Class Description static interface
ClientStatusDiscoveryServiceGrpc.AsyncService
CSDS is Client Status Discovery Service.private static class
ClientStatusDiscoveryServiceGrpc.ClientStatusDiscoveryServiceBaseDescriptorSupplier
static class
ClientStatusDiscoveryServiceGrpc.ClientStatusDiscoveryServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service ClientStatusDiscoveryService.private static class
ClientStatusDiscoveryServiceGrpc.ClientStatusDiscoveryServiceFileDescriptorSupplier
static class
ClientStatusDiscoveryServiceGrpc.ClientStatusDiscoveryServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service ClientStatusDiscoveryService.static class
ClientStatusDiscoveryServiceGrpc.ClientStatusDiscoveryServiceImplBase
Base class for the server implementation of the service ClientStatusDiscoveryService.private static class
ClientStatusDiscoveryServiceGrpc.ClientStatusDiscoveryServiceMethodDescriptorSupplier
static class
ClientStatusDiscoveryServiceGrpc.ClientStatusDiscoveryServiceStub
A stub to allow clients to do asynchronous rpc calls to service ClientStatusDiscoveryService.private static class
ClientStatusDiscoveryServiceGrpc.MethodHandlers<Req,Resp>
-
Field Summary
Fields Modifier and Type Field Description private static io.grpc.MethodDescriptor<ClientStatusRequest,ClientStatusResponse>
getFetchClientStatusMethod
private static io.grpc.MethodDescriptor<ClientStatusRequest,ClientStatusResponse>
getStreamClientStatusMethod
private static int
METHODID_FETCH_CLIENT_STATUS
private static int
METHODID_STREAM_CLIENT_STATUS
static java.lang.String
SERVICE_NAME
private static io.grpc.ServiceDescriptor
serviceDescriptor
-
Constructor Summary
Constructors Modifier Constructor Description private
ClientStatusDiscoveryServiceGrpc()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(ClientStatusDiscoveryServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<ClientStatusRequest,ClientStatusResponse>
getFetchClientStatusMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<ClientStatusRequest,ClientStatusResponse>
getStreamClientStatusMethod()
static ClientStatusDiscoveryServiceGrpc.ClientStatusDiscoveryServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ClientStatusDiscoveryServiceGrpc.ClientStatusDiscoveryServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ClientStatusDiscoveryServiceGrpc.ClientStatusDiscoveryServiceStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
getStreamClientStatusMethod
private static volatile io.grpc.MethodDescriptor<ClientStatusRequest,ClientStatusResponse> getStreamClientStatusMethod
-
getFetchClientStatusMethod
private static volatile io.grpc.MethodDescriptor<ClientStatusRequest,ClientStatusResponse> getFetchClientStatusMethod
-
METHODID_FETCH_CLIENT_STATUS
private static final int METHODID_FETCH_CLIENT_STATUS
- See Also:
- Constant Field Values
-
METHODID_STREAM_CLIENT_STATUS
private static final int METHODID_STREAM_CLIENT_STATUS
- See Also:
- Constant Field Values
-
serviceDescriptor
private static volatile io.grpc.ServiceDescriptor serviceDescriptor
-
-
Method Detail
-
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()
-
-