Interface DeploymentsGrpc.AsyncService
-
- All Known Implementing Classes:
DeploymentsGrpc.DeploymentsImplBase
- Enclosing class:
- DeploymentsGrpc
public static interface DeploymentsGrpc.AsyncService
Service for managing [Deployments][google.cloud.dialogflow.cx.v3.Deployment].
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
getDeployment(GetDeploymentRequest request, io.grpc.stub.StreamObserver<Deployment> responseObserver)
Retrieves the specified [Deployment][google.cloud.dialogflow.cx.v3.Deployment].default void
listDeployments(ListDeploymentsRequest request, io.grpc.stub.StreamObserver<ListDeploymentsResponse> responseObserver)
Returns the list of all deployments in the specified [Environment][google.cloud.dialogflow.cx.v3.Environment].
-
-
-
Method Detail
-
listDeployments
default void listDeployments(ListDeploymentsRequest request, io.grpc.stub.StreamObserver<ListDeploymentsResponse> responseObserver)
Returns the list of all deployments in the specified [Environment][google.cloud.dialogflow.cx.v3.Environment].
-
getDeployment
default void getDeployment(GetDeploymentRequest request, io.grpc.stub.StreamObserver<Deployment> responseObserver)
Retrieves the specified [Deployment][google.cloud.dialogflow.cx.v3.Deployment].
-
-