(self, annotation_type, field_path, processor)
| 892 | return self._tag == 'other' |
| 893 | |
| 894 | def _process_custom_annotations(self, annotation_type, field_path, processor): |
| 895 | super(CustomQuotaError, self)._process_custom_annotations(annotation_type, field_path, processor) |
| 896 | |
| 897 | CustomQuotaError_validator = bv.Union(CustomQuotaError) |
| 898 |
nothing calls this directly
no test coverage detected