@@ -797,8 +797,8 @@ message GetSourceRequest {
797797// Request message for grouping by assets.
798798message 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.
11971197message 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.
12291229message 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