fsai-proto-specs 0.0.373__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.
- audit_grpc_service/protos/audit_api_pb2.py +12 -12
- {fsai_proto_specs-0.0.373.dist-info → fsai_proto_specs-0.0.411.dist-info}/METADATA +1 -1
- {fsai_proto_specs-0.0.373.dist-info → fsai_proto_specs-0.0.411.dist-info}/RECORD +35 -25
- global_vo_grpc_service/protos/admin_user_api_pb2.py +40 -35
- global_vo_grpc_service/protos/admin_user_api_pb2_grpc.py +33 -0
- global_vo_grpc_service/protos/category_changelog_api_pb2.py +36 -0
- global_vo_grpc_service/protos/category_changelog_api_pb2_grpc.py +99 -0
- global_vo_grpc_service/protos/correction_api_pb2.py +49 -0
- global_vo_grpc_service/protos/correction_api_pb2_grpc.py +198 -0
- global_vo_grpc_service/protos/customer_api_pb2.py +29 -0
- global_vo_grpc_service/protos/customer_api_pb2_grpc.py +66 -0
- global_vo_grpc_service/protos/detection_instance_api_pb2.py +100 -96
- global_vo_grpc_service/protos/detection_instance_api_pb2_grpc.py +33 -0
- global_vo_grpc_service/protos/image_api_pb2.py +9 -3
- global_vo_grpc_service/protos/image_api_pb2_grpc.py +33 -0
- global_vo_grpc_service/protos/image_metadata_api_pb2.py +24 -24
- global_vo_grpc_service/protos/image_scan_api_pb2.py +15 -11
- global_vo_grpc_service/protos/image_scan_api_pb2_grpc.py +33 -0
- global_vo_grpc_service/protos/model_assessment_api_pb2.py +45 -0
- global_vo_grpc_service/protos/model_assessment_api_pb2_grpc.py +133 -0
- global_vo_grpc_service/protos/product_changelog_api_pb2.py +44 -0
- global_vo_grpc_service/protos/product_changelog_api_pb2_grpc.py +166 -0
- global_vo_grpc_service/protos/reporting_api_pb2.py +44 -0
- global_vo_grpc_service/protos/reporting_api_pb2_grpc.py +138 -0
- global_vo_grpc_service/protos/review_api_pb2.py +70 -70
- global_vo_grpc_service/protos/review_api_pb2_grpc.py +13 -13
- global_vo_grpc_service/protos/task_api_pb2.py +7 -3
- global_vo_grpc_service/protos/task_api_pb2_grpc.py +33 -0
- global_vo_grpc_service/protos/task_image_api_pb2.py +23 -25
- global_vo_grpc_service/protos/utils_pb2.py +16 -16
- global_vo_grpc_service/protos/workflow_api_pb2.py +11 -9
- global_vo_grpc_service/protos/workflow_api_pb2_grpc.py +47 -15
- search_grpc_service/protos/search_api_pb2.py +19 -17
- search_grpc_service/protos/search_api_pb2_grpc.py +33 -33
- global_vo_grpc_service/protos/detection_instance_metadata_api_pb2.py +0 -58
- global_vo_grpc_service/protos/detection_instance_metadata_api_pb2_grpc.py +0 -265
- {fsai_proto_specs-0.0.373.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\"\
|
|
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=
|
|
27
|
-
_QUERYAUDITSREQUEST._serialized_start=
|
|
28
|
-
_QUERYAUDITSREQUEST._serialized_end=
|
|
29
|
-
_QUERYAUDITSRESPONSE._serialized_start=
|
|
30
|
-
_QUERYAUDITSRESPONSE._serialized_end=
|
|
31
|
-
_CREATEAUDITREQUEST._serialized_start=
|
|
32
|
-
_CREATEAUDITREQUEST._serialized_end=
|
|
33
|
-
_CREATEAUDITRESPONSE._serialized_start=
|
|
34
|
-
_CREATEAUDITRESPONSE._serialized_end=
|
|
35
|
-
_AUDITAPI._serialized_start=
|
|
36
|
-
_AUDITAPI._serialized_end=
|
|
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
|
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=
|
|
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,51 +34,61 @@ 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
|
|
38
|
-
global_vo_grpc_service/protos/admin_user_api_pb2_grpc.py,sha256=
|
|
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
|
|
42
42
|
global_vo_grpc_service/protos/audit_query_api_pb2_grpc.py,sha256=KkM-BMVsdFlJv3ZshuNDFyHjs3LOd7f2Da9gu9cBWmg,5117
|
|
43
43
|
global_vo_grpc_service/protos/category_api_pb2.py,sha256=S4ejycyOzGNweFILaOeadwwuvyfOOov0duBzjbIkPVo,3822
|
|
44
44
|
global_vo_grpc_service/protos/category_api_pb2_grpc.py,sha256=erxPMZGXPHzDgWhGTA6bfh3R4JA7v2pzk4-SOZMDaKU,6561
|
|
45
|
+
global_vo_grpc_service/protos/category_changelog_api_pb2.py,sha256=utcMnmzp6x_wNUbFI0N5b0iPpdxK7yrLfKlSvSj299c,2824
|
|
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
|
|
49
|
+
global_vo_grpc_service/protos/customer_api_pb2.py,sha256=4ihptYrq2fZXz8z5JYgsZlEvQ12cEH-p-ZqQjd-bJKY,1523
|
|
50
|
+
global_vo_grpc_service/protos/customer_api_pb2_grpc.py,sha256=S_OVW5vibkGtcNj7TOhzs-2RONxnQCiyB5Y5GCoHzPw,2986
|
|
45
51
|
global_vo_grpc_service/protos/detection_api_pb2.py,sha256=1imIR2QqbqhkAL4Ehc6JSjJ5sGVxCOSDtj96iUdwL1Q,1561
|
|
46
52
|
global_vo_grpc_service/protos/detection_api_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
47
|
-
global_vo_grpc_service/protos/detection_instance_api_pb2.py,sha256=
|
|
48
|
-
global_vo_grpc_service/protos/detection_instance_api_pb2_grpc.py,sha256=
|
|
49
|
-
global_vo_grpc_service/protos/detection_instance_metadata_api_pb2.py,sha256=yV9f8GPAdFRiuDoKgYwZPCjvR6tPE2yx72vOM_5dk4Y,6640
|
|
50
|
-
global_vo_grpc_service/protos/detection_instance_metadata_api_pb2_grpc.py,sha256=dtlnVMfuRNYdySw8kuhKpn2b9V8tP8ubUtrAHrY6kxs,16424
|
|
53
|
+
global_vo_grpc_service/protos/detection_instance_api_pb2.py,sha256=Htq6kPrCR7iXPYtsV7HovMtI_3MpcBUR3ahWBBFsYW4,20734
|
|
54
|
+
global_vo_grpc_service/protos/detection_instance_api_pb2_grpc.py,sha256=Sa1XQgzEPfjc0dxhyzBKShu_I3N3H4UztuFomBl-Kx8,50346
|
|
51
55
|
global_vo_grpc_service/protos/feature_api_pb2.py,sha256=JAfuXFCI2ez6CZEPBQAvJbZCrBJdrzmBsBZaZXn4f2o,3651
|
|
52
56
|
global_vo_grpc_service/protos/feature_api_pb2_grpc.py,sha256=I5ISOdLBjV6FJqk2JGv4zpVTg0BneeA5m13BjGsX9i4,6590
|
|
53
57
|
global_vo_grpc_service/protos/geo_data_api_pb2.py,sha256=BgkSIccXSVEEoe1pyKktVycztZ-rdzt11V6is_ssZUU,3113
|
|
54
58
|
global_vo_grpc_service/protos/geo_data_api_pb2_grpc.py,sha256=YXXkv2lU9rdTPmNqnKf0Jgvtm9kmJoVbtM01RfprTVg,4931
|
|
55
|
-
global_vo_grpc_service/protos/image_api_pb2.py,sha256=
|
|
56
|
-
global_vo_grpc_service/protos/image_api_pb2_grpc.py,sha256=
|
|
57
|
-
global_vo_grpc_service/protos/image_metadata_api_pb2.py,sha256=
|
|
59
|
+
global_vo_grpc_service/protos/image_api_pb2.py,sha256=KtuQunXppWFUB3B24ao50lLK1oZkARdx-FkknVY2tlw,4715
|
|
60
|
+
global_vo_grpc_service/protos/image_api_pb2_grpc.py,sha256=zQ0a8wRso3YYmdSWtWG9_g8oMBvD0QXEN9U93PDQdNM,10375
|
|
61
|
+
global_vo_grpc_service/protos/image_metadata_api_pb2.py,sha256=lcbs5Y279KAibb1AlBCJnRD54vbHmdcmTmxQGF5gQIc,4786
|
|
58
62
|
global_vo_grpc_service/protos/image_metadata_api_pb2_grpc.py,sha256=MozLEHpkr4ewtP9vbwXf6nPiHXBVZ5VjiNMHYbXFOwA,10889
|
|
59
|
-
global_vo_grpc_service/protos/image_scan_api_pb2.py,sha256=
|
|
60
|
-
global_vo_grpc_service/protos/image_scan_api_pb2_grpc.py,sha256=
|
|
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
|
|
61
65
|
global_vo_grpc_service/protos/invitation_api_pb2.py,sha256=aeWuXB1OZjKU93nE_XAw2BEy5M9H3kDZsix8t5Eknm4,2861
|
|
62
66
|
global_vo_grpc_service/protos/invitation_api_pb2_grpc.py,sha256=e2g9nYLW3QiF4y98XnixUNo9sjoEogwX2hkEO96ahyQ,4891
|
|
63
67
|
global_vo_grpc_service/protos/invitation_response_api_pb2.py,sha256=fYGdOU8W-hS_FkVFNBtRatWe32SvNcEuYQMlLivUwv4,5212
|
|
64
68
|
global_vo_grpc_service/protos/invitation_response_api_pb2_grpc.py,sha256=Zu6vCYBYIiz2_7NEIC-P4i4B8t1HVYkRQQ5QgvE12-c,7423
|
|
65
69
|
global_vo_grpc_service/protos/mission_api_pb2.py,sha256=XevbYoQBPk5czs6H0cpNdGW9ECUpIElXwTnDScwmBSE,6206
|
|
66
70
|
global_vo_grpc_service/protos/mission_api_pb2_grpc.py,sha256=gw6AvO1mpzShEAXps-O-hbrB6HkLuUtNJuyRuyhPflU,15800
|
|
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
|
|
67
73
|
global_vo_grpc_service/protos/permission_api_pb2.py,sha256=r-kGWRZfytc5nbsSFMy1B0euC6hvI2zIOMJ39R_1mEs,2485
|
|
68
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
|
|
69
77
|
global_vo_grpc_service/protos/query_api_pb2.py,sha256=BZxuoc42UnM8I0GpOTIUNoCyt797Snf6j84ejgDrYs0,6810
|
|
70
78
|
global_vo_grpc_service/protos/query_api_pb2_grpc.py,sha256=2QA_Os2JW1FwwTZhk2pzuw8G8TIVkfedjU3IaXco9CA,8967
|
|
71
|
-
global_vo_grpc_service/protos/
|
|
72
|
-
global_vo_grpc_service/protos/
|
|
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
|
|
82
|
+
global_vo_grpc_service/protos/review_api_pb2_grpc.py,sha256=lwGsarvkyBpQyhT2_uc-uh6l4U8BOBcfw6lvLOfM-KY,27474
|
|
73
83
|
global_vo_grpc_service/protos/role_api_pb2.py,sha256=8IKAeOK52gwEnzrHzmPu8ACrPd5OINyJ1iNtGEZLVIA,2287
|
|
74
84
|
global_vo_grpc_service/protos/role_api_pb2_grpc.py,sha256=1bj-keeqpRgn2vCp9Yg999FXgp8t3hmzwq5YV-4s1mM,4549
|
|
75
85
|
global_vo_grpc_service/protos/signed_url_api_pb2.py,sha256=0T1FTsUkQDN5QQ9crrZo0TcVNf2cdZKcD2MfHrTWmks,1994
|
|
76
86
|
global_vo_grpc_service/protos/signed_url_api_pb2_grpc.py,sha256=IWQ9PuDJwNWKaZLU8x3kaH_I0SYlG4eQB9d-5-rSV0Q,4847
|
|
77
87
|
global_vo_grpc_service/protos/source_api_pb2.py,sha256=jUv3nzlIvPtLY_qpmk33LEdD0uAfnV69TDQ4i9yJ23s,3164
|
|
78
88
|
global_vo_grpc_service/protos/source_api_pb2_grpc.py,sha256=Egm2GiEmOqYwQ4if0UURfXWBjolh5vdt07jrQsn_RIk,8176
|
|
79
|
-
global_vo_grpc_service/protos/task_api_pb2.py,sha256=
|
|
80
|
-
global_vo_grpc_service/protos/task_api_pb2_grpc.py,sha256=
|
|
81
|
-
global_vo_grpc_service/protos/task_image_api_pb2.py,sha256
|
|
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
|
|
91
|
+
global_vo_grpc_service/protos/task_image_api_pb2.py,sha256=-2dJGsT0XyJBci1_aAQ8y9sh_cKwXt2F6GRFAw9YF3c,6327
|
|
82
92
|
global_vo_grpc_service/protos/task_image_api_pb2_grpc.py,sha256=YXBRRg9Zv1gR2b2SgA-qeKC6k6gv6mu7rOlugE2btgc,13198
|
|
83
93
|
global_vo_grpc_service/protos/task_image_metadata_api_pb2.py,sha256=hxdaF9z0ZGNxrxfZu88OWcY5XMppeRZQA5m-wdorMhA,4944
|
|
84
94
|
global_vo_grpc_service/protos/task_image_metadata_api_pb2_grpc.py,sha256=bCM7yAdkNdqkck-N-JqmXstJg8afJkQx5tzR8wU7ioQ,11385
|
|
@@ -98,18 +108,18 @@ global_vo_grpc_service/protos/user_metric_api_pb2.py,sha256=lU6xEPY7nHPoLq6a6-O5
|
|
|
98
108
|
global_vo_grpc_service/protos/user_metric_api_pb2_grpc.py,sha256=VVA5ygMmXEnP7nlYSqYKmcVK41zbIOVTvbahx0dvWvk,4895
|
|
99
109
|
global_vo_grpc_service/protos/user_password_reset_request_api_pb2.py,sha256=0Sc4Qg30I2_5RwHmm_fphBlcMc43beTEVVHRmzyCueQ,3391
|
|
100
110
|
global_vo_grpc_service/protos/user_password_reset_request_api_pb2_grpc.py,sha256=AMInD8TCFmnwOAUsSOy9bf5KtxR5NPxSBLS65vvifHo,7611
|
|
101
|
-
global_vo_grpc_service/protos/utils_pb2.py,sha256=
|
|
111
|
+
global_vo_grpc_service/protos/utils_pb2.py,sha256=B1-1Y5UrElkfbydZRU90kI6a9IvAYecoDTEkt1QPFX0,3208
|
|
102
112
|
global_vo_grpc_service/protos/utils_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
103
113
|
global_vo_grpc_service/protos/workflow_analyzer_api_pb2.py,sha256=UfUYdoHI4SoH4kvCEJOxH5ojXtJhgW28mwszNJyNedA,2975
|
|
104
114
|
global_vo_grpc_service/protos/workflow_analyzer_api_pb2_grpc.py,sha256=2EprSKuNtQh5Pt47ae2_u58Qr8IfkeZ-ePY5_zfOfmY,7132
|
|
105
|
-
global_vo_grpc_service/protos/workflow_api_pb2.py,sha256=
|
|
106
|
-
global_vo_grpc_service/protos/workflow_api_pb2_grpc.py,sha256=
|
|
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
|
|
107
117
|
search_grpc_service/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
108
118
|
search_grpc_service/protos/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
109
119
|
search_grpc_service/protos/index_api_pb2.py,sha256=6gqbhy6__LQ0nXPbJ_j-I2LIWbYPYm8Z2P5gJ2oV_Ww,4048
|
|
110
120
|
search_grpc_service/protos/index_api_pb2_grpc.py,sha256=qrtGUh9HpN1wiavtpRCtqkGQonq8aanT3MZfsjWaVCM,10672
|
|
111
|
-
search_grpc_service/protos/search_api_pb2.py,sha256=
|
|
112
|
-
search_grpc_service/protos/search_api_pb2_grpc.py,sha256=
|
|
113
|
-
fsai_proto_specs-0.0.
|
|
114
|
-
fsai_proto_specs-0.0.
|
|
115
|
-
fsai_proto_specs-0.0.
|
|
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\
|
|
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=
|
|
26
|
-
_FINDUSERBYEMAILREQUEST._serialized_end=
|
|
27
|
-
_FINDUSERBYEMAILRESPONSE._serialized_start=
|
|
28
|
-
_FINDUSERBYEMAILRESPONSE._serialized_end=
|
|
29
|
-
_AUTHENTICATEUSERREQUEST._serialized_start=
|
|
30
|
-
_AUTHENTICATEUSERREQUEST._serialized_end=
|
|
31
|
-
_AUTHENTICATEUSERRESPONSE._serialized_start=
|
|
32
|
-
_AUTHENTICATEUSERRESPONSE._serialized_end=
|
|
33
|
-
_LISTALLUSERSREQUEST._serialized_start=
|
|
34
|
-
_LISTALLUSERSREQUEST._serialized_end=
|
|
35
|
-
_LISTALLUSERSRESPONSE._serialized_start=
|
|
36
|
-
_LISTALLUSERSRESPONSE._serialized_end=
|
|
37
|
-
_LISTUSERTEAMSANDROLESBYUSERIDREQUEST._serialized_start=
|
|
38
|
-
_LISTUSERTEAMSANDROLESBYUSERIDREQUEST._serialized_end=
|
|
39
|
-
_LISTUSERTEAMSANDROLESBYUSERIDRESPONSE._serialized_start=
|
|
40
|
-
_LISTUSERTEAMSANDROLESBYUSERIDRESPONSE._serialized_end=
|
|
41
|
-
_LISTUSERTEAMSANDROLESBYUSERIDRESPONSE_ROLEINFO._serialized_start=
|
|
42
|
-
_LISTUSERTEAMSANDROLESBYUSERIDRESPONSE_ROLEINFO._serialized_end=
|
|
43
|
-
_LISTUSERTEAMSANDROLESBYUSERIDRESPONSE_USERTEAMWITHROLES._serialized_start=
|
|
44
|
-
_LISTUSERTEAMSANDROLESBYUSERIDRESPONSE_USERTEAMWITHROLES._serialized_end=
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
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,36 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: global_vo_grpc_service/protos/category_changelog_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
|
+
|
|
16
|
+
|
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:global_vo_grpc_service/protos/category_changelog_api.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xca\x01\n\x11\x43\x61tegoryChangelog\x12\n\n\x02id\x18\x01 \x01(\x05\x12\x13\n\x0b\x63\x61tegory_id\x18\x02 \x01(\x05\x12\x0c\n\x04note\x18\x03 \x01(\t\x12.\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x12\n\ncreated_by\x18\x05 \x01(\x05\x12.\n\nupdated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x12\n\nupdated_by\x18\x07 \x01(\x05\"@\n)ListCategoryChangelogsByCategoryIdRequest\x12\x13\n\x0b\x63\x61tegory_id\x18\x01 \x01(\x05\"]\n*ListCategoryChangelogsByCategoryIdResponse\x12/\n\x13\x63\x61tegory_changelogs\x18\x01 \x03(\x0b\x32\x12.CategoryChangelog\"C\n\x1e\x43reateCategoryChangelogRequest\x12\x13\n\x0b\x63\x61tegory_id\x18\x01 \x01(\x05\x12\x0c\n\x04note\x18\x02 \x01(\t\"-\n\x1f\x43reateCategoryChangelogResponse\x12\n\n\x02id\x18\x01 \x01(\x05\x32\xf3\x01\n\x14\x43\x61tegoryChangelogApi\x12}\n\"ListCategoryChangelogsByCategoryId\x12*.ListCategoryChangelogsByCategoryIdRequest\x1a+.ListCategoryChangelogsByCategoryIdResponse\x12\\\n\x17\x43reateCategoryChangelog\x12\x1f.CreateCategoryChangelogRequest\x1a .CreateCategoryChangelogResponseb\x06proto3')
|
|
18
|
+
|
|
19
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
|
20
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'global_vo_grpc_service.protos.category_changelog_api_pb2', globals())
|
|
21
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
22
|
+
|
|
23
|
+
DESCRIPTOR._options = None
|
|
24
|
+
_CATEGORYCHANGELOG._serialized_start=96
|
|
25
|
+
_CATEGORYCHANGELOG._serialized_end=298
|
|
26
|
+
_LISTCATEGORYCHANGELOGSBYCATEGORYIDREQUEST._serialized_start=300
|
|
27
|
+
_LISTCATEGORYCHANGELOGSBYCATEGORYIDREQUEST._serialized_end=364
|
|
28
|
+
_LISTCATEGORYCHANGELOGSBYCATEGORYIDRESPONSE._serialized_start=366
|
|
29
|
+
_LISTCATEGORYCHANGELOGSBYCATEGORYIDRESPONSE._serialized_end=459
|
|
30
|
+
_CREATECATEGORYCHANGELOGREQUEST._serialized_start=461
|
|
31
|
+
_CREATECATEGORYCHANGELOGREQUEST._serialized_end=528
|
|
32
|
+
_CREATECATEGORYCHANGELOGRESPONSE._serialized_start=530
|
|
33
|
+
_CREATECATEGORYCHANGELOGRESPONSE._serialized_end=575
|
|
34
|
+
_CATEGORYCHANGELOGAPI._serialized_start=578
|
|
35
|
+
_CATEGORYCHANGELOGAPI._serialized_end=821
|
|
36
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,99 @@
|
|
|
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 category_changelog_api_pb2 as global__vo__grpc__service_dot_protos_dot_category__changelog__api__pb2
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class CategoryChangelogApiStub(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.ListCategoryChangelogsByCategoryId = channel.unary_unary(
|
|
18
|
+
'/CategoryChangelogApi/ListCategoryChangelogsByCategoryId',
|
|
19
|
+
request_serializer=global__vo__grpc__service_dot_protos_dot_category__changelog__api__pb2.ListCategoryChangelogsByCategoryIdRequest.SerializeToString,
|
|
20
|
+
response_deserializer=global__vo__grpc__service_dot_protos_dot_category__changelog__api__pb2.ListCategoryChangelogsByCategoryIdResponse.FromString,
|
|
21
|
+
)
|
|
22
|
+
self.CreateCategoryChangelog = channel.unary_unary(
|
|
23
|
+
'/CategoryChangelogApi/CreateCategoryChangelog',
|
|
24
|
+
request_serializer=global__vo__grpc__service_dot_protos_dot_category__changelog__api__pb2.CreateCategoryChangelogRequest.SerializeToString,
|
|
25
|
+
response_deserializer=global__vo__grpc__service_dot_protos_dot_category__changelog__api__pb2.CreateCategoryChangelogResponse.FromString,
|
|
26
|
+
)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
class CategoryChangelogApiServicer(object):
|
|
30
|
+
"""Missing associated documentation comment in .proto file."""
|
|
31
|
+
|
|
32
|
+
def ListCategoryChangelogsByCategoryId(self, request, context):
|
|
33
|
+
"""Missing associated documentation comment in .proto file."""
|
|
34
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
35
|
+
context.set_details('Method not implemented!')
|
|
36
|
+
raise NotImplementedError('Method not implemented!')
|
|
37
|
+
|
|
38
|
+
def CreateCategoryChangelog(self, request, context):
|
|
39
|
+
"""Missing associated documentation comment in .proto file."""
|
|
40
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
41
|
+
context.set_details('Method not implemented!')
|
|
42
|
+
raise NotImplementedError('Method not implemented!')
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
def add_CategoryChangelogApiServicer_to_server(servicer, server):
|
|
46
|
+
rpc_method_handlers = {
|
|
47
|
+
'ListCategoryChangelogsByCategoryId': grpc.unary_unary_rpc_method_handler(
|
|
48
|
+
servicer.ListCategoryChangelogsByCategoryId,
|
|
49
|
+
request_deserializer=global__vo__grpc__service_dot_protos_dot_category__changelog__api__pb2.ListCategoryChangelogsByCategoryIdRequest.FromString,
|
|
50
|
+
response_serializer=global__vo__grpc__service_dot_protos_dot_category__changelog__api__pb2.ListCategoryChangelogsByCategoryIdResponse.SerializeToString,
|
|
51
|
+
),
|
|
52
|
+
'CreateCategoryChangelog': grpc.unary_unary_rpc_method_handler(
|
|
53
|
+
servicer.CreateCategoryChangelog,
|
|
54
|
+
request_deserializer=global__vo__grpc__service_dot_protos_dot_category__changelog__api__pb2.CreateCategoryChangelogRequest.FromString,
|
|
55
|
+
response_serializer=global__vo__grpc__service_dot_protos_dot_category__changelog__api__pb2.CreateCategoryChangelogResponse.SerializeToString,
|
|
56
|
+
),
|
|
57
|
+
}
|
|
58
|
+
generic_handler = grpc.method_handlers_generic_handler(
|
|
59
|
+
'CategoryChangelogApi', rpc_method_handlers)
|
|
60
|
+
server.add_generic_rpc_handlers((generic_handler,))
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
# This class is part of an EXPERIMENTAL API.
|
|
64
|
+
class CategoryChangelogApi(object):
|
|
65
|
+
"""Missing associated documentation comment in .proto file."""
|
|
66
|
+
|
|
67
|
+
@staticmethod
|
|
68
|
+
def ListCategoryChangelogsByCategoryId(request,
|
|
69
|
+
target,
|
|
70
|
+
options=(),
|
|
71
|
+
channel_credentials=None,
|
|
72
|
+
call_credentials=None,
|
|
73
|
+
insecure=False,
|
|
74
|
+
compression=None,
|
|
75
|
+
wait_for_ready=None,
|
|
76
|
+
timeout=None,
|
|
77
|
+
metadata=None):
|
|
78
|
+
return grpc.experimental.unary_unary(request, target, '/CategoryChangelogApi/ListCategoryChangelogsByCategoryId',
|
|
79
|
+
global__vo__grpc__service_dot_protos_dot_category__changelog__api__pb2.ListCategoryChangelogsByCategoryIdRequest.SerializeToString,
|
|
80
|
+
global__vo__grpc__service_dot_protos_dot_category__changelog__api__pb2.ListCategoryChangelogsByCategoryIdResponse.FromString,
|
|
81
|
+
options, channel_credentials,
|
|
82
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
83
|
+
|
|
84
|
+
@staticmethod
|
|
85
|
+
def CreateCategoryChangelog(request,
|
|
86
|
+
target,
|
|
87
|
+
options=(),
|
|
88
|
+
channel_credentials=None,
|
|
89
|
+
call_credentials=None,
|
|
90
|
+
insecure=False,
|
|
91
|
+
compression=None,
|
|
92
|
+
wait_for_ready=None,
|
|
93
|
+
timeout=None,
|
|
94
|
+
metadata=None):
|
|
95
|
+
return grpc.experimental.unary_unary(request, target, '/CategoryChangelogApi/CreateCategoryChangelog',
|
|
96
|
+
global__vo__grpc__service_dot_protos_dot_category__changelog__api__pb2.CreateCategoryChangelogRequest.SerializeToString,
|
|
97
|
+
global__vo__grpc__service_dot_protos_dot_category__changelog__api__pb2.CreateCategoryChangelogResponse.FromString,
|
|
98
|
+
options, channel_credentials,
|
|
99
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
@@ -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)
|