Uses of Class
com.google.cloud.dataproc.v1.WorkflowTemplateServiceClient.ListWorkflowTemplatesPagedResponse
-
Packages that use WorkflowTemplateServiceClient.ListWorkflowTemplatesPagedResponse Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc APIcom.google.cloud.dataproc.v1.stub -
-
Uses of WorkflowTemplateServiceClient.ListWorkflowTemplatesPagedResponse in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return WorkflowTemplateServiceClient.ListWorkflowTemplatesPagedResponse Modifier and Type Method Description WorkflowTemplateServiceClient.ListWorkflowTemplatesPagedResponse
WorkflowTemplateServiceClient. listWorkflowTemplates(ListWorkflowTemplatesRequest request)
Lists workflows that match the specified filter in the request.WorkflowTemplateServiceClient.ListWorkflowTemplatesPagedResponse
WorkflowTemplateServiceClient. listWorkflowTemplates(LocationName parent)
Lists workflows that match the specified filter in the request.WorkflowTemplateServiceClient.ListWorkflowTemplatesPagedResponse
WorkflowTemplateServiceClient. listWorkflowTemplates(RegionName parent)
Lists workflows that match the specified filter in the request.WorkflowTemplateServiceClient.ListWorkflowTemplatesPagedResponse
WorkflowTemplateServiceClient. listWorkflowTemplates(String parent)
Lists workflows that match the specified filter in the request.Methods in com.google.cloud.dataproc.v1 that return types with arguments of type WorkflowTemplateServiceClient.ListWorkflowTemplatesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<WorkflowTemplateServiceClient.ListWorkflowTemplatesPagedResponse>
WorkflowTemplateServiceClient.ListWorkflowTemplatesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListWorkflowTemplatesRequest,ListWorkflowTemplatesResponse,WorkflowTemplate> context, com.google.api.core.ApiFuture<ListWorkflowTemplatesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListWorkflowTemplatesRequest,WorkflowTemplateServiceClient.ListWorkflowTemplatesPagedResponse>
WorkflowTemplateServiceClient. listWorkflowTemplatesPagedCallable()
Lists workflows that match the specified filter in the request.com.google.api.gax.rpc.PagedCallSettings.Builder<ListWorkflowTemplatesRequest,ListWorkflowTemplatesResponse,WorkflowTemplateServiceClient.ListWorkflowTemplatesPagedResponse>
WorkflowTemplateServiceSettings.Builder. listWorkflowTemplatesSettings()
Returns the builder for the settings used for calls to listWorkflowTemplates.com.google.api.gax.rpc.PagedCallSettings<ListWorkflowTemplatesRequest,ListWorkflowTemplatesResponse,WorkflowTemplateServiceClient.ListWorkflowTemplatesPagedResponse>
WorkflowTemplateServiceSettings. listWorkflowTemplatesSettings()
Returns the object with the settings used for calls to listWorkflowTemplates. -
Uses of WorkflowTemplateServiceClient.ListWorkflowTemplatesPagedResponse in com.google.cloud.dataproc.v1.stub
-