fsai-proto-specs 0.0.380__py3-none-any.whl → 0.0.382__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.
- {fsai_proto_specs-0.0.380.dist-info → fsai_proto_specs-0.0.382.dist-info}/METADATA +1 -1
- {fsai_proto_specs-0.0.380.dist-info → fsai_proto_specs-0.0.382.dist-info}/RECORD +5 -3
- global_vo_grpc_service/protos/customer_api_pb2.py +29 -0
- global_vo_grpc_service/protos/customer_api_pb2_grpc.py +66 -0
- {fsai_proto_specs-0.0.380.dist-info → fsai_proto_specs-0.0.382.dist-info}/WHEEL +0 -0
|
@@ -42,6 +42,8 @@ global_vo_grpc_service/protos/audit_query_api_pb2.py,sha256=4B_xFllUhq89xiQ-n3zK
|
|
|
42
42
|
global_vo_grpc_service/protos/audit_query_api_pb2_grpc.py,sha256=KkM-BMVsdFlJv3ZshuNDFyHjs3LOd7f2Da9gu9cBWmg,5117
|
|
43
43
|
global_vo_grpc_service/protos/category_api_pb2.py,sha256=S4ejycyOzGNweFILaOeadwwuvyfOOov0duBzjbIkPVo,3822
|
|
44
44
|
global_vo_grpc_service/protos/category_api_pb2_grpc.py,sha256=erxPMZGXPHzDgWhGTA6bfh3R4JA7v2pzk4-SOZMDaKU,6561
|
|
45
|
+
global_vo_grpc_service/protos/customer_api_pb2.py,sha256=4ihptYrq2fZXz8z5JYgsZlEvQ12cEH-p-ZqQjd-bJKY,1523
|
|
46
|
+
global_vo_grpc_service/protos/customer_api_pb2_grpc.py,sha256=S_OVW5vibkGtcNj7TOhzs-2RONxnQCiyB5Y5GCoHzPw,2986
|
|
45
47
|
global_vo_grpc_service/protos/detection_api_pb2.py,sha256=1imIR2QqbqhkAL4Ehc6JSjJ5sGVxCOSDtj96iUdwL1Q,1561
|
|
46
48
|
global_vo_grpc_service/protos/detection_api_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
47
49
|
global_vo_grpc_service/protos/detection_instance_api_pb2.py,sha256=O57Auf4qh8UnAOhRTfIAlGVkwl0IyMWD_kn-3Q23Bx8,20642
|
|
@@ -108,6 +110,6 @@ search_grpc_service/protos/index_api_pb2.py,sha256=6gqbhy6__LQ0nXPbJ_j-I2LIWbYPY
|
|
|
108
110
|
search_grpc_service/protos/index_api_pb2_grpc.py,sha256=qrtGUh9HpN1wiavtpRCtqkGQonq8aanT3MZfsjWaVCM,10672
|
|
109
111
|
search_grpc_service/protos/search_api_pb2.py,sha256=lYpAYgNlDWQ2Zpo4t8qW3Pz8wC3GrcZ4ygK7d68Tyk8,5890
|
|
110
112
|
search_grpc_service/protos/search_api_pb2_grpc.py,sha256=Sd8hqJhnGpqUQbGpNvUXNdr4rSXNbxbCR3AJrn9aMa4,8992
|
|
111
|
-
fsai_proto_specs-0.0.
|
|
112
|
-
fsai_proto_specs-0.0.
|
|
113
|
-
fsai_proto_specs-0.0.
|
|
113
|
+
fsai_proto_specs-0.0.382.dist-info/METADATA,sha256=knV-ZUqlFXTjfEW3Qt72TQbSeIIOdNQI0sRG2D_S578,972
|
|
114
|
+
fsai_proto_specs-0.0.382.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
115
|
+
fsai_proto_specs-0.0.382.dist-info/RECORD,,
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: global_vo_grpc_service/protos/customer_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
|
+
|
|
15
|
+
|
|
16
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0global_vo_grpc_service/protos/customer_api.proto\"7\n GetCustomerIdByWorkflowIdRequest\x12\x13\n\x0bworkflow_id\x18\x01 \x01(\x05\"8\n!GetCustomerIdByWorkflowIdResponse\x12\x13\n\x0b\x63ustomer_id\x18\x01 \x01(\x05\x32q\n\x0b\x43ustomerApi\x12\x62\n\x19GetCustomerIdByWorkflowId\x12!.GetCustomerIdByWorkflowIdRequest\x1a\".GetCustomerIdByWorkflowIdResponseb\x06proto3')
|
|
17
|
+
|
|
18
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
|
19
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'global_vo_grpc_service.protos.customer_api_pb2', globals())
|
|
20
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
21
|
+
|
|
22
|
+
DESCRIPTOR._options = None
|
|
23
|
+
_GETCUSTOMERIDBYWORKFLOWIDREQUEST._serialized_start=52
|
|
24
|
+
_GETCUSTOMERIDBYWORKFLOWIDREQUEST._serialized_end=107
|
|
25
|
+
_GETCUSTOMERIDBYWORKFLOWIDRESPONSE._serialized_start=109
|
|
26
|
+
_GETCUSTOMERIDBYWORKFLOWIDRESPONSE._serialized_end=165
|
|
27
|
+
_CUSTOMERAPI._serialized_start=167
|
|
28
|
+
_CUSTOMERAPI._serialized_end=280
|
|
29
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,66 @@
|
|
|
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 customer_api_pb2 as global__vo__grpc__service_dot_protos_dot_customer__api__pb2
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class CustomerApiStub(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.GetCustomerIdByWorkflowId = channel.unary_unary(
|
|
18
|
+
'/CustomerApi/GetCustomerIdByWorkflowId',
|
|
19
|
+
request_serializer=global__vo__grpc__service_dot_protos_dot_customer__api__pb2.GetCustomerIdByWorkflowIdRequest.SerializeToString,
|
|
20
|
+
response_deserializer=global__vo__grpc__service_dot_protos_dot_customer__api__pb2.GetCustomerIdByWorkflowIdResponse.FromString,
|
|
21
|
+
)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
class CustomerApiServicer(object):
|
|
25
|
+
"""Missing associated documentation comment in .proto file."""
|
|
26
|
+
|
|
27
|
+
def GetCustomerIdByWorkflowId(self, request, context):
|
|
28
|
+
"""Missing associated documentation comment in .proto file."""
|
|
29
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
30
|
+
context.set_details('Method not implemented!')
|
|
31
|
+
raise NotImplementedError('Method not implemented!')
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
def add_CustomerApiServicer_to_server(servicer, server):
|
|
35
|
+
rpc_method_handlers = {
|
|
36
|
+
'GetCustomerIdByWorkflowId': grpc.unary_unary_rpc_method_handler(
|
|
37
|
+
servicer.GetCustomerIdByWorkflowId,
|
|
38
|
+
request_deserializer=global__vo__grpc__service_dot_protos_dot_customer__api__pb2.GetCustomerIdByWorkflowIdRequest.FromString,
|
|
39
|
+
response_serializer=global__vo__grpc__service_dot_protos_dot_customer__api__pb2.GetCustomerIdByWorkflowIdResponse.SerializeToString,
|
|
40
|
+
),
|
|
41
|
+
}
|
|
42
|
+
generic_handler = grpc.method_handlers_generic_handler(
|
|
43
|
+
'CustomerApi', rpc_method_handlers)
|
|
44
|
+
server.add_generic_rpc_handlers((generic_handler,))
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
# This class is part of an EXPERIMENTAL API.
|
|
48
|
+
class CustomerApi(object):
|
|
49
|
+
"""Missing associated documentation comment in .proto file."""
|
|
50
|
+
|
|
51
|
+
@staticmethod
|
|
52
|
+
def GetCustomerIdByWorkflowId(request,
|
|
53
|
+
target,
|
|
54
|
+
options=(),
|
|
55
|
+
channel_credentials=None,
|
|
56
|
+
call_credentials=None,
|
|
57
|
+
insecure=False,
|
|
58
|
+
compression=None,
|
|
59
|
+
wait_for_ready=None,
|
|
60
|
+
timeout=None,
|
|
61
|
+
metadata=None):
|
|
62
|
+
return grpc.experimental.unary_unary(request, target, '/CustomerApi/GetCustomerIdByWorkflowId',
|
|
63
|
+
global__vo__grpc__service_dot_protos_dot_customer__api__pb2.GetCustomerIdByWorkflowIdRequest.SerializeToString,
|
|
64
|
+
global__vo__grpc__service_dot_protos_dot_customer__api__pb2.GetCustomerIdByWorkflowIdResponse.FromString,
|
|
65
|
+
options, channel_credentials,
|
|
66
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
File without changes
|