Skip to content

Commit 634b382

Browse files
authored
Add CreateTime & UpdateTime to google_dataproc_metastore_federation (#13323)
1 parent 5b9baec commit 634b382

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

mmv1/products/metastore/Federation.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,16 @@ properties:
7979
description: |
8080
The relative resource name of the metastore federation.
8181
output: true
82+
- name: 'createTime'
83+
type: Time
84+
description: |
85+
Output only. The time when the metastore federation was created.
86+
output: true
87+
- name: 'updateTime'
88+
type: Time
89+
description: |
90+
Output only. The time when the metastore federation was last updated.
91+
output: true
8292
- name: 'labels'
8393
type: KeyValueLabels
8494
description: 'User-defined labels for the metastore federation.'

0 commit comments

Comments
 (0)