sapiopycommons 2025.4.25a497__py3-none-any.whl → 2025.4.30a499__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of sapiopycommons might be problematic. Click here for more details.
- sapiopycommons/ai/api/fielddefinitions/proto/fields_pb2.py +43 -0
- sapiopycommons/ai/api/fielddefinitions/proto/fields_pb2.pyi +31 -0
- sapiopycommons/ai/api/fielddefinitions/proto/fields_pb2_grpc.py +24 -0
- sapiopycommons/ai/api/fielddefinitions/proto/velox_field_def_pb2.py +89 -89
- sapiopycommons/ai/api/fielddefinitions/proto/velox_field_def_pb2.pyi +174 -174
- sapiopycommons/ai/api/plan/proto/step_output_pb2.py +11 -11
- sapiopycommons/ai/api/plan/proto/step_output_pb2.pyi +27 -27
- sapiopycommons/ai/api/plan/proto/step_pb2.py +9 -9
- sapiopycommons/ai/api/plan/proto/step_pb2.pyi +10 -10
- sapiopycommons/ai/api/plan/script/proto/script_pb2.py +13 -13
- sapiopycommons/ai/api/plan/script/proto/script_pb2.pyi +39 -39
- sapiopycommons/ai/api/plan/script/proto/script_pb2_grpc.py +12 -12
- sapiopycommons/ai/api/plan/tool/proto/entry_pb2.py +23 -23
- sapiopycommons/ai/api/plan/tool/proto/entry_pb2.pyi +63 -63
- sapiopycommons/ai/api/plan/tool/proto/tool_pb2.py +25 -31
- sapiopycommons/ai/api/plan/tool/proto/tool_pb2.pyi +136 -158
- sapiopycommons/ai/api/plan/tool/proto/tool_pb2_grpc.py +12 -12
- sapiopycommons/ai/api/session/proto/sapio_conn_info_pb2.py +5 -5
- sapiopycommons/ai/api/session/proto/sapio_conn_info_pb2.pyi +8 -8
- sapiopycommons/ai/protobuf_utils.py +452 -0
- sapiopycommons/ai/tool_service_base.py +288 -162
- {sapiopycommons-2025.4.25a497.dist-info → sapiopycommons-2025.4.30a499.dist-info}/METADATA +1 -1
- {sapiopycommons-2025.4.25a497.dist-info → sapiopycommons-2025.4.30a499.dist-info}/RECORD +25 -22
- sapiopycommons/ai/tool_of_tools.py +0 -917
- {sapiopycommons-2025.4.25a497.dist-info → sapiopycommons-2025.4.30a499.dist-info}/WHEEL +0 -0
- {sapiopycommons-2025.4.25a497.dist-info → sapiopycommons-2025.4.30a499.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
from sapiopycommons.ai.api.fielddefinitions.proto import fields_pb2 as _fields_pb2
|
|
1
2
|
from sapiopycommons.ai.api.fielddefinitions.proto import velox_field_def_pb2 as _velox_field_def_pb2
|
|
2
3
|
from sapiopycommons.ai.api.plan.tool.proto import entry_pb2 as _entry_pb2
|
|
3
4
|
from sapiopycommons.ai.api.plan.proto import step_pb2 as _step_pb2
|
|
@@ -6,108 +7,110 @@ from google.protobuf.internal import containers as _containers
|
|
|
6
7
|
from google.protobuf import descriptor as _descriptor
|
|
7
8
|
from google.protobuf import message as _message
|
|
8
9
|
from typing import ClassVar as _ClassVar, Iterable as _Iterable, Mapping as _Mapping, Optional as _Optional, Union as _Union
|
|
9
|
-
from sapiopycommons.ai.api.fielddefinitions.proto.
|
|
10
|
-
from sapiopycommons.ai.api.fielddefinitions.proto.
|
|
11
|
-
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import
|
|
12
|
-
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import
|
|
13
|
-
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import
|
|
14
|
-
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import
|
|
15
|
-
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import
|
|
16
|
-
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import
|
|
17
|
-
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import
|
|
18
|
-
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import
|
|
19
|
-
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import
|
|
20
|
-
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import
|
|
21
|
-
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import
|
|
22
|
-
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import
|
|
23
|
-
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import
|
|
24
|
-
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import
|
|
25
|
-
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import
|
|
26
|
-
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import
|
|
27
|
-
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import
|
|
28
|
-
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import
|
|
29
|
-
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import
|
|
30
|
-
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import
|
|
31
|
-
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import
|
|
32
|
-
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import
|
|
33
|
-
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import
|
|
34
|
-
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import
|
|
35
|
-
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import
|
|
36
|
-
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import
|
|
37
|
-
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import
|
|
38
|
-
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import
|
|
39
|
-
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import
|
|
40
|
-
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import
|
|
41
|
-
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import
|
|
42
|
-
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import
|
|
43
|
-
from sapiopycommons.ai.api.
|
|
44
|
-
from sapiopycommons.ai.api.
|
|
45
|
-
from sapiopycommons.ai.api.plan.tool.proto.entry_pb2 import
|
|
46
|
-
from sapiopycommons.ai.api.plan.tool.proto.entry_pb2 import
|
|
47
|
-
from sapiopycommons.ai.api.plan.tool.proto.entry_pb2 import
|
|
48
|
-
from sapiopycommons.ai.api.plan.tool.proto.entry_pb2 import
|
|
49
|
-
from sapiopycommons.ai.api.plan.tool.proto.entry_pb2 import
|
|
50
|
-
from sapiopycommons.ai.api.plan.tool.proto.entry_pb2 import
|
|
51
|
-
from sapiopycommons.ai.api.plan.tool.proto.entry_pb2 import
|
|
52
|
-
from sapiopycommons.ai.api.plan.tool.proto.entry_pb2 import
|
|
53
|
-
from sapiopycommons.ai.api.plan.tool.proto.entry_pb2 import
|
|
54
|
-
from sapiopycommons.ai.api.plan.proto.
|
|
55
|
-
from sapiopycommons.ai.api.plan.proto.
|
|
56
|
-
from sapiopycommons.ai.api.plan.proto.step_pb2 import
|
|
57
|
-
from sapiopycommons.ai.api.plan.proto.step_pb2 import
|
|
58
|
-
from sapiopycommons.ai.api.
|
|
59
|
-
from sapiopycommons.ai.api.
|
|
10
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.fields_pb2 import FieldValuePbo as FieldValuePbo
|
|
11
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.fields_pb2 import FieldValueMapPbo as FieldValueMapPbo
|
|
12
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import FieldValidatorPbo as FieldValidatorPbo
|
|
13
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import ColorRangePbo as ColorRangePbo
|
|
14
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import BooleanDependentFieldEntryPbo as BooleanDependentFieldEntryPbo
|
|
15
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import SelectionDependentFieldEntryPbo as SelectionDependentFieldEntryPbo
|
|
16
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import EnumDependentFieldEntryPbo as EnumDependentFieldEntryPbo
|
|
17
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import ProcessDetailEntryPbo as ProcessDetailEntryPbo
|
|
18
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import BooleanPropertiesPbo as BooleanPropertiesPbo
|
|
19
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import DatePropertiesPbo as DatePropertiesPbo
|
|
20
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import DoublePropertiesPbo as DoublePropertiesPbo
|
|
21
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import IntegerPropertiesPbo as IntegerPropertiesPbo
|
|
22
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import LongPropertiesPbo as LongPropertiesPbo
|
|
23
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import ShortPropertiesPbo as ShortPropertiesPbo
|
|
24
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import SelectionPropertiesPbo as SelectionPropertiesPbo
|
|
25
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import StringPropertiesPbo as StringPropertiesPbo
|
|
26
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import SideLinkPropertiesPbo as SideLinkPropertiesPbo
|
|
27
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import PickListPropertiesPbo as PickListPropertiesPbo
|
|
28
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import ParentLinkPropertiesPbo as ParentLinkPropertiesPbo
|
|
29
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import MultiParentPropertiesPbo as MultiParentPropertiesPbo
|
|
30
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import IdentifierPropertiesPbo as IdentifierPropertiesPbo
|
|
31
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import FileBlobPropertiesPbo as FileBlobPropertiesPbo
|
|
32
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import EnumPropertiesPbo as EnumPropertiesPbo
|
|
33
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import DateRangePropertiesPbo as DateRangePropertiesPbo
|
|
34
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import ChildLinkPropertiesPbo as ChildLinkPropertiesPbo
|
|
35
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import ActionStringPropertiesPbo as ActionStringPropertiesPbo
|
|
36
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import ActionPropertiesPbo as ActionPropertiesPbo
|
|
37
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import AccessionPropertiesPbo as AccessionPropertiesPbo
|
|
38
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import VeloxFieldDefPbo as VeloxFieldDefPbo
|
|
39
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import VeloxFieldDefListPbo as VeloxFieldDefListPbo
|
|
40
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import FieldTypePbo as FieldTypePbo
|
|
41
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import SortDirectionPbo as SortDirectionPbo
|
|
42
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import FontSizePbo as FontSizePbo
|
|
43
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import TextDecorationPbo as TextDecorationPbo
|
|
44
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import StringFormatPbo as StringFormatPbo
|
|
45
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import DoubleFormatPbo as DoubleFormatPbo
|
|
46
|
+
from sapiopycommons.ai.api.plan.tool.proto.entry_pb2 import StepCsvHeaderRowPbo as StepCsvHeaderRowPbo
|
|
47
|
+
from sapiopycommons.ai.api.plan.tool.proto.entry_pb2 import StepCsvRowPbo as StepCsvRowPbo
|
|
48
|
+
from sapiopycommons.ai.api.plan.tool.proto.entry_pb2 import StepCsvContainerPbo as StepCsvContainerPbo
|
|
49
|
+
from sapiopycommons.ai.api.plan.tool.proto.entry_pb2 import StepJsonContainerPbo as StepJsonContainerPbo
|
|
50
|
+
from sapiopycommons.ai.api.plan.tool.proto.entry_pb2 import StepTextContainerPbo as StepTextContainerPbo
|
|
51
|
+
from sapiopycommons.ai.api.plan.tool.proto.entry_pb2 import StepBinaryContainerPbo as StepBinaryContainerPbo
|
|
52
|
+
from sapiopycommons.ai.api.plan.tool.proto.entry_pb2 import StepImageContainerPbo as StepImageContainerPbo
|
|
53
|
+
from sapiopycommons.ai.api.plan.tool.proto.entry_pb2 import StepItemContainerPbo as StepItemContainerPbo
|
|
54
|
+
from sapiopycommons.ai.api.plan.tool.proto.entry_pb2 import StepInputBatchPbo as StepInputBatchPbo
|
|
55
|
+
from sapiopycommons.ai.api.plan.tool.proto.entry_pb2 import StepOutputBatchPbo as StepOutputBatchPbo
|
|
56
|
+
from sapiopycommons.ai.api.plan.tool.proto.entry_pb2 import DataTypePbo as DataTypePbo
|
|
57
|
+
from sapiopycommons.ai.api.plan.proto.step_pb2 import StepIoInfoPbo as StepIoInfoPbo
|
|
58
|
+
from sapiopycommons.ai.api.plan.proto.step_pb2 import StepIoDetailsPbo as StepIoDetailsPbo
|
|
59
|
+
from sapiopycommons.ai.api.plan.proto.step_pb2 import StepInputDetailsPbo as StepInputDetailsPbo
|
|
60
|
+
from sapiopycommons.ai.api.plan.proto.step_pb2 import StepOutputDetailsPbo as StepOutputDetailsPbo
|
|
61
|
+
from sapiopycommons.ai.api.session.proto.sapio_conn_info_pb2 import SapioConnectionInfoPbo as SapioConnectionInfoPbo
|
|
62
|
+
from sapiopycommons.ai.api.session.proto.sapio_conn_info_pb2 import SapioUserSecretTypePbo as SapioUserSecretTypePbo
|
|
60
63
|
|
|
61
64
|
DESCRIPTOR: _descriptor.FileDescriptor
|
|
62
|
-
FIELD_TYPE_UNSPECIFIED: _velox_field_def_pb2.
|
|
63
|
-
BOOLEAN: _velox_field_def_pb2.
|
|
64
|
-
DOUBLE: _velox_field_def_pb2.
|
|
65
|
-
ENUM: _velox_field_def_pb2.
|
|
66
|
-
LONG: _velox_field_def_pb2.
|
|
67
|
-
INTEGER: _velox_field_def_pb2.
|
|
68
|
-
SHORT: _velox_field_def_pb2.
|
|
69
|
-
STRING: _velox_field_def_pb2.
|
|
70
|
-
DATE: _velox_field_def_pb2.
|
|
71
|
-
ACTION: _velox_field_def_pb2.
|
|
72
|
-
SELECTION: _velox_field_def_pb2.
|
|
73
|
-
PARENTLINK: _velox_field_def_pb2.
|
|
74
|
-
IDENTIFIER: _velox_field_def_pb2.
|
|
75
|
-
PICKLIST: _velox_field_def_pb2.
|
|
76
|
-
LINK: _velox_field_def_pb2.
|
|
77
|
-
MULTIPARENTLINK: _velox_field_def_pb2.
|
|
78
|
-
CHILDLINK: _velox_field_def_pb2.
|
|
79
|
-
AUTO_ACCESSION: _velox_field_def_pb2.
|
|
80
|
-
DATE_RANGE: _velox_field_def_pb2.
|
|
81
|
-
SIDE_LINK: _velox_field_def_pb2.
|
|
82
|
-
ACTION_STRING: _velox_field_def_pb2.
|
|
83
|
-
FILE_BLOB: _velox_field_def_pb2.
|
|
84
|
-
SORT_DIRECTION_UNSPECIFIED: _velox_field_def_pb2.
|
|
85
|
-
SORT_DIRECTION_ASCENDING: _velox_field_def_pb2.
|
|
86
|
-
SORT_DIRECTION_DESCENDING: _velox_field_def_pb2.
|
|
87
|
-
SORT_DIRECTION_NONE: _velox_field_def_pb2.
|
|
88
|
-
FONT_SIZE_UNSPECIFIED: _velox_field_def_pb2.
|
|
89
|
-
FONT_SIZE_SMALL: _velox_field_def_pb2.
|
|
90
|
-
FONT_SIZE_MEDIUM: _velox_field_def_pb2.
|
|
91
|
-
FONT_SIZE_LARGE: _velox_field_def_pb2.
|
|
92
|
-
TEXT_DECORATION_UNSPECIFIED: _velox_field_def_pb2.
|
|
93
|
-
TEXT_DECORATION_NONE: _velox_field_def_pb2.
|
|
94
|
-
TEXT_DECORATION_UNDERLINE: _velox_field_def_pb2.
|
|
95
|
-
TEXT_DECORATION_STRIKETHROUGH: _velox_field_def_pb2.
|
|
96
|
-
STRING_FORMAT_UNSPECIFIED: _velox_field_def_pb2.
|
|
97
|
-
STRING_FORMAT_PHONE: _velox_field_def_pb2.
|
|
98
|
-
STRING_FORMAT_EMAIL: _velox_field_def_pb2.
|
|
99
|
-
DOUBLE_FORMAT_UNSPECIFIED: _velox_field_def_pb2.
|
|
100
|
-
DOUBLE_FORMAT_CURRENCY: _velox_field_def_pb2.
|
|
101
|
-
DOUBLE_FORMAT_PERCENTAGE: _velox_field_def_pb2.
|
|
102
|
-
BINARY: _entry_pb2.
|
|
103
|
-
JSON: _entry_pb2.
|
|
104
|
-
CSV: _entry_pb2.
|
|
105
|
-
TEXT: _entry_pb2.
|
|
106
|
-
IMAGE: _entry_pb2.
|
|
107
|
-
SESSION_TOKEN: _sapio_conn_info_pb2.
|
|
108
|
-
PASSWORD: _sapio_conn_info_pb2.
|
|
65
|
+
FIELD_TYPE_UNSPECIFIED: _velox_field_def_pb2.FieldTypePbo
|
|
66
|
+
BOOLEAN: _velox_field_def_pb2.FieldTypePbo
|
|
67
|
+
DOUBLE: _velox_field_def_pb2.FieldTypePbo
|
|
68
|
+
ENUM: _velox_field_def_pb2.FieldTypePbo
|
|
69
|
+
LONG: _velox_field_def_pb2.FieldTypePbo
|
|
70
|
+
INTEGER: _velox_field_def_pb2.FieldTypePbo
|
|
71
|
+
SHORT: _velox_field_def_pb2.FieldTypePbo
|
|
72
|
+
STRING: _velox_field_def_pb2.FieldTypePbo
|
|
73
|
+
DATE: _velox_field_def_pb2.FieldTypePbo
|
|
74
|
+
ACTION: _velox_field_def_pb2.FieldTypePbo
|
|
75
|
+
SELECTION: _velox_field_def_pb2.FieldTypePbo
|
|
76
|
+
PARENTLINK: _velox_field_def_pb2.FieldTypePbo
|
|
77
|
+
IDENTIFIER: _velox_field_def_pb2.FieldTypePbo
|
|
78
|
+
PICKLIST: _velox_field_def_pb2.FieldTypePbo
|
|
79
|
+
LINK: _velox_field_def_pb2.FieldTypePbo
|
|
80
|
+
MULTIPARENTLINK: _velox_field_def_pb2.FieldTypePbo
|
|
81
|
+
CHILDLINK: _velox_field_def_pb2.FieldTypePbo
|
|
82
|
+
AUTO_ACCESSION: _velox_field_def_pb2.FieldTypePbo
|
|
83
|
+
DATE_RANGE: _velox_field_def_pb2.FieldTypePbo
|
|
84
|
+
SIDE_LINK: _velox_field_def_pb2.FieldTypePbo
|
|
85
|
+
ACTION_STRING: _velox_field_def_pb2.FieldTypePbo
|
|
86
|
+
FILE_BLOB: _velox_field_def_pb2.FieldTypePbo
|
|
87
|
+
SORT_DIRECTION_UNSPECIFIED: _velox_field_def_pb2.SortDirectionPbo
|
|
88
|
+
SORT_DIRECTION_ASCENDING: _velox_field_def_pb2.SortDirectionPbo
|
|
89
|
+
SORT_DIRECTION_DESCENDING: _velox_field_def_pb2.SortDirectionPbo
|
|
90
|
+
SORT_DIRECTION_NONE: _velox_field_def_pb2.SortDirectionPbo
|
|
91
|
+
FONT_SIZE_UNSPECIFIED: _velox_field_def_pb2.FontSizePbo
|
|
92
|
+
FONT_SIZE_SMALL: _velox_field_def_pb2.FontSizePbo
|
|
93
|
+
FONT_SIZE_MEDIUM: _velox_field_def_pb2.FontSizePbo
|
|
94
|
+
FONT_SIZE_LARGE: _velox_field_def_pb2.FontSizePbo
|
|
95
|
+
TEXT_DECORATION_UNSPECIFIED: _velox_field_def_pb2.TextDecorationPbo
|
|
96
|
+
TEXT_DECORATION_NONE: _velox_field_def_pb2.TextDecorationPbo
|
|
97
|
+
TEXT_DECORATION_UNDERLINE: _velox_field_def_pb2.TextDecorationPbo
|
|
98
|
+
TEXT_DECORATION_STRIKETHROUGH: _velox_field_def_pb2.TextDecorationPbo
|
|
99
|
+
STRING_FORMAT_UNSPECIFIED: _velox_field_def_pb2.StringFormatPbo
|
|
100
|
+
STRING_FORMAT_PHONE: _velox_field_def_pb2.StringFormatPbo
|
|
101
|
+
STRING_FORMAT_EMAIL: _velox_field_def_pb2.StringFormatPbo
|
|
102
|
+
DOUBLE_FORMAT_UNSPECIFIED: _velox_field_def_pb2.DoubleFormatPbo
|
|
103
|
+
DOUBLE_FORMAT_CURRENCY: _velox_field_def_pb2.DoubleFormatPbo
|
|
104
|
+
DOUBLE_FORMAT_PERCENTAGE: _velox_field_def_pb2.DoubleFormatPbo
|
|
105
|
+
BINARY: _entry_pb2.DataTypePbo
|
|
106
|
+
JSON: _entry_pb2.DataTypePbo
|
|
107
|
+
CSV: _entry_pb2.DataTypePbo
|
|
108
|
+
TEXT: _entry_pb2.DataTypePbo
|
|
109
|
+
IMAGE: _entry_pb2.DataTypePbo
|
|
110
|
+
SESSION_TOKEN: _sapio_conn_info_pb2.SapioUserSecretTypePbo
|
|
111
|
+
PASSWORD: _sapio_conn_info_pb2.SapioUserSecretTypePbo
|
|
109
112
|
|
|
110
|
-
class
|
|
113
|
+
class ToolIoConfigBasePbo(_message.Message):
|
|
111
114
|
__slots__ = ("content_type", "io_number", "display_name", "description", "example")
|
|
112
115
|
CONTENT_TYPE_FIELD_NUMBER: _ClassVar[int]
|
|
113
116
|
IO_NUMBER_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -121,7 +124,7 @@ class ToolIoConfigBase(_message.Message):
|
|
|
121
124
|
example: str
|
|
122
125
|
def __init__(self, content_type: _Optional[str] = ..., io_number: _Optional[int] = ..., display_name: _Optional[str] = ..., description: _Optional[str] = ..., example: _Optional[str] = ...) -> None: ...
|
|
123
126
|
|
|
124
|
-
class
|
|
127
|
+
class ToolInputDetailsPbo(_message.Message):
|
|
125
128
|
__slots__ = ("base_config", "validation", "min_input_count", "max_input_count", "paged", "min_page_size", "max_page_size", "max_request_bytes")
|
|
126
129
|
BASE_CONFIG_FIELD_NUMBER: _ClassVar[int]
|
|
127
130
|
VALIDATION_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -131,7 +134,7 @@ class ToolInputDetails(_message.Message):
|
|
|
131
134
|
MIN_PAGE_SIZE_FIELD_NUMBER: _ClassVar[int]
|
|
132
135
|
MAX_PAGE_SIZE_FIELD_NUMBER: _ClassVar[int]
|
|
133
136
|
MAX_REQUEST_BYTES_FIELD_NUMBER: _ClassVar[int]
|
|
134
|
-
base_config:
|
|
137
|
+
base_config: ToolIoConfigBasePbo
|
|
135
138
|
validation: str
|
|
136
139
|
min_input_count: int
|
|
137
140
|
max_input_count: int
|
|
@@ -139,23 +142,23 @@ class ToolInputDetails(_message.Message):
|
|
|
139
142
|
min_page_size: int
|
|
140
143
|
max_page_size: int
|
|
141
144
|
max_request_bytes: int
|
|
142
|
-
def __init__(self, base_config: _Optional[_Union[
|
|
145
|
+
def __init__(self, base_config: _Optional[_Union[ToolIoConfigBasePbo, _Mapping]] = ..., validation: _Optional[str] = ..., min_input_count: _Optional[int] = ..., max_input_count: _Optional[int] = ..., paged: bool = ..., min_page_size: _Optional[int] = ..., max_page_size: _Optional[int] = ..., max_request_bytes: _Optional[int] = ...) -> None: ...
|
|
143
146
|
|
|
144
|
-
class
|
|
147
|
+
class ToolOutputDetailsPbo(_message.Message):
|
|
145
148
|
__slots__ = ("base_config",)
|
|
146
149
|
BASE_CONFIG_FIELD_NUMBER: _ClassVar[int]
|
|
147
|
-
base_config:
|
|
148
|
-
def __init__(self, base_config: _Optional[_Union[
|
|
150
|
+
base_config: ToolIoConfigBasePbo
|
|
151
|
+
def __init__(self, base_config: _Optional[_Union[ToolIoConfigBasePbo, _Mapping]] = ...) -> None: ...
|
|
149
152
|
|
|
150
|
-
class
|
|
151
|
-
__slots__ = ("sapio_user", "tool_name", "plan_instance_id", "step_instance_id", "invocation_id", "input_configs", "output_configs", "config_field_values", "
|
|
153
|
+
class ProcessStepRequestPbo(_message.Message):
|
|
154
|
+
__slots__ = ("sapio_user", "tool_name", "plan_instance_id", "step_instance_id", "invocation_id", "input_configs", "output_configs", "config_field_values", "input")
|
|
152
155
|
class ConfigFieldValuesEntry(_message.Message):
|
|
153
156
|
__slots__ = ("key", "value")
|
|
154
157
|
KEY_FIELD_NUMBER: _ClassVar[int]
|
|
155
158
|
VALUE_FIELD_NUMBER: _ClassVar[int]
|
|
156
159
|
key: str
|
|
157
|
-
value:
|
|
158
|
-
def __init__(self, key: _Optional[str] = ..., value: _Optional[_Union[
|
|
160
|
+
value: _fields_pb2.FieldValuePbo
|
|
161
|
+
def __init__(self, key: _Optional[str] = ..., value: _Optional[_Union[_fields_pb2.FieldValuePbo, _Mapping]] = ...) -> None: ...
|
|
159
162
|
SAPIO_USER_FIELD_NUMBER: _ClassVar[int]
|
|
160
163
|
TOOL_NAME_FIELD_NUMBER: _ClassVar[int]
|
|
161
164
|
PLAN_INSTANCE_ID_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -164,60 +167,35 @@ class ProcessStepRequest(_message.Message):
|
|
|
164
167
|
INPUT_CONFIGS_FIELD_NUMBER: _ClassVar[int]
|
|
165
168
|
OUTPUT_CONFIGS_FIELD_NUMBER: _ClassVar[int]
|
|
166
169
|
CONFIG_FIELD_VALUES_FIELD_NUMBER: _ClassVar[int]
|
|
167
|
-
|
|
168
|
-
sapio_user: _sapio_conn_info_pb2.
|
|
170
|
+
INPUT_FIELD_NUMBER: _ClassVar[int]
|
|
171
|
+
sapio_user: _sapio_conn_info_pb2.SapioConnectionInfoPbo
|
|
169
172
|
tool_name: str
|
|
170
173
|
plan_instance_id: int
|
|
171
174
|
step_instance_id: int
|
|
172
175
|
invocation_id: int
|
|
173
|
-
input_configs: _containers.RepeatedCompositeFieldContainer[_step_pb2.
|
|
174
|
-
output_configs: _containers.RepeatedCompositeFieldContainer[_step_pb2.
|
|
175
|
-
config_field_values: _containers.MessageMap[str,
|
|
176
|
-
|
|
177
|
-
def __init__(self, sapio_user: _Optional[_Union[_sapio_conn_info_pb2.
|
|
176
|
+
input_configs: _containers.RepeatedCompositeFieldContainer[_step_pb2.StepIoInfoPbo]
|
|
177
|
+
output_configs: _containers.RepeatedCompositeFieldContainer[_step_pb2.StepIoInfoPbo]
|
|
178
|
+
config_field_values: _containers.MessageMap[str, _fields_pb2.FieldValuePbo]
|
|
179
|
+
input: _containers.RepeatedCompositeFieldContainer[_entry_pb2.StepInputBatchPbo]
|
|
180
|
+
def __init__(self, sapio_user: _Optional[_Union[_sapio_conn_info_pb2.SapioConnectionInfoPbo, _Mapping]] = ..., tool_name: _Optional[str] = ..., plan_instance_id: _Optional[int] = ..., step_instance_id: _Optional[int] = ..., invocation_id: _Optional[int] = ..., input_configs: _Optional[_Iterable[_Union[_step_pb2.StepIoInfoPbo, _Mapping]]] = ..., output_configs: _Optional[_Iterable[_Union[_step_pb2.StepIoInfoPbo, _Mapping]]] = ..., config_field_values: _Optional[_Mapping[str, _fields_pb2.FieldValuePbo]] = ..., input: _Optional[_Iterable[_Union[_entry_pb2.StepInputBatchPbo, _Mapping]]] = ...) -> None: ...
|
|
178
181
|
|
|
179
|
-
class
|
|
180
|
-
__slots__ = ("new_records", "log", "
|
|
182
|
+
class ProcessStepResponsePbo(_message.Message):
|
|
183
|
+
__slots__ = ("new_records", "log", "output")
|
|
181
184
|
NEW_RECORDS_FIELD_NUMBER: _ClassVar[int]
|
|
182
185
|
LOG_FIELD_NUMBER: _ClassVar[int]
|
|
183
|
-
|
|
184
|
-
new_records: _containers.RepeatedCompositeFieldContainer[
|
|
186
|
+
OUTPUT_FIELD_NUMBER: _ClassVar[int]
|
|
187
|
+
new_records: _containers.RepeatedCompositeFieldContainer[_fields_pb2.FieldValueMapPbo]
|
|
185
188
|
log: _containers.RepeatedScalarFieldContainer[str]
|
|
186
|
-
|
|
187
|
-
def __init__(self, new_records: _Optional[_Iterable[_Union[
|
|
189
|
+
output: _containers.RepeatedCompositeFieldContainer[_entry_pb2.StepOutputBatchPbo]
|
|
190
|
+
def __init__(self, new_records: _Optional[_Iterable[_Union[_fields_pb2.FieldValueMapPbo, _Mapping]]] = ..., log: _Optional[_Iterable[str]] = ..., output: _Optional[_Iterable[_Union[_entry_pb2.StepOutputBatchPbo, _Mapping]]] = ...) -> None: ...
|
|
188
191
|
|
|
189
|
-
class
|
|
192
|
+
class ToolDetailsRequestPbo(_message.Message):
|
|
190
193
|
__slots__ = ("sapio_conn_info",)
|
|
191
194
|
SAPIO_CONN_INFO_FIELD_NUMBER: _ClassVar[int]
|
|
192
|
-
sapio_conn_info: _sapio_conn_info_pb2.
|
|
193
|
-
def __init__(self, sapio_conn_info: _Optional[_Union[_sapio_conn_info_pb2.
|
|
195
|
+
sapio_conn_info: _sapio_conn_info_pb2.SapioConnectionInfoPbo
|
|
196
|
+
def __init__(self, sapio_conn_info: _Optional[_Union[_sapio_conn_info_pb2.SapioConnectionInfoPbo, _Mapping]] = ...) -> None: ...
|
|
194
197
|
|
|
195
|
-
class
|
|
196
|
-
__slots__ = ("string_value", "int_value", "double_value", "bool_value")
|
|
197
|
-
STRING_VALUE_FIELD_NUMBER: _ClassVar[int]
|
|
198
|
-
INT_VALUE_FIELD_NUMBER: _ClassVar[int]
|
|
199
|
-
DOUBLE_VALUE_FIELD_NUMBER: _ClassVar[int]
|
|
200
|
-
BOOL_VALUE_FIELD_NUMBER: _ClassVar[int]
|
|
201
|
-
string_value: str
|
|
202
|
-
int_value: int
|
|
203
|
-
double_value: float
|
|
204
|
-
bool_value: bool
|
|
205
|
-
def __init__(self, string_value: _Optional[str] = ..., int_value: _Optional[int] = ..., double_value: _Optional[float] = ..., bool_value: bool = ...) -> None: ...
|
|
206
|
-
|
|
207
|
-
class StepRecord(_message.Message):
|
|
208
|
-
__slots__ = ("fields",)
|
|
209
|
-
class FieldsEntry(_message.Message):
|
|
210
|
-
__slots__ = ("key", "value")
|
|
211
|
-
KEY_FIELD_NUMBER: _ClassVar[int]
|
|
212
|
-
VALUE_FIELD_NUMBER: _ClassVar[int]
|
|
213
|
-
key: str
|
|
214
|
-
value: StepRecordFieldValue
|
|
215
|
-
def __init__(self, key: _Optional[str] = ..., value: _Optional[_Union[StepRecordFieldValue, _Mapping]] = ...) -> None: ...
|
|
216
|
-
FIELDS_FIELD_NUMBER: _ClassVar[int]
|
|
217
|
-
fields: _containers.MessageMap[str, StepRecordFieldValue]
|
|
218
|
-
def __init__(self, fields: _Optional[_Mapping[str, StepRecordFieldValue]] = ...) -> None: ...
|
|
219
|
-
|
|
220
|
-
class ToolDetails(_message.Message):
|
|
198
|
+
class ToolDetailsPbo(_message.Message):
|
|
221
199
|
__slots__ = ("name", "description", "output_data_type_name", "input_configs", "output_configs", "config_fields")
|
|
222
200
|
NAME_FIELD_NUMBER: _ClassVar[int]
|
|
223
201
|
DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -228,15 +206,15 @@ class ToolDetails(_message.Message):
|
|
|
228
206
|
name: str
|
|
229
207
|
description: str
|
|
230
208
|
output_data_type_name: str
|
|
231
|
-
input_configs: _containers.RepeatedCompositeFieldContainer[
|
|
232
|
-
output_configs: _containers.RepeatedCompositeFieldContainer[
|
|
233
|
-
config_fields: _containers.RepeatedCompositeFieldContainer[_velox_field_def_pb2.
|
|
234
|
-
def __init__(self, name: _Optional[str] = ..., description: _Optional[str] = ..., output_data_type_name: _Optional[str] = ..., input_configs: _Optional[_Iterable[_Union[
|
|
209
|
+
input_configs: _containers.RepeatedCompositeFieldContainer[ToolInputDetailsPbo]
|
|
210
|
+
output_configs: _containers.RepeatedCompositeFieldContainer[ToolOutputDetailsPbo]
|
|
211
|
+
config_fields: _containers.RepeatedCompositeFieldContainer[_velox_field_def_pb2.VeloxFieldDefPbo]
|
|
212
|
+
def __init__(self, name: _Optional[str] = ..., description: _Optional[str] = ..., output_data_type_name: _Optional[str] = ..., input_configs: _Optional[_Iterable[_Union[ToolInputDetailsPbo, _Mapping]]] = ..., output_configs: _Optional[_Iterable[_Union[ToolOutputDetailsPbo, _Mapping]]] = ..., config_fields: _Optional[_Iterable[_Union[_velox_field_def_pb2.VeloxFieldDefPbo, _Mapping]]] = ...) -> None: ...
|
|
235
213
|
|
|
236
|
-
class
|
|
214
|
+
class ToolDetailsResponsePbo(_message.Message):
|
|
237
215
|
__slots__ = ("tool_framework_version", "tool_details")
|
|
238
216
|
TOOL_FRAMEWORK_VERSION_FIELD_NUMBER: _ClassVar[int]
|
|
239
217
|
TOOL_DETAILS_FIELD_NUMBER: _ClassVar[int]
|
|
240
218
|
tool_framework_version: int
|
|
241
|
-
tool_details: _containers.RepeatedCompositeFieldContainer[
|
|
242
|
-
def __init__(self, tool_framework_version: _Optional[int] = ..., tool_details: _Optional[_Iterable[_Union[
|
|
219
|
+
tool_details: _containers.RepeatedCompositeFieldContainer[ToolDetailsPbo]
|
|
220
|
+
def __init__(self, tool_framework_version: _Optional[int] = ..., tool_details: _Optional[_Iterable[_Union[ToolDetailsPbo, _Mapping]]] = ...) -> None: ...
|
|
@@ -40,13 +40,13 @@ class ToolServiceStub(object):
|
|
|
40
40
|
"""
|
|
41
41
|
self.GetToolDetails = channel.unary_unary(
|
|
42
42
|
'/ToolService/GetToolDetails',
|
|
43
|
-
request_serializer=sapiopycommons_dot_ai_dot_api_dot_plan_dot_tool_dot_proto_dot_tool__pb2.
|
|
44
|
-
response_deserializer=sapiopycommons_dot_ai_dot_api_dot_plan_dot_tool_dot_proto_dot_tool__pb2.
|
|
43
|
+
request_serializer=sapiopycommons_dot_ai_dot_api_dot_plan_dot_tool_dot_proto_dot_tool__pb2.ToolDetailsRequestPbo.SerializeToString,
|
|
44
|
+
response_deserializer=sapiopycommons_dot_ai_dot_api_dot_plan_dot_tool_dot_proto_dot_tool__pb2.ToolDetailsResponsePbo.FromString,
|
|
45
45
|
_registered_method=True)
|
|
46
46
|
self.ProcessData = channel.unary_unary(
|
|
47
47
|
'/ToolService/ProcessData',
|
|
48
|
-
request_serializer=sapiopycommons_dot_ai_dot_api_dot_plan_dot_tool_dot_proto_dot_tool__pb2.
|
|
49
|
-
response_deserializer=sapiopycommons_dot_ai_dot_api_dot_plan_dot_tool_dot_proto_dot_tool__pb2.
|
|
48
|
+
request_serializer=sapiopycommons_dot_ai_dot_api_dot_plan_dot_tool_dot_proto_dot_tool__pb2.ProcessStepRequestPbo.SerializeToString,
|
|
49
|
+
response_deserializer=sapiopycommons_dot_ai_dot_api_dot_plan_dot_tool_dot_proto_dot_tool__pb2.ProcessStepResponsePbo.FromString,
|
|
50
50
|
_registered_method=True)
|
|
51
51
|
|
|
52
52
|
|
|
@@ -76,13 +76,13 @@ def add_ToolServiceServicer_to_server(servicer, server):
|
|
|
76
76
|
rpc_method_handlers = {
|
|
77
77
|
'GetToolDetails': grpc.unary_unary_rpc_method_handler(
|
|
78
78
|
servicer.GetToolDetails,
|
|
79
|
-
request_deserializer=sapiopycommons_dot_ai_dot_api_dot_plan_dot_tool_dot_proto_dot_tool__pb2.
|
|
80
|
-
response_serializer=sapiopycommons_dot_ai_dot_api_dot_plan_dot_tool_dot_proto_dot_tool__pb2.
|
|
79
|
+
request_deserializer=sapiopycommons_dot_ai_dot_api_dot_plan_dot_tool_dot_proto_dot_tool__pb2.ToolDetailsRequestPbo.FromString,
|
|
80
|
+
response_serializer=sapiopycommons_dot_ai_dot_api_dot_plan_dot_tool_dot_proto_dot_tool__pb2.ToolDetailsResponsePbo.SerializeToString,
|
|
81
81
|
),
|
|
82
82
|
'ProcessData': grpc.unary_unary_rpc_method_handler(
|
|
83
83
|
servicer.ProcessData,
|
|
84
|
-
request_deserializer=sapiopycommons_dot_ai_dot_api_dot_plan_dot_tool_dot_proto_dot_tool__pb2.
|
|
85
|
-
response_serializer=sapiopycommons_dot_ai_dot_api_dot_plan_dot_tool_dot_proto_dot_tool__pb2.
|
|
84
|
+
request_deserializer=sapiopycommons_dot_ai_dot_api_dot_plan_dot_tool_dot_proto_dot_tool__pb2.ProcessStepRequestPbo.FromString,
|
|
85
|
+
response_serializer=sapiopycommons_dot_ai_dot_api_dot_plan_dot_tool_dot_proto_dot_tool__pb2.ProcessStepResponsePbo.SerializeToString,
|
|
86
86
|
),
|
|
87
87
|
}
|
|
88
88
|
generic_handler = grpc.method_handlers_generic_handler(
|
|
@@ -114,8 +114,8 @@ class ToolService(object):
|
|
|
114
114
|
request,
|
|
115
115
|
target,
|
|
116
116
|
'/ToolService/GetToolDetails',
|
|
117
|
-
sapiopycommons_dot_ai_dot_api_dot_plan_dot_tool_dot_proto_dot_tool__pb2.
|
|
118
|
-
sapiopycommons_dot_ai_dot_api_dot_plan_dot_tool_dot_proto_dot_tool__pb2.
|
|
117
|
+
sapiopycommons_dot_ai_dot_api_dot_plan_dot_tool_dot_proto_dot_tool__pb2.ToolDetailsRequestPbo.SerializeToString,
|
|
118
|
+
sapiopycommons_dot_ai_dot_api_dot_plan_dot_tool_dot_proto_dot_tool__pb2.ToolDetailsResponsePbo.FromString,
|
|
119
119
|
options,
|
|
120
120
|
channel_credentials,
|
|
121
121
|
insecure,
|
|
@@ -141,8 +141,8 @@ class ToolService(object):
|
|
|
141
141
|
request,
|
|
142
142
|
target,
|
|
143
143
|
'/ToolService/ProcessData',
|
|
144
|
-
sapiopycommons_dot_ai_dot_api_dot_plan_dot_tool_dot_proto_dot_tool__pb2.
|
|
145
|
-
sapiopycommons_dot_ai_dot_api_dot_plan_dot_tool_dot_proto_dot_tool__pb2.
|
|
144
|
+
sapiopycommons_dot_ai_dot_api_dot_plan_dot_tool_dot_proto_dot_tool__pb2.ProcessStepRequestPbo.SerializeToString,
|
|
145
|
+
sapiopycommons_dot_ai_dot_api_dot_plan_dot_tool_dot_proto_dot_tool__pb2.ProcessStepResponsePbo.FromString,
|
|
146
146
|
options,
|
|
147
147
|
channel_credentials,
|
|
148
148
|
insecure,
|
|
@@ -24,7 +24,7 @@ _sym_db = _symbol_database.Default()
|
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n9sapiopycommons/ai/api/session/proto/sapio_conn_info.proto\"\
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n9sapiopycommons/ai/api/session/proto/sapio_conn_info.proto\"\xb6\x01\n\x16SapioConnectionInfoPbo\x12\x16\n\x0ewebservice_url\x18\x01 \x01(\t\x12\x10\n\x08rmi_host\x18\x02 \x03(\t\x12\x10\n\x08rmi_port\x18\x03 \x01(\x05\x12\x10\n\x08\x61pp_guid\x18\x04 \x01(\t\x12\x10\n\x08username\x18\x05 \x01(\t\x12,\n\x0bsecret_type\x18\x06 \x01(\x0e\x32\x17.SapioUserSecretTypePbo\x12\x0e\n\x06secret\x18\x07 \x01(\t*9\n\x16SapioUserSecretTypePbo\x12\x11\n\rSESSION_TOKEN\x10\x00\x12\x0c\n\x08PASSWORD\x10\x01\x42\x1f\n\x1b\x63om.velox.api.session.protoP\x01\x62\x06proto3')
|
|
28
28
|
|
|
29
29
|
_globals = globals()
|
|
30
30
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -32,8 +32,8 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'sapiopycommons.ai.api.sessi
|
|
|
32
32
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
33
|
_globals['DESCRIPTOR']._loaded_options = None
|
|
34
34
|
_globals['DESCRIPTOR']._serialized_options = b'\n\033com.velox.api.session.protoP\001'
|
|
35
|
-
_globals['
|
|
36
|
-
_globals['
|
|
37
|
-
_globals['
|
|
38
|
-
_globals['
|
|
35
|
+
_globals['_SAPIOUSERSECRETTYPEPBO']._serialized_start=246
|
|
36
|
+
_globals['_SAPIOUSERSECRETTYPEPBO']._serialized_end=303
|
|
37
|
+
_globals['_SAPIOCONNECTIONINFOPBO']._serialized_start=62
|
|
38
|
+
_globals['_SAPIOCONNECTIONINFOPBO']._serialized_end=244
|
|
39
39
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -6,14 +6,14 @@ from typing import ClassVar as _ClassVar, Iterable as _Iterable, Optional as _Op
|
|
|
6
6
|
|
|
7
7
|
DESCRIPTOR: _descriptor.FileDescriptor
|
|
8
8
|
|
|
9
|
-
class
|
|
9
|
+
class SapioUserSecretTypePbo(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
10
10
|
__slots__ = ()
|
|
11
|
-
SESSION_TOKEN: _ClassVar[
|
|
12
|
-
PASSWORD: _ClassVar[
|
|
13
|
-
SESSION_TOKEN:
|
|
14
|
-
PASSWORD:
|
|
11
|
+
SESSION_TOKEN: _ClassVar[SapioUserSecretTypePbo]
|
|
12
|
+
PASSWORD: _ClassVar[SapioUserSecretTypePbo]
|
|
13
|
+
SESSION_TOKEN: SapioUserSecretTypePbo
|
|
14
|
+
PASSWORD: SapioUserSecretTypePbo
|
|
15
15
|
|
|
16
|
-
class
|
|
16
|
+
class SapioConnectionInfoPbo(_message.Message):
|
|
17
17
|
__slots__ = ("webservice_url", "rmi_host", "rmi_port", "app_guid", "username", "secret_type", "secret")
|
|
18
18
|
WEBSERVICE_URL_FIELD_NUMBER: _ClassVar[int]
|
|
19
19
|
RMI_HOST_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -27,6 +27,6 @@ class SapioConnectionInfo(_message.Message):
|
|
|
27
27
|
rmi_port: int
|
|
28
28
|
app_guid: str
|
|
29
29
|
username: str
|
|
30
|
-
secret_type:
|
|
30
|
+
secret_type: SapioUserSecretTypePbo
|
|
31
31
|
secret: str
|
|
32
|
-
def __init__(self, webservice_url: _Optional[str] = ..., rmi_host: _Optional[_Iterable[str]] = ..., rmi_port: _Optional[int] = ..., app_guid: _Optional[str] = ..., username: _Optional[str] = ..., secret_type: _Optional[_Union[
|
|
32
|
+
def __init__(self, webservice_url: _Optional[str] = ..., rmi_host: _Optional[_Iterable[str]] = ..., rmi_port: _Optional[int] = ..., app_guid: _Optional[str] = ..., username: _Optional[str] = ..., secret_type: _Optional[_Union[SapioUserSecretTypePbo, str]] = ..., secret: _Optional[str] = ...) -> None: ...
|