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

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

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






Bigquery.Tabledata (BigQuery API v2-rev20190423-1.28.0)












com.google.api.services.bigquery

Class Bigquery.Tabledata

  • Enclosing class:
    Bigquery


    public class Bigquery.Tabledata
    extends Object
    The "tabledata" collection of methods.
    • Constructor Detail

      • Tabledata

        public Tabledata()
    • Method Detail

      • insertAll

        public Bigquery.Tabledata.InsertAll insertAll(String projectId,
                                                      String datasetId,
                                                      String tableId,
                                                      TableDataInsertAllRequest content)
                                               throws IOException
        Streams data into BigQuery one record at a time without needing to run a load job. Requires the WRITER dataset role. Create a request for the method "tabledata.insertAll". This request holds the parameters needed by the bigquery server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        projectId - Project ID of the destination table.
        datasetId - Dataset ID of the destination table.
        tableId - Table ID of the destination table.
        content - the TableDataInsertAllRequest
        Returns:
        the request
        Throws:
        IOException
      • list

        public Bigquery.Tabledata.List list(String projectId,
                                            String datasetId,
                                            String tableId)
                                     throws IOException
        Retrieves table data from a specified set of rows. Requires the READER dataset role. Create a request for the method "tabledata.list". This request holds the parameters needed by the bigquery server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        projectId - Project ID of the table to read
        datasetId - Dataset ID of the table to read
        tableId - Table ID of the table to read
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2019 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy