docs: Update documentation for the Finding resource field "project_display_name"

docs: Update documentation for the Mute fields on Findings

PiperOrigin-RevId: 429148908
pull/705/head
Google APIs 3 years ago committed by Copybara-Service
parent da999a2396
commit c93764cc28
  1. 2
      google/cloud/securitycenter/v1/access.proto
  2. 2
      google/cloud/securitycenter/v1/asset.proto
  3. 2
      google/cloud/securitycenter/v1/external_system.proto
  4. 8
      google/cloud/securitycenter/v1/finding.proto
  5. 2
      google/cloud/securitycenter/v1/folder.proto
  6. 2
      google/cloud/securitycenter/v1/indicator.proto
  7. 2
      google/cloud/securitycenter/v1/mute_config.proto
  8. 2
      google/cloud/securitycenter/v1/notification_config.proto
  9. 2
      google/cloud/securitycenter/v1/notification_message.proto
  10. 2
      google/cloud/securitycenter/v1/organization_settings.proto
  11. 4
      google/cloud/securitycenter/v1/resource.proto
  12. 2
      google/cloud/securitycenter/v1/run_asset_discovery_response.proto
  13. 2
      google/cloud/securitycenter/v1/security_marks.proto
  14. 4
      google/cloud/securitycenter/v1/securitycenter_service.proto
  15. 2
      google/cloud/securitycenter/v1/source.proto
  16. 2
      google/cloud/securitycenter/v1/vulnerability.proto

@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.

@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.

@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.

@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@ -226,7 +226,8 @@ message Finding {
string canonical_name = 14;
// Indicates the mute state of a finding (either unspecified, muted, unmuted
// or undefined).
// or undefined). Unlike other attributes of a finding, a finding provider
// shouldn't set the value of mute.
Mute mute = 15;
// The class of the finding.
@ -257,6 +258,7 @@ message Finding {
// First known as mute_annotation. Records additional information about the
// mute operation e.g. mute config that muted the finding, user who muted the
// finding, etc.
// finding, etc. Unlike other attributes of a finding, a finding provider
// shouldn't set the value of mute.
string mute_initiator = 28;
}

@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.

@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.

@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.

@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.

@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.

@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.

@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@ -37,7 +37,7 @@ message Resource {
// The full resource name of project that the resource belongs to.
string project = 2;
// The human readable name of project that the resource belongs to.
// The project id that the resource belongs to.
string project_display_name = 3;
// The full resource name of resource's parent.

@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.

@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.

@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@ -1497,7 +1497,7 @@ message ListFindingsResponse {
// The full resource name of project that the resource belongs to.
string project_name = 2;
// The human readable name of project that the resource belongs to.
// The project id that the resource belongs to.
string project_display_name = 3;
// The full resource name of resource's parent.

@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.

@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.

Loading…
Cancel
Save