Class QueryGrpc


  • public final class QueryGrpc
    extends java.lang.Object
     Query defines the gRPC querier service.
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String SERVICE_NAME  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static io.grpc.MethodDescriptor<cosmos.authz.v1beta1.QueryOuterClass.QueryGrantsRequest,​cosmos.authz.v1beta1.QueryOuterClass.QueryGrantsResponse> getGrantsMethod()  
      static io.grpc.ServiceDescriptor getServiceDescriptor()  
      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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getGrantsMethod

        public static io.grpc.MethodDescriptor<cosmos.authz.v1beta1.QueryOuterClass.QueryGrantsRequest,​cosmos.authz.v1beta1.QueryOuterClass.QueryGrantsResponse> getGrantsMethod()
      • 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()