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].
Implements
IMessageDeleteLineageEventRequest, IEquatableDeleteLineageEventRequest, IDeepCloneableDeleteLineageEventRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.Lineage.V1Assembly
Google.Cloud.DataCatalog.Lineage.V1.dll
Constructors
DeleteLineageEventRequest()
public DeleteLineageEventRequest()
DeleteLineageEventRequest(DeleteLineageEventRequest)
public DeleteLineageEventRequest(DeleteLineageEventRequest other)
Parameter | |
---|---|
Name | Description |
other |
DeleteLineageEventRequest |
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 | |
---|---|
Type | Description |
bool |
LineageEventName
public LineageEventName LineageEventName { get; set; }
LineageEventName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
LineageEventName |
Name
public string Name { get; set; }
Required. The name of the lineage event to delete.
Property Value | |
---|---|
Type | Description |
string |