Package xyz.block.ftl.v1
Class DeploymentContextServiceGrpc
-
- All Implemented Interfaces:
@Generated(value = "by gRPC proto compiler (version 1.65.1)", comments = "Source: xyz/block/ftl/v1/deploymentcontext.proto") public final class DeploymentContextServiceGrpc
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceDeploymentContextServiceGrpc.AsyncServicepublic abstract classDeploymentContextServiceGrpc.DeploymentContextServiceImplBaseBase class for the server implementation of the service DeploymentContextService.
public final classDeploymentContextServiceGrpc.DeploymentContextServiceStubA stub to allow clients to do asynchronous rpc calls to service DeploymentContextService.
public final classDeploymentContextServiceGrpc.DeploymentContextServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service DeploymentContextService.
public final classDeploymentContextServiceGrpc.DeploymentContextServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service DeploymentContextService.
-
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<GetDeploymentContextRequest, GetDeploymentContextResponse>getGetDeploymentContextMethod()static DeploymentContextServiceGrpc.DeploymentContextServiceStubnewStub(Channel channel)Creates a new async stub that supports all call types for the service static DeploymentContextServiceGrpc.DeploymentContextServiceBlockingStubnewBlockingStub(Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the service static DeploymentContextServiceGrpc.DeploymentContextServiceFutureStubnewFutureStub(Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the service final static ServerServiceDefinitionbindService(DeploymentContextServiceGrpc.AsyncService service)-
-
Method Detail
-
getServiceDescriptor
static ServiceDescriptor getServiceDescriptor()
-
getPingMethod
static MethodDescriptor<PingRequest, PingResponse> getPingMethod()
-
getGetDeploymentContextMethod
static MethodDescriptor<GetDeploymentContextRequest, GetDeploymentContextResponse> getGetDeploymentContextMethod()
-
newStub
static DeploymentContextServiceGrpc.DeploymentContextServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
static DeploymentContextServiceGrpc.DeploymentContextServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
static DeploymentContextServiceGrpc.DeploymentContextServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
final static ServerServiceDefinition bindService(DeploymentContextServiceGrpc.AsyncService service)
-
-
-
-