Class DeleteExecutionRequest (1.36.4)

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.

Methods

DeleteExecutionRequest

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

Request message for MetadataService.DeleteExecution.