Skip to content

Commit 207f3fc

Browse files
authored
Fixed metadata for some fields that use id_from_name flattener (#16139)
1 parent 7156254 commit 207f3fc

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

mmv1/products/bigqueryconnection/Connection.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ properties:
147147
The resource name of the connection in the form of:
148148
"projects/{project_id}/locations/{location_id}/connections/{connectionId}"
149149
output: true
150-
- name: 'connection_id'
150+
- name: 'connectionId'
151151
type: String
152152
description: |
153153
Optional connection id that should be assigned to the created connection.

mmv1/products/firebasehosting/Release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ properties:
102102
min_version: 'beta'
103103
output: true
104104
- name: 'release_id'
105+
api_name: 'name'
105106
type: String
106107
description: The unique identifier for the Release.
107108
min_version: 'beta'

mmv1/products/firebasehosting/Version.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ properties:
110110
min_version: 'beta'
111111
output: true
112112
- name: 'version_id'
113+
api_name: 'name'
113114
type: String
114115
description: The ID for the version as in sites/SITE_ID/versions/VERSION_ID
115116
min_version: 'beta'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// connection_id is needed to qualify the URL but cannot be sent in the body
2-
delete(obj, "connection_id")
1+
// connectionId is needed to qualify the URL but cannot be sent in the body
2+
delete(obj, "connectionId")
33
return obj, nil

0 commit comments

Comments
 (0)