fsai-proto-specs 0.0.388__py3-none-any.whl → 0.0.411__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fsai-proto-specs might be problematic. Click here for more details.

Files changed (26) hide show
  1. audit_grpc_service/protos/audit_api_pb2.py +12 -12
  2. {fsai_proto_specs-0.0.388.dist-info → fsai_proto_specs-0.0.411.dist-info}/METADATA +1 -1
  3. {fsai_proto_specs-0.0.388.dist-info → fsai_proto_specs-0.0.411.dist-info}/RECORD +26 -20
  4. global_vo_grpc_service/protos/admin_user_api_pb2.py +40 -35
  5. global_vo_grpc_service/protos/admin_user_api_pb2_grpc.py +33 -0
  6. global_vo_grpc_service/protos/correction_api_pb2.py +49 -0
  7. global_vo_grpc_service/protos/correction_api_pb2_grpc.py +198 -0
  8. global_vo_grpc_service/protos/detection_instance_api_pb2.py +100 -100
  9. global_vo_grpc_service/protos/image_metadata_api_pb2.py +24 -24
  10. global_vo_grpc_service/protos/image_scan_api_pb2.py +15 -11
  11. global_vo_grpc_service/protos/image_scan_api_pb2_grpc.py +33 -0
  12. global_vo_grpc_service/protos/model_assessment_api_pb2.py +20 -17
  13. global_vo_grpc_service/protos/model_assessment_api_pb2_grpc.py +34 -0
  14. global_vo_grpc_service/protos/product_changelog_api_pb2.py +44 -0
  15. global_vo_grpc_service/protos/product_changelog_api_pb2_grpc.py +166 -0
  16. global_vo_grpc_service/protos/reporting_api_pb2.py +44 -0
  17. global_vo_grpc_service/protos/reporting_api_pb2_grpc.py +138 -0
  18. global_vo_grpc_service/protos/review_api_pb2.py +70 -70
  19. global_vo_grpc_service/protos/task_api_pb2.py +7 -3
  20. global_vo_grpc_service/protos/task_api_pb2_grpc.py +33 -0
  21. global_vo_grpc_service/protos/utils_pb2.py +16 -16
  22. global_vo_grpc_service/protos/workflow_api_pb2.py +11 -9
  23. global_vo_grpc_service/protos/workflow_api_pb2_grpc.py +47 -15
  24. search_grpc_service/protos/search_api_pb2.py +19 -17
  25. search_grpc_service/protos/search_api_pb2_grpc.py +33 -33
  26. {fsai_proto_specs-0.0.388.dist-info → fsai_proto_specs-0.0.411.dist-info}/WHEEL +0 -0
@@ -15,7 +15,7 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
15
15
  from global_vo_grpc_service.protos import utils_pb2 as global__vo__grpc__service_dot_protos_dot_utils__pb2
16
16
 
17
17
 
18
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)audit_grpc_service/protos/audit_api.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a)global_vo_grpc_service/protos/utils.proto\"\xb9\x01\n\x05\x41udit\x12\n\n\x02id\x18\x01 \x01(\x05\x12\x0f\n\x07user_id\x18\x02 \x01(\x05\x12\x0e\n\x06\x61\x63tion\x18\x03 \x01(\t\x12\x16\n\x0eresource_table\x18\x04 \x01(\t\x12\x17\n\x0fresource_column\x18\x05 \x01(\t\x12\x13\n\x0bresource_id\x18\x06 \x01(\x05\x12/\n\x0b\x61\x63tioned_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04\x64\x61ta\x18\x08 \x01(\t\"\xdc\x01\n\x12QueryAuditsRequest\x12\x12\n\nquery_type\x18\x01 \x01(\t\x12\x16\n\x0eresource_table\x18\x02 \x01(\t\x12\x17\n\x0fresource_column\x18\x03 \x01(\t\x12\x14\n\x0cresource_ids\x18\x04 \x03(\x05\x12\x0f\n\x07user_id\x18\x05 \x01(\x05\x12\x0e\n\x06\x61\x63tion\x18\x06 \x01(\t\x12\x10\n\x08group_by\x18\x07 \x01(\t\x12\x10\n\x08order_by\x18\x08 \x01(\t\x12\x17\n\x0forder_direction\x18\t \x01(\t\x12\r\n\x05limit\x18\n \x01(\x05\"-\n\x13QueryAuditsResponse\x12\x16\n\x06\x61udits\x18\x01 \x03(\x0b\x32\x06.Audit\"x\n\x12\x43reateAuditRequest\x12\x0e\n\x06\x61\x63tion\x18\x01 \x01(\t\x12\x16\n\x0eresource_table\x18\x02 \x01(\t\x12\x17\n\x0fresource_column\x18\x03 \x01(\t\x12\x13\n\x0bresource_id\x18\x04 \x01(\x05\x12\x0c\n\x04\x64\x61ta\x18\x05 \x01(\t\"C\n\x13\x43reateAuditResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\x12\n\n\x02id\x18\x02 \x01(\x05\x32~\n\x08\x41uditApi\x12\x38\n\x0bQueryAudits\x12\x13.QueryAuditsRequest\x1a\x14.QueryAuditsResponse\x12\x38\n\x0b\x43reateAudit\x12\x13.CreateAuditRequest\x1a\x14.CreateAuditResponseb\x06proto3')
18
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)audit_grpc_service/protos/audit_api.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a)global_vo_grpc_service/protos/utils.proto\"\xcc\x01\n\x05\x41udit\x12\n\n\x02id\x18\x01 \x01(\x05\x12\x0f\n\x07user_id\x18\x02 \x01(\x05\x12\x0e\n\x06\x61\x63tion\x18\x03 \x01(\t\x12\x16\n\x0eresource_table\x18\x04 \x01(\t\x12\x17\n\x0fresource_column\x18\x05 \x01(\t\x12\x13\n\x0bresource_id\x18\x06 \x01(\x05\x12/\n\x0b\x61\x63tioned_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04\x64\x61ta\x18\x08 \x01(\t\x12\x11\n\tparent_id\x18\t \x01(\x05\"\xfa\x01\n\x12QueryAuditsRequest\x12\x12\n\nquery_type\x18\x01 \x01(\t\x12\x16\n\x0eresource_table\x18\x02 \x01(\t\x12\x17\n\x0fresource_column\x18\x03 \x01(\t\x12\x14\n\x0cresource_ids\x18\x04 \x03(\x05\x12\x0f\n\x07user_id\x18\x05 \x01(\x05\x12\x0e\n\x06\x61\x63tion\x18\x06 \x01(\t\x12\x10\n\x08group_by\x18\x07 \x01(\t\x12\x10\n\x08order_by\x18\x08 \x01(\t\x12\x17\n\x0forder_direction\x18\t \x01(\t\x12\r\n\x05limit\x18\n \x01(\x05\x12\x1c\n\x14include_parent_chain\x18\x0b \x01(\x08\"-\n\x13QueryAuditsResponse\x12\x16\n\x06\x61udits\x18\x01 \x03(\x0b\x32\x06.Audit\"x\n\x12\x43reateAuditRequest\x12\x0e\n\x06\x61\x63tion\x18\x01 \x01(\t\x12\x16\n\x0eresource_table\x18\x02 \x01(\t\x12\x17\n\x0fresource_column\x18\x03 \x01(\t\x12\x13\n\x0bresource_id\x18\x04 \x01(\x05\x12\x0c\n\x04\x64\x61ta\x18\x05 \x01(\t\"C\n\x13\x43reateAuditResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\x12\n\n\x02id\x18\x02 \x01(\x05\x32~\n\x08\x41uditApi\x12\x38\n\x0bQueryAudits\x12\x13.QueryAuditsRequest\x1a\x14.QueryAuditsResponse\x12\x38\n\x0b\x43reateAudit\x12\x13.CreateAuditRequest\x1a\x14.CreateAuditResponseb\x06proto3')
19
19
 
20
20
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
21
21
  _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'audit_grpc_service.protos.audit_api_pb2', globals())
@@ -23,15 +23,15 @@ if _descriptor._USE_C_DESCRIPTORS == False:
23
23
 
