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.Lineage.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; }Optional. 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 |
|
RequestId
public string RequestId { get; set; }Optional. A unique identifier for this request. Restricted to 36 ASCII
characters. A random UUID is recommended. This request is idempotent only
if a request_id is provided.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Optional. The list of fields to update. Currently not used. The whole message is updated.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|