Class PagesGrpc.PagesStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<PagesGrpc.PagesStub>
-
- com.google.cloud.dialogflow.cx.v3beta1.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.v3beta1.Page].
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PagesGrpc.PagesStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
void
createPage(CreatePageRequest request, io.grpc.stub.StreamObserver<Page> responseObserver)
Creates a page in the specified flow.void
deletePage(DeletePageRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the specified page.void
getPage(GetPageRequest request, io.grpc.stub.StreamObserver<Page> responseObserver)
Retrieves the specified page.void
listPages(ListPagesRequest request, io.grpc.stub.StreamObserver<ListPagesResponse> responseObserver)
Returns the list of all pages in the specified flow.void
updatePage(UpdatePageRequest request, io.grpc.stub.StreamObserver<Page> responseObserver)
Updates the specified page.
-
-
-
Method Detail
-
build
protected PagesGrpc.PagesStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<PagesGrpc.PagesStub>
-
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.
-
updatePage
public void updatePage(UpdatePageRequest request, io.grpc.stub.StreamObserver<Page> responseObserver)
Updates the specified page.
-
deletePage
public void deletePage(DeletePageRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the specified page.
-
-