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