public interface MigrationConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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. |
getTemplateMigrationEnabledTime()
public abstract 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;
Returns | |
---|---|
Type | Description |
Timestamp |
The templateMigrationEnabledTime. |
getTemplateMigrationEnabledTimeOrBuilder()
public abstract 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;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasTemplateMigrationEnabledTime()
public abstract 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;
Returns | |
---|---|
Type | Description |
boolean |
Whether the templateMigrationEnabledTime field is set. |