Copybara | 854996b | 2021-09-07 19:36:02 +0000 | [diff] [blame] | 1 | # -*- coding: utf-8 -*- |
| 2 | # Generated by the protocol buffer compiler. DO NOT EDIT! |
| 3 | # source: api/v3/api_proto/projects.proto |
Adrià Vilanova Martínez | f5e1039 | 2021-12-07 22:55:40 +0100 | [diff] [blame] | 4 | """Generated protocol buffer code.""" |
Adrià Vilanova Martínez | f19ea43 | 2024-01-23 20:20:52 +0100 | [diff] [blame] | 5 | from google.protobuf.internal import builder as _builder |
Copybara | 854996b | 2021-09-07 19:36:02 +0000 | [diff] [blame] | 6 | from google.protobuf import descriptor as _descriptor |
Adrià Vilanova Martínez | f19ea43 | 2024-01-23 20:20:52 +0100 | [diff] [blame] | 7 | from google.protobuf import descriptor_pool as _descriptor_pool |
Copybara | 854996b | 2021-09-07 19:36:02 +0000 | [diff] [blame] | 8 | from google.protobuf import symbol_database as _symbol_database |
| 9 | # @@protoc_insertion_point(imports) |
| 10 | |
| 11 | _sym_db = _symbol_database.Default() |
| 12 | |
| 13 | |
| 14 | from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2 |
| 15 | from google.api import field_behavior_pb2 as google_dot_api_dot_field__behavior__pb2 |
| 16 | from google.api import resource_pb2 as google_dot_api_dot_resource__pb2 |
| 17 | from api.v3.api_proto import project_objects_pb2 as api_dot_v3_dot_api__proto_dot_project__objects__pb2 |
| 18 | |
| 19 | |
Adrià Vilanova Martínez | f19ea43 | 2024-01-23 20:20:52 +0100 | [diff] [blame] | 20 | DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1f\x61pi/v3/api_proto/projects.proto\x12\x0bmonorail.v3\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a&api/v3/api_proto/project_objects.proto\"t\n\x15\x43reateFieldDefRequest\x12-\n\x06parent\x18\x01 \x01(\tB\x1d\xe0\x41\x02\xfa\x41\x17\n\x15\x61pi.crbug.com/Project\x12,\n\x08\x66ielddef\x18\x02 \x01(\x0b\x32\x15.monorail.v3.FieldDefB\x03\xe0\x41\x02\"J\n\x16GetComponentDefRequest\x12\x30\n\x04name\x18\x01 \x01(\tB\"\xfa\x41\x1c\n\x1a\x61pi.crbug.com/ComponentDef\xe0\x41\x02\"\x81\x01\n\x19\x43reateComponentDefRequest\x12-\n\x06parent\x18\x01 \x01(\tB\x1d\xe0\x41\x02\xfa\x41\x17\n\x15\x61pi.crbug.com/Project\x12\x35\n\rcomponent_def\x18\x02 \x01(\x0b\x32\x19.monorail.v3.ComponentDefB\x03\xe0\x41\x02\"M\n\x19\x44\x65leteComponentDefRequest\x12\x30\n\x04name\x18\x01 \x01(\tB\"\xe0\x41\x02\xfa\x41\x1c\n\x1a\x61pi.crbug.com/ComponentDef\"q\n\x19ListIssueTemplatesRequest\x12-\n\x06parent\x18\x01 \x01(\tB\x1d\xfa\x41\x17\n\x15\x61pi.crbug.com/Project\xe0\x41\x02\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\"d\n\x1aListIssueTemplatesResponse\x12-\n\ttemplates\x18\x01 \x03(\x0b\x32\x1a.monorail.v3.IssueTemplate\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"p\n\x18ListComponentDefsRequest\x12-\n\x06parent\x18\x01 \x01(\tB\x1d\xfa\x41\x17\n\x15\x61pi.crbug.com/Project\xe0\x41\x02\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\"g\n\x19ListComponentDefsResponse\x12\x31\n\x0e\x63omponent_defs\x18\x01 \x03(\x0b\x32\x19.monorail.v3.ComponentDef\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"<\n\x13ListProjectsRequest\x12\x11\n\tpage_size\x18\x01 \x01(\x05\x12\x12\n\npage_token\x18\x02 \x01(\t\"W\n\x14ListProjectsResponse\x12&\n\x08projects\x18\x01 \x03(\x0b\x32\x14.monorail.v3.Project\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\x87\x05\n\x08Projects\x12M\n\x0e\x43reateFieldDef\x12\".monorail.v3.CreateFieldDefRequest\x1a\x15.monorail.v3.FieldDef\"\x00\x12S\n\x0fGetComponentDef\x12#.monorail.v3.GetComponentDefRequest\x1a\x19.monorail.v3.ComponentDef\"\x00\x12Y\n\x12\x43reateComponentDef\x12&.monorail.v3.CreateComponentDefRequest\x1a\x19.monorail.v3.ComponentDef\"\x00\x12V\n\x12\x44\x65leteComponentDef\x12&.monorail.v3.DeleteComponentDefRequest\x1a\x16.google.protobuf.Empty\"\x00\x12g\n\x12ListIssueTemplates\x12&.monorail.v3.ListIssueTemplatesRequest\x1a\'.monorail.v3.ListIssueTemplatesResponse\"\x00\x12\x64\n\x11ListComponentDefs\x12%.monorail.v3.ListComponentDefsRequest\x1a&.monorail.v3.ListComponentDefsResponse\"\x00\x12U\n\x0cListProjects\x12 .monorail.v3.ListProjectsRequest\x1a!.monorail.v3.ListProjectsResponse\"\x00\x42#Z!infra/monorailv2/api/v3/api_protob\x06proto3') |
Copybara | 854996b | 2021-09-07 19:36:02 +0000 | [diff] [blame] | 21 | |
Adrià Vilanova Martínez | f19ea43 | 2024-01-23 20:20:52 +0100 | [diff] [blame] | 22 | _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) |
| 23 | _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'api.v3.api_proto.projects_pb2', globals()) |
| 24 | if _descriptor._USE_C_DESCRIPTORS == False: |
Copybara | 854996b | 2021-09-07 19:36:02 +0000 | [diff] [blame] | 25 | |
Adrià Vilanova Martínez | f19ea43 | 2024-01-23 20:20:52 +0100 | [diff] [blame] | 26 | DESCRIPTOR._options = None |
| 27 | DESCRIPTOR._serialized_options = b'Z!infra/monorailv2/api/v3/api_proto' |
| 28 | _CREATEFIELDDEFREQUEST.fields_by_name['parent']._options = None |
| 29 | _CREATEFIELDDEFREQUEST.fields_by_name['parent']._serialized_options = b'\340A\002\372A\027\n\025api.crbug.com/Project' |
| 30 | _CREATEFIELDDEFREQUEST.fields_by_name['fielddef']._options = None |
| 31 | _CREATEFIELDDEFREQUEST.fields_by_name['fielddef']._serialized_options = b'\340A\002' |
| 32 | _GETCOMPONENTDEFREQUEST.fields_by_name['name']._options = None |
| 33 | _GETCOMPONENTDEFREQUEST.fields_by_name['name']._serialized_options = b'\372A\034\n\032api.crbug.com/ComponentDef\340A\002' |
| 34 | _CREATECOMPONENTDEFREQUEST.fields_by_name['parent']._options = None |
| 35 | _CREATECOMPONENTDEFREQUEST.fields_by_name['parent']._serialized_options = b'\340A\002\372A\027\n\025api.crbug.com/Project' |
| 36 | _CREATECOMPONENTDEFREQUEST.fields_by_name['component_def']._options = None |
| 37 | _CREATECOMPONENTDEFREQUEST.fields_by_name['component_def']._serialized_options = b'\340A\002' |
| 38 | _DELETECOMPONENTDEFREQUEST.fields_by_name['name']._options = None |
| 39 | _DELETECOMPONENTDEFREQUEST.fields_by_name['name']._serialized_options = b'\340A\002\372A\034\n\032api.crbug.com/ComponentDef' |
| 40 | _LISTISSUETEMPLATESREQUEST.fields_by_name['parent']._options = None |
| 41 | _LISTISSUETEMPLATESREQUEST.fields_by_name['parent']._serialized_options = b'\372A\027\n\025api.crbug.com/Project\340A\002' |
| 42 | _LISTCOMPONENTDEFSREQUEST.fields_by_name['parent']._options = None |
| 43 | _LISTCOMPONENTDEFSREQUEST.fields_by_name['parent']._serialized_options = b'\372A\027\n\025api.crbug.com/Project\340A\002' |
| 44 | _CREATEFIELDDEFREQUEST._serialized_start=177 |
| 45 | _CREATEFIELDDEFREQUEST._serialized_end=293 |
| 46 | _GETCOMPONENTDEFREQUEST._serialized_start=295 |
| 47 | _GETCOMPONENTDEFREQUEST._serialized_end=369 |
| 48 | _CREATECOMPONENTDEFREQUEST._serialized_start=372 |
| 49 | _CREATECOMPONENTDEFREQUEST._serialized_end=501 |
| 50 | _DELETECOMPONENTDEFREQUEST._serialized_start=503 |
| 51 | _DELETECOMPONENTDEFREQUEST._serialized_end=580 |
| 52 | _LISTISSUETEMPLATESREQUEST._serialized_start=582 |
| 53 | _LISTISSUETEMPLATESREQUEST._serialized_end=695 |
| 54 | _LISTISSUETEMPLATESRESPONSE._serialized_start=697 |
| 55 | _LISTISSUETEMPLATESRESPONSE._serialized_end=797 |
| 56 | _LISTCOMPONENTDEFSREQUEST._serialized_start=799 |
| 57 | _LISTCOMPONENTDEFSREQUEST._serialized_end=911 |
| 58 | _LISTCOMPONENTDEFSRESPONSE._serialized_start=913 |
| 59 | _LISTCOMPONENTDEFSRESPONSE._serialized_end=1016 |
| 60 | _LISTPROJECTSREQUEST._serialized_start=1018 |
| 61 | _LISTPROJECTSREQUEST._serialized_end=1078 |
| 62 | _LISTPROJECTSRESPONSE._serialized_start=1080 |
| 63 | _LISTPROJECTSRESPONSE._serialized_end=1167 |
| 64 | _PROJECTS._serialized_start=1170 |
| 65 | _PROJECTS._serialized_end=1817 |
Copybara | 854996b | 2021-09-07 19:36:02 +0000 | [diff] [blame] | 66 | # @@protoc_insertion_point(module_scope) |