Data Lineage v1 API - Class UpdateRunRequest (1.4.0)

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

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

Request message for [UpdateRun][google.cloud.datacatalog.lineage.v1.UpdateRun].

Inheritance

object > UpdateRunRequest

Namespace

Google.Cloud.DataCatalog.Lineage.V1

Assembly

Google.Cloud.DataCatalog.Lineage.V1.dll

Constructors

UpdateRunRequest()

public UpdateRunRequest()

UpdateRunRequest(UpdateRunRequest)

public UpdateRunRequest(UpdateRunRequest other)
Parameter
Name Description
other UpdateRunRequest

Properties

AllowMissing

public bool AllowMissing { get; set; }

If set to true and the run is not found, the request creates it.

Property Value
Type Description
bool

Run

public Run Run { get; set; }

Required. The lineage run to update.

The run's name field is used to identify the run to update.

Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}.

Property Value
Type Description
Run

UpdateMask

public FieldMask UpdateMask { get; set; }

The list of fields to update. Currently not used. The whole message is updated.

Property Value
Type Description
FieldMask