Class 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].
     
    • Nested Class Summary

      • Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub

        io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
    • Method Detail

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