File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
templates/terraform/encoders Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments