BigQuery API v2 (revision 88)



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

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

public class Bigquery.Projects
extends Object

The "projects" collection of methods.


Nested Class Summary
 class Bigquery.Projects.List
           
 
Constructor Summary
Bigquery.Projects()
           
 
Method Summary
 Bigquery.Projects.List list()
          Lists the projects to which you have at least read access.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bigquery.Projects

public Bigquery.Projects()
Method Detail

list

public Bigquery.Projects.List list()
                            throws IOException
Lists the projects to which you have at least read access. Create a request for the method "projects.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.

Returns:
the request
Throws:
IOException