File tree Expand file tree Collapse file tree
google/cloud/datacatalog/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ import "google/iam/v1/policy.proto";
3636import "google/longrunning/operations.proto" ;
3737import "google/protobuf/empty.proto" ;
3838import "google/protobuf/field_mask.proto" ;
39+ import "google/protobuf/timestamp.proto" ;
3940import "google/rpc/status.proto" ;
4041
4142option csharp_namespace = "Google.Cloud.DataCatalog.V1" ;
@@ -2449,4 +2450,8 @@ message MigrationConfig {
24492450
24502451 // Opt-in status for the UI switch to Dataplex.
24512452 CatalogUIExperience catalog_ui_experience = 2 ;
2453+
2454+ // The time when the Tag Template migration was enabled.
2455+ // If the Tag Template migration is not enabled, this field is not set.
2456+ google.protobuf.Timestamp template_migration_enabled_time = 3 ;
24522457}
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ documentation:
2222 A fully managed and highly scalable data discovery and metadata management
2323 service.
2424 overview : |-
25- DataCatalog is a centralized and unified data catalog service for all your
26- Cloud resources, where users and systems can discover data, explore and
27- curate its semantics, understand how to act on it, and help govern its
28- usage.
25+ Data Catalog is a centralized and unified data catalog service for all
26+ your Cloud resources, where users and systems can discover data, explore
27+ and curate its semantics, understand how to act on it, and help govern
28+ its usage.
2929 rules :
3030 - selector : google.iam.v1.IAMPolicy.GetIamPolicy
3131 description : |-
You can’t perform that action at this time.
0 commit comments