Skip to content

Commit 7cef880

Browse files
Google APIscopybara-github
authored andcommitted
fix: Fix service namespace in grpc_service_config.
PiperOrigin-RevId: 360443299
1 parent 7f8b19b commit 7cef880

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

google/cloud/functions/v1/functions_grpc_service_config.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
{
44
"name": [
55
{
6-
"service": "google.cloud.functions.v1beta2.CloudFunctionsService",
6+
"service": "google.cloud.functions.v1.CloudFunctionsService",
77
"method": "ListFunctions"
88
},
99
{
10-
"service": "google.cloud.functions.v1beta2.CloudFunctionsService",
10+
"service": "google.cloud.functions.v1.CloudFunctionsService",
1111
"method": "GetFunction"
1212
},
1313
{
14-
"service": "google.cloud.functions.v1beta2.CloudFunctionsService",
14+
"service": "google.cloud.functions.v1.CloudFunctionsService",
1515
"method": "UpdateFunction"
1616
},
1717
{
18-
"service": "google.cloud.functions.v1beta2.CloudFunctionsService",
18+
"service": "google.cloud.functions.v1.CloudFunctionsService",
1919
"method": "DeleteFunction"
2020
}
2121
],
@@ -33,11 +33,11 @@
3333
{
3434
"name": [
3535
{
36-
"service": "google.cloud.functions.v1beta2.CloudFunctionsService",
36+
"service": "google.cloud.functions.v1.CloudFunctionsService",
3737
"method": "CreateFunction"
3838
},
3939
{
40-
"service": "google.cloud.functions.v1beta2.CloudFunctionsService",
40+
"service": "google.cloud.functions.v1.CloudFunctionsService",
4141
"method": "CallFunction"
4242
}
4343
],

0 commit comments

Comments
 (0)