Package com.google.cloud.datacatalog.v1
Interface SetConfigRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SetConfigRequest,SetConfigRequest.Builder
@Generated
public interface SetConfigRequestOrBuilder
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.getName()Required.com.google.protobuf.ByteStringRequired.Opt-in status for the migration of Tag Templates to Dataplex.intOpt-in status for the migration of Tag Templates to Dataplex.booleanOpt-in status for the UI switch to Dataplex.booleanOpt-in status for the migration of Tag Templates to Dataplex.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
-
getName
String getName()Required. The organization or project whose config is being specified.
string name = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Required. The organization or project whose config is being specified.
string name = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for name.
-
hasTagTemplateMigration
boolean hasTagTemplateMigration()Opt-in status for the migration of Tag Templates to Dataplex.
.google.cloud.datacatalog.v1.TagTemplateMigration tag_template_migration = 2;- Returns:
- Whether the tagTemplateMigration field is set.
-
getTagTemplateMigrationValue
int getTagTemplateMigrationValue()Opt-in status for the migration of Tag Templates to Dataplex.
.google.cloud.datacatalog.v1.TagTemplateMigration tag_template_migration = 2;- 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 = 2;- Returns:
- The tagTemplateMigration.
-
hasCatalogUiExperience
boolean hasCatalogUiExperience()Opt-in status for the UI switch to Dataplex.
.google.cloud.datacatalog.v1.CatalogUIExperience catalog_ui_experience = 3;- Returns:
- Whether the catalogUiExperience field is set.
-
getCatalogUiExperienceValue
int getCatalogUiExperienceValue()Opt-in status for the UI switch to Dataplex.
.google.cloud.datacatalog.v1.CatalogUIExperience catalog_ui_experience = 3;- 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 = 3;- Returns:
- The catalogUiExperience.
-
getConfigurationCase
SetConfigRequest.ConfigurationCase getConfigurationCase()
-