public sealed class DeleteRunRequest : IMessage<DeleteRunRequest>, IEquatable<DeleteRunRequest>, IDeepCloneable<DeleteRunRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Lineage v1 API class DeleteRunRequest.
Request message for [DeleteRun][google.cloud.datacatalog.lineage.v1.DeleteRun].
Implements
IMessageDeleteRunRequest, IEquatableDeleteRunRequest, IDeepCloneableDeleteRunRequest, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DataCatalogGoogle.Cloud.DataCatalog.LineageV1Assembly
Google.Cloud.DataCatalog.Lineage.V1.dll
Constructors
DeleteRunRequest()
public DeleteRunRequest()
DeleteRunRequest(DeleteRunRequest)
public DeleteRunRequest(DeleteRunRequest other)
Parameter | |
---|---|
Name | Description |
other | DeleteRunRequest |
Properties
AllowMissing
public bool AllowMissing { get; set; }
If set to true and the run is not found, the request succeeds but the server doesn't perform any actions.
Property Value | |
---|---|
Type | Description |
bool |
Name
public string Name { get; set; }
Required. The name of the run to delete.
Property Value | |
---|---|
Type | Description |
string |
RunName
public RunName RunName { get; set; }
Property Value | |
---|---|
Type | Description |
RunName |