BigQuery API v2 (revision 75)



com.google.api.services.bigquery
Class Bigquery.Tabledata

java.lang.Object
  extended by com.google.api.services.bigquery.Bigquery.Tabledata
Enclosing class:
Bigquery

public class Bigquery.Tabledata
extends Object

The "tabledata" collection of methods.


Nested Class Summary
 class Bigquery.Tabledata.List
           
 
Constructor Summary
Bigquery.Tabledata()
           
 
Method Summary
 Bigquery.Tabledata.List list(String projectId, String datasetId, String tableId)
          Retrieves table data from a specified set of rows.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bigquery.Tabledata

public Bigquery.Tabledata()
Method Detail

list

public Bigquery.Tabledata.List list(String projectId,
                                    String datasetId,
                                    String tableId)
                             throws IOException
Retrieves table data from a specified set of rows. Create a request for the method "tabledata.list". 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.

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