Class PurgeContextsResponse (1.16.1)

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

Response message for MetadataService.PurgeContexts.

Attributes

NameDescription
purge_count int
The number of Contexts that this request deleted (or, if ``force`` is false, the number of Contexts that will be deleted). This can be an estimate.
purge_sample Sequence[str]
A sample of the Context 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 > PurgeContextsResponse