fix: combine billing/v1 grpc_service_config files

This combines the cloud_catalog_grpc_service_config.json methodConfig(s)
with the cloud_billing_grpc_service_config.json, and removes the
cloud_catalog_grpc_service_config.json file.

PiperOrigin-RevId: 318328852
This commit is contained in:
Google APIs 2020-06-25 12:49:04 -07:00 committed by Copybara-Service
parent 275eb1955c
commit 5920d376e8
2 changed files with 13 additions and 17 deletions

View File

@ -59,6 +59,19 @@
"UNAVAILABLE"
]
}
},
{
"name": [
{
"service": "google.cloud.billing.v1.CloudCatalog",
"method": "ListServices"
},
{
"service": "google.cloud.billing.v1.CloudCatalog",
"method": "ListSkus"
}
],
"timeout": "60s"
}
]
}

View File

@ -1,17 +0,0 @@
{
"methodConfig": [
{
"name": [
{
"service": "google.cloud.billing.v1.CloudCatalog",
"method": "ListServices"
},
{
"service": "google.cloud.billing.v1.CloudCatalog",
"method": "ListSkus"
}
],
"timeout": "60s"
}
]
}