public interface SetConfigRequestOrBuilder
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.
|
SetConfigRequest.ConfigurationCase |
getConfigurationCase() |
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
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.
|
boolean |
hasCatalogUiExperience()
Opt-in status for the UI switch to Dataplex.
|
boolean |
hasTagTemplateMigration()
Opt-in status for the migration of Tag Templates to Dataplex.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The organization or project whose config is being specified.
string name = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getNameBytes()
Required. The organization or project whose config is being specified.
string name = 1 [(.google.api.field_behavior) = REQUIRED];boolean hasTagTemplateMigration()
Opt-in status for the migration of Tag Templates to Dataplex.
.google.cloud.datacatalog.v1.TagTemplateMigration tag_template_migration = 2;int getTagTemplateMigrationValue()
Opt-in status for the migration of Tag Templates to Dataplex.
.google.cloud.datacatalog.v1.TagTemplateMigration tag_template_migration = 2;TagTemplateMigration getTagTemplateMigration()
Opt-in status for the migration of Tag Templates to Dataplex.
.google.cloud.datacatalog.v1.TagTemplateMigration tag_template_migration = 2;boolean hasCatalogUiExperience()
Opt-in status for the UI switch to Dataplex.
.google.cloud.datacatalog.v1.CatalogUIExperience catalog_ui_experience = 3;int getCatalogUiExperienceValue()
Opt-in status for the UI switch to Dataplex.
.google.cloud.datacatalog.v1.CatalogUIExperience catalog_ui_experience = 3;CatalogUIExperience getCatalogUiExperience()
Opt-in status for the UI switch to Dataplex.
.google.cloud.datacatalog.v1.CatalogUIExperience catalog_ui_experience = 3;SetConfigRequest.ConfigurationCase getConfigurationCase()
Copyright © 2025 Google LLC. All rights reserved.