Class DeploymentsGrpc.DeploymentsBlockingStub (0.52.0)

public static final class DeploymentsGrpc.DeploymentsBlockingStub extends AbstractBlockingStub<DeploymentsGrpc.DeploymentsBlockingStub>

A stub to allow clients to do synchronous rpc calls to service Deployments.

Service for managing Deployments.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > DeploymentsGrpc.DeploymentsBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

protected DeploymentsGrpc.DeploymentsBlockingStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
DeploymentsGrpc.DeploymentsBlockingStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

getDeployment(GetDeploymentRequest request)

public Deployment getDeployment(GetDeploymentRequest request)

Retrieves the specified Deployment.

Parameter
NameDescription
requestGetDeploymentRequest
Returns
TypeDescription
Deployment

listDeployments(ListDeploymentsRequest request)

public ListDeploymentsResponse listDeployments(ListDeploymentsRequest request)

Returns the list of all deployments in the specified Environment.

Parameter
NameDescription
requestListDeploymentsRequest
Returns
TypeDescription
ListDeploymentsResponse