Package ibc.core.connection.v1
Class QueryGrpc
- java.lang.Object
-
- ibc.core.connection.v1.QueryGrpc
-
public final class QueryGrpc extends java.lang.ObjectQuery provides defines the gRPC querier service
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQueryGrpc.QueryBlockingStubQuery provides defines the gRPC querier servicestatic classQueryGrpc.QueryFutureStubQuery provides defines the gRPC querier servicestatic classQueryGrpc.QueryImplBaseQuery provides defines the gRPC querier servicestatic classQueryGrpc.QueryStubQuery provides defines the gRPC querier service
-
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<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.ServiceDescriptorgetServiceDescriptor()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
-
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()
-
-