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 @@ -2664,8 +2664,8 @@ async def sample_list_sources():
parent (:class:`str`):
Required. Resource name of the parent of sources to
list. Its format should be
"organizations/[organization_id], folders/[folder_id],
or projects/[project_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 @@ -2963,8 +2963,8 @@ def sample_list_sources():
parent (str):
Required. Resource name of the parent of sources to
list. Its format should be
"organizations/[organization_id], folders/[folder_id],
or projects/[project_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
16 changes: 9 additions & 7 deletions google/cloud/securitycenter_v1/types/securitycenter_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,8 +401,8 @@ class GroupAssetsRequest(proto.Message):
Attributes:
parent (str):
Required. The name of the parent to group the assets by. Its
format is "organizations/[organization_id],
folders/[folder_id], or projects/[project_id]".
format is "organizations/[organization_id]",
"folders/[folder_id]", or "projects/[project_id]".
filter (str):
Expression that defines the filter to apply across assets.
The expression is a list of zero or more restrictions
Expand Down Expand Up @@ -1027,8 +1027,8 @@ class ListSourcesRequest(proto.Message):
Attributes:
parent (str):
Required. Resource name of the parent of sources to list.
Its format should be "organizations/[organization_id],
folders/[folder_id], or projects/[project_id]".
Its format should be "organizations/[organization_id]",
"folders/[folder_id]", or "projects/[project_id]".
page_token (str):
The value returned by the last ``ListSourcesResponse``;
indicates that this is a continuation of a prior
Expand Down Expand Up @@ -1085,9 +1085,11 @@ class ListAssetsRequest(proto.Message):

Attributes:
parent (str):
Required. The name of the parent that the listed assets
belong to. Its format is "organizations/[organization_id],
folders/[folder_id], or projects/[project_id]".
Required. The name of the parent resource that contains the
assets. The value that you can specify on parent depends on
the method in which you specify parent. You can specify one
of the following values: "organizations/[organization_id]",
"folders/[folder_id]", or "projects/[project_id]".
filter (str):
Expression that defines the filter to apply across assets.
The expression is a list of zero or more restrictions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-securitycenter",
"version": "1.18.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-securitycenter",
"version": "1.18.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-securitycenter",
"version": "1.18.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down