Skip to content

Commit 914dc31

Browse files
Google APIscopybara-github
authored andcommitted
docs: Update documentation for Security Command Center *.assets.list "parent" parameter
PiperOrigin-RevId: 501630229
1 parent 7119c6e commit 914dc31

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

google/cloud/securitycenter/v1/securitycenter_service.proto

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -797,8 +797,8 @@ message GetSourceRequest {
797797
// Request message for grouping by assets.
798798
message GroupAssetsRequest {
799799
// Required. The name of the parent to group the assets by. Its format is
800-
// "organizations/[organization_id], folders/[folder_id], or
801-
// projects/[project_id]".
800+
// "organizations/[organization_id]", "folders/[folder_id]", or
801+
// "projects/[project_id]".
802802
string parent = 1 [
803803
(google.api.field_behavior) = REQUIRED,
804804
(google.api.resource_reference) = {
@@ -1196,8 +1196,8 @@ message ListNotificationConfigsResponse {
11961196
// Request message for listing sources.
11971197
message ListSourcesRequest {
11981198
// Required. Resource name of the parent of sources to list. Its format should
1199-
// be "organizations/[organization_id], folders/[folder_id], or
1200-
// projects/[project_id]".
1199+
// be "organizations/[organization_id]", "folders/[folder_id]", or
1200+
// "projects/[project_id]".
12011201
string parent = 1 [
12021202
(google.api.field_behavior) = REQUIRED,
12031203
(google.api.resource_reference) = {
@@ -1227,9 +1227,11 @@ message ListSourcesResponse {
12271227

12281228
// Request message for listing assets.
12291229
message ListAssetsRequest {
1230-
// Required. The name of the parent that the listed assets belong to. Its
1231-
// format is "organizations/[organization_id], folders/[folder_id], or
1232-
// projects/[project_id]".
1230+
// Required. The name of the parent resource that contains the assets. The
1231+
// value that you can specify on parent depends on the method in which you
1232+
// specify parent. You can specify one of the following values:
1233+
// "organizations/[organization_id]", "folders/[folder_id]", or
1234+
// "projects/[project_id]".
12331235
string parent = 1 [
12341236
(google.api.field_behavior) = REQUIRED,
12351237
(google.api.resource_reference) = {

0 commit comments

Comments
 (0)