Google Cloud Data Catalog V1 Client - Class SetConfigRequest (2.3.2)
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 SetConfigRequest.
Request message for SetConfig.
Generated from protobuf message google.cloud.datacatalog.v1.SetConfigRequest
Namespace
Google \ Cloud \ DataCatalog \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The organization or project whose config is being specified. |
↳ tag_template_migration |
int
Opt-in status for the migration of Tag Templates to Dataplex. |
↳ catalog_ui_experience |
int
Opt-in status for the UI switch to Dataplex. |
getName
Required. The organization or project whose config is being specified.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The organization or project whose config is being specified.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTagTemplateMigration
Opt-in status for the migration of Tag Templates to Dataplex.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type TagTemplateMigration. |
hasTagTemplateMigration
setTagTemplateMigration
Opt-in status for the migration of Tag Templates to Dataplex.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type TagTemplateMigration. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCatalogUiExperience
Opt-in status for the UI switch to Dataplex.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type CatalogUIExperience. |
hasCatalogUiExperience
setCatalogUiExperience
Opt-in status for the UI switch to Dataplex.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type CatalogUIExperience. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getConfiguration
| Returns | |
|---|---|
| Type | Description |
string |
|