Class PurgeArtifactsRequest (1.18.1)

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

Request message for MetadataService.PurgeArtifacts.

Attributes

NameDescription
parent str
Required. The metadata store to purge Artifacts from. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}
filter str
Required. A required filter matching the Artifacts to be purged. E.g., update_time <=>.
force bool
Optional. Flag to indicate to actually perform the purge. If force is set to false, the method will return a sample of Artifact names that would be deleted.

Inheritance

builtins.object > proto.message.Message > PurgeArtifactsRequest