Google Cloud Data Catalog V1 Client - Class CatalogUIExperience (2.4.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class CatalogUIExperience.
Configuration related to the opt-in status for the UI switch to Dataplex.
Protobuf type google.cloud.datacatalog.v1.CatalogUIExperience
Namespace
Google \ Cloud \ DataCatalog \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CATALOG_UI_EXPERIENCE_UNSPECIFIED
Value: 0Default value. The default UI is Dataplex.
Generated from protobuf enum CATALOG_UI_EXPERIENCE_UNSPECIFIED = 0;
CATALOG_UI_EXPERIENCE_ENABLED
Value: 1The UI is Dataplex.
Generated from protobuf enum CATALOG_UI_EXPERIENCE_ENABLED = 1;
CATALOG_UI_EXPERIENCE_DISABLED
Value: 2The UI is Data Catalog.
Generated from protobuf enum CATALOG_UI_EXPERIENCE_DISABLED = 2;