File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 3554
3554
"call_handling" : " google" ,
3555
3555
"test_connection" : {
3556
3556
"url" : " www.googleapis.com/admin/directory/v1/users?customer=my_customer&maxResults=1"
3557
- }
3558
- },
3559
- "retry" : [
3557
+ },
3558
+ "retry" : [
3560
3559
{
3561
3560
"type" : " connectionError" ,
3562
3561
"retry" : {
3589
3588
"retry" : {
3590
3589
"type" : " exponential" ,
3591
3590
"maxCount" : 10 ,
3592
- "ceiling" : 10 ,
3593
- "timeSlice" : 5
3591
+ "ceiling" : 60 ,
3592
+ "timeSlice" : 60000
3594
3593
},
3595
3594
"filterPath" : " _reason" ,
3596
3595
"filterValues" : [" quotaExceeded" , " rateLimitExceeded" ]
3615
3614
"filterPath" : " _reason" ,
3616
3615
"filterValues" : [" conditionNotMet" ]
3617
3616
}
3618
- ],
3617
+ ]
3618
+ },
3619
+
3619
3620
"authOptions" : {
3620
3621
"scopes" : [
3621
3622
" https://www.googleapis.com/auth/admin.directory.user"
You can’t perform that action at this time.
0 commit comments