Interface ListMigrationSubtasksResponseOrBuilder

    • Method Detail

      • getMigrationSubtasksList

        List<MigrationSubtask> getMigrationSubtasksList()
         The migration subtasks for the specified task.
         
        repeated .google.cloud.bigquery.migration.v2alpha.MigrationSubtask migration_subtasks = 1;
      • getMigrationSubtasks

        MigrationSubtask getMigrationSubtasks​(int index)
         The migration subtasks for the specified task.
         
        repeated .google.cloud.bigquery.migration.v2alpha.MigrationSubtask migration_subtasks = 1;
      • getMigrationSubtasksCount

        int getMigrationSubtasksCount()
         The migration subtasks for the specified task.
         
        repeated .google.cloud.bigquery.migration.v2alpha.MigrationSubtask migration_subtasks = 1;
      • getMigrationSubtasksOrBuilderList

        List<? extends MigrationSubtaskOrBuilder> getMigrationSubtasksOrBuilderList()
         The migration subtasks for the specified task.
         
        repeated .google.cloud.bigquery.migration.v2alpha.MigrationSubtask migration_subtasks = 1;
      • getMigrationSubtasksOrBuilder

        MigrationSubtaskOrBuilder getMigrationSubtasksOrBuilder​(int index)
         The migration subtasks for the specified task.
         
        repeated .google.cloud.bigquery.migration.v2alpha.MigrationSubtask migration_subtasks = 1;
      • getNextPageToken

        String getNextPageToken()
         A token, which can be sent as `page_token` to retrieve the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         A token, which can be sent as `page_token` to retrieve the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.