Class RuntimeDiscoveryService.Stub
- java.lang.Object
-
- io.envoyproxy.envoy.service.discovery.v2.RuntimeDiscoveryService
-
- io.envoyproxy.envoy.service.discovery.v2.RuntimeDiscoveryService.Stub
-
- All Implemented Interfaces:
com.google.protobuf.Service,RuntimeDiscoveryService.Interface
- Enclosing class:
- RuntimeDiscoveryService
public static final class RuntimeDiscoveryService.Stub extends RuntimeDiscoveryService implements RuntimeDiscoveryService.Interface
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.envoyproxy.envoy.service.discovery.v2.RuntimeDiscoveryService
RuntimeDiscoveryService.BlockingInterface, RuntimeDiscoveryService.Interface, RuntimeDiscoveryService.Stub
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeltaRuntime(com.google.protobuf.RpcController controller, DeltaDiscoveryRequest request, com.google.protobuf.RpcCallback<DeltaDiscoveryResponse> done)rpc DeltaRuntime(stream .envoy.api.v2.DeltaDiscoveryRequest) returns (stream .envoy.api.v2.DeltaDiscoveryResponse);voidfetchRuntime(com.google.protobuf.RpcController controller, DiscoveryRequest request, com.google.protobuf.RpcCallback<DiscoveryResponse> done)rpc FetchRuntime(.envoy.api.v2.DiscoveryRequest) returns (.envoy.api.v2.DiscoveryResponse) { ... }com.google.protobuf.RpcChannelgetChannel()voidstreamRuntime(com.google.protobuf.RpcController controller, DiscoveryRequest request, com.google.protobuf.RpcCallback<DiscoveryResponse> done)rpc StreamRuntime(stream .envoy.api.v2.DiscoveryRequest) returns (stream .envoy.api.v2.DiscoveryResponse);-
Methods inherited from class io.envoyproxy.envoy.service.discovery.v2.RuntimeDiscoveryService
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
-
-
-
-
Method Detail
-
getChannel
public com.google.protobuf.RpcChannel getChannel()
-
streamRuntime
public void streamRuntime(com.google.protobuf.RpcController controller, DiscoveryRequest request, com.google.protobuf.RpcCallback<DiscoveryResponse> done)Description copied from class:RuntimeDiscoveryServicerpc StreamRuntime(stream .envoy.api.v2.DiscoveryRequest) returns (stream .envoy.api.v2.DiscoveryResponse);- Specified by:
streamRuntimein interfaceRuntimeDiscoveryService.Interface- Specified by:
streamRuntimein classRuntimeDiscoveryService
-
deltaRuntime
public void deltaRuntime(com.google.protobuf.RpcController controller, DeltaDiscoveryRequest request, com.google.protobuf.RpcCallback<DeltaDiscoveryResponse> done)Description copied from class:RuntimeDiscoveryServicerpc DeltaRuntime(stream .envoy.api.v2.DeltaDiscoveryRequest) returns (stream .envoy.api.v2.DeltaDiscoveryResponse);- Specified by:
deltaRuntimein interfaceRuntimeDiscoveryService.Interface- Specified by:
deltaRuntimein classRuntimeDiscoveryService
-
fetchRuntime
public void fetchRuntime(com.google.protobuf.RpcController controller, DiscoveryRequest request, com.google.protobuf.RpcCallback<DiscoveryResponse> done)Description copied from class:RuntimeDiscoveryServicerpc FetchRuntime(.envoy.api.v2.DiscoveryRequest) returns (.envoy.api.v2.DiscoveryResponse) { ... }- Specified by:
fetchRuntimein interfaceRuntimeDiscoveryService.Interface- Specified by:
fetchRuntimein classRuntimeDiscoveryService
-
-