Class ProvisionerServiceGrpc
-
- All Implemented Interfaces:
@Generated(value = "by gRPC proto compiler (version 1.65.1)", comments = "Source: xyz/block/ftl/v1beta1/provisioner/service.proto") public final class ProvisionerServiceGrpc
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceProvisionerServiceGrpc.AsyncServicepublic abstract classProvisionerServiceGrpc.ProvisionerServiceImplBaseBase class for the server implementation of the service ProvisionerService.
public final classProvisionerServiceGrpc.ProvisionerServiceStubA stub to allow clients to do asynchronous rpc calls to service ProvisionerService.
public final classProvisionerServiceGrpc.ProvisionerServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service ProvisionerService.
public final classProvisionerServiceGrpc.ProvisionerServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service ProvisionerService.
-
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()
-
getStatusMethod
static MethodDescriptor<StatusRequest, StatusResponse> getStatusMethod()
-
getGetArtefactDiffsMethod
static MethodDescriptor<GetArtefactDiffsRequest, GetArtefactDiffsResponse> getGetArtefactDiffsMethod()
-
getUploadArtefactMethod
static MethodDescriptor<UploadArtefactRequest, UploadArtefactResponse> getUploadArtefactMethod()
-
getCreateDeploymentMethod
static MethodDescriptor<CreateDeploymentRequest, CreateDeploymentResponse> getCreateDeploymentMethod()
-
getUpdateDeployMethod
static MethodDescriptor<UpdateDeployRequest, UpdateDeployResponse> getUpdateDeployMethod()
-
getReplaceDeployMethod
static MethodDescriptor<ReplaceDeployRequest, ReplaceDeployResponse> getReplaceDeployMethod()
-
getGetSchemaMethod
static MethodDescriptor<GetSchemaRequest, GetSchemaResponse> getGetSchemaMethod()
-
getPullSchemaMethod
static MethodDescriptor<PullSchemaRequest, PullSchemaResponse> getPullSchemaMethod()
-
newStub
static ProvisionerServiceGrpc.ProvisionerServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
static ProvisionerServiceGrpc.ProvisionerServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
static ProvisionerServiceGrpc.ProvisionerServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
final static ServerServiceDefinition bindService(ProvisionerServiceGrpc.AsyncService service)
-
-
-
-