This repository was archived by the owner on Sep 5, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed
google/cloud/securitycenter_v1 Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -840,7 +840,8 @@ async def sample_create_notification_config():
840
840
notification config.
841
841
parent (:class:`str`):
842
842
Required. Resource name of the new notification config's
843
- parent. Its format is "organizations/[organization_id]".
843
+ parent. Its format is "organizations/[organization_id]",
844
+ "folders/[folder_id]", or "projects/[project_id]".
844
845
845
846
This corresponds to the ``parent`` field
846
847
on the ``request`` instance; if ``request`` is provided, this
@@ -2492,7 +2493,8 @@ async def sample_list_notification_configs():
2492
2493
parent (:class:`str`):
2493
2494
Required. Name of the organization to list notification
2494
2495
configs. Its format is
2495
- "organizations/[organization_id]".
2496
+ "organizations/[organization_id]",
2497
+ "folders/[folder_id]", or "projects/[project_id]".
2496
2498
2497
2499
This corresponds to the ``parent`` field
2498
2500
on the ``request`` instance; if ``request`` is provided, this
Original file line number Diff line number Diff line change @@ -1211,7 +1211,8 @@ def sample_create_notification_config():
1211
1211
notification config.
1212
1212
parent (str):
1213
1213
Required. Resource name of the new notification config's
1214
- parent. Its format is "organizations/[organization_id]".
1214
+ parent. Its format is "organizations/[organization_id]",
1215
+ "folders/[folder_id]", or "projects/[project_id]".
1215
1216
1216
1217
This corresponds to the ``parent`` field
1217
1218
on the ``request`` instance; if ``request`` is provided, this
@@ -2795,7 +2796,8 @@ def sample_list_notification_configs():
2795
2796
parent (str):
2796
2797
Required. Name of the organization to list notification
2797
2798
configs. Its format is
2798
- "organizations/[organization_id]".
2799
+ "organizations/[organization_id]",
2800
+ "folders/[folder_id]", or "projects/[project_id]".
2799
2801
2800
2802
This corresponds to the ``parent`` field
2801
2803
on the ``request`` instance; if ``request`` is provided, this
Original file line number Diff line number Diff line change @@ -220,7 +220,8 @@ class CreateNotificationConfigRequest(proto.Message):
220
220
Attributes:
221
221
parent (str):
222
222
Required. Resource name of the new notification config's
223
- parent. Its format is "organizations/[organization_id]".
223
+ parent. Its format is "organizations/[organization_id]",
224
+ "folders/[folder_id]", or "projects/[project_id]".
224
225
config_id (str):
225
226
Required.
226
227
Unique identifier provided by the client within
@@ -957,7 +958,8 @@ class ListNotificationConfigsRequest(proto.Message):
957
958
Attributes:
958
959
parent (str):
959
960
Required. Name of the organization to list notification
960
- configs. Its format is "organizations/[organization_id]".
961
+ configs. Its format is "organizations/[organization_id]",
962
+ "folders/[folder_id]", or "projects/[project_id]".
961
963
page_token (str):
962
964
The value returned by the last
963
965
``ListNotificationConfigsResponse``; indicates that this is
You can’t perform that action at this time.
0 commit comments