Uses of Class
com.google.cloud.bigquery.migration.v2.MigrationServiceClient.ListMigrationWorkflowsPagedResponse
-
Packages that use MigrationServiceClient.ListMigrationWorkflowsPagedResponse Package Description com.google.cloud.bigquery.migration.v2 A client to BigQuery Migration APIcom.google.cloud.bigquery.migration.v2.stub -
-
Uses of MigrationServiceClient.ListMigrationWorkflowsPagedResponse in com.google.cloud.bigquery.migration.v2
Methods in com.google.cloud.bigquery.migration.v2 that return MigrationServiceClient.ListMigrationWorkflowsPagedResponse Modifier and Type Method Description MigrationServiceClient.ListMigrationWorkflowsPagedResponseMigrationServiceClient. listMigrationWorkflows(ListMigrationWorkflowsRequest request)Lists previously created migration workflow.MigrationServiceClient.ListMigrationWorkflowsPagedResponseMigrationServiceClient. listMigrationWorkflows(LocationName parent)Lists previously created migration workflow.MigrationServiceClient.ListMigrationWorkflowsPagedResponseMigrationServiceClient. listMigrationWorkflows(String parent)Lists previously created migration workflow.Methods in com.google.cloud.bigquery.migration.v2 that return types with arguments of type MigrationServiceClient.ListMigrationWorkflowsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<MigrationServiceClient.ListMigrationWorkflowsPagedResponse>MigrationServiceClient.ListMigrationWorkflowsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse,MigrationWorkflow> context, com.google.api.core.ApiFuture<ListMigrationWorkflowsResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListMigrationWorkflowsRequest,MigrationServiceClient.ListMigrationWorkflowsPagedResponse>MigrationServiceClient. listMigrationWorkflowsPagedCallable()Lists previously created migration workflow.com.google.api.gax.rpc.PagedCallSettings.Builder<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse,MigrationServiceClient.ListMigrationWorkflowsPagedResponse>MigrationServiceSettings.Builder. listMigrationWorkflowsSettings()Returns the builder for the settings used for calls to listMigrationWorkflows.com.google.api.gax.rpc.PagedCallSettings<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse,MigrationServiceClient.ListMigrationWorkflowsPagedResponse>MigrationServiceSettings. listMigrationWorkflowsSettings()Returns the object with the settings used for calls to listMigrationWorkflows. -
Uses of MigrationServiceClient.ListMigrationWorkflowsPagedResponse in com.google.cloud.bigquery.migration.v2.stub
-