Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all 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
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,8 @@ async def sample_create_notification_config():
notification config.
parent (:class:`str`):
Required. Resource name of the new notification config's
parent. Its format is "organizations/[organization_id]".
parent. Its format is "organizations/[organization_id]",
"folders/[folder_id]", or "projects/[project_id]".

This corresponds to the ``parent`` field
on the ``request`` instance; if ``request`` is provided, this
Expand Down Expand Up @@ -2492,7 +2493,8 @@ async def sample_list_notification_configs():
parent (:class:`str`):
Required. Name of the organization to list notification
configs. Its format is
"organizations/[organization_id]".
"organizations/[organization_id]",
"folders/[folder_id]", or "projects/[project_id]".

This corresponds to the ``parent`` field
on the ``request`` instance; if ``request`` is provided, this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,8 @@ def sample_create_notification_config():
notification config.
parent (str):
Required. Resource name of the new notification config's
parent. Its format is "organizations/[organization_id]".
parent. Its format is "organizations/[organization_id]",
"folders/[folder_id]", or "projects/[project_id]".

This corresponds to the ``parent`` field
on the ``request`` instance; if ``request`` is provided, this
Expand Down Expand Up @@ -2795,7 +2796,8 @@ def sample_list_notification_configs():
parent (str):
Required. Name of the organization to list notification
configs. Its format is
"organizations/[organization_id]".
"organizations/[organization_id]",
"folders/[folder_id]", or "projects/[project_id]".

This corresponds to the ``parent`` field
on the ``request`` instance; if ``request`` is provided, this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ class CreateNotificationConfigRequest(proto.Message):
Attributes:
parent (str):
Required. Resource name of the new notification config's
parent. Its format is "organizations/[organization_id]".
parent. Its format is "organizations/[organization_id]",
"folders/[folder_id]", or "projects/[project_id]".
config_id (str):
Required.
Unique identifier provided by the client within
Expand Down Expand Up @@ -957,7 +958,8 @@ class ListNotificationConfigsRequest(proto.Message):
Attributes:
parent (str):
Required. Name of the organization to list notification
configs. Its format is "organizations/[organization_id]".
configs. Its format is "organizations/[organization_id]",
"folders/[folder_id]", or "projects/[project_id]".
page_token (str):
The value returned by the last
``ListNotificationConfigsResponse``; indicates that this is
Expand Down