@@ -135,22 +135,18 @@ examples:
135
135
metastore_service_name : ' backup'
136
136
- name : ' dataproc_metastore_service_autoscaling_max_scaling_factor'
137
137
primary_resource_id : ' test_resource'
138
- min_version : ' beta'
139
138
vars :
140
139
metastore_service_name : ' test-service'
141
140
- name : ' dataproc_metastore_service_autoscaling_min_and_max_scaling_factor'
142
141
primary_resource_id : ' test_resource'
143
- min_version : ' beta'
144
142
vars :
145
143
metastore_service_name : ' test-service'
146
144
- name : ' dataproc_metastore_service_autoscaling_min_scaling_factor'
147
145
primary_resource_id : ' test_resource'
148
- min_version : ' beta'
149
146
vars :
150
147
metastore_service_name : ' test-service'
151
148
- name : ' dataproc_metastore_service_autoscaling_no_limit_config'
152
149
primary_resource_id : ' test_resource'
153
- min_version : ' beta'
154
150
vars :
155
151
metastore_service_name : ' test-service'
156
152
parameters :
@@ -177,6 +173,16 @@ properties:
177
173
description : |
178
174
The relative resource name of the metastore service.
179
175
output : true
176
+ - name : ' createTime'
177
+ type : Time
178
+ description : |
179
+ Output only. The time when the metastore service was created.
180
+ output : true
181
+ - name : ' updateTime'
182
+ type : Time
183
+ description : |
184
+ Output only. The time when the metastore service was last updated.
185
+ output : true
180
186
- name : ' labels'
181
187
type : KeyValueLabels
182
188
description : ' User-defined labels for the metastore service.'
@@ -255,13 +261,17 @@ properties:
255
261
type : NestedObject
256
262
description : |
257
263
Represents the autoscaling configuration of a metastore service.
258
- min_version : ' beta'
259
264
required : false
260
265
properties :
261
266
- name : ' autoscalingEnabled'
262
267
type : Boolean
263
268
description : |
264
269
Defines whether autoscaling is enabled. The default value is false.
270
+ - name : ' autoscalingFactor'
271
+ type : Double
272
+ description : |
273
+ Output only. The scaling factor of a service with autoscaling enabled.
274
+ output : true
265
275
- name : ' limitConfig'
266
276
type : NestedObject
267
277
description : |
0 commit comments