fsai-proto-specs 0.0.187__py3-none-any.whl → 0.0.388__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.
- audit_grpc_service/__init__.py +0 -0
- audit_grpc_service/protos/__init__.py +0 -0
- audit_grpc_service/protos/audit_api_pb2.py +37 -0
- audit_grpc_service/protos/audit_api_pb2_grpc.py +99 -0
- data_grpc_service/protos/detection_chip_data_api_pb2.py +42 -0
- data_grpc_service/protos/detection_chip_data_api_pb2_grpc.py +99 -0
- data_grpc_service/protos/detection_instance_data_api_pb2.py +7 -14
- data_grpc_service/protos/detection_instance_data_api_pb2_grpc.py +0 -33
- {fsai_proto_specs-0.0.187.dist-info → fsai_proto_specs-0.0.388.dist-info}/METADATA +2 -2
- fsai_proto_specs-0.0.388.dist-info/RECORD +119 -0
- geospatial_toolkit_grpc_service/protos/mgrs_api_pb2.py +7 -3
- geospatial_toolkit_grpc_service/protos/mgrs_api_pb2_grpc.py +33 -0
- global_vo_grpc_service/protos/admin_consumption_api_pb2.py +30 -0
- global_vo_grpc_service/protos/admin_consumption_api_pb2_grpc.py +67 -0
- global_vo_grpc_service/protos/admin_contract_range_allotment_api_pb2.py +45 -0
- global_vo_grpc_service/protos/admin_contract_range_allotment_api_pb2_grpc.py +165 -0
- global_vo_grpc_service/protos/admin_customer_api_pb2.py +45 -0
- global_vo_grpc_service/protos/{user_metadata_api_pb2_grpc.py → admin_customer_api_pb2_grpc.py} +58 -58
- global_vo_grpc_service/protos/admin_system_permission_api_pb2.py +31 -0
- global_vo_grpc_service/protos/admin_system_permission_api_pb2_grpc.py +67 -0
- global_vo_grpc_service/protos/admin_team_api_pb2.py +43 -0
- global_vo_grpc_service/protos/admin_team_api_pb2_grpc.py +165 -0
- global_vo_grpc_service/protos/admin_team_role_api_pb2.py +38 -0
- global_vo_grpc_service/protos/admin_team_role_api_pb2_grpc.py +132 -0
- global_vo_grpc_service/protos/admin_team_role_permission_api_pb2.py +41 -0
- global_vo_grpc_service/protos/admin_team_role_permission_api_pb2_grpc.py +132 -0
- global_vo_grpc_service/protos/admin_user_api_pb2.py +59 -0
- global_vo_grpc_service/protos/admin_user_api_pb2_grpc.py +266 -0
- global_vo_grpc_service/protos/audit_query_api_pb2.py +37 -0
- global_vo_grpc_service/protos/audit_query_api_pb2_grpc.py +99 -0
- global_vo_grpc_service/protos/category_api_pb2.py +16 -9
- global_vo_grpc_service/protos/category_api_pb2_grpc.py +70 -3
- 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/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 -64
- global_vo_grpc_service/protos/detection_instance_api_pb2_grpc.py +303 -37
- global_vo_grpc_service/protos/feature_api_pb2.py +16 -12
- global_vo_grpc_service/protos/feature_api_pb2_grpc.py +39 -6
- global_vo_grpc_service/protos/geo_data_api_pb2.py +37 -0
- global_vo_grpc_service/protos/geo_data_api_pb2_grpc.py +99 -0
- global_vo_grpc_service/protos/image_api_pb2.py +26 -16
- global_vo_grpc_service/protos/image_api_pb2_grpc.py +79 -13
- global_vo_grpc_service/protos/image_scan_api_pb2.py +37 -0
- global_vo_grpc_service/protos/image_scan_api_pb2_grpc.py +99 -0
- global_vo_grpc_service/protos/invitation_api_pb2.py +37 -0
- global_vo_grpc_service/protos/invitation_api_pb2_grpc.py +99 -0
- global_vo_grpc_service/protos/invitation_response_api_pb2.py +43 -0
- global_vo_grpc_service/protos/invitation_response_api_pb2_grpc.py +132 -0
- global_vo_grpc_service/protos/mission_api_pb2.py +11 -3
- global_vo_grpc_service/protos/mission_api_pb2_grpc.py +66 -0
- global_vo_grpc_service/protos/model_assessment_api_pb2.py +42 -0
- global_vo_grpc_service/protos/model_assessment_api_pb2_grpc.py +99 -0
- global_vo_grpc_service/protos/query_api_pb2.py +18 -4
- global_vo_grpc_service/protos/query_api_pb2_grpc.py +68 -0
- global_vo_grpc_service/protos/review_api_pb2.py +70 -44
- global_vo_grpc_service/protos/review_api_pb2_grpc.py +198 -0
- global_vo_grpc_service/protos/source_api_pb2.py +18 -9
- global_vo_grpc_service/protos/source_api_pb2_grpc.py +100 -0
- global_vo_grpc_service/protos/task_api_pb2.py +54 -38
- global_vo_grpc_service/protos/task_api_pb2_grpc.py +145 -13
- global_vo_grpc_service/protos/task_image_api_pb2.py +23 -25
- global_vo_grpc_service/protos/team_api_pb2.py +31 -23
- global_vo_grpc_service/protos/team_api_pb2_grpc.py +116 -50
- global_vo_grpc_service/protos/team_member_api_pb2.py +16 -16
- global_vo_grpc_service/protos/team_member_api_pb2_grpc.py +20 -20
- global_vo_grpc_service/protos/team_member_role_api_pb2.py +41 -0
- global_vo_grpc_service/protos/team_member_role_api_pb2_grpc.py +132 -0
- global_vo_grpc_service/protos/team_role_api_pb2.py +32 -0
- global_vo_grpc_service/protos/team_role_api_pb2_grpc.py +66 -0
- global_vo_grpc_service/protos/user_api_pb2.py +32 -47
- global_vo_grpc_service/protos/user_api_pb2_grpc.py +79 -178
- global_vo_grpc_service/protos/user_favorites_api_pb2.py +45 -0
- global_vo_grpc_service/protos/user_favorites_api_pb2_grpc.py +165 -0
- global_vo_grpc_service/protos/user_metric_api_pb2.py +37 -0
- global_vo_grpc_service/protos/user_metric_api_pb2_grpc.py +100 -0
- global_vo_grpc_service/protos/user_password_reset_request_api_pb2.py +40 -0
- global_vo_grpc_service/protos/user_password_reset_request_api_pb2_grpc.py +132 -0
- global_vo_grpc_service/protos/utils_pb2.py +9 -3
- global_vo_grpc_service/protos/workflow_api_pb2.py +37 -33
- global_vo_grpc_service/protos/workflow_api_pb2_grpc.py +34 -1
- search_grpc_service/protos/index_api_pb2.py +20 -12
- search_grpc_service/protos/index_api_pb2_grpc.py +83 -14
- search_grpc_service/protos/search_api_pb2.py +34 -21
- search_grpc_service/protos/search_api_pb2_grpc.py +66 -0
- fsai_proto_specs-0.0.187.dist-info/RECORD +0 -75
- 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
- global_vo_grpc_service/protos/user_metadata_api_pb2.py +0 -45
- {fsai_proto_specs-0.0.187.dist-info → fsai_proto_specs-0.0.388.dist-info}/WHEEL +0 -0
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: audit_grpc_service/protos/audit_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'\n)audit_grpc_service/protos/audit_api.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a)global_vo_grpc_service/protos/utils.proto\"\xb9\x01\n\x05\x41udit\x12\n\n\x02id\x18\x01 \x01(\x05\x12\x0f\n\x07user_id\x18\x02 \x01(\x05\x12\x0e\n\x06\x61\x63tion\x18\x03 \x01(\t\x12\x16\n\x0eresource_table\x18\x04 \x01(\t\x12\x17\n\x0fresource_column\x18\x05 \x01(\t\x12\x13\n\x0bresource_id\x18\x06 \x01(\x05\x12/\n\x0b\x61\x63tioned_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04\x64\x61ta\x18\x08 \x01(\t\"\xdc\x01\n\x12QueryAuditsRequest\x12\x12\n\nquery_type\x18\x01 \x01(\t\x12\x16\n\x0eresource_table\x18\x02 \x01(\t\x12\x17\n\x0fresource_column\x18\x03 \x01(\t\x12\x14\n\x0cresource_ids\x18\x04 \x03(\x05\x12\x0f\n\x07user_id\x18\x05 \x01(\x05\x12\x0e\n\x06\x61\x63tion\x18\x06 \x01(\t\x12\x10\n\x08group_by\x18\x07 \x01(\t\x12\x10\n\x08order_by\x18\x08 \x01(\t\x12\x17\n\x0forder_direction\x18\t \x01(\t\x12\r\n\x05limit\x18\n \x01(\x05\"-\n\x13QueryAuditsResponse\x12\x16\n\x06\x61udits\x18\x01 \x03(\x0b\x32\x06.Audit\"x\n\x12\x43reateAuditRequest\x12\x0e\n\x06\x61\x63tion\x18\x01 \x01(\t\x12\x16\n\x0eresource_table\x18\x02 \x01(\t\x12\x17\n\x0fresource_column\x18\x03 \x01(\t\x12\x13\n\x0bresource_id\x18\x04 \x01(\x05\x12\x0c\n\x04\x64\x61ta\x18\x05 \x01(\t\"C\n\x13\x43reateAuditResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\x12\n\n\x02id\x18\x02 \x01(\x05\x32~\n\x08\x41uditApi\x12\x38\n\x0bQueryAudits\x12\x13.QueryAuditsRequest\x1a\x14.QueryAuditsResponse\x12\x38\n\x0b\x43reateAudit\x12\x13.CreateAuditRequest\x1a\x14.CreateAuditResponseb\x06proto3')
|
|
19
|
+
|
|
20
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
|
21
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'audit_grpc_service.protos.audit_api_pb2', globals())
|
|
22
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
23
|
+
|
|
24
|
+
DESCRIPTOR._options = None
|
|
25
|
+
_AUDIT._serialized_start=122
|
|
26
|
+
_AUDIT._serialized_end=307
|
|
27
|
+
_QUERYAUDITSREQUEST._serialized_start=310
|
|
28
|
+
_QUERYAUDITSREQUEST._serialized_end=530
|
|
29
|
+
_QUERYAUDITSRESPONSE._serialized_start=532
|
|
30
|
+
_QUERYAUDITSRESPONSE._serialized_end=577
|
|
31
|
+
_CREATEAUDITREQUEST._serialized_start=579
|
|
32
|
+
_CREATEAUDITREQUEST._serialized_end=699
|
|
33
|
+
_CREATEAUDITRESPONSE._serialized_start=701
|
|
34
|
+
_CREATEAUDITRESPONSE._serialized_end=768
|
|
35
|
+
_AUDITAPI._serialized_start=770
|
|
36
|
+
_AUDITAPI._serialized_end=896
|
|
37
|
+
# @@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 audit_grpc_service.protos import audit_api_pb2 as audit__grpc__service_dot_protos_dot_audit__api__pb2
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class AuditApiStub(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.QueryAudits = channel.unary_unary(
|
|
18
|
+
'/AuditApi/QueryAudits',
|
|
19
|
+
request_serializer=audit__grpc__service_dot_protos_dot_audit__api__pb2.QueryAuditsRequest.SerializeToString,
|
|
20
|
+
response_deserializer=audit__grpc__service_dot_protos_dot_audit__api__pb2.QueryAuditsResponse.FromString,
|
|
21
|
+
)
|
|
22
|
+
self.CreateAudit = channel.unary_unary(
|
|
23
|
+
'/AuditApi/CreateAudit',
|
|
24
|
+
request_serializer=audit__grpc__service_dot_protos_dot_audit__api__pb2.CreateAuditRequest.SerializeToString,
|
|
25
|
+
response_deserializer=audit__grpc__service_dot_protos_dot_audit__api__pb2.CreateAuditResponse.FromString,
|
|
26
|
+
)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
class AuditApiServicer(object):
|
|
30
|
+
"""Missing associated documentation comment in .proto file."""
|
|
31
|
+
|
|
32
|
+
def QueryAudits(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 CreateAudit(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_AuditApiServicer_to_server(servicer, server):
|
|
46
|
+
rpc_method_handlers = {
|
|
47
|
+
'QueryAudits': grpc.unary_unary_rpc_method_handler(
|
|
48
|
+
servicer.QueryAudits,
|
|
49
|
+
request_deserializer=audit__grpc__service_dot_protos_dot_audit__api__pb2.QueryAuditsRequest.FromString,
|
|
50
|
+
response_serializer=audit__grpc__service_dot_protos_dot_audit__api__pb2.QueryAuditsResponse.SerializeToString,
|
|
51
|
+
),
|
|
52
|
+
'CreateAudit': grpc.unary_unary_rpc_method_handler(
|
|
53
|
+
servicer.CreateAudit,
|
|
54
|
+
request_deserializer=audit__grpc__service_dot_protos_dot_audit__api__pb2.CreateAuditRequest.FromString,
|
|
55
|
+
response_serializer=audit__grpc__service_dot_protos_dot_audit__api__pb2.CreateAuditResponse.SerializeToString,
|
|
56
|
+
),
|
|
57
|
+
}
|
|
58
|
+
generic_handler = grpc.method_handlers_generic_handler(
|
|
59
|
+
'AuditApi', rpc_method_handlers)
|
|
60
|
+
server.add_generic_rpc_handlers((generic_handler,))
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
# This class is part of an EXPERIMENTAL API.
|
|
64
|
+
class AuditApi(object):
|
|
65
|
+
"""Missing associated documentation comment in .proto file."""
|
|
66
|
+
|
|
67
|
+
@staticmethod
|
|
68
|
+
def QueryAudits(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, '/AuditApi/QueryAudits',
|
|
79
|
+
audit__grpc__service_dot_protos_dot_audit__api__pb2.QueryAuditsRequest.SerializeToString,
|
|
80
|
+
audit__grpc__service_dot_protos_dot_audit__api__pb2.QueryAuditsResponse.FromString,
|
|
81
|
+
options, channel_credentials,
|
|
82
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
83
|
+
|
|
84
|
+
@staticmethod
|
|
85
|
+
def CreateAudit(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, '/AuditApi/CreateAudit',
|
|
96
|
+
audit__grpc__service_dot_protos_dot_audit__api__pb2.CreateAuditRequest.SerializeToString,
|
|
97
|
+
audit__grpc__service_dot_protos_dot_audit__api__pb2.CreateAuditResponse.FromString,
|
|
98
|
+
options, channel_credentials,
|
|
99
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: data_grpc_service/protos/detection_chip_data_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'\n6data_grpc_service/protos/detection_chip_data_api.proto\x1a)global_vo_grpc_service/protos/utils.proto\"B\n GetChipDataByDetectionIdsRequest\x12\x1e\n\x16\x64\x65tection_instance_ids\x18\x01 \x03(\x05\"\xc7\x04\n!GetChipDataByDetectionIdsResponse\x12<\n\x08\x61gg_data\x18\x01 \x03(\x0b\x32*.GetChipDataByDetectionIdsResponse.AggData\x1a\xb4\x01\n\x11\x44\x65tectionInstance\x12\n\n\x02id\x18\x01 \x01(\x05\x12\x1a\n\x08geo_bbox\x18\x02 \x01(\x0b\x32\x08.GeoBbox\x12)\n\x16geo_point_shadow_start\x18\x03 \x01(\x0b\x32\t.GeoPoint\x12\'\n\x14geo_point_shadow_end\x18\x04 \x01(\x0b\x32\t.GeoPoint\x12\x16\n\x0erequires_cache\x18\x05 \x01(\x08\x12\x0b\n\x03key\x18\x06 \x01(\t\x1a\x82\x01\n\x05Image\x12\n\n\x02id\x18\x01 \x01(\x05\x12\r\n\x05width\x18\x02 \x01(\x05\x12\x0e\n\x06height\x18\x03 \x01(\x05\x12\x1a\n\x08geo_bbox\x18\x04 \x01(\x0b\x32\x08.GeoBbox\x12\r\n\x05store\x18\x05 \x01(\t\x12\x16\n\x0erequires_cache\x18\x06 \x01(\x08\x12\x0b\n\x03key\x18\x07 \x01(\t\x1a\xa7\x01\n\x07\x41ggData\x12\x10\n\x08image_id\x18\x01 \x01(\x05\x12\x37\n\x05image\x18\x02 \x01(\x0b\x32(.GetChipDataByDetectionIdsResponse.Image\x12Q\n\x13\x64\x65tection_instances\x18\x03 \x03(\x0b\x32\x34.GetChipDataByDetectionIdsResponse.DetectionInstance\"A\n\x1fQueueDetectionChipsByIdsRequest\x12\x1e\n\x16\x64\x65tection_instance_ids\x18\x01 \x03(\x05\"\x8c\x02\n QueueDetectionChipsByIdsResponse\x12 \n\x0b\x63hange_type\x18\x01 \x01(\x0e\x32\x0b.ChangeType\x12=\n\tchip_data\x18\x02 \x03(\x0b\x32*.QueueDetectionChipsByIdsResponse.ChipData\x1a\x86\x01\n\x08\x43hipData\x12\n\n\x02id\x18\x01 \x01(\x05\x12\x1e\n\npixel_bbox\x18\x02 \x01(\x0b\x32\n.PixelBbox\x12\'\n\x12pixel_shadow_start\x18\x03 \x01(\x0b\x32\x0b.PixelPoint\x12%\n\x10pixel_shadow_end\x18\x04 \x01(\x0b\x32\x0b.PixelPoint2\xdb\x01\n\x14\x44\x65tectionChipDataApi\x12\x62\n\x19GetChipDataByDetectionIds\x12!.GetChipDataByDetectionIdsRequest\x1a\".GetChipDataByDetectionIdsResponse\x12_\n\x18QueueDetectionChipsByIds\x12 .QueueDetectionChipsByIdsRequest\x1a!.QueueDetectionChipsByIdsResponseb\x06proto3')
|
|
18
|
+
|
|
19
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
|
20
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'data_grpc_service.protos.detection_chip_data_api_pb2', globals())
|
|
21
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
22
|
+
|
|
23
|
+
DESCRIPTOR._options = None
|
|
24
|
+
_GETCHIPDATABYDETECTIONIDSREQUEST._serialized_start=101
|
|
25
|
+
_GETCHIPDATABYDETECTIONIDSREQUEST._serialized_end=167
|
|
26
|
+
_GETCHIPDATABYDETECTIONIDSRESPONSE._serialized_start=170
|
|
27
|
+
_GETCHIPDATABYDETECTIONIDSRESPONSE._serialized_end=753
|
|
28
|
+
_GETCHIPDATABYDETECTIONIDSRESPONSE_DETECTIONINSTANCE._serialized_start=270
|
|
29
|
+
_GETCHIPDATABYDETECTIONIDSRESPONSE_DETECTIONINSTANCE._serialized_end=450
|
|
30
|
+
_GETCHIPDATABYDETECTIONIDSRESPONSE_IMAGE._serialized_start=453
|
|
31
|
+
_GETCHIPDATABYDETECTIONIDSRESPONSE_IMAGE._serialized_end=583
|
|
32
|
+
_GETCHIPDATABYDETECTIONIDSRESPONSE_AGGDATA._serialized_start=586
|
|
33
|
+
_GETCHIPDATABYDETECTIONIDSRESPONSE_AGGDATA._serialized_end=753
|
|
34
|
+
_QUEUEDETECTIONCHIPSBYIDSREQUEST._serialized_start=755
|
|
35
|
+
_QUEUEDETECTIONCHIPSBYIDSREQUEST._serialized_end=820
|
|
36
|
+
_QUEUEDETECTIONCHIPSBYIDSRESPONSE._serialized_start=823
|
|
37
|
+
_QUEUEDETECTIONCHIPSBYIDSRESPONSE._serialized_end=1091
|
|
38
|
+
_QUEUEDETECTIONCHIPSBYIDSRESPONSE_CHIPDATA._serialized_start=957
|
|
39
|
+
_QUEUEDETECTIONCHIPSBYIDSRESPONSE_CHIPDATA._serialized_end=1091
|
|
40
|
+
_DETECTIONCHIPDATAAPI._serialized_start=1094
|
|
41
|
+
_DETECTIONCHIPDATAAPI._serialized_end=1313
|
|
42
|
+
# @@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 data_grpc_service.protos import detection_chip_data_api_pb2 as data__grpc__service_dot_protos_dot_detection__chip__data__api__pb2
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class DetectionChipDataApiStub(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.GetChipDataByDetectionIds = channel.unary_unary(
|
|
18
|
+
'/DetectionChipDataApi/GetChipDataByDetectionIds',
|
|
19
|
+
request_serializer=data__grpc__service_dot_protos_dot_detection__chip__data__api__pb2.GetChipDataByDetectionIdsRequest.SerializeToString,
|
|
20
|
+
response_deserializer=data__grpc__service_dot_protos_dot_detection__chip__data__api__pb2.GetChipDataByDetectionIdsResponse.FromString,
|
|
21
|
+
)
|
|
22
|
+
self.QueueDetectionChipsByIds = channel.unary_unary(
|
|
23
|
+
'/DetectionChipDataApi/QueueDetectionChipsByIds',
|
|
24
|
+
request_serializer=data__grpc__service_dot_protos_dot_detection__chip__data__api__pb2.QueueDetectionChipsByIdsRequest.SerializeToString,
|
|
25
|
+
response_deserializer=data__grpc__service_dot_protos_dot_detection__chip__data__api__pb2.QueueDetectionChipsByIdsResponse.FromString,
|
|
26
|
+
)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
class DetectionChipDataApiServicer(object):
|
|
30
|
+
"""Missing associated documentation comment in .proto file."""
|
|
31
|
+
|
|
32
|
+
def GetChipDataByDetectionIds(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 QueueDetectionChipsByIds(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_DetectionChipDataApiServicer_to_server(servicer, server):
|
|
46
|
+
rpc_method_handlers = {
|
|
47
|
+
'GetChipDataByDetectionIds': grpc.unary_unary_rpc_method_handler(
|
|
48
|
+
servicer.GetChipDataByDetectionIds,
|
|
49
|
+
request_deserializer=data__grpc__service_dot_protos_dot_detection__chip__data__api__pb2.GetChipDataByDetectionIdsRequest.FromString,
|
|
50
|
+
response_serializer=data__grpc__service_dot_protos_dot_detection__chip__data__api__pb2.GetChipDataByDetectionIdsResponse.SerializeToString,
|
|
51
|
+
),
|
|
52
|
+
'QueueDetectionChipsByIds': grpc.unary_unary_rpc_method_handler(
|
|
53
|
+
servicer.QueueDetectionChipsByIds,
|
|
54
|
+
request_deserializer=data__grpc__service_dot_protos_dot_detection__chip__data__api__pb2.QueueDetectionChipsByIdsRequest.FromString,
|
|
55
|
+
response_serializer=data__grpc__service_dot_protos_dot_detection__chip__data__api__pb2.QueueDetectionChipsByIdsResponse.SerializeToString,
|
|
56
|
+
),
|
|
57
|
+
}
|
|
58
|
+
generic_handler = grpc.method_handlers_generic_handler(
|
|
59
|
+
'DetectionChipDataApi', rpc_method_handlers)
|
|
60
|
+
server.add_generic_rpc_handlers((generic_handler,))
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
# This class is part of an EXPERIMENTAL API.
|
|
64
|
+
class DetectionChipDataApi(object):
|
|
65
|
+
"""Missing associated documentation comment in .proto file."""
|
|
66
|
+
|
|
67
|
+
@staticmethod
|
|
68
|
+
def GetChipDataByDetectionIds(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, '/DetectionChipDataApi/GetChipDataByDetectionIds',
|
|
79
|
+
data__grpc__service_dot_protos_dot_detection__chip__data__api__pb2.GetChipDataByDetectionIdsRequest.SerializeToString,
|
|
80
|
+
data__grpc__service_dot_protos_dot_detection__chip__data__api__pb2.GetChipDataByDetectionIdsResponse.FromString,
|
|
81
|
+
options, channel_credentials,
|
|
82
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
83
|
+
|
|
84
|
+
@staticmethod
|
|
85
|
+
def QueueDetectionChipsByIds(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, '/DetectionChipDataApi/QueueDetectionChipsByIds',
|
|
96
|
+
data__grpc__service_dot_protos_dot_detection__chip__data__api__pb2.QueueDetectionChipsByIdsRequest.SerializeToString,
|
|
97
|
+
data__grpc__service_dot_protos_dot_detection__chip__data__api__pb2.QueueDetectionChipsByIdsResponse.FromString,
|
|
98
|
+
options, channel_credentials,
|
|
99
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
@@ -11,26 +11,19 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
_sym_db = _symbol_database.Default()
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
from global_vo_grpc_service.protos import utils_pb2 as global__vo__grpc__service_dot_protos_dot_utils__pb2
|
|
15
14
|
|
|
16
15
|
|
|
17
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:data_grpc_service/protos/detection_instance_data_api.proto\
|
|
16
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:data_grpc_service/protos/detection_instance_data_api.proto\"D\n#GetDetectionInstanceDataByIdRequest\x12\x1d\n\x15\x64\x65tection_instance_id\x18\x01 \x01(\x05\"M\n$GetDetectionInstanceDataByIdResponse\x12%\n\x1d\x64\x65tection_instance_data_bytes\x18\x01 \x01(\x0c\x32\x89\x01\n\x18\x44\x65tectionInstanceDataApi\x12m\n\x1cGetDetectionInstanceDataById\x12$.GetDetectionInstanceDataByIdRequest\x1a%.GetDetectionInstanceDataByIdResponse0\x01\x62\x06proto3')
|
|
18
17
|
|
|
19
18
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
|
20
19
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'data_grpc_service.protos.detection_instance_data_api_pb2', globals())
|
|
21
20
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
22
21
|
|
|
23
22
|
DESCRIPTOR._options = None
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
_GETDETECTIONINSTANCEDATABYIDREQUEST._serialized_start=504
|
|
31
|
-
_GETDETECTIONINSTANCEDATABYIDREQUEST._serialized_end=572
|
|
32
|
-
_GETDETECTIONINSTANCEDATABYIDRESPONSE._serialized_start=574
|
|
33
|
-
_GETDETECTIONINSTANCEDATABYIDRESPONSE._serialized_end=651
|
|
34
|
-
_DETECTIONINSTANCEDATAAPI._serialized_start=654
|
|
35
|
-
_DETECTIONINSTANCEDATAAPI._serialized_end=897
|
|
23
|
+
_GETDETECTIONINSTANCEDATABYIDREQUEST._serialized_start=62
|
|
24
|
+
_GETDETECTIONINSTANCEDATABYIDREQUEST._serialized_end=130
|
|
25
|
+
_GETDETECTIONINSTANCEDATABYIDRESPONSE._serialized_start=132
|
|
26
|
+
_GETDETECTIONINSTANCEDATABYIDRESPONSE._serialized_end=209
|
|
27
|
+
_DETECTIONINSTANCEDATAAPI._serialized_start=212
|
|
28
|
+
_DETECTIONINSTANCEDATAAPI._serialized_end=349
|
|
36
29
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -14,11 +14,6 @@ class DetectionInstanceDataApiStub(object):
|
|
|
14
14
|
Args:
|
|
15
15
|
channel: A grpc.Channel.
|
|
16
16
|
"""
|
|
17
|
-
self.CacheDetectionInstancesData = channel.unary_unary(
|
|
18
|
-
'/DetectionInstanceDataApi/CacheDetectionInstancesData',
|
|
19
|
-
request_serializer=data__grpc__service_dot_protos_dot_detection__instance__data__api__pb2.CacheDetectionInstancesDataRequest.SerializeToString,
|
|
20
|
-
response_deserializer=data__grpc__service_dot_protos_dot_detection__instance__data__api__pb2.CacheDetectionInstancesDataResponse.FromString,
|
|
21
|
-
)
|
|
22
17
|
self.GetDetectionInstanceDataById = channel.unary_stream(
|
|
23
18
|
'/DetectionInstanceDataApi/GetDetectionInstanceDataById',
|
|
24
19
|
request_serializer=data__grpc__service_dot_protos_dot_detection__instance__data__api__pb2.GetDetectionInstanceDataByIdRequest.SerializeToString,
|
|
@@ -29,12 +24,6 @@ class DetectionInstanceDataApiStub(object):
|
|
|
29
24
|
class DetectionInstanceDataApiServicer(object):
|
|
30
25
|
"""Missing associated documentation comment in .proto file."""
|
|
31
26
|
|
|
32
|
-
def CacheDetectionInstancesData(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
27
|
def GetDetectionInstanceDataById(self, request, context):
|
|
39
28
|
"""Missing associated documentation comment in .proto file."""
|
|
40
29
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
@@ -44,11 +33,6 @@ class DetectionInstanceDataApiServicer(object):
|
|
|
44
33
|
|
|
45
34
|
def add_DetectionInstanceDataApiServicer_to_server(servicer, server):
|
|
46
35
|
rpc_method_handlers = {
|
|
47
|
-
'CacheDetectionInstancesData': grpc.unary_unary_rpc_method_handler(
|
|
48
|
-
servicer.CacheDetectionInstancesData,
|
|
49
|
-
request_deserializer=data__grpc__service_dot_protos_dot_detection__instance__data__api__pb2.CacheDetectionInstancesDataRequest.FromString,
|
|
50
|
-
response_serializer=data__grpc__service_dot_protos_dot_detection__instance__data__api__pb2.CacheDetectionInstancesDataResponse.SerializeToString,
|
|
51
|
-
),
|
|
52
36
|
'GetDetectionInstanceDataById': grpc.unary_stream_rpc_method_handler(
|
|
53
37
|
servicer.GetDetectionInstanceDataById,
|
|
54
38
|
request_deserializer=data__grpc__service_dot_protos_dot_detection__instance__data__api__pb2.GetDetectionInstanceDataByIdRequest.FromString,
|
|
@@ -64,23 +48,6 @@ def add_DetectionInstanceDataApiServicer_to_server(servicer, server):
|
|
|
64
48
|
class DetectionInstanceDataApi(object):
|
|
65
49
|
"""Missing associated documentation comment in .proto file."""
|
|
66
50
|
|
|
67
|
-
@staticmethod
|
|
68
|
-
def CacheDetectionInstancesData(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, '/DetectionInstanceDataApi/CacheDetectionInstancesData',
|
|
79
|
-
data__grpc__service_dot_protos_dot_detection__instance__data__api__pb2.CacheDetectionInstancesDataRequest.SerializeToString,
|
|
80
|
-
data__grpc__service_dot_protos_dot_detection__instance__data__api__pb2.CacheDetectionInstancesDataResponse.FromString,
|
|
81
|
-
options, channel_credentials,
|
|
82
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
83
|
-
|
|
84
51
|
@staticmethod
|
|
85
52
|
def GetDetectionInstanceDataById(request,
|
|
86
53
|
target,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: fsai-proto-specs
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.388
|
|
4
4
|
Summary: Auto-generated library for use with GRPC API.
|
|
5
5
|
Home-page: https://github.com/fsai-dev/fsai-proto-specs
|
|
6
6
|
License: MIT
|
|
@@ -23,5 +23,5 @@ Description-Content-Type: text/markdown
|
|
|
23
23
|
|
|
24
24
|
# Development
|
|
25
25
|
|
|
26
|
-
To re-generate the proto library, run `
|
|
26
|
+
To re-generate the proto library, run `task`
|
|
27
27
|
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
audit_grpc_service/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
audit_grpc_service/protos/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
audit_grpc_service/protos/audit_api_pb2.py,sha256=MQtk5DQsw6VL7tRxl0HCsKVdShWPr0XBTo-au6FEDT0,3107
|
|
4
|
+
audit_grpc_service/protos/audit_api_pb2_grpc.py,sha256=-gratDlNV5Spxw6w7uhQSrYd162_8cp71TyQNjRZMbc,4464
|
|
5
|
+
data_grpc_service/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
|
+
data_grpc_service/protos/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
+
data_grpc_service/protos/detection_chip_data_api_pb2.py,sha256=fAw2zgbyQXFXo5zB1qSIrcAgSlw0vWvWqXt9EA4EWaI,4115
|
|
8
|
+
data_grpc_service/protos/detection_chip_data_api_pb2_grpc.py,sha256=GTlZ_q87-DxYjmT6dlJKe9o9eoSWvk4ymQpNwzsCRR4,5131
|
|
9
|
+
data_grpc_service/protos/detection_instance_data_api_pb2.py,sha256=8j8PQ0LPxJH00Jm9uK_1fvWtTYJVJjOsxugLAiJm-Jw,1667
|
|
10
|
+
data_grpc_service/protos/detection_instance_data_api_pb2_grpc.py,sha256=hUZm7r1zRnfeSmARqdvNzW0E2LxZf0LS-zmT8t8jKi8,3206
|
|
11
|
+
data_grpc_service/protos/image_data_api_pb2.py,sha256=vb_mO5MIDQYsqLc7InaMaOnsz5mpVeMpG6r9xl-0bHA,3150
|
|
12
|
+
data_grpc_service/protos/image_data_api_pb2_grpc.py,sha256=_XoI-jWV7HUJB6Ph6QiDw8svsPnMnAAUrFUFu5QM2aw,8461
|
|
13
|
+
geospatial_toolkit_grpc_service/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
14
|
+
geospatial_toolkit_grpc_service/protos/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
|
+
geospatial_toolkit_grpc_service/protos/elevation_model_api_pb2.py,sha256=qGKauQ3Q6mxLiwbXlhi1RRT03v4J1wOWhmyVBZn4yj4,1580
|
|
16
|
+
geospatial_toolkit_grpc_service/protos/elevation_model_api_pb2_grpc.py,sha256=PP19DNxjJR1f6d3bP4SE5WO_GPj8fw60pEm9I9bf-Us,3063
|
|
17
|
+
geospatial_toolkit_grpc_service/protos/function_api_pb2.py,sha256=jcpkkqcxYnQfyNRDSNRsGJcqoZKZMntHvZyRGAetVbQ,1606
|
|
18
|
+
geospatial_toolkit_grpc_service/protos/function_api_pb2_grpc.py,sha256=TZQIwfGjby30M7VBMP9TfOihFgypj990MqGmcwpueRM,3135
|
|
19
|
+
geospatial_toolkit_grpc_service/protos/mgrs_api_pb2.py,sha256=K5b9ijVke1Q0YkhrquDTnDz82EyDg9dhadqY23DNBUY,2082
|
|
20
|
+
geospatial_toolkit_grpc_service/protos/mgrs_api_pb2_grpc.py,sha256=PXk6hFZbAsp-Jzs39utmG93jo9c0Hrm5T8B8df8-bhI,4948
|
|
21
|
+
global_vo_grpc_service/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
22
|
+
global_vo_grpc_service/protos/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
23
|
+
global_vo_grpc_service/protos/admin_consumption_api_pb2.py,sha256=ASuAQa_lbJNNZJlSRL9yDM-plfIrOTkIAiDjZdxm8P8,1828
|
|
24
|
+
global_vo_grpc_service/protos/admin_consumption_api_pb2_grpc.py,sha256=EOdRmMvISnbNVXTabS5ow3VpnP7xFUIs3DoKhCRTcmw,2901
|
|
25
|
+
global_vo_grpc_service/protos/admin_contract_range_allotment_api_pb2.py,sha256=5hjs2h8cnplGu2tuMZVJ3mOz4PjOpOWX0qLo3QhaReE,5217
|
|
26
|
+
global_vo_grpc_service/protos/admin_contract_range_allotment_api_pb2_grpc.py,sha256=-uhA5pvqPIpqAk_ySiE1iAJ1x_xQXNFE1UPfYIqp-1o,9963
|
|
27
|
+
global_vo_grpc_service/protos/admin_customer_api_pb2.py,sha256=3ep7Adc_ABSZojfJv1mUoaTG0KH6sZ-VMBUrGgMccdw,4027
|
|
28
|
+
global_vo_grpc_service/protos/admin_customer_api_pb2_grpc.py,sha256=A2V3SwDe1GKw3cpK8ZLI4v1Cdfp_bRYNgAVn7P7zoDQ,8587
|
|
29
|
+
global_vo_grpc_service/protos/admin_system_permission_api_pb2.py,sha256=d0t_OGblcbW8-sC8VOh8iR9INJXVkjGsQKOHEr3sh38,2087
|
|
30
|
+
global_vo_grpc_service/protos/admin_system_permission_api_pb2_grpc.py,sha256=GbBwOXNW22GYi1S8GjC2-1CGxSim5OqdQXaLTTDjjYE,3040
|
|
31
|
+
global_vo_grpc_service/protos/admin_team_api_pb2.py,sha256=5s1sSB2W7HM0cG2H2EtK5ZXLm0jU8xN34JUgYfunfr8,3320
|
|
32
|
+
global_vo_grpc_service/protos/admin_team_api_pb2_grpc.py,sha256=FPb_Zu_ZYQrlQRuuy_ikMXnbm8vEh-A2V9IcKk8Io_I,8379
|
|
33
|
+
global_vo_grpc_service/protos/admin_team_role_api_pb2.py,sha256=h1WXS1QP-M5Ii0H4aQoP6oYu8OeajD5eA5FDqaSritk,2663
|
|
34
|
+
global_vo_grpc_service/protos/admin_team_role_api_pb2_grpc.py,sha256=cX4UG5dx9qxqcz6RxBaFN087n_ucI8LfLt2_KWyoPD8,6750
|
|
35
|
+
global_vo_grpc_service/protos/admin_team_role_permission_api_pb2.py,sha256=IzdQq7qSk2fb0eQsBim8bcQ9NqGZyw90Pi3KbdvPRXg,3504
|
|
36
|
+
global_vo_grpc_service/protos/admin_team_role_permission_api_pb2_grpc.py,sha256=XKKAMFmBQCbJp3zraR0zdVYG6UWSDsOLNS0Qmxfirvc,7476
|
|
37
|
+
global_vo_grpc_service/protos/admin_user_api_pb2.py,sha256=-GcTy9-WgqduUs5-xHDhfr2LdRc279_6WuPp6m24G0U,5464
|
|
38
|
+
global_vo_grpc_service/protos/admin_user_api_pb2_grpc.py,sha256=x-VH8aivS7hdUO__q_Ga6PGNGxvPeDveRYuaUgWTjsM,14194
|
|
39
|
+
global_vo_grpc_service/protos/area_of_interest_api_pb2.py,sha256=3g40q1psIjQBmogK_NTWYucTT-RcRtDBvoO5jVgyLYg,5988
|
|
40
|
+
global_vo_grpc_service/protos/area_of_interest_api_pb2_grpc.py,sha256=E6mbPOe3AEUVJV0EmSSArGEb8wgDRhpxNEqI7dRrrt4,15343
|
|
41
|
+
global_vo_grpc_service/protos/audit_query_api_pb2.py,sha256=4B_xFllUhq89xiQ-n3zKck1bo33vjyr_J1eCly6QWAI,2744
|
|
42
|
+
global_vo_grpc_service/protos/audit_query_api_pb2_grpc.py,sha256=KkM-BMVsdFlJv3ZshuNDFyHjs3LOd7f2Da9gu9cBWmg,5117
|
|
43
|
+
global_vo_grpc_service/protos/category_api_pb2.py,sha256=S4ejycyOzGNweFILaOeadwwuvyfOOov0duBzjbIkPVo,3822
|
|
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/customer_api_pb2.py,sha256=4ihptYrq2fZXz8z5JYgsZlEvQ12cEH-p-ZqQjd-bJKY,1523
|
|
48
|
+
global_vo_grpc_service/protos/customer_api_pb2_grpc.py,sha256=S_OVW5vibkGtcNj7TOhzs-2RONxnQCiyB5Y5GCoHzPw,2986
|
|
49
|
+
global_vo_grpc_service/protos/detection_api_pb2.py,sha256=1imIR2QqbqhkAL4Ehc6JSjJ5sGVxCOSDtj96iUdwL1Q,1561
|
|
50
|
+
global_vo_grpc_service/protos/detection_api_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
51
|
+
global_vo_grpc_service/protos/detection_instance_api_pb2.py,sha256=O57Auf4qh8UnAOhRTfIAlGVkwl0IyMWD_kn-3Q23Bx8,20642
|
|
52
|
+
global_vo_grpc_service/protos/detection_instance_api_pb2_grpc.py,sha256=Sa1XQgzEPfjc0dxhyzBKShu_I3N3H4UztuFomBl-Kx8,50346
|
|
53
|
+
global_vo_grpc_service/protos/feature_api_pb2.py,sha256=JAfuXFCI2ez6CZEPBQAvJbZCrBJdrzmBsBZaZXn4f2o,3651
|
|
54
|
+
global_vo_grpc_service/protos/feature_api_pb2_grpc.py,sha256=I5ISOdLBjV6FJqk2JGv4zpVTg0BneeA5m13BjGsX9i4,6590
|
|
55
|
+
global_vo_grpc_service/protos/geo_data_api_pb2.py,sha256=BgkSIccXSVEEoe1pyKktVycztZ-rdzt11V6is_ssZUU,3113
|
|
56
|
+
global_vo_grpc_service/protos/geo_data_api_pb2_grpc.py,sha256=YXXkv2lU9rdTPmNqnKf0Jgvtm9kmJoVbtM01RfprTVg,4931
|
|
57
|
+
global_vo_grpc_service/protos/image_api_pb2.py,sha256=KtuQunXppWFUB3B24ao50lLK1oZkARdx-FkknVY2tlw,4715
|
|
58
|
+
global_vo_grpc_service/protos/image_api_pb2_grpc.py,sha256=zQ0a8wRso3YYmdSWtWG9_g8oMBvD0QXEN9U93PDQdNM,10375
|
|
59
|
+
global_vo_grpc_service/protos/image_metadata_api_pb2.py,sha256=UGAW9oTOZfH8hoTRvQRgwknAHRQjYxCsppk-vAmsOU0,4754
|
|
60
|
+
global_vo_grpc_service/protos/image_metadata_api_pb2_grpc.py,sha256=MozLEHpkr4ewtP9vbwXf6nPiHXBVZ5VjiNMHYbXFOwA,10889
|
|
61
|
+
global_vo_grpc_service/protos/image_scan_api_pb2.py,sha256=nGIMalialg8yTgDkfenqYLnqpKon_JfJcNnR75bn7MA,3000
|
|
62
|
+
global_vo_grpc_service/protos/image_scan_api_pb2_grpc.py,sha256=xS0-lf-KyJg-kq09RqrOFDhymol1bsQoPsd16_3EKC4,4821
|
|
63
|
+
global_vo_grpc_service/protos/invitation_api_pb2.py,sha256=aeWuXB1OZjKU93nE_XAw2BEy5M9H3kDZsix8t5Eknm4,2861
|
|
64
|
+
global_vo_grpc_service/protos/invitation_api_pb2_grpc.py,sha256=e2g9nYLW3QiF4y98XnixUNo9sjoEogwX2hkEO96ahyQ,4891
|
|
65
|
+
global_vo_grpc_service/protos/invitation_response_api_pb2.py,sha256=fYGdOU8W-hS_FkVFNBtRatWe32SvNcEuYQMlLivUwv4,5212
|
|
66
|
+
global_vo_grpc_service/protos/invitation_response_api_pb2_grpc.py,sha256=Zu6vCYBYIiz2_7NEIC-P4i4B8t1HVYkRQQ5QgvE12-c,7423
|
|
67
|
+
global_vo_grpc_service/protos/mission_api_pb2.py,sha256=XevbYoQBPk5czs6H0cpNdGW9ECUpIElXwTnDScwmBSE,6206
|
|
68
|
+
global_vo_grpc_service/protos/mission_api_pb2_grpc.py,sha256=gw6AvO1mpzShEAXps-O-hbrB6HkLuUtNJuyRuyhPflU,15800
|
|
69
|
+
global_vo_grpc_service/protos/model_assessment_api_pb2.py,sha256=mwm3kmpE7WG0cYKUVYDG6tq67xVgPZIB-xjtCaQWEzQ,3439
|
|
70
|
+
global_vo_grpc_service/protos/model_assessment_api_pb2_grpc.py,sha256=HPbaPo6PIajfuAzvPzKLLC3jkSY8ApQSlS96cl78cRk,5037
|
|
71
|
+
global_vo_grpc_service/protos/permission_api_pb2.py,sha256=r-kGWRZfytc5nbsSFMy1B0euC6hvI2zIOMJ39R_1mEs,2485
|
|
72
|
+
global_vo_grpc_service/protos/permission_api_pb2_grpc.py,sha256=AqaNSjZxphjTOSuD1d_4q64L1p8BUD5M7xwoiFuGkT0,4843
|
|
73
|
+
global_vo_grpc_service/protos/query_api_pb2.py,sha256=BZxuoc42UnM8I0GpOTIUNoCyt797Snf6j84ejgDrYs0,6810
|
|
74
|
+
global_vo_grpc_service/protos/query_api_pb2_grpc.py,sha256=2QA_Os2JW1FwwTZhk2pzuw8G8TIVkfedjU3IaXco9CA,8967
|
|
75
|
+
global_vo_grpc_service/protos/review_api_pb2.py,sha256=92N1aM81NdjUb1InbypKIr1GXkk-rDAD5dGmu3uldAA,11890
|
|
76
|
+
global_vo_grpc_service/protos/review_api_pb2_grpc.py,sha256=lwGsarvkyBpQyhT2_uc-uh6l4U8BOBcfw6lvLOfM-KY,27474
|
|
77
|
+
global_vo_grpc_service/protos/role_api_pb2.py,sha256=8IKAeOK52gwEnzrHzmPu8ACrPd5OINyJ1iNtGEZLVIA,2287
|
|
78
|
+
global_vo_grpc_service/protos/role_api_pb2_grpc.py,sha256=1bj-keeqpRgn2vCp9Yg999FXgp8t3hmzwq5YV-4s1mM,4549
|
|
79
|
+
global_vo_grpc_service/protos/signed_url_api_pb2.py,sha256=0T1FTsUkQDN5QQ9crrZo0TcVNf2cdZKcD2MfHrTWmks,1994
|
|
80
|
+
global_vo_grpc_service/protos/signed_url_api_pb2_grpc.py,sha256=IWQ9PuDJwNWKaZLU8x3kaH_I0SYlG4eQB9d-5-rSV0Q,4847
|
|
81
|
+
global_vo_grpc_service/protos/source_api_pb2.py,sha256=jUv3nzlIvPtLY_qpmk33LEdD0uAfnV69TDQ4i9yJ23s,3164
|
|
82
|
+
global_vo_grpc_service/protos/source_api_pb2_grpc.py,sha256=Egm2GiEmOqYwQ4if0UURfXWBjolh5vdt07jrQsn_RIk,8176
|
|
83
|
+
global_vo_grpc_service/protos/task_api_pb2.py,sha256=oPw2TW8B5lCISUnXcOD2guwZtUb6w6xj19kPMyTxYaE,9482
|
|
84
|
+
global_vo_grpc_service/protos/task_api_pb2_grpc.py,sha256=3CSNFrDdkBb0i6aSCL-dtyJBFPzbqD8J5EGP80eEuEc,22980
|
|
85
|
+
global_vo_grpc_service/protos/task_image_api_pb2.py,sha256=-2dJGsT0XyJBci1_aAQ8y9sh_cKwXt2F6GRFAw9YF3c,6327
|
|
86
|
+
global_vo_grpc_service/protos/task_image_api_pb2_grpc.py,sha256=YXBRRg9Zv1gR2b2SgA-qeKC6k6gv6mu7rOlugE2btgc,13198
|
|
87
|
+
global_vo_grpc_service/protos/task_image_metadata_api_pb2.py,sha256=hxdaF9z0ZGNxrxfZu88OWcY5XMppeRZQA5m-wdorMhA,4944
|
|
88
|
+
global_vo_grpc_service/protos/task_image_metadata_api_pb2_grpc.py,sha256=bCM7yAdkNdqkck-N-JqmXstJg8afJkQx5tzR8wU7ioQ,11385
|
|
89
|
+
global_vo_grpc_service/protos/team_api_pb2.py,sha256=0R49sUUOlPhfs0xk9C-dk6wx1svDmuZrl0bR6CrtQN4,5888
|
|
90
|
+
global_vo_grpc_service/protos/team_api_pb2_grpc.py,sha256=XORjPofyAX-8ExTsqc6WpLkHYQrBafzzRvXexd1R6lA,14147
|
|
91
|
+
global_vo_grpc_service/protos/team_member_api_pb2.py,sha256=zzomcako26I-rcyq_4Sp9aB07vNzwVW4RDxfIJsylZU,3375
|
|
92
|
+
global_vo_grpc_service/protos/team_member_api_pb2_grpc.py,sha256=cxzt6HTMuYrOVB7hmG7BPgiT8P9xMKd8UWnw-kEF158,6813
|
|
93
|
+
global_vo_grpc_service/protos/team_member_role_api_pb2.py,sha256=7ABsiv0UrNEldUjxOvdTc3xLU1vUTmBXW8Q4oDo2EWA,3362
|
|
94
|
+
global_vo_grpc_service/protos/team_member_role_api_pb2_grpc.py,sha256=cPEAEZCVxU6dmEoQSrNFElB64LAV9pUOIefXp6GIV2I,7002
|
|
95
|
+
global_vo_grpc_service/protos/team_role_api_pb2.py,sha256=7MmSAE1tX6puYkNS4pEk-ZwM_0phXihRlHhJFye17R4,1964
|
|
96
|
+
global_vo_grpc_service/protos/team_role_api_pb2_grpc.py,sha256=iIDK32oj0ooUXkdS6bIddOPXn4v7RVtTZuHg7_2wUJc,2845
|
|
97
|
+
global_vo_grpc_service/protos/user_api_pb2.py,sha256=CVbfFHEll6nKUC7p1RCWGxf_ayGE9AIV5qD2YgJwZlw,5780
|
|
98
|
+
global_vo_grpc_service/protos/user_api_pb2_grpc.py,sha256=KoekKNxd6qYBG8EGMVUxoiXr9mDnEvP0boUSHNQX35Y,13960
|
|
99
|
+
global_vo_grpc_service/protos/user_favorites_api_pb2.py,sha256=6VU1ENEAkjsSVDSb4FFw2bTdz6ZJVh45_N6jqPh9tRA,3949
|
|
100
|
+
global_vo_grpc_service/protos/user_favorites_api_pb2_grpc.py,sha256=ABxEgqwHCERlMLRgt-CfUVM7NNGZWMiT9X51pyMOQVE,8938
|
|
101
|
+
global_vo_grpc_service/protos/user_metric_api_pb2.py,sha256=lU6xEPY7nHPoLq6a6-O5_oJicVcvD9EgnoW2ol7Umso,2858
|
|
102
|
+
global_vo_grpc_service/protos/user_metric_api_pb2_grpc.py,sha256=VVA5ygMmXEnP7nlYSqYKmcVK41zbIOVTvbahx0dvWvk,4895
|
|
103
|
+
global_vo_grpc_service/protos/user_password_reset_request_api_pb2.py,sha256=0Sc4Qg30I2_5RwHmm_fphBlcMc43beTEVVHRmzyCueQ,3391
|
|
104
|
+
global_vo_grpc_service/protos/user_password_reset_request_api_pb2_grpc.py,sha256=AMInD8TCFmnwOAUsSOy9bf5KtxR5NPxSBLS65vvifHo,7611
|
|
105
|
+
global_vo_grpc_service/protos/utils_pb2.py,sha256=uIL-9rXUftQBpmt7I9kptpayYL4fKf2wWx3LGro-yxE,3050
|
|
106
|
+
global_vo_grpc_service/protos/utils_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
107
|
+
global_vo_grpc_service/protos/workflow_analyzer_api_pb2.py,sha256=UfUYdoHI4SoH4kvCEJOxH5ojXtJhgW28mwszNJyNedA,2975
|
|
108
|
+
global_vo_grpc_service/protos/workflow_analyzer_api_pb2_grpc.py,sha256=2EprSKuNtQh5Pt47ae2_u58Qr8IfkeZ-ePY5_zfOfmY,7132
|
|
109
|
+
global_vo_grpc_service/protos/workflow_api_pb2.py,sha256=FGtH7927SnXUZ6y9IP6vOF3ykPYjfm_FJfWJYHrnNcE,8009
|
|
110
|
+
global_vo_grpc_service/protos/workflow_api_pb2_grpc.py,sha256=wKi_-bVWicreC5WaJgzV6yE7pTUYUpTBK9Wuk2a7fLM,22274
|
|
111
|
+
search_grpc_service/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
112
|
+
search_grpc_service/protos/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
113
|
+
search_grpc_service/protos/index_api_pb2.py,sha256=6gqbhy6__LQ0nXPbJ_j-I2LIWbYPYm8Z2P5gJ2oV_Ww,4048
|
|
114
|
+
search_grpc_service/protos/index_api_pb2_grpc.py,sha256=qrtGUh9HpN1wiavtpRCtqkGQonq8aanT3MZfsjWaVCM,10672
|
|
115
|
+
search_grpc_service/protos/search_api_pb2.py,sha256=lYpAYgNlDWQ2Zpo4t8qW3Pz8wC3GrcZ4ygK7d68Tyk8,5890
|
|
116
|
+
search_grpc_service/protos/search_api_pb2_grpc.py,sha256=Sd8hqJhnGpqUQbGpNvUXNdr4rSXNbxbCR3AJrn9aMa4,8992
|
|
117
|
+
fsai_proto_specs-0.0.388.dist-info/METADATA,sha256=wcYfY2YFraygdQBlzjOhzSUycV4BPhbNxNQE9o2aOKc,972
|
|
118
|
+
fsai_proto_specs-0.0.388.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
119
|
+
fsai_proto_specs-0.0.388.dist-info/RECORD,,
|
|
@@ -13,7 +13,7 @@ _sym_db = _symbol_database.Default()
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n5geospatial_toolkit_grpc_service/protos/mgrs_api.proto\".\n\x1e\x43\x61lculateLatLonFromMGRSRequest\x12\x0c\n\x04mgrs\x18\x01 \x01(\t\";\n\x1f\x43\x61lculateLatLonFromMGRSResponse\x12\x0b\n\x03lat\x18\x01 \x01(\x02\x12\x0b\n\x03lon\x18\x02 \x01(\x02\
|
|
16
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n5geospatial_toolkit_grpc_service/protos/mgrs_api.proto\".\n\x1e\x43\x61lculateLatLonFromMGRSRequest\x12\x0c\n\x04mgrs\x18\x01 \x01(\t\";\n\x1f\x43\x61lculateLatLonFromMGRSResponse\x12\x0b\n\x03lat\x18\x01 \x01(\x02\x12\x0b\n\x03lon\x18\x02 \x01(\x02\":\n\x1e\x43\x61lculateMGRSFromLatLonRequest\x12\x0b\n\x03lat\x18\x01 \x01(\x02\x12\x0b\n\x03lon\x18\x02 \x01(\x02\"/\n\x1f\x43\x61lculateMGRSFromLatLonResponse\x12\x0c\n\x04mgrs\x18\x01 \x01(\t2\xc5\x01\n\x07MGRSApi\x12\\\n\x17\x43\x61lculateLatLonFromMGRS\x12\x1f.CalculateLatLonFromMGRSRequest\x1a .CalculateLatLonFromMGRSResponse\x12\\\n\x17\x43\x61lculateMGRSFromLatLon\x12\x1f.CalculateMGRSFromLatLonRequest\x1a .CalculateMGRSFromLatLonResponseb\x06proto3')
|
|
17
17
|
|
|
18
18
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
|
19
19
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'geospatial_toolkit_grpc_service.protos.mgrs_api_pb2', globals())
|
|
@@ -24,6 +24,10 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
24
24
|
_CALCULATELATLONFROMMGRSREQUEST._serialized_end=103
|
|
25
25
|
_CALCULATELATLONFROMMGRSRESPONSE._serialized_start=105
|
|
26
26
|
_CALCULATELATLONFROMMGRSRESPONSE._serialized_end=164
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
_CALCULATEMGRSFROMLATLONREQUEST._serialized_start=166
|
|
28
|
+
_CALCULATEMGRSFROMLATLONREQUEST._serialized_end=224
|
|
29
|
+
_CALCULATEMGRSFROMLATLONRESPONSE._serialized_start=226
|
|
30
|
+
_CALCULATEMGRSFROMLATLONRESPONSE._serialized_end=273
|
|
31
|
+
_MGRSAPI._serialized_start=276
|
|
32
|
+
_MGRSAPI._serialized_end=473
|
|
29
33
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -19,6 +19,11 @@ class MGRSApiStub(object):
|
|
|
19
19
|
request_serializer=geospatial__toolkit__grpc__service_dot_protos_dot_mgrs__api__pb2.CalculateLatLonFromMGRSRequest.SerializeToString,
|
|
20
20
|
response_deserializer=geospatial__toolkit__grpc__service_dot_protos_dot_mgrs__api__pb2.CalculateLatLonFromMGRSResponse.FromString,
|
|
21
21
|
)
|
|
22
|
+
self.CalculateMGRSFromLatLon = channel.unary_unary(
|
|
23
|
+
'/MGRSApi/CalculateMGRSFromLatLon',
|
|
24
|
+
request_serializer=geospatial__toolkit__grpc__service_dot_protos_dot_mgrs__api__pb2.CalculateMGRSFromLatLonRequest.SerializeToString,
|
|
25
|
+
response_deserializer=geospatial__toolkit__grpc__service_dot_protos_dot_mgrs__api__pb2.CalculateMGRSFromLatLonResponse.FromString,
|
|
26
|
+
)
|
|
22
27
|
|
|
23
28
|
|
|
24
29
|
class MGRSApiServicer(object):
|
|
@@ -30,6 +35,12 @@ class MGRSApiServicer(object):
|
|
|
30
35
|
context.set_details('Method not implemented!')
|
|
31
36
|
raise NotImplementedError('Method not implemented!')
|
|
32
37
|
|
|
38
|
+
def CalculateMGRSFromLatLon(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
|
+
|
|
33
44
|
|
|
34
45
|
def add_MGRSApiServicer_to_server(servicer, server):
|
|
35
46
|
rpc_method_handlers = {
|
|
@@ -38,6 +49,11 @@ def add_MGRSApiServicer_to_server(servicer, server):
|
|
|
38
49
|
request_deserializer=geospatial__toolkit__grpc__service_dot_protos_dot_mgrs__api__pb2.CalculateLatLonFromMGRSRequest.FromString,
|
|
39
50
|
response_serializer=geospatial__toolkit__grpc__service_dot_protos_dot_mgrs__api__pb2.CalculateLatLonFromMGRSResponse.SerializeToString,
|
|
40
51
|
),
|
|
52
|
+
'CalculateMGRSFromLatLon': grpc.unary_unary_rpc_method_handler(
|
|
53
|
+
servicer.CalculateMGRSFromLatLon,
|
|
54
|
+
request_deserializer=geospatial__toolkit__grpc__service_dot_protos_dot_mgrs__api__pb2.CalculateMGRSFromLatLonRequest.FromString,
|
|
55
|
+
response_serializer=geospatial__toolkit__grpc__service_dot_protos_dot_mgrs__api__pb2.CalculateMGRSFromLatLonResponse.SerializeToString,
|
|
56
|
+
),
|
|
41
57
|
}
|
|
42
58
|
generic_handler = grpc.method_handlers_generic_handler(
|
|
43
59
|
'MGRSApi', rpc_method_handlers)
|
|
@@ -64,3 +80,20 @@ class MGRSApi(object):
|
|
|
64
80
|
geospatial__toolkit__grpc__service_dot_protos_dot_mgrs__api__pb2.CalculateLatLonFromMGRSResponse.FromString,
|
|
65
81
|
options, channel_credentials,
|
|
66
82
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
83
|
+
|
|
84
|
+
@staticmethod
|
|
85
|
+
def CalculateMGRSFromLatLon(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, '/MGRSApi/CalculateMGRSFromLatLon',
|
|
96
|
+
geospatial__toolkit__grpc__service_dot_protos_dot_mgrs__api__pb2.CalculateMGRSFromLatLonRequest.SerializeToString,
|
|
97
|
+
geospatial__toolkit__grpc__service_dot_protos_dot_mgrs__api__pb2.CalculateMGRSFromLatLonResponse.FromString,
|
|
98
|
+
options, channel_credentials,
|
|
99
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|