chore(pubsublite): update grpc service config

PiperOrigin-RevId: 338171870
This commit is contained in:
Google APIs 2020-10-20 17:41:22 -07:00 committed by Copybara-Service
parent c7331b75b0
commit afea77dc3c
1 changed files with 5 additions and 2 deletions

View File

@ -3,7 +3,7 @@
{
"name": [
{
"service": "google.cloud.pusublite.v1.AdminService"
"service": "google.cloud.pubsublite.v1.AdminService"
},
{
"service": "google.cloud.pubsublite.v1.CursorService",
@ -26,7 +26,10 @@
"backoffMultiplier": 1.3,
"retryableStatusCodes": [
"DEADLINE_EXCEEDED",
"UNAVAILABLE"
"UNAVAILABLE",
"ABORTED",
"INTERNAL",
"UNKNOWN"
]
}
}