mcp-lp-server 0.1.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.
- codegens/gravi/cms/cms_content_pb2.py +110 -0
- codegens/gravi/cms/cms_content_pb2.pyi +231 -0
- codegens/gravi/common/gravi_common_pb2.py +44 -0
- codegens/gravi/common/gravi_common_pb2.pyi +51 -0
- codegens/gravi/gsfile/asset/persistence/asset_pb2.py +40 -0
- codegens/gravi/gsfile/asset/persistence/asset_pb2.pyi +16 -0
- codegens/gravi/gsfile/layergroup/persistence/layer_group_pb2.py +40 -0
- codegens/gravi/gsfile/layergroup/persistence/layer_group_pb2.pyi +16 -0
- codegens/gravi/gsfile/legacy/legacy_gsfile_pb2.py +53 -0
- codegens/gravi/gsfile/legacy/legacy_gsfile_pb2.pyi +58 -0
- codegens/gravi/gsfile/metadata/persistence/metadata_pb2.py +45 -0
- codegens/gravi/gsfile/metadata/persistence/metadata_pb2.pyi +32 -0
- codegens/gravi/gsfile/sketch_gsfile_pb2.py +160 -0
- codegens/gravi/gsfile/sketch_gsfile_pb2.pyi +546 -0
- codegens/gravi/gsfile/strokelayer/persistence/layer_pb2.py +41 -0
- codegens/gravi/gsfile/strokelayer/persistence/layer_pb2.pyi +25 -0
- codegens/gravi/library/material_library_pb2.py +38 -0
- codegens/gravi/library/material_library_pb2.pyi +16 -0
- codegens/gravi/localization/localization_pb2.py +51 -0
- codegens/gravi/localization/localization_pb2.pyi +71 -0
- codegens/gravi/models/bot_export_pb2.py +54 -0
- codegens/gravi/models/bot_export_pb2.pyi +77 -0
- codegens/gravi/models/gravi_model_pb2.py +322 -0
- codegens/gravi/models/gravi_model_pb2.pyi +1450 -0
- codegens/gravi/models/notifications_pb2.py +105 -0
- codegens/gravi/models/notifications_pb2.pyi +169 -0
- codegens/gravi/models/preferences_pb2.py +193 -0
- codegens/gravi/models/preferences_pb2.pyi +839 -0
- codegens/gravi/models/rhino_compute_pb2.py +54 -0
- codegens/gravi/models/rhino_compute_pb2.pyi +57 -0
- codegens/gravi/proxy/control_pb2.py +44 -0
- codegens/gravi/proxy/control_pb2.pyi +23 -0
- codegens/gravi/release/release_pb2.py +45 -0
- codegens/gravi/release/release_pb2.pyi +50 -0
- codegens/gravi/rest/ai/ask_pb2.py +60 -0
- codegens/gravi/rest/ai/ask_pb2.pyi +54 -0
- codegens/gravi/rest/ai/image_pb2.py +69 -0
- codegens/gravi/rest/ai/image_pb2.pyi +92 -0
- codegens/gravi/rest/auth/auth_pb2.py +281 -0
- codegens/gravi/rest/auth/auth_pb2.pyi +717 -0
- codegens/gravi/rest/common/async_pb2.py +40 -0
- codegens/gravi/rest/common/async_pb2.pyi +12 -0
- codegens/gravi/rest/doc/comment_pb2.py +92 -0
- codegens/gravi/rest/doc/comment_pb2.pyi +172 -0
- codegens/gravi/rest/doc/doc_rest_pb2.py +385 -0
- codegens/gravi/rest/doc/doc_rest_pb2.pyi +1005 -0
- codegens/gravi/rest/doc/export_pb2.py +127 -0
- codegens/gravi/rest/doc/export_pb2.pyi +278 -0
- codegens/gravi/rest/doc/revision_pb2.py +51 -0
- codegens/gravi/rest/doc/revision_pb2.pyi +41 -0
- codegens/gravi/rest/doc/room_pb2.py +207 -0
- codegens/gravi/rest/doc/room_pb2.pyi +443 -0
- codegens/gravi/rest/model/achievement_pb2.py +46 -0
- codegens/gravi/rest/model/achievement_pb2.pyi +119 -0
- codegens/gravi/rest/model/activate_code_pb2.py +51 -0
- codegens/gravi/rest/model/activate_code_pb2.pyi +119 -0
- codegens/gravi/rest/model/collab_pb2.py +57 -0
- codegens/gravi/rest/model/collab_pb2.pyi +72 -0
- codegens/gravi/rest/model/login_pb2.py +49 -0
- codegens/gravi/rest/model/login_pb2.pyi +115 -0
- codegens/gravi/rest/model/online_sketch_pb2.py +104 -0
- codegens/gravi/rest/model/online_sketch_pb2.pyi +208 -0
- codegens/gravi/rest/model/organisation_pb2.py +45 -0
- codegens/gravi/rest/model/organisation_pb2.pyi +29 -0
- codegens/gravi/rest/model/pair_device_pb2.py +81 -0
- codegens/gravi/rest/model/pair_device_pb2.pyi +108 -0
- codegens/gravi/rest/model/platform_rest_pb2.py +568 -0
- codegens/gravi/rest/model/platform_rest_pb2.pyi +2442 -0
- codegens/gravi/rest/model/signup_pb2.py +88 -0
- codegens/gravi/rest/model/signup_pb2.pyi +177 -0
- codegens/gravi/rest/org/invitation_pb2.py +86 -0
- codegens/gravi/rest/org/invitation_pb2.pyi +123 -0
- codegens/gravi/rest/org/management_pb2.py +68 -0
- codegens/gravi/rest/org/management_pb2.pyi +136 -0
- codegens/gravi/rest/org/team_member_pb2.py +76 -0
- codegens/gravi/rest/org/team_member_pb2.pyi +99 -0
- codegens/gravi/rest/org/team_pb2.py +255 -0
- codegens/gravi/rest/org/team_pb2.pyi +625 -0
- codegens/gravi/rest/sketch/sketch_pb2.py +83 -0
- codegens/gravi/rest/sketch/sketch_pb2.pyi +114 -0
- codegens/gravi/rest/user/account_pb2.py +47 -0
- codegens/gravi/rest/user/account_pb2.pyi +28 -0
- codegens/gravi/rest/user/connections_pb2.py +115 -0
- codegens/gravi/rest/user/connections_pb2.pyi +199 -0
- codegens/gravi/rest/user/profile_pb2.py +98 -0
- codegens/gravi/rest/user/profile_pb2.pyi +194 -0
- codegens/gravi/rest/user/update_check_pb2.py +46 -0
- codegens/gravi/rest/user/update_check_pb2.pyi +64 -0
- codegens/gravi/rest/voicechat/transcribe_pb2.py +53 -0
- codegens/gravi/rest/voicechat/transcribe_pb2.pyi +36 -0
- codegens/gravi/rest/voicechat/voice_pb2.py +69 -0
- codegens/gravi/rest/voicechat/voice_pb2.pyi +77 -0
- codegens/gravi/rpc/cosketch_rpc_pb2.py +354 -0
- codegens/gravi/rpc/cosketch_rpc_pb2.pyi +1518 -0
- codegens/gravi/rpc/cosketch_serverpush_pb2.py +54 -0
- codegens/gravi/rpc/cosketch_serverpush_pb2.pyi +68 -0
- codegens/gravi/rpc/files/file_upload_pb2.py +43 -0
- codegens/gravi/rpc/files/file_upload_pb2.pyi +68 -0
- codegens/gravi/rpc/model/collab_tools_pb2.py +111 -0
- codegens/gravi/rpc/model/collab_tools_pb2.pyi +199 -0
- codegens/gravi/rpc/model/common/sketch_common_pb2.py +161 -0
- codegens/gravi/rpc/model/common/sketch_common_pb2.pyi +647 -0
- codegens/gravi/rpc/model/common/sketch_configurable_ui_pb2.py +54 -0
- codegens/gravi/rpc/model/common/sketch_configurable_ui_pb2.pyi +244 -0
- codegens/gravi/rpc/model/common/sketch_interactions_pb2.py +79 -0
- codegens/gravi/rpc/model/common/sketch_interactions_pb2.pyi +294 -0
- codegens/gravi/rpc/model/deprecated/deprecated_sketch_model_pb2.py +40 -0
- codegens/gravi/rpc/model/deprecated/deprecated_sketch_model_pb2.pyi +33 -0
- codegens/gravi/rpc/model/extra/sketch_extra_pb2.py +121 -0
- codegens/gravi/rpc/model/extra/sketch_extra_pb2.pyi +315 -0
- codegens/gravi/rpc/model/incremental/sketch_incremental_pb2.py +56 -0
- codegens/gravi/rpc/model/incremental/sketch_incremental_pb2.pyi +76 -0
- codegens/gravi/rpc/model/inputs/sketch_inputs_pb2.py +79 -0
- codegens/gravi/rpc/model/inputs/sketch_inputs_pb2.pyi +179 -0
- codegens/gravi/rpc/model/sketch_model_pb2.py +163 -0
- codegens/gravi/rpc/model/sketch_model_pb2.pyi +472 -0
- codegens/gravi/runtime/config/runtime_config_pb2.py +84 -0
- codegens/gravi/runtime/config/runtime_config_pb2.pyi +203 -0
- codegens/gravi/ui/model/ui_event_pb2.py +46 -0
- codegens/gravi/ui/model/ui_event_pb2.pyi +35 -0
- codegens/gravi/ui/model/ui_model_pb2.py +284 -0
- codegens/gravi/ui/model/ui_model_pb2.pyi +901 -0
- codegens/gravi/unity/analytics/analytics_pb2.py +325 -0
- codegens/gravi/unity/analytics/analytics_pb2.pyi +1688 -0
- codegens/gravi/unity/gravi_unity_pb2.py +48 -0
- codegens/gravi/unity/gravi_unity_pb2.pyi +59 -0
- codegens/gravi/unity/unity_log_pb2.py +42 -0
- codegens/gravi/unity/unity_log_pb2.pyi +62 -0
- codegens/gravi/webanalytics/web_pb2.py +590 -0
- codegens/gravi/webanalytics/web_pb2.pyi +1165 -0
- codegens/gravi/wrapper/wrappers_pb2.py +72 -0
- codegens/gravi/wrapper/wrappers_pb2.pyi +78 -0
- codegens/gs_options_pb2.py +60 -0
- codegens/gs_options_pb2.pyi +165 -0
- gravi/cms/cms_content_pb2.py +110 -0
- gravi/cms/cms_content_pb2.pyi +231 -0
- gravi/common/gravi_common_pb2.py +44 -0
- gravi/common/gravi_common_pb2.pyi +51 -0
- gravi/gsfile/asset/persistence/asset_pb2.py +40 -0
- gravi/gsfile/asset/persistence/asset_pb2.pyi +16 -0
- gravi/gsfile/layergroup/persistence/layer_group_pb2.py +40 -0
- gravi/gsfile/layergroup/persistence/layer_group_pb2.pyi +16 -0
- gravi/gsfile/legacy/legacy_gsfile_pb2.py +53 -0
- gravi/gsfile/legacy/legacy_gsfile_pb2.pyi +58 -0
- gravi/gsfile/metadata/persistence/metadata_pb2.py +45 -0
- gravi/gsfile/metadata/persistence/metadata_pb2.pyi +32 -0
- gravi/gsfile/sketch_gsfile_pb2.py +160 -0
- gravi/gsfile/sketch_gsfile_pb2.pyi +546 -0
- gravi/gsfile/strokelayer/persistence/layer_pb2.py +41 -0
- gravi/gsfile/strokelayer/persistence/layer_pb2.pyi +25 -0
- gravi/library/material_library_pb2.py +38 -0
- gravi/library/material_library_pb2.pyi +16 -0
- gravi/localization/localization_pb2.py +51 -0
- gravi/localization/localization_pb2.pyi +71 -0
- gravi/models/bot_export_pb2.py +54 -0
- gravi/models/bot_export_pb2.pyi +77 -0
- gravi/models/gravi_model_pb2.py +322 -0
- gravi/models/gravi_model_pb2.pyi +1450 -0
- gravi/models/notifications_pb2.py +105 -0
- gravi/models/notifications_pb2.pyi +169 -0
- gravi/models/preferences_pb2.py +193 -0
- gravi/models/preferences_pb2.pyi +839 -0
- gravi/models/rhino_compute_pb2.py +54 -0
- gravi/models/rhino_compute_pb2.pyi +57 -0
- gravi/proxy/control_pb2.py +44 -0
- gravi/proxy/control_pb2.pyi +23 -0
- gravi/release/release_pb2.py +45 -0
- gravi/release/release_pb2.pyi +50 -0
- gravi/rest/ai/ask_pb2.py +60 -0
- gravi/rest/ai/ask_pb2.pyi +54 -0
- gravi/rest/ai/image_pb2.py +69 -0
- gravi/rest/ai/image_pb2.pyi +92 -0
- gravi/rest/auth/auth_pb2.py +281 -0
- gravi/rest/auth/auth_pb2.pyi +717 -0
- gravi/rest/common/async_pb2.py +40 -0
- gravi/rest/common/async_pb2.pyi +12 -0
- gravi/rest/doc/comment_pb2.py +92 -0
- gravi/rest/doc/comment_pb2.pyi +172 -0
- gravi/rest/doc/doc_rest_pb2.py +385 -0
- gravi/rest/doc/doc_rest_pb2.pyi +1005 -0
- gravi/rest/doc/export_pb2.py +127 -0
- gravi/rest/doc/export_pb2.pyi +278 -0
- gravi/rest/doc/revision_pb2.py +51 -0
- gravi/rest/doc/revision_pb2.pyi +41 -0
- gravi/rest/doc/room_pb2.py +207 -0
- gravi/rest/doc/room_pb2.pyi +443 -0
- gravi/rest/model/achievement_pb2.py +46 -0
- gravi/rest/model/achievement_pb2.pyi +119 -0
- gravi/rest/model/activate_code_pb2.py +51 -0
- gravi/rest/model/activate_code_pb2.pyi +119 -0
- gravi/rest/model/collab_pb2.py +57 -0
- gravi/rest/model/collab_pb2.pyi +72 -0
- gravi/rest/model/login_pb2.py +49 -0
- gravi/rest/model/login_pb2.pyi +115 -0
- gravi/rest/model/online_sketch_pb2.py +104 -0
- gravi/rest/model/online_sketch_pb2.pyi +208 -0
- gravi/rest/model/organisation_pb2.py +45 -0
- gravi/rest/model/organisation_pb2.pyi +29 -0
- gravi/rest/model/pair_device_pb2.py +81 -0
- gravi/rest/model/pair_device_pb2.pyi +108 -0
- gravi/rest/model/platform_rest_pb2.py +568 -0
- gravi/rest/model/platform_rest_pb2.pyi +2442 -0
- gravi/rest/model/signup_pb2.py +88 -0
- gravi/rest/model/signup_pb2.pyi +177 -0
- gravi/rest/org/invitation_pb2.py +86 -0
- gravi/rest/org/invitation_pb2.pyi +123 -0
- gravi/rest/org/management_pb2.py +68 -0
- gravi/rest/org/management_pb2.pyi +136 -0
- gravi/rest/org/team_member_pb2.py +76 -0
- gravi/rest/org/team_member_pb2.pyi +99 -0
- gravi/rest/org/team_pb2.py +255 -0
- gravi/rest/org/team_pb2.pyi +625 -0
- gravi/rest/sketch/sketch_pb2.py +83 -0
- gravi/rest/sketch/sketch_pb2.pyi +114 -0
- gravi/rest/user/account_pb2.py +47 -0
- gravi/rest/user/account_pb2.pyi +28 -0
- gravi/rest/user/connections_pb2.py +115 -0
- gravi/rest/user/connections_pb2.pyi +199 -0
- gravi/rest/user/profile_pb2.py +98 -0
- gravi/rest/user/profile_pb2.pyi +194 -0
- gravi/rest/user/update_check_pb2.py +46 -0
- gravi/rest/user/update_check_pb2.pyi +64 -0
- gravi/rest/voicechat/transcribe_pb2.py +53 -0
- gravi/rest/voicechat/transcribe_pb2.pyi +36 -0
- gravi/rest/voicechat/voice_pb2.py +69 -0
- gravi/rest/voicechat/voice_pb2.pyi +77 -0
- gravi/rpc/cosketch_rpc_pb2.py +354 -0
- gravi/rpc/cosketch_rpc_pb2.pyi +1518 -0
- gravi/rpc/cosketch_serverpush_pb2.py +54 -0
- gravi/rpc/cosketch_serverpush_pb2.pyi +68 -0
- gravi/rpc/files/file_upload_pb2.py +43 -0
- gravi/rpc/files/file_upload_pb2.pyi +68 -0
- gravi/rpc/model/collab_tools_pb2.py +111 -0
- gravi/rpc/model/collab_tools_pb2.pyi +199 -0
- gravi/rpc/model/common/sketch_common_pb2.py +161 -0
- gravi/rpc/model/common/sketch_common_pb2.pyi +647 -0
- gravi/rpc/model/common/sketch_configurable_ui_pb2.py +54 -0
- gravi/rpc/model/common/sketch_configurable_ui_pb2.pyi +244 -0
- gravi/rpc/model/common/sketch_interactions_pb2.py +79 -0
- gravi/rpc/model/common/sketch_interactions_pb2.pyi +294 -0
- gravi/rpc/model/deprecated/deprecated_sketch_model_pb2.py +40 -0
- gravi/rpc/model/deprecated/deprecated_sketch_model_pb2.pyi +33 -0
- gravi/rpc/model/extra/sketch_extra_pb2.py +121 -0
- gravi/rpc/model/extra/sketch_extra_pb2.pyi +315 -0
- gravi/rpc/model/incremental/sketch_incremental_pb2.py +56 -0
- gravi/rpc/model/incremental/sketch_incremental_pb2.pyi +76 -0
- gravi/rpc/model/inputs/sketch_inputs_pb2.py +79 -0
- gravi/rpc/model/inputs/sketch_inputs_pb2.pyi +179 -0
- gravi/rpc/model/sketch_model_pb2.py +163 -0
- gravi/rpc/model/sketch_model_pb2.pyi +472 -0
- gravi/runtime/config/runtime_config_pb2.py +84 -0
- gravi/runtime/config/runtime_config_pb2.pyi +203 -0
- gravi/ui/model/ui_event_pb2.py +46 -0
- gravi/ui/model/ui_event_pb2.pyi +35 -0
- gravi/ui/model/ui_model_pb2.py +284 -0
- gravi/ui/model/ui_model_pb2.pyi +901 -0
- gravi/unity/analytics/analytics_pb2.py +325 -0
- gravi/unity/analytics/analytics_pb2.pyi +1688 -0
- gravi/unity/gravi_unity_pb2.py +48 -0
- gravi/unity/gravi_unity_pb2.pyi +59 -0
- gravi/unity/unity_log_pb2.py +42 -0
- gravi/unity/unity_log_pb2.pyi +62 -0
- gravi/webanalytics/web_pb2.py +590 -0
- gravi/webanalytics/web_pb2.pyi +1165 -0
- gravi/wrapper/wrappers_pb2.py +72 -0
- gravi/wrapper/wrappers_pb2.pyi +78 -0
- mcp_lp_server-0.1.0.dist-info/METADATA +42 -0
- mcp_lp_server-0.1.0.dist-info/RECORD +271 -0
- mcp_lp_server-0.1.0.dist-info/WHEEL +5 -0
- mcp_lp_server-0.1.0.dist-info/entry_points.txt +2 -0
- mcp_lp_server-0.1.0.dist-info/top_level.txt +2 -0
@@ -0,0 +1,54 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
4
|
+
# source: gravi/models/rhino-compute.proto
|
5
|
+
# Protobuf Python Version: 6.30.1
|
6
|
+
"""Generated protocol buffer code."""
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
11
|
+
from google.protobuf.internal import builder as _builder
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
14
|
+
6,
|
15
|
+
30,
|
16
|
+
1,
|
17
|
+
'',
|
18
|
+
'gravi/models/rhino-compute.proto'
|
19
|
+
)
|
20
|
+
# @@protoc_insertion_point(imports)
|
21
|
+
|
22
|
+
_sym_db = _symbol_database.Default()
|
23
|
+
|
24
|
+
|
25
|
+
import gs_options_pb2 as gs__options__pb2
|
26
|
+
|
27
|
+
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n gravi/models/rhino-compute.proto\x12\x0cgravi.models\x1a\x10gs-options.proto\"l\n\x0cRhinoRequest\x12\x11\n\tprocessId\x18\x01 \x01(\t\x12\x38\n\x0f\x64\x65\x63imateRequest\x18\n \x01(\x0b\x32\x1d.gravi.models.DecimateRequestH\x00:\x04\x88\xb5\x18\x01\x42\t\n\x07request\"p\n\rRhinoResponse\x12\x11\n\tprocessId\x18\x01 \x01(\t\x12:\n\x10\x64\x65\x63imateResponse\x18\n \x01(\x0b\x32\x1e.gravi.models.DecimateResponseH\x00:\x04\x88\xb5\x18\x01\x42\n\n\x08response\"m\n\x0f\x44\x65\x63imateRequest\x12\x16\n\x0esourceFilePath\x18\x02 \x01(\t\x12\x0f\n\x07postfix\x18\x03 \x01(\t\x12\x17\n\x0ftargetFaceCount\x18\x04 \x01(\x05\x12\x12\n\nexportPath\x18\x05 \x01(\t:\x04\x88\xb5\x18\x01\"Z\n\x10\x44\x65\x63imateResponse\x12,\n\x06result\x18\x01 \x01(\x0e\x32\x1c.gravi.models.DecimateResult\x12\x12\n\nexportPath\x18\x05 \x01(\t:\x04\x88\xb5\x18\x01*\x9c\x01\n\x0e\x44\x65\x63imateResult\x12\x19\n\x15\x44\x65\x63imateResultUnknown\x10\x00\x12\x19\n\x15\x44\x65\x63imateResultSuccess\x10\x01\x12\x18\n\x14\x44\x65\x63imateResultFailed\x10\x02\x12\x1c\n\x18\x44\x65\x63imateResultNoResource\x10\x03\x12\x1c\n\x18\x44\x65\x63imateResultProcessing\x10\x04\x42P\n\x18\x63om.gravitysketch.modelsP\x01Z2gravitysketch.com/platform/go/vrproto/gravi/modelsb\x06proto3')
|
29
|
+
|
30
|
+
_globals = globals()
|
31
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
32
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'gravi.models.rhino_compute_pb2', _globals)
|
33
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
34
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
35
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\030com.gravitysketch.modelsP\001Z2gravitysketch.com/platform/go/vrproto/gravi/models'
|
36
|
+
_globals['_RHINOREQUEST']._loaded_options = None
|
37
|
+
_globals['_RHINOREQUEST']._serialized_options = b'\210\265\030\001'
|
38
|
+
_globals['_RHINORESPONSE']._loaded_options = None
|
39
|
+
_globals['_RHINORESPONSE']._serialized_options = b'\210\265\030\001'
|
40
|
+
_globals['_DECIMATEREQUEST']._loaded_options = None
|
41
|
+
_globals['_DECIMATEREQUEST']._serialized_options = b'\210\265\030\001'
|
42
|
+
_globals['_DECIMATERESPONSE']._loaded_options = None
|
43
|
+
_globals['_DECIMATERESPONSE']._serialized_options = b'\210\265\030\001'
|
44
|
+
_globals['_DECIMATERESULT']._serialized_start=496
|
45
|
+
_globals['_DECIMATERESULT']._serialized_end=652
|
46
|
+
_globals['_RHINOREQUEST']._serialized_start=68
|
47
|
+
_globals['_RHINOREQUEST']._serialized_end=176
|
48
|
+
_globals['_RHINORESPONSE']._serialized_start=178
|
49
|
+
_globals['_RHINORESPONSE']._serialized_end=290
|
50
|
+
_globals['_DECIMATEREQUEST']._serialized_start=292
|
51
|
+
_globals['_DECIMATEREQUEST']._serialized_end=401
|
52
|
+
_globals['_DECIMATERESPONSE']._serialized_start=403
|
53
|
+
_globals['_DECIMATERESPONSE']._serialized_end=493
|
54
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -0,0 +1,57 @@
|
|
1
|
+
import gs_options_pb2 as _gs_options_pb2
|
2
|
+
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
3
|
+
from google.protobuf import descriptor as _descriptor
|
4
|
+
from google.protobuf import message as _message
|
5
|
+
from collections.abc import Mapping as _Mapping
|
6
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
7
|
+
|
8
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
9
|
+
|
10
|
+
class DecimateResult(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
11
|
+
__slots__ = ()
|
12
|
+
DecimateResultUnknown: _ClassVar[DecimateResult]
|
13
|
+
DecimateResultSuccess: _ClassVar[DecimateResult]
|
14
|
+
DecimateResultFailed: _ClassVar[DecimateResult]
|
15
|
+
DecimateResultNoResource: _ClassVar[DecimateResult]
|
16
|
+
DecimateResultProcessing: _ClassVar[DecimateResult]
|
17
|
+
DecimateResultUnknown: DecimateResult
|
18
|
+
DecimateResultSuccess: DecimateResult
|
19
|
+
DecimateResultFailed: DecimateResult
|
20
|
+
DecimateResultNoResource: DecimateResult
|
21
|
+
DecimateResultProcessing: DecimateResult
|
22
|
+
|
23
|
+
class RhinoRequest(_message.Message):
|
24
|
+
__slots__ = ("processId", "decimateRequest")
|
25
|
+
PROCESSID_FIELD_NUMBER: _ClassVar[int]
|
26
|
+
DECIMATEREQUEST_FIELD_NUMBER: _ClassVar[int]
|
27
|
+
processId: str
|
28
|
+
decimateRequest: DecimateRequest
|
29
|
+
def __init__(self, processId: _Optional[str] = ..., decimateRequest: _Optional[_Union[DecimateRequest, _Mapping]] = ...) -> None: ...
|
30
|
+
|
31
|
+
class RhinoResponse(_message.Message):
|
32
|
+
__slots__ = ("processId", "decimateResponse")
|
33
|
+
PROCESSID_FIELD_NUMBER: _ClassVar[int]
|
34
|
+
DECIMATERESPONSE_FIELD_NUMBER: _ClassVar[int]
|
35
|
+
processId: str
|
36
|
+
decimateResponse: DecimateResponse
|
37
|
+
def __init__(self, processId: _Optional[str] = ..., decimateResponse: _Optional[_Union[DecimateResponse, _Mapping]] = ...) -> None: ...
|
38
|
+
|
39
|
+
class DecimateRequest(_message.Message):
|
40
|
+
__slots__ = ("sourceFilePath", "postfix", "targetFaceCount", "exportPath")
|
41
|
+
SOURCEFILEPATH_FIELD_NUMBER: _ClassVar[int]
|
42
|
+
POSTFIX_FIELD_NUMBER: _ClassVar[int]
|
43
|
+
TARGETFACECOUNT_FIELD_NUMBER: _ClassVar[int]
|
44
|
+
EXPORTPATH_FIELD_NUMBER: _ClassVar[int]
|
45
|
+
sourceFilePath: str
|
46
|
+
postfix: str
|
47
|
+
targetFaceCount: int
|
48
|
+
exportPath: str
|
49
|
+
def __init__(self, sourceFilePath: _Optional[str] = ..., postfix: _Optional[str] = ..., targetFaceCount: _Optional[int] = ..., exportPath: _Optional[str] = ...) -> None: ...
|
50
|
+
|
51
|
+
class DecimateResponse(_message.Message):
|
52
|
+
__slots__ = ("result", "exportPath")
|
53
|
+
RESULT_FIELD_NUMBER: _ClassVar[int]
|
54
|
+
EXPORTPATH_FIELD_NUMBER: _ClassVar[int]
|
55
|
+
result: DecimateResult
|
56
|
+
exportPath: str
|
57
|
+
def __init__(self, result: _Optional[_Union[DecimateResult, str]] = ..., exportPath: _Optional[str] = ...) -> None: ...
|
@@ -0,0 +1,44 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
4
|
+
# source: gravi/proxy/control.proto
|
5
|
+
# Protobuf Python Version: 6.30.1
|
6
|
+
"""Generated protocol buffer code."""
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
11
|
+
from google.protobuf.internal import builder as _builder
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
14
|
+
6,
|
15
|
+
30,
|
16
|
+
1,
|
17
|
+
'',
|
18
|
+
'gravi/proxy/control.proto'
|
19
|
+
)
|
20
|
+
# @@protoc_insertion_point(imports)
|
21
|
+
|
22
|
+
_sym_db = _symbol_database.Default()
|
23
|
+
|
24
|
+
|
25
|
+
import gs_options_pb2 as gs__options__pb2
|
26
|
+
|
27
|
+
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x19gravi/proxy/control.proto\x12\x0cgravi.models\x1a\x10gs-options.proto\"\x8e\x01\n\x0c\x43ontrolFrame\x12P\n\x16\x65stablishTargetRequest\x18\x01 \x01(\x0b\x32\x30.gravi.models.ControlFrameEstablishTargetRequest\x12\x14\n\x0c\x63onnectionId\x18\x02 \x01(\t\x12\x10\n\x08pingTest\x18\x03 \x01(\x08:\x04\x88\xb5\x18\x01\"D\n\"ControlFrameEstablishTargetRequest\x12\x18\n\x10targetDNSAddress\x18\x01 \x01(\t:\x04\x88\xb5\x18\x01\x42\x46\n\x0f\x63om.gs.pb.proxyP\x01Z1gravitysketch.com/platform/go/vrproto/gravi/proxyb\x06proto3')
|
29
|
+
|
30
|
+
_globals = globals()
|
31
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
32
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'gravi.proxy.control_pb2', _globals)
|
33
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
34
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
35
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\017com.gs.pb.proxyP\001Z1gravitysketch.com/platform/go/vrproto/gravi/proxy'
|
36
|
+
_globals['_CONTROLFRAME']._loaded_options = None
|
37
|
+
_globals['_CONTROLFRAME']._serialized_options = b'\210\265\030\001'
|
38
|
+
_globals['_CONTROLFRAMEESTABLISHTARGETREQUEST']._loaded_options = None
|
39
|
+
_globals['_CONTROLFRAMEESTABLISHTARGETREQUEST']._serialized_options = b'\210\265\030\001'
|
40
|
+
_globals['_CONTROLFRAME']._serialized_start=62
|
41
|
+
_globals['_CONTROLFRAME']._serialized_end=204
|
42
|
+
_globals['_CONTROLFRAMEESTABLISHTARGETREQUEST']._serialized_start=206
|
43
|
+
_globals['_CONTROLFRAMEESTABLISHTARGETREQUEST']._serialized_end=274
|
44
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import gs_options_pb2 as _gs_options_pb2
|
2
|
+
from google.protobuf import descriptor as _descriptor
|
3
|
+
from google.protobuf import message as _message
|
4
|
+
from collections.abc import Mapping as _Mapping
|
5
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
6
|
+
|
7
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
8
|
+
|
9
|
+
class ControlFrame(_message.Message):
|
10
|
+
__slots__ = ("establishTargetRequest", "connectionId", "pingTest")
|
11
|
+
ESTABLISHTARGETREQUEST_FIELD_NUMBER: _ClassVar[int]
|
12
|
+
CONNECTIONID_FIELD_NUMBER: _ClassVar[int]
|
13
|
+
PINGTEST_FIELD_NUMBER: _ClassVar[int]
|
14
|
+
establishTargetRequest: ControlFrameEstablishTargetRequest
|
15
|
+
connectionId: str
|
16
|
+
pingTest: bool
|
17
|
+
def __init__(self, establishTargetRequest: _Optional[_Union[ControlFrameEstablishTargetRequest, _Mapping]] = ..., connectionId: _Optional[str] = ..., pingTest: bool = ...) -> None: ...
|
18
|
+
|
19
|
+
class ControlFrameEstablishTargetRequest(_message.Message):
|
20
|
+
__slots__ = ("targetDNSAddress",)
|
21
|
+
TARGETDNSADDRESS_FIELD_NUMBER: _ClassVar[int]
|
22
|
+
targetDNSAddress: str
|
23
|
+
def __init__(self, targetDNSAddress: _Optional[str] = ...) -> None: ...
|
@@ -0,0 +1,45 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
4
|
+
# source: gravi/release/release.proto
|
5
|
+
# Protobuf Python Version: 6.30.1
|
6
|
+
"""Generated protocol buffer code."""
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
11
|
+
from google.protobuf.internal import builder as _builder
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
14
|
+
6,
|
15
|
+
30,
|
16
|
+
1,
|
17
|
+
'',
|
18
|
+
'gravi/release/release.proto'
|
19
|
+
)
|
20
|
+
# @@protoc_insertion_point(imports)
|
21
|
+
|
22
|
+
_sym_db = _symbol_database.Default()
|
23
|
+
|
24
|
+
|
25
|
+
import gs_options_pb2 as gs__options__pb2
|
26
|
+
from gravi.common import gravi_common_pb2 as gravi_dot_common_dot_gravi__common__pb2
|
27
|
+
|
28
|
+
|
29
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1bgravi/release/release.proto\x12\rgravi.release\x1a\x10gs-options.proto\x1a\x1fgravi/common/gravi-common.proto\"\xfc\x01\n\x0eReleaseVersion\x12\x15\n\rrelative_path\x18\x01 \x01(\t\x12\x0f\n\x07version\x18\x02 \x01(\t\x12\x11\n\ttimestamp\x18\x03 \x01(\x03\x12\x1c\n\x02os\x18\x04 \x01(\x0e\x32\x10.gravi.common.Os\x12 \n\x04\x61rch\x18\x05 \x01(\x0e\x32\x12.gravi.common.Arch\x12\x30\n\x0crelease_type\x18\x06 \x01(\x0e\x32\x1a.gravi.release.ReleaseType\x12=\n\x13release_bundle_type\x18\x07 \x01(\x0e\x32 .gravi.release.ReleaseBundleType\";\n\x08Releases\x12/\n\x08versions\x18\x01 \x03(\x0b\x32\x1d.gravi.release.ReleaseVersion*>\n\x0bReleaseType\x12\x16\n\x12RELEASE_TYPE_UNSET\x10\x00\x12\x17\n\x13PROMOTED_ENTERPRISE\x10\x01*H\n\x11ReleaseBundleType\x12\x14\n\x10UNDEFINED_BUNDLE\x10\x00\x12\r\n\tNO_BUNDLE\x10\x01\x12\x0e\n\nMSI_BUNDLE\x10\x02\x42R\n\x19\x63om.gravitysketch.releaseP\x01Z3gravitysketch.com/platform/go/vrproto/gravi/releaseb\x06proto3')
|
30
|
+
|
31
|
+
_globals = globals()
|
32
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
33
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'gravi.release.release_pb2', _globals)
|
34
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
35
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
36
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\031com.gravitysketch.releaseP\001Z3gravitysketch.com/platform/go/vrproto/gravi/release'
|
37
|
+
_globals['_RELEASETYPE']._serialized_start=413
|
38
|
+
_globals['_RELEASETYPE']._serialized_end=475
|
39
|
+
_globals['_RELEASEBUNDLETYPE']._serialized_start=477
|
40
|
+
_globals['_RELEASEBUNDLETYPE']._serialized_end=549
|
41
|
+
_globals['_RELEASEVERSION']._serialized_start=98
|
42
|
+
_globals['_RELEASEVERSION']._serialized_end=350
|
43
|
+
_globals['_RELEASES']._serialized_start=352
|
44
|
+
_globals['_RELEASES']._serialized_end=411
|
45
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -0,0 +1,50 @@
|
|
1
|
+
import gs_options_pb2 as _gs_options_pb2
|
2
|
+
from gravi.common import gravi_common_pb2 as _gravi_common_pb2
|
3
|
+
from google.protobuf.internal import containers as _containers
|
4
|
+
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
6
|
+
from google.protobuf import message as _message
|
7
|
+
from collections.abc import Iterable as _Iterable, Mapping as _Mapping
|
8
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
9
|
+
|
10
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
11
|
+
|
12
|
+
class ReleaseType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
13
|
+
__slots__ = ()
|
14
|
+
RELEASE_TYPE_UNSET: _ClassVar[ReleaseType]
|
15
|
+
PROMOTED_ENTERPRISE: _ClassVar[ReleaseType]
|
16
|
+
|
17
|
+
class ReleaseBundleType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
18
|
+
__slots__ = ()
|
19
|
+
UNDEFINED_BUNDLE: _ClassVar[ReleaseBundleType]
|
20
|
+
NO_BUNDLE: _ClassVar[ReleaseBundleType]
|
21
|
+
MSI_BUNDLE: _ClassVar[ReleaseBundleType]
|
22
|
+
RELEASE_TYPE_UNSET: ReleaseType
|
23
|
+
PROMOTED_ENTERPRISE: ReleaseType
|
24
|
+
UNDEFINED_BUNDLE: ReleaseBundleType
|
25
|
+
NO_BUNDLE: ReleaseBundleType
|
26
|
+
MSI_BUNDLE: ReleaseBundleType
|
27
|
+
|
28
|
+
class ReleaseVersion(_message.Message):
|
29
|
+
__slots__ = ("relative_path", "version", "timestamp", "os", "arch", "release_type", "release_bundle_type")
|
30
|
+
RELATIVE_PATH_FIELD_NUMBER: _ClassVar[int]
|
31
|
+
VERSION_FIELD_NUMBER: _ClassVar[int]
|
32
|
+
TIMESTAMP_FIELD_NUMBER: _ClassVar[int]
|
33
|
+
OS_FIELD_NUMBER: _ClassVar[int]
|
34
|
+
ARCH_FIELD_NUMBER: _ClassVar[int]
|
35
|
+
RELEASE_TYPE_FIELD_NUMBER: _ClassVar[int]
|
36
|
+
RELEASE_BUNDLE_TYPE_FIELD_NUMBER: _ClassVar[int]
|
37
|
+
relative_path: str
|
38
|
+
version: str
|
39
|
+
timestamp: int
|
40
|
+
os: _gravi_common_pb2.Os
|
41
|
+
arch: _gravi_common_pb2.Arch
|
42
|
+
release_type: ReleaseType
|
43
|
+
release_bundle_type: ReleaseBundleType
|
44
|
+
def __init__(self, relative_path: _Optional[str] = ..., version: _Optional[str] = ..., timestamp: _Optional[int] = ..., os: _Optional[_Union[_gravi_common_pb2.Os, str]] = ..., arch: _Optional[_Union[_gravi_common_pb2.Arch, str]] = ..., release_type: _Optional[_Union[ReleaseType, str]] = ..., release_bundle_type: _Optional[_Union[ReleaseBundleType, str]] = ...) -> None: ...
|
45
|
+
|
46
|
+
class Releases(_message.Message):
|
47
|
+
__slots__ = ("versions",)
|
48
|
+
VERSIONS_FIELD_NUMBER: _ClassVar[int]
|
49
|
+
versions: _containers.RepeatedCompositeFieldContainer[ReleaseVersion]
|
50
|
+
def __init__(self, versions: _Optional[_Iterable[_Union[ReleaseVersion, _Mapping]]] = ...) -> None: ...
|
@@ -0,0 +1,60 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
4
|
+
# source: gravi/rest/ai/ask.proto
|
5
|
+
# Protobuf Python Version: 6.30.1
|
6
|
+
"""Generated protocol buffer code."""
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
11
|
+
from google.protobuf.internal import builder as _builder
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
14
|
+
6,
|
15
|
+
30,
|
16
|
+
1,
|
17
|
+
'',
|
18
|
+
'gravi/rest/ai/ask.proto'
|
19
|
+
)
|
20
|
+
# @@protoc_insertion_point(imports)
|
21
|
+
|
22
|
+
_sym_db = _symbol_database.Default()
|
23
|
+
|
24
|
+
|
25
|
+
import gs_options_pb2 as gs__options__pb2
|
26
|
+
|
27
|
+
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x17gravi/rest/ai/ask.proto\x12\rgravi.rest.ai\x1a\x10gs-options.proto\"b\n\x0f\x41skShrekRequest\x12\x0e\n\x04text\x18\x01 \x01(\tH\x00\x12-\n\x05voice\x18\x02 \x01(\x0b\x32\x1c.gravi.rest.ai.VoiceQuestionH\x00:\x04\x88\xb5\x18\x01\x42\n\n\x08question\"$\n\rVoiceQuestion\x12\r\n\x05voice\x18\x02 \x01(\x0c:\x04\x88\xb5\x18\x01\"U\n\x10\x41skShrekResponse\x12)\n\x06quotes\x18\x01 \x03(\x0b\x32\x19.gravi.rest.ai.ShrekQuote\x12\x10\n\x08question\x18\x02 \x01(\t:\x04\x88\xb5\x18\x01\"\x8c\x01\n\nShrekQuote\x12/\n\x05video\x18\x01 \x01(\x0b\x32\x1e.gravi.rest.ai.ShrekQuoteVideoH\x00\x12<\n\x07summary\x18\x02 \x01(\x0b\x32).gravi.rest.ai.ShrekQuoteGeneratedSummaryH\x00:\x04\x88\xb5\x18\x01\x42\t\n\x07payload\"W\n\x0fShrekQuoteVideo\x12\x11\n\tsignedUrl\x18\x01 \x01(\t\x12\x18\n\x10startingPosition\x18\x02 \x01(\x02\x12\x11\n\tchunkHint\x18\x03 \x01(\t:\x04\x88\xb5\x18\x01\"3\n\x1aShrekQuoteGeneratedSummary\x12\x0f\n\x07summary\x18\x01 \x01(\t:\x04\x88\xb5\x18\x01\x42\x45\n\x0c\x63om.gs.pb.aiP\x01Z3gravitysketch.com/platform/go/vrproto/gravi/rest/aib\x06proto3')
|
29
|
+
|
30
|
+
_globals = globals()
|
31
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
32
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'gravi.rest.ai.ask_pb2', _globals)
|
33
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
34
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
35
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\014com.gs.pb.aiP\001Z3gravitysketch.com/platform/go/vrproto/gravi/rest/ai'
|
36
|
+
_globals['_ASKSHREKREQUEST']._loaded_options = None
|
37
|
+
_globals['_ASKSHREKREQUEST']._serialized_options = b'\210\265\030\001'
|
38
|
+
_globals['_VOICEQUESTION']._loaded_options = None
|
39
|
+
_globals['_VOICEQUESTION']._serialized_options = b'\210\265\030\001'
|
40
|
+
_globals['_ASKSHREKRESPONSE']._loaded_options = None
|
41
|
+
_globals['_ASKSHREKRESPONSE']._serialized_options = b'\210\265\030\001'
|
42
|
+
_globals['_SHREKQUOTE']._loaded_options = None
|
43
|
+
_globals['_SHREKQUOTE']._serialized_options = b'\210\265\030\001'
|
44
|
+
_globals['_SHREKQUOTEVIDEO']._loaded_options = None
|
45
|
+
_globals['_SHREKQUOTEVIDEO']._serialized_options = b'\210\265\030\001'
|
46
|
+
_globals['_SHREKQUOTEGENERATEDSUMMARY']._loaded_options = None
|
47
|
+
_globals['_SHREKQUOTEGENERATEDSUMMARY']._serialized_options = b'\210\265\030\001'
|
48
|
+
_globals['_ASKSHREKREQUEST']._serialized_start=60
|
49
|
+
_globals['_ASKSHREKREQUEST']._serialized_end=158
|
50
|
+
_globals['_VOICEQUESTION']._serialized_start=160
|
51
|
+
_globals['_VOICEQUESTION']._serialized_end=196
|
52
|
+
_globals['_ASKSHREKRESPONSE']._serialized_start=198
|
53
|
+
_globals['_ASKSHREKRESPONSE']._serialized_end=283
|
54
|
+
_globals['_SHREKQUOTE']._serialized_start=286
|
55
|
+
_globals['_SHREKQUOTE']._serialized_end=426
|
56
|
+
_globals['_SHREKQUOTEVIDEO']._serialized_start=428
|
57
|
+
_globals['_SHREKQUOTEVIDEO']._serialized_end=515
|
58
|
+
_globals['_SHREKQUOTEGENERATEDSUMMARY']._serialized_start=517
|
59
|
+
_globals['_SHREKQUOTEGENERATEDSUMMARY']._serialized_end=568
|
60
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -0,0 +1,54 @@
|
|
1
|
+
import gs_options_pb2 as _gs_options_pb2
|
2
|
+
from google.protobuf.internal import containers as _containers
|
3
|
+
from google.protobuf import descriptor as _descriptor
|
4
|
+
from google.protobuf import message as _message
|
5
|
+
from collections.abc import Iterable as _Iterable, Mapping as _Mapping
|
6
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
7
|
+
|
8
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
9
|
+
|
10
|
+
class AskShrekRequest(_message.Message):
|
11
|
+
__slots__ = ("text", "voice")
|
12
|
+
TEXT_FIELD_NUMBER: _ClassVar[int]
|
13
|
+
VOICE_FIELD_NUMBER: _ClassVar[int]
|
14
|
+
text: str
|
15
|
+
voice: VoiceQuestion
|
16
|
+
def __init__(self, text: _Optional[str] = ..., voice: _Optional[_Union[VoiceQuestion, _Mapping]] = ...) -> None: ...
|
17
|
+
|
18
|
+
class VoiceQuestion(_message.Message):
|
19
|
+
__slots__ = ("voice",)
|
20
|
+
VOICE_FIELD_NUMBER: _ClassVar[int]
|
21
|
+
voice: bytes
|
22
|
+
def __init__(self, voice: _Optional[bytes] = ...) -> None: ...
|
23
|
+
|
24
|
+
class AskShrekResponse(_message.Message):
|
25
|
+
__slots__ = ("quotes", "question")
|
26
|
+
QUOTES_FIELD_NUMBER: _ClassVar[int]
|
27
|
+
QUESTION_FIELD_NUMBER: _ClassVar[int]
|
28
|
+
quotes: _containers.RepeatedCompositeFieldContainer[ShrekQuote]
|
29
|
+
question: str
|
30
|
+
def __init__(self, quotes: _Optional[_Iterable[_Union[ShrekQuote, _Mapping]]] = ..., question: _Optional[str] = ...) -> None: ...
|
31
|
+
|
32
|
+
class ShrekQuote(_message.Message):
|
33
|
+
__slots__ = ("video", "summary")
|
34
|
+
VIDEO_FIELD_NUMBER: _ClassVar[int]
|
35
|
+
SUMMARY_FIELD_NUMBER: _ClassVar[int]
|
36
|
+
video: ShrekQuoteVideo
|
37
|
+
summary: ShrekQuoteGeneratedSummary
|
38
|
+
def __init__(self, video: _Optional[_Union[ShrekQuoteVideo, _Mapping]] = ..., summary: _Optional[_Union[ShrekQuoteGeneratedSummary, _Mapping]] = ...) -> None: ...
|
39
|
+
|
40
|
+
class ShrekQuoteVideo(_message.Message):
|
41
|
+
__slots__ = ("signedUrl", "startingPosition", "chunkHint")
|
42
|
+
SIGNEDURL_FIELD_NUMBER: _ClassVar[int]
|
43
|
+
STARTINGPOSITION_FIELD_NUMBER: _ClassVar[int]
|
44
|
+
CHUNKHINT_FIELD_NUMBER: _ClassVar[int]
|
45
|
+
signedUrl: str
|
46
|
+
startingPosition: float
|
47
|
+
chunkHint: str
|
48
|
+
def __init__(self, signedUrl: _Optional[str] = ..., startingPosition: _Optional[float] = ..., chunkHint: _Optional[str] = ...) -> None: ...
|
49
|
+
|
50
|
+
class ShrekQuoteGeneratedSummary(_message.Message):
|
51
|
+
__slots__ = ("summary",)
|
52
|
+
SUMMARY_FIELD_NUMBER: _ClassVar[int]
|
53
|
+
summary: str
|
54
|
+
def __init__(self, summary: _Optional[str] = ...) -> None: ...
|
@@ -0,0 +1,69 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
4
|
+
# source: gravi/rest/ai/image.proto
|
5
|
+
# Protobuf Python Version: 6.30.1
|
6
|
+
"""Generated protocol buffer code."""
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
11
|
+
from google.protobuf.internal import builder as _builder
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
14
|
+
6,
|
15
|
+
30,
|
16
|
+
1,
|
17
|
+
'',
|
18
|
+
'gravi/rest/ai/image.proto'
|
19
|
+
)
|
20
|
+
# @@protoc_insertion_point(imports)
|
21
|
+
|
22
|
+
_sym_db = _symbol_database.Default()
|
23
|
+
|
24
|
+
|
25
|
+
import gs_options_pb2 as gs__options__pb2
|
26
|
+
from gravi.rest.common import async_pb2 as gravi_dot_rest_dot_common_dot_async__pb2
|
27
|
+
|
28
|
+
|
29
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x19gravi/rest/ai/image.proto\x12\rgravi.rest.ai\x1a\x10gs-options.proto\x1a\x1dgravi/rest/common/async.proto\"\x96\x01\n\x15GenerateImagesRequest\x12\x0e\n\x06prompt\x18\x01 \x01(\t\x12\x14\n\x0c\x63ontrolImage\x18\x02 \x01(\x0c\x12\x17\n\x0f\x63ontrolStrength\x18\x03 \x01(\x02\x12\x38\n\x10targetResolution\x18\x04 \x01(\x0e\x32\x1e.gravi.rest.ai.ImageResolution:\x04\x88\xb5\x18\x01\"g\n\x16GenerateImagesResponse\x12\x37\n\x04\x63ode\x18\x01 \x01(\x0e\x32).gravi.rest.ai.GenerateImagesResponseCode\x12\x0e\n\x06images\x18\x02 \x03(\x0c:\x04\x88\xb5\x18\x01\"\x9e\x01\n\x16Generate3DModelRequest\x12\x36\n\x0fpendingAsyncJob\x18\x65 \x01(\x0b\x32\x1b.gravi.rest.common.AsyncJobH\x00\x12;\n\x03req\x18\x66 \x01(\x0b\x32,.gravi.rest.ai.Generate3DModelRequestPayloadH\x00:\x04\x88\xb5\x18\x01\x42\t\n\x07payload\"5\n\x1dGenerate3DModelRequestPayload\x12\x0e\n\x06images\x18\x01 \x03(\x0c:\x04\x88\xb5\x18\x01\"\xa1\x01\n\x17Generate3DModelResponse\x12\x36\n\x0fpendingAsyncJob\x18\x65 \x01(\x0b\x32\x1b.gravi.rest.common.AsyncJobH\x00\x12=\n\x04resp\x18\x66 \x01(\x0b\x32-.gravi.rest.ai.Generate3DModelResponsePayloadH\x00:\x04\x88\xb5\x18\x01\x42\t\n\x07payload\"\x9e\x01\n\x1eGenerate3DModelResponsePayload\x12\x38\n\x04\x63ode\x18\x01 \x01(\x0e\x32*.gravi.rest.ai.Generate3DModelResponseCode\x12\x10\n\x08modelUrl\x18\x02 \x01(\t\x12*\n\x06\x66ormat\x18\x03 \x01(\x0e\x32\x1a.gravi.rest.ai.ModelFormat:\x04\x88\xb5\x18\x01*i\n\x0fImageResolution\x12\x1b\n\x17ImageResolution1024x576\x10\x00\x12\x1b\n\x17ImageResolution1280x720\x10\x01\x12\x1c\n\x18ImageResolution2720x1520\x10\x02*e\n\x1aGenerateImagesResponseCode\x12 \n\x1cGenerateImageResponseSuccess\x10\x00\x12%\n!GenerateImagesResponseCodeFailure\x10\x01*m\n\x1bGenerate3DModelResponseCode\x12&\n\"Generate3DModelResponseCodeSuccess\x10\x00\x12&\n\"Generate3DModelResponseCodeFailure\x10\x01*5\n\x0bModelFormat\x12\x12\n\x0eModelFormatGLB\x10\x00\x12\x12\n\x0eModelFormatOBJ\x10\x01\x42\x45\n\x0c\x63om.gs.pb.aiP\x01Z3gravitysketch.com/platform/go/vrproto/gravi/rest/aib\x06proto3')
|
30
|
+
|
31
|
+
_globals = globals()
|
32
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
33
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'gravi.rest.ai.image_pb2', _globals)
|
34
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
35
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
36
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\014com.gs.pb.aiP\001Z3gravitysketch.com/platform/go/vrproto/gravi/rest/ai'
|
37
|
+
_globals['_GENERATEIMAGESREQUEST']._loaded_options = None
|
38
|
+
_globals['_GENERATEIMAGESREQUEST']._serialized_options = b'\210\265\030\001'
|
39
|
+
_globals['_GENERATEIMAGESRESPONSE']._loaded_options = None
|
40
|
+
_globals['_GENERATEIMAGESRESPONSE']._serialized_options = b'\210\265\030\001'
|
41
|
+
_globals['_GENERATE3DMODELREQUEST']._loaded_options = None
|
42
|
+
_globals['_GENERATE3DMODELREQUEST']._serialized_options = b'\210\265\030\001'
|
43
|
+
_globals['_GENERATE3DMODELREQUESTPAYLOAD']._loaded_options = None
|
44
|
+
_globals['_GENERATE3DMODELREQUESTPAYLOAD']._serialized_options = b'\210\265\030\001'
|
45
|
+
_globals['_GENERATE3DMODELRESPONSE']._loaded_options = None
|
46
|
+
_globals['_GENERATE3DMODELRESPONSE']._serialized_options = b'\210\265\030\001'
|
47
|
+
_globals['_GENERATE3DMODELRESPONSEPAYLOAD']._loaded_options = None
|
48
|
+
_globals['_GENERATE3DMODELRESPONSEPAYLOAD']._serialized_options = b'\210\265\030\001'
|
49
|
+
_globals['_IMAGERESOLUTION']._serialized_start=892
|
50
|
+
_globals['_IMAGERESOLUTION']._serialized_end=997
|
51
|
+
_globals['_GENERATEIMAGESRESPONSECODE']._serialized_start=999
|
52
|
+
_globals['_GENERATEIMAGESRESPONSECODE']._serialized_end=1100
|
53
|
+
_globals['_GENERATE3DMODELRESPONSECODE']._serialized_start=1102
|
54
|
+
_globals['_GENERATE3DMODELRESPONSECODE']._serialized_end=1211
|
55
|
+
_globals['_MODELFORMAT']._serialized_start=1213
|
56
|
+
_globals['_MODELFORMAT']._serialized_end=1266
|
57
|
+
_globals['_GENERATEIMAGESREQUEST']._serialized_start=94
|
58
|
+
_globals['_GENERATEIMAGESREQUEST']._serialized_end=244
|
59
|
+
_globals['_GENERATEIMAGESRESPONSE']._serialized_start=246
|
60
|
+
_globals['_GENERATEIMAGESRESPONSE']._serialized_end=349
|
61
|
+
_globals['_GENERATE3DMODELREQUEST']._serialized_start=352
|
62
|
+
_globals['_GENERATE3DMODELREQUEST']._serialized_end=510
|
63
|
+
_globals['_GENERATE3DMODELREQUESTPAYLOAD']._serialized_start=512
|
64
|
+
_globals['_GENERATE3DMODELREQUESTPAYLOAD']._serialized_end=565
|
65
|
+
_globals['_GENERATE3DMODELRESPONSE']._serialized_start=568
|
66
|
+
_globals['_GENERATE3DMODELRESPONSE']._serialized_end=729
|
67
|
+
_globals['_GENERATE3DMODELRESPONSEPAYLOAD']._serialized_start=732
|
68
|
+
_globals['_GENERATE3DMODELRESPONSEPAYLOAD']._serialized_end=890
|
69
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -0,0 +1,92 @@
|
|
1
|
+
import gs_options_pb2 as _gs_options_pb2
|
2
|
+
from gravi.rest.common import async_pb2 as _async_pb2
|
3
|
+
from google.protobuf.internal import containers as _containers
|
4
|
+
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
6
|
+
from google.protobuf import message as _message
|
7
|
+
from collections.abc import Iterable as _Iterable, Mapping as _Mapping
|
8
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
9
|
+
|
10
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
11
|
+
|
12
|
+
class ImageResolution(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
13
|
+
__slots__ = ()
|
14
|
+
ImageResolution1024x576: _ClassVar[ImageResolution]
|
15
|
+
ImageResolution1280x720: _ClassVar[ImageResolution]
|
16
|
+
ImageResolution2720x1520: _ClassVar[ImageResolution]
|
17
|
+
|
18
|
+
class GenerateImagesResponseCode(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
19
|
+
__slots__ = ()
|
20
|
+
GenerateImageResponseSuccess: _ClassVar[GenerateImagesResponseCode]
|
21
|
+
GenerateImagesResponseCodeFailure: _ClassVar[GenerateImagesResponseCode]
|
22
|
+
|
23
|
+
class Generate3DModelResponseCode(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
24
|
+
__slots__ = ()
|
25
|
+
Generate3DModelResponseCodeSuccess: _ClassVar[Generate3DModelResponseCode]
|
26
|
+
Generate3DModelResponseCodeFailure: _ClassVar[Generate3DModelResponseCode]
|
27
|
+
|
28
|
+
class ModelFormat(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
29
|
+
__slots__ = ()
|
30
|
+
ModelFormatGLB: _ClassVar[ModelFormat]
|
31
|
+
ModelFormatOBJ: _ClassVar[ModelFormat]
|
32
|
+
ImageResolution1024x576: ImageResolution
|
33
|
+
ImageResolution1280x720: ImageResolution
|
34
|
+
ImageResolution2720x1520: ImageResolution
|
35
|
+
GenerateImageResponseSuccess: GenerateImagesResponseCode
|
36
|
+
GenerateImagesResponseCodeFailure: GenerateImagesResponseCode
|
37
|
+
Generate3DModelResponseCodeSuccess: Generate3DModelResponseCode
|
38
|
+
Generate3DModelResponseCodeFailure: Generate3DModelResponseCode
|
39
|
+
ModelFormatGLB: ModelFormat
|
40
|
+
ModelFormatOBJ: ModelFormat
|
41
|
+
|
42
|
+
class GenerateImagesRequest(_message.Message):
|
43
|
+
__slots__ = ("prompt", "controlImage", "controlStrength", "targetResolution")
|
44
|
+
PROMPT_FIELD_NUMBER: _ClassVar[int]
|
45
|
+
CONTROLIMAGE_FIELD_NUMBER: _ClassVar[int]
|
46
|
+
CONTROLSTRENGTH_FIELD_NUMBER: _ClassVar[int]
|
47
|
+
TARGETRESOLUTION_FIELD_NUMBER: _ClassVar[int]
|
48
|
+
prompt: str
|
49
|
+
controlImage: bytes
|
50
|
+
controlStrength: float
|
51
|
+
targetResolution: ImageResolution
|
52
|
+
def __init__(self, prompt: _Optional[str] = ..., controlImage: _Optional[bytes] = ..., controlStrength: _Optional[float] = ..., targetResolution: _Optional[_Union[ImageResolution, str]] = ...) -> None: ...
|
53
|
+
|
54
|
+
class GenerateImagesResponse(_message.Message):
|
55
|
+
__slots__ = ("code", "images")
|
56
|
+
CODE_FIELD_NUMBER: _ClassVar[int]
|
57
|
+
IMAGES_FIELD_NUMBER: _ClassVar[int]
|
58
|
+
code: GenerateImagesResponseCode
|
59
|
+
images: _containers.RepeatedScalarFieldContainer[bytes]
|
60
|
+
def __init__(self, code: _Optional[_Union[GenerateImagesResponseCode, str]] = ..., images: _Optional[_Iterable[bytes]] = ...) -> None: ...
|
61
|
+
|
62
|
+
class Generate3DModelRequest(_message.Message):
|
63
|
+
__slots__ = ("pendingAsyncJob", "req")
|
64
|
+
PENDINGASYNCJOB_FIELD_NUMBER: _ClassVar[int]
|
65
|
+
REQ_FIELD_NUMBER: _ClassVar[int]
|
66
|
+
pendingAsyncJob: _async_pb2.AsyncJob
|
67
|
+
req: Generate3DModelRequestPayload
|
68
|
+
def __init__(self, pendingAsyncJob: _Optional[_Union[_async_pb2.AsyncJob, _Mapping]] = ..., req: _Optional[_Union[Generate3DModelRequestPayload, _Mapping]] = ...) -> None: ...
|
69
|
+
|
70
|
+
class Generate3DModelRequestPayload(_message.Message):
|
71
|
+
__slots__ = ("images",)
|
72
|
+
IMAGES_FIELD_NUMBER: _ClassVar[int]
|
73
|
+
images: _containers.RepeatedScalarFieldContainer[bytes]
|
74
|
+
def __init__(self, images: _Optional[_Iterable[bytes]] = ...) -> None: ...
|
75
|
+
|
76
|
+
class Generate3DModelResponse(_message.Message):
|
77
|
+
__slots__ = ("pendingAsyncJob", "resp")
|
78
|
+
PENDINGASYNCJOB_FIELD_NUMBER: _ClassVar[int]
|
79
|
+
RESP_FIELD_NUMBER: _ClassVar[int]
|
80
|
+
pendingAsyncJob: _async_pb2.AsyncJob
|
81
|
+
resp: Generate3DModelResponsePayload
|
82
|
+
def __init__(self, pendingAsyncJob: _Optional[_Union[_async_pb2.AsyncJob, _Mapping]] = ..., resp: _Optional[_Union[Generate3DModelResponsePayload, _Mapping]] = ...) -> None: ...
|
83
|
+
|
84
|
+
class Generate3DModelResponsePayload(_message.Message):
|
85
|
+
__slots__ = ("code", "modelUrl", "format")
|
86
|
+
CODE_FIELD_NUMBER: _ClassVar[int]
|
87
|
+
MODELURL_FIELD_NUMBER: _ClassVar[int]
|
88
|
+
FORMAT_FIELD_NUMBER: _ClassVar[int]
|
89
|
+
code: Generate3DModelResponseCode
|
90
|
+
modelUrl: str
|
91
|
+
format: ModelFormat
|
92
|
+
def __init__(self, code: _Optional[_Union[Generate3DModelResponseCode, str]] = ..., modelUrl: _Optional[str] = ..., format: _Optional[_Union[ModelFormat, str]] = ...) -> None: ...
|