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

target.apidocs.com.google.api.services.bigquery.Bigquery.Tables.Get.html Maven / Gradle / Ivy

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






Bigquery.Tables.Get (BigQuery API v2-rev20240727-2.0.0)












com.google.api.services.bigquery

Class Bigquery.Tables.Get

    • Constructor Detail

      • Get

        protected Get(String projectId,
                      String datasetId,
                      String tableId)
        Gets the specified table resource by table ID. This method does not return the data in the table, it only returns the table resource, which describes the structure of this table. Create a request for the method "tables.get". This request holds the parameters needed by the the bigquery server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.

        Bigquery.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must be called to initialize this instance immediately after invoking the constructor.

        Parameters:
        projectId - Required. Project ID of the requested table
        datasetId - Required. Dataset ID of the requested table
        tableId - Required. Table ID of the requested table
        Since:
        1.13

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy