Package xyz.block.ftl.v1
Class SchemaServiceGrpc
-
- All Implemented Interfaces:
@Generated(value = "by gRPC proto compiler (version 1.65.1)", comments = "Source: xyz/block/ftl/v1/schemaservice.proto") public final class SchemaServiceGrpc
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceSchemaServiceGrpc.AsyncServicepublic abstract classSchemaServiceGrpc.SchemaServiceImplBaseBase class for the server implementation of the service SchemaService.
public final classSchemaServiceGrpc.SchemaServiceStubA stub to allow clients to do asynchronous rpc calls to service SchemaService.
public final classSchemaServiceGrpc.SchemaServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service SchemaService.
public final classSchemaServiceGrpc.SchemaServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service SchemaService.
-
Field Summary
Fields Modifier and Type Field Description public final static StringSERVICE_NAMEpublic static volatile ServiceDescriptorserviceDescriptor
-
Method Summary
-
-
Method Detail
-
getServiceDescriptor
static ServiceDescriptor getServiceDescriptor()
-
getPingMethod
static MethodDescriptor<PingRequest, PingResponse> getPingMethod()
-
getGetSchemaMethod
static MethodDescriptor<GetSchemaRequest, GetSchemaResponse> getGetSchemaMethod()
-
getPullSchemaMethod
static MethodDescriptor<PullSchemaRequest, PullSchemaResponse> getPullSchemaMethod()
-
getUpdateDeploymentRuntimeMethod
static MethodDescriptor<UpdateDeploymentRuntimeRequest, UpdateDeploymentRuntimeResponse> getUpdateDeploymentRuntimeMethod()
-
getGetDeploymentsMethod
static MethodDescriptor<GetDeploymentsRequest, GetDeploymentsResponse> getGetDeploymentsMethod()
-
getCreateChangesetMethod
static MethodDescriptor<CreateChangesetRequest, CreateChangesetResponse> getCreateChangesetMethod()
-
getPrepareChangesetMethod
static MethodDescriptor<PrepareChangesetRequest, PrepareChangesetResponse> getPrepareChangesetMethod()
-
getCommitChangesetMethod
static MethodDescriptor<CommitChangesetRequest, CommitChangesetResponse> getCommitChangesetMethod()
-
getDrainChangesetMethod
static MethodDescriptor<DrainChangesetRequest, DrainChangesetResponse> getDrainChangesetMethod()
-
getFinalizeChangesetMethod
static MethodDescriptor<FinalizeChangesetRequest, FinalizeChangesetResponse> getFinalizeChangesetMethod()
-
getRollbackChangesetMethod
static MethodDescriptor<RollbackChangesetRequest, RollbackChangesetResponse> getRollbackChangesetMethod()
-
getFailChangesetMethod
static MethodDescriptor<FailChangesetRequest, FailChangesetResponse> getFailChangesetMethod()
-
getGetDeploymentMethod
static MethodDescriptor<GetDeploymentRequest, GetDeploymentResponse> getGetDeploymentMethod()
-
newStub
static SchemaServiceGrpc.SchemaServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
static SchemaServiceGrpc.SchemaServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
static SchemaServiceGrpc.SchemaServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
final static ServerServiceDefinition bindService(SchemaServiceGrpc.AsyncService service)
-
-
-
-