public abstract static class DeploymentsGrpc.DeploymentsImplBase implements BindableServiceService for managing Deployments.
Implements
io.grpc.BindableServiceConstructors
DeploymentsImplBase()
public DeploymentsImplBase()Methods
bindService()
public final ServerServiceDefinition bindService()| Type | Description |
io.grpc.ServerServiceDefinition |
getDeployment(GetDeploymentRequest request, StreamObserver<Deployment> responseObserver)
public void getDeployment(GetDeploymentRequest request, StreamObserver<Deployment> responseObserver)Retrieves the specified Deployment.
| Name | Description |
request |
GetDeploymentRequest |
responseObserver |
io.grpc.stub.StreamObserver<Deployment> |
listDeployments(ListDeploymentsRequest request, StreamObserver<ListDeploymentsResponse> responseObserver)
public void listDeployments(ListDeploymentsRequest request, StreamObserver<ListDeploymentsResponse> responseObserver)Returns the list of all deployments in the specified Environment.
| Name | Description |
request |
ListDeploymentsRequest |
responseObserver |
io.grpc.stub.StreamObserver<ListDeploymentsResponse> |