24
24
  DESCRIPTOR._options = None
25
25
  _AUDIT._serialized_start=122
26
- _AUDIT._serialized_end=307
27
- _QUERYAUDITSREQUEST._serialized_start=310
28
- _QUERYAUDITSREQUEST._serialized_end=530
29
- _QUERYAUDITSRESPONSE._serialized_start=532
30
- _QUERYAUDITSRESPONSE._serialized_end=577
31
- _CREATEAUDITREQUEST._serialized_start=579
32
- _CREATEAUDITREQUEST._serialized_end=699
33
- _CREATEAUDITRESPONSE._serialized_start=701
34
- _CREATEAUDITRESPONSE._serialized_end=768
35
- _AUDITAPI._serialized_start=770
36
- _AUDITAPI._serialized_end=896
26
+ _AUDIT._serialized_end=326
27
+ _QUERYAUDITSREQUEST._serialized_start=329
28
+ _QUERYAUDITSREQUEST._serialized_end=579
29
+ _QUERYAUDITSRESPONSE._serialized_start=581
30
+ _QUERYAUDITSRESPONSE._serialized_end=626
31
+ _CREATEAUDITREQUEST._serialized_start=628
32
+ _CREATEAUDITREQUEST._serialized_end=748
33
+ _CREATEAUDITRESPONSE._serialized_start=750
34
+ _CREATEAUDITRESPONSE._serialized_end=817
35
+ _AUDITAPI._serialized_start=819
36
+ _AUDITAPI._serialized_end=945
37
37
  # @@protoc_insertion_point(module_scope)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fsai-proto-specs
3
- Version: 0.0.388
3
+ Version: 0.0.411
4
4
  Summary: Auto-generated library for use with GRPC API.
5
5
  Home-page: https://github.com/fsai-dev/fsai-proto-specs
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  audit_grpc_service/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  audit_grpc_service/protos/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- audit_grpc_service/protos/audit_api_pb2.py,sha256=MQtk5DQsw6VL7tRxl0HCsKVdShWPr0XBTo-au6FEDT0,3107
3
+ audit_grpc_service/protos/audit_api_pb2.py,sha256=__avVwfykVW2jqgV4yWg4xAizH12jC-xwfDfsjHYAKA,3196
4
4
  audit_grpc_service/protos/audit_api_pb2_grpc.py,sha256=-gratDlNV5Spxw6w7uhQSrYd162_8cp71TyQNjRZMbc,4464
5
5
  data_grpc_service/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  data_grpc_service/protos/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -34,8 +34,8 @@ global_vo_grpc_service/protos/admin_team_role_api_pb2.py,sha256=h1WXS1QP-M5Ii0H4
34
34
  global_vo_grpc_service/protos/admin_team_role_api_pb2_grpc.py,sha256=cX4UG5dx9qxqcz6RxBaFN087n_ucI8LfLt2_KWyoPD8,6750
35
35
  global_vo_grpc_service/protos/admin_team_role_permission_api_pb2.py,sha256=IzdQq7qSk2fb0eQsBim8bcQ9NqGZyw90Pi3KbdvPRXg,3504
36
36
  global_vo_grpc_service/protos/admin_team_role_permission_api_pb2_grpc.py,sha256=XKKAMFmBQCbJp3zraR0zdVYG6UWSDsOLNS0Qmxfirvc,7476
37
- global_vo_grpc_service/protos/admin_user_api_pb2.py,sha256=-GcTy9-WgqduUs5-xHDhfr2LdRc279_6WuPp6m24G0U,5464
38
- global_vo_grpc_service/protos/admin_user_api_pb2_grpc.py,sha256=x-VH8aivS7hdUO__q_Ga6PGNGxvPeDveRYuaUgWTjsM,14194
37
+ global_vo_grpc_service/protos/admin_user_api_pb2.py,sha256=v_4C6BM9ON8A53GVZUMun8vy-a6S6fgDrsa45ijFET0,6129
38
+ global_vo_grpc_service/protos/admin_user_api_pb2_grpc.py,sha256=HawIyMGkFM6O06KrqglnrHFOby3q_xlnkDzCpoc2qYs,16181
39
39
  global_vo_grpc_service/protos/area_of_interest_api_pb2.py,sha256=3g40q1psIjQBmogK_NTWYucTT-RcRtDBvoO5jVgyLYg,5988
40
40
  global_vo_grpc_service/protos/area_of_interest_api_pb2_grpc.py,sha256=E6mbPOe3AEUVJV0EmSSArGEb8wgDRhpxNEqI7dRrrt4,15343
41
41
  global_vo_grpc_service/protos/audit_query_api_pb2.py,sha256=4B_xFllUhq89xiQ-n3zKck1bo33vjyr_J1eCly6QWAI,2744
@@ -44,11 +44,13 @@ global_vo_grpc_service/protos/category_api_pb2.py,sha256=S4ejycyOzGNweFILaOeadww
44
44
  global_vo_grpc_service/protos/category_api_pb2_grpc.py,sha256=erxPMZGXPHzDgWhGTA6bfh3R4JA7v2pzk4-SOZMDaKU,6561
45
45
  global_vo_grpc_service/protos/category_changelog_api_pb2.py,sha256=utcMnmzp6x_wNUbFI0N5b0iPpdxK7yrLfKlSvSj299c,2824
46
46
  global_vo_grpc_service/protos/category_changelog_api_pb2_grpc.py,sha256=HzflwVLXd23omsc1RiO-F1vtix7AJ9VL2TH70Fskvfw,5291
47
+ global_vo_grpc_service/protos/correction_api_pb2.py,sha256=HrYU7Fa6qXMQJrFMnBdMOH2t2QJWDGZF019NWIjetg8,4527
48
+ global_vo_grpc_service/protos/correction_api_pb2_grpc.py,sha256=yOHyhje8oC5CXjR9ltny203hhLMfJmCgY_MHZpZFiDQ,10883
47
49
  global_vo_grpc_service/protos/customer_api_pb2.py,sha256=4ihptYrq2fZXz8z5JYgsZlEvQ12cEH-p-ZqQjd-bJKY,1523
48
50
  global_vo_grpc_service/protos/customer_api_pb2_grpc.py,sha256=S_OVW5vibkGtcNj7TOhzs-2RONxnQCiyB5Y5GCoHzPw,2986
49
51
  global_vo_grpc_service/protos/detection_api_pb2.py,sha256=1imIR2QqbqhkAL4Ehc6JSjJ5sGVxCOSDtj96iUdwL1Q,1561
50
52
  global_vo_grpc_service/protos/detection_api_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
51
- global_vo_grpc_service/protos/detection_instance_api_pb2.py,sha256=O57Auf4qh8UnAOhRTfIAlGVkwl0IyMWD_kn-3Q23Bx8,20642
53
+ global_vo_grpc_service/protos/detection_instance_api_pb2.py,sha256=Htq6kPrCR7iXPYtsV7HovMtI_3MpcBUR3ahWBBFsYW4,20734
52
54
  global_vo_grpc_service/protos/detection_instance_api_pb2_grpc.py,sha256=Sa1XQgzEPfjc0dxhyzBKShu_I3N3H4UztuFomBl-Kx8,50346
53
55
  global_vo_grpc_service/protos/feature_api_pb2.py,sha256=JAfuXFCI2ez6CZEPBQAvJbZCrBJdrzmBsBZaZXn4f2o,3651
54
56
  global_vo_grpc_service/protos/feature_api_pb2_grpc.py,sha256=I5ISOdLBjV6FJqk2JGv4zpVTg0BneeA5m13BjGsX9i4,6590
@@ -56,23 +58,27 @@ global_vo_grpc_service/protos/geo_data_api_pb2.py,sha256=BgkSIccXSVEEoe1pyKktVyc
56
58
  global_vo_grpc_service/protos/geo_data_api_pb2_grpc.py,sha256=YXXkv2lU9rdTPmNqnKf0Jgvtm9kmJoVbtM01RfprTVg,4931
57
59
  global_vo_grpc_service/protos/image_api_pb2.py,sha256=KtuQunXppWFUB3B24ao50lLK1oZkARdx-FkknVY2tlw,4715
58
60
  global_vo_grpc_service/protos/image_api_pb2_grpc.py,sha256=zQ0a8wRso3YYmdSWtWG9_g8oMBvD0QXEN9U93PDQdNM,10375
59
- global_vo_grpc_service/protos/image_metadata_api_pb2.py,sha256=UGAW9oTOZfH8hoTRvQRgwknAHRQjYxCsppk-vAmsOU0,4754
61
+ global_vo_grpc_service/protos/image_metadata_api_pb2.py,sha256=lcbs5Y279KAibb1AlBCJnRD54vbHmdcmTmxQGF5gQIc,4786
60
62
  global_vo_grpc_service/protos/image_metadata_api_pb2_grpc.py,sha256=MozLEHpkr4ewtP9vbwXf6nPiHXBVZ5VjiNMHYbXFOwA,10889
61
- global_vo_grpc_service/protos/image_scan_api_pb2.py,sha256=nGIMalialg8yTgDkfenqYLnqpKon_JfJcNnR75bn7MA,3000
62
- global_vo_grpc_service/protos/image_scan_api_pb2_grpc.py,sha256=xS0-lf-KyJg-kq09RqrOFDhymol1bsQoPsd16_3EKC4,4821
63
+ global_vo_grpc_service/protos/image_scan_api_pb2.py,sha256=ZmNs0i7jKvfuK_wQ0QGGJcXoJkp8VcrIGDqPWkFYeDo,3512
64
+ global_vo_grpc_service/protos/image_scan_api_pb2_grpc.py,sha256=L_lmyf_fQvm9Syzqz34lDkwGrqx5byc9XGGjGkhea9A,6795
63
65
  global_vo_grpc_service/protos/invitation_api_pb2.py,sha256=aeWuXB1OZjKU93nE_XAw2BEy5M9H3kDZsix8t5Eknm4,2861
64
66
  global_vo_grpc_service/protos/invitation_api_pb2_grpc.py,sha256=e2g9nYLW3QiF4y98XnixUNo9sjoEogwX2hkEO96ahyQ,4891
65
67
  global_vo_grpc_service/protos/invitation_response_api_pb2.py,sha256=fYGdOU8W-hS_FkVFNBtRatWe32SvNcEuYQMlLivUwv4,5212
66
68
  global_vo_grpc_service/protos/invitation_response_api_pb2_grpc.py,sha256=Zu6vCYBYIiz2_7NEIC-P4i4B8t1HVYkRQQ5QgvE12-c,7423
67
69
  global_vo_grpc_service/protos/mission_api_pb2.py,sha256=XevbYoQBPk5czs6H0cpNdGW9ECUpIElXwTnDScwmBSE,6206
68
70
  global_vo_grpc_service/protos/mission_api_pb2_grpc.py,sha256=gw6AvO1mpzShEAXps-O-hbrB6HkLuUtNJuyRuyhPflU,15800
69
- global_vo_grpc_service/protos/model_assessment_api_pb2.py,sha256=mwm3kmpE7WG0cYKUVYDG6tq67xVgPZIB-xjtCaQWEzQ,3439
70
- global_vo_grpc_service/protos/model_assessment_api_pb2_grpc.py,sha256=HPbaPo6PIajfuAzvPzKLLC3jkSY8ApQSlS96cl78cRk,5037
71
+ global_vo_grpc_service/protos/model_assessment_api_pb2.py,sha256=xUJHuNYWZSTViMLZhfbmv9UDFkICyImgMwoaFwjImAo,3841
72
+ global_vo_grpc_service/protos/model_assessment_api_pb2_grpc.py,sha256=EwVFTLoI_drwbrcbKPOMqv3HwIcY4vQnC65OIFehrpc,6938
71
73
  global_vo_grpc_service/protos/permission_api_pb2.py,sha256=r-kGWRZfytc5nbsSFMy1B0euC6hvI2zIOMJ39R_1mEs,2485
72
74
  global_vo_grpc_service/protos/permission_api_pb2_grpc.py,sha256=AqaNSjZxphjTOSuD1d_4q64L1p8BUD5M7xwoiFuGkT0,4843
75
+ global_vo_grpc_service/protos/product_changelog_api_pb2.py,sha256=fHijZW094Key8fX76Xi4vTglt-CsU3pIQd_doANyUmM,4014
76
+ global_vo_grpc_service/protos/product_changelog_api_pb2_grpc.py,sha256=5U_itNWLS7HVAr6Kx0IfLQMi6mpOWAoZtAgUS-BnjyM,9022
73
77
  global_vo_grpc_service/protos/query_api_pb2.py,sha256=BZxuoc42UnM8I0GpOTIUNoCyt797Snf6j84ejgDrYs0,6810
74
78
  global_vo_grpc_service/protos/query_api_pb2_grpc.py,sha256=2QA_Os2JW1FwwTZhk2pzuw8G8TIVkfedjU3IaXco9CA,8967
75
- global_vo_grpc_service/protos/review_api_pb2.py,sha256=92N1aM81NdjUb1InbypKIr1GXkk-rDAD5dGmu3uldAA,11890
79
+ global_vo_grpc_service/protos/reporting_api_pb2.py,sha256=taTEbbyiUd5ONOEqiXUvYA1iuRcLLayIRLK1-qaQPX0,5766
80
+ global_vo_grpc_service/protos/reporting_api_pb2_grpc.py,sha256=f5P46f7AqFqiG3FeMDQMkMKMabzG3O1kUEoqxaAct-I,7465
81
+ global_vo_grpc_service/protos/review_api_pb2.py,sha256=vxBKJOjxoYDRU1zA7a21uiTJyCLvhp1X04zN9XPH39k,12080
76
82
  global_vo_grpc_service/protos/review_api_pb2_grpc.py,sha256=lwGsarvkyBpQyhT2_uc-uh6l4U8BOBcfw6lvLOfM-KY,27474
77
83
  global_vo_grpc_service/protos/role_api_pb2.py,sha256=8IKAeOK52gwEnzrHzmPu8ACrPd5OINyJ1iNtGEZLVIA,2287
78
84
  global_vo_grpc_service/protos/role_api_pb2_grpc.py,sha256=1bj-keeqpRgn2vCp9Yg999FXgp8t3hmzwq5YV-4s1mM,4549
@@ -80,8 +86,8 @@ global_vo_grpc_service/protos/signed_url_api_pb2.py,sha256=0T1FTsUkQDN5QQ9crrZo0
80
86
  global_vo_grpc_service/protos/signed_url_api_pb2_grpc.py,sha256=IWQ9PuDJwNWKaZLU8x3kaH_I0SYlG4eQB9d-5-rSV0Q,4847
81
87
  global_vo_grpc_service/protos/source_api_pb2.py,sha256=jUv3nzlIvPtLY_qpmk33LEdD0uAfnV69TDQ4i9yJ23s,3164
82
88
  global_vo_grpc_service/protos/source_api_pb2_grpc.py,sha256=Egm2GiEmOqYwQ4if0UURfXWBjolh5vdt07jrQsn_RIk,8176
83
- global_vo_grpc_service/protos/task_api_pb2.py,sha256=oPw2TW8B5lCISUnXcOD2guwZtUb6w6xj19kPMyTxYaE,9482
84
- global_vo_grpc_service/protos/task_api_pb2_grpc.py,sha256=3CSNFrDdkBb0i6aSCL-dtyJBFPzbqD8J5EGP80eEuEc,22980
89
+ global_vo_grpc_service/protos/task_api_pb2.py,sha256=066XKkNb5eHeT7woKm02waRI30aXnRX3_TosGmu9b-M,9893
90
+ global_vo_grpc_service/protos/task_api_pb2_grpc.py,sha256=DK-Ew_N7L3A6rHvYWQvEjBIG-2fThwKjYmNhaeRy7dI,24733
85
91
  global_vo_grpc_service/protos/task_image_api_pb2.py,sha256=-2dJGsT0XyJBci1_aAQ8y9sh_cKwXt2F6GRFAw9YF3c,6327
86
92
  global_vo_grpc_service/protos/task_image_api_pb2_grpc.py,sha256=YXBRRg9Zv1gR2b2SgA-qeKC6k6gv6mu7rOlugE2btgc,13198
87
93
  global_vo_grpc_service/protos/task_image_metadata_api_pb2.py,sha256=hxdaF9z0ZGNxrxfZu88OWcY5XMppeRZQA5m-wdorMhA,4944
@@ -102,18 +108,18 @@ global_vo_grpc_service/protos/user_metric_api_pb2.py,sha256=lU6xEPY7nHPoLq6a6-O5
102
108
  global_vo_grpc_service/protos/user_metric_api_pb2_grpc.py,sha256=VVA5ygMmXEnP7nlYSqYKmcVK41zbIOVTvbahx0dvWvk,4895
103
109
  global_vo_grpc_service/protos/user_password_reset_request_api_pb2.py,sha256=0Sc4Qg30I2_5RwHmm_fphBlcMc43beTEVVHRmzyCueQ,3391
104
110
  global_vo_grpc_service/protos/user_password_reset_request_api_pb2_grpc.py,sha256=AMInD8TCFmnwOAUsSOy9bf5KtxR5NPxSBLS65vvifHo,7611
105
- global_vo_grpc_service/protos/utils_pb2.py,sha256=uIL-9rXUftQBpmt7I9kptpayYL4fKf2wWx3LGro-yxE,3050
111
+ global_vo_grpc_service/protos/utils_pb2.py,sha256=B1-1Y5UrElkfbydZRU90kI6a9IvAYecoDTEkt1QPFX0,3208
106
112
  global_vo_grpc_service/protos/utils_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
107
113
  global_vo_grpc_service/protos/workflow_analyzer_api_pb2.py,sha256=UfUYdoHI4SoH4kvCEJOxH5ojXtJhgW28mwszNJyNedA,2975
108
114
  global_vo_grpc_service/protos/workflow_analyzer_api_pb2_grpc.py,sha256=2EprSKuNtQh5Pt47ae2_u58Qr8IfkeZ-ePY5_zfOfmY,7132
109
- global_vo_grpc_service/protos/workflow_api_pb2.py,sha256=FGtH7927SnXUZ6y9IP6vOF3ykPYjfm_FJfWJYHrnNcE,8009
110
- global_vo_grpc_service/protos/workflow_api_pb2_grpc.py,sha256=wKi_-bVWicreC5WaJgzV6yE7pTUYUpTBK9Wuk2a7fLM,22274
115
+ global_vo_grpc_service/protos/workflow_api_pb2.py,sha256=y5dspiQtGmVl9EqPACaN7vfdO6X9ZBYWiOLeyR2nZLk,8130
116
+ global_vo_grpc_service/protos/workflow_api_pb2_grpc.py,sha256=bFjG68dgjmcS2PVyLPF0W5gxDCMOYSV0Q1uziP9coYU,24302
111
117
  search_grpc_service/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
112
118
  search_grpc_service/protos/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
113
119
  search_grpc_service/protos/index_api_pb2.py,sha256=6gqbhy6__LQ0nXPbJ_j-I2LIWbYPYm8Z2P5gJ2oV_Ww,4048
114
120
  search_grpc_service/protos/index_api_pb2_grpc.py,sha256=qrtGUh9HpN1wiavtpRCtqkGQonq8aanT3MZfsjWaVCM,10672
115
- search_grpc_service/protos/search_api_pb2.py,sha256=lYpAYgNlDWQ2Zpo4t8qW3Pz8wC3GrcZ4ygK7d68Tyk8,5890
116
- search_grpc_service/protos/search_api_pb2_grpc.py,sha256=Sd8hqJhnGpqUQbGpNvUXNdr4rSXNbxbCR3AJrn9aMa4,8992
117
- fsai_proto_specs-0.0.388.dist-info/METADATA,sha256=wcYfY2YFraygdQBlzjOhzSUycV4BPhbNxNQE9o2aOKc,972
118
- fsai_proto_specs-0.0.388.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
119
- fsai_proto_specs-0.0.388.dist-info/RECORD,,
121
+ search_grpc_service/protos/search_api_pb2.py,sha256=2OFliSZGn13n1hiWKaN93icRvzE2IZaCOcm4XTUNokg,6043
122
+ search_grpc_service/protos/search_api_pb2_grpc.py,sha256=3q3RmvDjoXWryYetmFDkgX68Ktk3uzWUdl1DkvfGH80,8771
123
+ fsai_proto_specs-0.0.411.dist-info/METADATA,sha256=cUi29SVu0HIn5yzUDth8QbpQ5xUKELgCXyX0eJKqpLQ,972
124
+ fsai_proto_specs-0.0.411.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
125
+ fsai_proto_specs-0.0.411.dist-info/RECORD,,
@@ -11,49 +11,54 @@ from google.protobuf import symbol_database as _symbol_database
11
11
  _sym_db = _symbol_database.Default()
12
12
 
13
13
 
14
+ from audit_grpc_service.protos import audit_api_pb2 as audit__grpc__service_dot_protos_dot_audit__api__pb2
14
15
  from global_vo_grpc_service.protos import user_api_pb2 as global__vo__grpc__service_dot_protos_dot_user__api__pb2
15
16
  from global_vo_grpc_service.protos import utils_pb2 as global__vo__grpc__service_dot_protos_dot_utils__pb2
16
17
 
17
18
 
