Skip to content

Commit 7b2b605

Browse files
Google APIscopybara-github
authored andcommitted
docs: mark DataplexTransferStatus.MIGRATED as deprecated
PiperOrigin-RevId: 658048901
1 parent 51c59a2 commit 7b2b605

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

google/cloud/datacatalog/v1beta1/tags.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@ message TagTemplate {
142142

143143
// TagTemplate and its tags are auto-copied to Dataplex service.
144144
// Visible in both services. Editable in DataCatalog, read-only in Dataplex.
145-
MIGRATED = 1;
145+
// Deprecated: Individual TagTemplate migration is deprecated in favor of
146+
// organization or project wide TagTemplate migration opt-in.
147+
MIGRATED = 1 [deprecated = true];
146148
}
147149

148150
// Identifier. The resource name of the tag template in URL format. Example:

0 commit comments

Comments
 (0)