Skip to content

Commit

Permalink
docs: Update documentation for Security Command Center *.assets.list …
Browse files Browse the repository at this point in the history
…"parent" parameter (#425)

* docs: Update documentation for Security Command Center *.assets.list "parent" parameter

PiperOrigin-RevId: 501630229

Source-Link: googleapis/googleapis@914dc31

Source-Link: googleapis/googleapis-gen@3bb94cc
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiM2JiOTRjY2E4NjI4Y2QzYzhlZjA5NGQ4NTFjZDcwYjQ1YTExOTMxOSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jan 13, 2023
1 parent d032c79 commit d3a7c68
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
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
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

0 comments on commit d3a7c68

Please sign in to comment.