Package xyz.block.ftl.v1
Class ControllerServiceGrpc
-
- All Implemented Interfaces:
@Generated(value = "by gRPC proto compiler (version 1.65.1)", comments = "Source: xyz/block/ftl/v1/ftl.proto") public final class ControllerServiceGrpc
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceControllerServiceGrpc.AsyncServicepublic abstract classControllerServiceGrpc.ControllerServiceImplBaseBase class for the server implementation of the service ControllerService.
public final classControllerServiceGrpc.ControllerServiceStubA stub to allow clients to do asynchronous rpc calls to service ControllerService.
public final classControllerServiceGrpc.ControllerServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service ControllerService.
public final classControllerServiceGrpc.ControllerServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service ControllerService.
-
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()
-
getProcessListMethod
static MethodDescriptor<ProcessListRequest, ProcessListResponse> getProcessListMethod()
-
getStatusMethod
static MethodDescriptor<StatusRequest, StatusResponse> getStatusMethod()
-
getGetCertificationMethod
static MethodDescriptor<GetCertificationRequest, GetCertificationResponse> getGetCertificationMethod()
-
getGetArtefactDiffsMethod
static MethodDescriptor<GetArtefactDiffsRequest, GetArtefactDiffsResponse> getGetArtefactDiffsMethod()
-
getUploadArtefactMethod
static MethodDescriptor<UploadArtefactRequest, UploadArtefactResponse> getUploadArtefactMethod()
-
getCreateDeploymentMethod
static MethodDescriptor<CreateDeploymentRequest, CreateDeploymentResponse> getCreateDeploymentMethod()
-
getGetDeploymentMethod
static MethodDescriptor<GetDeploymentRequest, GetDeploymentResponse> getGetDeploymentMethod()
-
getGetDeploymentArtefactsMethod
static MethodDescriptor<GetDeploymentArtefactsRequest, GetDeploymentArtefactsResponse> getGetDeploymentArtefactsMethod()
-
getRegisterRunnerMethod
static MethodDescriptor<RegisterRunnerRequest, RegisterRunnerResponse> getRegisterRunnerMethod()
-
getUpdateDeployMethod
static MethodDescriptor<UpdateDeployRequest, UpdateDeployResponse> getUpdateDeployMethod()
-
getReplaceDeployMethod
static MethodDescriptor<ReplaceDeployRequest, ReplaceDeployResponse> getReplaceDeployMethod()
-
getStreamDeploymentLogsMethod
static MethodDescriptor<StreamDeploymentLogsRequest, StreamDeploymentLogsResponse> getStreamDeploymentLogsMethod()
-
getGetSchemaMethod
static MethodDescriptor<GetSchemaRequest, GetSchemaResponse> getGetSchemaMethod()
-
getPullSchemaMethod
static MethodDescriptor<PullSchemaRequest, PullSchemaResponse> getPullSchemaMethod()
-
getResetSubscriptionMethod
static MethodDescriptor<ResetSubscriptionRequest, ResetSubscriptionResponse> getResetSubscriptionMethod()
-
newStub
static ControllerServiceGrpc.ControllerServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
static ControllerServiceGrpc.ControllerServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
static ControllerServiceGrpc.ControllerServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
final static ServerServiceDefinition bindService(ControllerServiceGrpc.AsyncService service)
-
-
-
-