hr_pb2.py 5.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. # -*- coding: utf-8 -*-
  2. # Generated by the protocol buffer compiler. DO NOT EDIT!
  3. # NO CHECKED-IN PROTOBUF GENCODE
  4. # source: hr.proto
  5. # Protobuf Python Version: 6.31.1
  6. """Generated protocol buffer code."""
  7. from google.protobuf import descriptor as _descriptor
  8. from google.protobuf import descriptor_pool as _descriptor_pool
  9. from google.protobuf import runtime_version as _runtime_version
  10. from google.protobuf import symbol_database as _symbol_database
  11. from google.protobuf.internal import builder as _builder
  12. _runtime_version.ValidateProtobufRuntimeVersion(
  13. _runtime_version.Domain.PUBLIC,
  14. 6,
  15. 31,
  16. 1,
  17. '',
  18. 'hr.proto'
  19. )
  20. # @@protoc_insertion_point(imports)
  21. _sym_db = _symbol_database.Default()
  22. DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x08hr.proto\x12\x02hr\"\x19\n\x0bUserRequest\x12\n\n\x02id\x18\x01 \x01(\x05\"6\n\x0cUserResponse\x12\n\n\x02id\x18\x01 \x01(\x05\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x0c\n\x04role\x18\x03 \x01(\t\"2\n\x0cLoginRequest\x12\x10\n\x08username\x18\x01 \x01(\t\x12\x10\n\x08password\x18\x02 \x01(\t\"1\n\rLoginResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x0f\n\x07message\x18\x02 \x01(\t\"\x1e\n\x0bTestRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\x05\"/\n\x0cTestResponse\x12\x0f\n\x07user_id\x18\x01 \x01(\x05\x12\x0e\n\x06result\x18\x02 \x01(\t\"1\n\x10InterviewRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\x05\x12\x0c\n\x04\x64\x61te\x18\x02 \x01(\t\"5\n\x11InterviewResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x0f\n\x07message\x18\x02 \x01(\t\"\'\n\x14InterviewListRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\x05\"+\n\x15InterviewListResponse\x12\x12\n\ninterviews\x18\x01 \x03(\t\"S\n\x0eProfileRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\x05\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x0e\n\x06skills\x18\x03 \x01(\t\x12\x12\n\nexperience\x18\x04 \x01(\t\"$\n\x11GetProfileRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\x05\"v\n\x0fProfileResponse\x12\x0f\n\x07user_id\x18\x01 \x01(\x05\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x0e\n\x06skills\x18\x03 \x01(\t\x12\x12\n\nexperience\x18\x04 \x01(\t\x12\x0f\n\x07success\x18\x05 \x01(\x08\x12\x0f\n\x07message\x18\x06 \x01(\t\"a\n\x15JobDescriptionRequest\x12\x0e\n\x06job_id\x18\x01 \x01(\x05\x12\r\n\x05title\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12\x14\n\x0crequirements\x18\x04 \x01(\t\"*\n\x18GetJobDescriptionRequest\x12\x0e\n\x06job_id\x18\x01 \x01(\x05\"\x84\x01\n\x16JobDescriptionResponse\x12\x0e\n\x06job_id\x18\x01 \x01(\x05\x12\r\n\x05title\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12\x14\n\x0crequirements\x18\x04 \x01(\t\x12\x0f\n\x07success\x18\x05 \x01(\x08\x12\x0f\n\x07message\x18\x06 \x01(\t2h\n\nIAMService\x12,\n\x07GetUser\x12\x0f.hr.UserRequest\x1a\x10.hr.UserResponse\x12,\n\x05Login\x12\x10.hr.LoginRequest\x1a\x11.hr.LoginResponse2L\n\x16PersonalityTestService\x12\x32\n\rGetTestResult\x12\x0f.hr.TestRequest\x1a\x10.hr.TestResponse2\x9a\x01\n\x10InterviewService\x12@\n\x11ScheduleInterview\x12\x14.hr.InterviewRequest\x1a\x15.hr.InterviewResponse\x12\x44\n\rGetInterviews\x12\x18.hr.InterviewListRequest\x1a\x19.hr.InterviewListResponse2\xa4\x02\n\x10WorkspaceService\x12\x38\n\rCreateProfile\x12\x12.hr.ProfileRequest\x1a\x13.hr.ProfileResponse\x12\x38\n\nGetProfile\x12\x15.hr.GetProfileRequest\x1a\x13.hr.ProfileResponse\x12M\n\x14\x43reateJobDescription\x12\x19.hr.JobDescriptionRequest\x1a\x1a.hr.JobDescriptionResponse\x12M\n\x11GetJobDescription\x12\x1c.hr.GetJobDescriptionRequest\x1a\x1a.hr.JobDescriptionResponseb\x06proto3')
  23. _globals = globals()
  24. _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
  25. _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'hr_pb2', _globals)
  26. if not _descriptor._USE_C_DESCRIPTORS:
  27. DESCRIPTOR._loaded_options = None
  28. _globals['_USERREQUEST']._serialized_start=16
  29. _globals['_USERREQUEST']._serialized_end=41
  30. _globals['_USERRESPONSE']._serialized_start=43
  31. _globals['_USERRESPONSE']._serialized_end=97
  32. _globals['_LOGINREQUEST']._serialized_start=99
  33. _globals['_LOGINREQUEST']._serialized_end=149
  34. _globals['_LOGINRESPONSE']._serialized_start=151
  35. _globals['_LOGINRESPONSE']._serialized_end=200
  36. _globals['_TESTREQUEST']._serialized_start=202
  37. _globals['_TESTREQUEST']._serialized_end=232
  38. _globals['_TESTRESPONSE']._serialized_start=234
  39. _globals['_TESTRESPONSE']._serialized_end=281
  40. _globals['_INTERVIEWREQUEST']._serialized_start=283
  41. _globals['_INTERVIEWREQUEST']._serialized_end=332
  42. _globals['_INTERVIEWRESPONSE']._serialized_start=334
  43. _globals['_INTERVIEWRESPONSE']._serialized_end=387
  44. _globals['_INTERVIEWLISTREQUEST']._serialized_start=389
  45. _globals['_INTERVIEWLISTREQUEST']._serialized_end=428
  46. _globals['_INTERVIEWLISTRESPONSE']._serialized_start=430
  47. _globals['_INTERVIEWLISTRESPONSE']._serialized_end=473
  48. _globals['_PROFILEREQUEST']._serialized_start=475
  49. _globals['_PROFILEREQUEST']._serialized_end=558
  50. _globals['_GETPROFILEREQUEST']._serialized_start=560
  51. _globals['_GETPROFILEREQUEST']._serialized_end=596
  52. _globals['_PROFILERESPONSE']._serialized_start=598
  53. _globals['_PROFILERESPONSE']._serialized_end=716
  54. _globals['_JOBDESCRIPTIONREQUEST']._serialized_start=718
  55. _globals['_JOBDESCRIPTIONREQUEST']._serialized_end=815
  56. _globals['_GETJOBDESCRIPTIONREQUEST']._serialized_start=817
  57. _globals['_GETJOBDESCRIPTIONREQUEST']._serialized_end=859
  58. _globals['_JOBDESCRIPTIONRESPONSE']._serialized_start=862
  59. _globals['_JOBDESCRIPTIONRESPONSE']._serialized_end=994
  60. _globals['_IAMSERVICE']._serialized_start=996
  61. _globals['_IAMSERVICE']._serialized_end=1100
  62. _globals['_PERSONALITYTESTSERVICE']._serialized_start=1102
  63. _globals['_PERSONALITYTESTSERVICE']._serialized_end=1178
  64. _globals['_INTERVIEWSERVICE']._serialized_start=1181
  65. _globals['_INTERVIEWSERVICE']._serialized_end=1335
  66. _globals['_WORKSPACESERVICE']._serialized_start=1338
  67. _globals['_WORKSPACESERVICE']._serialized_end=1630
  68. # @@protoc_insertion_point(module_scope)