Package com.google.cloud.datacatalog.v1
Interface MigrationConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MigrationConfig,MigrationConfig.Builder
@Generated
public interface MigrationConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOpt-in status for the UI switch to Dataplex.intOpt-in status for the UI switch to Dataplex.Opt-in status for the migration of Tag Templates to Dataplex.intOpt-in status for the migration of Tag Templates to Dataplex.com.google.protobuf.TimestampThe time when the Tag Template migration was enabled.com.google.protobuf.TimestampOrBuilderThe time when the Tag Template migration was enabled.booleanThe time when the Tag Template migration was enabled.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTagTemplateMigrationValue
int getTagTemplateMigrationValue()Opt-in status for the migration of Tag Templates to Dataplex.
.google.cloud.datacatalog.v1.TagTemplateMigration tag_template_migration = 1;- Returns:
- The enum numeric value on the wire for tagTemplateMigration.
-
getTagTemplateMigration
TagTemplateMigration getTagTemplateMigration()Opt-in status for the migration of Tag Templates to Dataplex.
.google.cloud.datacatalog.v1.TagTemplateMigration tag_template_migration = 1;- Returns:
- The tagTemplateMigration.
-
getCatalogUiExperienceValue
int getCatalogUiExperienceValue()Opt-in status for the UI switch to Dataplex.
.google.cloud.datacatalog.v1.CatalogUIExperience catalog_ui_experience = 2;- Returns:
- The enum numeric value on the wire for catalogUiExperience.
-
getCatalogUiExperience
CatalogUIExperience getCatalogUiExperience()Opt-in status for the UI switch to Dataplex.
.google.cloud.datacatalog.v1.CatalogUIExperience catalog_ui_experience = 2;- Returns:
- The catalogUiExperience.
-
hasTemplateMigrationEnabledTime
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:
- Whether the templateMigrationEnabledTime field is set.
-
getTemplateMigrationEnabledTime
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;- Returns:
- The templateMigrationEnabledTime.
-
getTemplateMigrationEnabledTimeOrBuilder
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;
-