@@ -5,18 +5,16 @@ from typing import ClassVar as _ClassVar, Optional as _Optional
55DESCRIPTOR : _descriptor .FileDescriptor
66
77class Quota (_message .Message ):
8- __slots__ = ("permissions_per_space" , "single_sing_on" , "dedicated_user_database" , "attributes_per_space" , "customer_support_reply_time" , "allow_discussions" , "audit_log" , "achievements_per_space" , "printers_per_space" , "evaluations_by_seat_per_month" , "priority_evaluation_queue" , "plagiarism_analysis" , "submission_evaluation_limit" , "members_per_space" , "member_credits" , "campaigns_per_space" , "emails_per_day" , "emails_per_month" , "automation_rules_per_space" , "automation_executions_per_month" , "ai_tokens_per_month" , "scoreboards_per_space" , "courses_per_space" , "problems_per_space" , "tests_per_problem" , "testset_per_problem" , "statement_per_problem" , "editorial_per_problem" , "solutions_per_problem" , "code_templates_per_problem" , "debug_assistant" , "debug_hints_daily_per_admin" , "debug_hints_daily_per_member" , "contests_per_space" , "active_contests_per_space" , "contests_per_month" , "problems_per_contest" , "participants_per_contest" , "contest_upsolve_mode" , "max_contest_duration" , "team_contests" , "ghost_participants" , "unofficial_participants" )
8+ __slots__ = ("permissions_per_space" , "single_sing_on" , "dedicated_user_database" , "attributes_per_space" , "allow_discussions" , "audit_log" , "achievements_per_space" , "printers_per_space" , "evaluations_by_seat_per_month" , "plagiarism_analysis" , "submission_evaluation_limit" , "members_per_space" , "member_credits" , "campaigns_per_space" , "emails_per_day" , "emails_per_month" , "automation_rules_per_space" , "automation_executions_per_month" , "ai_tokens_per_month" , "scoreboards_per_space" , "courses_per_space" , "problems_per_space" , "tests_per_problem" , "testset_per_problem" , "statement_per_problem" , "editorial_per_problem" , "solutions_per_problem" , "code_templates_per_problem" , "debug_assistant" , "debug_hints_daily_per_admin" , "debug_hints_daily_per_member" , "contests_per_space" , "active_contests_per_space" , "contests_per_month" , "problems_per_contest" , "participants_per_contest" , "contest_upsolve_mode" , "max_contest_duration" , "team_contests" , "ghost_participants" , "unofficial_participants" )
99 PERMISSIONS_PER_SPACE_FIELD_NUMBER : _ClassVar [int ]
1010 SINGLE_SING_ON_FIELD_NUMBER : _ClassVar [int ]
1111 DEDICATED_USER_DATABASE_FIELD_NUMBER : _ClassVar [int ]
1212 ATTRIBUTES_PER_SPACE_FIELD_NUMBER : _ClassVar [int ]
13- CUSTOMER_SUPPORT_REPLY_TIME_FIELD_NUMBER : _ClassVar [int ]
1413 ALLOW_DISCUSSIONS_FIELD_NUMBER : _ClassVar [int ]
1514 AUDIT_LOG_FIELD_NUMBER : _ClassVar [int ]
1615 ACHIEVEMENTS_PER_SPACE_FIELD_NUMBER : _ClassVar [int ]
1716 PRINTERS_PER_SPACE_FIELD_NUMBER : _ClassVar [int ]
1817 EVALUATIONS_BY_SEAT_PER_MONTH_FIELD_NUMBER : _ClassVar [int ]
19- PRIORITY_EVALUATION_QUEUE_FIELD_NUMBER : _ClassVar [int ]
2018 PLAGIARISM_ANALYSIS_FIELD_NUMBER : _ClassVar [int ]
2119 SUBMISSION_EVALUATION_LIMIT_FIELD_NUMBER : _ClassVar [int ]
2220 MEMBERS_PER_SPACE_FIELD_NUMBER : _ClassVar [int ]
@@ -53,13 +51,11 @@ class Quota(_message.Message):
5351 single_sing_on : bool
5452 dedicated_user_database : bool
5553 attributes_per_space : int
56- customer_support_reply_time : int
5754 allow_discussions : bool
5855 audit_log : bool
5956 achievements_per_space : int
6057 printers_per_space : int
6158 evaluations_by_seat_per_month : int
62- priority_evaluation_queue : bool
6359 plagiarism_analysis : bool
6460 submission_evaluation_limit : int
6561 members_per_space : int
@@ -92,4 +88,4 @@ class Quota(_message.Message):
9288 team_contests : bool
9389 ghost_participants : bool
9490 unofficial_participants : bool
95- def __init__ (self , permissions_per_space : _Optional [int ] = ..., single_sing_on : _Optional [bool ] = ..., dedicated_user_database : _Optional [bool ] = ..., attributes_per_space : _Optional [int ] = ..., customer_support_reply_time : _Optional [int ] = ..., allow_discussions : _Optional [bool ] = ..., audit_log : _Optional [bool ] = ..., achievements_per_space : _Optional [int ] = ..., printers_per_space : _Optional [int ] = ..., evaluations_by_seat_per_month : _Optional [int ] = ..., priority_evaluation_queue : _Optional [bool ] = ..., plagiarism_analysis : _Optional [bool ] = ..., submission_evaluation_limit : _Optional [int ] = ..., members_per_space : _Optional [int ] = ..., member_credits : _Optional [bool ] = ..., campaigns_per_space : _Optional [int ] = ..., emails_per_day : _Optional [int ] = ..., emails_per_month : _Optional [int ] = ..., automation_rules_per_space : _Optional [int ] = ..., automation_executions_per_month : _Optional [int ] = ..., ai_tokens_per_month : _Optional [int ] = ..., scoreboards_per_space : _Optional [int ] = ..., courses_per_space : _Optional [int ] = ..., problems_per_space : _Optional [int ] = ..., tests_per_problem : _Optional [int ] = ..., testset_per_problem : _Optional [int ] = ..., statement_per_problem : _Optional [int ] = ..., editorial_per_problem : _Optional [int ] = ..., solutions_per_problem : _Optional [int ] = ..., code_templates_per_problem : _Optional [int ] = ..., debug_assistant : _Optional [bool ] = ..., debug_hints_daily_per_admin : _Optional [int ] = ..., debug_hints_daily_per_member : _Optional [int ] = ..., contests_per_space : _Optional [int ] = ..., active_contests_per_space : _Optional [int ] = ..., contests_per_month : _Optional [int ] = ..., problems_per_contest : _Optional [int ] = ..., participants_per_contest : _Optional [int ] = ..., contest_upsolve_mode : _Optional [bool ] = ..., max_contest_duration : _Optional [int ] = ..., team_contests : _Optional [bool ] = ..., ghost_participants : _Optional [bool ] = ..., unofficial_participants : _Optional [bool ] = ...) -> None : ...
91+ def __init__ (self , permissions_per_space : _Optional [int ] = ..., single_sing_on : _Optional [bool ] = ..., dedicated_user_database : _Optional [bool ] = ..., attributes_per_space : _Optional [int ] = ..., allow_discussions : _Optional [bool ] = ..., audit_log : _Optional [bool ] = ..., achievements_per_space : _Optional [int ] = ..., printers_per_space : _Optional [int ] = ..., evaluations_by_seat_per_month : _Optional [int ] = ..., plagiarism_analysis : _Optional [bool ] = ..., submission_evaluation_limit : _Optional [int ] = ..., members_per_space : _Optional [int ] = ..., member_credits : _Optional [bool ] = ..., campaigns_per_space : _Optional [int ] = ..., emails_per_day : _Optional [int ] = ..., emails_per_month : _Optional [int ] = ..., automation_rules_per_space : _Optional [int ] = ..., automation_executions_per_month : _Optional [int ] = ..., ai_tokens_per_month : _Optional [int ] = ..., scoreboards_per_space : _Optional [int ] = ..., courses_per_space : _Optional [int ] = ..., problems_per_space : _Optional [int ] = ..., tests_per_problem : _Optional [int ] = ..., testset_per_problem : _Optional [int ] = ..., statement_per_problem : _Optional [int ] = ..., editorial_per_problem : _Optional [int ] = ..., solutions_per_problem : _Optional [int ] = ..., code_templates_per_problem : _Optional [int ] = ..., debug_assistant : _Optional [bool ] = ..., debug_hints_daily_per_admin : _Optional [int ] = ..., debug_hints_daily_per_member : _Optional [int ] = ..., contests_per_space : _Optional [int ] = ..., active_contests_per_space : _Optional [int ] = ..., contests_per_month : _Optional [int ] = ..., problems_per_contest : _Optional [int ] = ..., participants_per_contest : _Optional [int ] = ..., contest_upsolve_mode : _Optional [bool ] = ..., max_contest_duration : _Optional [int ] = ..., team_contests : _Optional [bool ] = ..., ghost_participants : _Optional [bool ] = ..., unofficial_participants : _Optional [bool ] = ...) -> None : ...
0 commit comments