Data Lineage v1 API - Class Run (1.3.0)

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

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

A lineage run represents an execution of a process that creates lineage events.

Inheritance

object > Run

Namespace

Google.Cloud.DataCatalog.Lineage.V1

Assembly

Google.Cloud.DataCatalog.Lineage.V1.dll

Constructors

Run()

public Run()

Run(Run)

public Run(Run other)
Parameter
NameDescription
otherRun

Properties

Attributes

public MapField<string, Value> Attributes { get; }

Optional. The attributes of the run. Should only be used for the purpose of non-semantic management (classifying, describing or labeling the run).

Up to 100 attributes are allowed.

Property Value
TypeDescription
MapFieldstringValue

DisplayName

public string DisplayName { get; set; }

Optional. A human-readable name you can set to display in a user interface. Must be not longer than 1024 characters and only contain UTF-8 letters or numbers, spaces or characters like _-:&.

Property Value
TypeDescription
string

EndTime

public Timestamp EndTime { get; set; }

Optional. The timestamp of the end of the run.

Property Value
TypeDescription
Timestamp

Name

public string Name { get; set; }

Immutable. The resource name of the run. Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}. Can be specified or auto-assigned. {run} must be not longer than 200 characters and only contain characters in a set: a-zA-Z0-9_-:.

Property Value
TypeDescription
string

RunName

public RunName RunName { get; set; }

RunName-typed view over the Name resource name property.

Property Value
TypeDescription
RunName

StartTime

public Timestamp StartTime { get; set; }

Required. The timestamp of the start of the run.

Property Value
TypeDescription
Timestamp

State

public Run.Types.State State { get; set; }

Required. The state of the run.

Property Value
TypeDescription
RunTypesState