Skip to content

Commit

Permalink
docs(security_center-v1): Clarify some resource name formats (#20012)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] authored Jan 12, 2023
1 parent 2e7ade4 commit cca1d33
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1452,8 +1452,8 @@ def get_source request, options = nil
#
# @param parent [::String]
# Required. The name of the parent to group the assets by. Its format is
# "organizations/[organization_id], folders/[folder_id], or
# projects/[project_id]".
# "organizations/[organization_id]", "folders/[folder_id]", or
# "projects/[project_id]".
# @param filter [::String]
# Expression that defines the filter to apply across assets.
# The expression is a list of zero or more restrictions combined via logical
Expand Down Expand Up @@ -1892,9 +1892,11 @@ def group_findings request, options = nil
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param parent [::String]
# 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]".
# @param filter [::String]
# Expression that defines the filter to apply across assets.
# The expression is a list of zero or more restrictions combined via logical
Expand Down Expand Up @@ -2547,8 +2549,8 @@ def list_notification_configs request, options = nil
#
# @param parent [::String]
# Required. Resource name of the parent of sources to list. Its format should
# be "organizations/[organization_id], folders/[folder_id], or
# projects/[project_id]".
# be "organizations/[organization_id]", "folders/[folder_id]", or
# "projects/[project_id]".
# @param page_token [::String]
# The value returned by the last `ListSourcesResponse`; indicates
# that this is a continuation of a prior `ListSources` call, and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ class GetSourceRequest
# @!attribute [rw] parent
# @return [::String]
# Required. The name of the parent to group the assets by. Its format is
# "organizations/[organization_id], folders/[folder_id], or
# projects/[project_id]".
# "organizations/[organization_id]", "folders/[folder_id]", or
# "projects/[project_id]".
# @!attribute [rw] filter
# @return [::String]
# Expression that defines the filter to apply across assets.
Expand Down Expand Up @@ -643,8 +643,8 @@ class ListNotificationConfigsResponse
# @!attribute [rw] parent
# @return [::String]
# Required. Resource name of the parent of sources to list. Its format should
# be "organizations/[organization_id], folders/[folder_id], or
# projects/[project_id]".
# be "organizations/[organization_id]", "folders/[folder_id]", or
# "projects/[project_id]".
# @!attribute [rw] page_token
# @return [::String]
# The value returned by the last `ListSourcesResponse`; indicates
Expand Down Expand Up @@ -675,9 +675,11 @@ class ListSourcesResponse
# Request message for listing assets.
# @!attribute [rw] parent
# @return [::String]
# 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]".
# @!attribute [rw] filter
# @return [::String]
# Expression that defines the filter to apply across assets.
Expand Down

0 comments on commit cca1d33

Please sign in to comment.