public sealed class CloudDataLineageIntegration : IMessage<CloudDataLineageIntegration>, IEquatable<CloudDataLineageIntegration>, IDeepCloneable<CloudDataLineageIntegration>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Composer v1 API class CloudDataLineageIntegration.
Configuration for Cloud Data Lineage integration.
Implements
IMessageCloudDataLineageIntegration, IEquatableCloudDataLineageIntegration, IDeepCloneableCloudDataLineageIntegration, IBufferMessage, IMessageNamespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Constructors
CloudDataLineageIntegration()
public CloudDataLineageIntegration()CloudDataLineageIntegration(CloudDataLineageIntegration)
public CloudDataLineageIntegration(CloudDataLineageIntegration other)| Parameter | |
|---|---|
| Name | Description |
other |
CloudDataLineageIntegration |
Properties
Enabled
public bool Enabled { get; set; }Optional. Whether or not Cloud Data Lineage integration is enabled.
| Property Value | |
|---|---|
| Type | Description |
bool |
|