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 83a92b1

Browse filesBrowse files
authored
Style(secretmanager): Update the region tag names to match with other languages. (GoogleCloudPlatform#13370)
1 parent f456dc4 commit 83a92b1
Copy full SHA for 83a92b1

File tree

Expand file treeCollapse file tree

4 files changed

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

4 files changed

+8
-8
lines changed

‎secretmanager/snippets/create_secret_with_labels.py

Copy file name to clipboardExpand all lines: secretmanager/snippets/create_secret_with_labels.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
labels.
1818
"""
1919

20-
# [START secretmanager_create_secret_with_label]
20+
# [START secretmanager_create_secret_with_labels]
2121
import argparse
2222
import typing
2323

@@ -58,7 +58,7 @@ def create_secret_with_labels(
5858
return response
5959

6060

61-
# [END secretmanager_create_secret_with_label]
61+
# [END secretmanager_create_secret_with_labels]
6262

6363
if __name__ == "__main__":
6464
parser = argparse.ArgumentParser(

‎secretmanager/snippets/disable_secret_with_delayed_destroy.py

Copy file name to clipboardExpand all lines: secretmanager/snippets/disable_secret_with_delayed_destroy.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
import argparse
1717

18-
# [START secretmanager_disable_secret_with_delayed_destroy]
18+
# [START secretmanager_disable_secret_delayed_destroy]
1919

2020
# Import the Secret Manager client library.
2121
from google.cloud import secretmanager
@@ -44,7 +44,7 @@ def disable_secret_with_delayed_destroy(
4444

4545
return response
4646

47-
# [END secretmanager_disable_secret_with_delayed_destroy]
47+
# [END secretmanager_disable_secret_delayed_destroy]
4848

4949

5050
if __name__ == "__main__":

‎secretmanager/snippets/regional_samples/create_regional_secret_with_labels.py

Copy file name to clipboardExpand all lines: secretmanager/snippets/regional_samples/create_regional_secret_with_labels.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
labels.
1818
"""
1919

20-
# [START secretmanager_create_regional_secret_with_label]
20+
# [START secretmanager_create_regional_secret_with_labels]
2121
import argparse
2222
import typing
2323

@@ -64,7 +64,7 @@ def create_regional_secret_with_labels(
6464
return response
6565

6666

67-
# [END secretmanager_create_regional_secret_with_label]
67+
# [END secretmanager_create_regional_secret_with_labels]
6868

6969
if __name__ == "__main__":
7070
parser = argparse.ArgumentParser(

‎secretmanager/snippets/regional_samples/update_regional_secret_with_delayed_destroy.py

Copy file name to clipboardExpand all lines: secretmanager/snippets/regional_samples/update_regional_secret_with_delayed_destroy.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
import argparse
1717

18-
# [START secretmanager_update_regional_secret_delayed_destroy]
18+
# [START secretmanager_update_regional_secret_with_delayed_destroy]
1919

2020
# Import the Secret Manager client library.
2121
from google.cloud import secretmanager_v1
@@ -64,7 +64,7 @@ def update_regional_secret_with_delayed_destroy(
6464

6565
return response
6666

67-
# [END secretmanager_update_regional_secret_delayed_destroy]
67+
# [END secretmanager_update_regional_secret_with_delayed_destroy]
6868

6969

7070
if __name__ == "__main__":

0 commit comments

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