@Generated(value="by gRPC proto compiler (version 1.40.1)",
comments="Source: cosmos/base/reflection/v1beta1/reflection.proto")
public final class ReflectionServiceGrpc
extends java.lang.Object
ReflectionService defines a service for interface reflection.
| Modifier and Type | Class and Description |
|---|---|
static class |
ReflectionServiceGrpc.ReflectionServiceBlockingStub
ReflectionService defines a service for interface reflection.
|
static class |
ReflectionServiceGrpc.ReflectionServiceFutureStub
ReflectionService defines a service for interface reflection.
|
static class |
ReflectionServiceGrpc.ReflectionServiceImplBase
ReflectionService defines a service for interface reflection.
|
static class |
ReflectionServiceGrpc.ReflectionServiceStub
ReflectionService defines a service for interface reflection.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE_NAME |
| Modifier and Type | Method and 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.ServiceDescriptor |
getServiceDescriptor() |
static ReflectionServiceGrpc.ReflectionServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static ReflectionServiceGrpc.ReflectionServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static ReflectionServiceGrpc.ReflectionServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final java.lang.String SERVICE_NAME
public static io.grpc.MethodDescriptor<cosmos.base.reflection.v1beta1.Reflection.ListAllInterfacesRequest,cosmos.base.reflection.v1beta1.Reflection.ListAllInterfacesResponse> getListAllInterfacesMethod()
public static io.grpc.MethodDescriptor<cosmos.base.reflection.v1beta1.Reflection.ListImplementationsRequest,cosmos.base.reflection.v1beta1.Reflection.ListImplementationsResponse> getListImplementationsMethod()
public static ReflectionServiceGrpc.ReflectionServiceStub newStub(io.grpc.Channel channel)
public static ReflectionServiceGrpc.ReflectionServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static ReflectionServiceGrpc.ReflectionServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()