| # -*- coding: utf-8 -*- |
| # Generated by the protocol buffer compiler. DO NOT EDIT! |
| # source: api/api_proto/projects.proto |
| """Generated protocol buffer code.""" |
| from google.protobuf.internal import builder as _builder |
| from google.protobuf import descriptor as _descriptor |
| from google.protobuf import descriptor_pool as _descriptor_pool |
| from google.protobuf import symbol_database as _symbol_database |
| # @@protoc_insertion_point(imports) |
| |
| _sym_db = _symbol_database.Default() |
| |
| |
| from api.api_proto import common_pb2 as api_dot_api__proto_dot_common__pb2 |
| from api.api_proto import project_objects_pb2 as api_dot_api__proto_dot_project__objects__pb2 |
| |
| |
| DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1c\x61pi/api_proto/projects.proto\x12\x08monorail\x1a\x1a\x61pi/api_proto/common.proto\x1a#api/api_proto/project_objects.proto\"<\n\x13ListProjectsRequest\x12\x11\n\tpage_size\x18\x01 \x01(\x05\x12\x12\n\npage_token\x18\x02 \x01(\t\"T\n\x14ListProjectsResponse\x12#\n\x08projects\x18\x01 \x03(\x0b\x32\x11.monorail.Project\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"3\n\x1bListProjectTemplatesRequest\x12\x14\n\x0cproject_name\x18\x02 \x01(\t\"H\n\x1cListProjectTemplatesResponse\x12(\n\ttemplates\x18\x01 \x03(\x0b\x32\x15.monorail.TemplateDef\"(\n\x10GetConfigRequest\x12\x14\n\x0cproject_name\x18\x02 \x01(\t\"4\n\x1cGetPresentationConfigRequest\x12\x14\n\x0cproject_name\x18\x02 \x01(\t\"3\n\x1bGetCustomPermissionsRequest\x12\x14\n\x0cproject_name\x18\x02 \x01(\t\"3\n\x1cGetCustomPermissionsResponse\x12\x13\n\x0bpermissions\x18\x01 \x03(\t\"0\n\x18GetVisibleMembersRequest\x12\x14\n\x0cproject_name\x18\x02 \x01(\t\"h\n\x19GetVisibleMembersResponse\x12$\n\tuser_refs\x18\x01 \x03(\x0b\x32\x11.monorail.UserRef\x12%\n\ngroup_refs\x18\x02 \x03(\x0b\x32\x11.monorail.UserRef\".\n\x16GetLabelOptionsRequest\x12\x14\n\x0cproject_name\x18\x02 \x01(\t\"f\n\x17GetLabelOptionsResponse\x12)\n\rlabel_options\x18\x01 \x03(\x0b\x32\x12.monorail.LabelDef\x12 \n\x18\x65xclusive_label_prefixes\x18\x02 \x03(\t\"+\n\x13ListStatusesRequest\x12\x14\n\x0cproject_name\x18\x02 \x01(\t\"\x8e\x01\n\x14ListStatusesResponse\x12(\n\x0bstatus_defs\x18\x01 \x03(\x0b\x32\x13.monorail.StatusDef\x12\x31\n\x14statuses_offer_merge\x18\x02 \x03(\x0b\x32\x13.monorail.StatusRef\x12\x19\n\x11restrict_to_known\x18\x03 \x01(\x08\"I\n\x15ListComponentsRequest\x12\x14\n\x0cproject_name\x18\x02 \x01(\t\x12\x1a\n\x12include_admin_info\x18\x03 \x01(\x08\"H\n\x16ListComponentsResponse\x12.\n\x0e\x63omponent_defs\x18\x01 \x03(\x0b\x32\x16.monorail.ComponentDef\"c\n\x11ListFieldsRequest\x12\x14\n\x0cproject_name\x18\x02 \x01(\t\x12\x1a\n\x12include_admin_info\x18\x03 \x01(\x08\x12\x1c\n\x14include_user_choices\x18\x04 \x01(\x08\"<\n\x12ListFieldsResponse\x12&\n\nfield_defs\x18\x01 \x03(\x0b\x32\x12.monorail.FieldDef\"2\n\x1aGetProjectStarCountRequest\x12\x14\n\x0cproject_name\x18\x02 \x01(\t\"1\n\x1bGetProjectStarCountResponse\x12\x12\n\nstar_count\x18\x01 \x01(\r\";\n\x12StarProjectRequest\x12\x14\n\x0cproject_name\x18\x02 \x01(\t\x12\x0f\n\x07starred\x18\x03 \x01(\x08\")\n\x13StarProjectResponse\x12\x12\n\nstar_count\x18\x01 \x01(\r\"/\n\x17\x43heckProjectNameRequest\x12\x14\n\x0cproject_name\x18\x02 \x01(\t\")\n\x18\x43heckProjectNameResponse\x12\r\n\x05\x65rror\x18\x01 \x01(\t\"^\n\x19\x43heckComponentNameRequest\x12\x14\n\x0cproject_name\x18\x02 \x01(\t\x12\x13\n\x0bparent_path\x18\x03 \x01(\t\x12\x16\n\x0e\x63omponent_name\x18\x04 \x01(\t\"+\n\x1a\x43heckComponentNameResponse\x12\r\n\x05\x65rror\x18\x01 \x01(\t\"A\n\x15\x43heckFieldNameRequest\x12\x14\n\x0cproject_name\x18\x02 \x01(\t\x12\x12\n\nfield_name\x18\x03 \x01(\t\"\'\n\x16\x43heckFieldNameResponse\x12\r\n\x05\x65rror\x18\x01 \x01(\t2\xc3\n\n\x08Projects\x12O\n\x0cListProjects\x12\x1d.monorail.ListProjectsRequest\x1a\x1e.monorail.ListProjectsResponse\"\x00\x12g\n\x14ListProjectTemplates\x12%.monorail.ListProjectTemplatesRequest\x1a&.monorail.ListProjectTemplatesResponse\"\x00\x12;\n\tGetConfig\x12\x1a.monorail.GetConfigRequest\x1a\x10.monorail.Config\"\x00\x12_\n\x15GetPresentationConfig\x12&.monorail.GetPresentationConfigRequest\x1a\x1c.monorail.PresentationConfig\"\x00\x12g\n\x14GetCustomPermissions\x12%.monorail.GetCustomPermissionsRequest\x1a&.monorail.GetCustomPermissionsResponse\"\x00\x12^\n\x11GetVisibleMembers\x12\".monorail.GetVisibleMembersRequest\x1a#.monorail.GetVisibleMembersResponse\"\x00\x12X\n\x0fGetLabelOptions\x12 .monorail.GetLabelOptionsRequest\x1a!.monorail.GetLabelOptionsResponse\"\x00\x12O\n\x0cListStatuses\x12\x1d.monorail.ListStatusesRequest\x1a\x1e.monorail.ListStatusesResponse\"\x00\x12U\n\x0eListComponents\x12\x1f.monorail.ListComponentsRequest\x1a .monorail.ListComponentsResponse\"\x00\x12I\n\nListFields\x12\x1b.monorail.ListFieldsRequest\x1a\x1c.monorail.ListFieldsResponse\"\x00\x12\x64\n\x13GetProjectStarCount\x12$.monorail.GetProjectStarCountRequest\x1a%.monorail.GetProjectStarCountResponse\"\x00\x12L\n\x0bStarProject\x12\x1c.monorail.StarProjectRequest\x1a\x1d.monorail.StarProjectResponse\"\x00\x12[\n\x10\x43heckProjectName\x12!.monorail.CheckProjectNameRequest\x1a\".monorail.CheckProjectNameResponse\"\x00\x12\x61\n\x12\x43heckComponentName\x12#.monorail.CheckComponentNameRequest\x1a$.monorail.CheckComponentNameResponse\"\x00\x12U\n\x0e\x43heckFieldName\x12\x1f.monorail.CheckFieldNameRequest\x1a .monorail.CheckFieldNameResponse\"\x00\x42)Z\'infra/monorailv2/api/api_proto;monorailb\x06proto3') |
| |
| _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) |
| _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'api.api_proto.projects_pb2', globals()) |
| if _descriptor._USE_C_DESCRIPTORS == False: |
| |
| DESCRIPTOR._options = None |
| DESCRIPTOR._serialized_options = b'Z\'infra/monorailv2/api/api_proto;monorail' |
| _LISTPROJECTSREQUEST._serialized_start=107 |
| _LISTPROJECTSREQUEST._serialized_end=167 |
| _LISTPROJECTSRESPONSE._serialized_start=169 |
| _LISTPROJECTSRESPONSE._serialized_end=253 |
| _LISTPROJECTTEMPLATESREQUEST._serialized_start=255 |
| _LISTPROJECTTEMPLATESREQUEST._serialized_end=306 |
| _LISTPROJECTTEMPLATESRESPONSE._serialized_start=308 |
| _LISTPROJECTTEMPLATESRESPONSE._serialized_end=380 |
| _GETCONFIGREQUEST._serialized_start=382 |
| _GETCONFIGREQUEST._serialized_end=422 |
| _GETPRESENTATIONCONFIGREQUEST._serialized_start=424 |
| _GETPRESENTATIONCONFIGREQUEST._serialized_end=476 |
| _GETCUSTOMPERMISSIONSREQUEST._serialized_start=478 |
| _GETCUSTOMPERMISSIONSREQUEST._serialized_end=529 |
| _GETCUSTOMPERMISSIONSRESPONSE._serialized_start=531 |
| _GETCUSTOMPERMISSIONSRESPONSE._serialized_end=582 |
| _GETVISIBLEMEMBERSREQUEST._serialized_start=584 |
| _GETVISIBLEMEMBERSREQUEST._serialized_end=632 |
| _GETVISIBLEMEMBERSRESPONSE._serialized_start=634 |
| _GETVISIBLEMEMBERSRESPONSE._serialized_end=738 |
| _GETLABELOPTIONSREQUEST._serialized_start=740 |
| _GETLABELOPTIONSREQUEST._serialized_end=786 |
| _GETLABELOPTIONSRESPONSE._serialized_start=788 |
| _GETLABELOPTIONSRESPONSE._serialized_end=890 |
| _LISTSTATUSESREQUEST._serialized_start=892 |
| _LISTSTATUSESREQUEST._serialized_end=935 |
| _LISTSTATUSESRESPONSE._serialized_start=938 |
| _LISTSTATUSESRESPONSE._serialized_end=1080 |
| _LISTCOMPONENTSREQUEST._serialized_start=1082 |
| _LISTCOMPONENTSREQUEST._serialized_end=1155 |
| _LISTCOMPONENTSRESPONSE._serialized_start=1157 |
| _LISTCOMPONENTSRESPONSE._serialized_end=1229 |
| _LISTFIELDSREQUEST._serialized_start=1231 |
| _LISTFIELDSREQUEST._serialized_end=1330 |
| _LISTFIELDSRESPONSE._serialized_start=1332 |
| _LISTFIELDSRESPONSE._serialized_end=1392 |
| _GETPROJECTSTARCOUNTREQUEST._serialized_start=1394 |
| _GETPROJECTSTARCOUNTREQUEST._serialized_end=1444 |
| _GETPROJECTSTARCOUNTRESPONSE._serialized_start=1446 |
| _GETPROJECTSTARCOUNTRESPONSE._serialized_end=1495 |
| _STARPROJECTREQUEST._serialized_start=1497 |
| _STARPROJECTREQUEST._serialized_end=1556 |
| _STARPROJECTRESPONSE._serialized_start=1558 |
| _STARPROJECTRESPONSE._serialized_end=1599 |
| _CHECKPROJECTNAMEREQUEST._serialized_start=1601 |
| _CHECKPROJECTNAMEREQUEST._serialized_end=1648 |
| _CHECKPROJECTNAMERESPONSE._serialized_start=1650 |
| _CHECKPROJECTNAMERESPONSE._serialized_end=1691 |
| _CHECKCOMPONENTNAMEREQUEST._serialized_start=1693 |
| _CHECKCOMPONENTNAMEREQUEST._serialized_end=1787 |
| _CHECKCOMPONENTNAMERESPONSE._serialized_start=1789 |
| _CHECKCOMPONENTNAMERESPONSE._serialized_end=1832 |
| _CHECKFIELDNAMEREQUEST._serialized_start=1834 |
| _CHECKFIELDNAMEREQUEST._serialized_end=1899 |
| _CHECKFIELDNAMERESPONSE._serialized_start=1901 |
| _CHECKFIELDNAMERESPONSE._serialized_end=1940 |
| _PROJECTS._serialized_start=1943 |
| _PROJECTS._serialized_end=3290 |
| # @@protoc_insertion_point(module_scope) |