Class PagesGrpc.PagesStub

  • Enclosing class:
    PagesGrpc

    public static final class PagesGrpc.PagesStub
    extends io.grpc.stub.AbstractAsyncStub<PagesGrpc.PagesStub>
    A stub to allow clients to do asynchronous rpc calls to service Pages.
     Service for managing [Pages][google.cloud.dialogflow.cx.v3.Page].
     
    • 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

      • listPages

        public void listPages​(ListPagesRequest request,
                              io.grpc.stub.StreamObserver<ListPagesResponse> responseObserver)
         Returns the list of all pages in the specified flow.
         
      • getPage

        public void getPage​(GetPageRequest request,
                            io.grpc.stub.StreamObserver<Page> responseObserver)
         Retrieves the specified page.
         
      • createPage

        public void createPage​(CreatePageRequest request,
                               io.grpc.stub.StreamObserver<Page> responseObserver)
         Creates a page in the specified flow.
         Note: You should always train a flow prior to sending it queries. See the
         [training
         documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
         
      • updatePage

        public void updatePage​(UpdatePageRequest request,
                               io.grpc.stub.StreamObserver<Page> responseObserver)
         Updates the specified page.
         Note: You should always train a flow prior to sending it queries. See the
         [training
         documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
         
      • deletePage

        public void deletePage​(DeletePageRequest request,
                               io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
         Deletes the specified page.
         Note: You should always train a flow prior to sending it queries. See the
         [training
         documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).