Skip to content

Commit 56d98b9

Browse files
dhermeswaprin
authored andcommitted
Adding scope to error reporting client. (googleapis#3334)
1 parent ce043bb commit 56d98b9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • error_reporting/google/cloud/error_reporting

error_reporting/google/cloud/error_reporting/client.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ class Client(ClientWithProject):
123123
set in the environment.
124124
"""
125125

126+
SCOPE = ('https://www.googleapis.com/auth/cloud-platform',)
127+
"""The scopes required for authenticating as an API consumer."""
128+
126129
def __init__(self, project=None,
127130
credentials=None,
128131
_http=None,

0 commit comments

Comments
 (0)