Uses of Class
com.google.cloud.bigquery.migration.v2alpha.MigrationWorkflowName
-
Packages that use MigrationWorkflowName Package Description com.google.cloud.bigquery.migration.v2alpha A client to BigQuery Migration API -
-
Uses of MigrationWorkflowName in com.google.cloud.bigquery.migration.v2alpha
Methods in com.google.cloud.bigquery.migration.v2alpha that return MigrationWorkflowName Modifier and Type Method Description MigrationWorkflowNameMigrationWorkflowName.Builder. build()static MigrationWorkflowNameMigrationWorkflowName. of(String project, String location, String workflow)static MigrationWorkflowNameMigrationWorkflowName. parse(String formattedString)Methods in com.google.cloud.bigquery.migration.v2alpha that return types with arguments of type MigrationWorkflowName Modifier and Type Method Description static List<MigrationWorkflowName>MigrationWorkflowName. parseList(List<String> formattedStrings)Methods in com.google.cloud.bigquery.migration.v2alpha with parameters of type MigrationWorkflowName Modifier and Type Method Description voidMigrationServiceClient. deleteMigrationWorkflow(MigrationWorkflowName name)Deletes a migration workflow by name.MigrationWorkflowMigrationServiceClient. getMigrationWorkflow(MigrationWorkflowName name)Gets a previously created migration workflow.MigrationServiceClient.ListMigrationSubtasksPagedResponseMigrationServiceClient. listMigrationSubtasks(MigrationWorkflowName parent)Lists previously created migration subtasks.voidMigrationServiceClient. startMigrationWorkflow(MigrationWorkflowName name)Starts a previously created migration workflow.Method parameters in com.google.cloud.bigquery.migration.v2alpha with type arguments of type MigrationWorkflowName Modifier and Type Method Description static List<String>MigrationWorkflowName. toStringList(List<MigrationWorkflowName> values)
-