Uses of Interface
com.google.cloud.bigquery.migration.v2.MigrationSubtaskOrBuilder
-
Packages that use MigrationSubtaskOrBuilder Package Description com.google.cloud.bigquery.migration.v2 A client to BigQuery Migration API -
-
Uses of MigrationSubtaskOrBuilder in com.google.cloud.bigquery.migration.v2
Classes in com.google.cloud.bigquery.migration.v2 that implement MigrationSubtaskOrBuilder Modifier and Type Class Description class
MigrationSubtask
A subtask for a migration which carries details about the configuration of the subtask.static class
MigrationSubtask.Builder
A subtask for a migration which carries details about the configuration of the subtask.Methods in com.google.cloud.bigquery.migration.v2 that return MigrationSubtaskOrBuilder Modifier and Type Method Description MigrationSubtaskOrBuilder
ListMigrationSubtasksResponse.Builder. getMigrationSubtasksOrBuilder(int index)
The migration subtasks for the specified task.MigrationSubtaskOrBuilder
ListMigrationSubtasksResponse. getMigrationSubtasksOrBuilder(int index)
The migration subtasks for the specified task.MigrationSubtaskOrBuilder
ListMigrationSubtasksResponseOrBuilder. getMigrationSubtasksOrBuilder(int index)
The migration subtasks for the specified task.Methods in com.google.cloud.bigquery.migration.v2 that return types with arguments of type MigrationSubtaskOrBuilder Modifier and Type Method Description List<? extends MigrationSubtaskOrBuilder>
ListMigrationSubtasksResponse.Builder. getMigrationSubtasksOrBuilderList()
The migration subtasks for the specified task.List<? extends MigrationSubtaskOrBuilder>
ListMigrationSubtasksResponse. getMigrationSubtasksOrBuilderList()
The migration subtasks for the specified task.List<? extends MigrationSubtaskOrBuilder>
ListMigrationSubtasksResponseOrBuilder. getMigrationSubtasksOrBuilderList()
The migration subtasks for the specified task.
-