Reference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class Ingestion.
Defines how Lineage should be ingested for a given resource.
Generated from protobuf message google.cloud.datacatalog.lineage.configmanagement.v1.Config.Ingestion
Namespace
Google \ Cloud \ DataCatalog \ Lineage \ ConfigManagement \ V1 \ ConfigMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ rules |
array<Ingestion\IngestionRule>
Optional. List of rules for Data Lineage ingestion. |
getRules
Optional. List of rules for Data Lineage ingestion.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<Ingestion\IngestionRule> |
|
setRules
Optional. List of rules for Data Lineage ingestion.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Ingestion\IngestionRule>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|