【问题标题】:Can't import com.google.api.services.bigquery.model.TableCell [duplicate]无法导入 com.google.api.services.bigquery.model.TableCell [重复]
【发布时间】:2014-06-16 07:07:03
【问题描述】:

在我们的源代码中,我可以为 'import com.google.api.services.bigquery.model.TableRow; 导入库; 导入 com.google.api.services.bigquery.model.*;' 但我无法导入'import com.google.api.services.bigquery.model.TableCell;' 请告诉我知道如何解决这个问题。 谢谢, 1

【问题讨论】:

    标签: java google-bigquery


    【解决方案1】:

    从您附加的图像来看,您的 jar 文件中没有 TableCell 类。

    1.Check the jar file whether it contains the TableCell class by extracting it
    2.Download the latest version,remove the existing jar file and include the latest version again.
    

    该包确实包含 TableCell 类。所以我只能假设您正在使用的 jar 文件中缺少它

    https://developers.google.com/resources/api-libraries/documentation/bigquery/v2/java/latest/com/google/api/services/bigquery/model/package-tree.html

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-09-20
      • 2020-12-31
      • 1970-01-01
      • 2016-04-07
      • 2011-05-06
      • 2018-10-18
      相关资源
      最近更新 更多