Data Lineage v1 API - Class UpdateProcessRequest (1.3.0)

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

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

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

Inheritance

object > UpdateProcessRequest

Namespace

Google.Cloud.DataCatalog.Lineage.V1

Assembly

Google.Cloud.DataCatalog.Lineage.V1.dll

Constructors

UpdateProcessRequest()

public UpdateProcessRequest()

UpdateProcessRequest(UpdateProcessRequest)

public UpdateProcessRequest(UpdateProcessRequest other)
Parameter
NameDescription
otherUpdateProcessRequest

Properties

AllowMissing

public bool AllowMissing { get; set; }

If set to true and the process is not found, the request inserts it.

Property Value
TypeDescription
bool

Process

public Process Process { get; set; }

Required. The lineage process to update.

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

Property Value
TypeDescription
Process

UpdateMask

public FieldMask UpdateMask { get; set; }

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

Property Value
TypeDescription
FieldMask