Class PurgeExecutionsResponse (1.13.1)

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

Response message for MetadataService.PurgeExecutions.

Attributes

NameDescription
purge_count int
The number of Executions that this request deleted (or, if ``force`` is false, the number of Executions that will be deleted). This can be an estimate.
purge_sample Sequence[str]
A sample of the Execution names that will be deleted. Only populated if ``force`` is set to false. The maximum number of samples is 100 (it is possible to return fewer).

Inheritance

builtins.object > proto.message.Message > PurgeExecutionsResponse