Uses of Class
com.google.cloud.dataproc.v1.WorkflowTemplateServiceClient.ListWorkflowTemplatesPage
-
Packages that use WorkflowTemplateServiceClient.ListWorkflowTemplatesPage Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc API -
-
Uses of WorkflowTemplateServiceClient.ListWorkflowTemplatesPage in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return WorkflowTemplateServiceClient.ListWorkflowTemplatesPage Modifier and Type Method Description protected WorkflowTemplateServiceClient.ListWorkflowTemplatesPage
WorkflowTemplateServiceClient.ListWorkflowTemplatesPage. createPage(com.google.api.gax.rpc.PageContext<ListWorkflowTemplatesRequest,ListWorkflowTemplatesResponse,WorkflowTemplate> context, ListWorkflowTemplatesResponse response)
Methods in com.google.cloud.dataproc.v1 that return types with arguments of type WorkflowTemplateServiceClient.ListWorkflowTemplatesPage Modifier and Type Method Description com.google.api.core.ApiFuture<WorkflowTemplateServiceClient.ListWorkflowTemplatesPage>
WorkflowTemplateServiceClient.ListWorkflowTemplatesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListWorkflowTemplatesRequest,ListWorkflowTemplatesResponse,WorkflowTemplate> context, com.google.api.core.ApiFuture<ListWorkflowTemplatesResponse> futureResponse)
Method parameters in com.google.cloud.dataproc.v1 with type arguments of type WorkflowTemplateServiceClient.ListWorkflowTemplatesPage Modifier and Type Method Description protected WorkflowTemplateServiceClient.ListWorkflowTemplatesFixedSizeCollection
WorkflowTemplateServiceClient.ListWorkflowTemplatesFixedSizeCollection. createCollection(List<WorkflowTemplateServiceClient.ListWorkflowTemplatesPage> pages, int collectionSize)
-