Class DeploymentsGrpc.DeploymentsStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<DeploymentsGrpc.DeploymentsStub>
-
- com.google.cloud.dialogflow.cx.v3beta1.DeploymentsGrpc.DeploymentsStub
-
- Enclosing class:
- DeploymentsGrpc
public static final class DeploymentsGrpc.DeploymentsStub extends io.grpc.stub.AbstractAsyncStub<DeploymentsGrpc.DeploymentsStub>
A stub to allow clients to do asynchronous 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.DeploymentsStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
void
getDeployment(GetDeploymentRequest request, io.grpc.stub.StreamObserver<Deployment> responseObserver)
Retrieves the specified [Deployment][google.cloud.dialogflow.cx.v3beta1.Deployment].void
listDeployments(ListDeploymentsRequest request, io.grpc.stub.StreamObserver<ListDeploymentsResponse> responseObserver)
Returns the list of all deployments in the specified [Environment][google.cloud.dialogflow.cx.v3beta1.Environment].
-
-
-
Method Detail
-
build
protected DeploymentsGrpc.DeploymentsStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<DeploymentsGrpc.DeploymentsStub>
-
listDeployments
public void listDeployments(ListDeploymentsRequest request, io.grpc.stub.StreamObserver<ListDeploymentsResponse> responseObserver)
Returns the list of all deployments in the specified [Environment][google.cloud.dialogflow.cx.v3beta1.Environment].
-
getDeployment
public void getDeployment(GetDeploymentRequest request, io.grpc.stub.StreamObserver<Deployment> responseObserver)
Retrieves the specified [Deployment][google.cloud.dialogflow.cx.v3beta1.Deployment].
-
-