Interface MigrationConfigOrBuilder (1.61.0)

public interface MigrationConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCatalogUiExperience()

public abstract CatalogUIExperience getCatalogUiExperience()

Opt-in status for the UI switch to Dataplex.

.google.cloud.datacatalog.v1.CatalogUIExperience catalog_ui_experience = 2;

Returns
Type Description
CatalogUIExperience

The catalogUiExperience.

getCatalogUiExperienceValue()

public abstract int getCatalogUiExperienceValue()

Opt-in status for the UI switch to Dataplex.

.google.cloud.datacatalog.v1.CatalogUIExperience catalog_ui_experience = 2;

Returns
Type Description
int

The enum numeric value on the wire for catalogUiExperience.

getTagTemplateMigration()

public abstract TagTemplateMigration getTagTemplateMigration()

Opt-in status for the migration of Tag Templates to Dataplex.

.google.cloud.datacatalog.v1.TagTemplateMigration tag_template_migration = 1;

Returns
Type Description
TagTemplateMigration

The tagTemplateMigration.

getTagTemplateMigrationValue()

public abstract int getTagTemplateMigrationValue()

Opt-in status for the migration of Tag Templates to Dataplex.

.google.cloud.datacatalog.v1.TagTemplateMigration tag_template_migration = 1;

Returns
Type Description
int

The enum numeric value on the wire for tagTemplateMigration.