@Generated(value="by gRPC proto compiler (version 1.40.1)",
comments="Source: cosmos/gov/v1beta1/query.proto")
public final class QueryGrpc
extends java.lang.Object
Query defines the gRPC querier service for gov module
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryGrpc.QueryBlockingStub
Query defines the gRPC querier service for gov module
|
static class |
QueryGrpc.QueryFutureStub
Query defines the gRPC querier service for gov module
|
static class |
QueryGrpc.QueryImplBase
Query defines the gRPC querier service for gov module
|
static class |
QueryGrpc.QueryStub
Query defines the gRPC querier service for gov module
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryDepositRequest,cosmos.gov.v1beta1.QueryOuterClass.QueryDepositResponse> |
getDepositMethod() |
static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryDepositsRequest,cosmos.gov.v1beta1.QueryOuterClass.QueryDepositsResponse> |
getDepositsMethod() |
static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryParamsRequest,cosmos.gov.v1beta1.QueryOuterClass.QueryParamsResponse> |
getParamsMethod() |
static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryProposalRequest,cosmos.gov.v1beta1.QueryOuterClass.QueryProposalResponse> |
getProposalMethod() |
static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryProposalsRequest,cosmos.gov.v1beta1.QueryOuterClass.QueryProposalsResponse> |
getProposalsMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryTallyResultRequest,cosmos.gov.v1beta1.QueryOuterClass.QueryTallyResultResponse> |
getTallyResultMethod() |
static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryVoteRequest,cosmos.gov.v1beta1.QueryOuterClass.QueryVoteResponse> |
getVoteMethod() |
static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryVotesRequest,cosmos.gov.v1beta1.QueryOuterClass.QueryVotesResponse> |
getVotesMethod() |
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.gov.v1beta1.QueryOuterClass.QueryProposalRequest,cosmos.gov.v1beta1.QueryOuterClass.QueryProposalResponse> getProposalMethod()
public static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryProposalsRequest,cosmos.gov.v1beta1.QueryOuterClass.QueryProposalsResponse> getProposalsMethod()
public static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryVoteRequest,cosmos.gov.v1beta1.QueryOuterClass.QueryVoteResponse> getVoteMethod()
public static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryVotesRequest,cosmos.gov.v1beta1.QueryOuterClass.QueryVotesResponse> getVotesMethod()
public static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryParamsRequest,cosmos.gov.v1beta1.QueryOuterClass.QueryParamsResponse> getParamsMethod()
public static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryDepositRequest,cosmos.gov.v1beta1.QueryOuterClass.QueryDepositResponse> getDepositMethod()
public static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryDepositsRequest,cosmos.gov.v1beta1.QueryOuterClass.QueryDepositsResponse> getDepositsMethod()
public static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryTallyResultRequest,cosmos.gov.v1beta1.QueryOuterClass.QueryTallyResultResponse> getTallyResultMethod()
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()