public enum CatalogUIExperience extends Enum<CatalogUIExperience> implements com.google.protobuf.ProtocolMessageEnum
Configuration related to the opt-in status for the UI switch to Dataplex.Protobuf enum
google.cloud.datacatalog.v1.CatalogUIExperience| Enum Constant and Description |
|---|
CATALOG_UI_EXPERIENCE_DISABLED
The UI is Data Catalog.
|
CATALOG_UI_EXPERIENCE_ENABLED
The UI is Dataplex.
|
CATALOG_UI_EXPERIENCE_UNSPECIFIED
Default value.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CATALOG_UI_EXPERIENCE_DISABLED_VALUE
The UI is Data Catalog.
|
static int |
CATALOG_UI_EXPERIENCE_ENABLED_VALUE
The UI is Dataplex.
|
static int |
CATALOG_UI_EXPERIENCE_UNSPECIFIED_VALUE
Default value.
|
| Modifier and Type | Method and Description |
|---|---|
static CatalogUIExperience |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<CatalogUIExperience> |
internalGetValueMap() |
static CatalogUIExperience |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CatalogUIExperience |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CatalogUIExperience |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CatalogUIExperience[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatalogUIExperience CATALOG_UI_EXPERIENCE_UNSPECIFIED
Default value. The default UI is Dataplex.
CATALOG_UI_EXPERIENCE_UNSPECIFIED = 0;public static final CatalogUIExperience CATALOG_UI_EXPERIENCE_ENABLED
The UI is Dataplex.
CATALOG_UI_EXPERIENCE_ENABLED = 1;public static final CatalogUIExperience CATALOG_UI_EXPERIENCE_DISABLED
The UI is Data Catalog.
CATALOG_UI_EXPERIENCE_DISABLED = 2;public static final CatalogUIExperience UNRECOGNIZED
public static final int CATALOG_UI_EXPERIENCE_UNSPECIFIED_VALUE
Default value. The default UI is Dataplex.
CATALOG_UI_EXPERIENCE_UNSPECIFIED = 0;public static final int CATALOG_UI_EXPERIENCE_ENABLED_VALUE
The UI is Dataplex.
CATALOG_UI_EXPERIENCE_ENABLED = 1;public static final int CATALOG_UI_EXPERIENCE_DISABLED_VALUE
The UI is Data Catalog.
CATALOG_UI_EXPERIENCE_DISABLED = 2;public static CatalogUIExperience[] values()
for (CatalogUIExperience c : CatalogUIExperience.values()) System.out.println(c);
public static CatalogUIExperience valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static CatalogUIExperience valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static CatalogUIExperience forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<CatalogUIExperience> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static CatalogUIExperience valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.