Skip to content

Commit de84e86

Browse files
feat(datacatalog): update the api
#### datacatalog:v1 The following keys were added: - schemas.GoogleCloudDatacatalogV1MigrationConfig.properties.templateMigrationEnabledTime (Total Keys: 2)
1 parent c15053c commit de84e86

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

docs/dyn/datacatalog_v1.organizations.locations.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ <h3>Method Details</h3>
111111
&quot;a_key&quot;: { # The configuration related to the migration to Dataplex applied to an organization or project. It is the response message for SetConfig and RetrieveEffectiveConfig.
112112
&quot;catalogUiExperience&quot;: &quot;A String&quot;, # Opt-in status for the UI switch to Dataplex.
113113
&quot;tagTemplateMigration&quot;: &quot;A String&quot;, # Opt-in status for the migration of Tag Templates to Dataplex.
114+
&quot;templateMigrationEnabledTime&quot;: &quot;A String&quot;, # The time when the Tag Template migration was enabled. If the Tag Template migration is not enabled, this field is not set.
114115
},
115116
},
116117
}</pre>
@@ -133,6 +134,7 @@ <h3>Method Details</h3>
133134
{ # The configuration related to the migration to Dataplex applied to an organization or project. It is the response message for SetConfig and RetrieveEffectiveConfig.
134135
&quot;catalogUiExperience&quot;: &quot;A String&quot;, # Opt-in status for the UI switch to Dataplex.
135136
&quot;tagTemplateMigration&quot;: &quot;A String&quot;, # Opt-in status for the migration of Tag Templates to Dataplex.
137+
&quot;templateMigrationEnabledTime&quot;: &quot;A String&quot;, # The time when the Tag Template migration was enabled. If the Tag Template migration is not enabled, this field is not set.
136138
}</pre>
137139
</div>
138140

@@ -161,6 +163,7 @@ <h3>Method Details</h3>
161163
{ # The configuration related to the migration to Dataplex applied to an organization or project. It is the response message for SetConfig and RetrieveEffectiveConfig.
162164
&quot;catalogUiExperience&quot;: &quot;A String&quot;, # Opt-in status for the UI switch to Dataplex.
163165
&quot;tagTemplateMigration&quot;: &quot;A String&quot;, # Opt-in status for the migration of Tag Templates to Dataplex.
166+
&quot;templateMigrationEnabledTime&quot;: &quot;A String&quot;, # The time when the Tag Template migration was enabled. If the Tag Template migration is not enabled, this field is not set.
164167
}</pre>
165168
</div>
166169

docs/dyn/datacatalog_v1.projects.locations.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ <h3>Method Details</h3>
126126
{ # The configuration related to the migration to Dataplex applied to an organization or project. It is the response message for SetConfig and RetrieveEffectiveConfig.
127127
&quot;catalogUiExperience&quot;: &quot;A String&quot;, # Opt-in status for the UI switch to Dataplex.
128128
&quot;tagTemplateMigration&quot;: &quot;A String&quot;, # Opt-in status for the migration of Tag Templates to Dataplex.
129+
&quot;templateMigrationEnabledTime&quot;: &quot;A String&quot;, # The time when the Tag Template migration was enabled. If the Tag Template migration is not enabled, this field is not set.
129130
}</pre>
130131
</div>
131132

@@ -154,6 +155,7 @@ <h3>Method Details</h3>
154155
{ # The configuration related to the migration to Dataplex applied to an organization or project. It is the response message for SetConfig and RetrieveEffectiveConfig.
155156
&quot;catalogUiExperience&quot;: &quot;A String&quot;, # Opt-in status for the UI switch to Dataplex.
156157
&quot;tagTemplateMigration&quot;: &quot;A String&quot;, # Opt-in status for the migration of Tag Templates to Dataplex.
158+
&quot;templateMigrationEnabledTime&quot;: &quot;A String&quot;, # The time when the Tag Template migration was enabled. If the Tag Template migration is not enabled, this field is not set.
157159
}</pre>
158160
</div>
159161

googleapiclient/discovery_cache/documents/datacatalog.v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2339,7 +2339,7 @@
23392339
}
23402340
}
23412341
},
2342-
"revision": "20250314",
2342+
"revision": "20250411",
23432343
"rootUrl": "https://datacatalog.googleapis.com/",
23442344
"schemas": {
23452345
"Binding": {
@@ -3641,6 +3641,11 @@
36413641
"Migration of Tag Templates from Data Catalog to Dataplex is disabled."
36423642
],
36433643
"type": "string"
3644+
},
3645+
"templateMigrationEnabledTime": {
3646+
"description": "The time when the Tag Template migration was enabled. If the Tag Template migration is not enabled, this field is not set.",
3647+
"format": "google-datetime",
3648+
"type": "string"
36443649
}
36453650
},
36463651
"type": "object"

0 commit comments

Comments
 (0)