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:
parent
275eb1955c
commit
5920d376e8
|
|
@ -59,6 +59,19 @@
|
|||
"UNAVAILABLE"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": [
|
||||
{
|
||||
"service": "google.cloud.billing.v1.CloudCatalog",
|
||||
"method": "ListServices"
|
||||
},
|
||||
{
|
||||
"service": "google.cloud.billing.v1.CloudCatalog",
|
||||
"method": "ListSkus"
|
||||
}
|
||||
],
|
||||
"timeout": "60s"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
"methodConfig": [
|
||||
{
|
||||
"name": [
|
||||
{
|
||||
"service": "google.cloud.billing.v1.CloudCatalog",
|
||||
"method": "ListServices"
|
||||
},
|
||||
{
|
||||
"service": "google.cloud.billing.v1.CloudCatalog",
|
||||
"method": "ListSkus"
|
||||
}
|
||||
],
|
||||
"timeout": "60s"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue