Interface protos.google.cloud.datacatalog.lineage.v1.IRun (1.1.0)

Properties of a Run.

Package

@google-cloud/lineage

Properties

attributes

attributes?: ({ [k: string]: google.protobuf.IValue }|null);

Run attributes

displayName

displayName?: (string|null);

Run displayName

endTime

endTime?: (google.protobuf.ITimestamp|null);

Run endTime

name

name?: (string|null);

Run name

startTime

startTime?: (google.protobuf.ITimestamp|null);

Run startTime

state

state?: (google.cloud.datacatalog.lineage.v1.Run.State|keyof typeof google.cloud.datacatalog.lineage.v1.Run.State|null);

Run state