Class AggregatedDiscoveryService.Stub
- java.lang.Object
-
- io.envoyproxy.envoy.service.discovery.v2.AggregatedDiscoveryService
-
- io.envoyproxy.envoy.service.discovery.v2.AggregatedDiscoveryService.Stub
-
- All Implemented Interfaces:
com.google.protobuf.Service,AggregatedDiscoveryService.Interface
- Enclosing class:
- AggregatedDiscoveryService
public static final class AggregatedDiscoveryService.Stub extends AggregatedDiscoveryService implements AggregatedDiscoveryService.Interface
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.envoyproxy.envoy.service.discovery.v2.AggregatedDiscoveryService
AggregatedDiscoveryService.BlockingInterface, AggregatedDiscoveryService.Interface, AggregatedDiscoveryService.Stub
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeltaAggregatedResources(com.google.protobuf.RpcController controller, DeltaDiscoveryRequest request, com.google.protobuf.RpcCallback<DeltaDiscoveryResponse> done)rpc DeltaAggregatedResources(stream .envoy.api.v2.DeltaDiscoveryRequest) returns (stream .envoy.api.v2.DeltaDiscoveryResponse);com.google.protobuf.RpcChannelgetChannel()voidstreamAggregatedResources(com.google.protobuf.RpcController controller, DiscoveryRequest request, com.google.protobuf.RpcCallback<DiscoveryResponse> done)This is a gRPC-only API.-
Methods inherited from class io.envoyproxy.envoy.service.discovery.v2.AggregatedDiscoveryService
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
-
-
-
-
Method Detail
-
getChannel
public com.google.protobuf.RpcChannel getChannel()
-
streamAggregatedResources
public void streamAggregatedResources(com.google.protobuf.RpcController controller, DiscoveryRequest request, com.google.protobuf.RpcCallback<DiscoveryResponse> done)Description copied from class:AggregatedDiscoveryServiceThis is a gRPC-only API.
rpc StreamAggregatedResources(stream .envoy.api.v2.DiscoveryRequest) returns (stream .envoy.api.v2.DiscoveryResponse);- Specified by:
streamAggregatedResourcesin interfaceAggregatedDiscoveryService.Interface- Specified by:
streamAggregatedResourcesin classAggregatedDiscoveryService
-
deltaAggregatedResources
public void deltaAggregatedResources(com.google.protobuf.RpcController controller, DeltaDiscoveryRequest request, com.google.protobuf.RpcCallback<DeltaDiscoveryResponse> done)Description copied from class:AggregatedDiscoveryServicerpc DeltaAggregatedResources(stream .envoy.api.v2.DeltaDiscoveryRequest) returns (stream .envoy.api.v2.DeltaDiscoveryResponse);- Specified by:
deltaAggregatedResourcesin interfaceAggregatedDiscoveryService.Interface- Specified by:
deltaAggregatedResourcesin classAggregatedDiscoveryService
-
-