Class DeploymentsGrpc.DeploymentsFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<DeploymentsGrpc.DeploymentsFutureStub>
-
- com.google.cloud.dialogflow.cx.v3.DeploymentsGrpc.DeploymentsFutureStub
-
- Enclosing class:
- DeploymentsGrpc
public static final class DeploymentsGrpc.DeploymentsFutureStub extends io.grpc.stub.AbstractFutureStub<DeploymentsGrpc.DeploymentsFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service Deployments.Service for managing [Deployments][google.cloud.dialogflow.cx.v3.Deployment].
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DeploymentsGrpc.DeploymentsFutureStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
com.google.common.util.concurrent.ListenableFuture<Deployment>
getDeployment(GetDeploymentRequest request)
Retrieves the specified [Deployment][google.cloud.dialogflow.cx.v3.Deployment].com.google.common.util.concurrent.ListenableFuture<ListDeploymentsResponse>
listDeployments(ListDeploymentsRequest request)
Returns the list of all deployments in the specified [Environment][google.cloud.dialogflow.cx.v3.Environment].
-
-
-
Method Detail
-
build
protected DeploymentsGrpc.DeploymentsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<DeploymentsGrpc.DeploymentsFutureStub>
-
listDeployments
public com.google.common.util.concurrent.ListenableFuture<ListDeploymentsResponse> listDeployments(ListDeploymentsRequest request)
Returns the list of all deployments in the specified [Environment][google.cloud.dialogflow.cx.v3.Environment].
-
getDeployment
public com.google.common.util.concurrent.ListenableFuture<Deployment> getDeployment(GetDeploymentRequest request)
Retrieves the specified [Deployment][google.cloud.dialogflow.cx.v3.Deployment].
-
-