Data Lineage v1 API - Class DeleteLineageEventRequest (1.3.0)

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

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

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

Inheritance

object > DeleteLineageEventRequest

Namespace

Google.Cloud.DataCatalog.Lineage.V1

Assembly

Google.Cloud.DataCatalog.Lineage.V1.dll

Constructors

DeleteLineageEventRequest()

public DeleteLineageEventRequest()

DeleteLineageEventRequest(DeleteLineageEventRequest)

public DeleteLineageEventRequest(DeleteLineageEventRequest other)
Parameter
NameDescription
otherDeleteLineageEventRequest

Properties

AllowMissing

public bool AllowMissing { get; set; }

If set to true and the lineage event is not found, the request succeeds but the server doesn't perform any actions.

Property Value
TypeDescription
bool

LineageEventName

public LineageEventName LineageEventName { get; set; }

LineageEventName-typed view over the Name resource name property.

Property Value
TypeDescription
LineageEventName

Name

public string Name { get; set; }

Required. The name of the lineage event to delete.

Property Value
TypeDescription
string