Cloud Composer v1 API - Class CloudDataLineageIntegration (2.7.0)

public sealed class CloudDataLineageIntegration : IMessage<CloudDataLineageIntegration>, IEquatable<CloudDataLineageIntegration>, IDeepCloneable<CloudDataLineageIntegration>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Composer v1 API class CloudDataLineageIntegration.

Configuration for Cloud Data Lineage integration.

Inheritance

object > CloudDataLineageIntegration

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

Google.Cloud.Orchestration.Airflow.Service.V1.dll

Constructors

CloudDataLineageIntegration()

public CloudDataLineageIntegration()

CloudDataLineageIntegration(CloudDataLineageIntegration)

public CloudDataLineageIntegration(CloudDataLineageIntegration other)
Parameter
NameDescription
otherCloudDataLineageIntegration

Properties

Enabled

public bool Enabled { get; set; }

Optional. Whether or not Cloud Data Lineage integration is enabled.

Property Value
TypeDescription
bool