public static final class DeploymentsGrpc.DeploymentsFutureStub extends io.grpc.stub.AbstractFutureStub<DeploymentsGrpc.DeploymentsFutureStub>
Service for managing [Deployments][google.cloud.dialogflow.cx.v3.Deployment].
| Modifier and Type | Method and 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].
|
protected DeploymentsGrpc.DeploymentsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<DeploymentsGrpc.DeploymentsFutureStub>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].
public com.google.common.util.concurrent.ListenableFuture<Deployment> getDeployment(GetDeploymentRequest request)
Retrieves the specified [Deployment][google.cloud.dialogflow.cx.v3.Deployment].
Copyright © 2023 Google LLC. All rights reserved.