Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class DataplexConfig.
Configuration for Dataplex integration.
Generated from protobuf message google.cloud.alloydb.v1.Cluster.DataplexConfig
Namespace
Google \ Cloud \ AlloyDb \ V1 \ ClusterMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ enabled |
bool
Dataplex is enabled by default for resources such as clusters and instances. This flag controls the integration of AlloyDB PG resources (like databases, schemas, and tables) with Dataplex." |
getEnabled
Dataplex is enabled by default for resources such as clusters and instances. This flag controls the integration of AlloyDB PG resources (like databases, schemas, and tables) with Dataplex."
| Returns | |
|---|---|
| Type | Description |
bool |
|
setEnabled
Dataplex is enabled by default for resources such as clusters and instances. This flag controls the integration of AlloyDB PG resources (like databases, schemas, and tables) with Dataplex."
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|