public interface MigrationConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CatalogUIExperience |
getCatalogUiExperience()
Opt-in status for the UI switch to Dataplex.
|
int |
getCatalogUiExperienceValue()
Opt-in status for the UI switch to Dataplex.
|
TagTemplateMigration |
getTagTemplateMigration()
Opt-in status for the migration of Tag Templates to Dataplex.
|
int |
getTagTemplateMigrationValue()
Opt-in status for the migration of Tag Templates to Dataplex.
|
com.google.protobuf.Timestamp |
getTemplateMigrationEnabledTime()
The time when the Tag Template migration was enabled.
|
com.google.protobuf.TimestampOrBuilder |
getTemplateMigrationEnabledTimeOrBuilder()
The time when the Tag Template migration was enabled.
|
boolean |
hasTemplateMigrationEnabledTime()
The time when the Tag Template migration was enabled.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTagTemplateMigrationValue()
Opt-in status for the migration of Tag Templates to Dataplex.
.google.cloud.datacatalog.v1.TagTemplateMigration tag_template_migration = 1;TagTemplateMigration getTagTemplateMigration()
Opt-in status for the migration of Tag Templates to Dataplex.
.google.cloud.datacatalog.v1.TagTemplateMigration tag_template_migration = 1;int getCatalogUiExperienceValue()
Opt-in status for the UI switch to Dataplex.
.google.cloud.datacatalog.v1.CatalogUIExperience catalog_ui_experience = 2;CatalogUIExperience getCatalogUiExperience()
Opt-in status for the UI switch to Dataplex.
.google.cloud.datacatalog.v1.CatalogUIExperience catalog_ui_experience = 2;boolean hasTemplateMigrationEnabledTime()
The time when the Tag Template migration was enabled. If the Tag Template migration is not enabled, this field is not set.
.google.protobuf.Timestamp template_migration_enabled_time = 3;com.google.protobuf.Timestamp getTemplateMigrationEnabledTime()
The time when the Tag Template migration was enabled. If the Tag Template migration is not enabled, this field is not set.
.google.protobuf.Timestamp template_migration_enabled_time = 3;com.google.protobuf.TimestampOrBuilder getTemplateMigrationEnabledTimeOrBuilder()
The time when the Tag Template migration was enabled. If the Tag Template migration is not enabled, this field is not set.
.google.protobuf.Timestamp template_migration_enabled_time = 3;Copyright © 2025 Google LLC. All rights reserved.