@Generated(value="by gRPC proto compiler (version 1.22.1)", comments="Source: envoy/service/status/v4alpha/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.
| Modifier and Type | Class and Description |
|---|---|
static class |
ClientStatusDiscoveryServiceGrpc.ClientStatusDiscoveryServiceBlockingStub
CSDS is Client Status Discovery Service.
|
static class |
ClientStatusDiscoveryServiceGrpc.ClientStatusDiscoveryServiceFutureStub
CSDS is Client Status Discovery Service.
|
static class |
ClientStatusDiscoveryServiceGrpc.ClientStatusDiscoveryServiceImplBase
CSDS is Client Status Discovery Service.
|
static class |
ClientStatusDiscoveryServiceGrpc.ClientStatusDiscoveryServiceStub
CSDS is Client Status Discovery Service.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
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 service
|
static ClientStatusDiscoveryServiceGrpc.ClientStatusDiscoveryServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static ClientStatusDiscoveryServiceGrpc.ClientStatusDiscoveryServiceStub |
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<ClientStatusRequest,ClientStatusResponse> getStreamClientStatusMethod()
public static io.grpc.MethodDescriptor<ClientStatusRequest,ClientStatusResponse> getFetchClientStatusMethod()
public static ClientStatusDiscoveryServiceGrpc.ClientStatusDiscoveryServiceStub newStub(io.grpc.Channel channel)
public static ClientStatusDiscoveryServiceGrpc.ClientStatusDiscoveryServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static ClientStatusDiscoveryServiceGrpc.ClientStatusDiscoveryServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2018–2021 The Envoy Project. All rights reserved.