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

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

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






DatasetReference (BigQuery API v2-rev20240919-2.0.0)












com.google.api.services.bigquery.model

Class DatasetReference

    • Constructor Detail

      • DatasetReference

        public DatasetReference()
    • Method Detail

      • getDatasetId

        public String getDatasetId()
        Required. A unique ID for this dataset, without the project name. 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
      • setDatasetId

        public DatasetReference setDatasetId(String datasetId)
        Required. A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
        Parameters:
        datasetId - datasetId or null for none
      • getProjectId

        public String getProjectId()
        Optional. The ID of the project containing this dataset.
        Returns:
        value or null for none
      • setProjectId

        public DatasetReference setProjectId(String projectId)
        Optional. The ID of the project containing this dataset.
        Parameters:
        projectId - projectId or null for none
      • clone

        public DatasetReference clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy