qwak-core 0.4.284__py3-none-any.whl → 0.4.285__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.
Files changed (207) hide show
  1. _qwak_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py +8 -23
  2. _qwak_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py +10 -27
  3. _qwak_proto/qwak/administration/account/v1/account_pb2.py +22 -87
  4. _qwak_proto/qwak/administration/account/v1/account_service_pb2.py +42 -187
  5. _qwak_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +26 -114
  6. _qwak_proto/qwak/administration/account/v1/personalization_pb2.py +8 -24
  7. _qwak_proto/qwak/administration/account/v1/preferences_pb2.py +6 -14
  8. _qwak_proto/qwak/administration/account/v1/terms_pb2.py +14 -54
  9. _qwak_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py +18 -67
  10. _qwak_proto/qwak/administration/authenticated_user/v1/credentials_pb2.py +8 -24
  11. _qwak_proto/qwak/administration/authenticated_user/v1/details_pb2.py +14 -54
  12. _qwak_proto/qwak/administration/cluster/v2/cluster_pb2.py +38 -173
  13. _qwak_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py +6 -14
  14. _qwak_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py +8 -24
  15. _qwak_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +10 -34
  16. _qwak_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +6 -14
  17. _qwak_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +12 -44
  18. _qwak_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py +8 -24
  19. _qwak_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +6 -14
  20. _qwak_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py +6 -14
  21. _qwak_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +10 -34
  22. _qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +14 -54
  23. _qwak_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +6 -14
  24. _qwak_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +6 -14
  25. _qwak_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +14 -54
  26. _qwak_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +10 -34
  27. _qwak_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py +10 -34
  28. _qwak_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +6 -14
  29. _qwak_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +10 -34
  30. _qwak_proto/qwak/administration/v0/authentication/authentication_service_pb2.py +14 -47
  31. _qwak_proto/qwak/administration/v0/environments/configuration_pb2.py +20 -82
  32. _qwak_proto/qwak/administration/v0/environments/environment_pb2.py +12 -40
  33. _qwak_proto/qwak/administration/v0/environments/environment_service_pb2.py +36 -158
  34. _qwak_proto/qwak/administration/v0/environments/personalization_pb2.py +8 -24
  35. _qwak_proto/qwak/administration/v0/users/user_pb2.py +18 -71
  36. _qwak_proto/qwak/admiral/secret/v0/secret_pb2.py +26 -115
  37. _qwak_proto/qwak/admiral/secret/v0/secret_service_pb2.py +18 -67
  38. _qwak_proto/qwak/admiral/secret/v0/system_secret_service_pb2.py +18 -67
  39. _qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py +38 -174
  40. _qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py +22 -87
  41. _qwak_proto/qwak/analytics/analytics_pb2.py +26 -121
  42. _qwak_proto/qwak/analytics/analytics_service_pb2.py +46 -207
  43. _qwak_proto/qwak/artifactory_settings/artifactory_settings_pb2.py +8 -24
  44. _qwak_proto/qwak/audience/v1/audience_api_pb2.py +30 -127
  45. _qwak_proto/qwak/audience/v1/audience_pb2.py +26 -113
  46. _qwak_proto/qwak/auto_scaling/v1/auto_scaling_pb2.py +18 -79
  47. _qwak_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py +10 -27
  48. _qwak_proto/qwak/automation/v1/action_pb2.py +40 -180
  49. _qwak_proto/qwak/automation/v1/auto_scaling_pb2.py +18 -79
  50. _qwak_proto/qwak/automation/v1/automation_execution_pb2.py +12 -43
  51. _qwak_proto/qwak/automation/v1/automation_management_service_pb2.py +56 -258
  52. _qwak_proto/qwak/automation/v1/automation_pb2.py +10 -34
  53. _qwak_proto/qwak/automation/v1/common_pb2.py +10 -35
  54. _qwak_proto/qwak/automation/v1/notification_pb2.py +16 -68
  55. _qwak_proto/qwak/automation/v1/trigger_pb2.py +14 -54
  56. _qwak_proto/qwak/batch_job/v1/batch_job_events_pb2.py +26 -116
  57. _qwak_proto/qwak/batch_job/v1/batch_job_resources_pb2.py +8 -26
  58. _qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.py +118 -561
  59. _qwak_proto/qwak/build/v1/build_api_pb2.py +86 -407
  60. _qwak_proto/qwak/build/v1/build_pb2.py +114 -549
  61. _qwak_proto/qwak/build_settings/build_settings_api_pb2.py +18 -67
  62. _qwak_proto/qwak/build_settings/build_settings_pb2.py +18 -74
  63. _qwak_proto/qwak/builds/build_pb2.py +44 -206
  64. _qwak_proto/qwak/builds/build_url_pb2.py +26 -113
  65. _qwak_proto/qwak/builds/builds_orchestrator_service_pb2.py +58 -269
  66. _qwak_proto/qwak/builds/builds_pb2.py +110 -519
  67. _qwak_proto/qwak/builds/internal_builds_orchestrator_service_pb2.py +12 -37
  68. _qwak_proto/qwak/data_versioning/data_versioning_pb2.py +8 -24
  69. _qwak_proto/qwak/data_versioning/data_versioning_service_pb2.py +14 -47
  70. _qwak_proto/qwak/deployment/alert_pb2.py +24 -108
  71. _qwak_proto/qwak/deployment/alert_service_pb2.py +30 -127
  72. _qwak_proto/qwak/deployment/deployment_messages_pb2.py +6 -14
  73. _qwak_proto/qwak/deployment/deployment_pb2.py +124 -588
  74. _qwak_proto/qwak/deployment/deployment_service_pb2.py +86 -419
  75. _qwak_proto/qwak/ecosystem/jfrog/v0/token_pb2.py +36 -164
  76. _qwak_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py +22 -87
  77. _qwak_proto/qwak/ecosystem/v0/credentials_pb2.py +10 -34
  78. _qwak_proto/qwak/ecosystem/v0/ecosystem_pb2.py +30 -138
  79. _qwak_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py +52 -237
  80. _qwak_proto/qwak/execution/v1/backfill_pb2.py +18 -74
  81. _qwak_proto/qwak/execution/v1/batch_pb2.py +10 -34
  82. _qwak_proto/qwak/execution/v1/deletion_pb2.py +12 -44
  83. _qwak_proto/qwak/execution/v1/execution_pb2.py +16 -69
  84. _qwak_proto/qwak/execution/v1/execution_service_pb2.py +64 -298
  85. _qwak_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py +6 -14
  86. _qwak_proto/qwak/execution/v1/jobs/job_pb2.py +18 -76
  87. _qwak_proto/qwak/execution/v1/jobs/job_service_pb2.py +54 -247
  88. _qwak_proto/qwak/execution/v1/jobs/reports/report_pb2.py +20 -84
  89. _qwak_proto/qwak/execution/v1/state/execution_state_pb2.py +6 -14
  90. _qwak_proto/qwak/execution/v1/state/execution_state_service_pb2.py +30 -127
  91. _qwak_proto/qwak/execution/v1/state/featureset_state_pb2.py +6 -14
  92. _qwak_proto/qwak/execution/v1/state/spark_execution_state_pb2.py +14 -68
  93. _qwak_proto/qwak/execution/v1/streaming_aggregation_pb2.py +14 -54
  94. _qwak_proto/qwak/execution/v1/streaming_pb2.py +12 -44
  95. _qwak_proto/qwak/feature_store/entities/entity_pb2.py +16 -57
  96. _qwak_proto/qwak/feature_store/entities/entity_service_pb2.py +30 -127
  97. _qwak_proto/qwak/feature_store/features/aggregation_pb2.py +38 -175
  98. _qwak_proto/qwak/feature_store/features/deployment_pb2.py +36 -167
  99. _qwak_proto/qwak/feature_store/features/deployment_service_pb2.py +10 -27
  100. _qwak_proto/qwak/feature_store/features/execution_pb2.py +14 -56
  101. _qwak_proto/qwak/feature_store/features/feature_set_attribute_pb2.py +6 -14
  102. _qwak_proto/qwak/feature_store/features/feature_set_pb2.py +34 -155
  103. _qwak_proto/qwak/feature_store/features/feature_set_service_pb2.py +92 -439
  104. _qwak_proto/qwak/feature_store/features/feature_set_state_pb2.py +38 -181
  105. _qwak_proto/qwak/feature_store/features/feature_set_state_service_pb2.py +26 -107
  106. _qwak_proto/qwak/feature_store/features/feature_set_types_pb2.py +74 -346
  107. _qwak_proto/qwak/feature_store/features/monitoring_pb2.py +10 -34
  108. _qwak_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py +32 -143
  109. _qwak_proto/qwak/feature_store/jobs/job_pb2.py +12 -46
  110. _qwak_proto/qwak/feature_store/jobs/job_service_pb2.py +30 -127
  111. _qwak_proto/qwak/feature_store/jobs/v1/job_pb2.py +12 -45
  112. _qwak_proto/qwak/feature_store/jobs/v1/job_service_pb2.py +42 -187
  113. _qwak_proto/qwak/feature_store/platform/platform_details_pb2.py +8 -24
  114. _qwak_proto/qwak/feature_store/reports/report_pb2.py +14 -53
  115. _qwak_proto/qwak/feature_store/repository/common/platform_pb2.py +10 -34
  116. _qwak_proto/qwak/feature_store/serving/management_pb2.py +14 -47
  117. _qwak_proto/qwak/feature_store/serving/metadata_pb2.py +12 -44
  118. _qwak_proto/qwak/feature_store/serving/serving_pb2.py +50 -222
  119. _qwak_proto/qwak/feature_store/serving/v1/value_pb2.py +8 -24
  120. _qwak_proto/qwak/feature_store/sinks/sink_pb2.py +14 -54
  121. _qwak_proto/qwak/feature_store/sources/batch_pb2.py +70 -334
  122. _qwak_proto/qwak/feature_store/sources/data_source_attribute_pb2.py +6 -14
  123. _qwak_proto/qwak/feature_store/sources/data_source_pb2.py +14 -54
  124. _qwak_proto/qwak/feature_store/sources/data_source_service_pb2.py +34 -147
  125. _qwak_proto/qwak/feature_store/sources/streaming_pb2.py +34 -146
  126. _qwak_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +6 -14
  127. _qwak_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +10 -34
  128. _qwak_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +16 -58
  129. _qwak_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py +10 -27
  130. _qwak_proto/qwak/features_operator/v1/features_operator_pb2.py +14 -54
  131. _qwak_proto/qwak/features_operator/v1/features_operator_service_pb2.py +14 -47
  132. _qwak_proto/qwak/features_operator/v2/features_operator_pb2.py +16 -64
  133. _qwak_proto/qwak/features_operator/v2/features_operator_service_pb2.py +12 -37
  134. _qwak_proto/qwak/features_operator/v3/features_operator_async_service_pb2.py +26 -107
  135. _qwak_proto/qwak/features_operator/v3/features_operator_pb2.py +16 -64
  136. _qwak_proto/qwak/file_versioning/file_versioning_pb2.py +10 -33
  137. _qwak_proto/qwak/file_versioning/file_versioning_service_pb2.py +14 -47
  138. _qwak_proto/qwak/fitness_service/constructs_pb2.py +22 -99
  139. _qwak_proto/qwak/fitness_service/fitness_pb2.py +10 -32
  140. _qwak_proto/qwak/fitness_service/fitness_service_pb2.py +22 -87
  141. _qwak_proto/qwak/fitness_service/status_pb2.py +24 -106
  142. _qwak_proto/qwak/inference/feedback/feedback_pb2.py +28 -96
  143. _qwak_proto/qwak/instance_template/instance_template_pb2.py +12 -40
  144. _qwak_proto/qwak/instance_template/instance_template_service_pb2.py +14 -47
  145. _qwak_proto/qwak/integration/hugging_face_integration_pb2.py +16 -64
  146. _qwak_proto/qwak/integration/integration_pb2.py +28 -126
  147. _qwak_proto/qwak/integration/integration_service_pb2.py +34 -147
  148. _qwak_proto/qwak/integration/open_a_i_integration_pb2.py +16 -64
  149. _qwak_proto/qwak/integration/opsgenie_integration_pb2.py +20 -82
  150. _qwak_proto/qwak/integration/pagerduty_integration_pb2.py +24 -104
  151. _qwak_proto/qwak/integration/slack_app_integration_pb2.py +24 -104
  152. _qwak_proto/qwak/kube_deployment_captain/alert_pb2.py +22 -97
  153. _qwak_proto/qwak/kube_deployment_captain/alerting_pb2.py +12 -44
  154. _qwak_proto/qwak/kube_deployment_captain/batch_job_pb2.py +68 -322
  155. _qwak_proto/qwak/kube_deployment_captain/deployment_pb2.py +44 -167
  156. _qwak_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py +32 -144
  157. _qwak_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py +108 -519
  158. _qwak_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py +8 -24
  159. _qwak_proto/qwak/logging/log_filter_pb2.py +12 -44
  160. _qwak_proto/qwak/logging/log_line_pb2.py +8 -25
  161. _qwak_proto/qwak/logging/log_reader_service_pb2.py +10 -27
  162. _qwak_proto/qwak/logging/log_source_pb2.py +30 -134
  163. _qwak_proto/qwak/model_descriptor/open_ai_descriptor_pb2.py +18 -74
  164. _qwak_proto/qwak/model_group/model_group_pb2.py +14 -47
  165. _qwak_proto/qwak/model_group/model_group_repository_details_pb2.py +18 -74
  166. _qwak_proto/qwak/models/models_pb2.py +88 -405
  167. _qwak_proto/qwak/models/models_query_pb2.py +16 -56
  168. _qwak_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py +30 -127
  169. _qwak_proto/qwak/monitoring/v0/alerting_channel_pb2.py +34 -152
  170. _qwak_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py +14 -47
  171. _qwak_proto/qwak/offline/serving/v1/feature_values_pb2.py +6 -14
  172. _qwak_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py +30 -123
  173. _qwak_proto/qwak/offline/serving/v1/options_pb2.py +6 -14
  174. _qwak_proto/qwak/offline/serving/v1/population_pb2.py +14 -54
  175. _qwak_proto/qwak/projects/jfrog_project_spec_pb2.py +6 -14
  176. _qwak_proto/qwak/projects/projects_pb2.py +44 -190
  177. _qwak_proto/qwak/prompt/v1/prompt/prompt_manager_service_pb2.py +54 -247
  178. _qwak_proto/qwak/prompt/v1/prompt/prompt_pb2.py +46 -214
  179. _qwak_proto/qwak/secret_service/secret_service_pb2.py +18 -67
  180. _qwak_proto/qwak/self_service/account/v0/account_membership_pb2.py +24 -106
  181. _qwak_proto/qwak/self_service/account/v0/account_membership_service_pb2.py +50 -227
  182. _qwak_proto/qwak/self_service/account/v0/account_status_pb2.py +16 -65
  183. _qwak_proto/qwak/self_service/account/v0/managing_account_pb2.py +30 -131
  184. _qwak_proto/qwak/self_service/account/v0/managing_account_service_pb2.py +22 -87
  185. _qwak_proto/qwak/self_service/user/v1/api_key_pb2.py +6 -14
  186. _qwak_proto/qwak/self_service/user/v1/user_pb2.py +6 -14
  187. _qwak_proto/qwak/self_service/user/v1/user_service_pb2.py +30 -121
  188. _qwak_proto/qwak/service_discovery/service_discovery_location_pb2.py +12 -44
  189. _qwak_proto/qwak/service_discovery/service_discovery_location_service_pb2.py +10 -27
  190. _qwak_proto/qwak/traffic/v1/traffic_api_pb2.py +22 -87
  191. _qwak_proto/qwak/traffic/v1/traffic_pb2.py +26 -113
  192. _qwak_proto/qwak/user_application/common/v0/resources_pb2.py +30 -138
  193. _qwak_proto/qwak/user_application/v0/user_application_pb2.py +10 -43
  194. _qwak_proto/qwak/vectors/v1/collection/collection_pb2.py +24 -106
  195. _qwak_proto/qwak/vectors/v1/collection/collection_service_pb2.py +38 -167
  196. _qwak_proto/qwak/vectors/v1/collection/event/collection_event_pb2.py +6 -14
  197. _qwak_proto/qwak/vectors/v1/filters_pb2.py +30 -134
  198. _qwak_proto/qwak/vectors/v1/vector_pb2.py +14 -54
  199. _qwak_proto/qwak/vectors/v1/vector_service_pb2.py +26 -107
  200. _qwak_proto/qwak/workspace/workspace_pb2.py +22 -107
  201. _qwak_proto/qwak/workspace/workspace_service_pb2.py +62 -287
  202. frogml_storage/__init__.py +1 -1
  203. qwak/__init__.py +1 -1
  204. qwak/inner/build_logic/phases/phase_010_fetch_model/post_fetch_validation_step.py +1 -1
  205. {qwak_core-0.4.284.dist-info → qwak_core-0.4.285.dist-info}/METADATA +4 -5
  206. {qwak_core-0.4.284.dist-info → qwak_core-0.4.285.dist-info}/RECORD +207 -207
  207. {qwak_core-0.4.284.dist-info → qwak_core-0.4.285.dist-info}/WHEEL +0 -0
@@ -4,9 +4,8 @@
4
4
  """Generated protocol buffer code."""
5
5
  from google.protobuf import descriptor as _descriptor
6
6
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
10
9
  # @@protoc_insertion_point(imports)
11
10
 
12
11
  _sym_db = _symbol_database.Default()
@@ -18,89 +17,9 @@ from _qwak_proto.qwak.vectors.v1 import filters_pb2 as qwak_dot_vectors_dot_v1_d
18
17
 
19
18
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n$qwak/vectors/v1/vector_service.proto\x12\x1cqwak.vector.store.serving.v1\x1a\x1cqwak/vectors/v1/vector.proto\x1a\x1dqwak/vectors/v1/filters.proto\"\xd9\x02\n\x1bSearchSimilarVectorsRequest\x12\x17\n\x0f\x63ollection_name\x18\x01 \x01(\t\x12\x44\n\x10reference_vector\x18\x02 \x01(\x0b\x32*.qwak.vector.store.serving.v1.DoubleVector\x12\x12\n\nproperties\x18\x03 \x03(\t\x12\x36\n\x06\x66ilter\x18\x04 \x01(\x0b\x32$.qwak.vector.store.serving.v1.FilterH\x00\x12\x13\n\x0bmax_results\x18\x05 \x01(\x05\x12\x16\n\x0einclude_vector\x18\x06 \x01(\x08\x12\x18\n\x10include_distance\x18\x07 \x01(\x08\x12\x12\n\ninclude_id\x18\x08 \x01(\x08\x12\x13\n\ttenant_id\x18\t \x01(\tH\x01\x42\x0c\n\nfilter_optB\x11\n\x0foptional_tenant\"b\n\x1cSearchSimilarVectorsResponse\x12\x42\n\x0esearch_results\x18\x01 \x03(\x0b\x32*.qwak.vector.store.serving.v1.SearchResult\"\x86\x01\n\x16GetVectorSampleRequest\x12\x17\n\x0f\x63ollection_name\x18\x01 \x01(\t\x12\x13\n\x0bnum_samples\x18\x02 \x01(\x05\x12\x16\n\x0einclude_vector\x18\x03 \x01(\x08\x12\x13\n\ttenant_id\x18\t \x01(\tH\x00\x42\x11\n\x0foptional_tenant\"V\n\x17GetVectorSampleResponse\x12;\n\x07vectors\x18\x01 \x03(\x0b\x32*.qwak.vector.store.serving.v1.StoredVector\"k\n\x14UpsertVectorsRequest\x12\x17\n\x0f\x63ollection_name\x18\x01 \x01(\t\x12:\n\x06vector\x18\x02 \x03(\x0b\x32*.qwak.vector.store.serving.v1.StoredVector\"-\n\x15UpsertVectorsResponse\x12\x14\n\x0cnum_affected\x18\x01 \x01(\x05\"\x92\x01\n\x14\x44\x65leteVectorsRequest\x12\x17\n\x0f\x63ollection_name\x18\x01 \x01(\t\x12\x15\n\tvector_id\x18\x02 \x03(\tB\x02\x18\x01\x12J\n\x12vector_identifiers\x18\x03 \x03(\x0b\x32..qwak.vector.store.serving.v1.VectorIdentifier\"4\n\x15\x44\x65leteVectorsResponse\x12\x1b\n\x13num_vectors_deleted\x18\x01 \x01(\x03\"\x8f\x01\n\x12\x46\x65tchVectorRequest\x12\x17\n\x0f\x63ollection_name\x18\x01 \x01(\t\x12\x15\n\tvector_id\x18\x02 \x01(\tB\x02\x18\x01\x12I\n\x11vector_identifier\x18\x03 \x01(\x0b\x32..qwak.vector.store.serving.v1.VectorIdentifier\"Q\n\x13\x46\x65tchVectorResponse\x12:\n\x06vector\x18\x01 \x01(\x0b\x32*.qwak.vector.store.serving.v1.StoredVector2\x87\x05\n\rVectorService\x12\x8d\x01\n\x14SearchSimilarVectors\x12\x39.qwak.vector.store.serving.v1.SearchSimilarVectorsRequest\x1a:.qwak.vector.store.serving.v1.SearchSimilarVectorsResponse\x12~\n\x0fGetVectorSample\x12\x34.qwak.vector.store.serving.v1.GetVectorSampleRequest\x1a\x35.qwak.vector.store.serving.v1.GetVectorSampleResponse\x12r\n\x0b\x46\x65tchVector\x12\x30.qwak.vector.store.serving.v1.FetchVectorRequest\x1a\x31.qwak.vector.store.serving.v1.FetchVectorResponse\x12x\n\rUpsertVectors\x12\x32.qwak.vector.store.serving.v1.UpsertVectorsRequest\x1a\x33.qwak.vector.store.serving.v1.UpsertVectorsResponse\x12x\n\rDeleteVectors\x12\x32.qwak.vector.store.serving.v1.DeleteVectorsRequest\x1a\x33.qwak.vector.store.serving.v1.DeleteVectorsResponseB\x1e\n\x1a\x63om.qwak.ai.vectors.api.v1P\x01\x62\x06proto3')
20
19
 
21
-
22
-
23
- _SEARCHSIMILARVECTORSREQUEST = DESCRIPTOR.message_types_by_name['SearchSimilarVectorsRequest']
24
- _SEARCHSIMILARVECTORSRESPONSE = DESCRIPTOR.message_types_by_name['SearchSimilarVectorsResponse']
25
- _GETVECTORSAMPLEREQUEST = DESCRIPTOR.message_types_by_name['GetVectorSampleRequest']
26
- _GETVECTORSAMPLERESPONSE = DESCRIPTOR.message_types_by_name['GetVectorSampleResponse']
27
- _UPSERTVECTORSREQUEST = DESCRIPTOR.message_types_by_name['UpsertVectorsRequest']
28
- _UPSERTVECTORSRESPONSE = DESCRIPTOR.message_types_by_name['UpsertVectorsResponse']
29
- _DELETEVECTORSREQUEST = DESCRIPTOR.message_types_by_name['DeleteVectorsRequest']
30
- _DELETEVECTORSRESPONSE = DESCRIPTOR.message_types_by_name['DeleteVectorsResponse']
31
- _FETCHVECTORREQUEST = DESCRIPTOR.message_types_by_name['FetchVectorRequest']
32
- _FETCHVECTORRESPONSE = DESCRIPTOR.message_types_by_name['FetchVectorResponse']
33
- SearchSimilarVectorsRequest = _reflection.GeneratedProtocolMessageType('SearchSimilarVectorsRequest', (_message.Message,), {
34
- 'DESCRIPTOR' : _SEARCHSIMILARVECTORSREQUEST,
35
- '__module__' : 'qwak.vectors.v1.vector_service_pb2'
36
- # @@protoc_insertion_point(class_scope:qwak.vector.store.serving.v1.SearchSimilarVectorsRequest)
37
- })
38
- _sym_db.RegisterMessage(SearchSimilarVectorsRequest)
39
-
40
- SearchSimilarVectorsResponse = _reflection.GeneratedProtocolMessageType('SearchSimilarVectorsResponse', (_message.Message,), {
41
- 'DESCRIPTOR' : _SEARCHSIMILARVECTORSRESPONSE,
42
- '__module__' : 'qwak.vectors.v1.vector_service_pb2'
43
- # @@protoc_insertion_point(class_scope:qwak.vector.store.serving.v1.SearchSimilarVectorsResponse)
44
- })
45
- _sym_db.RegisterMessage(SearchSimilarVectorsResponse)
46
-
47
- GetVectorSampleRequest = _reflection.GeneratedProtocolMessageType('GetVectorSampleRequest', (_message.Message,), {
48
- 'DESCRIPTOR' : _GETVECTORSAMPLEREQUEST,
49
- '__module__' : 'qwak.vectors.v1.vector_service_pb2'
50
- # @@protoc_insertion_point(class_scope:qwak.vector.store.serving.v1.GetVectorSampleRequest)
51
- })
52
- _sym_db.RegisterMessage(GetVectorSampleRequest)
53
-
54
- GetVectorSampleResponse = _reflection.GeneratedProtocolMessageType('GetVectorSampleResponse', (_message.Message,), {
55
- 'DESCRIPTOR' : _GETVECTORSAMPLERESPONSE,
56
- '__module__' : 'qwak.vectors.v1.vector_service_pb2'
57
- # @@protoc_insertion_point(class_scope:qwak.vector.store.serving.v1.GetVectorSampleResponse)
58
- })
59
- _sym_db.RegisterMessage(GetVectorSampleResponse)
60
-
61
- UpsertVectorsRequest = _reflection.GeneratedProtocolMessageType('UpsertVectorsRequest', (_message.Message,), {
62
- 'DESCRIPTOR' : _UPSERTVECTORSREQUEST,
63
- '__module__' : 'qwak.vectors.v1.vector_service_pb2'
64
- # @@protoc_insertion_point(class_scope:qwak.vector.store.serving.v1.UpsertVectorsRequest)
65
- })
66
- _sym_db.RegisterMessage(UpsertVectorsRequest)
67
-
68
- UpsertVectorsResponse = _reflection.GeneratedProtocolMessageType('UpsertVectorsResponse', (_message.Message,), {
69
- 'DESCRIPTOR' : _UPSERTVECTORSRESPONSE,
70
- '__module__' : 'qwak.vectors.v1.vector_service_pb2'
71
- # @@protoc_insertion_point(class_scope:qwak.vector.store.serving.v1.UpsertVectorsResponse)
72
- })
73
- _sym_db.RegisterMessage(UpsertVectorsResponse)
74
-
75
- DeleteVectorsRequest = _reflection.GeneratedProtocolMessageType('DeleteVectorsRequest', (_message.Message,), {
76
- 'DESCRIPTOR' : _DELETEVECTORSREQUEST,
77
- '__module__' : 'qwak.vectors.v1.vector_service_pb2'
78
- # @@protoc_insertion_point(class_scope:qwak.vector.store.serving.v1.DeleteVectorsRequest)
79
- })
80
- _sym_db.RegisterMessage(DeleteVectorsRequest)
81
-
82
- DeleteVectorsResponse = _reflection.GeneratedProtocolMessageType('DeleteVectorsResponse', (_message.Message,), {
83
- 'DESCRIPTOR' : _DELETEVECTORSRESPONSE,
84
- '__module__' : 'qwak.vectors.v1.vector_service_pb2'
85
- # @@protoc_insertion_point(class_scope:qwak.vector.store.serving.v1.DeleteVectorsResponse)
86
- })
87
- _sym_db.RegisterMessage(DeleteVectorsResponse)
88
-
89
- FetchVectorRequest = _reflection.GeneratedProtocolMessageType('FetchVectorRequest', (_message.Message,), {
90
- 'DESCRIPTOR' : _FETCHVECTORREQUEST,
91
- '__module__' : 'qwak.vectors.v1.vector_service_pb2'
92
- # @@protoc_insertion_point(class_scope:qwak.vector.store.serving.v1.FetchVectorRequest)
93
- })
94
- _sym_db.RegisterMessage(FetchVectorRequest)
95
-
96
- FetchVectorResponse = _reflection.GeneratedProtocolMessageType('FetchVectorResponse', (_message.Message,), {
97
- 'DESCRIPTOR' : _FETCHVECTORRESPONSE,
98
- '__module__' : 'qwak.vectors.v1.vector_service_pb2'
99
- # @@protoc_insertion_point(class_scope:qwak.vector.store.serving.v1.FetchVectorResponse)
100
- })
101
- _sym_db.RegisterMessage(FetchVectorResponse)
102
-
103
- _VECTORSERVICE = DESCRIPTOR.services_by_name['VectorService']
20
+ _globals = globals()
21
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
22
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.vectors.v1.vector_service_pb2', _globals)
104
23
  if _descriptor._USE_C_DESCRIPTORS == False:
105
24
 
106
25
  DESCRIPTOR._options = None
@@ -109,26 +28,26 @@ if _descriptor._USE_C_DESCRIPTORS == False:
109
28
  _DELETEVECTORSREQUEST.fields_by_name['vector_id']._serialized_options = b'\030\001'
110
29
  _FETCHVECTORREQUEST.fields_by_name['vector_id']._options = None
111
30
  _FETCHVECTORREQUEST.fields_by_name['vector_id']._serialized_options = b'\030\001'
112
- _SEARCHSIMILARVECTORSREQUEST._serialized_start=132
113
- _SEARCHSIMILARVECTORSREQUEST._serialized_end=477
114
- _SEARCHSIMILARVECTORSRESPONSE._serialized_start=479
115
- _SEARCHSIMILARVECTORSRESPONSE._serialized_end=577
116
- _GETVECTORSAMPLEREQUEST._serialized_start=580
117
- _GETVECTORSAMPLEREQUEST._serialized_end=714
118
- _GETVECTORSAMPLERESPONSE._serialized_start=716
119
- _GETVECTORSAMPLERESPONSE._serialized_end=802
120
- _UPSERTVECTORSREQUEST._serialized_start=804
121
- _UPSERTVECTORSREQUEST._serialized_end=911
122
- _UPSERTVECTORSRESPONSE._serialized_start=913
123
- _UPSERTVECTORSRESPONSE._serialized_end=958
124
- _DELETEVECTORSREQUEST._serialized_start=961
125
- _DELETEVECTORSREQUEST._serialized_end=1107
126
- _DELETEVECTORSRESPONSE._serialized_start=1109
127
- _DELETEVECTORSRESPONSE._serialized_end=1161
128
- _FETCHVECTORREQUEST._serialized_start=1164
129
- _FETCHVECTORREQUEST._serialized_end=1307
130
- _FETCHVECTORRESPONSE._serialized_start=1309
131
- _FETCHVECTORRESPONSE._serialized_end=1390
132
- _VECTORSERVICE._serialized_start=1393
133
- _VECTORSERVICE._serialized_end=2040
31
+ _globals['_SEARCHSIMILARVECTORSREQUEST']._serialized_start=132
32
+ _globals['_SEARCHSIMILARVECTORSREQUEST']._serialized_end=477
33
+ _globals['_SEARCHSIMILARVECTORSRESPONSE']._serialized_start=479
34
+ _globals['_SEARCHSIMILARVECTORSRESPONSE']._serialized_end=577
35
+ _globals['_GETVECTORSAMPLEREQUEST']._serialized_start=580
36
+ _globals['_GETVECTORSAMPLEREQUEST']._serialized_end=714
37
+ _globals['_GETVECTORSAMPLERESPONSE']._serialized_start=716
38
+ _globals['_GETVECTORSAMPLERESPONSE']._serialized_end=802
39
+ _globals['_UPSERTVECTORSREQUEST']._serialized_start=804
40
+ _globals['_UPSERTVECTORSREQUEST']._serialized_end=911
41
+ _globals['_UPSERTVECTORSRESPONSE']._serialized_start=913
42
+ _globals['_UPSERTVECTORSRESPONSE']._serialized_end=958
43
+ _globals['_DELETEVECTORSREQUEST']._serialized_start=961
44
+ _globals['_DELETEVECTORSREQUEST']._serialized_end=1107
45
+ _globals['_DELETEVECTORSRESPONSE']._serialized_start=1109
46
+ _globals['_DELETEVECTORSRESPONSE']._serialized_end=1161
47
+ _globals['_FETCHVECTORREQUEST']._serialized_start=1164
48
+ _globals['_FETCHVECTORREQUEST']._serialized_end=1307
49
+ _globals['_FETCHVECTORRESPONSE']._serialized_start=1309
50
+ _globals['_FETCHVECTORRESPONSE']._serialized_end=1390
51
+ _globals['_VECTORSERVICE']._serialized_start=1393
52
+ _globals['_VECTORSERVICE']._serialized_end=2040
134
53
  # @@protoc_insertion_point(module_scope)
@@ -2,12 +2,10 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # source: qwak/workspace/workspace.proto
4
4
  """Generated protocol buffer code."""
5
- from google.protobuf.internal import enum_type_wrapper
6
5
  from google.protobuf import descriptor as _descriptor
7
6
  from google.protobuf import descriptor_pool as _descriptor_pool
8
- from google.protobuf import message as _message
9
- from google.protobuf import reflection as _reflection
10
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
11
9
  # @@protoc_insertion_point(imports)
12
10
 
13
11
  _sym_db = _symbol_database.Default()
@@ -20,92 +18,9 @@ from _qwak_proto.qwak.user_application.v0 import user_application_pb2 as qwak_do
20
18
 
21
19
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1eqwak/workspace/workspace.proto\x12\x19qwak.workspace.management\x1a\x1fgoogle/protobuf/timestamp.proto\x1a/qwak/user_application/common/v0/resources.proto\x1a/qwak/user_application/v0/user_application.proto\"\xc4\x04\n\tWorkspace\x12\x16\n\x0eworkspace_name\x18\x01 \x01(\t\x12`\n\x1c\x63lient_pod_compute_resources\x18\x02 \x01(\x0b\x32:.qwak.user_application.common.v0.ClientPodComputeResources\x12\x10\n\x08image_id\x18\x03 \x01(\t\x12\x17\n\x0f\x63reator_user_id\x18\x04 \x01(\t\x12\x1b\n\x13last_update_user_id\x18\x05 \x01(\t\x12/\n\x0b\x63reate_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x34\n\x10last_update_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\x0cworkspace_id\x18\t \x01(\t\x12\x0c\n\x04tags\x18\n \x03(\t\x12N\n\x1aworkspace_deployment_state\x18\x0b \x01(\x0e\x32*.qwak.workspace.management.DeploymentState\x12\x44\n\x10workspace_status\x18\x0c \x01(\x0e\x32*.qwak.workspace.management.WorkspaceStatus\x12\x15\n\rerror_message\x18\r \x01(\t\x12\x12\n\nimage_name\x18\x0e \x01(\t\x12\x16\n\x0e\x65nvironment_id\x18\x0f \x01(\t\x12\x11\n\tbuild_ids\x18\x10 \x03(\t\"\xd3\x01\n\rWorkspaceSpec\x12\x16\n\x0eworkspace_name\x18\x01 \x01(\t\x12`\n\x1c\x63lient_pod_compute_resources\x18\x02 \x01(\x0b\x32:.qwak.user_application.common.v0.ClientPodComputeResources\x12\x10\n\x08image_id\x18\x03 \x01(\t\x12\x0c\n\x04tags\x18\x04 \x03(\t\x12\x16\n\x0e\x65nvironment_id\x18\x05 \x01(\t\x12\x10\n\x08\x62uild_id\x18\x06 \x01(\t\"\x9d\x02\n\x1bWorkspaceDeploymentSnapshot\x12\x16\n\x0eworkspace_name\x18\x01 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x02 \x01(\t\x12\x36\n\ndeployment\x18\x03 \x01(\x0b\x32\x1e.qwak.user_application.v0.SpecB\x02\x18\x01\x12\x34\n\x08replicas\x18\x04 \x03(\x0b\x32\x1e.qwak.user_application.v0.SpecB\x02\x18\x01\x12,\n\x04pods\x18\x05 \x03(\x0b\x32\x1e.qwak.user_application.v0.Spec\x12\x34\n\x0cstateful_set\x18\x06 \x01(\x0b\x32\x1e.qwak.user_application.v0.Spec\"\xb1\x01\n$UpdateWorkspaceStatusFromEdgeDetails\x12\x12\n\naccount_id\x18\x01 \x01(\t\x12\x16\n\x0e\x65nvironment_id\x18\x02 \x01(\t\x12]\n\x1dworkspace_deployment_snapshot\x18\x03 \x03(\x0b\x32\x36.qwak.workspace.management.WorkspaceDeploymentSnapshot\"Y\n\x0eWorkspaceImage\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12-\n\x04type\x18\x03 \x01(\x0e\x32\x1f.qwak.workspace.management.Type\"\xfb\x01\n\x17\x44\x65\x66\x61ultWorkspaceDetails\x12Y\n\x15\x63pu_compute_resources\x18\x01 \x01(\x0b\x32:.qwak.user_application.common.v0.ClientPodComputeResources\x12Y\n\x15gpu_compute_resources\x18\x02 \x01(\x0b\x32:.qwak.user_application.common.v0.ClientPodComputeResources\x12\x14\n\x0c\x63pu_image_id\x18\x03 \x01(\t\x12\x14\n\x0cgpu_image_id\x18\x04 \x01(\t*\x18\n\x04Type\x12\x07\n\x03\x43PU\x10\x00\x12\x07\n\x03GPU\x10\x01*\xaa\x01\n\x0fWorkspaceStatus\x12\x1c\n\x18WORKSPACE_STATUS_UNKNOWN\x10\x00\x12!\n\x1dWORKSPACE_STATUS_INITIALIZING\x10\x01\x12\x1c\n\x18WORKSPACE_STATUS_STARTED\x10\x02\x12\x1c\n\x18WORKSPACE_STATUS_STOPPED\x10\x03\x12\x1a\n\x16WORKSPACE_STATUS_ERROR\x10\x04*\xe0\x07\n\x0f\x44\x65ploymentState\x12\x1c\n\x18\x44\x45PLOYMENT_STATE_UNKNOWN\x10\x00\x12)\n%DEPLOYMENT_STATE_INITIATING_WORKSPACE\x10\x01\x12\x30\n,DEPLOYMENT_STATE_DEPLOYING_REQUEST_WORKSPACE\x10\x02\x12\x33\n/DEPLOYMENT_STATE_FAILED_EVENT_COMMAND_WORKSPACE\x10\x03\x12)\n%DEPLOYMENT_STATE_DELETION_IN_PROGRESS\x10\x04\x12\x33\n/DEPLOYMENT_STATE_RESUME_EVENT_COMMAND_WORKSPACE\x10\x05\x12\x31\n-DEPLOYMENT_STATE_STOP_EVENT_COMMAND_WORKSPACE\x10\x06\x12(\n$DEPLOYMENT_STATE_STOPPING_DEPLOYMENT\x10\x07\x12\'\n#DEPLOYMENT_STATE_STOPPED_DEPLOYMENT\x10\x08\x12 \n\x1c\x44\x45PLOYMENT_STATE_INITIALIZED\x10\t\x12\x1a\n\x16\x44\x45PLOYMENT_STATE_READY\x10\n\x12%\n!DEPLOYMENT_STATE_CONTAINERS_READY\x10\x0b\x12\"\n\x1e\x44\x45PLOYMENT_STATE_POD_SCHEDULED\x10\x0c\x12\"\n\x1e\x44\x45PLOYMENT_STATE_UNSCHEDULABLE\x10\r\x12)\n%DEPLOYMENT_STATE_CONTAINERS_NOT_READY\x10\x0e\x12\x1e\n\x1a\x44\x45PLOYMENT_STATE_AVAILABLE\x10\x0f\x12 \n\x1c\x44\x45PLOYMENT_STATE_PROGRESSING\x10\x10\x12$\n DEPLOYMENT_STATE_REPLICA_FAILURE\x10\x11\x12/\n+DEPLOYMENT_STATE_MINIMUM_REPLICAS_AVAILABLE\x10\x12\x12\x31\n-DEPLOYMENT_STATE_MINIMUM_REPLICAS_UNAVAILABLE\x10\x13\x12\x30\n,DEPLOYMENT_STATE_PROGRESS_DEAD_LINE_EXCEEDED\x10\x14\x12.\n*DEPLOYMENT_STATE_NEW_REPLICA_SET_AVAILABLE\x10\x15\x12\x31\n-DEPLOYMENT_STATE_IDLE_TIME_STOPPED_DEPLOYMENT\x10\x16\x42\x42\n$com.qwak.ai.management.workspace.apiP\x01Z\x18qwak/workspace;workspaceb\x06proto3')
22
20
 
23
- _TYPE = DESCRIPTOR.enum_types_by_name['Type']
24
- Type = enum_type_wrapper.EnumTypeWrapper(_TYPE)
25
- _WORKSPACESTATUS = DESCRIPTOR.enum_types_by_name['WorkspaceStatus']
26
- WorkspaceStatus = enum_type_wrapper.EnumTypeWrapper(_WORKSPACESTATUS)
27
- _DEPLOYMENTSTATE = DESCRIPTOR.enum_types_by_name['DeploymentState']
28
- DeploymentState = enum_type_wrapper.EnumTypeWrapper(_DEPLOYMENTSTATE)
29
- CPU = 0
30
- GPU = 1
31
- WORKSPACE_STATUS_UNKNOWN = 0
32
- WORKSPACE_STATUS_INITIALIZING = 1
33
- WORKSPACE_STATUS_STARTED = 2
34
- WORKSPACE_STATUS_STOPPED = 3
35
- WORKSPACE_STATUS_ERROR = 4
36
- DEPLOYMENT_STATE_UNKNOWN = 0
37
- DEPLOYMENT_STATE_INITIATING_WORKSPACE = 1
38
- DEPLOYMENT_STATE_DEPLOYING_REQUEST_WORKSPACE = 2
39
- DEPLOYMENT_STATE_FAILED_EVENT_COMMAND_WORKSPACE = 3
40
- DEPLOYMENT_STATE_DELETION_IN_PROGRESS = 4
41
- DEPLOYMENT_STATE_RESUME_EVENT_COMMAND_WORKSPACE = 5
42
- DEPLOYMENT_STATE_STOP_EVENT_COMMAND_WORKSPACE = 6
43
- DEPLOYMENT_STATE_STOPPING_DEPLOYMENT = 7
44
- DEPLOYMENT_STATE_STOPPED_DEPLOYMENT = 8
45
- DEPLOYMENT_STATE_INITIALIZED = 9
46
- DEPLOYMENT_STATE_READY = 10
47
- DEPLOYMENT_STATE_CONTAINERS_READY = 11
48
- DEPLOYMENT_STATE_POD_SCHEDULED = 12
49
- DEPLOYMENT_STATE_UNSCHEDULABLE = 13
50
- DEPLOYMENT_STATE_CONTAINERS_NOT_READY = 14
51
- DEPLOYMENT_STATE_AVAILABLE = 15
52
- DEPLOYMENT_STATE_PROGRESSING = 16
53
- DEPLOYMENT_STATE_REPLICA_FAILURE = 17
54
- DEPLOYMENT_STATE_MINIMUM_REPLICAS_AVAILABLE = 18
55
- DEPLOYMENT_STATE_MINIMUM_REPLICAS_UNAVAILABLE = 19
56
- DEPLOYMENT_STATE_PROGRESS_DEAD_LINE_EXCEEDED = 20
57
- DEPLOYMENT_STATE_NEW_REPLICA_SET_AVAILABLE = 21
58
- DEPLOYMENT_STATE_IDLE_TIME_STOPPED_DEPLOYMENT = 22
59
-
60
-
61
- _WORKSPACE = DESCRIPTOR.message_types_by_name['Workspace']
62
- _WORKSPACESPEC = DESCRIPTOR.message_types_by_name['WorkspaceSpec']
63
- _WORKSPACEDEPLOYMENTSNAPSHOT = DESCRIPTOR.message_types_by_name['WorkspaceDeploymentSnapshot']
64
- _UPDATEWORKSPACESTATUSFROMEDGEDETAILS = DESCRIPTOR.message_types_by_name['UpdateWorkspaceStatusFromEdgeDetails']
65
- _WORKSPACEIMAGE = DESCRIPTOR.message_types_by_name['WorkspaceImage']
66
- _DEFAULTWORKSPACEDETAILS = DESCRIPTOR.message_types_by_name['DefaultWorkspaceDetails']
67
- Workspace = _reflection.GeneratedProtocolMessageType('Workspace', (_message.Message,), {
68
- 'DESCRIPTOR' : _WORKSPACE,
69
- '__module__' : 'qwak.workspace.workspace_pb2'
70
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.Workspace)
71
- })
72
- _sym_db.RegisterMessage(Workspace)
73
-
74
- WorkspaceSpec = _reflection.GeneratedProtocolMessageType('WorkspaceSpec', (_message.Message,), {
75
- 'DESCRIPTOR' : _WORKSPACESPEC,
76
- '__module__' : 'qwak.workspace.workspace_pb2'
77
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.WorkspaceSpec)
78
- })
79
- _sym_db.RegisterMessage(WorkspaceSpec)
80
-
81
- WorkspaceDeploymentSnapshot = _reflection.GeneratedProtocolMessageType('WorkspaceDeploymentSnapshot', (_message.Message,), {
82
- 'DESCRIPTOR' : _WORKSPACEDEPLOYMENTSNAPSHOT,
83
- '__module__' : 'qwak.workspace.workspace_pb2'
84
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.WorkspaceDeploymentSnapshot)
85
- })
86
- _sym_db.RegisterMessage(WorkspaceDeploymentSnapshot)
87
-
88
- UpdateWorkspaceStatusFromEdgeDetails = _reflection.GeneratedProtocolMessageType('UpdateWorkspaceStatusFromEdgeDetails', (_message.Message,), {
89
- 'DESCRIPTOR' : _UPDATEWORKSPACESTATUSFROMEDGEDETAILS,
90
- '__module__' : 'qwak.workspace.workspace_pb2'
91
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.UpdateWorkspaceStatusFromEdgeDetails)
92
- })
93
- _sym_db.RegisterMessage(UpdateWorkspaceStatusFromEdgeDetails)
94
-
95
- WorkspaceImage = _reflection.GeneratedProtocolMessageType('WorkspaceImage', (_message.Message,), {
96
- 'DESCRIPTOR' : _WORKSPACEIMAGE,
97
- '__module__' : 'qwak.workspace.workspace_pb2'
98
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.WorkspaceImage)
99
- })
100
- _sym_db.RegisterMessage(WorkspaceImage)
101
-
102
- DefaultWorkspaceDetails = _reflection.GeneratedProtocolMessageType('DefaultWorkspaceDetails', (_message.Message,), {
103
- 'DESCRIPTOR' : _DEFAULTWORKSPACEDETAILS,
104
- '__module__' : 'qwak.workspace.workspace_pb2'
105
- # @@protoc_insertion_point(class_scope:qwak.workspace.management.DefaultWorkspaceDetails)
106
- })
107
- _sym_db.RegisterMessage(DefaultWorkspaceDetails)
108
-
21
+ _globals = globals()
22
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
23
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.workspace.workspace_pb2', _globals)
109
24
  if _descriptor._USE_C_DESCRIPTORS == False:
110
25
 
111
26
  DESCRIPTOR._options = None
@@ -114,22 +29,22 @@ if _descriptor._USE_C_DESCRIPTORS == False:
114
29
  _WORKSPACEDEPLOYMENTSNAPSHOT.fields_by_name['deployment']._serialized_options = b'\030\001'
115
30
  _WORKSPACEDEPLOYMENTSNAPSHOT.fields_by_name['replicas']._options = None
116
31
  _WORKSPACEDEPLOYMENTSNAPSHOT.fields_by_name['replicas']._serialized_options = b'\030\001'
117
- _TYPE._serialized_start=1802
118
- _TYPE._serialized_end=1826
119
- _WORKSPACESTATUS._serialized_start=1829
120
- _WORKSPACESTATUS._serialized_end=1999
121
- _DEPLOYMENTSTATE._serialized_start=2002
122
- _DEPLOYMENTSTATE._serialized_end=2994
123
- _WORKSPACE._serialized_start=193
124
- _WORKSPACE._serialized_end=773
125
- _WORKSPACESPEC._serialized_start=776
126
- _WORKSPACESPEC._serialized_end=987
127
- _WORKSPACEDEPLOYMENTSNAPSHOT._serialized_start=990
128
- _WORKSPACEDEPLOYMENTSNAPSHOT._serialized_end=1275
129
- _UPDATEWORKSPACESTATUSFROMEDGEDETAILS._serialized_start=1278
130
- _UPDATEWORKSPACESTATUSFROMEDGEDETAILS._serialized_end=1455
131
- _WORKSPACEIMAGE._serialized_start=1457
132
- _WORKSPACEIMAGE._serialized_end=1546
133
- _DEFAULTWORKSPACEDETAILS._serialized_start=1549
134
- _DEFAULTWORKSPACEDETAILS._serialized_end=1800
32
+ _globals['_TYPE']._serialized_start=1802
33
+ _globals['_TYPE']._serialized_end=1826
34
+ _globals['_WORKSPACESTATUS']._serialized_start=1829
35
+ _globals['_WORKSPACESTATUS']._serialized_end=1999
36
+ _globals['_DEPLOYMENTSTATE']._serialized_start=2002
37
+ _globals['_DEPLOYMENTSTATE']._serialized_end=2994
38
+ _globals['_WORKSPACE']._serialized_start=193
39
+ _globals['_WORKSPACE']._serialized_end=773
40
+ _globals['_WORKSPACESPEC']._serialized_start=776
41
+ _globals['_WORKSPACESPEC']._serialized_end=987
42
+ _globals['_WORKSPACEDEPLOYMENTSNAPSHOT']._serialized_start=990
43
+ _globals['_WORKSPACEDEPLOYMENTSNAPSHOT']._serialized_end=1275
44
+ _globals['_UPDATEWORKSPACESTATUSFROMEDGEDETAILS']._serialized_start=1278
45
+ _globals['_UPDATEWORKSPACESTATUSFROMEDGEDETAILS']._serialized_end=1455
46
+ _globals['_WORKSPACEIMAGE']._serialized_start=1457
47
+ _globals['_WORKSPACEIMAGE']._serialized_end=1546
48
+ _globals['_DEFAULTWORKSPACEDETAILS']._serialized_start=1549
49
+ _globals['_DEFAULTWORKSPACEDETAILS']._serialized_end=1800
135
50
  # @@protoc_insertion_point(module_scope)