Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 48f7af7

Browse filesBrowse files
Ace Nassrileahecole
andauthored
Minor edits to GAE billing sample (GoogleCloudPlatform#2787)
Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
1 parent d87e01d commit 48f7af7
Copy full SHA for 48f7af7

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎functions/billing/main.py

Copy file name to clipboardExpand all lines: functions/billing/main.py
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,11 @@
3636
# [END functions_billing_slack]
3737

3838
# [START functions_billing_limit]
39-
# [START functions_billing_limit_appengine]
4039
# [START functions_billing_stop]
4140
PROJECT_ID = os.getenv('GCP_PROJECT')
4241
PROJECT_NAME = f'projects/{PROJECT_ID}'
4342
# [END functions_billing_stop]
4443
# [END functions_billing_limit]
45-
# [END functions_billing_limit_appengine]
4644

4745
# [START functions_billing_slack]
4846

‎functions/billing/requirements.txt

Copy file name to clipboard
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
slackclient==2.5.0
2+
# [START functions_billing_limit_appengine_deps]
23
oauth2client==4.1.3
34
google-api-python-client==1.7.11
5+
# [START functions_billing_limit_appengine_deps]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.