fsai-proto-specs 0.0.305__tar.gz → 0.0.381__tar.gz
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.
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/PKG-INFO +1 -1
- fsai_proto_specs-0.0.381/global_vo_grpc_service/protos/admin_team_role_api_pb2.py +38 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/admin_team_role_api_pb2_grpc.py +0 -33
- fsai_proto_specs-0.0.381/global_vo_grpc_service/protos/admin_user_api_pb2.py +59 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/admin_user_api_pb2_grpc.py +33 -0
- fsai_proto_specs-0.0.381/global_vo_grpc_service/protos/category_api_pb2.py +41 -0
- fsai_proto_specs-0.0.381/global_vo_grpc_service/protos/category_api_pb2_grpc.py +133 -0
- fsai_proto_specs-0.0.381/global_vo_grpc_service/protos/detection_instance_api_pb2.py +126 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/detection_instance_api_pb2_grpc.py +158 -57
- fsai_proto_specs-0.0.381/global_vo_grpc_service/protos/feature_api_pb2.py +42 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/feature_api_pb2_grpc.py +6 -6
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/image_api_pb2.py +9 -3
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/image_api_pb2_grpc.py +33 -0
- fsai_proto_specs-0.0.381/global_vo_grpc_service/protos/image_scan_api_pb2.py +37 -0
- fsai_proto_specs-0.0.381/global_vo_grpc_service/protos/image_scan_api_pb2_grpc.py +99 -0
- fsai_proto_specs-0.0.381/global_vo_grpc_service/protos/invitation_api_pb2.py +37 -0
- fsai_proto_specs-0.0.381/global_vo_grpc_service/protos/invitation_api_pb2_grpc.py +99 -0
- fsai_proto_specs-0.0.381/global_vo_grpc_service/protos/invitation_response_api_pb2.py +43 -0
- fsai_proto_specs-0.0.381/global_vo_grpc_service/protos/invitation_response_api_pb2_grpc.py +132 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/query_api_pb2.py +18 -6
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/query_api_pb2_grpc.py +68 -0
- fsai_proto_specs-0.0.381/global_vo_grpc_service/protos/review_api_pb2.py +95 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/review_api_pb2_grpc.py +66 -0
- fsai_proto_specs-0.0.381/global_vo_grpc_service/protos/source_api_pb2.py +42 -0
- fsai_proto_specs-0.0.305/global_vo_grpc_service/protos/team_api_pb2_grpc.py → fsai_proto_specs-0.0.381/global_vo_grpc_service/protos/source_api_pb2_grpc.py +55 -55
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/task_api_pb2.py +15 -11
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/task_api_pb2_grpc.py +33 -0
- fsai_proto_specs-0.0.381/global_vo_grpc_service/protos/task_image_api_pb2.py +55 -0
- fsai_proto_specs-0.0.381/global_vo_grpc_service/protos/team_api_pb2.py +56 -0
- fsai_proto_specs-0.0.381/global_vo_grpc_service/protos/team_api_pb2_grpc.py +265 -0
- fsai_proto_specs-0.0.381/global_vo_grpc_service/protos/team_member_api_pb2.py +41 -0
- fsai_proto_specs-0.0.305/global_vo_grpc_service/protos/admin_team_member_api_pb2_grpc.py → fsai_proto_specs-0.0.381/global_vo_grpc_service/protos/team_member_api_pb2_grpc.py +39 -39
- fsai_proto_specs-0.0.381/global_vo_grpc_service/protos/team_member_role_api_pb2.py +41 -0
- fsai_proto_specs-0.0.305/global_vo_grpc_service/protos/admin_team_member_role_api_pb2_grpc.py → fsai_proto_specs-0.0.381/global_vo_grpc_service/protos/team_member_role_api_pb2_grpc.py +30 -30
- fsai_proto_specs-0.0.381/global_vo_grpc_service/protos/team_role_api_pb2.py +32 -0
- fsai_proto_specs-0.0.305/global_vo_grpc_service/protos/category_api_pb2_grpc.py → fsai_proto_specs-0.0.381/global_vo_grpc_service/protos/team_role_api_pb2_grpc.py +19 -19
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/user_api_pb2.py +19 -15
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/user_api_pb2_grpc.py +46 -13
- fsai_proto_specs-0.0.381/global_vo_grpc_service/protos/user_password_reset_request_api_pb2.py +40 -0
- fsai_proto_specs-0.0.381/global_vo_grpc_service/protos/user_password_reset_request_api_pb2_grpc.py +132 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/utils_pb2.py +9 -3
- fsai_proto_specs-0.0.381/global_vo_grpc_service/protos/workflow_api_pb2.py +75 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/workflow_api_pb2_grpc.py +34 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/pyproject.toml +1 -1
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/search_grpc_service/protos/index_api_pb2.py +11 -3
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/search_grpc_service/protos/index_api_pb2_grpc.py +70 -1
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/search_grpc_service/protos/search_api_pb2.py +20 -10
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/search_grpc_service/protos/search_api_pb2_grpc.py +66 -0
- fsai_proto_specs-0.0.305/global_vo_grpc_service/protos/admin_team_member_api_pb2.py +0 -41
- fsai_proto_specs-0.0.305/global_vo_grpc_service/protos/admin_team_member_role_api_pb2.py +0 -41
- fsai_proto_specs-0.0.305/global_vo_grpc_service/protos/admin_team_role_api_pb2.py +0 -45
- fsai_proto_specs-0.0.305/global_vo_grpc_service/protos/admin_user_api_pb2.py +0 -51
- fsai_proto_specs-0.0.305/global_vo_grpc_service/protos/category_api_pb2.py +0 -34
- fsai_proto_specs-0.0.305/global_vo_grpc_service/protos/detection_instance_api_pb2.py +0 -114
- fsai_proto_specs-0.0.305/global_vo_grpc_service/protos/detection_instance_metadata_api_pb2.py +0 -58
- fsai_proto_specs-0.0.305/global_vo_grpc_service/protos/detection_instance_metadata_api_pb2_grpc.py +0 -265
- fsai_proto_specs-0.0.305/global_vo_grpc_service/protos/feature_api_pb2.py +0 -42
- fsai_proto_specs-0.0.305/global_vo_grpc_service/protos/review_api_pb2.py +0 -87
- fsai_proto_specs-0.0.305/global_vo_grpc_service/protos/source_api_pb2.py +0 -33
- fsai_proto_specs-0.0.305/global_vo_grpc_service/protos/source_api_pb2_grpc.py +0 -66
- fsai_proto_specs-0.0.305/global_vo_grpc_service/protos/task_image_api_pb2.py +0 -57
- fsai_proto_specs-0.0.305/global_vo_grpc_service/protos/team_api_pb2.py +0 -44
- fsai_proto_specs-0.0.305/global_vo_grpc_service/protos/workflow_api_pb2.py +0 -71
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/README.md +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/audit_grpc_service/__init__.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/audit_grpc_service/protos/__init__.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/audit_grpc_service/protos/audit_api_pb2.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/audit_grpc_service/protos/audit_api_pb2_grpc.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/data_grpc_service/__init__.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/data_grpc_service/protos/__init__.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/data_grpc_service/protos/detection_chip_data_api_pb2.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/data_grpc_service/protos/detection_chip_data_api_pb2_grpc.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/data_grpc_service/protos/detection_instance_data_api_pb2.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/data_grpc_service/protos/detection_instance_data_api_pb2_grpc.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/data_grpc_service/protos/image_data_api_pb2.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/data_grpc_service/protos/image_data_api_pb2_grpc.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/geospatial_toolkit_grpc_service/__init__.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/geospatial_toolkit_grpc_service/protos/__init__.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/geospatial_toolkit_grpc_service/protos/elevation_model_api_pb2.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/geospatial_toolkit_grpc_service/protos/elevation_model_api_pb2_grpc.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/geospatial_toolkit_grpc_service/protos/function_api_pb2.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/geospatial_toolkit_grpc_service/protos/function_api_pb2_grpc.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/geospatial_toolkit_grpc_service/protos/mgrs_api_pb2.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/geospatial_toolkit_grpc_service/protos/mgrs_api_pb2_grpc.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/__init__.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/__init__.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/admin_consumption_api_pb2.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/admin_consumption_api_pb2_grpc.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/admin_contract_range_allotment_api_pb2.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/admin_contract_range_allotment_api_pb2_grpc.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/admin_customer_api_pb2.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/admin_customer_api_pb2_grpc.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/admin_system_permission_api_pb2.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/admin_system_permission_api_pb2_grpc.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/admin_team_api_pb2.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/admin_team_api_pb2_grpc.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/admin_team_role_permission_api_pb2.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/admin_team_role_permission_api_pb2_grpc.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/area_of_interest_api_pb2.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/area_of_interest_api_pb2_grpc.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/audit_query_api_pb2.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/audit_query_api_pb2_grpc.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/detection_api_pb2.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/detection_api_pb2_grpc.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/geo_data_api_pb2.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/geo_data_api_pb2_grpc.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/image_metadata_api_pb2.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/image_metadata_api_pb2_grpc.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/mission_api_pb2.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/mission_api_pb2_grpc.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/permission_api_pb2.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/permission_api_pb2_grpc.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/role_api_pb2.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/role_api_pb2_grpc.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/signed_url_api_pb2.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/signed_url_api_pb2_grpc.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/task_image_api_pb2_grpc.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/task_image_metadata_api_pb2.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/task_image_metadata_api_pb2_grpc.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/user_favorites_api_pb2.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/user_favorites_api_pb2_grpc.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/user_metric_api_pb2.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/user_metric_api_pb2_grpc.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/utils_pb2_grpc.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/workflow_analyzer_api_pb2.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/global_vo_grpc_service/protos/workflow_analyzer_api_pb2_grpc.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/search_grpc_service/__init__.py +0 -0
- {fsai_proto_specs-0.0.305 → fsai_proto_specs-0.0.381}/search_grpc_service/protos/__init__.py +0 -0
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: global_vo_grpc_service/protos/admin_team_role_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 global_vo_grpc_service.protos import utils_pb2 as global__vo__grpc__service_dot_protos_dot_utils__pb2
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n7global_vo_grpc_service/protos/admin_team_role_api.proto\x1a)global_vo_grpc_service/protos/utils.proto\"6\n\x15\x43reateTeamRoleRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07team_id\x18\x02 \x01(\x05\"F\n\x16\x43reateTeamRoleResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\x12\n\n\x02id\x18\x02 \x01(\x05\"1\n\x15UpdateTeamRoleRequest\x12\n\n\x02id\x18\x01 \x01(\x05\x12\x0c\n\x04name\x18\x02 \x01(\t\"F\n\x16UpdateTeamRoleResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\x12\n\n\x02id\x18\x02 \x01(\x05\"#\n\x15\x44\x65leteTeamRoleRequest\x12\n\n\x02id\x18\x01 \x01(\x05\":\n\x16\x44\x65leteTeamRoleResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType2\xdb\x01\n\x10\x41\x64minTeamRoleApi\x12\x41\n\x0e\x43reateTeamRole\x12\x16.CreateTeamRoleRequest\x1a\x17.CreateTeamRoleResponse\x12\x41\n\x0eUpdateTeamRole\x12\x16.UpdateTeamRoleRequest\x1a\x17.UpdateTeamRoleResponse\x12\x41\n\x0e\x44\x65leteTeamRole\x12\x16.DeleteTeamRoleRequest\x1a\x17.DeleteTeamRoleResponseb\x06proto3')
|
|
18
|
+
|
|
19
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
|
20
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'global_vo_grpc_service.protos.admin_team_role_api_pb2', globals())
|
|
21
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
22
|
+
|
|
23
|
+
DESCRIPTOR._options = None
|
|
24
|
+
_CREATETEAMROLEREQUEST._serialized_start=102
|
|
25
|
+
_CREATETEAMROLEREQUEST._serialized_end=156
|
|
26
|
+
_CREATETEAMROLERESPONSE._serialized_start=158
|
|
27
|
+
_CREATETEAMROLERESPONSE._serialized_end=228
|
|
28
|
+
_UPDATETEAMROLEREQUEST._serialized_start=230
|
|
29
|
+
_UPDATETEAMROLEREQUEST._serialized_end=279
|
|
30
|
+
_UPDATETEAMROLERESPONSE._serialized_start=281
|
|
31
|
+
_UPDATETEAMROLERESPONSE._serialized_end=351
|
|
32
|
+
_DELETETEAMROLEREQUEST._serialized_start=353
|
|
33
|
+
_DELETETEAMROLEREQUEST._serialized_end=388
|
|
34
|
+
_DELETETEAMROLERESPONSE._serialized_start=390
|
|
35
|
+
_DELETETEAMROLERESPONSE._serialized_end=448
|
|
36
|
+
_ADMINTEAMROLEAPI._serialized_start=451
|
|
37
|
+
_ADMINTEAMROLEAPI._serialized_end=670
|
|
38
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -14,11 +14,6 @@ class AdminTeamRoleApiStub(object):
|
|
|
14
14
|
Args:
|
|
15
15
|
channel: A grpc.Channel.
|
|
16
16
|
"""
|
|
17
|
-
self.ListTeamRoles = channel.unary_unary(
|
|
18
|
-
'/AdminTeamRoleApi/ListTeamRoles',
|
|
19
|
-
request_serializer=global__vo__grpc__service_dot_protos_dot_admin__team__role__api__pb2.ListTeamRolesRequest.SerializeToString,
|
|
20
|
-
response_deserializer=global__vo__grpc__service_dot_protos_dot_admin__team__role__api__pb2.ListTeamRolesResponse.FromString,
|
|
21
|
-
)
|
|
22
17
|
self.CreateTeamRole = channel.unary_unary(
|
|
23
18
|
'/AdminTeamRoleApi/CreateTeamRole',
|
|
24
19
|
request_serializer=global__vo__grpc__service_dot_protos_dot_admin__team__role__api__pb2.CreateTeamRoleRequest.SerializeToString,
|
|
@@ -39,12 +34,6 @@ class AdminTeamRoleApiStub(object):
|
|
|
39
34
|
class AdminTeamRoleApiServicer(object):
|
|
40
35
|
"""Missing associated documentation comment in .proto file."""
|
|
41
36
|
|
|
42
|
-
def ListTeamRoles(self, request, context):
|
|
43
|
-
"""Missing associated documentation comment in .proto file."""
|
|
44
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
45
|
-
context.set_details('Method not implemented!')
|
|
46
|
-
raise NotImplementedError('Method not implemented!')
|
|
47
|
-
|
|
48
37
|
def CreateTeamRole(self, request, context):
|
|
49
38
|
"""Missing associated documentation comment in .proto file."""
|
|
50
39
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
@@ -66,11 +55,6 @@ class AdminTeamRoleApiServicer(object):
|
|
|
66
55
|
|
|
67
56
|
def add_AdminTeamRoleApiServicer_to_server(servicer, server):
|
|
68
57
|
rpc_method_handlers = {
|
|
69
|
-
'ListTeamRoles': grpc.unary_unary_rpc_method_handler(
|
|
70
|
-
servicer.ListTeamRoles,
|
|
71
|
-
request_deserializer=global__vo__grpc__service_dot_protos_dot_admin__team__role__api__pb2.ListTeamRolesRequest.FromString,
|
|
72
|
-
response_serializer=global__vo__grpc__service_dot_protos_dot_admin__team__role__api__pb2.ListTeamRolesResponse.SerializeToString,
|
|
73
|
-
),
|
|
74
58
|
'CreateTeamRole': grpc.unary_unary_rpc_method_handler(
|
|
75
59
|
servicer.CreateTeamRole,
|
|
76
60
|
request_deserializer=global__vo__grpc__service_dot_protos_dot_admin__team__role__api__pb2.CreateTeamRoleRequest.FromString,
|
|
@@ -96,23 +80,6 @@ def add_AdminTeamRoleApiServicer_to_server(servicer, server):
|
|
|
96
80
|
class AdminTeamRoleApi(object):
|
|
97
81
|
"""Missing associated documentation comment in .proto file."""
|
|
98
82
|
|
|
99
|
-
@staticmethod
|
|
100
|
-
def ListTeamRoles(request,
|
|
101
|
-
target,
|
|
102
|
-
options=(),
|
|
103
|
-
channel_credentials=None,
|
|
104
|
-
call_credentials=None,
|
|
105
|
-
insecure=False,
|
|
106
|
-
compression=None,
|
|
107
|
-
wait_for_ready=None,
|
|
108
|
-
timeout=None,
|
|
109
|
-
metadata=None):
|
|
110
|
-
return grpc.experimental.unary_unary(request, target, '/AdminTeamRoleApi/ListTeamRoles',
|
|
111
|
-
global__vo__grpc__service_dot_protos_dot_admin__team__role__api__pb2.ListTeamRolesRequest.SerializeToString,
|
|
112
|
-
global__vo__grpc__service_dot_protos_dot_admin__team__role__api__pb2.ListTeamRolesResponse.FromString,
|
|
113
|
-
options, channel_credentials,
|
|
114
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
115
|
-
|
|
116
83
|
@staticmethod
|
|
117
84
|
def CreateTeamRole(request,
|
|
118
85
|
target,
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: global_vo_grpc_service/protos/admin_user_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 global_vo_grpc_service.protos import user_api_pb2 as global__vo__grpc__service_dot_protos_dot_user__api__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/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
|
+
|
|
20
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
|
21
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'global_vo_grpc_service.protos.admin_user_api_pb2', globals())
|
|
22
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
23
|
+
|
|
24
|
+
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
|
|
59
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -29,6 +29,11 @@ class AdminUserApiStub(object):
|
|
|
29
29
|
request_serializer=global__vo__grpc__service_dot_protos_dot_admin__user__api__pb2.ListAllUsersRequest.SerializeToString,
|
|
30
30
|
response_deserializer=global__vo__grpc__service_dot_protos_dot_admin__user__api__pb2.ListAllUsersResponse.FromString,
|
|
31
31
|
)
|
|
32
|
+
self.ListUserTeamsAndRolesByUserId = channel.unary_unary(
|
|
33
|
+
'/AdminUserApi/ListUserTeamsAndRolesByUserId',
|
|
34
|
+
request_serializer=global__vo__grpc__service_dot_protos_dot_admin__user__api__pb2.ListUserTeamsAndRolesByUserIdRequest.SerializeToString,
|
|
35
|
+
response_deserializer=global__vo__grpc__service_dot_protos_dot_admin__user__api__pb2.ListUserTeamsAndRolesByUserIdResponse.FromString,
|
|
36
|
+
)
|
|
32
37
|
self.CreateUser = channel.unary_unary(
|
|
33
38
|
'/AdminUserApi/CreateUser',
|
|
34
39
|
request_serializer=global__vo__grpc__service_dot_protos_dot_admin__user__api__pb2.CreateUserRequest.SerializeToString,
|
|
@@ -69,6 +74,12 @@ class AdminUserApiServicer(object):
|
|
|
69
74
|
context.set_details('Method not implemented!')
|
|
70
75
|
raise NotImplementedError('Method not implemented!')
|
|
71
76
|
|
|
77
|
+
def ListUserTeamsAndRolesByUserId(self, request, context):
|
|
78
|
+
"""Missing associated documentation comment in .proto file."""
|
|
79
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
80
|
+
context.set_details('Method not implemented!')
|
|
81
|
+
raise NotImplementedError('Method not implemented!')
|
|
82
|
+
|
|
72
83
|
def CreateUser(self, request, context):
|
|
73
84
|
"""Missing associated documentation comment in .proto file."""
|
|
74
85
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
@@ -105,6 +116,11 @@ def add_AdminUserApiServicer_to_server(servicer, server):
|
|
|
105
116
|
request_deserializer=global__vo__grpc__service_dot_protos_dot_admin__user__api__pb2.ListAllUsersRequest.FromString,
|
|
106
117
|
response_serializer=global__vo__grpc__service_dot_protos_dot_admin__user__api__pb2.ListAllUsersResponse.SerializeToString,
|
|
107
118
|
),
|
|
119
|
+
'ListUserTeamsAndRolesByUserId': grpc.unary_unary_rpc_method_handler(
|
|
120
|
+
servicer.ListUserTeamsAndRolesByUserId,
|
|
121
|
+
request_deserializer=global__vo__grpc__service_dot_protos_dot_admin__user__api__pb2.ListUserTeamsAndRolesByUserIdRequest.FromString,
|
|
122
|
+
response_serializer=global__vo__grpc__service_dot_protos_dot_admin__user__api__pb2.ListUserTeamsAndRolesByUserIdResponse.SerializeToString,
|
|
123
|
+
),
|
|
108
124
|
'CreateUser': grpc.unary_unary_rpc_method_handler(
|
|
109
125
|
servicer.CreateUser,
|
|
110
126
|
request_deserializer=global__vo__grpc__service_dot_protos_dot_admin__user__api__pb2.CreateUserRequest.FromString,
|
|
@@ -181,6 +197,23 @@ class AdminUserApi(object):
|
|
|
181
197
|
options, channel_credentials,
|
|
182
198
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
183
199
|
|
|
200
|
+
@staticmethod
|
|
201
|
+
def ListUserTeamsAndRolesByUserId(request,
|
|
202
|
+
target,
|
|
203
|
+
options=(),
|
|
204
|
+
channel_credentials=None,
|
|
205
|
+
call_credentials=None,
|
|
206
|
+
insecure=False,
|
|
207
|
+
compression=None,
|
|
208
|
+
wait_for_ready=None,
|
|
209
|
+
timeout=None,
|
|
210
|
+
metadata=None):
|
|
211
|
+
return grpc.experimental.unary_unary(request, target, '/AdminUserApi/ListUserTeamsAndRolesByUserId',
|
|
212
|
+
global__vo__grpc__service_dot_protos_dot_admin__user__api__pb2.ListUserTeamsAndRolesByUserIdRequest.SerializeToString,
|
|
213
|
+
global__vo__grpc__service_dot_protos_dot_admin__user__api__pb2.ListUserTeamsAndRolesByUserIdResponse.FromString,
|
|
214
|
+
options, channel_credentials,
|
|
215
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
216
|
+
|
|
184
217
|
@staticmethod
|
|
185
218
|
def CreateUser(request,
|
|
186
219
|
target,
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: global_vo_grpc_service/protos/category_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 struct_pb2 as google_dot_protobuf_dot_struct__pb2
|
|
15
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
16
|
+
from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
|
|
17
|
+
from global_vo_grpc_service.protos import utils_pb2 as global__vo__grpc__service_dot_protos_dot_utils__pb2
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0global_vo_grpc_service/protos/category_api.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a)global_vo_grpc_service/protos/utils.proto\"\xe3\x02\n\x08\x43\x61tegory\x12\n\n\x02id\x18\x01 \x01(\x05\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x0c\n\x04\x65num\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12)\n\x08includes\x18\x05 \x01(\x0b\x32\x17.google.protobuf.Struct\x12)\n\x08\x65xcludes\x18\x06 \x01(\x0b\x32\x17.google.protobuf.Struct\x12.\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x12\n\ngroup_name\x18\n \x01(\t\x12\x1a\n\x12measurement_method\x18\x0b \x01(\t\x12\x18\n\x10\x62\x62ox_description\x18\x0c \x01(\t\x12\x1a\n\x12shadow_description\x18\r \x01(\t\"Y\n\x16ListCategoriesResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\x12\x1d\n\ncategories\x18\x02 \x03(\x0b\x32\t.Category\",\n\x1eGetCategoryByCategoryIdRequest\x12\n\n\x02id\x18\x01 \x01(\x05\">\n\x1fGetCategoryByCategoryIdResponse\x12\x1b\n\x08\x63\x61tegory\x18\x01 \x01(\x0b\x32\t.Category\"\xc2\x01\n\x13\x45\x64itCategoryRequest\x12\n\n\x02id\x18\x01 \x01(\x05\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12)\n\x08includes\x18\x03 \x01(\x0b\x32\x17.google.protobuf.Struct\x12)\n\x08\x65xcludes\x18\x04 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x18\n\x10\x62\x62ox_description\x18\x05 \x01(\t\x12\x1a\n\x12shadow_description\x18\x06 \x01(\t\"D\n\x14\x45\x64itCategoryResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\x12\n\n\x02id\x18\x02 \x01(\x05\x32\xeb\x01\n\x0b\x43\x61tegoryApi\x12\x41\n\x0eListCategories\x12\x16.google.protobuf.Empty\x1a\x17.ListCategoriesResponse\x12\\\n\x17GetCategoryByCategoryId\x12\x1f.GetCategoryByCategoryIdRequest\x1a .GetCategoryByCategoryIdResponse\x12;\n\x0c\x45\x64itCategory\x12\x14.EditCategoryRequest\x1a\x15.EditCategoryResponseb\x06proto3')
|
|
21
|
+
|
|
22
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
|
23
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'global_vo_grpc_service.protos.category_api_pb2', globals())
|
|
24
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
25
|
+
|
|
26
|
+
DESCRIPTOR._options = None
|
|
27
|
+
_CATEGORY._serialized_start=188
|
|
28
|
+
_CATEGORY._serialized_end=543
|
|
29
|
+
_LISTCATEGORIESRESPONSE._serialized_start=545
|
|
30
|
+
_LISTCATEGORIESRESPONSE._serialized_end=634
|
|
31
|
+
_GETCATEGORYBYCATEGORYIDREQUEST._serialized_start=636
|
|
32
|
+
_GETCATEGORYBYCATEGORYIDREQUEST._serialized_end=680
|
|
33
|
+
_GETCATEGORYBYCATEGORYIDRESPONSE._serialized_start=682
|
|
34
|
+
_GETCATEGORYBYCATEGORYIDRESPONSE._serialized_end=744
|
|
35
|
+
_EDITCATEGORYREQUEST._serialized_start=747
|
|
36
|
+
_EDITCATEGORYREQUEST._serialized_end=941
|
|
37
|
+
_EDITCATEGORYRESPONSE._serialized_start=943
|
|
38
|
+
_EDITCATEGORYRESPONSE._serialized_end=1011
|
|
39
|
+
_CATEGORYAPI._serialized_start=1014
|
|
40
|
+
_CATEGORYAPI._serialized_end=1249
|
|
41
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,133 @@
|
|
|
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_api_pb2 as global__vo__grpc__service_dot_protos_dot_category__api__pb2
|
|
6
|
+
from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class CategoryApiStub(object):
|
|
10
|
+
"""Missing associated documentation comment in .proto file."""
|
|
11
|
+
|
|
12
|
+
def __init__(self, channel):
|
|
13
|
+
"""Constructor.
|
|
14
|
+
|
|
15
|
+
Args:
|
|
16
|
+
channel: A grpc.Channel.
|
|
17
|
+
"""
|
|
18
|
+
self.ListCategories = channel.unary_unary(
|
|
19
|
+
'/CategoryApi/ListCategories',
|
|
20
|
+
request_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
|
|
21
|
+
response_deserializer=global__vo__grpc__service_dot_protos_dot_category__api__pb2.ListCategoriesResponse.FromString,
|
|
22
|
+
)
|
|
23
|
+
self.GetCategoryByCategoryId = channel.unary_unary(
|
|
24
|
+
'/CategoryApi/GetCategoryByCategoryId',
|
|
25
|
+
request_serializer=global__vo__grpc__service_dot_protos_dot_category__api__pb2.GetCategoryByCategoryIdRequest.SerializeToString,
|
|
26
|
+
response_deserializer=global__vo__grpc__service_dot_protos_dot_category__api__pb2.GetCategoryByCategoryIdResponse.FromString,
|
|
27
|
+
)
|
|
28
|
+
self.EditCategory = channel.unary_unary(
|
|
29
|
+
'/CategoryApi/EditCategory',
|
|
30
|
+
request_serializer=global__vo__grpc__service_dot_protos_dot_category__api__pb2.EditCategoryRequest.SerializeToString,
|
|
31
|
+
response_deserializer=global__vo__grpc__service_dot_protos_dot_category__api__pb2.EditCategoryResponse.FromString,
|
|
32
|
+
)
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
class CategoryApiServicer(object):
|
|
36
|
+
"""Missing associated documentation comment in .proto file."""
|
|
37
|
+
|
|
38
|
+
def ListCategories(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
|
+
def GetCategoryByCategoryId(self, request, context):
|
|
45
|
+
"""Missing associated documentation comment in .proto file."""
|
|
46
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
47
|
+
context.set_details('Method not implemented!')
|
|
48
|
+
raise NotImplementedError('Method not implemented!')
|
|
49
|
+
|
|
50
|
+
def EditCategory(self, request, context):
|
|
51
|
+
"""Missing associated documentation comment in .proto file."""
|
|
52
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
53
|
+
context.set_details('Method not implemented!')
|
|
54
|
+
raise NotImplementedError('Method not implemented!')
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
def add_CategoryApiServicer_to_server(servicer, server):
|
|
58
|
+
rpc_method_handlers = {
|
|
59
|
+
'ListCategories': grpc.unary_unary_rpc_method_handler(
|
|
60
|
+
servicer.ListCategories,
|
|
61
|
+
request_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
|
|
62
|
+
response_serializer=global__vo__grpc__service_dot_protos_dot_category__api__pb2.ListCategoriesResponse.SerializeToString,
|
|
63
|
+
),
|
|
64
|
+
'GetCategoryByCategoryId': grpc.unary_unary_rpc_method_handler(
|
|
65
|
+
servicer.GetCategoryByCategoryId,
|
|
66
|
+
request_deserializer=global__vo__grpc__service_dot_protos_dot_category__api__pb2.GetCategoryByCategoryIdRequest.FromString,
|
|
67
|
+
response_serializer=global__vo__grpc__service_dot_protos_dot_category__api__pb2.GetCategoryByCategoryIdResponse.SerializeToString,
|
|
68
|
+
),
|
|
69
|
+
'EditCategory': grpc.unary_unary_rpc_method_handler(
|
|
70
|
+
servicer.EditCategory,
|
|
71
|
+
request_deserializer=global__vo__grpc__service_dot_protos_dot_category__api__pb2.EditCategoryRequest.FromString,
|
|
72
|
+
response_serializer=global__vo__grpc__service_dot_protos_dot_category__api__pb2.EditCategoryResponse.SerializeToString,
|
|
73
|
+
),
|
|
74
|
+
}
|
|
75
|
+
generic_handler = grpc.method_handlers_generic_handler(
|
|
76
|
+
'CategoryApi', rpc_method_handlers)
|
|
77
|
+
server.add_generic_rpc_handlers((generic_handler,))
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
# This class is part of an EXPERIMENTAL API.
|
|
81
|
+
class CategoryApi(object):
|
|
82
|
+
"""Missing associated documentation comment in .proto file."""
|
|
83
|
+
|
|
84
|
+
@staticmethod
|
|
85
|
+
def ListCategories(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, '/CategoryApi/ListCategories',
|
|
96
|
+
google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
|
|
97
|
+
global__vo__grpc__service_dot_protos_dot_category__api__pb2.ListCategoriesResponse.FromString,
|
|
98
|
+
options, channel_credentials,
|
|
99
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
100
|
+
|
|
101
|
+
@staticmethod
|
|
102
|
+
def GetCategoryByCategoryId(request,
|
|
103
|
+
target,
|
|
104
|
+
options=(),
|
|
105
|
+
channel_credentials=None,
|
|
106
|
+
call_credentials=None,
|
|
107
|
+
insecure=False,
|
|
108
|
+
compression=None,
|
|
109
|
+
wait_for_ready=None,
|
|
110
|
+
timeout=None,
|
|
111
|
+
metadata=None):
|
|
112
|
+
return grpc.experimental.unary_unary(request, target, '/CategoryApi/GetCategoryByCategoryId',
|
|
113
|
+
global__vo__grpc__service_dot_protos_dot_category__api__pb2.GetCategoryByCategoryIdRequest.SerializeToString,
|
|
114
|
+
global__vo__grpc__service_dot_protos_dot_category__api__pb2.GetCategoryByCategoryIdResponse.FromString,
|
|
115
|
+
options, channel_credentials,
|
|
116
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
117
|
+
|
|
118
|
+
@staticmethod
|
|
119
|
+
def EditCategory(request,
|
|
120
|
+
target,
|
|
121
|
+
options=(),
|
|
122
|
+
channel_credentials=None,
|
|
123
|
+
call_credentials=None,
|
|
124
|
+
insecure=False,
|
|
125
|
+
compression=None,
|
|
126
|
+
wait_for_ready=None,
|
|
127
|
+
timeout=None,
|
|
128
|
+
metadata=None):
|
|
129
|
+
return grpc.experimental.unary_unary(request, target, '/CategoryApi/EditCategory',
|
|
130
|
+
global__vo__grpc__service_dot_protos_dot_category__api__pb2.EditCategoryRequest.SerializeToString,
|
|
131
|
+
global__vo__grpc__service_dot_protos_dot_category__api__pb2.EditCategoryResponse.FromString,
|
|
132
|
+
options, channel_credentials,
|
|
133
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: global_vo_grpc_service/protos/detection_instance_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 empty_pb2 as google_dot_protobuf_dot_empty__pb2
|
|
15
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
16
|
+
from global_vo_grpc_service.protos import utils_pb2 as global__vo__grpc__service_dot_protos_dot_utils__pb2
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:global_vo_grpc_service/protos/detection_instance_api.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a)global_vo_grpc_service/protos/utils.proto\"\x84\x07\n\x11\x44\x65tectionInstance\x12\n\n\x02id\x18\x01 \x01(\x05\x12\x13\n\x0bworkflow_id\x18\x02 \x01(\x05\x12\x0f\n\x07part_id\x18\x03 \x01(\x05\x12\x10\n\x08image_id\x18\x04 \x01(\x05\x12\x14\n\x0c\x64\x65tection_id\x18\x05 \x01(\x05\x12\x11\n\tsource_id\x18\x06 \x01(\x05\x12\x1a\n\x08geo_bbox\x18\x07 \x01(\x0b\x32\x08.GeoBbox\x12\r\n\x05score\x18\x08 \x01(\x02\x12\x0e\n\x06height\x18\t \x01(\x02\x12/\n\x0b\x64\x65tected_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\ncreated_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\ndeleted_at\x18\r \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x13\n\x0b\x63\x61tegory_id\x18\x0e \x01(\x05\x12)\n\x16geo_point_shadow_start\x18\x0f \x01(\x0b\x32\t.GeoPoint\x12\'\n\x14geo_point_shadow_end\x18\x10 \x01(\x0b\x32\t.GeoPoint\x12\r\n\x05state\x18\x11 \x01(\t\x12\x12\n\ncreated_by\x18\x12 \x01(\x05\x12\x12\n\nupdated_by\x18\x13 \x01(\x05\x12\x17\n\x0fheight_override\x18\x14 \x01(\x02\x12\x1a\n\x12height_override_by\x18\x15 \x01(\x05\x12\x36\n\x12height_override_at\x18\x16 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x1c\n\x14height_override_desc\x18\x17 \x01(\t\x12-\n\tlocked_at\x18\x18 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tlocked_by\x18\x19 \x01(\x05\x12\x12\n\nvisibility\x18\x1a \x01(\t\x12\x1d\n\x15\x65xclude_from_training\x18\x1b \x01(\x08\x12\r\n\x05notes\x18\x1c \x01(\t\x12\x0c\n\x04tags\x18\x1d \x01(\t\x12\x1a\n\x12shadow_discrepancy\x18\x1e \x01(\t\x12-\n\tlegacy_at\x18\x1f \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"N\n\'StageTrainingDetectionsByImageIdRequest\x12\x10\n\x08image_id\x18\x01 \x01(\x05\x12\x11\n\tsource_id\x18\x02 \x01(\x05\"L\n(StageTrainingDetectionsByImageIdResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\">\n*GetHumanVerifiedDetectionsByImageIdRequest\x12\x10\n\x08image_id\x18\x01 \x01(\x05\"\x93\x02\n+GetHumanVerifiedDetectionsByImageIdResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\x12\\\n\x13\x64\x65tection_instances\x18\x02 \x03(\x0b\x32?.GetHumanVerifiedDetectionsByImageIdResponse.DetectionInstances\x1a\x64\n\x12\x44\x65tectionInstances\x12\n\n\x02id\x18\x01 \x01(\x05\x12\x13\n\x0b\x63\x61tegory_id\x18\x02 \x01(\x05\x12\r\n\x05score\x18\x03 \x01(\x02\x12\x1e\n\npixel_bbox\x18\x04 \x01(\x0b\x32\n.PixelBbox\"U\n.GetDetectionInstancesByImageAndSourceIdRequest\x12\x10\n\x08image_id\x18\x01 \x01(\x05\x12\x11\n\tsource_id\x18\x02 \x01(\x05\"\x84\x01\n/GetDetectionInstancesByImageAndSourceIdResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\x12/\n\x13\x64\x65tection_instances\x18\x02 \x03(\x0b\x32\x12.DetectionInstance\"7\n$GetDetectionInstancesByH3CellRequest\x12\x0f\n\x07h3_cell\x18\x01 \x01(\t\"z\n%GetDetectionInstancesByH3CellResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\x12/\n\x13\x64\x65tection_instances\x18\x02 \x03(\x0b\x32\x12.DetectionInstance\"T\n\"DeleteDetectionInstanceByIdRequest\x12.\n\x12\x64\x65tection_instance\x18\x01 \x01(\x0b\x32\x12.DetectionInstance\"w\n#DeleteDetectionInstanceByIdResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\x12.\n\x12\x64\x65tection_instance\x18\x02 \x01(\x0b\x32\x12.DetectionInstance\"3\n$DeleteDetectionInstancesByIdsRequest\x12\x0b\n\x03ids\x18\x01 \x03(\x05\"I\n%DeleteDetectionInstancesByIdsResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\"F\n\'TransitionDetectionInstanceStateRequest\x12\n\n\x02id\x18\x01 \x01(\x05\x12\x0f\n\x07trigger\x18\x02 \x01(\t\"[\n(TransitionDetectionInstanceStateResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\x12\r\n\x05state\x18\x02 \x01(\t\"V\n$GetDetectionInstanceStateByIdRequest\x12.\n\x12\x64\x65tection_instance\x18\x01 \x01(\x0b\x32\x12.DetectionInstance\"y\n%GetDetectionInstanceStateByIdResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\x12.\n\x12\x64\x65tection_instance\x18\x02 \x01(\x0b\x32\x12.DetectionInstance\"B\n GetDetectionInstanceByIdsRequest\x12\x1e\n\x16\x64\x65tection_instance_ids\x18\x01 \x03(\x05\"S\n!GetDetectionInstanceByIdsResponse\x12.\n\x12\x64\x65tection_instance\x18\x01 \x03(\x0b\x32\x12.DetectionInstance\"Z\n(CreateDetectionInstanceViaMachineRequest\x12.\n\x12\x64\x65tection_instance\x18\x01 \x01(\x0b\x32\x12.DetectionInstance\"}\n)CreateDetectionInstanceViaMachineResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\x12.\n\x12\x64\x65tection_instance\x18\x02 \x01(\x0b\x32\x12.DetectionInstance\"\xbf\x01\n&CreateDetectionInstanceViaHumanRequest\x12\x10\n\x08image_id\x18\x01 \x01(\x05\x12\x13\n\x0b\x63\x61tegory_id\x18\x02 \x01(\x05\x12\x1a\n\x08geo_bbox\x18\x03 \x01(\x0b\x32\x08.GeoBbox\x12)\n\x16geo_point_shadow_start\x18\x04 \x01(\x0b\x32\t.GeoPoint\x12\'\n\x14geo_point_shadow_end\x18\x05 \x01(\x0b\x32\t.GeoPoint\"{\n\'CreateDetectionInstanceViaHumanResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\x12.\n\x12\x64\x65tection_instance\x18\x02 \x01(\x0b\x32\x12.DetectionInstance\"\x83\x03\n.ListUpdateDetectionInstanceFormConfigsResponse\x12n\n\x1cheight_override_desc_configs\x18\x01 \x03(\x0b\x32H.ListUpdateDetectionInstanceFormConfigsResponse.HeightOverrideDescConfig\x12\\\n\x12visibility_configs\x18\x02 \x03(\x0b\x32@.ListUpdateDetectionInstanceFormConfigsResponse.VisibilityConfig\x1a=\n\x18HeightOverrideDescConfig\x12\x0c\n\x04\x65num\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x1a\x44\n\x10VisibilityConfig\x12\x0c\n\x04\x65num\x18\x01 \x01(\t\x12\r\n\x05label\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\"\xd5\x01\n$ListShadowDiscrepancyConfigsResponse\x12\x61\n\x1ashadow_discrepancy_configs\x18\x01 \x03(\x0b\x32=.ListShadowDiscrepancyConfigsResponse.ShadowDiscrepancyConfig\x1aJ\n\x17ShadowDiscrepancyConfig\x12\x0c\n\x04\x65num\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\"\x9f\x01\n$GetFrequentTagsByCurrentUserResponse\x12K\n\x0ftag_frequencies\x18\x01 \x03(\x0b\x32\x32.GetFrequentTagsByCurrentUserResponse.TagFrequency\x1a*\n\x0cTagFrequency\x12\x0b\n\x03tag\x18\x01 \x01(\t\x12\r\n\x05\x63ount\x18\x02 \x01(\x05\"B\n4ProcessDetectionInstanceLocationElevationByIdRequest\x12\n\n\x02id\x18\x01 \x01(\x05\"Y\n5ProcessDetectionInstanceLocationElevationByIdResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\"<\n\x1dLockDetectionInstancesRequest\x12\x0b\n\x03ids\x18\x01 \x03(\x05\x12\x0e\n\x06\x61\x63tion\x18\x02 \x01(\t\"O\n\x1eLockDetectionInstancesResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\x12\x0b\n\x03ids\x18\x02 \x03(\x05\"\xe4\x01\n\x1eUpdateDetectionInstanceRequest\x12\n\n\x02id\x18\x01 \x01(\x05\x12\x13\n\x0b\x63\x61tegory_id\x18\x02 \x01(\x05\x12\x17\n\x0fheight_override\x18\x03 \x01(\x02\x12\x1c\n\x14height_override_desc\x18\x04 \x01(\t\x12\x12\n\nvisibility\x18\x05 \x01(\t\x12\x1d\n\x15\x65xclude_from_training\x18\x06 \x01(\x08\x12\r\n\x05notes\x18\x07 \x01(\t\x12\x0c\n\x04tags\x18\x08 \x01(\t\x12\x1a\n\x12shadow_discrepancy\x18\t \x01(\t\"O\n\x1fUpdateDetectionInstanceResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\x12\n\n\x02id\x18\x02 \x01(\x05\"X\n4UpdateDetectionInstanceCategoriesByCategoryIdRequest\x12\x0b\n\x03ids\x18\x01 \x03(\x05\x12\x13\n\x0b\x63\x61tegory_id\x18\x02 \x01(\x05\"f\n5UpdateDetectionInstanceCategoriesByCategoryIdResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\x12\x0b\n\x03ids\x18\x02 \x03(\x05\"d\n6UpdateExcludeFromTrainingByDetectionInstanceIdsRequest\x12\x0b\n\x03ids\x18\x01 \x03(\x05\x12\x1d\n\x15\x65xclude_from_training\x18\x02 \x01(\x08\"h\n7UpdateExcludeFromTrainingByDetectionInstanceIdsResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\x12\x0b\n\x03ids\x18\x02 \x03(\x05\"\xa4\x01\n/UpdateDetectionInstanceGeoPointsViaHumanRequest\x12\x1d\n\x15\x64\x65tection_instance_id\x18\x01 \x01(\x05\x12)\n\x16geo_point_shadow_start\x18\x02 \x01(\x0b\x32\t.GeoPoint\x12\'\n\x14geo_point_shadow_end\x18\x03 \x01(\x0b\x32\t.GeoPoint\"\x84\x01\n0UpdateDetectionInstanceGeoPointsViaHumanResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\x12.\n\x12\x64\x65tection_instance\x18\x02 \x01(\x0b\x32\x12.DetectionInstance\"_\n-UpdateDetectionInstanceGeoBboxViaHumanRequest\x12.\n\x12\x64\x65tection_instance\x18\x01 \x01(\x0b\x32\x12.DetectionInstance\"\x82\x01\n.UpdateDetectionInstanceGeoBboxViaHumanResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\x12.\n\x12\x64\x65tection_instance\x18\x02 \x01(\x0b\x32\x12.DetectionInstance\"\xd8\x01\n(UpdateDetectionInstanceViaMachineRequest\x12\n\n\x02id\x18\x01 \x01(\x05\x12\x11\n\tsource_id\x18\x02 \x01(\x05\x12\r\n\x05score\x18\x03 \x01(\x02\x12\x0e\n\x06height\x18\x04 \x01(\x02\x12\x1a\n\x08geo_bbox\x18\x05 \x01(\x0b\x32\x08.GeoBbox\x12)\n\x16geo_point_shadow_start\x18\x06 \x01(\x0b\x32\t.GeoPoint\x12\'\n\x14geo_point_shadow_end\x18\x07 \x01(\x0b\x32\t.GeoPoint\"M\n)UpdateDetectionInstanceViaMachineResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\"5\n\'UpdateDetectionInstanceChippedAtRequest\x12\n\n\x02id\x18\x01 \x01(\x05\"L\n(UpdateDetectionInstanceChippedAtResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType2\x90\x16\n\x14\x44\x65tectionInstanceApi\x12w\n StageTrainingDetectionsByImageId\x12(.StageTrainingDetectionsByImageIdRequest\x1a).StageTrainingDetectionsByImageIdResponse\x12\x80\x01\n#GetHumanVerifiedDetectionsByImageId\x12+.GetHumanVerifiedDetectionsByImageIdRequest\x1a,.GetHumanVerifiedDetectionsByImageIdResponse\x12z\n!CreateDetectionInstanceViaMachine\x12).CreateDetectionInstanceViaMachineRequest\x1a*.CreateDetectionInstanceViaMachineResponse\x12t\n\x1f\x43reateDetectionInstanceViaHuman\x12\'.CreateDetectionInstanceViaHumanRequest\x1a(.CreateDetectionInstanceViaHumanResponse\x12h\n\x1b\x44\x65leteDetectionInstanceById\x12#.DeleteDetectionInstanceByIdRequest\x1a$.DeleteDetectionInstanceByIdResponse\x12n\n\x1d\x44\x65leteDetectionInstancesByIds\x12%.DeleteDetectionInstancesByIdsRequest\x1a&.DeleteDetectionInstancesByIdsResponse\x12\x62\n\x19GetDetectionInstanceByIds\x12!.GetDetectionInstanceByIdsRequest\x1a\".GetDetectionInstanceByIdsResponse\x12n\n\x1dGetDetectionInstanceStateById\x12%.GetDetectionInstanceStateByIdRequest\x1a&.GetDetectionInstanceStateByIdResponse\x12\x8c\x01\n\'GetDetectionInstancesByImageAndSourceId\x12/.GetDetectionInstancesByImageAndSourceIdRequest\x1a\x30.GetDetectionInstancesByImageAndSourceIdResponse\x12n\n\x1dGetDetectionInstancesByH3Cell\x12%.GetDetectionInstancesByH3CellRequest\x1a&.GetDetectionInstancesByH3CellResponse\x12w\n TransitionDetectionInstanceState\x12(.TransitionDetectionInstanceStateRequest\x1a).TransitionDetectionInstanceStateResponse\x12q\n&ListUpdateDetectionInstanceFormConfigs\x12\x16.google.protobuf.Empty\x1a/.ListUpdateDetectionInstanceFormConfigsResponse\x12]\n\x1cListShadowDiscrepancyConfigs\x12\x16.google.protobuf.Empty\x1a%.ListShadowDiscrepancyConfigsResponse\x12]\n\x1cGetFrequentTagsByCurrentUser\x12\x16.google.protobuf.Empty\x1a%.GetFrequentTagsByCurrentUserResponse\x12\x9e\x01\n-ProcessDetectionInstanceLocationElevationById\x12\x35.ProcessDetectionInstanceLocationElevationByIdRequest\x1a\x36.ProcessDetectionInstanceLocationElevationByIdResponse\x12Y\n\x16LockDetectionInstances\x12\x1e.LockDetectionInstancesRequest\x1a\x1f.LockDetectionInstancesResponse\x12\\\n\x17UpdateDetectionInstance\x12\x1f.UpdateDetectionInstanceRequest\x1a .UpdateDetectionInstanceResponse\x12\x9e\x01\n-UpdateDetectionInstanceCategoriesByCategoryId\x12\x35.UpdateDetectionInstanceCategoriesByCategoryIdRequest\x1a\x36.UpdateDetectionInstanceCategoriesByCategoryIdResponse\x12\xa4\x01\n/UpdateExcludeFromTrainingByDetectionInstanceIds\x12\x37.UpdateExcludeFromTrainingByDetectionInstanceIdsRequest\x1a\x38.UpdateExcludeFromTrainingByDetectionInstanceIdsResponse\x12\x89\x01\n&UpdateDetectionInstanceGeoBboxViaHuman\x12..UpdateDetectionInstanceGeoBboxViaHumanRequest\x1a/.UpdateDetectionInstanceGeoBboxViaHumanResponse\x12\x8f\x01\n(UpdateDetectionInstanceGeoPointsViaHuman\x12\x30.UpdateDetectionInstanceGeoPointsViaHumanRequest\x1a\x31.UpdateDetectionInstanceGeoPointsViaHumanResponse\x12z\n!UpdateDetectionInstanceViaMachine\x12).UpdateDetectionInstanceViaMachineRequest\x1a*.UpdateDetectionInstanceViaMachineResponse\x12w\n UpdateDetectionInstanceChippedAt\x12(.UpdateDetectionInstanceChippedAtRequest\x1a).UpdateDetectionInstanceChippedAtResponseb\x06proto3')
|
|
20
|
+
|
|
21
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
|
22
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'global_vo_grpc_service.protos.detection_instance_api_pb2', globals())
|
|
23
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
24
|
+
|
|
25
|
+
DESCRIPTOR._options = None
|
|
26
|
+
_DETECTIONINSTANCE._serialized_start=168
|
|
27
|
+
_DETECTIONINSTANCE._serialized_end=1068
|
|
28
|
+
_STAGETRAININGDETECTIONSBYIMAGEIDREQUEST._serialized_start=1070
|
|
29
|
+
_STAGETRAININGDETECTIONSBYIMAGEIDREQUEST._serialized_end=1148
|
|
30
|
+
_STAGETRAININGDETECTIONSBYIMAGEIDRESPONSE._serialized_start=1150
|
|
31
|
+
_STAGETRAININGDETECTIONSBYIMAGEIDRESPONSE._serialized_end=1226
|
|
32
|
+
_GETHUMANVERIFIEDDETECTIONSBYIMAGEIDREQUEST._serialized_start=1228
|
|
33
|
+
_GETHUMANVERIFIEDDETECTIONSBYIMAGEIDREQUEST._serialized_end=1290
|
|
34
|
+
_GETHUMANVERIFIEDDETECTIONSBYIMAGEIDRESPONSE._serialized_start=1293
|
|
35
|
+
_GETHUMANVERIFIEDDETECTIONSBYIMAGEIDRESPONSE._serialized_end=1568
|
|
36
|
+
_GETHUMANVERIFIEDDETECTIONSBYIMAGEIDRESPONSE_DETECTIONINSTANCES._serialized_start=1468
|
|
37
|
+
_GETHUMANVERIFIEDDETECTIONSBYIMAGEIDRESPONSE_DETECTIONINSTANCES._serialized_end=1568
|
|
38
|
+
_GETDETECTIONINSTANCESBYIMAGEANDSOURCEIDREQUEST._serialized_start=1570
|
|
39
|
+
_GETDETECTIONINSTANCESBYIMAGEANDSOURCEIDREQUEST._serialized_end=1655
|
|
40
|
+
_GETDETECTIONINSTANCESBYIMAGEANDSOURCEIDRESPONSE._serialized_start=1658
|
|
41
|
+
_GETDETECTIONINSTANCESBYIMAGEANDSOURCEIDRESPONSE._serialized_end=1790
|
|
42
|
+
_GETDETECTIONINSTANCESBYH3CELLREQUEST._serialized_start=1792
|
|
43
|
+
_GETDETECTIONINSTANCESBYH3CELLREQUEST._serialized_end=1847
|
|
44
|
+
_GETDETECTIONINSTANCESBYH3CELLRESPONSE._serialized_start=1849
|
|
45
|
+
_GETDETECTIONINSTANCESBYH3CELLRESPONSE._serialized_end=1971
|
|
46
|
+
_DELETEDETECTIONINSTANCEBYIDREQUEST._serialized_start=1973
|
|
47
|
+
_DELETEDETECTIONINSTANCEBYIDREQUEST._serialized_end=2057
|
|
48
|
+
_DELETEDETECTIONINSTANCEBYIDRESPONSE._serialized_start=2059
|
|
49
|
+
_DELETEDETECTIONINSTANCEBYIDRESPONSE._serialized_end=2178
|
|
50
|
+
_DELETEDETECTIONINSTANCESBYIDSREQUEST._serialized_start=2180
|
|
51
|
+
_DELETEDETECTIONINSTANCESBYIDSREQUEST._serialized_end=2231
|
|
52
|
+
_DELETEDETECTIONINSTANCESBYIDSRESPONSE._serialized_start=2233
|
|
53
|
+
_DELETEDETECTIONINSTANCESBYIDSRESPONSE._serialized_end=2306
|
|
54
|
+
_TRANSITIONDETECTIONINSTANCESTATEREQUEST._serialized_start=2308
|
|
55
|
+
_TRANSITIONDETECTIONINSTANCESTATEREQUEST._serialized_end=2378
|
|
56
|
+
_TRANSITIONDETECTIONINSTANCESTATERESPONSE._serialized_start=2380
|
|
57
|
+
_TRANSITIONDETECTIONINSTANCESTATERESPONSE._serialized_end=2471
|
|
58
|
+
_GETDETECTIONINSTANCESTATEBYIDREQUEST._serialized_start=2473
|
|
59
|
+
_GETDETECTIONINSTANCESTATEBYIDREQUEST._serialized_end=2559
|
|
60
|
+
_GETDETECTIONINSTANCESTATEBYIDRESPONSE._serialized_start=2561
|
|
61
|
+
_GETDETECTIONINSTANCESTATEBYIDRESPONSE._serialized_end=2682
|
|
62
|
+
_GETDETECTIONINSTANCEBYIDSREQUEST._serialized_start=2684
|
|
63
|
+
_GETDETECTIONINSTANCEBYIDSREQUEST._serialized_end=2750
|
|
64
|
+
_GETDETECTIONINSTANCEBYIDSRESPONSE._serialized_start=2752
|
|
65
|
+
_GETDETECTIONINSTANCEBYIDSRESPONSE._serialized_end=2835
|
|
66
|
+
_CREATEDETECTIONINSTANCEVIAMACHINEREQUEST._serialized_start=2837
|
|
67
|
+
_CREATEDETECTIONINSTANCEVIAMACHINEREQUEST._serialized_end=2927
|
|
68
|
+
_CREATEDETECTIONINSTANCEVIAMACHINERESPONSE._serialized_start=2929
|
|
69
|
+
_CREATEDETECTIONINSTANCEVIAMACHINERESPONSE._serialized_end=3054
|
|
70
|
+
_CREATEDETECTIONINSTANCEVIAHUMANREQUEST._serialized_start=3057
|
|
71
|
+
_CREATEDETECTIONINSTANCEVIAHUMANREQUEST._serialized_end=3248
|
|
72
|
+
_CREATEDETECTIONINSTANCEVIAHUMANRESPONSE._serialized_start=3250
|
|
73
|
+
_CREATEDETECTIONINSTANCEVIAHUMANRESPONSE._serialized_end=3373
|
|
74
|
+
_LISTUPDATEDETECTIONINSTANCEFORMCONFIGSRESPONSE._serialized_start=3376
|
|
75
|
+
_LISTUPDATEDETECTIONINSTANCEFORMCONFIGSRESPONSE._serialized_end=3763
|
|
76
|
+
_LISTUPDATEDETECTIONINSTANCEFORMCONFIGSRESPONSE_HEIGHTOVERRIDEDESCCONFIG._serialized_start=3632
|
|
77
|
+
_LISTUPDATEDETECTIONINSTANCEFORMCONFIGSRESPONSE_HEIGHTOVERRIDEDESCCONFIG._serialized_end=3693
|
|
78
|
+
_LISTUPDATEDETECTIONINSTANCEFORMCONFIGSRESPONSE_VISIBILITYCONFIG._serialized_start=3695
|
|
79
|
+
_LISTUPDATEDETECTIONINSTANCEFORMCONFIGSRESPONSE_VISIBILITYCONFIG._serialized_end=3763
|
|
80
|
+
_LISTSHADOWDISCREPANCYCONFIGSRESPONSE._serialized_start=3766
|
|
81
|
+
_LISTSHADOWDISCREPANCYCONFIGSRESPONSE._serialized_end=3979
|
|
82
|
+
_LISTSHADOWDISCREPANCYCONFIGSRESPONSE_SHADOWDISCREPANCYCONFIG._serialized_start=3905
|
|
83
|
+
_LISTSHADOWDISCREPANCYCONFIGSRESPONSE_SHADOWDISCREPANCYCONFIG._serialized_end=3979
|
|
84
|
+
_GETFREQUENTTAGSBYCURRENTUSERRESPONSE._serialized_start=3982
|
|
85
|
+
_GETFREQUENTTAGSBYCURRENTUSERRESPONSE._serialized_end=4141
|
|
86
|
+
_GETFREQUENTTAGSBYCURRENTUSERRESPONSE_TAGFREQUENCY._serialized_start=4099
|
|
87
|
+
_GETFREQUENTTAGSBYCURRENTUSERRESPONSE_TAGFREQUENCY._serialized_end=4141
|
|
88
|
+
_PROCESSDETECTIONINSTANCELOCATIONELEVATIONBYIDREQUEST._serialized_start=4143
|
|
89
|
+
_PROCESSDETECTIONINSTANCELOCATIONELEVATIONBYIDREQUEST._serialized_end=4209
|
|
90
|
+
_PROCESSDETECTIONINSTANCELOCATIONELEVATIONBYIDRESPONSE._serialized_start=4211
|
|
91
|
+
_PROCESSDETECTIONINSTANCELOCATIONELEVATIONBYIDRESPONSE._serialized_end=4300
|
|
92
|
+
_LOCKDETECTIONINSTANCESREQUEST._serialized_start=4302
|
|
93
|
+
_LOCKDETECTIONINSTANCESREQUEST._serialized_end=4362
|
|
94
|
+
_LOCKDETECTIONINSTANCESRESPONSE._serialized_start=4364
|
|
95
|
+
_LOCKDETECTIONINSTANCESRESPONSE._serialized_end=4443
|
|
96
|
+
_UPDATEDETECTIONINSTANCEREQUEST._serialized_start=4446
|
|
97
|
+
_UPDATEDETECTIONINSTANCEREQUEST._serialized_end=4674
|
|
98
|
+
_UPDATEDETECTIONINSTANCERESPONSE._serialized_start=4676
|
|
99
|
+
_UPDATEDETECTIONINSTANCERESPONSE._serialized_end=4755
|
|
100
|
+
_UPDATEDETECTIONINSTANCECATEGORIESBYCATEGORYIDREQUEST._serialized_start=4757
|
|
101
|
+
_UPDATEDETECTIONINSTANCECATEGORIESBYCATEGORYIDREQUEST._serialized_end=4845
|
|
102
|
+
_UPDATEDETECTIONINSTANCECATEGORIESBYCATEGORYIDRESPONSE._serialized_start=4847
|
|
103
|
+
_UPDATEDETECTIONINSTANCECATEGORIESBYCATEGORYIDRESPONSE._serialized_end=4949
|
|
104
|
+
_UPDATEEXCLUDEFROMTRAININGBYDETECTIONINSTANCEIDSREQUEST._serialized_start=4951
|
|
105
|
+
_UPDATEEXCLUDEFROMTRAININGBYDETECTIONINSTANCEIDSREQUEST._serialized_end=5051
|
|
106
|
+
_UPDATEEXCLUDEFROMTRAININGBYDETECTIONINSTANCEIDSRESPONSE._serialized_start=5053
|
|
107
|
+
_UPDATEEXCLUDEFROMTRAININGBYDETECTIONINSTANCEIDSRESPONSE._serialized_end=5157
|
|
108
|
+
_UPDATEDETECTIONINSTANCEGEOPOINTSVIAHUMANREQUEST._serialized_start=5160
|
|
109
|
+
_UPDATEDETECTIONINSTANCEGEOPOINTSVIAHUMANREQUEST._serialized_end=5324
|
|
110
|
+
_UPDATEDETECTIONINSTANCEGEOPOINTSVIAHUMANRESPONSE._serialized_start=5327
|
|
111
|
+
_UPDATEDETECTIONINSTANCEGEOPOINTSVIAHUMANRESPONSE._serialized_end=5459
|
|
112
|
+
_UPDATEDETECTIONINSTANCEGEOBBOXVIAHUMANREQUEST._serialized_start=5461
|
|
113
|
+
_UPDATEDETECTIONINSTANCEGEOBBOXVIAHUMANREQUEST._serialized_end=5556
|
|
114
|
+
_UPDATEDETECTIONINSTANCEGEOBBOXVIAHUMANRESPONSE._serialized_start=5559
|
|
115
|
+
_UPDATEDETECTIONINSTANCEGEOBBOXVIAHUMANRESPONSE._serialized_end=5689
|
|
116
|
+
_UPDATEDETECTIONINSTANCEVIAMACHINEREQUEST._serialized_start=5692
|
|
117
|
+
_UPDATEDETECTIONINSTANCEVIAMACHINEREQUEST._serialized_end=5908
|
|
118
|
+
_UPDATEDETECTIONINSTANCEVIAMACHINERESPONSE._serialized_start=5910
|
|
119
|
+
_UPDATEDETECTIONINSTANCEVIAMACHINERESPONSE._serialized_end=5987
|
|
120
|
+
_UPDATEDETECTIONINSTANCECHIPPEDATREQUEST._serialized_start=5989
|
|
121
|
+
_UPDATEDETECTIONINSTANCECHIPPEDATREQUEST._serialized_end=6042
|
|
122
|
+
_UPDATEDETECTIONINSTANCECHIPPEDATRESPONSE._serialized_start=6044
|
|
123
|
+
_UPDATEDETECTIONINSTANCECHIPPEDATRESPONSE._serialized_end=6120
|
|
124
|
+
_DETECTIONINSTANCEAPI._serialized_start=6123
|
|
125
|
+
_DETECTIONINSTANCEAPI._serialized_end=8955
|
|
126
|
+
# @@protoc_insertion_point(module_scope)
|