public interface SetConfigRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCatalogUiExperience()
public abstract CatalogUIExperience getCatalogUiExperience()Opt-in status for the UI switch to Dataplex.
.google.cloud.datacatalog.v1.CatalogUIExperience catalog_ui_experience = 3;
| 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 = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for catalogUiExperience. |
getConfigurationCase()
public abstract SetConfigRequest.ConfigurationCase getConfigurationCase()| Returns | |
|---|---|
| Type | Description |
SetConfigRequest.ConfigurationCase |
|
getName()
public abstract String getName()Required. The organization or project whose config is being specified.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Required. The organization or project whose config is being specified.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getTagTemplateMigration()
public abstract TagTemplateMigration getTagTemplateMigration()Opt-in status for the migration of Tag Templates to Dataplex.
.google.cloud.datacatalog.v1.TagTemplateMigration tag_template_migration = 2;
| 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 = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for tagTemplateMigration. |
hasCatalogUiExperience()
public abstract boolean hasCatalogUiExperience()Opt-in status for the UI switch to Dataplex.
.google.cloud.datacatalog.v1.CatalogUIExperience catalog_ui_experience = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the catalogUiExperience field is set. |
hasTagTemplateMigration()
public abstract boolean hasTagTemplateMigration()Opt-in status for the migration of Tag Templates to Dataplex.
.google.cloud.datacatalog.v1.TagTemplateMigration tag_template_migration = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the tagTemplateMigration field is set. |