public sealed class UpdateProcessRequest : IMessage<UpdateProcessRequest>, IEquatable<UpdateProcessRequest>, IDeepCloneable<UpdateProcessRequest>, IBufferMessage, IMessageReference documentation and code samples for the Data Lineage v1 API class UpdateProcessRequest.
Request message for [UpdateProcess][google.cloud.datacatalog.lineage.v1.UpdateProcess].
Implements
IMessageUpdateProcessRequest, IEquatableUpdateProcessRequest, IDeepCloneableUpdateProcessRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.Lineage.V1Assembly
Google.Cloud.DataCatalog.Lineage.V1.dll
Constructors
UpdateProcessRequest()
public UpdateProcessRequest()UpdateProcessRequest(UpdateProcessRequest)
public UpdateProcessRequest(UpdateProcessRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateProcessRequest |
Properties
AllowMissing
public bool AllowMissing { get; set; }If set to true and the process is not found, the request inserts it.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
Process |
|
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 |
|