Class QueryGrpc


  • public final class QueryGrpc
    extends java.lang.Object
     Query provides 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<ibc.core.connection.v1.QueryOuterClass.QueryClientConnectionsRequest,​ibc.core.connection.v1.QueryOuterClass.QueryClientConnectionsResponse> getClientConnectionsMethod()  
      static io.grpc.MethodDescriptor<ibc.core.connection.v1.QueryOuterClass.QueryConnectionClientStateRequest,​ibc.core.connection.v1.QueryOuterClass.QueryConnectionClientStateResponse> getConnectionClientStateMethod()  
      static io.grpc.MethodDescriptor<ibc.core.connection.v1.QueryOuterClass.QueryConnectionConsensusStateRequest,​ibc.core.connection.v1.QueryOuterClass.QueryConnectionConsensusStateResponse> getConnectionConsensusStateMethod()  
      static io.grpc.MethodDescriptor<ibc.core.connection.v1.QueryOuterClass.QueryConnectionRequest,​ibc.core.connection.v1.QueryOuterClass.QueryConnectionResponse> getConnectionMethod()  
      static io.grpc.MethodDescriptor<ibc.core.connection.v1.QueryOuterClass.QueryConnectionsRequest,​ibc.core.connection.v1.QueryOuterClass.QueryConnectionsResponse> getConnectionsMethod()  
      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

      • getConnectionMethod

        public static io.grpc.MethodDescriptor<ibc.core.connection.v1.QueryOuterClass.QueryConnectionRequest,​ibc.core.connection.v1.QueryOuterClass.QueryConnectionResponse> getConnectionMethod()
      • getConnectionsMethod

        public static io.grpc.MethodDescriptor<ibc.core.connection.v1.QueryOuterClass.QueryConnectionsRequest,​ibc.core.connection.v1.QueryOuterClass.QueryConnectionsResponse> getConnectionsMethod()
      • getClientConnectionsMethod

        public static io.grpc.MethodDescriptor<ibc.core.connection.v1.QueryOuterClass.QueryClientConnectionsRequest,​ibc.core.connection.v1.QueryOuterClass.QueryClientConnectionsResponse> getClientConnectionsMethod()
      • getConnectionClientStateMethod

        public static io.grpc.MethodDescriptor<ibc.core.connection.v1.QueryOuterClass.QueryConnectionClientStateRequest,​ibc.core.connection.v1.QueryOuterClass.QueryConnectionClientStateResponse> getConnectionClientStateMethod()
      • getConnectionConsensusStateMethod

        public static io.grpc.MethodDescriptor<ibc.core.connection.v1.QueryOuterClass.QueryConnectionConsensusStateRequest,​ibc.core.connection.v1.QueryOuterClass.QueryConnectionConsensusStateResponse> getConnectionConsensusStateMethod()
      • 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()