Uses of Class
com.google.cloud.dialogflow.v2.EnvironmentsClient.GetEnvironmentHistoryPage
-
Packages that use EnvironmentsClient.GetEnvironmentHistoryPage Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of EnvironmentsClient.GetEnvironmentHistoryPage in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return EnvironmentsClient.GetEnvironmentHistoryPage Modifier and Type Method Description protected EnvironmentsClient.GetEnvironmentHistoryPage
EnvironmentsClient.GetEnvironmentHistoryPage. createPage(com.google.api.gax.rpc.PageContext<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentHistory.Entry> context, EnvironmentHistory response)
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type EnvironmentsClient.GetEnvironmentHistoryPage Modifier and Type Method Description com.google.api.core.ApiFuture<EnvironmentsClient.GetEnvironmentHistoryPage>
EnvironmentsClient.GetEnvironmentHistoryPage. createPageAsync(com.google.api.gax.rpc.PageContext<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentHistory.Entry> context, com.google.api.core.ApiFuture<EnvironmentHistory> futureResponse)
Method parameters in com.google.cloud.dialogflow.v2 with type arguments of type EnvironmentsClient.GetEnvironmentHistoryPage Modifier and Type Method Description protected EnvironmentsClient.GetEnvironmentHistoryFixedSizeCollection
EnvironmentsClient.GetEnvironmentHistoryFixedSizeCollection. createCollection(List<EnvironmentsClient.GetEnvironmentHistoryPage> pages, int collectionSize)
-