All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.bigquery.model.TableReference.html Maven / Gradle / Ivy

There is a newer version: v2-rev20241222-2.0.0
Show newest version






TableReference (BigQuery API v2-rev20210219-1.31.0)












com.google.api.services.bigquery.model

Class TableReference

    • Constructor Detail

      • TableReference

        public TableReference()
    • Method Detail

      • getDatasetId

        public String getDatasetId()
        [Required] The ID of the dataset containing this table.
        Returns:
        value or null for none
      • setDatasetId

        public TableReference setDatasetId(String datasetId)
        [Required] The ID of the dataset containing this table.
        Parameters:
        datasetId - datasetId or null for none
      • getProjectId

        public String getProjectId()
        [Required] The ID of the project containing this table.
        Returns:
        value or null for none
      • setProjectId

        public TableReference setProjectId(String projectId)
        [Required] The ID of the project containing this table.
        Parameters:
        projectId - projectId or null for none
      • getTableId

        public String getTableId()
        [Required] The ID of the table. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
        Returns:
        value or null for none
      • setTableId

        public TableReference setTableId(String tableId)
        [Required] The ID of the table. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
        Parameters:
        tableId - tableId or null for none

Copyright © 2011–2021 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy