You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-checks/v1alpha/2.0.0/com/google/api/services/checks/v1alpha/model/GoogleChecksRepoScanV1alphaSource.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,13 @@ public final class GoogleChecksRepoScanV1alphaSource extends com.google.api.clie
43
43
@com.google.api.client.util.Key
44
44
privatejava.lang.StringdataType;
45
45
46
+
/**
47
+
* Optional. Whether the finding was marked as a false positive.
48
+
* The value may be {@code null}.
49
+
*/
50
+
@com.google.api.client.util.Key
51
+
privatejava.lang.BooleanfalsePositive;
52
+
46
53
/**
47
54
* Optional. Source code attribution for the finding.
48
55
* @return value or {@code null} for none
@@ -77,6 +84,23 @@ public GoogleChecksRepoScanV1alphaSource setDataType(java.lang.String dataType)
77
84
returnthis;
78
85
}
79
86
87
+
/**
88
+
* Optional. Whether the finding was marked as a false positive.
89
+
* @return value or {@code null} for none
90
+
*/
91
+
publicjava.lang.BooleangetFalsePositive() {
92
+
returnfalsePositive;
93
+
}
94
+
95
+
/**
96
+
* Optional. Whether the finding was marked as a false positive.
97
+
* @param falsePositive falsePositive or {@code null} for none
0 commit comments