Class PurgeExecutionsRequest (1.7.1)

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

Request message for MetadataService.PurgeExecutions.

Attributes

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

Inheritance

builtins.object > proto.message.Message > PurgeExecutionsRequest