public static final class DeploymentsGrpc.DeploymentsBlockingStub extends io.grpc.stub.AbstractBlockingStub<DeploymentsGrpc.DeploymentsBlockingStub>
Service for managing [Deployments][google.cloud.dialogflow.cx.v3.Deployment].
| Modifier and Type | Method and Description |
|---|---|
protected DeploymentsGrpc.DeploymentsBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
Deployment |
getDeployment(GetDeploymentRequest request)
Retrieves the specified
[Deployment][google.cloud.dialogflow.cx.v3.Deployment].
|
ListDeploymentsResponse |
listDeployments(ListDeploymentsRequest request)
Returns the list of all deployments in the specified
[Environment][google.cloud.dialogflow.cx.v3.Environment].
|
protected DeploymentsGrpc.DeploymentsBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<DeploymentsGrpc.DeploymentsBlockingStub>public ListDeploymentsResponse listDeployments(ListDeploymentsRequest request)
Returns the list of all deployments in the specified [Environment][google.cloud.dialogflow.cx.v3.Environment].
public Deployment getDeployment(GetDeploymentRequest request)
Retrieves the specified [Deployment][google.cloud.dialogflow.cx.v3.Deployment].
Copyright © 2023 Google LLC. All rights reserved.