Skip to content

Commit 3da50fd

Browse files
Google APIscopybara-github
authored andcommitted
feat: add field template_migration_enabled_time to .google.cloud.datacatalog.v1.MigrationConfig
PiperOrigin-RevId: 750309107
1 parent 6450931 commit 3da50fd

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

google/cloud/datacatalog/v1/datacatalog.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ import "google/iam/v1/policy.proto";
3636
import "google/longrunning/operations.proto";
3737
import "google/protobuf/empty.proto";
3838
import "google/protobuf/field_mask.proto";
39+
import "google/protobuf/timestamp.proto";
3940
import "google/rpc/status.proto";
4041

4142
option 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
}

google/cloud/datacatalog/v1/datacatalog_v1.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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: |-

0 commit comments

Comments
 (0)