public static final class RuntimeDiscoveryService.Stub extends RuntimeDiscoveryService implements RuntimeDiscoveryService.Interface
RuntimeDiscoveryService.BlockingInterface, RuntimeDiscoveryService.Interface, RuntimeDiscoveryService.Stub| Modifier and Type | Method and Description |
|---|---|
void |
deltaRuntime(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); |
void |
fetchRuntime(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.RpcChannel |
getChannel() |
void |
streamRuntime(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); |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStubpublic com.google.protobuf.RpcChannel getChannel()
public void streamRuntime(com.google.protobuf.RpcController controller,
DiscoveryRequest request,
com.google.protobuf.RpcCallback<DiscoveryResponse> done)
RuntimeDiscoveryServicerpc StreamRuntime(stream .envoy.api.v2.DiscoveryRequest) returns (stream .envoy.api.v2.DiscoveryResponse);streamRuntime in interface RuntimeDiscoveryService.InterfacestreamRuntime in class RuntimeDiscoveryServicepublic void deltaRuntime(com.google.protobuf.RpcController controller,
DeltaDiscoveryRequest request,
com.google.protobuf.RpcCallback<DeltaDiscoveryResponse> done)
RuntimeDiscoveryServicerpc DeltaRuntime(stream .envoy.api.v2.DeltaDiscoveryRequest) returns (stream .envoy.api.v2.DeltaDiscoveryResponse);deltaRuntime in interface RuntimeDiscoveryService.InterfacedeltaRuntime in class RuntimeDiscoveryServicepublic void fetchRuntime(com.google.protobuf.RpcController controller,
DiscoveryRequest request,
com.google.protobuf.RpcCallback<DiscoveryResponse> done)
RuntimeDiscoveryServicerpc FetchRuntime(.envoy.api.v2.DiscoveryRequest) returns (.envoy.api.v2.DiscoveryResponse) { ... }fetchRuntime in interface RuntimeDiscoveryService.InterfacefetchRuntime in class RuntimeDiscoveryServiceCopyright © 2018–2021 The Envoy Project. All rights reserved.