We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c59a2 commit 7b2b605Copy full SHA for 7b2b605
1 file changed
google/cloud/datacatalog/v1beta1/tags.proto
@@ -142,7 +142,9 @@ message TagTemplate {
142
143
// TagTemplate and its tags are auto-copied to Dataplex service.
144
// Visible in both services. Editable in DataCatalog, read-only in Dataplex.
145
- MIGRATED = 1;
+ // Deprecated: Individual TagTemplate migration is deprecated in favor of
146
+ // organization or project wide TagTemplate migration opt-in.
147
+ MIGRATED = 1 [deprecated = true];
148
}
149
150
// Identifier. The resource name of the tag template in URL format. Example:
0 commit comments