Class PagesGrpc.PagesBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<PagesGrpc.PagesBlockingStub>
-
- com.google.cloud.dialogflow.cx.v3.PagesGrpc.PagesBlockingStub
-
- Enclosing class:
- PagesGrpc
public static final class PagesGrpc.PagesBlockingStub extends io.grpc.stub.AbstractBlockingStub<PagesGrpc.PagesBlockingStub>
A stub to allow clients to do synchronous rpc calls to service Pages.Service for managing [Pages][google.cloud.dialogflow.cx.v3.Page].
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PagesGrpc.PagesBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)PagecreatePage(CreatePageRequest request)Creates a page in the specified flow.com.google.protobuf.EmptydeletePage(DeletePageRequest request)Deletes the specified page.PagegetPage(GetPageRequest request)Retrieves the specified page.ListPagesResponselistPages(ListPagesRequest request)Returns the list of all pages in the specified flow.PageupdatePage(UpdatePageRequest request)Updates the specified page.
-
-
-
Method Detail
-
build
protected PagesGrpc.PagesBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<PagesGrpc.PagesBlockingStub>
-
listPages
public ListPagesResponse listPages(ListPagesRequest request)
Returns the list of all pages in the specified flow.
-
getPage
public Page getPage(GetPageRequest request)
Retrieves the specified page.
-
createPage
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](https://cloud.google.com/dialogflow/cx/docs/concept/training).
-
updatePage
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](https://cloud.google.com/dialogflow/cx/docs/concept/training).
-
deletePage
public com.google.protobuf.Empty deletePage(DeletePageRequest request)
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).
-
-