Class DeploymentsGrpc.DeploymentsImplBase (0.14.7)

public abstract static class DeploymentsGrpc.DeploymentsImplBase implements BindableService

Service for managing Deployments.

Inheritance

java.lang.Object > DeploymentsGrpc.DeploymentsImplBase

Implements

io.grpc.BindableService

Constructors

DeploymentsImplBase()

public DeploymentsImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getDeployment(GetDeploymentRequest request, StreamObserver<Deployment> responseObserver)

public void getDeployment(GetDeploymentRequest request, StreamObserver<Deployment> responseObserver)

Retrieves the specified Deployment.

Parameters
NameDescription
requestGetDeploymentRequest
responseObserverio.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.

Parameters
NameDescription
requestListDeploymentsRequest
responseObserverio.grpc.stub.StreamObserver<ListDeploymentsResponse>