File tree Expand file tree Collapse file tree 1 file changed +61
-1
lines changed Expand file tree Collapse file tree 1 file changed +61
-1
lines changed Original file line number Diff line number Diff line change 3556
3556
"url" : " www.googleapis.com/admin/directory/v1/users?customer=my_customer&maxResults=1"
3557
3557
}
3558
3558
},
3559
+ "retry" : [
3560
+ {
3561
+ "type" : " connectionError" ,
3562
+ "retry" : {
3563
+ "type" : " exponential" ,
3564
+ "maxCount" : 1 ,
3565
+ "ceiling" : 10 ,
3566
+ "timeSlice" : 5
3567
+ }
3568
+ }, {
3569
+ "type" : " statusCode" ,
3570
+ "statusCode" : 500 ,
3571
+ "retry" : {
3572
+ "type" : " exponential" ,
3573
+ "maxCount" : 1 ,
3574
+ "ceiling" : 10 ,
3575
+ "timeSlice" : 5
3576
+ }
3577
+ }, {
3578
+ "type" : " statusCode" ,
3579
+ "statusCode" : 503 ,
3580
+ "retry" : {
3581
+ "type" : " exponential" ,
3582
+ "maxCount" : 1 ,
3583
+ "ceiling" : 10 ,
3584
+ "timeSlice" : 5
3585
+ }
3586
+ }, {
3587
+ "type" : " statusCode" ,
3588
+ "statusCode" : 403 ,
3589
+ "retry" : {
3590
+ "type" : " exponential" ,
3591
+ "maxCount" : 10 ,
3592
+ "ceiling" : 10 ,
3593
+ "timeSlice" : 5
3594
+ },
3595
+ "filterPath" : " _reason" ,
3596
+ "filterValues" : [" quotaExceeded" , " rateLimitExceeded" ]
3597
+ }, {
3598
+ "type" : " statusCode" ,
3599
+ "statusCode" : 429 ,
3600
+ "retry" : {
3601
+ "type" : " exponential" ,
3602
+ "maxCount" : 10 ,
3603
+ "ceiling" : 10 ,
3604
+ "timeSlice" : 5
3605
+ }
3606
+ }, {
3607
+ "type" : " statusCode" ,
3608
+ "statusCode" : 412 ,
3609
+ "retry" : {
3610
+ "type" : " exponential" ,
3611
+ "maxCount" : 10 ,
3612
+ "ceiling" : 10 ,
3613
+ "timeSlice" : 5
3614
+ },
3615
+ "filterPath" : " _reason" ,
3616
+ "filterValues" : [" conditionNotMet" ]
3617
+ }
3618
+ ],
3559
3619
"authOptions" : {
3560
3620
"scopes" : [
3561
3621
" https://www.googleapis.com/auth/admin.directory.user"
3612
3672
}
3613
3673
]
3614
3674
}
3615
- }
3675
+ }
You can’t perform that action at this time.
0 commit comments