Interface DeploymentsGrpc.AsyncService

    • 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].