Uses of Class
com.google.cloud.dialogflow.cx.v3.ChangelogsClient.ListChangelogsPage
-
Packages that use ChangelogsClient.ListChangelogsPage Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of ChangelogsClient.ListChangelogsPage in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return ChangelogsClient.ListChangelogsPage Modifier and Type Method Description protected ChangelogsClient.ListChangelogsPage
ChangelogsClient.ListChangelogsPage. createPage(com.google.api.gax.rpc.PageContext<ListChangelogsRequest,ListChangelogsResponse,Changelog> context, ListChangelogsResponse response)
Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type ChangelogsClient.ListChangelogsPage Modifier and Type Method Description com.google.api.core.ApiFuture<ChangelogsClient.ListChangelogsPage>
ChangelogsClient.ListChangelogsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListChangelogsRequest,ListChangelogsResponse,Changelog> context, com.google.api.core.ApiFuture<ListChangelogsResponse> futureResponse)
Method parameters in com.google.cloud.dialogflow.cx.v3 with type arguments of type ChangelogsClient.ListChangelogsPage Modifier and Type Method Description protected ChangelogsClient.ListChangelogsFixedSizeCollection
ChangelogsClient.ListChangelogsFixedSizeCollection. createCollection(List<ChangelogsClient.ListChangelogsPage> pages, int collectionSize)
-