Class DeploymentsGrpc.DeploymentsBlockingV2Stub (0.73.0)

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

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.DeploymentsBlockingV2Stub

Methods

build(Channel channel, CallOptions callOptions)

protected DeploymentsGrpc.DeploymentsBlockingV2Stub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
DeploymentsGrpc.DeploymentsBlockingV2Stub
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
Name Description
request GetDeploymentRequest
Returns
Type Description
Deployment

listDeployments(ListDeploymentsRequest request)

public ListDeploymentsResponse listDeployments(ListDeploymentsRequest request)

Returns the list of all deployments in the specified Environment.

Parameter
Name Description
request ListDeploymentsRequest
Returns
Type Description
ListDeploymentsResponse