Package cosmos.gov.v1beta1
Class QueryGrpc
- java.lang.Object
-
- cosmos.gov.v1beta1.QueryGrpc
-
public final class QueryGrpc extends java.lang.ObjectQuery defines the gRPC querier service for gov module
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQueryGrpc.QueryBlockingStubQuery defines the gRPC querier service for gov modulestatic classQueryGrpc.QueryFutureStubQuery defines the gRPC querier service for gov modulestatic classQueryGrpc.QueryImplBaseQuery defines the gRPC querier service for gov modulestatic classQueryGrpc.QueryStubQuery defines the gRPC querier service for gov module
-
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.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.ServiceDescriptorgetServiceDescriptor()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.QueryBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic QueryGrpc.QueryFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic QueryGrpc.QueryStubnewStub(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
-
getProposalMethod
public static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryProposalRequest,cosmos.gov.v1beta1.QueryOuterClass.QueryProposalResponse> getProposalMethod()
-
getProposalsMethod
public static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryProposalsRequest,cosmos.gov.v1beta1.QueryOuterClass.QueryProposalsResponse> getProposalsMethod()
-
getVoteMethod
public static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryVoteRequest,cosmos.gov.v1beta1.QueryOuterClass.QueryVoteResponse> getVoteMethod()
-
getVotesMethod
public static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryVotesRequest,cosmos.gov.v1beta1.QueryOuterClass.QueryVotesResponse> getVotesMethod()
-
getParamsMethod
public static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryParamsRequest,cosmos.gov.v1beta1.QueryOuterClass.QueryParamsResponse> getParamsMethod()
-
getDepositMethod
public static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryDepositRequest,cosmos.gov.v1beta1.QueryOuterClass.QueryDepositResponse> getDepositMethod()
-
getDepositsMethod
public static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryDepositsRequest,cosmos.gov.v1beta1.QueryOuterClass.QueryDepositsResponse> getDepositsMethod()
-
getTallyResultMethod
public static io.grpc.MethodDescriptor<cosmos.gov.v1beta1.QueryOuterClass.QueryTallyResultRequest,cosmos.gov.v1beta1.QueryOuterClass.QueryTallyResultResponse> getTallyResultMethod()
-
newStub
public static QueryGrpc.QueryStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static QueryGrpc.QueryBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static QueryGrpc.QueryFutureStub 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()
-
-