8000 fix: Adding region tag with product prefix (#11889) · dtest/python-docs-samples@4cc745b · GitHub
[go: up one dir, main page]

Skip to content

Commit 4cc745b

Browse files
authored
fix: Adding region tag with product prefix (GoogleCloudPlatform#11889)
1 parent 85e4b13 commit 4cc745b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

jobs/v3/api_client/commute_search_sample.py

Lines changed: 3 additions & 2 deletions
< 7F67 tr class="diff-line-row">
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
parent = "projects/" + os.environ["GOOGLE_CLOUD_PROJECT"]
2525
# [END instantiate]
2626

27-
27+
# [START job_discovery_commute_search]
2828
# [START commute_search]
2929
def commute_search(client_service, company_name):
3030
request_metadata = {
@@ -53,8 +53,9 @@ def commute_search(client_service, company_name):
5353
)
5454
print(response)
5555

56-
56+
5757
# [END commute_search]
58+
# [END job_discovery_commute_search]
5859

5960

6061
def set_up():

0 commit comments

Comments
 (0)
0