Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.DeploymentsClient.ListDeploymentsPage
-
Packages that use DeploymentsClient.ListDeploymentsPage Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of DeploymentsClient.ListDeploymentsPage in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return DeploymentsClient.ListDeploymentsPage Modifier and Type Method Description protected DeploymentsClient.ListDeploymentsPage
DeploymentsClient.ListDeploymentsPage. createPage(com.google.api.gax.rpc.PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, ListDeploymentsResponse response)
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type DeploymentsClient.ListDeploymentsPage Modifier and Type Method Description com.google.api.core.ApiFuture<DeploymentsClient.ListDeploymentsPage>
DeploymentsClient.ListDeploymentsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, com.google.api.core.ApiFuture<ListDeploymentsResponse> futureResponse)
Method parameters in com.google.cloud.dialogflow.cx.v3beta1 with type arguments of type DeploymentsClient.ListDeploymentsPage Modifier and Type Method Description protected DeploymentsClient.ListDeploymentsFixedSizeCollection
DeploymentsClient.ListDeploymentsFixedSizeCollection. createCollection(List<DeploymentsClient.ListDeploymentsPage> pages, int collectionSize)
-