Skip to content

Minor edits to GAE billing sample #2787

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

Merged
merged 4 commits into from
Feb 11, 2020
Merged
Show file tree
Hide file tree
Changes from 3 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
2 changes: 0 additions & 2 deletions functions/billing/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,11 @@
# [END functions_billing_slack]

# [START functions_billing_limit]
# [START functions_billing_limit_appengine]
# [START functions_billing_stop]
PROJECT_ID = os.getenv('GCP_PROJECT')
PROJECT_NAME = f'projects/{PROJECT_ID}'
# [END functions_billing_stop]
# [END functions_billing_limit]
# [END functions_billing_limit_appengine]

# [START functions_billing_slack]

Expand Down
2 changes: 2 additions & 0 deletions functions/billing/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
slackclient==2.5.0
# [START functions_billing_limit_appengine_deps]
oauth2client==4.1.3
google-api-python-client==1.7.11
# [START functions_billing_limit_appengine_deps]