Class DeleteArtifactRequest (1.8.1)

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

Request message for MetadataService.DeleteArtifact.

Attributes

NameDescription
name str
Required. The resource name of the Artifact to delete. Format: ``projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}``
etag str
Optional. The etag of the Artifact 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 > DeleteArtifactRequest