Class PagesGrpc.PagesFutureStub (0.52.0)

public static final class PagesGrpc.PagesFutureStub extends AbstractFutureStub<PagesGrpc.PagesFutureStub>

A stub to allow clients to do ListenableFuture-style rpc calls to service Pages.

Service for managing Pages.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > PagesGrpc.PagesFutureStub

Methods

build(Channel channel, CallOptions callOptions)

protected PagesGrpc.PagesFutureStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
PagesGrpc.PagesFutureStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

createPage(CreatePageRequest request)

public ListenableFuture<Page> createPage(CreatePageRequest request)

Creates a page in the specified flow. Note: You should always train a flow prior to sending it queries. See the training documentation.

Parameter
NameDescription
requestCreatePageRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<Page>

deletePage(DeletePageRequest request)

public ListenableFuture<Empty> deletePage(DeletePageRequest request)

Deletes the specified page. Note: You should always train a flow prior to sending it queries. See the training documentation.

Parameter
NameDescription
requestDeletePageRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<Empty>

getPage(GetPageRequest request)

public ListenableFuture<Page> getPage(GetPageRequest request)

Retrieves the specified page.

Parameter
NameDescription
requestGetPageRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<Page>

listPages(ListPagesRequest request)

public ListenableFuture<ListPagesResponse> listPages(ListPagesRequest request)

Returns the list of all pages in the specified flow.

Parameter
NameDescription
requestListPagesRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<ListPagesResponse>

updatePage(UpdatePageRequest request)

public ListenableFuture<Page> updatePage(UpdatePageRequest request)

Updates the specified page. Note: You should always train a flow prior to sending it queries. See the training documentation.

Parameter
NameDescription
requestUpdatePageRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<Page>