Class RuntimeDiscoveryServiceGrpc
- java.lang.Object
-
- io.envoyproxy.envoy.service.discovery.v2.RuntimeDiscoveryServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.48.1)", comments="Source: envoy/service/discovery/v2/rtds.proto") public final class RuntimeDiscoveryServiceGrpc extends Object
Discovery service for Runtime resources.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRuntimeDiscoveryServiceGrpc.RuntimeDiscoveryServiceBlockingStubDiscovery service for Runtime resources.static classRuntimeDiscoveryServiceGrpc.RuntimeDiscoveryServiceFutureStubDiscovery service for Runtime resources.static classRuntimeDiscoveryServiceGrpc.RuntimeDiscoveryServiceImplBaseDiscovery service for Runtime resources.static classRuntimeDiscoveryServiceGrpc.RuntimeDiscoveryServiceStubDiscovery service for Runtime resources.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<DeltaDiscoveryRequest,DeltaDiscoveryResponse>getDeltaRuntimeMethod()static io.grpc.MethodDescriptor<DiscoveryRequest,DiscoveryResponse>getFetchRuntimeMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<DiscoveryRequest,DiscoveryResponse>getStreamRuntimeMethod()static RuntimeDiscoveryServiceGrpc.RuntimeDiscoveryServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic RuntimeDiscoveryServiceGrpc.RuntimeDiscoveryServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic RuntimeDiscoveryServiceGrpc.RuntimeDiscoveryServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getStreamRuntimeMethod
public static io.grpc.MethodDescriptor<DiscoveryRequest,DiscoveryResponse> getStreamRuntimeMethod()
-
getDeltaRuntimeMethod
public static io.grpc.MethodDescriptor<DeltaDiscoveryRequest,DeltaDiscoveryResponse> getDeltaRuntimeMethod()
-
getFetchRuntimeMethod
public static io.grpc.MethodDescriptor<DiscoveryRequest,DiscoveryResponse> getFetchRuntimeMethod()
-
newStub
public static RuntimeDiscoveryServiceGrpc.RuntimeDiscoveryServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static RuntimeDiscoveryServiceGrpc.RuntimeDiscoveryServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static RuntimeDiscoveryServiceGrpc.RuntimeDiscoveryServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-