Package io.stargate.bridge.proto
Class StargateBridgeGrpc
java.lang.Object
io.stargate.bridge.proto.StargateBridgeGrpc
@Generated(value="by gRPC proto compiler (version 1.51.1)",
comments="Source: bridge.proto")
public final class StargateBridgeGrpc
extends Object
The gPRC API used by Stargate services to interact with the persistence backend.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe gPRC API used by Stargate services to interact with the persistence backend.static classThe gPRC API used by Stargate services to interact with the persistence backend.static classThe gPRC API used by Stargate services to interact with the persistence backend.static classThe gPRC API used by Stargate services to interact with the persistence backend. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<io.stargate.bridge.proto.Schema.AuthorizeSchemaReadsRequest,io.stargate.bridge.proto.Schema.AuthorizeSchemaReadsResponse> static io.grpc.MethodDescriptor<io.stargate.bridge.proto.Schema.DescribeKeyspaceQuery,io.stargate.bridge.proto.Schema.CqlKeyspaceDescribe> static io.grpc.MethodDescriptor<io.stargate.bridge.proto.QueryOuterClass.Batch,io.stargate.bridge.proto.QueryOuterClass.Response> static io.grpc.MethodDescriptor<io.stargate.bridge.proto.QueryOuterClass.Query,io.stargate.bridge.proto.QueryOuterClass.Response> static io.grpc.MethodDescriptor<io.stargate.bridge.proto.Schema.QueryWithSchema,io.stargate.bridge.proto.Schema.QueryWithSchemaResponse> static io.grpc.MethodDescriptor<io.stargate.bridge.proto.Schema.SupportedFeaturesRequest,io.stargate.bridge.proto.Schema.SupportedFeaturesResponse> static io.grpc.ServiceDescriptornewBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getExecuteQueryMethod
public static io.grpc.MethodDescriptor<io.stargate.bridge.proto.QueryOuterClass.Query,io.stargate.bridge.proto.QueryOuterClass.Response> getExecuteQueryMethod() -
getExecuteQueryWithSchemaMethod
public static io.grpc.MethodDescriptor<io.stargate.bridge.proto.Schema.QueryWithSchema,io.stargate.bridge.proto.Schema.QueryWithSchemaResponse> getExecuteQueryWithSchemaMethod() -
getExecuteBatchMethod
public static io.grpc.MethodDescriptor<io.stargate.bridge.proto.QueryOuterClass.Batch,io.stargate.bridge.proto.QueryOuterClass.Response> getExecuteBatchMethod() -
getDescribeKeyspaceMethod
public static io.grpc.MethodDescriptor<io.stargate.bridge.proto.Schema.DescribeKeyspaceQuery,io.stargate.bridge.proto.Schema.CqlKeyspaceDescribe> getDescribeKeyspaceMethod() -
getAuthorizeSchemaReadsMethod
public static io.grpc.MethodDescriptor<io.stargate.bridge.proto.Schema.AuthorizeSchemaReadsRequest,io.stargate.bridge.proto.Schema.AuthorizeSchemaReadsResponse> getAuthorizeSchemaReadsMethod() -
getGetSupportedFeaturesMethod
public static io.grpc.MethodDescriptor<io.stargate.bridge.proto.Schema.SupportedFeaturesRequest,io.stargate.bridge.proto.Schema.SupportedFeaturesResponse> getGetSupportedFeaturesMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static StargateBridgeGrpc.StargateBridgeBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-