(self, annotation_type, field_path, processor)
| 1009 | users = bb.Attribute("users") |
| 1010 | |
| 1011 | def _process_custom_annotations(self, annotation_type, field_path, processor): |
| 1012 | super(CustomQuotaUsersArg, self)._process_custom_annotations(annotation_type, field_path, processor) |
| 1013 | |
| 1014 | CustomQuotaUsersArg_validator = bv.Struct(CustomQuotaUsersArg) |
| 1015 |
nothing calls this directly
no test coverage detected