Class DeleteExecutionRequest (1.18.3)

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

Request message for MetadataService.DeleteExecution.

Attributes

NameDescription
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