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

PiperOrigin-RevId: 501630229
pull/766/head
Google APIs 2 years ago committed by Copybara-Service
parent 7119c6ecde
commit 914dc31d2c
  1. 16
      google/cloud/securitycenter/v1/securitycenter_service.proto

@ -797,8 +797,8 @@ message GetSourceRequest {
// Request message for grouping by assets.
message GroupAssetsRequest {
// 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]".
string parent = 1 [
(google.api.field_behavior) = REQUIRED,
(google.api.resource_reference) = {
@ -1196,8 +1196,8 @@ message ListNotificationConfigsResponse {
// Request message for listing sources.
message ListSourcesRequest {
// 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]".
string parent = 1 [
(google.api.field_behavior) = REQUIRED,
(google.api.resource_reference) = {
@ -1227,9 +1227,11 @@ message ListSourcesResponse {
// Request message for listing assets.
message ListAssetsRequest {
// 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]".
string parent = 1 [
(google.api.field_behavior) = REQUIRED,
(google.api.resource_reference) = {

Loading…
Cancel
Save