Package cosmos.base.reflection.v2alpha1
Class ReflectionServiceGrpc
- java.lang.Object
-
- cosmos.base.reflection.v2alpha1.ReflectionServiceGrpc
-
public final class ReflectionServiceGrpc extends java.lang.ObjectReflectionService defines a service for application reflection.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReflectionServiceGrpc.ReflectionServiceBlockingStubReflectionService defines a service for application reflection.static classReflectionServiceGrpc.ReflectionServiceFutureStubReflectionService defines a service for application reflection.static classReflectionServiceGrpc.ReflectionServiceImplBaseReflectionService defines a service for application reflection.static classReflectionServiceGrpc.ReflectionServiceStubReflectionService defines a service for application 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.v2alpha1.Reflection.GetAuthnDescriptorRequest,cosmos.base.reflection.v2alpha1.Reflection.GetAuthnDescriptorResponse>getGetAuthnDescriptorMethod()static io.grpc.MethodDescriptor<cosmos.base.reflection.v2alpha1.Reflection.GetChainDescriptorRequest,cosmos.base.reflection.v2alpha1.Reflection.GetChainDescriptorResponse>getGetChainDescriptorMethod()static io.grpc.MethodDescriptor<cosmos.base.reflection.v2alpha1.Reflection.GetCodecDescriptorRequest,cosmos.base.reflection.v2alpha1.Reflection.GetCodecDescriptorResponse>getGetCodecDescriptorMethod()static io.grpc.MethodDescriptor<cosmos.base.reflection.v2alpha1.Reflection.GetConfigurationDescriptorRequest,cosmos.base.reflection.v2alpha1.Reflection.GetConfigurationDescriptorResponse>getGetConfigurationDescriptorMethod()static io.grpc.MethodDescriptor<cosmos.base.reflection.v2alpha1.Reflection.GetQueryServicesDescriptorRequest,cosmos.base.reflection.v2alpha1.Reflection.GetQueryServicesDescriptorResponse>getGetQueryServicesDescriptorMethod()static io.grpc.MethodDescriptor<cosmos.base.reflection.v2alpha1.Reflection.GetTxDescriptorRequest,cosmos.base.reflection.v2alpha1.Reflection.GetTxDescriptorResponse>getGetTxDescriptorMethod()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
-
getGetAuthnDescriptorMethod
public static io.grpc.MethodDescriptor<cosmos.base.reflection.v2alpha1.Reflection.GetAuthnDescriptorRequest,cosmos.base.reflection.v2alpha1.Reflection.GetAuthnDescriptorResponse> getGetAuthnDescriptorMethod()
-
getGetChainDescriptorMethod
public static io.grpc.MethodDescriptor<cosmos.base.reflection.v2alpha1.Reflection.GetChainDescriptorRequest,cosmos.base.reflection.v2alpha1.Reflection.GetChainDescriptorResponse> getGetChainDescriptorMethod()
-
getGetCodecDescriptorMethod
public static io.grpc.MethodDescriptor<cosmos.base.reflection.v2alpha1.Reflection.GetCodecDescriptorRequest,cosmos.base.reflection.v2alpha1.Reflection.GetCodecDescriptorResponse> getGetCodecDescriptorMethod()
-
getGetConfigurationDescriptorMethod
public static io.grpc.MethodDescriptor<cosmos.base.reflection.v2alpha1.Reflection.GetConfigurationDescriptorRequest,cosmos.base.reflection.v2alpha1.Reflection.GetConfigurationDescriptorResponse> getGetConfigurationDescriptorMethod()
-
getGetQueryServicesDescriptorMethod
public static io.grpc.MethodDescriptor<cosmos.base.reflection.v2alpha1.Reflection.GetQueryServicesDescriptorRequest,cosmos.base.reflection.v2alpha1.Reflection.GetQueryServicesDescriptorResponse> getGetQueryServicesDescriptorMethod()
-
getGetTxDescriptorMethod
public static io.grpc.MethodDescriptor<cosmos.base.reflection.v2alpha1.Reflection.GetTxDescriptorRequest,cosmos.base.reflection.v2alpha1.Reflection.GetTxDescriptorResponse> getGetTxDescriptorMethod()
-
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()
-
-