public static final class PagesGrpc.PagesBlockingV2Stub extends AbstractBlockingStub<PagesGrpc.PagesBlockingV2Stub>A stub to allow clients to do synchronous rpc calls to service Pages.
Service for managing Pages.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > PagesGrpc.PagesBlockingV2StubMethods
build(Channel channel, CallOptions callOptions)
protected PagesGrpc.PagesBlockingV2Stub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
PagesGrpc.PagesBlockingV2Stub |
|
createPage(CreatePageRequest request)
public 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 | |
|---|---|
| Name | Description |
request |
CreatePageRequest |
| Returns | |
|---|---|
| Type | Description |
Page |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
deletePage(DeletePageRequest request)
public 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 | |
|---|---|
| Name | Description |
request |
DeletePageRequest |
| Returns | |
|---|---|
| Type | Description |
Empty |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
getPage(GetPageRequest request)
public Page getPage(GetPageRequest request)Retrieves the specified page.
| Parameter | |
|---|---|
| Name | Description |
request |
GetPageRequest |
| Returns | |
|---|---|
| Type | Description |
Page |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
listPages(ListPagesRequest request)
public ListPagesResponse listPages(ListPagesRequest request)Returns the list of all pages in the specified flow.
| Parameter | |
|---|---|
| Name | Description |
request |
ListPagesRequest |
| Returns | |
|---|---|
| Type | Description |
ListPagesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
updatePage(UpdatePageRequest request)
public 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 | |
|---|---|
| Name | Description |
request |
UpdatePageRequest |
| Returns | |
|---|---|
| Type | Description |
Page |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|