luminarycloud 0.15.4__py3-none-any.whl → 0.16.0__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.
- luminarycloud/_helpers/__init__.py +1 -0
- luminarycloud/_helpers/_code_representation.py +18 -3
- luminarycloud/_helpers/_create_geometry.py +36 -17
- luminarycloud/_helpers/download.py +67 -1
- luminarycloud/_proto/api/v0/luminarycloud/geometry/geometry_pb2.pyi +1 -2
- luminarycloud/_proto/api/v0/luminarycloud/inference/inference_pb2.py +9 -9
- luminarycloud/_proto/api/v0/luminarycloud/inference/inference_pb2.pyi +7 -4
- luminarycloud/_proto/api/v0/luminarycloud/physics_ai/physics_ai_pb2.py +45 -21
- luminarycloud/_proto/api/v0/luminarycloud/physics_ai/physics_ai_pb2.pyi +65 -0
- luminarycloud/_proto/api/v0/luminarycloud/physics_ai/physics_ai_pb2_grpc.py +34 -0
- luminarycloud/_proto/api/v0/luminarycloud/physics_ai/physics_ai_pb2_grpc.pyi +12 -0
- luminarycloud/_proto/api/v0/luminarycloud/thirdpartyintegration/onshape/onshape_pb2.py +191 -82
- luminarycloud/_proto/api/v0/luminarycloud/thirdpartyintegration/onshape/onshape_pb2.pyi +327 -74
- luminarycloud/_proto/api/v0/luminarycloud/thirdpartyintegration/onshape/onshape_pb2_grpc.py +140 -65
- luminarycloud/_proto/api/v0/luminarycloud/thirdpartyintegration/onshape/onshape_pb2_grpc.pyi +74 -38
- luminarycloud/_proto/api/v0/luminarycloud/upload/upload_pb2.py +6 -2
- luminarycloud/_proto/api/v0/luminarycloud/upload/upload_pb2_grpc.py +71 -0
- luminarycloud/_proto/api/v0/luminarycloud/upload/upload_pb2_grpc.pyi +32 -0
- luminarycloud/_proto/assistant/assistant_pb2.py +76 -75
- luminarycloud/_proto/assistant/assistant_pb2.pyi +21 -18
- luminarycloud/_proto/assistant/assistant_pb2_grpc.py +14 -14
- luminarycloud/_proto/assistant/assistant_pb2_grpc.pyi +8 -8
- luminarycloud/_proto/base/base_pb2.py +7 -6
- luminarycloud/_proto/base/base_pb2.pyi +4 -0
- luminarycloud/_proto/client/simulation_pb2.py +188 -186
- luminarycloud/_proto/client/simulation_pb2.pyi +10 -2
- luminarycloud/_proto/geometry/geometry_pb2.py +63 -64
- luminarycloud/_proto/geometry/geometry_pb2.pyi +5 -1
- luminarycloud/_proto/inferenceservice/inferenceservice_pb2.py +11 -11
- luminarycloud/_proto/inferenceservice/inferenceservice_pb2.pyi +12 -4
- luminarycloud/_proto/quantity/quantity_pb2.py +11 -2
- luminarycloud/_proto/quantity/quantity_pb2.pyi +6 -0
- luminarycloud/_proto/table/table_pb2.pyi +4 -2
- luminarycloud/_proto/upload/upload_pb2.py +47 -7
- luminarycloud/_proto/upload/upload_pb2.pyi +62 -0
- luminarycloud/enum/quantity_type.py +15 -0
- luminarycloud/mesh.py +8 -1
- luminarycloud/params/simulation/physics/fluid/solution_controls/fluid_relaxation_method/fluid_implicit_relaxation/robust_startup/__init__.py +1 -0
- luminarycloud/params/simulation/physics/fluid/solution_controls/fluid_relaxation_method/fluid_implicit_relaxation/robust_startup/robust_startup_auto_.py +30 -0
- luminarycloud/params/simulation/physics/fluid/solution_controls/fluid_relaxation_method/fluid_implicit_relaxation/robust_startup/robust_startup_on_.py +1 -1
- luminarycloud/params/simulation/physics/fluid/solution_controls/fluid_relaxation_method/fluid_implicit_relaxation_.py +7 -3
- luminarycloud/params/simulation/physics/fluid/solution_controls_fluid_.py +4 -0
- luminarycloud/params/simulation/physics/fluid/turbulence_.py +1 -1
- luminarycloud/params/simulation/physics/fluid_.py +1 -1
- luminarycloud/params/simulation/physics/heat/solution_controls/heat_relaxation_method/heat_implicit_relaxation_.py +1 -1
- luminarycloud/params/simulation/physics/heat/solution_controls_heat_.py +1 -1
- luminarycloud/physics_ai/__init__.py +4 -0
- luminarycloud/physics_ai/inference.py +140 -4
- luminarycloud/physics_ai/solution.py +60 -0
- luminarycloud/tables.py +6 -8
- luminarycloud/vis/data_extraction.py +4 -5
- luminarycloud/vis/display.py +26 -11
- luminarycloud/vis/filters.py +116 -68
- luminarycloud/vis/primitives.py +3 -2
- luminarycloud/vis/visualization.py +197 -40
- {luminarycloud-0.15.4.dist-info → luminarycloud-0.16.0.dist-info}/METADATA +1 -1
- {luminarycloud-0.15.4.dist-info → luminarycloud-0.16.0.dist-info}/RECORD +58 -56
- {luminarycloud-0.15.4.dist-info → luminarycloud-0.16.0.dist-info}/WHEEL +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# source: proto/api/v0/luminarycloud/thirdpartyintegration/onshape/onshape.proto
|
|
4
4
|
"""Generated protocol buffer code."""
|
|
5
|
+
from google.protobuf.internal import enum_type_wrapper
|
|
5
6
|
from google.protobuf import descriptor as _descriptor
|
|
6
7
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
7
8
|
from google.protobuf import message as _message
|
|
@@ -13,28 +14,53 @@ _sym_db = _symbol_database.Default()
|
|
|
13
14
|
|
|
14
15
|
|
|
15
16
|
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
16
|
-
from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
|
|
17
|
-
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
18
17
|
from luminarycloud._proto.ratelimit import ratelimit_pb2 as proto_dot_ratelimit_dot_ratelimit__pb2
|
|
19
18
|
|
|
20
19
|
|
|
21
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nFproto/api/v0/luminarycloud/thirdpartyintegration/onshape/onshape.proto\x12\x41luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape\x1a\x1cgoogle/api/annotations.proto\x1a\
|
|
20
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nFproto/api/v0/luminarycloud/thirdpartyintegration/onshape/onshape.proto\x12\x41luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape\x1a\x1cgoogle/api/annotations.proto\x1a\x1fproto/ratelimit/ratelimit.proto\" \n\x1eGetAuthenticationStatusRequest\"3\n\x1cGetAuthenticationStatusReply\x12\x13\n\x0b\x61uth_active\x18\x01 \x01(\x08\"m\n\x0bOnshapePath\x12\x16\n\x0e\x63ompany_prefix\x18\x01 \x01(\t\x12\x13\n\x0b\x64ocument_id\x18\x02 \x01(\t\x12\x0e\n\x06w_or_v\x18\x03 \x01(\t\x12\r\n\x05wv_id\x18\x04 \x01(\t\x12\x12\n\nelement_id\x18\x05 \x01(\t\"e\n\x0fOnshapeVariable\x12\x0c\n\x04type\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\r\n\x05value\x18\x03 \x01(\t\x12\x12\n\nexpression\x18\x04 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\">\n\x12OnshapeCompanyInfo\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x0e\n\x06prefix\x18\x03 \x01(\t\"`\n\x16OnshapeDocumentVersion\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x15\n\rmodified_time\x18\x03 \x01(\x03\x12\x15\n\rcreation_time\x18\x04 \x01(\x03\"b\n\x18OnshapeDocumentWorkspace\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x15\n\rmodified_time\x18\x03 \x01(\x03\x12\x15\n\rcreation_time\x18\x04 \x01(\x03\"\xca\x02\n\x0fOnshapeDocument\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x11\n\tthumbnail\x18\x03 \x01(\x0c\x12k\n\x08versions\x18\x04 \x03(\x0b\x32Y.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeDocumentVersion\x12o\n\nworkspaces\x18\x05 \x03(\x0b\x32[.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeDocumentWorkspace\x12\x15\n\rmodified_time\x18\x06 \x01(\x03\x12\x15\n\rcreation_time\x18\x07 \x01(\x03\"p\n\x13OnshapeDocumentOnly\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x11\n\tthumbnail\x18\x03 \x01(\x0c\x12\x15\n\rmodified_time\x18\x04 \x01(\x03\x12\x15\n\rcreation_time\x18\x05 \x01(\x03\"X\n\x14ListDocumentsRequest\x12\x11\n\tnext_page\x18\x01 \x01(\t\x12\x15\n\rprevious_page\x18\x02 \x01(\t\x12\x16\n\x0e\x63ompany_prefix\x18\x03 \x01(\t\"\xa9\x01\n\x12ListDocumentsReply\x12i\n\tdocuments\x18\x01 \x03(\x0b\x32V.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeDocumentOnly\x12\x11\n\tnext_page\x18\x02 \x01(\t\x12\x15\n\rprevious_page\x18\x03 \x01(\t\"\x80\x01\n ListWorkspacesAndVersionsRequest\x12\\\n\x04path\x18\x01 \x01(\x0b\x32N.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapePath\"\xfe\x01\n\x1eListWorkspacesAndVersionsReply\x12o\n\nworkspaces\x18\x01 \x03(\x0b\x32[.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeDocumentWorkspace\x12k\n\x08versions\x18\x02 \x03(\x0b\x32Y.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeDocumentVersion\"p\n,ListDocumentsWithWorkspaceAndVersionsRequest\x12\x11\n\tnext_page\x18\x01 \x01(\t\x12\x15\n\rprevious_page\x18\x02 \x01(\t\x12\x16\n\x0e\x63ompany_prefix\x18\x03 \x01(\t\"\xbd\x01\n*ListDocumentsWithWorkspaceAndVersionsReply\x12\x65\n\tdocuments\x18\x01 \x03(\x0b\x32R.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeDocument\x12\x11\n\tnext_page\x18\x02 \x01(\t\x12\x15\n\rprevious_page\x18\x03 \x01(\t\"\xa2\x01\n\x0eOnshapeElement\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x63\n\x04type\x18\x03 \x01(\x0e\x32U.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeElementType\x12\x11\n\tthumbnail\x18\x04 \x01(\x0c\"\x82\x01\n\"ListImportablesForSelectionRequest\x12\\\n\x04path\x18\x01 \x01(\x0b\x32N.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapePath\"\x87\x01\n ListImportablesForSelectionReply\x12\x63\n\x08\x65lements\x18\x01 \x03(\x0b\x32Q.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeElement\"\x1b\n\x19GetCompanyPrefixesRequest\"\x83\x01\n\x17GetCompanyPrefixesReply\x12h\n\tcompanies\x18\x01 \x03(\x0b\x32U.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeCompanyInfo\"u\n\x15\x46\x65tchVariablesRequest\x12\\\n\x04path\x18\x01 \x01(\x0b\x32N.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapePath\"$\n\x13\x46\x65tchVariablesReply\x12\r\n\x05names\x18\x01 \x03(\t*3\n\x12OnshapeElementType\x12\x0f\n\x0bPART_STUDIO\x10\x00\x12\x0c\n\x08\x41SSEMBLY\x10\x01\x32\x8a\x10\n\x0eOnshapeService\x12\xa8\x02\n\x17GetAuthenticationStatus\x12\x61.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.GetAuthenticationStatusRequest\x1a_.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.GetAuthenticationStatusReply\"I\x82\xd3\xe4\x93\x02\x39\x12\x37/v0/thirdpartyintegration/onshape/authentication-status\x8a\xb5\x18\x06\x08<\x12\x02\x08\x01\x12\x8a\x02\n\x0e\x46\x65tchVariables\x12X.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.FetchVariablesRequest\x1aV.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.FetchVariablesReply\"F\x82\xd3\xe4\x93\x02\x36\"1/v0/thirdpartyintegration/onshape/fetch-variables:\x01*\x8a\xb5\x18\x06\x08\n\x12\x02\x08\x05\x12\xc6\x02\n%ListDocumentsWithWorkspaceAndVersions\x12o.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListDocumentsWithWorkspaceAndVersionsRequest\x1am.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListDocumentsWithWorkspaceAndVersionsReply\"=\x82\xd3\xe4\x93\x02-\x12+/v0/thirdpartyintegration/onshape/documents\x8a\xb5\x18\x06\x08\n\x12\x02\x08\x05\x12\x83\x02\n\rListDocuments\x12W.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListDocumentsRequest\x1aU.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListDocumentsReply\"B\x82\xd3\xe4\x93\x02\x32\x12\x30/v0/thirdpartyintegration/onshape/documents-only\x8a\xb5\x18\x06\x08\n\x12\x02\x08\x05\x12\xb0\x02\n\x19ListWorkspacesAndVersions\x12\x63.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListWorkspacesAndVersionsRequest\x1a\x61.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListWorkspacesAndVersionsReply\"K\x82\xd3\xe4\x93\x02;\x12\x39/v0/thirdpartyintegration/onshape/workspaces-and-versions\x8a\xb5\x18\x06\x08\n\x12\x02\x08\x05\x12\xad\x02\n\x1bListImportablesForSelection\x12\x65.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListImportablesForSelectionRequest\x1a\x63.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListImportablesForSelectionReply\"B\x82\xd3\xe4\x93\x02\x32\"-/v0/thirdpartyintegration/onshape/importables:\x01*\x8a\xb5\x18\x06\x08\n\x12\x02\x08\x05\x12\x8d\x02\n\x12GetCompanyPrefixes\x12\\.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.GetCompanyPrefixesRequest\x1aZ.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.GetCompanyPrefixesReply\"=\x82\xd3\xe4\x93\x02-\x12+/v0/thirdpartyintegration/onshape/companies\x8a\xb5\x18\x06\x08<\x12\x02\x08\x01\x42QZOluminarycloud.com/core/proto/api/v0/luminarycloud/thirdpartyintegration/onshapeb\x06proto3')
|
|
22
21
|
|
|
22
|
+
_ONSHAPEELEMENTTYPE = DESCRIPTOR.enum_types_by_name['OnshapeElementType']
|
|
23
|
+
OnshapeElementType = enum_type_wrapper.EnumTypeWrapper(_ONSHAPEELEMENTTYPE)
|
|
24
|
+
PART_STUDIO = 0
|
|
25
|
+
ASSEMBLY = 1
|
|
23
26
|
|
|
24
27
|
|
|
28
|
+
_GETAUTHENTICATIONSTATUSREQUEST = DESCRIPTOR.message_types_by_name['GetAuthenticationStatusRequest']
|
|
29
|
+
_GETAUTHENTICATIONSTATUSREPLY = DESCRIPTOR.message_types_by_name['GetAuthenticationStatusReply']
|
|
25
30
|
_ONSHAPEPATH = DESCRIPTOR.message_types_by_name['OnshapePath']
|
|
26
31
|
_ONSHAPEVARIABLE = DESCRIPTOR.message_types_by_name['OnshapeVariable']
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
32
|
+
_ONSHAPECOMPANYINFO = DESCRIPTOR.message_types_by_name['OnshapeCompanyInfo']
|
|
33
|
+
_ONSHAPEDOCUMENTVERSION = DESCRIPTOR.message_types_by_name['OnshapeDocumentVersion']
|
|
34
|
+
_ONSHAPEDOCUMENTWORKSPACE = DESCRIPTOR.message_types_by_name['OnshapeDocumentWorkspace']
|
|
35
|
+
_ONSHAPEDOCUMENT = DESCRIPTOR.message_types_by_name['OnshapeDocument']
|
|
36
|
+
_ONSHAPEDOCUMENTONLY = DESCRIPTOR.message_types_by_name['OnshapeDocumentOnly']
|
|
37
|
+
_LISTDOCUMENTSREQUEST = DESCRIPTOR.message_types_by_name['ListDocumentsRequest']
|
|
38
|
+
_LISTDOCUMENTSREPLY = DESCRIPTOR.message_types_by_name['ListDocumentsReply']
|
|
39
|
+
_LISTWORKSPACESANDVERSIONSREQUEST = DESCRIPTOR.message_types_by_name['ListWorkspacesAndVersionsRequest']
|
|
40
|
+
_LISTWORKSPACESANDVERSIONSREPLY = DESCRIPTOR.message_types_by_name['ListWorkspacesAndVersionsReply']
|
|
41
|
+
_LISTDOCUMENTSWITHWORKSPACEANDVERSIONSREQUEST = DESCRIPTOR.message_types_by_name['ListDocumentsWithWorkspaceAndVersionsRequest']
|
|
42
|
+
_LISTDOCUMENTSWITHWORKSPACEANDVERSIONSREPLY = DESCRIPTOR.message_types_by_name['ListDocumentsWithWorkspaceAndVersionsReply']
|
|
43
|
+
_ONSHAPEELEMENT = DESCRIPTOR.message_types_by_name['OnshapeElement']
|
|
44
|
+
_LISTIMPORTABLESFORSELECTIONREQUEST = DESCRIPTOR.message_types_by_name['ListImportablesForSelectionRequest']
|
|
45
|
+
_LISTIMPORTABLESFORSELECTIONREPLY = DESCRIPTOR.message_types_by_name['ListImportablesForSelectionReply']
|
|
46
|
+
_GETCOMPANYPREFIXESREQUEST = DESCRIPTOR.message_types_by_name['GetCompanyPrefixesRequest']
|
|
47
|
+
_GETCOMPANYPREFIXESREPLY = DESCRIPTOR.message_types_by_name['GetCompanyPrefixesReply']
|
|
34
48
|
_FETCHVARIABLESREQUEST = DESCRIPTOR.message_types_by_name['FetchVariablesRequest']
|
|
35
49
|
_FETCHVARIABLESREPLY = DESCRIPTOR.message_types_by_name['FetchVariablesReply']
|
|
36
|
-
|
|
37
|
-
|
|
50
|
+
GetAuthenticationStatusRequest = _reflection.GeneratedProtocolMessageType('GetAuthenticationStatusRequest', (_message.Message,), {
|
|
51
|
+
'DESCRIPTOR' : _GETAUTHENTICATIONSTATUSREQUEST,
|
|
52
|
+
'__module__' : 'proto.api.v0.luminarycloud.thirdpartyintegration.onshape.onshape_pb2'
|
|
53
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.GetAuthenticationStatusRequest)
|
|
54
|
+
})
|
|
55
|
+
_sym_db.RegisterMessage(GetAuthenticationStatusRequest)
|
|
56
|
+
|
|
57
|
+
GetAuthenticationStatusReply = _reflection.GeneratedProtocolMessageType('GetAuthenticationStatusReply', (_message.Message,), {
|
|
58
|
+
'DESCRIPTOR' : _GETAUTHENTICATIONSTATUSREPLY,
|
|
59
|
+
'__module__' : 'proto.api.v0.luminarycloud.thirdpartyintegration.onshape.onshape_pb2'
|
|
60
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.GetAuthenticationStatusReply)
|
|
61
|
+
})
|
|
62
|
+
_sym_db.RegisterMessage(GetAuthenticationStatusReply)
|
|
63
|
+
|
|
38
64
|
OnshapePath = _reflection.GeneratedProtocolMessageType('OnshapePath', (_message.Message,), {
|
|
39
65
|
'DESCRIPTOR' : _ONSHAPEPATH,
|
|
40
66
|
'__module__' : 'proto.api.v0.luminarycloud.thirdpartyintegration.onshape.onshape_pb2'
|
|
@@ -49,54 +75,117 @@ OnshapeVariable = _reflection.GeneratedProtocolMessageType('OnshapeVariable', (_
|
|
|
49
75
|
})
|
|
50
76
|
_sym_db.RegisterMessage(OnshapeVariable)
|
|
51
77
|
|
|
52
|
-
|
|
53
|
-
'DESCRIPTOR' :
|
|
78
|
+
OnshapeCompanyInfo = _reflection.GeneratedProtocolMessageType('OnshapeCompanyInfo', (_message.Message,), {
|
|
79
|
+
'DESCRIPTOR' : _ONSHAPECOMPANYINFO,
|
|
54
80
|
'__module__' : 'proto.api.v0.luminarycloud.thirdpartyintegration.onshape.onshape_pb2'
|
|
55
|
-
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.
|
|
81
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeCompanyInfo)
|
|
56
82
|
})
|
|
57
|
-
_sym_db.RegisterMessage(
|
|
83
|
+
_sym_db.RegisterMessage(OnshapeCompanyInfo)
|
|
84
|
+
|
|
85
|
+
OnshapeDocumentVersion = _reflection.GeneratedProtocolMessageType('OnshapeDocumentVersion', (_message.Message,), {
|
|
86
|
+
'DESCRIPTOR' : _ONSHAPEDOCUMENTVERSION,
|
|
87
|
+
'__module__' : 'proto.api.v0.luminarycloud.thirdpartyintegration.onshape.onshape_pb2'
|
|
88
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeDocumentVersion)
|
|
89
|
+
})
|
|
90
|
+
_sym_db.RegisterMessage(OnshapeDocumentVersion)
|
|
91
|
+
|
|
92
|
+
OnshapeDocumentWorkspace = _reflection.GeneratedProtocolMessageType('OnshapeDocumentWorkspace', (_message.Message,), {
|
|
93
|
+
'DESCRIPTOR' : _ONSHAPEDOCUMENTWORKSPACE,
|
|
94
|
+
'__module__' : 'proto.api.v0.luminarycloud.thirdpartyintegration.onshape.onshape_pb2'
|
|
95
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeDocumentWorkspace)
|
|
96
|
+
})
|
|
97
|
+
_sym_db.RegisterMessage(OnshapeDocumentWorkspace)
|
|
98
|
+
|
|
99
|
+
OnshapeDocument = _reflection.GeneratedProtocolMessageType('OnshapeDocument', (_message.Message,), {
|
|
100
|
+
'DESCRIPTOR' : _ONSHAPEDOCUMENT,
|
|
101
|
+
'__module__' : 'proto.api.v0.luminarycloud.thirdpartyintegration.onshape.onshape_pb2'
|
|
102
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeDocument)
|
|
103
|
+
})
|
|
104
|
+
_sym_db.RegisterMessage(OnshapeDocument)
|
|
58
105
|
|
|
59
|
-
|
|
60
|
-
'DESCRIPTOR' :
|
|
106
|
+
OnshapeDocumentOnly = _reflection.GeneratedProtocolMessageType('OnshapeDocumentOnly', (_message.Message,), {
|
|
107
|
+
'DESCRIPTOR' : _ONSHAPEDOCUMENTONLY,
|
|
61
108
|
'__module__' : 'proto.api.v0.luminarycloud.thirdpartyintegration.onshape.onshape_pb2'
|
|
62
|
-
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.
|
|
109
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeDocumentOnly)
|
|
63
110
|
})
|
|
64
|
-
_sym_db.RegisterMessage(
|
|
111
|
+
_sym_db.RegisterMessage(OnshapeDocumentOnly)
|
|
65
112
|
|
|
66
|
-
|
|
67
|
-
'DESCRIPTOR' :
|
|
113
|
+
ListDocumentsRequest = _reflection.GeneratedProtocolMessageType('ListDocumentsRequest', (_message.Message,), {
|
|
114
|
+
'DESCRIPTOR' : _LISTDOCUMENTSREQUEST,
|
|
68
115
|
'__module__' : 'proto.api.v0.luminarycloud.thirdpartyintegration.onshape.onshape_pb2'
|
|
69
|
-
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.
|
|
116
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListDocumentsRequest)
|
|
70
117
|
})
|
|
71
|
-
_sym_db.RegisterMessage(
|
|
118
|
+
_sym_db.RegisterMessage(ListDocumentsRequest)
|
|
72
119
|
|
|
73
|
-
|
|
74
|
-
'DESCRIPTOR' :
|
|
120
|
+
ListDocumentsReply = _reflection.GeneratedProtocolMessageType('ListDocumentsReply', (_message.Message,), {
|
|
121
|
+
'DESCRIPTOR' : _LISTDOCUMENTSREPLY,
|
|
75
122
|
'__module__' : 'proto.api.v0.luminarycloud.thirdpartyintegration.onshape.onshape_pb2'
|
|
76
|
-
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.
|
|
123
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListDocumentsReply)
|
|
77
124
|
})
|
|
78
|
-
_sym_db.RegisterMessage(
|
|
125
|
+
_sym_db.RegisterMessage(ListDocumentsReply)
|
|
79
126
|
|
|
80
|
-
|
|
81
|
-
'DESCRIPTOR' :
|
|
127
|
+
ListWorkspacesAndVersionsRequest = _reflection.GeneratedProtocolMessageType('ListWorkspacesAndVersionsRequest', (_message.Message,), {
|
|
128
|
+
'DESCRIPTOR' : _LISTWORKSPACESANDVERSIONSREQUEST,
|
|
82
129
|
'__module__' : 'proto.api.v0.luminarycloud.thirdpartyintegration.onshape.onshape_pb2'
|
|
83
|
-
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.
|
|
130
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListWorkspacesAndVersionsRequest)
|
|
84
131
|
})
|
|
85
|
-
_sym_db.RegisterMessage(
|
|
132
|
+
_sym_db.RegisterMessage(ListWorkspacesAndVersionsRequest)
|
|
86
133
|
|
|
87
|
-
|
|
88
|
-
'DESCRIPTOR' :
|
|
134
|
+
ListWorkspacesAndVersionsReply = _reflection.GeneratedProtocolMessageType('ListWorkspacesAndVersionsReply', (_message.Message,), {
|
|
135
|
+
'DESCRIPTOR' : _LISTWORKSPACESANDVERSIONSREPLY,
|
|
89
136
|
'__module__' : 'proto.api.v0.luminarycloud.thirdpartyintegration.onshape.onshape_pb2'
|
|
90
|
-
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.
|
|
137
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListWorkspacesAndVersionsReply)
|
|
91
138
|
})
|
|
92
|
-
_sym_db.RegisterMessage(
|
|
139
|
+
_sym_db.RegisterMessage(ListWorkspacesAndVersionsReply)
|
|
93
140
|
|
|
94
|
-
|
|
95
|
-
'DESCRIPTOR' :
|
|
141
|
+
ListDocumentsWithWorkspaceAndVersionsRequest = _reflection.GeneratedProtocolMessageType('ListDocumentsWithWorkspaceAndVersionsRequest', (_message.Message,), {
|
|
142
|
+
'DESCRIPTOR' : _LISTDOCUMENTSWITHWORKSPACEANDVERSIONSREQUEST,
|
|
96
143
|
'__module__' : 'proto.api.v0.luminarycloud.thirdpartyintegration.onshape.onshape_pb2'
|
|
97
|
-
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.
|
|
144
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListDocumentsWithWorkspaceAndVersionsRequest)
|
|
98
145
|
})
|
|
99
|
-
_sym_db.RegisterMessage(
|
|
146
|
+
_sym_db.RegisterMessage(ListDocumentsWithWorkspaceAndVersionsRequest)
|
|
147
|
+
|
|
148
|
+
ListDocumentsWithWorkspaceAndVersionsReply = _reflection.GeneratedProtocolMessageType('ListDocumentsWithWorkspaceAndVersionsReply', (_message.Message,), {
|
|
149
|
+
'DESCRIPTOR' : _LISTDOCUMENTSWITHWORKSPACEANDVERSIONSREPLY,
|
|
150
|
+
'__module__' : 'proto.api.v0.luminarycloud.thirdpartyintegration.onshape.onshape_pb2'
|
|
151
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListDocumentsWithWorkspaceAndVersionsReply)
|
|
152
|
+
})
|
|
153
|
+
_sym_db.RegisterMessage(ListDocumentsWithWorkspaceAndVersionsReply)
|
|
154
|
+
|
|
155
|
+
OnshapeElement = _reflection.GeneratedProtocolMessageType('OnshapeElement', (_message.Message,), {
|
|
156
|
+
'DESCRIPTOR' : _ONSHAPEELEMENT,
|
|
157
|
+
'__module__' : 'proto.api.v0.luminarycloud.thirdpartyintegration.onshape.onshape_pb2'
|
|
158
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeElement)
|
|
159
|
+
})
|
|
160
|
+
_sym_db.RegisterMessage(OnshapeElement)
|
|
161
|
+
|
|
162
|
+
ListImportablesForSelectionRequest = _reflection.GeneratedProtocolMessageType('ListImportablesForSelectionRequest', (_message.Message,), {
|
|
163
|
+
'DESCRIPTOR' : _LISTIMPORTABLESFORSELECTIONREQUEST,
|
|
164
|
+
'__module__' : 'proto.api.v0.luminarycloud.thirdpartyintegration.onshape.onshape_pb2'
|
|
165
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListImportablesForSelectionRequest)
|
|
166
|
+
})
|
|
167
|
+
_sym_db.RegisterMessage(ListImportablesForSelectionRequest)
|
|
168
|
+
|
|
169
|
+
ListImportablesForSelectionReply = _reflection.GeneratedProtocolMessageType('ListImportablesForSelectionReply', (_message.Message,), {
|
|
170
|
+
'DESCRIPTOR' : _LISTIMPORTABLESFORSELECTIONREPLY,
|
|
171
|
+
'__module__' : 'proto.api.v0.luminarycloud.thirdpartyintegration.onshape.onshape_pb2'
|
|
172
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListImportablesForSelectionReply)
|
|
173
|
+
})
|
|
174
|
+
_sym_db.RegisterMessage(ListImportablesForSelectionReply)
|
|
175
|
+
|
|
176
|
+
GetCompanyPrefixesRequest = _reflection.GeneratedProtocolMessageType('GetCompanyPrefixesRequest', (_message.Message,), {
|
|
177
|
+
'DESCRIPTOR' : _GETCOMPANYPREFIXESREQUEST,
|
|
178
|
+
'__module__' : 'proto.api.v0.luminarycloud.thirdpartyintegration.onshape.onshape_pb2'
|
|
179
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.GetCompanyPrefixesRequest)
|
|
180
|
+
})
|
|
181
|
+
_sym_db.RegisterMessage(GetCompanyPrefixesRequest)
|
|
182
|
+
|
|
183
|
+
GetCompanyPrefixesReply = _reflection.GeneratedProtocolMessageType('GetCompanyPrefixesReply', (_message.Message,), {
|
|
184
|
+
'DESCRIPTOR' : _GETCOMPANYPREFIXESREPLY,
|
|
185
|
+
'__module__' : 'proto.api.v0.luminarycloud.thirdpartyintegration.onshape.onshape_pb2'
|
|
186
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.GetCompanyPrefixesReply)
|
|
187
|
+
})
|
|
188
|
+
_sym_db.RegisterMessage(GetCompanyPrefixesReply)
|
|
100
189
|
|
|
101
190
|
FetchVariablesRequest = _reflection.GeneratedProtocolMessageType('FetchVariablesRequest', (_message.Message,), {
|
|
102
191
|
'DESCRIPTOR' : _FETCHVARIABLESREQUEST,
|
|
@@ -112,51 +201,71 @@ FetchVariablesReply = _reflection.GeneratedProtocolMessageType('FetchVariablesRe
|
|
|
112
201
|
})
|
|
113
202
|
_sym_db.RegisterMessage(FetchVariablesReply)
|
|
114
203
|
|
|
115
|
-
SetVariablesRequest = _reflection.GeneratedProtocolMessageType('SetVariablesRequest', (_message.Message,), {
|
|
116
|
-
'DESCRIPTOR' : _SETVARIABLESREQUEST,
|
|
117
|
-
'__module__' : 'proto.api.v0.luminarycloud.thirdpartyintegration.onshape.onshape_pb2'
|
|
118
|
-
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.SetVariablesRequest)
|
|
119
|
-
})
|
|
120
|
-
_sym_db.RegisterMessage(SetVariablesRequest)
|
|
121
|
-
|
|
122
|
-
SetVariablesReply = _reflection.GeneratedProtocolMessageType('SetVariablesReply', (_message.Message,), {
|
|
123
|
-
'DESCRIPTOR' : _SETVARIABLESREPLY,
|
|
124
|
-
'__module__' : 'proto.api.v0.luminarycloud.thirdpartyintegration.onshape.onshape_pb2'
|
|
125
|
-
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.SetVariablesReply)
|
|
126
|
-
})
|
|
127
|
-
_sym_db.RegisterMessage(SetVariablesReply)
|
|
128
|
-
|
|
129
204
|
_ONSHAPESERVICE = DESCRIPTOR.services_by_name['OnshapeService']
|
|
130
205
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
131
206
|
|
|
132
207
|
DESCRIPTOR._options = None
|
|
133
208
|
DESCRIPTOR._serialized_options = b'ZOluminarycloud.com/core/proto/api/v0/luminarycloud/thirdpartyintegration/onshape'
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
209
|
+
_ONSHAPESERVICE.methods_by_name['GetAuthenticationStatus']._options = None
|
|
210
|
+
_ONSHAPESERVICE.methods_by_name['GetAuthenticationStatus']._serialized_options = b'\202\323\344\223\0029\0227/v0/thirdpartyintegration/onshape/authentication-status\212\265\030\006\010<\022\002\010\001'
|
|
211
|
+
_ONSHAPESERVICE.methods_by_name['FetchVariables']._options = None
|
|
212
|
+
_ONSHAPESERVICE.methods_by_name['FetchVariables']._serialized_options = b'\202\323\344\223\0026\"1/v0/thirdpartyintegration/onshape/fetch-variables:\001*\212\265\030\006\010\n\022\002\010\005'
|
|
213
|
+
_ONSHAPESERVICE.methods_by_name['ListDocumentsWithWorkspaceAndVersions']._options = None
|
|
214
|
+
_ONSHAPESERVICE.methods_by_name['ListDocumentsWithWorkspaceAndVersions']._serialized_options = b'\202\323\344\223\002-\022+/v0/thirdpartyintegration/onshape/documents\212\265\030\006\010\n\022\002\010\005'
|
|
215
|
+
_ONSHAPESERVICE.methods_by_name['ListDocuments']._options = None
|
|
216
|
+
_ONSHAPESERVICE.methods_by_name['ListDocuments']._serialized_options = b'\202\323\344\223\0022\0220/v0/thirdpartyintegration/onshape/documents-only\212\265\030\006\010\n\022\002\010\005'
|
|
217
|
+
_ONSHAPESERVICE.methods_by_name['ListWorkspacesAndVersions']._options = None
|
|
218
|
+
_ONSHAPESERVICE.methods_by_name['ListWorkspacesAndVersions']._serialized_options = b'\202\323\344\223\002;\0229/v0/thirdpartyintegration/onshape/workspaces-and-versions\212\265\030\006\010\n\022\002\010\005'
|
|
219
|
+
_ONSHAPESERVICE.methods_by_name['ListImportablesForSelection']._options = None
|
|
220
|
+
_ONSHAPESERVICE.methods_by_name['ListImportablesForSelection']._serialized_options = b'\202\323\344\223\0022\"-/v0/thirdpartyintegration/onshape/importables:\001*\212\265\030\006\010\n\022\002\010\005'
|
|
221
|
+
_ONSHAPESERVICE.methods_by_name['GetCompanyPrefixes']._options = None
|
|
222
|
+
_ONSHAPESERVICE.methods_by_name['GetCompanyPrefixes']._serialized_options = b'\202\323\344\223\002-\022+/v0/thirdpartyintegration/onshape/companies\212\265\030\006\010<\022\002\010\001'
|
|
223
|
+
_ONSHAPEELEMENTTYPE._serialized_start=2926
|
|
224
|
+
_ONSHAPEELEMENTTYPE._serialized_end=2977
|
|
225
|
+
_GETAUTHENTICATIONSTATUSREQUEST._serialized_start=204
|
|
226
|
+
_GETAUTHENTICATIONSTATUSREQUEST._serialized_end=236
|
|
227
|
+
_GETAUTHENTICATIONSTATUSREPLY._serialized_start=238
|
|
228
|
+
_GETAUTHENTICATIONSTATUSREPLY._serialized_end=289
|
|
229
|
+
_ONSHAPEPATH._serialized_start=291
|
|
230
|
+
_ONSHAPEPATH._serialized_end=400
|
|
231
|
+
_ONSHAPEVARIABLE._serialized_start=402
|
|
232
|
+
_ONSHAPEVARIABLE._serialized_end=503
|
|
233
|
+
_ONSHAPECOMPANYINFO._serialized_start=505
|
|
234
|
+
_ONSHAPECOMPANYINFO._serialized_end=567
|
|
235
|
+
_ONSHAPEDOCUMENTVERSION._serialized_start=569
|
|
236
|
+
_ONSHAPEDOCUMENTVERSION._serialized_end=665
|
|
237
|
+
_ONSHAPEDOCUMENTWORKSPACE._serialized_start=667
|
|
238
|
+
_ONSHAPEDOCUMENTWORKSPACE._serialized_end=765
|
|
239
|
+
_ONSHAPEDOCUMENT._serialized_start=768
|
|
240
|
+
_ONSHAPEDOCUMENT._serialized_end=1098
|
|
241
|
+
_ONSHAPEDOCUMENTONLY._serialized_start=1100
|
|
242
|
+
_ONSHAPEDOCUMENTONLY._serialized_end=1212
|
|
243
|
+
_LISTDOCUMENTSREQUEST._serialized_start=1214
|
|
244
|
+
_LISTDOCUMENTSREQUEST._serialized_end=1302
|
|
245
|
+
_LISTDOCUMENTSREPLY._serialized_start=1305
|
|
246
|
+
_LISTDOCUMENTSREPLY._serialized_end=1474
|
|
247
|
+
_LISTWORKSPACESANDVERSIONSREQUEST._serialized_start=1477
|
|
248
|
+
_LISTWORKSPACESANDVERSIONSREQUEST._serialized_end=1605
|
|
249
|
+
_LISTWORKSPACESANDVERSIONSREPLY._serialized_start=1608
|
|
250
|
+
_LISTWORKSPACESANDVERSIONSREPLY._serialized_end=1862
|
|
251
|
+
_LISTDOCUMENTSWITHWORKSPACEANDVERSIONSREQUEST._serialized_start=1864
|
|
252
|
+
_LISTDOCUMENTSWITHWORKSPACEANDVERSIONSREQUEST._serialized_end=1976
|
|
253
|
+
_LISTDOCUMENTSWITHWORKSPACEANDVERSIONSREPLY._serialized_start=1979
|
|
254
|
+
_LISTDOCUMENTSWITHWORKSPACEANDVERSIONSREPLY._serialized_end=2168
|
|
255
|
+
_ONSHAPEELEMENT._serialized_start=2171
|
|
256
|
+
_ONSHAPEELEMENT._serialized_end=2333
|
|
257
|
+
_LISTIMPORTABLESFORSELECTIONREQUEST._serialized_start=2336
|
|
258
|
+
_LISTIMPORTABLESFORSELECTIONREQUEST._serialized_end=2466
|
|
259
|
+
_LISTIMPORTABLESFORSELECTIONREPLY._serialized_start=2469
|
|
260
|
+
_LISTIMPORTABLESFORSELECTIONREPLY._serialized_end=2604
|
|
261
|
+
_GETCOMPANYPREFIXESREQUEST._serialized_start=2606
|
|
262
|
+
_GETCOMPANYPREFIXESREQUEST._serialized_end=2633
|
|
263
|
+
_GETCOMPANYPREFIXESREPLY._serialized_start=2636
|
|
264
|
+
_GETCOMPANYPREFIXESREPLY._serialized_end=2767
|
|
265
|
+
_FETCHVARIABLESREQUEST._serialized_start=2769
|
|
266
|
+
_FETCHVARIABLESREQUEST._serialized_end=2886
|
|
267
|
+
_FETCHVARIABLESREPLY._serialized_start=2888
|
|
268
|
+
_FETCHVARIABLESREPLY._serialized_end=2924
|
|
269
|
+
_ONSHAPESERVICE._serialized_start=2980
|
|
270
|
+
_ONSHAPESERVICE._serialized_end=5038
|
|
162
271
|
# @@protoc_insertion_point(module_scope)
|