Package io.envoyproxy.envoy.api.v2
Class ScopedRoutesDiscoveryServiceGrpc
- java.lang.Object
-
- io.envoyproxy.envoy.api.v2.ScopedRoutesDiscoveryServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.48.1)", comments="Source: envoy/api/v2/srds.proto") public final class ScopedRoutesDiscoveryServiceGrpc extends Object
The Scoped Routes Discovery Service (SRDS) API distributes :ref:`ScopedRouteConfiguration<envoy_api_msg.ScopedRouteConfiguration>` resources. Each ScopedRouteConfiguration resource represents a "routing scope" containing a mapping that allows the HTTP connection manager to dynamically assign a routing table (specified via a :ref:`RouteConfiguration<envoy_api_msg_RouteConfiguration>` message) to each HTTP request.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScopedRoutesDiscoveryServiceGrpc.ScopedRoutesDiscoveryServiceBlockingStubThe Scoped Routes Discovery Service (SRDS) API distributes :ref:`ScopedRouteConfiguration<envoy_api_msg.ScopedRouteConfiguration>` resources.static classScopedRoutesDiscoveryServiceGrpc.ScopedRoutesDiscoveryServiceFutureStubThe Scoped Routes Discovery Service (SRDS) API distributes :ref:`ScopedRouteConfiguration<envoy_api_msg.ScopedRouteConfiguration>` resources.static classScopedRoutesDiscoveryServiceGrpc.ScopedRoutesDiscoveryServiceImplBaseThe Scoped Routes Discovery Service (SRDS) API distributes :ref:`ScopedRouteConfiguration<envoy_api_msg.ScopedRouteConfiguration>` resources.static classScopedRoutesDiscoveryServiceGrpc.ScopedRoutesDiscoveryServiceStubThe Scoped Routes Discovery Service (SRDS) API distributes :ref:`ScopedRouteConfiguration<envoy_api_msg.ScopedRouteConfiguration>` 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>getDeltaScopedRoutesMethod()static io.grpc.MethodDescriptor<DiscoveryRequest,DiscoveryResponse>getFetchScopedRoutesMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<DiscoveryRequest,DiscoveryResponse>getStreamScopedRoutesMethod()static ScopedRoutesDiscoveryServiceGrpc.ScopedRoutesDiscoveryServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ScopedRoutesDiscoveryServiceGrpc.ScopedRoutesDiscoveryServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ScopedRoutesDiscoveryServiceGrpc.ScopedRoutesDiscoveryServiceStubnewStub(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
-
getStreamScopedRoutesMethod
public static io.grpc.MethodDescriptor<DiscoveryRequest,DiscoveryResponse> getStreamScopedRoutesMethod()
-
getDeltaScopedRoutesMethod
public static io.grpc.MethodDescriptor<DeltaDiscoveryRequest,DeltaDiscoveryResponse> getDeltaScopedRoutesMethod()
-
getFetchScopedRoutesMethod
public static io.grpc.MethodDescriptor<DiscoveryRequest,DiscoveryResponse> getFetchScopedRoutesMethod()
-
newStub
public static ScopedRoutesDiscoveryServiceGrpc.ScopedRoutesDiscoveryServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ScopedRoutesDiscoveryServiceGrpc.ScopedRoutesDiscoveryServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ScopedRoutesDiscoveryServiceGrpc.ScopedRoutesDiscoveryServiceFutureStub 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()
-
-