Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add notes on 'project' as an entity within the API. #1000

Merged
merged 4 commits into from
Jul 21, 2015
Merged

Add notes on 'project' as an entity within the API. #1000

merged 4 commits into from
Jul 21, 2015

Conversation

tseaver
Copy link
Contributor

@tseaver tseaver commented Jul 20, 2015

No description provided.

@tseaver tseaver added the api: bigquery Issues related to the BigQuery API. label Jul 20, 2015
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 20, 2015

>>> from gcloud import bigquery
>>> client = bigquery.Client(project=None)
>>> projects, next_page_token = client.list_projects() # API request

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@dhermes
Copy link
Contributor

dhermes commented Jul 21, 2015

Issue #1000, whoa!

environment variables, GAE, and GCE).

To override the project inferred from the environment, pass an explicit
``project`` to the constructor, or to either of the alternative classmethods:

This comment was marked as spam.

This comment was marked as spam.

- Override the project inferred from the environment by passing an explicit
``project`` to the constructor, or to either of the alternative classmethods:

Projects

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@tseaver
Copy link
Contributor Author

tseaver commented Jul 21, 2015

7daf530 drops any mention of the list_projects feature. Any remaining issues @dhermes @jgeewax?


.. doctest::

>>> from gcloud import bigquery
>>> client = bigquery.Client(project='PROJECT_ID')

Project ACLs

This comment was marked as spam.

This comment was marked as spam.

@dhermes
Copy link
Contributor

dhermes commented Jul 21, 2015

@tseaver All LGTM, though it seems @jgeewax has a question still

tseaver added a commit that referenced this pull request Jul 21, 2015
Add notes on 'project' as an entity within the API.
@tseaver tseaver merged commit 94d4fc1 into googleapis:master Jul 21, 2015
@tseaver tseaver deleted the bigquery-devx-project branch July 22, 2015 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the BigQuery API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants