Skip to content

Commit 0681e00

Browse files
authored
Add CreateTime & UpdateTime to google_dataproc_metastore_service (#13324)
1 parent 409490f commit 0681e00

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

mmv1/products/metastore/Service.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,16 @@ properties:
177177
description: |
178178
The relative resource name of the metastore service.
179179
output: true
180+
- name: 'createTime'
181+
type: Time
182+
description: |
183+
Output only. The time when the metastore service was created.
184+
output: true
185+
- name: 'updateTime'
186+
type: Time
187+
description: |
188+
Output only. The time when the metastore service was last updated.
189+
output: true
180190
- name: 'labels'
181191
type: KeyValueLabels
182192
description: 'User-defined labels for the metastore service.'

0 commit comments

Comments
 (0)