Package cosmos.base.reflection.v1beta1
Class ReflectionServiceGrpc
- java.lang.Object
-
- cosmos.base.reflection.v1beta1.ReflectionServiceGrpc
-
public final class ReflectionServiceGrpc extends java.lang.ObjectReflectionService defines a service for interface reflection.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReflectionServiceGrpc.ReflectionServiceBlockingStubReflectionService defines a service for interface reflection.static classReflectionServiceGrpc.ReflectionServiceFutureStubReflectionService defines a service for interface reflection.static classReflectionServiceGrpc.ReflectionServiceImplBaseReflectionService defines a service for interface reflection.static classReflectionServiceGrpc.ReflectionServiceStubReflectionService defines a service for interface reflection.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<cosmos.base.reflection.v1beta1.Reflection.ListAllInterfacesRequest,cosmos.base.reflection.v1beta1.Reflection.ListAllInterfacesResponse>getListAllInterfacesMethod()static io.grpc.MethodDescriptor<cosmos.base.reflection.v1beta1.Reflection.ListImplementationsRequest,cosmos.base.reflection.v1beta1.Reflection.ListImplementationsResponse>getListImplementationsMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static ReflectionServiceGrpc.ReflectionServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ReflectionServiceGrpc.ReflectionServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ReflectionServiceGrpc.ReflectionServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListAllInterfacesMethod
public static io.grpc.MethodDescriptor<cosmos.base.reflection.v1beta1.Reflection.ListAllInterfacesRequest,cosmos.base.reflection.v1beta1.Reflection.ListAllInterfacesResponse> getListAllInterfacesMethod()
-
getListImplementationsMethod
public static io.grpc.MethodDescriptor<cosmos.base.reflection.v1beta1.Reflection.ListImplementationsRequest,cosmos.base.reflection.v1beta1.Reflection.ListImplementationsResponse> getListImplementationsMethod()
-
newStub
public static ReflectionServiceGrpc.ReflectionServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ReflectionServiceGrpc.ReflectionServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ReflectionServiceGrpc.ReflectionServiceFutureStub 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()
-
-