Skip to content

Commit 8197e2b

Browse files
committed
Marked api_name: name for fields that use id_from_name flattener
1 parent ea30169 commit 8197e2b

File tree

10 files changed

+10
-1
lines changed

10 files changed

+10
-1
lines changed

mmv1/products/bigqueryanalyticshub/DataExchangeSubscription.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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: |-

mmv1/products/bigqueryanalyticshub/ListingSubscription.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

mmv1/products/bigqueryconnection/Connection.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

mmv1/products/chronicle/Retrohunt.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

mmv1/products/chronicle/Rule.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

mmv1/products/chronicle/Watchlist.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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,

mmv1/products/dialogflow/Generator.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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'

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'

mmv1/products/monitoring/UptimeCheckConfig.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)