18
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2global_vo_grpc_service/protos/admin_user_api.proto\x1a,global_vo_grpc_service/protos/user_api.proto\x1a)global_vo_grpc_service/protos/utils.proto\"-\n\x16\x46indUserByEmailRequest\x12\x13\n\x04user\x18\x01 \x01(\x0b\x32\x05.User\"P\n\x17\x46indUserByEmailResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\x12\x13\n\x04user\x18\x02 \x01(\x0b\x32\x05.User\":\n\x17\x41uthenticateUserRequest\x12\r\n\x05\x65mail\x18\x01 \x01(\t\x12\x10\n\x08password\x18\x02 \x01(\t\"K\n\x18\x41uthenticateUserResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\x12\r\n\x05valid\x18\x02 \x01(\x08\"$\n\x13ListAllUsersRequest\x12\r\n\x05query\x18\x01 \x01(\t\",\n\x14ListAllUsersResponse\x12\x14\n\x05users\x18\x02 \x03(\x0b\x32\x05.User\"2\n$ListUserTeamsAndRolesByUserIdRequest\x12\n\n\x02id\x18\x01 \x01(\x05\"\xa8\x02\n%ListUserTeamsAndRolesByUserIdResponse\x12V\n\x14user_teams_and_roles\x18\x02 \x03(\x0b\x32\x38.ListUserTeamsAndRolesByUserIdResponse.UserTeamWithRoles\x1a.\n\x08RoleInfo\x12\x0f\n\x07role_id\x18\x01 \x01(\x05\x12\x11\n\trole_name\x18\x02 \x01(\t\x1aw\n\x11UserTeamWithRoles\x12\x0f\n\x07team_id\x18\x01 \x01(\x05\x12\x11\n\tteam_name\x18\x02 \x01(\t\x12>\n\x05roles\x18\x03 \x03(\x0b\x32/.ListUserTeamsAndRolesByUserIdResponse.RoleInfo\"(\n\x11\x43reateUserRequest\x12\x13\n\x04user\x18\x01 \x01(\x0b\x32\x05.User\"K\n\x12\x43reateUserResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\x12\x13\n\x04user\x18\x02 \x01(\x0b\x32\x05.User\"@\n UpdateUserPasswordByAdminRequest\x12\n\n\x02id\x18\x01 \x01(\x05\x12\x10\n\x08password\x18\x02 \x01(\t\"E\n!UpdateUserPasswordByAdminResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\"0\n\x12\x44isableUserRequest\x12\n\n\x02id\x18\x01 \x01(\x05\x12\x0e\n\x06\x61\x63tion\x18\x02 \x01(\t\"7\n\x13\x44isableUserResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType2\x9f\x04\n\x0c\x41\x64minUserApi\x12\x44\n\x0f\x46indUserByEmail\x12\x17.FindUserByEmailRequest\x1a\x18.FindUserByEmailResponse\x12G\n\x10\x41uthenticateUser\x12\x18.AuthenticateUserRequest\x1a\x19.AuthenticateUserResponse\x12;\n\x0cListAllUsers\x12\x14.ListAllUsersRequest\x1a\x15.ListAllUsersResponse\x12n\n\x1dListUserTeamsAndRolesByUserId\x12%.ListUserTeamsAndRolesByUserIdRequest\x1a&.ListUserTeamsAndRolesByUserIdResponse\x12\x35\n\nCreateUser\x12\x12.CreateUserRequest\x1a\x13.CreateUserResponse\x12\x62\n\x19UpdateUserPasswordByAdmin\x12!.UpdateUserPasswordByAdminRequest\x1a\".UpdateUserPasswordByAdminResponse\x12\x38\n\x0b\x44isableUser\x12\x13.DisableUserRequest\x1a\x14.DisableUserResponseb\x06proto3')
19
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2global_vo_grpc_service/protos/admin_user_api.proto\x1a)audit_grpc_service/protos/audit_api.proto\x1a,global_vo_grpc_service/protos/user_api.proto\x1a)global_vo_grpc_service/protos/utils.proto\"-\n\x16\x46indUserByEmailRequest\x12\x13\n\x04user\x18\x01 \x01(\x0b\x32\x05.User\"P\n\x17\x46indUserByEmailResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\x12\x13\n\x04user\x18\x02 \x01(\x0b\x32\x05.User\":\n\x17\x41uthenticateUserRequest\x12\r\n\x05\x65mail\x18\x01 \x01(\t\x12\x10\n\x08password\x18\x02 \x01(\t\"K\n\x18\x41uthenticateUserResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\x12\r\n\x05valid\x18\x02 \x01(\x08\"$\n\x13ListAllUsersRequest\x12\r\n\x05query\x18\x01 \x01(\t\",\n\x14ListAllUsersResponse\x12\x14\n\x05users\x18\x02 \x03(\x0b\x32\x05.User\"2\n$ListUserTeamsAndRolesByUserIdRequest\x12\n\n\x02id\x18\x01 \x01(\x05\"\xa8\x02\n%ListUserTeamsAndRolesByUserIdResponse\x12V\n\x14user_teams_and_roles\x18\x02 \x03(\x0b\x32\x38.ListUserTeamsAndRolesByUserIdResponse.UserTeamWithRoles\x1a.\n\x08RoleInfo\x12\x0f\n\x07role_id\x18\x01 \x01(\x05\x12\x11\n\trole_name\x18\x02 \x01(\t\x1aw\n\x11UserTeamWithRoles\x12\x0f\n\x07team_id\x18\x01 \x01(\x05\x12\x11\n\tteam_name\x18\x02 \x01(\t\x12>\n\x05roles\x18\x03 \x03(\x0b\x32/.ListUserTeamsAndRolesByUserIdResponse.RoleInfo\"2\n\x1fListUserActivityByUserIdRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\x05\":\n ListUserActivityByUserIdResponse\x12\x16\n\x06\x61udits\x18\x01 \x03(\x0b\x32\x06.Audit\"(\n\x11\x43reateUserRequest\x12\x13\n\x04user\x18\x01 \x01(\x0b\x32\x05.User\"K\n\x12\x43reateUserResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\x12\x13\n\x04user\x18\x02 \x01(\x0b\x32\x05.User\"@\n UpdateUserPasswordByAdminRequest\x12\n\n\x02id\x18\x01 \x01(\x05\x12\x10\n\x08password\x18\x02 \x01(\t\"E\n!UpdateUserPasswordByAdminResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\"0\n\x12\x44isableUserRequest\x12\n\n\x02id\x18\x01 \x01(\x05\x12\x0e\n\x06\x61\x63tion\x18\x02 \x01(\t\"7\n\x13\x44isableUserResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType2\x80\x05\n\x0c\x41\x64minUserApi\x12\x44\n\x0f\x46indUserByEmail\x12\x17.FindUserByEmailRequest\x1a\x18.FindUserByEmailResponse\x12G\n\x10\x41uthenticateUser\x12\x18.AuthenticateUserRequest\x1a\x19.AuthenticateUserResponse\x12;\n\x0cListAllUsers\x12\x14.ListAllUsersRequest\x1a\x15.ListAllUsersResponse\x12n\n\x1dListUserTeamsAndRolesByUserId\x12%.ListUserTeamsAndRolesByUserIdRequest\x1a&.ListUserTeamsAndRolesByUserIdResponse\x12_\n\x18ListUserActivityByUserId\x12 .ListUserActivityByUserIdRequest\x1a!.ListUserActivityByUserIdResponse\x12\x35\n\nCreateUser\x12\x12.CreateUserRequest\x1a\x13.CreateUserResponse\x12\x62\n\x19UpdateUserPasswordByAdmin\x12!.UpdateUserPasswordByAdminRequest\x1a\".UpdateUserPasswordByAdminResponse\x12\x38\n\x0b\x44isableUser\x12\x13.DisableUserRequest\x1a\x14.DisableUserResponseb\x06proto3')
19
20
 
20
21
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
21
22
  _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'global_vo_grpc_service.protos.admin_user_api_pb2', globals())
22
23
  if _descriptor._USE_C_DESCRIPTORS == False:
23
24
 
24
25
  DESCRIPTOR._options = None
