Skip to content

Commit

Permalink
Switch to google.cloud.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Sep 30, 2016
1 parent 33f87ea commit fef2506
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bigquery/cloud-client/quickstart.py
Expand Up @@ -16,7 +16,7 @@

# [START bigquery_quickstart]
# Imports the Google Cloud client library
from gcloud import bigquery
from google.cloud import bigquery

# Your Google Cloud Platform project ID
project_id = 'YOUR_PROJECT_ID'
Expand Down
2 changes: 1 addition & 1 deletion datastore/api/quickstart.py
Expand Up @@ -16,7 +16,7 @@

# [START datastore_quickstart]
# Imports the Google Cloud client library
from gcloud import datastore
from google.cloud import datastore

# Your Google Cloud Platform project ID
project_id = 'YOUR_PROJECT_ID'
Expand Down
2 changes: 1 addition & 1 deletion logging/cloud-client/quickstart.py
Expand Up @@ -16,7 +16,7 @@

# [START logging_quickstart]
# Imports the Google Cloud client library
from gcloud import logging
from google.cloud import logging

# Your Google Cloud Platform project ID
project_id = 'YOUR_PROJECT_ID'
Expand Down
2 changes: 1 addition & 1 deletion pubsub/cloud-client/quickstart.py
Expand Up @@ -16,7 +16,7 @@

# [START pubsub_quickstart]
# Imports the Google Cloud client library
from gcloud import pubsub
from google.cloud import pubsub

# Your Google Cloud Platform project ID
project_id = 'YOUR_PROJECT_ID'
Expand Down
2 changes: 1 addition & 1 deletion storage/cloud-client/quickstart.py
Expand Up @@ -16,7 +16,7 @@

# [START storage_quickstart]
# Imports the Google Cloud client library
from gcloud import storage
from google.cloud import storage

# Your Google Cloud Platform project ID
project_id = 'YOUR_PROJECT_ID'
Expand Down
2 changes: 1 addition & 1 deletion translate/cloud-client/quickstart.py
Expand Up @@ -16,7 +16,7 @@

# [START translate_quickstart]
# Imports the Google Cloud client library
from gcloud import translate
from google.cloud import translate

# Your Translate API key
api_key = 'YOUR_API_KEY'
Expand Down
2 changes: 1 addition & 1 deletion translate/cloud-client/requirements.txt
@@ -1 +1 @@
gcloud==0.18.1
google-cloud-translate==0.20.0

0 comments on commit fef2506

Please sign in to comment.