public abstract static class Ads.AggregatedDiscoveryService extends Object implements com.google.protobuf.Service
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.Protobuf service
envoy.service.discovery.v2.AggregatedDiscoveryService| Modifier and Type | Class and Description |
|---|---|
static interface |
Ads.AggregatedDiscoveryService.BlockingInterface |
static interface |
Ads.AggregatedDiscoveryService.Interface |
static class |
Ads.AggregatedDiscoveryService.Stub |
| Modifier | Constructor and Description |
|---|---|
protected |
AggregatedDiscoveryService() |
| Modifier and Type | Method and Description |
|---|---|
void |
callMethod(com.google.protobuf.Descriptors.MethodDescriptor method,
com.google.protobuf.RpcController controller,
com.google.protobuf.Message request,
com.google.protobuf.RpcCallback<com.google.protobuf.Message> done) |
static com.google.protobuf.Descriptors.ServiceDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.ServiceDescriptor |
getDescriptorForType() |
com.google.protobuf.Message |
getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method) |
com.google.protobuf.Message |
getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method) |
abstract void |
incrementalAggregatedResources(com.google.protobuf.RpcController controller,
Discovery.IncrementalDiscoveryRequest request,
com.google.protobuf.RpcCallback<Discovery.IncrementalDiscoveryResponse> done)
rpc IncrementalAggregatedResources(stream .envoy.api.v2.IncrementalDiscoveryRequest) returns (stream .envoy.api.v2.IncrementalDiscoveryResponse); |
static Ads.AggregatedDiscoveryService.BlockingInterface |
newBlockingStub(com.google.protobuf.BlockingRpcChannel channel) |
static com.google.protobuf.BlockingService |
newReflectiveBlockingService(Ads.AggregatedDiscoveryService.BlockingInterface impl) |
static com.google.protobuf.Service |
newReflectiveService(Ads.AggregatedDiscoveryService.Interface impl) |
static Ads.AggregatedDiscoveryService.Stub |
newStub(com.google.protobuf.RpcChannel channel) |
abstract void |
streamAggregatedResources(com.google.protobuf.RpcController controller,
Discovery.DiscoveryRequest request,
com.google.protobuf.RpcCallback<Discovery.DiscoveryResponse> done)
This is a gRPC-only API.
|
public static com.google.protobuf.Service newReflectiveService(Ads.AggregatedDiscoveryService.Interface impl)
public static com.google.protobuf.BlockingService newReflectiveBlockingService(Ads.AggregatedDiscoveryService.BlockingInterface impl)
public abstract void streamAggregatedResources(com.google.protobuf.RpcController controller,
Discovery.DiscoveryRequest request,
com.google.protobuf.RpcCallback<Discovery.DiscoveryResponse> done)
This is a gRPC-only API.
rpc StreamAggregatedResources(stream .envoy.api.v2.DiscoveryRequest) returns (stream .envoy.api.v2.DiscoveryResponse);public abstract void incrementalAggregatedResources(com.google.protobuf.RpcController controller,
Discovery.IncrementalDiscoveryRequest request,
com.google.protobuf.RpcCallback<Discovery.IncrementalDiscoveryResponse> done)
rpc IncrementalAggregatedResources(stream .envoy.api.v2.IncrementalDiscoveryRequest) returns (stream .envoy.api.v2.IncrementalDiscoveryResponse);public static final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptor()
public final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Servicepublic final void callMethod(com.google.protobuf.Descriptors.MethodDescriptor method,
com.google.protobuf.RpcController controller,
com.google.protobuf.Message request,
com.google.protobuf.RpcCallback<com.google.protobuf.Message> done)
callMethod in interface com.google.protobuf.Servicepublic final com.google.protobuf.Message getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
getRequestPrototype in interface com.google.protobuf.Servicepublic final com.google.protobuf.Message getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
getResponsePrototype in interface com.google.protobuf.Servicepublic static Ads.AggregatedDiscoveryService.Stub newStub(com.google.protobuf.RpcChannel channel)
public static Ads.AggregatedDiscoveryService.BlockingInterface newBlockingStub(com.google.protobuf.BlockingRpcChannel channel)
Copyright © 2018 The Envoy Project. All rights reserved.