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 interface
CSDS is Client Status Discovery Service.private static class
static final class
A stub to allow clients to do synchronous rpc calls to service ClientStatusDiscoveryService.private static final class
static final class
A stub to allow clients to do ListenableFuture-style rpc calls to service ClientStatusDiscoveryService.static class
Base class for the server implementation of the service ClientStatusDiscoveryService.private static final class
static final class
A stub to allow clients to do asynchronous rpc calls to service ClientStatusDiscoveryService.private static final class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static io.grpc.MethodDescriptor
<ClientStatusRequest, ClientStatusResponse> private static io.grpc.MethodDescriptor
<ClientStatusRequest, ClientStatusResponse> private static final int
private static final int
static final String
private static io.grpc.ServiceDescriptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinition
static io.grpc.MethodDescriptor
<ClientStatusRequest, ClientStatusResponse> static io.grpc.ServiceDescriptor
static 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:
-
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:
-
METHODID_STREAM_CLIENT_STATUS
private static final int METHODID_STREAM_CLIENT_STATUS- See Also:
-
serviceDescriptor
private static volatile io.grpc.ServiceDescriptor serviceDescriptor
-
-
Constructor Details
-
ClientStatusDiscoveryServiceGrpc
private ClientStatusDiscoveryServiceGrpc()
-
-
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()
-