Class ProvisionerPluginServiceGrpc
-
- All Implemented Interfaces:
@Generated(value = "by gRPC proto compiler (version 1.65.1)", comments = "Source: xyz/block/ftl/v1beta1/provisioner/plugin.proto") public final class ProvisionerPluginServiceGrpc
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceProvisionerPluginServiceGrpc.AsyncServicepublic abstract classProvisionerPluginServiceGrpc.ProvisionerPluginServiceImplBaseBase class for the server implementation of the service ProvisionerPluginService.
public final classProvisionerPluginServiceGrpc.ProvisionerPluginServiceStubA stub to allow clients to do asynchronous rpc calls to service ProvisionerPluginService.
public final classProvisionerPluginServiceGrpc.ProvisionerPluginServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service ProvisionerPluginService.
public final classProvisionerPluginServiceGrpc.ProvisionerPluginServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service ProvisionerPluginService.
-
Field Summary
Fields Modifier and Type Field Description public final static StringSERVICE_NAMEpublic static volatile ServiceDescriptorserviceDescriptor
-
Method Summary
Modifier and Type Method Description static ServiceDescriptorgetServiceDescriptor()static MethodDescriptor<PingRequest, PingResponse>getPingMethod()static MethodDescriptor<ProvisionRequest, ProvisionResponse>getProvisionMethod()static MethodDescriptor<PlanRequest, PlanResponse>getPlanMethod()static MethodDescriptor<StatusRequest, StatusResponse>getStatusMethod()static ProvisionerPluginServiceGrpc.ProvisionerPluginServiceStubnewStub(Channel channel)Creates a new async stub that supports all call types for the service static ProvisionerPluginServiceGrpc.ProvisionerPluginServiceBlockingStubnewBlockingStub(Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the service static ProvisionerPluginServiceGrpc.ProvisionerPluginServiceFutureStubnewFutureStub(Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the service final static ServerServiceDefinitionbindService(ProvisionerPluginServiceGrpc.AsyncService service)-
-
Method Detail
-
getServiceDescriptor
static ServiceDescriptor getServiceDescriptor()
-
getPingMethod
static MethodDescriptor<PingRequest, PingResponse> getPingMethod()
-
getProvisionMethod
static MethodDescriptor<ProvisionRequest, ProvisionResponse> getProvisionMethod()
-
getPlanMethod
static MethodDescriptor<PlanRequest, PlanResponse> getPlanMethod()
-
getStatusMethod
static MethodDescriptor<StatusRequest, StatusResponse> getStatusMethod()
-
newStub
static ProvisionerPluginServiceGrpc.ProvisionerPluginServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
static ProvisionerPluginServiceGrpc.ProvisionerPluginServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
static ProvisionerPluginServiceGrpc.ProvisionerPluginServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
final static ServerServiceDefinition bindService(ProvisionerPluginServiceGrpc.AsyncService service)
-
-
-
-