@@ -316,6 +316,7 @@ public void createFindingTest() throws Exception {
316
316
.addAllProcesses (new ArrayList <Process >())
317
317
.putAllContacts (new HashMap <String , ContactDetails >())
318
318
.addAllCompliances (new ArrayList <Compliance >())
319
+ .setParentDisplayName ("parentDisplayName-1523759261" )
319
320
.setDescription ("description-1724546052" )
320
321
.setExfiltration (Exfiltration .newBuilder ().build ())
321
322
.addAllIamBindings (new ArrayList <IamBinding >())
@@ -394,6 +395,7 @@ public void createFindingTest2() throws Exception {
394
395
.addAllProcesses (new ArrayList <Process >())
395
396
.putAllContacts (new HashMap <String , ContactDetails >())
396
397
.addAllCompliances (new ArrayList <Compliance >())
398
+ .setParentDisplayName ("parentDisplayName-1523759261" )
397
399
.setDescription ("description-1724546052" )
398
400
.setExfiltration (Exfiltration .newBuilder ().build ())
399
401
.addAllIamBindings (new ArrayList <IamBinding >())
@@ -2785,6 +2787,7 @@ public void setFindingStateTest() throws Exception {
2785
2787
.addAllProcesses (new ArrayList <Process >())
2786
2788
.putAllContacts (new HashMap <String , ContactDetails >())
2787
2789
.addAllCompliances (new ArrayList <Compliance >())
2790
+ .setParentDisplayName ("parentDisplayName-1523759261" )
2788
2791
.setDescription ("description-1724546052" )
2789
2792
.setExfiltration (Exfiltration .newBuilder ().build ())
2790
2793
.addAllIamBindings (new ArrayList <IamBinding >())
@@ -2865,6 +2868,7 @@ public void setFindingStateTest2() throws Exception {
2865
2868
.addAllProcesses (new ArrayList <Process >())
2866
2869
.putAllContacts (new HashMap <String , ContactDetails >())
2867
2870
.addAllCompliances (new ArrayList <Compliance >())
2871
+ .setParentDisplayName ("parentDisplayName-1523759261" )
2868
2872
.setDescription ("description-1724546052" )
2869
2873
.setExfiltration (Exfiltration .newBuilder ().build ())
2870
2874
.addAllIamBindings (new ArrayList <IamBinding >())
@@ -2943,6 +2947,7 @@ public void setMuteTest() throws Exception {
2943
2947
.addAllProcesses (new ArrayList <Process >())
2944
2948
.putAllContacts (new HashMap <String , ContactDetails >())
2945
2949
.addAllCompliances (new ArrayList <Compliance >())
2950
+ .setParentDisplayName ("parentDisplayName-1523759261" )
2946
2951
.setDescription ("description-1724546052" )
2947
2952
.setExfiltration (Exfiltration .newBuilder ().build ())
2948
2953
.addAllIamBindings (new ArrayList <IamBinding >())
@@ -3021,6 +3026,7 @@ public void setMuteTest2() throws Exception {
3021
3026
.addAllProcesses (new ArrayList <Process >())
3022
3027
.putAllContacts (new HashMap <String , ContactDetails >())
3023
3028
.addAllCompliances (new ArrayList <Compliance >())
3029
+ .setParentDisplayName ("parentDisplayName-1523759261" )
3024
3030
.setDescription ("description-1724546052" )
3025
3031
.setExfiltration (Exfiltration .newBuilder ().build ())
3026
3032
.addAllIamBindings (new ArrayList <IamBinding >())
@@ -3349,6 +3355,7 @@ public void updateFindingTest() throws Exception {
3349
3355
.addAllProcesses (new ArrayList <Process >())
3350
3356
.putAllContacts (new HashMap <String , ContactDetails >())
3351
3357
.addAllCompliances (new ArrayList <Compliance >())
3358
+ .setParentDisplayName ("parentDisplayName-1523759261" )
3352
3359
.setDescription ("description-1724546052" )
3353
3360
.setExfiltration (Exfiltration .newBuilder ().build ())
3354
3361
.addAllIamBindings (new ArrayList <IamBinding >())
@@ -3385,6 +3392,7 @@ public void updateFindingTest() throws Exception {
3385
3392
.addAllProcesses (new ArrayList <Process >())
3386
3393
.putAllContacts (new HashMap <String , ContactDetails >())
3387
3394
.addAllCompliances (new ArrayList <Compliance >())
3395
+ .setParentDisplayName ("parentDisplayName-1523759261" )
3388
3396
.setDescription ("description-1724546052" )
3389
3397
.setExfiltration (Exfiltration .newBuilder ().build ())
3390
3398
.addAllIamBindings (new ArrayList <IamBinding >())
@@ -3446,6 +3454,7 @@ public void updateFindingExceptionTest() throws Exception {
3446
3454
.addAllProcesses (new ArrayList <Process >())
3447
3455
.putAllContacts (new HashMap <String , ContactDetails >())
3448
3456
.addAllCompliances (new ArrayList <Compliance >())
3457
+ .setParentDisplayName ("parentDisplayName-1523759261" )
3449
3458
.setDescription ("description-1724546052" )
3450
3459
.setExfiltration (Exfiltration .newBuilder ().build ())
3451
3460
.addAllIamBindings (new ArrayList <IamBinding >())
0 commit comments