|
|
|
@ -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; |
|
|
|
|
} |
|
|
|
|