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-rev20241027-2.0.0
Show newest version






Bigquery.Tabledata (BigQuery API v2-rev20240727-2.0.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. 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 - Required. Project ID of the destination.
        datasetId - Required. Dataset ID of the destination.
        tableId - Required. Table ID of the destination.
        content - the TableDataInsertAllRequest
        Returns:
        the request
        Throws:
        IOException
      • list

        public Bigquery.Tabledata.List list(String projectId,
                                            String datasetId,
                                            String tableId)
                                     throws IOException
        List the content of a table in rows. 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 - Required. Project id of the table to list.
        datasetId - Required. Dataset id of the table to list.
        tableId - Required. Table id of the table to list.
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy