File tree Expand file tree Collapse file tree 10 files changed +10
-1
lines changed
Expand file tree Collapse file tree 10 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ parameters:
105105 custom_flatten : ' templates/terraform/custom_flatten/bigquery_dataset_location.go.tmpl'
106106 diff_suppress_func : ' tpgresource.CaseDiffSuppress'
107107 - name : ' subscriptionId'
108+ api_name : ' name'
108109 type : String
109110 immutable : true
110111 description : |-
Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ properties:
118118 The resource name of the subscription. e.g. "projects/myproject/locations/US/subscriptions/123"
119119 output : true
120120 - name : ' subscriptionId'
121+ api_name : ' name'
121122 type : String
122123 description : |-
123124 The subscription id used to reference the subscription.
Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ properties:
148148 "projects/{project_id}/locations/{location_id}/connections/{connectionId}"
149149 output : true
150150 - name : ' connection_id'
151+ api_name : ' name'
151152 type : String
152153 description : |
153154 Optional connection id that should be assigned to the created connection.
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ parameters:
7171 url_param_only : true
7272 required : true
7373 - name : retrohunt
74+ api_name : ' name'
7475 type : String
7576 description : The retrohunt ID of the Retrohunt. A retrohunt is an execution of a Rule over a time range in the past.
7677 default_from_api : true
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ properties:
8989 Format:
9090 projects/{project}/locations/{location}/instances/{instance}/rules/{rule}
9191 - name : ruleId
92+ api_name : ' name'
9293 type : String
9394 output : true
9495 immutable : true
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ parameters:
6363 url_param_only : true
6464 required : true
6565 - name : watchlistId
66+ api_name : ' name'
6667 type : String
6768 description : |-
6869 Optional. The ID to use for the watchlist,
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ parameters:
4747 description : |
4848 desc
4949 - name : ' generatorId'
50+ api_name : ' name'
5051 type : String
5152 default_from_api : true
5253 custom_flatten : ' templates/terraform/custom_flatten/id_from_name.tmpl'
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 @@ -93,9 +93,9 @@ properties:
9393 ` projects/[PROJECT_ID]/uptimeCheckConfigs/[UPTIME_CHECK_ID]` .
9494 output : true
9595 - name : ' uptimeCheckId'
96+ api_name : ' name'
9697 type : String
9798 description : The id of the uptime check
98- api_name : id
9999 output : true
100100 custom_flatten : ' templates/terraform/custom_flatten/id_from_name.tmpl'
101101 - name : ' displayName'
You can’t perform that action at this time.
0 commit comments