Skip to content

Commit 9158cc3

Browse files
authored
Update Google.json
1 parent 2bb9612 commit 9158cc3

File tree

1 file changed

+61
-1
lines changed

1 file changed

+61
-1
lines changed

Google.json

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3556,6 +3556,66 @@
35563556
"url": "www.googleapis.com/admin/directory/v1/users?customer=my_customer&maxResults=1"
35573557
}
35583558
},
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+
],
35593619
"authOptions": {
35603620
"scopes": [
35613621
"https://www.googleapis.com/auth/admin.directory.user"
@@ -3612,4 +3672,4 @@
36123672
}
36133673
]
36143674
}
3615-
}
3675+
}

0 commit comments

Comments
 (0)