Uses of Class
com.google.cloud.bigquery.migration.v2.MigrationSubtaskName
-
Packages that use MigrationSubtaskName Package Description com.google.cloud.bigquery.migration.v2 A client to BigQuery Migration API -
-
Uses of MigrationSubtaskName in com.google.cloud.bigquery.migration.v2
Methods in com.google.cloud.bigquery.migration.v2 that return MigrationSubtaskName Modifier and Type Method Description MigrationSubtaskName
MigrationSubtaskName.Builder. build()
static MigrationSubtaskName
MigrationSubtaskName. of(String project, String location, String workflow, String subtask)
static MigrationSubtaskName
MigrationSubtaskName. parse(String formattedString)
Methods in com.google.cloud.bigquery.migration.v2 that return types with arguments of type MigrationSubtaskName Modifier and Type Method Description static List<MigrationSubtaskName>
MigrationSubtaskName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.bigquery.migration.v2 with parameters of type MigrationSubtaskName Modifier and Type Method Description MigrationSubtask
MigrationServiceClient. getMigrationSubtask(MigrationSubtaskName name)
Gets a previously created migration subtask.Method parameters in com.google.cloud.bigquery.migration.v2 with type arguments of type MigrationSubtaskName Modifier and Type Method Description static List<String>
MigrationSubtaskName. toStringList(List<MigrationSubtaskName> values)
-