Data Lineage v1 API - Class Origin (1.6.0)

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

Reference documentation and code samples for the Data Lineage v1 API class Origin.

Origin of a process.

Inheritance

object > Origin

Namespace

Google.Cloud.DataCatalog.Lineage.V1

Assembly

Google.Cloud.DataCatalog.Lineage.V1.dll

Constructors

Origin()

public Origin()

Origin(Origin)

public Origin(Origin other)
Parameter
Name Description
other Origin

Properties

Name

public string Name { get; set; }

If the source_type isn't CUSTOM, the value of this field should be a Google Cloud resource name of the system, which reports lineage. The project and location parts of the resource name must match the project and location of the lineage resource being created. Examples:

  • {source_type: COMPOSER, name: "projects/foo/locations/us/environments/bar"}
  • {source_type: BIGQUERY, name: "projects/foo/locations/eu"}
  • {source_type: CUSTOM, name: "myCustomIntegration"}
Property Value
Type Description
string

SourceType

public Origin.Types.SourceType SourceType { get; set; }

Type of the source.

Use of a source_type other than CUSTOM for process creation or updating is highly discouraged. It might be restricted in the future without notice. There will be increase in cost if you use any of the source types other than CUSTOM.

Property Value
Type Description
OriginTypesSourceType