@Generated(value="by gRPC proto compiler (version 1.40.1)",
comments="Source: cosmos/upgrade/v1beta1/query.proto")
public final class QueryGrpc
extends java.lang.Object
Query defines the gRPC upgrade querier service.
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryGrpc.QueryBlockingStub
Query defines the gRPC upgrade querier service.
|
static class |
QueryGrpc.QueryFutureStub
Query defines the gRPC upgrade querier service.
|
static class |
QueryGrpc.QueryImplBase
Query defines the gRPC upgrade querier service.
|
static class |
QueryGrpc.QueryStub
Query defines the gRPC upgrade querier service.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<cosmos.upgrade.v1beta1.QueryOuterClass.QueryAppliedPlanRequest,cosmos.upgrade.v1beta1.QueryOuterClass.QueryAppliedPlanResponse> |
getAppliedPlanMethod() |
static io.grpc.MethodDescriptor<cosmos.upgrade.v1beta1.QueryOuterClass.QueryCurrentPlanRequest,cosmos.upgrade.v1beta1.QueryOuterClass.QueryCurrentPlanResponse> |
getCurrentPlanMethod() |
static io.grpc.MethodDescriptor<cosmos.upgrade.v1beta1.QueryOuterClass.QueryModuleVersionsRequest,cosmos.upgrade.v1beta1.QueryOuterClass.QueryModuleVersionsResponse> |
getModuleVersionsMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<cosmos.upgrade.v1beta1.QueryOuterClass.QueryUpgradedConsensusStateRequest,cosmos.upgrade.v1beta1.QueryOuterClass.QueryUpgradedConsensusStateResponse> |
getUpgradedConsensusStateMethod() |
static QueryGrpc.QueryBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static QueryGrpc.QueryFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static QueryGrpc.QueryStub |
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.upgrade.v1beta1.QueryOuterClass.QueryCurrentPlanRequest,cosmos.upgrade.v1beta1.QueryOuterClass.QueryCurrentPlanResponse> getCurrentPlanMethod()
public static io.grpc.MethodDescriptor<cosmos.upgrade.v1beta1.QueryOuterClass.QueryAppliedPlanRequest,cosmos.upgrade.v1beta1.QueryOuterClass.QueryAppliedPlanResponse> getAppliedPlanMethod()
public static io.grpc.MethodDescriptor<cosmos.upgrade.v1beta1.QueryOuterClass.QueryUpgradedConsensusStateRequest,cosmos.upgrade.v1beta1.QueryOuterClass.QueryUpgradedConsensusStateResponse> getUpgradedConsensusStateMethod()
public static io.grpc.MethodDescriptor<cosmos.upgrade.v1beta1.QueryOuterClass.QueryModuleVersionsRequest,cosmos.upgrade.v1beta1.QueryOuterClass.QueryModuleVersionsResponse> getModuleVersionsMethod()
public static QueryGrpc.QueryStub newStub(io.grpc.Channel channel)
public static QueryGrpc.QueryBlockingStub newBlockingStub(io.grpc.Channel channel)
public static QueryGrpc.QueryFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()