25
- _FINDUSERBYEMAILREQUEST._serialized_start=143
26
- _FINDUSERBYEMAILREQUEST._serialized_end=188
27
- _FINDUSERBYEMAILRESPONSE._serialized_start=190
28
- _FINDUSERBYEMAILRESPONSE._serialized_end=270
29
- _AUTHENTICATEUSERREQUEST._serialized_start=272
30
- _AUTHENTICATEUSERREQUEST._serialized_end=330
31
- _AUTHENTICATEUSERRESPONSE._serialized_start=332
32
- _AUTHENTICATEUSERRESPONSE._serialized_end=407
33
- _LISTALLUSERSREQUEST._serialized_start=409
34
- _LISTALLUSERSREQUEST._serialized_end=445
35
- _LISTALLUSERSRESPONSE._serialized_start=447
36
- _LISTALLUSERSRESPONSE._serialized_end=491
37
- _LISTUSERTEAMSANDROLESBYUSERIDREQUEST._serialized_start=493
38
- _LISTUSERTEAMSANDROLESBYUSERIDREQUEST._serialized_end=543
39
- _LISTUSERTEAMSANDROLESBYUSERIDRESPONSE._serialized_start=546
40
- _LISTUSERTEAMSANDROLESBYUSERIDRESPONSE._serialized_end=842
41
- _LISTUSERTEAMSANDROLESBYUSERIDRESPONSE_ROLEINFO._serialized_start=675
42
- _LISTUSERTEAMSANDROLESBYUSERIDRESPONSE_ROLEINFO._serialized_end=721
43
- _LISTUSERTEAMSANDROLESBYUSERIDRESPONSE_USERTEAMWITHROLES._serialized_start=723
44
- _LISTUSERTEAMSANDROLESBYUSERIDRESPONSE_USERTEAMWITHROLES._serialized_end=842
45
- _CREATEUSERREQUEST._serialized_start=844
46
- _CREATEUSERREQUEST._serialized_end=884
47
- _CREATEUSERRESPONSE._serialized_start=886
48
- _CREATEUSERRESPONSE._serialized_end=961
49
- _UPDATEUSERPASSWORDBYADMINREQUEST._serialized_start=963
50
- _UPDATEUSERPASSWORDBYADMINREQUEST._serialized_end=1027
51
- _UPDATEUSERPASSWORDBYADMINRESPONSE._serialized_start=1029
52
- _UPDATEUSERPASSWORDBYADMINRESPONSE._serialized_end=1098
53
- _DISABLEUSERREQUEST._serialized_start=1100
54
- _DISABLEUSERREQUEST._serialized_end=1148
55
- _DISABLEUSERRESPONSE._serialized_start=1150
56
- _DISABLEUSERRESPONSE._serialized_end=1205
57
- _ADMINUSERAPI._serialized_start=1208
58
- _ADMINUSERAPI._serialized_end=1751
26
+ _FINDUSERBYEMAILREQUEST._serialized_start=186
27
+ _FINDUSERBYEMAILREQUEST._serialized_end=231
28
+ _FINDUSERBYEMAILRESPONSE._serialized_start=233
29
+ _FINDUSERBYEMAILRESPONSE._serialized_end=313
30
+ _AUTHENTICATEUSERREQUEST._serialized_start=315
31
+ _AUTHENTICATEUSERREQUEST._serialized_end=373
32
+ _AUTHENTICATEUSERRESPONSE._serialized_start=375
33
+ _AUTHENTICATEUSERRESPONSE._serialized_end=450
34
+ _LISTALLUSERSREQUEST._serialized_start=452
35
+ _LISTALLUSERSREQUEST._serialized_end=488
36
+ _LISTALLUSERSRESPONSE._serialized_start=490
37
+ _LISTALLUSERSRESPONSE._serialized_end=534
38
+ _LISTUSERTEAMSANDROLESBYUSERIDREQUEST._serialized_start=536
39
+ _LISTUSERTEAMSANDROLESBYUSERIDREQUEST._serialized_end=586
40
+ _LISTUSERTEAMSANDROLESBYUSERIDRESPONSE._serialized_start=589
41
+ _LISTUSERTEAMSANDROLESBYUSERIDRESPONSE._serialized_end=885
42
+ _LISTUSERTEAMSANDROLESBYUSERIDRESPONSE_ROLEINFO._serialized_start=718
43
+ _LISTUSERTEAMSANDROLESBYUSERIDRESPONSE_ROLEINFO._serialized_end=764
44
+ _LISTUSERTEAMSANDROLESBYUSERIDRESPONSE_USERTEAMWITHROLES._serialized_start=766
45
+ _LISTUSERTEAMSANDROLESBYUSERIDRESPONSE_USERTEAMWITHROLES._serialized_end=885
46
+ _LISTUSERACTIVITYBYUSERIDREQUEST._serialized_start=887
47
+ _LISTUSERACTIVITYBYUSERIDREQUEST._serialized_end=937
48
+ _LISTUSERACTIVITYBYUSERIDRESPONSE._serialized_start=939
49
+ _LISTUSERACTIVITYBYUSERIDRESPONSE._serialized_end=997
50
+ _CREATEUSERREQUEST._serialized_start=999
51
+ _CREATEUSERREQUEST._serialized_end=1039
52
+ _CREATEUSERRESPONSE._serialized_start=1041
53
+ _CREATEUSERRESPONSE._serialized_end=1116
54
+ _UPDATEUSERPASSWORDBYADMINREQUEST._serialized_start=1118
55
+ _UPDATEUSERPASSWORDBYADMINREQUEST._serialized_end=1182
56
+ _UPDATEUSERPASSWORDBYADMINRESPONSE._serialized_start=1184
57
+ _UPDATEUSERPASSWORDBYADMINRESPONSE._serialized_end=1253
58
+ _DISABLEUSERREQUEST._serialized_start=1255
59
+ _DISABLEUSERREQUEST._serialized_end=1303
60
+ _DISABLEUSERRESPONSE._serialized_start=1305
61
+ _DISABLEUSERRESPONSE._serialized_end=1360
62
+ _ADMINUSERAPI._serialized_start=1363
63
+ _ADMINUSERAPI._serialized_end=2003
59
64
  # @@protoc_insertion_point(module_scope)
@@ -34,6 +34,11 @@ class AdminUserApiStub(object):
34
34
  request_serializer=global__vo__grpc__service_dot_protos_dot_admin__user__api__pb2.ListUserTeamsAndRolesByUserIdRequest.SerializeToString,
35
35
  response_deserializer=global__vo__grpc__service_dot_protos_dot_admin__user__api__pb2.ListUserTeamsAndRolesByUserIdResponse.FromString,
36
36
  )
37
+ self.ListUserActivityByUserId = channel.unary_unary(
38
+ '/AdminUserApi/ListUserActivityByUserId',
39
+ request_serializer=global__vo__grpc__service_dot_protos_dot_admin__user__api__pb2.ListUserActivityByUserIdRequest.SerializeToString,
40
+ response_deserializer=global__vo__grpc__service_dot_protos_dot_admin__user__api__pb2.ListUserActivityByUserIdResponse.FromString,
41
+ )
37
42
  self.CreateUser = channel.unary_unary(
38
43
  '/AdminUserApi/CreateUser',
39
44
  request_serializer=global__vo__grpc__service_dot_protos_dot_admin__user__api__pb2.CreateUserRequest.SerializeToString,
@@ -80,6 +85,12 @@ class AdminUserApiServicer(object):
80
85
  context.set_details('Method not implemented!')
81
86
  raise NotImplementedError('Method not implemented!')
82
87
 
88
+ def ListUserActivityByUserId(self, request, context):
89
+ """Missing associated documentation comment in .proto file."""
90
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
91
+ context.set_details('Method not implemented!')
92
+ raise NotImplementedError('Method not implemented!')
93
+
83
94
  def CreateUser(self, request, context):
84
95
  """Missing associated documentation comment in .proto file."""
85
96
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
@@ -121,6 +132,11 @@ def add_AdminUserApiServicer_to_server(servicer, server):
121
132
  request_deserializer=global__vo__grpc__service_dot_protos_dot_admin__user__api__pb2.ListUserTeamsAndRolesByUserIdRequest.FromString,
122
133
  response_serializer=global__vo__grpc__service_dot_protos_dot_admin__user__api__pb2.ListUserTeamsAndRolesByUserIdResponse.SerializeToString,
123
134
  ),
