Class DeleteExecutionRequest (1.8.1)

  DeleteExecutionRequest 
 ( 
 mapping 
 = 
 None 
 , 
 * 
 , 
 ignore_unknown_fields 
 = 
 False 
 , 
 ** 
 kwargs 
 ) 
 

Request message for MetadataService.DeleteExecution .

Attributes

Name Description
name str
Required. The resource name of the Execution to delete. Format: ``projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}``
etag str
Optional. The etag of the Execution to delete. If this is provided, it must match the server's etag. Otherwise, the request will fail with a FAILED_PRECONDITION.

Inheritance

builtins.object > proto.message.Message > DeleteExecutionRequest