@@ -316,6 +316,7 @@ public void createFindingTest() throws Exception {
316316 .addAllProcesses (new ArrayList <Process >())
317317 .putAllContacts (new HashMap <String , ContactDetails >())
318318 .addAllCompliances (new ArrayList <Compliance >())
319+ .setParentDisplayName ("parentDisplayName-1523759261" )
319320 .setDescription ("description-1724546052" )
320321 .setExfiltration (Exfiltration .newBuilder ().build ())
321322 .addAllIamBindings (new ArrayList <IamBinding >())
@@ -394,6 +395,7 @@ public void createFindingTest2() throws Exception {
394395 .addAllProcesses (new ArrayList <Process >())
395396 .putAllContacts (new HashMap <String , ContactDetails >())
396397 .addAllCompliances (new ArrayList <Compliance >())
398+ .setParentDisplayName ("parentDisplayName-1523759261" )
397399 .setDescription ("description-1724546052" )
398400 .setExfiltration (Exfiltration .newBuilder ().build ())
399401 .addAllIamBindings (new ArrayList <IamBinding >())
@@ -2785,6 +2787,7 @@ public void setFindingStateTest() throws Exception {
27852787 .addAllProcesses (new ArrayList <Process >())
27862788 .putAllContacts (new HashMap <String , ContactDetails >())
27872789 .addAllCompliances (new ArrayList <Compliance >())
2790+ .setParentDisplayName ("parentDisplayName-1523759261" )
27882791 .setDescription ("description-1724546052" )
27892792 .setExfiltration (Exfiltration .newBuilder ().build ())
27902793 .addAllIamBindings (new ArrayList <IamBinding >())
@@ -2865,6 +2868,7 @@ public void setFindingStateTest2() throws Exception {
28652868 .addAllProcesses (new ArrayList <Process >())
28662869 .putAllContacts (new HashMap <String , ContactDetails >())
28672870 .addAllCompliances (new ArrayList <Compliance >())
2871+ .setParentDisplayName ("parentDisplayName-1523759261" )
28682872 .setDescription ("description-1724546052" )
28692873 .setExfiltration (Exfiltration .newBuilder ().build ())
28702874 .addAllIamBindings (new ArrayList <IamBinding >())
@@ -2943,6 +2947,7 @@ public void setMuteTest() throws Exception {
29432947 .addAllProcesses (new ArrayList <Process >())
29442948 .putAllContacts (new HashMap <String , ContactDetails >())
29452949 .addAllCompliances (new ArrayList <Compliance >())
2950+ .setParentDisplayName ("parentDisplayName-1523759261" )
29462951 .setDescription ("description-1724546052" )
29472952 .setExfiltration (Exfiltration .newBuilder ().build ())
29482953 .addAllIamBindings (new ArrayList <IamBinding >())
@@ -3021,6 +3026,7 @@ public void setMuteTest2() throws Exception {
30213026 .addAllProcesses (new ArrayList <Process >())
30223027 .putAllContacts (new HashMap <String , ContactDetails >())
30233028 .addAllCompliances (new ArrayList <Compliance >())
3029+ .setParentDisplayName ("parentDisplayName-1523759261" )
30243030 .setDescription ("description-1724546052" )
30253031 .setExfiltration (Exfiltration .newBuilder ().build ())
30263032 .addAllIamBindings (new ArrayList <IamBinding >())
@@ -3349,6 +3355,7 @@ public void updateFindingTest() throws Exception {
33493355 .addAllProcesses (new ArrayList <Process >())
33503356 .putAllContacts (new HashMap <String , ContactDetails >())
33513357 .addAllCompliances (new ArrayList <Compliance >())
3358+ .setParentDisplayName ("parentDisplayName-1523759261" )
33523359 .setDescription ("description-1724546052" )
33533360 .setExfiltration (Exfiltration .newBuilder ().build ())
33543361 .addAllIamBindings (new ArrayList <IamBinding >())
@@ -3385,6 +3392,7 @@ public void updateFindingTest() throws Exception {
33853392 .addAllProcesses (new ArrayList <Process >())
33863393 .putAllContacts (new HashMap <String , ContactDetails >())
33873394 .addAllCompliances (new ArrayList <Compliance >())
3395+ .setParentDisplayName ("parentDisplayName-1523759261" )
33883396 .setDescription ("description-1724546052" )
33893397 .setExfiltration (Exfiltration .newBuilder ().build ())
33903398 .addAllIamBindings (new ArrayList <IamBinding >())
@@ -3446,6 +3454,7 @@ public void updateFindingExceptionTest() throws Exception {
34463454 .addAllProcesses (new ArrayList <Process >())
34473455 .putAllContacts (new HashMap <String , ContactDetails >())
34483456 .addAllCompliances (new ArrayList <Compliance >())
3457+ .setParentDisplayName ("parentDisplayName-1523759261" )
34493458 .setDescription ("description-1724546052" )
34503459 .setExfiltration (Exfiltration .newBuilder ().build ())
34513460 .addAllIamBindings (new ArrayList <IamBinding >())
0 commit comments