Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions samples/bigquery_sample/bigquery_v2/bigquery_v2_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ class BigqueryV2(base_api.BaseApiClient):
_PACKAGE = u'bigquery'
_SCOPES = [u'https://www.googleapis.com/auth/bigquery', u'https://www.googleapis.com/auth/bigquery.insertdata', u'https://www.googleapis.com/auth/cloud-platform', u'https://www.googleapis.com/auth/cloud-platform.read-only', u'https://www.googleapis.com/auth/devstorage.full_control', u'https://www.googleapis.com/auth/devstorage.read_only', u'https://www.googleapis.com/auth/devstorage.read_write']
_VERSION = u'v2'
_CLIENT_ID = '1042881264118.apps.googleusercontent.com'
_CLIENT_SECRET = 'x_Tw5K8nnjoRAqULM9PFAC2b'
_USER_AGENT = 'x_Tw5K8nnjoRAqULM9PFAC2b'
_CLIENT_ID = None
_CLIENT_SECRET = None
_USER_AGENT = None
_CLIENT_CLASS_NAME = u'BigqueryV2'
_URL_VERSION = u'v2'
_API_KEY = None
Expand Down
6 changes: 3 additions & 3 deletions samples/dns_sample/dns_v1/dns_v1_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ class DnsV1(base_api.BaseApiClient):
_PACKAGE = u'dns'
_SCOPES = [u'https://www.googleapis.com/auth/cloud-platform', u'https://www.googleapis.com/auth/cloud-platform.read-only', u'https://www.googleapis.com/auth/ndev.clouddns.readonly', u'https://www.googleapis.com/auth/ndev.clouddns.readwrite']
_VERSION = u'v1'
_CLIENT_ID = '1042881264118.apps.googleusercontent.com'
_CLIENT_SECRET = 'x_Tw5K8nnjoRAqULM9PFAC2b'
_USER_AGENT = 'x_Tw5K8nnjoRAqULM9PFAC2b'
_CLIENT_ID = None
_CLIENT_SECRET = None
_USER_AGENT = None
_CLIENT_CLASS_NAME = u'DnsV1'
_URL_VERSION = u'v1'
_API_KEY = None
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ class FusiontablesV1(base_api.BaseApiClient):
_PACKAGE = u'fusiontables'
_SCOPES = [u'https://www.googleapis.com/auth/fusiontables', u'https://www.googleapis.com/auth/fusiontables.readonly']
_VERSION = u'v1'
_CLIENT_ID = '1042881264118.apps.googleusercontent.com'
_CLIENT_SECRET = 'x_Tw5K8nnjoRAqULM9PFAC2b'
_USER_AGENT = 'x_Tw5K8nnjoRAqULM9PFAC2b'
_CLIENT_ID = None
_CLIENT_SECRET = None
_USER_AGENT = None
_CLIENT_CLASS_NAME = u'FusiontablesV1'
_URL_VERSION = u'v1'
_API_KEY = None
Expand Down
6 changes: 3 additions & 3 deletions samples/iam_sample/iam_v1/iam_v1_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ class IamV1(base_api.BaseApiClient):
_PACKAGE = u'iam'
_SCOPES = [u'https://www.googleapis.com/auth/cloud-platform']
_VERSION = u'v1'
_CLIENT_ID = '1042881264118.apps.googleusercontent.com'
_CLIENT_SECRET = 'x_Tw5K8nnjoRAqULM9PFAC2b'
_USER_AGENT = 'x_Tw5K8nnjoRAqULM9PFAC2b'
_CLIENT_ID = None
_CLIENT_SECRET = None
_USER_AGENT = None
_CLIENT_CLASS_NAME = u'IamV1'
_URL_VERSION = u'v1'
_API_KEY = None
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ class ServicemanagementV1(base_api.BaseApiClient):
_PACKAGE = u'servicemanagement'
_SCOPES = [u'https://www.googleapis.com/auth/cloud-platform', u'https://www.googleapis.com/auth/service.management']
_VERSION = u'v1'
_CLIENT_ID = '1042881264118.apps.googleusercontent.com'
_CLIENT_SECRET = 'x_Tw5K8nnjoRAqULM9PFAC2b'
_USER_AGENT = 'x_Tw5K8nnjoRAqULM9PFAC2b'
_CLIENT_ID = None
_CLIENT_SECRET = None
_USER_AGENT = None
_CLIENT_CLASS_NAME = u'ServicemanagementV1'
_URL_VERSION = u'v1'
_API_KEY = None
Expand Down
6 changes: 3 additions & 3 deletions samples/storage_sample/storage_v1/storage_v1_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ class StorageV1(base_api.BaseApiClient):
_PACKAGE = u'storage'
_SCOPES = [u'https://www.googleapis.com/auth/cloud-platform', u'https://www.googleapis.com/auth/cloud-platform.read-only', u'https://www.googleapis.com/auth/devstorage.full_control', u'https://www.googleapis.com/auth/devstorage.read_only', u'https://www.googleapis.com/auth/devstorage.read_write']
_VERSION = u'v1'
_CLIENT_ID = '1042881264118.apps.googleusercontent.com'
_CLIENT_SECRET = 'x_Tw5K8nnjoRAqULM9PFAC2b'
_USER_AGENT = 'x_Tw5K8nnjoRAqULM9PFAC2b'
_CLIENT_ID = None
_CLIENT_SECRET = None
_USER_AGENT = None
_CLIENT_CLASS_NAME = u'StorageV1'
_URL_VERSION = u'v1'
_API_KEY = None
Expand Down