135
+ 'ListUserActivityByUserId': grpc.unary_unary_rpc_method_handler(
136
+ servicer.ListUserActivityByUserId,
137
+ request_deserializer=global__vo__grpc__service_dot_protos_dot_admin__user__api__pb2.ListUserActivityByUserIdRequest.FromString,
138
+ response_serializer=global__vo__grpc__service_dot_protos_dot_admin__user__api__pb2.ListUserActivityByUserIdResponse.SerializeToString,
139
+ ),
124
140
  'CreateUser': grpc.unary_unary_rpc_method_handler(
125
141
  servicer.CreateUser,
126
142
  request_deserializer=global__vo__grpc__service_dot_protos_dot_admin__user__api__pb2.CreateUserRequest.FromString,
@@ -214,6 +230,23 @@ class AdminUserApi(object):
214
230
  options, channel_credentials,
215
231
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
216
232
 
233
+ @staticmethod
234
+ def ListUserActivityByUserId(request,
235
+ target,
236
+ options=(),
237
+ channel_credentials=None,
238
+ call_credentials=None,
239
+ insecure=False,
240
+ compression=None,
241
+ wait_for_ready=None,
242
+ timeout=None,
243
+ metadata=None):
244
+ return grpc.experimental.unary_unary(request, target, '/AdminUserApi/ListUserActivityByUserId',
245
+ global__vo__grpc__service_dot_protos_dot_admin__user__api__pb2.ListUserActivityByUserIdRequest.SerializeToString,
246
+ global__vo__grpc__service_dot_protos_dot_admin__user__api__pb2.ListUserActivityByUserIdResponse.FromString,
247
+ options, channel_credentials,
248
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
249
+
217
250
  @staticmethod
218
251
  def CreateUser(request,
219
252
  target,
@@ -0,0 +1,49 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: global_vo_grpc_service/protos/correction_api.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
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 timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
15
+ from global_vo_grpc_service.protos import utils_pb2 as global__vo__grpc__service_dot_protos_dot_utils__pb2
16
+
17
+
18
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2global_vo_grpc_service/protos/correction_api.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a)global_vo_grpc_service/protos/utils.proto\"\xdb\x01\n\nCorrection\x12\n\n\x02id\x18\x01 \x01(\x05\x12\x1d\n\x15\x64\x65tection_instance_id\x18\x02 \x01(\x05\x12\x13\n\x0b\x61ssigned_to\x18\x03 \x01(\x05\x12\x13\n\x0b\x61ssigned_by\x18\x04 \x01(\x05\x12\x30\n\x0crequested_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x30\n\x0c\x63ompleted_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\x0c\x63ompleted_by\x18\x07 \x01(\x05\"E\n#GetCorrectionsByDetectionIdsRequest\x12\x1e\n\x16\x64\x65tection_instance_ids\x18\x01 \x03(\x05\"H\n$GetCorrectionsByDetectionIdsResponse\x12 \n\x0b\x63orrections\x18\x01 \x03(\x0b\x32\x0b.Correction\"8\n!GetCorrectionsByAssignedToRequest\x12\x13\n\x0b\x61ssigned_to\x18\x01 \x01(\x05\"F\n\"GetCorrectionsByAssignedToResponse\x12 \n\x0b\x63orrections\x18\x01 \x03(\x0b\x32\x0b.Correction\"8\n!GetCorrectionsByAssignedByRequest\x12\x13\n\x0b\x61ssigned_by\x18\x01 \x01(\x05\"F\n\"GetCorrectionsByAssignedByResponse\x12 \n\x0b\x63orrections\x18\x01 \x03(\x0b\x32\x0b.Correction\":\n\x18\x43reateCorrectionsRequest\x12\x1e\n\x16\x64\x65tection_instance_ids\x18\x01 \x03(\x05\"J\n\x19\x43reateCorrectionsResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\x12\x0b\n\x03ids\x18\x02 \x03(\x05\"9\n\x1a\x43ompleteCorrectionsRequest\x12\x0b\n\x03ids\x18\x01 \x03(\x05\x12\x0e\n\x06\x61\x63tion\x18\x02 \x01(\t\"L\n\x1b\x43ompleteCorrectionsResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\x12\x0b\n\x03ids\x18\x02 \x03(\x05\x32\xe8\x03\n\rCorrectionApi\x12k\n\x1cGetCorrectionsByDetectionIds\x12$.GetCorrectionsByDetectionIdsRequest\x1a%.GetCorrectionsByDetectionIdsResponse\x12\x65\n\x1aGetCorrectionsByAssignedTo\x12\".GetCorrectionsByAssignedToRequest\x1a#.GetCorrectionsByAssignedToResponse\x12\x65\n\x1aGetCorrectionsByAssignedBy\x12\".GetCorrectionsByAssignedByRequest\x1a#.GetCorrectionsByAssignedByResponse\x12J\n\x11\x43reateCorrections\x12\x19.CreateCorrectionsRequest\x1a\x1a.CreateCorrectionsResponse\x12P\n\x13\x43ompleteCorrections\x12\x1b.CompleteCorrectionsRequest\x1a\x1c.CompleteCorrectionsResponseb\x06proto3')
19
+
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'global_vo_grpc_service.protos.correction_api_pb2', globals())
22
+ if _descriptor._USE_C_DESCRIPTORS == False:
23
+
24
+ DESCRIPTOR._options = None
25
+ _CORRECTION._serialized_start=131
26
+ _CORRECTION._serialized_end=350
27
+ _GETCORRECTIONSBYDETECTIONIDSREQUEST._serialized_start=352
28
+ _GETCORRECTIONSBYDETECTIONIDSREQUEST._serialized_end=421
29
+ _GETCORRECTIONSBYDETECTIONIDSRESPONSE._serialized_start=423
30
+ _GETCORRECTIONSBYDETECTIONIDSRESPONSE._serialized_end=495
31
+ _GETCORRECTIONSBYASSIGNEDTOREQUEST._serialized_start=497
32
+ _GETCORRECTIONSBYASSIGNEDTOREQUEST._serialized_end=553
33
+ _GETCORRECTIONSBYASSIGNEDTORESPONSE._serialized_start=555
34
+ _GETCORRECTIONSBYASSIGNEDTORESPONSE._serialized_end=625
35
+ _GETCORRECTIONSBYASSIGNEDBYREQUEST._serialized_start=627
36
+ _GETCORRECTIONSBYASSIGNEDBYREQUEST._serialized_end=683
37
+ _GETCORRECTIONSBYASSIGNEDBYRESPONSE._serialized_start=685
38
+ _GETCORRECTIONSBYASSIGNEDBYRESPONSE._serialized_end=755
39
+ _CREATECORRECTIONSREQUEST._serialized_start=757
40
+ _CREATECORRECTIONSREQUEST._serialized_end=815
41
+ _CREATECORRECTIONSRESPONSE._serialized_start=817
42
+ _CREATECORRECTIONSRESPONSE._serialized_end=891
43
+ _COMPLETECORRECTIONSREQUEST._serialized_start=893
44
+ _COMPLETECORRECTIONSREQUEST._serialized_end=950
45
+ _COMPLETECORRECTIONSRESPONSE._serialized_start=952
46
+ _COMPLETECORRECTIONSRESPONSE._serialized_end=1028
47
+ _CORRECTIONAPI._serialized_start=1031
48
+ _CORRECTIONAPI._serialized_end=1519
49
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,198 @@
1
+ # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2
+ """Client and server classes corresponding to protobuf-defined services."""
3
+ import grpc
4
+
5
+ from global_vo_grpc_service.protos import correction_api_pb2 as global__vo__grpc__service_dot_protos_dot_correction__api__pb2
6
+
7
+
8
+ class CorrectionApiStub(object):
9
+ """Missing associated documentation comment in .proto file."""
10
+
11
+ def __init__(self, channel):
12
+ """Constructor.
13
+
14
+ Args:
15
+ channel: A grpc.Channel.
16
+ """
17
+ self.GetCorrectionsByDetectionIds = channel.unary_unary(
18
+ '/CorrectionApi/GetCorrectionsByDetectionIds',
19
+ request_serializer=global__vo__grpc__service_dot_protos_dot_correction__api__pb2.GetCorrectionsByDetectionIdsRequest.SerializeToString,
20
+ response_deserializer=global__vo__grpc__service_dot_protos_dot_correction__api__pb2.GetCorrectionsByDetectionIdsResponse.FromString,
21
+ )
22
+ self.GetCorrectionsByAssignedTo = channel.unary_unary(
23
+ '/CorrectionApi/GetCorrectionsByAssignedTo',
24
+ request_serializer=global__vo__grpc__service_dot_protos_dot_correction__api__pb2.GetCorrectionsByAssignedToRequest.SerializeToString,
25
+ response_deserializer=global__vo__grpc__service_dot_protos_dot_correction__api__pb2.GetCorrectionsByAssignedToResponse.FromString,
26
+ )
27
+ self.GetCorrectionsByAssignedBy = channel.unary_unary(
28
+ '/CorrectionApi/GetCorrectionsByAssignedBy',
29
+ request_serializer=global__vo__grpc__service_dot_protos_dot_correction__api__pb2.GetCorrectionsByAssignedByRequest.SerializeToString,
30
+ response_deserializer=global__vo__grpc__service_dot_protos_dot_correction__api__pb2.GetCorrectionsByAssignedByResponse.FromString,
31
+ )
32
+ self.CreateCorrections = channel.unary_unary(
33
+ '/CorrectionApi/CreateCorrections',
34
+ request_serializer=global__vo__grpc__service_dot_protos_dot_correction__api__pb2.CreateCorrectionsRequest.SerializeToString,
35
+ response_deserializer=global__vo__grpc__service_dot_protos_dot_correction__api__pb2.CreateCorrectionsResponse.FromString,
36
+ )
37
+ self.CompleteCorrections = channel.unary_unary(
38
+ '/CorrectionApi/CompleteCorrections',
39
+ request_serializer=global__vo__grpc__service_dot_protos_dot_correction__api__pb2.CompleteCorrectionsRequest.SerializeToString,
40
+ response_deserializer=global__vo__grpc__service_dot_protos_dot_correction__api__pb2.CompleteCorrectionsResponse.FromString,
41
+ )
42
+
43
+
44
+ class CorrectionApiServicer(object):
45
+ """Missing associated documentation comment in .proto file."""
46
+
47
+ def GetCorrectionsByDetectionIds(self, request, context):
48
+ """Missing associated documentation comment in .proto file."""
49
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
50
+ context.set_details('Method not implemented!')
51
+ raise NotImplementedError('Method not implemented!')
52
+
53
+ def GetCorrectionsByAssignedTo(self, request, context):
54
+ """Missing associated documentation comment in .proto file."""
55
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
56
+ context.set_details('Method not implemented!')
57
+ raise NotImplementedError('Method not implemented!')
58
+
59
+ def GetCorrectionsByAssignedBy(self, request, context):
60
+ """Missing associated documentation comment in .proto file."""
61
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
62
+ context.set_details('Method not implemented!')
63
+ raise NotImplementedError('Method not implemented!')
64
+
65
+ def CreateCorrections(self, request, context):
66
+ """Missing associated documentation comment in .proto file."""
67
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
68
+ context.set_details('Method not implemented!')
69
+ raise NotImplementedError('Method not implemented!')
70
+
71
+ def CompleteCorrections(self, request, context):
72
+ """Missing associated documentation comment in .proto file."""
73
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
74
+ context.set_details('Method not implemented!')
75
+ raise NotImplementedError('Method not implemented!')
76
+
77
+
78
+ def add_CorrectionApiServicer_to_server(servicer, server):
79
+ rpc_method_handlers = {
80
+ 'GetCorrectionsByDetectionIds': grpc.unary_unary_rpc_method_handler(
81
+ servicer.GetCorrectionsByDetectionIds,
82
+ request_deserializer=global__vo__grpc__service_dot_protos_dot_correction__api__pb2.GetCorrectionsByDetectionIdsRequest.FromString,
83
+ response_serializer=global__vo__grpc__service_dot_protos_dot_correction__api__pb2.GetCorrectionsByDetectionIdsResponse.SerializeToString,
84
+ ),
85
+ 'GetCorrectionsByAssignedTo': grpc.unary_unary_rpc_method_handler(
86
+ servicer.GetCorrectionsByAssignedTo,
87
+ request_deserializer=global__vo__grpc__service_dot_protos_dot_correction__api__pb2.GetCorrectionsByAssignedToRequest.FromString,
88
+ response_serializer=global__vo__grpc__service_dot_protos_dot_correction__api__pb2.GetCorrectionsByAssignedToResponse.SerializeToString,
89
+ ),
90
+ 'GetCorrectionsByAssignedBy': grpc.unary_unary_rpc_method_handler(
91
+ servicer.GetCorrectionsByAssignedBy,
92
+ request_deserializer=global__vo__grpc__service_dot_protos_dot_correction__api__pb2.GetCorrectionsByAssignedByRequest.FromString,
93
+ response_serializer=global__vo__grpc__service_dot_protos_dot_correction__api__pb2.GetCorrectionsByAssignedByResponse.SerializeToString,
94
+ ),
95
+ 'CreateCorrections': grpc.unary_unary_rpc_method_handler(
96
+ servicer.CreateCorrections,
97
+ request_deserializer=global__vo__grpc__service_dot_protos_dot_correction__api__pb2.CreateCorrectionsRequest.FromString,
98
+ response_serializer=global__vo__grpc__service_dot_protos_dot_correction__api__pb2.CreateCorrectionsResponse.SerializeToString,
99
+ ),
100
+ 'CompleteCorrections': grpc.unary_unary_rpc_method_handler(
101
+ servicer.CompleteCorrections,
102
+ request_deserializer=global__vo__grpc__service_dot_protos_dot_correction__api__pb2.CompleteCorrectionsRequest.FromString,
103
+ response_serializer=global__vo__grpc__service_dot_protos_dot_correction__api__pb2.CompleteCorrectionsResponse.SerializeToString,
104
+ ),
105
+ }
106
+ generic_handler = grpc.method_handlers_generic_handler(
107
+ 'CorrectionApi', rpc_method_handlers)
108
+ server.add_generic_rpc_handlers((generic_handler,))
109
+
110
+
111
+ # This class is part of an EXPERIMENTAL API.
112
+ class CorrectionApi(object):
113
+ """Missing associated documentation comment in .proto file."""
114
+
115
+ @staticmethod
116
+ def GetCorrectionsByDetectionIds(request,
117
+ target,
118
+ options=(),
119
+ channel_credentials=None,
120
+ call_credentials=None,
121
+ insecure=False,
122
+ compression=None,
123
+ wait_for_ready=None,
124
+ timeout=None,
125
+ metadata=None):
126
+ return grpc.experimental.unary_unary(request, target, '/CorrectionApi/GetCorrectionsByDetectionIds',
127
+ global__vo__grpc__service_dot_protos_dot_correction__api__pb2.GetCorrectionsByDetectionIdsRequest.SerializeToString,
128
+ global__vo__grpc__service_dot_protos_dot_correction__api__pb2.GetCorrectionsByDetectionIdsResponse.FromString,
129
+ options, channel_credentials,
130
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
131
+
132
+ @staticmethod
133
+ def GetCorrectionsByAssignedTo(request,
134
+ target,
135
+ options=(),
136
+ channel_credentials=None,
137
+ call_credentials=None,
138
+ insecure=False,
139
+ compression=None,
140
+ wait_for_ready=None,
141
+ timeout=None,
142
+ metadata=None):
143
+ return grpc.experimental.unary_unary(request, target, '/CorrectionApi/GetCorrectionsByAssignedTo',
144
+ global__vo__grpc__service_dot_protos_dot_correction__api__pb2.GetCorrectionsByAssignedToRequest.SerializeToString,
145
+ global__vo__grpc__service_dot_protos_dot_correction__api__pb2.GetCorrectionsByAssignedToResponse.FromString,
146
+ options, channel_credentials,
147
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
148
+
149
+ @staticmethod
150
+ def GetCorrectionsByAssignedBy(request,
151
+ target,
152
+ options=(),
153
+ channel_credentials=None,
154
+ call_credentials=None,
155
+ insecure=False,
156
+ compression=None,
157
+ wait_for_ready=None,
158
+ timeout=None,
159
+ metadata=None):
160
+ return grpc.experimental.unary_unary(request, target, '/CorrectionApi/GetCorrectionsByAssignedBy',
161
+ global__vo__grpc__service_dot_protos_dot_correction__api__pb2.GetCorrectionsByAssignedByRequest.SerializeToString,
162
+ global__vo__grpc__service_dot_protos_dot_correction__api__pb2.GetCorrectionsByAssignedByResponse.FromString,
163
+ options, channel_credentials,
164
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
165
+
166
+ @staticmethod
167
+ def CreateCorrections(request,
168
+ target,
169
+ options=(),
170
+ channel_credentials=None,
171
+ call_credentials=None,
172
+ insecure=False,
173
+ compression=None,
174
+ wait_for_ready=None,
175
+ timeout=None,
176
+ metadata=None):
177
+ return grpc.experimental.unary_unary(request, target, '/CorrectionApi/CreateCorrections',
178
+ global__vo__grpc__service_dot_protos_dot_correction__api__pb2.CreateCorrectionsRequest.SerializeToString,
179
+ global__vo__grpc__service_dot_protos_dot_correction__api__pb2.CreateCorrectionsResponse.FromString,
180
+ options, channel_credentials,
181
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
182
+
183
+ @staticmethod
184
+ def CompleteCorrections(request,
185
+ target,
186
+ options=(),
187
+ channel_credentials=None,
188
+ call_credentials=None,
189
+ insecure=False,
190
+ compression=None,
191
+ wait_for_ready=None,
192
+ timeout=None,
193
+ metadata=None):
194
+ return grpc.experimental.unary_unary(request, target, '/CorrectionApi/CompleteCorrections',
195
+ global__vo__grpc__service_dot_protos_dot_correction__api__pb2.CompleteCorrectionsRequest.SerializeToString,
196
+ global__vo__grpc__service_dot_protos_dot_correction__api__pb2.CompleteCorrectionsResponse.FromString,
197
+ options, channel_credentials,
198
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)