@Generated(value="by gRPC proto compiler (version 1.22.1)", comments="Source: envoy/service/discovery/v4alpha/ads.proto") public final class AggregatedDiscoveryServiceGrpc extends Object
See https://github.com/lyft/envoy-api#apis for a description of the role of ADS and how it is intended to be used by a management server. ADS requests have the same structure as their singleton xDS counterparts, but can multiplex many resource types on a single stream. The type_url in the DiscoveryRequest/DiscoveryResponse provides sufficient information to recover the multiplexed singleton APIs at the Envoy instance and management server.
| Modifier and Type | Class and Description |
|---|---|
static class |
AggregatedDiscoveryServiceGrpc.AggregatedDiscoveryServiceBlockingStub
See https://github.com/lyft/envoy-api#apis for a description of the role of
ADS and how it is intended to be used by a management server.
|
static class |
AggregatedDiscoveryServiceGrpc.AggregatedDiscoveryServiceFutureStub
See https://github.com/lyft/envoy-api#apis for a description of the role of
ADS and how it is intended to be used by a management server.
|
static class |
AggregatedDiscoveryServiceGrpc.AggregatedDiscoveryServiceImplBase
See https://github.com/lyft/envoy-api#apis for a description of the role of
ADS and how it is intended to be used by a management server.
|
static class |
AggregatedDiscoveryServiceGrpc.AggregatedDiscoveryServiceStub
See https://github.com/lyft/envoy-api#apis for a description of the role of
ADS and how it is intended to be used by a management server.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<DeltaDiscoveryRequest,DeltaDiscoveryResponse> |
getDeltaAggregatedResourcesMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<DiscoveryRequest,DiscoveryResponse> |
getStreamAggregatedResourcesMethod() |
static AggregatedDiscoveryServiceGrpc.AggregatedDiscoveryServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static AggregatedDiscoveryServiceGrpc.AggregatedDiscoveryServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static AggregatedDiscoveryServiceGrpc.AggregatedDiscoveryServiceStub |
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<DiscoveryRequest,DiscoveryResponse> getStreamAggregatedResourcesMethod()
public static io.grpc.MethodDescriptor<DeltaDiscoveryRequest,DeltaDiscoveryResponse> getDeltaAggregatedResourcesMethod()
public static AggregatedDiscoveryServiceGrpc.AggregatedDiscoveryServiceStub newStub(io.grpc.Channel channel)
public static AggregatedDiscoveryServiceGrpc.AggregatedDiscoveryServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static AggregatedDiscoveryServiceGrpc.AggregatedDiscoveryServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2018–2021 The Envoy Project. All rights reserved.