frogml-core 0.0.108__py3-none-any.whl → 0.0.110__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 (219) hide show
  1. frogml_core/__init__.py +1 -1
  2. frogml_core/inner/build_logic/phases/phase_010_fetch_model/post_fetch_validation_step.py +1 -1
  3. {frogml_core-0.0.108.dist-info → frogml_core-0.0.110.dist-info}/METADATA +4 -5
  4. {frogml_core-0.0.108.dist-info → frogml_core-0.0.110.dist-info}/RECORD +219 -219
  5. frogml_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py +8 -23
  6. frogml_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py +10 -27
  7. frogml_proto/jfml/model_version/v1/artifact_pb2.py +8 -24
  8. frogml_proto/jfml/model_version/v1/build_spec_pb2.py +12 -44
  9. frogml_proto/jfml/model_version/v1/model_repository_spec_pb2.py +6 -14
  10. frogml_proto/jfml/model_version/v1/model_version_framework_pb2.py +18 -74
  11. frogml_proto/jfml/model_version/v1/model_version_manager_service_pb2.py +34 -147
  12. frogml_proto/jfml/model_version/v1/model_version_pb2.py +32 -148
  13. frogml_proto/qwak/administration/account/v1/account_pb2.py +22 -87
  14. frogml_proto/qwak/administration/account/v1/account_service_pb2.py +42 -187
  15. frogml_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +26 -114
  16. frogml_proto/qwak/administration/account/v1/personalization_pb2.py +8 -24
  17. frogml_proto/qwak/administration/account/v1/preferences_pb2.py +6 -14
  18. frogml_proto/qwak/administration/account/v1/terms_pb2.py +14 -54
  19. frogml_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py +18 -67
  20. frogml_proto/qwak/administration/authenticated_user/v1/credentials_pb2.py +8 -24
  21. frogml_proto/qwak/administration/authenticated_user/v1/details_pb2.py +14 -54
  22. frogml_proto/qwak/administration/cluster/v2/cluster_pb2.py +38 -173
  23. frogml_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py +6 -14
  24. frogml_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py +8 -24
  25. frogml_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +10 -34
  26. frogml_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +6 -14
  27. frogml_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +12 -44
  28. frogml_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py +9 -15
  29. frogml_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.pyi +29 -0
  30. frogml_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +6 -14
  31. frogml_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py +8 -15
  32. frogml_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.pyi +16 -0
  33. frogml_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +10 -34
  34. frogml_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +14 -54
  35. frogml_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +6 -14
  36. frogml_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +6 -14
  37. frogml_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +14 -54
  38. frogml_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +10 -34
  39. frogml_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py +10 -34
  40. frogml_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +6 -14
  41. frogml_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +10 -34
  42. frogml_proto/qwak/administration/v0/authentication/authentication_service_pb2.py +14 -47
  43. frogml_proto/qwak/administration/v0/environments/configuration_pb2.py +20 -82
  44. frogml_proto/qwak/administration/v0/environments/environment_pb2.py +12 -40
  45. frogml_proto/qwak/administration/v0/environments/environment_service_pb2.py +36 -158
  46. frogml_proto/qwak/administration/v0/environments/personalization_pb2.py +8 -24
  47. frogml_proto/qwak/administration/v0/users/user_pb2.py +18 -71
  48. frogml_proto/qwak/admiral/secret/v0/secret_pb2.py +26 -115
  49. frogml_proto/qwak/admiral/secret/v0/secret_service_pb2.py +18 -67
  50. frogml_proto/qwak/admiral/secret/v0/system_secret_service_pb2.py +18 -67
  51. frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py +38 -174
  52. frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py +22 -87
  53. frogml_proto/qwak/analytics/analytics_pb2.py +26 -121
  54. frogml_proto/qwak/analytics/analytics_service_pb2.py +46 -207
  55. frogml_proto/qwak/artifactory_settings/artifactory_settings_pb2.py +8 -24
  56. frogml_proto/qwak/audience/v1/audience_api_pb2.py +30 -127
  57. frogml_proto/qwak/audience/v1/audience_pb2.py +26 -113
  58. frogml_proto/qwak/auto_scaling/v1/auto_scaling_pb2.py +18 -79
  59. frogml_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py +10 -27
  60. frogml_proto/qwak/automation/v1/action_pb2.py +40 -180
  61. frogml_proto/qwak/automation/v1/auto_scaling_pb2.py +18 -79
  62. frogml_proto/qwak/automation/v1/automation_execution_pb2.py +12 -43
  63. frogml_proto/qwak/automation/v1/automation_management_service_pb2.py +56 -258
  64. frogml_proto/qwak/automation/v1/automation_pb2.py +10 -34
  65. frogml_proto/qwak/automation/v1/common_pb2.py +10 -35
  66. frogml_proto/qwak/automation/v1/notification_pb2.py +16 -68
  67. frogml_proto/qwak/automation/v1/trigger_pb2.py +14 -54
  68. frogml_proto/qwak/batch_job/v1/batch_job_events_pb2.py +26 -116
  69. frogml_proto/qwak/batch_job/v1/batch_job_resources_pb2.py +8 -26
  70. frogml_proto/qwak/batch_job/v1/batch_job_service_pb2.py +118 -561
  71. frogml_proto/qwak/build/v1/build_api_pb2.py +86 -407
  72. frogml_proto/qwak/build/v1/build_pb2.py +114 -549
  73. frogml_proto/qwak/build_settings/build_settings_api_pb2.py +18 -67
  74. frogml_proto/qwak/build_settings/build_settings_pb2.py +18 -74
  75. frogml_proto/qwak/builds/build_pb2.py +44 -206
  76. frogml_proto/qwak/builds/build_url_pb2.py +26 -113
  77. frogml_proto/qwak/builds/builds_orchestrator_service_pb2.py +58 -269
  78. frogml_proto/qwak/builds/builds_pb2.py +110 -519
  79. frogml_proto/qwak/builds/internal_builds_orchestrator_service_pb2.py +12 -37
  80. frogml_proto/qwak/data_versioning/data_versioning_pb2.py +8 -24
  81. frogml_proto/qwak/data_versioning/data_versioning_service_pb2.py +14 -47
  82. frogml_proto/qwak/deployment/alert_pb2.py +24 -108
  83. frogml_proto/qwak/deployment/alert_service_pb2.py +30 -127
  84. frogml_proto/qwak/deployment/deployment_messages_pb2.py +6 -14
  85. frogml_proto/qwak/deployment/deployment_pb2.py +124 -588
  86. frogml_proto/qwak/deployment/deployment_service_pb2.py +86 -419
  87. frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2.py +14 -47
  88. frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_pb2.py +8 -24
  89. frogml_proto/qwak/ecosystem/jfrog/v0/token_pb2.py +36 -164
  90. frogml_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py +22 -87
  91. frogml_proto/qwak/ecosystem/v0/credentials_pb2.py +10 -34
  92. frogml_proto/qwak/ecosystem/v0/ecosystem_pb2.py +30 -138
  93. frogml_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py +52 -237
  94. frogml_proto/qwak/execution/v1/backfill_pb2.py +18 -74
  95. frogml_proto/qwak/execution/v1/batch_pb2.py +10 -34
  96. frogml_proto/qwak/execution/v1/deletion_pb2.py +12 -44
  97. frogml_proto/qwak/execution/v1/execution_pb2.py +16 -69
  98. frogml_proto/qwak/execution/v1/execution_service_pb2.py +64 -298
  99. frogml_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py +6 -14
  100. frogml_proto/qwak/execution/v1/jobs/job_pb2.py +18 -76
  101. frogml_proto/qwak/execution/v1/jobs/job_service_pb2.py +54 -247
  102. frogml_proto/qwak/execution/v1/jobs/reports/report_pb2.py +20 -84
  103. frogml_proto/qwak/execution/v1/state/execution_state_pb2.py +6 -14
  104. frogml_proto/qwak/execution/v1/state/execution_state_service_pb2.py +30 -127
  105. frogml_proto/qwak/execution/v1/state/featureset_state_pb2.py +6 -14
  106. frogml_proto/qwak/execution/v1/state/spark_execution_state_pb2.py +14 -68
  107. frogml_proto/qwak/execution/v1/streaming_aggregation_pb2.py +14 -54
  108. frogml_proto/qwak/execution/v1/streaming_pb2.py +12 -44
  109. frogml_proto/qwak/feature_store/entities/entity_pb2.py +16 -57
  110. frogml_proto/qwak/feature_store/entities/entity_service_pb2.py +30 -127
  111. frogml_proto/qwak/feature_store/features/aggregation_pb2.py +38 -175
  112. frogml_proto/qwak/feature_store/features/deployment_pb2.py +36 -167
  113. frogml_proto/qwak/feature_store/features/deployment_service_pb2.py +10 -27
  114. frogml_proto/qwak/feature_store/features/execution_pb2.py +14 -56
  115. frogml_proto/qwak/feature_store/features/feature_set_attribute_pb2.py +6 -14
  116. frogml_proto/qwak/feature_store/features/feature_set_pb2.py +34 -155
  117. frogml_proto/qwak/feature_store/features/feature_set_service_pb2.py +92 -439
  118. frogml_proto/qwak/feature_store/features/feature_set_state_pb2.py +38 -181
  119. frogml_proto/qwak/feature_store/features/feature_set_state_service_pb2.py +26 -107
  120. frogml_proto/qwak/feature_store/features/feature_set_types_pb2.py +74 -346
  121. frogml_proto/qwak/feature_store/features/monitoring_pb2.py +10 -34
  122. frogml_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py +32 -143
  123. frogml_proto/qwak/feature_store/jobs/job_pb2.py +12 -46
  124. frogml_proto/qwak/feature_store/jobs/job_service_pb2.py +30 -127
  125. frogml_proto/qwak/feature_store/jobs/v1/job_pb2.py +12 -45
  126. frogml_proto/qwak/feature_store/jobs/v1/job_service_pb2.py +42 -187
  127. frogml_proto/qwak/feature_store/platform/platform_details_pb2.py +8 -24
  128. frogml_proto/qwak/feature_store/reports/report_pb2.py +14 -53
  129. frogml_proto/qwak/feature_store/repository/common/platform_pb2.py +10 -34
  130. frogml_proto/qwak/feature_store/serving/management_pb2.py +14 -47
  131. frogml_proto/qwak/feature_store/serving/metadata_pb2.py +12 -44
  132. frogml_proto/qwak/feature_store/serving/serving_pb2.py +50 -222
  133. frogml_proto/qwak/feature_store/serving/v1/value_pb2.py +8 -24
  134. frogml_proto/qwak/feature_store/sinks/sink_pb2.py +14 -54
  135. frogml_proto/qwak/feature_store/sources/batch_pb2.py +70 -334
  136. frogml_proto/qwak/feature_store/sources/data_source_attribute_pb2.py +6 -14
  137. frogml_proto/qwak/feature_store/sources/data_source_pb2.py +14 -54
  138. frogml_proto/qwak/feature_store/sources/data_source_service_pb2.py +34 -147
  139. frogml_proto/qwak/feature_store/sources/streaming_pb2.py +34 -146
  140. frogml_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +6 -14
  141. frogml_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +10 -34
  142. frogml_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +16 -58
  143. frogml_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py +10 -27
  144. frogml_proto/qwak/features_operator/v1/features_operator_pb2.py +14 -54
  145. frogml_proto/qwak/features_operator/v1/features_operator_service_pb2.py +14 -47
  146. frogml_proto/qwak/features_operator/v2/features_operator_pb2.py +16 -64
  147. frogml_proto/qwak/features_operator/v2/features_operator_service_pb2.py +12 -37
  148. frogml_proto/qwak/features_operator/v3/features_operator_async_service_pb2.py +26 -107
  149. frogml_proto/qwak/features_operator/v3/features_operator_pb2.py +16 -64
  150. frogml_proto/qwak/file_versioning/file_versioning_pb2.py +10 -33
  151. frogml_proto/qwak/file_versioning/file_versioning_service_pb2.py +14 -47
  152. frogml_proto/qwak/fitness_service/constructs_pb2.py +22 -99
  153. frogml_proto/qwak/fitness_service/fitness_pb2.py +10 -32
  154. frogml_proto/qwak/fitness_service/fitness_service_pb2.py +22 -87
  155. frogml_proto/qwak/fitness_service/status_pb2.py +24 -106
  156. frogml_proto/qwak/inference/feedback/feedback_pb2.py +28 -96
  157. frogml_proto/qwak/instance_template/instance_template_pb2.py +12 -40
  158. frogml_proto/qwak/instance_template/instance_template_service_pb2.py +14 -47
  159. frogml_proto/qwak/integration/hugging_face_integration_pb2.py +16 -64
  160. frogml_proto/qwak/integration/integration_pb2.py +28 -126
  161. frogml_proto/qwak/integration/integration_service_pb2.py +34 -147
  162. frogml_proto/qwak/integration/open_a_i_integration_pb2.py +16 -64
  163. frogml_proto/qwak/integration/opsgenie_integration_pb2.py +20 -82
  164. frogml_proto/qwak/integration/pagerduty_integration_pb2.py +24 -104
  165. frogml_proto/qwak/integration/slack_app_integration_pb2.py +24 -104
  166. frogml_proto/qwak/jfrog/gateway/v0/repository_pb2.py +18 -74
  167. frogml_proto/qwak/jfrog/gateway/v0/repository_service_pb2.py +14 -47
  168. frogml_proto/qwak/kube_deployment_captain/alert_pb2.py +22 -97
  169. frogml_proto/qwak/kube_deployment_captain/alerting_pb2.py +12 -44
  170. frogml_proto/qwak/kube_deployment_captain/batch_job_pb2.py +68 -322
  171. frogml_proto/qwak/kube_deployment_captain/deployment_pb2.py +44 -167
  172. frogml_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py +32 -144
  173. frogml_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py +108 -519
  174. frogml_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py +8 -24
  175. frogml_proto/qwak/logging/log_filter_pb2.py +12 -44
  176. frogml_proto/qwak/logging/log_line_pb2.py +8 -25
  177. frogml_proto/qwak/logging/log_reader_service_pb2.py +10 -27
  178. frogml_proto/qwak/logging/log_source_pb2.py +30 -134
  179. frogml_proto/qwak/model_descriptor/open_ai_descriptor_pb2.py +18 -74
  180. frogml_proto/qwak/model_group/model_group_pb2.py +14 -47
  181. frogml_proto/qwak/model_group/model_group_repository_details_pb2.py +18 -74
  182. frogml_proto/qwak/models/models_pb2.py +88 -405
  183. frogml_proto/qwak/models/models_query_pb2.py +16 -56
  184. frogml_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py +30 -127
  185. frogml_proto/qwak/monitoring/v0/alerting_channel_pb2.py +34 -152
  186. frogml_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py +14 -47
  187. frogml_proto/qwak/offline/serving/v1/feature_values_pb2.py +6 -14
  188. frogml_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py +30 -123
  189. frogml_proto/qwak/offline/serving/v1/options_pb2.py +6 -14
  190. frogml_proto/qwak/offline/serving/v1/population_pb2.py +14 -54
  191. frogml_proto/qwak/projects/jfrog_project_spec_pb2.py +6 -14
  192. frogml_proto/qwak/projects/projects_pb2.py +44 -190
  193. frogml_proto/qwak/prompt/v1/prompt/prompt_manager_service_pb2.py +54 -247
  194. frogml_proto/qwak/prompt/v1/prompt/prompt_pb2.py +46 -214
  195. frogml_proto/qwak/secret_service/secret_service_pb2.py +18 -67
  196. frogml_proto/qwak/self_service/account/v0/account_membership_pb2.py +24 -106
  197. frogml_proto/qwak/self_service/account/v0/account_membership_service_pb2.py +50 -227
  198. frogml_proto/qwak/self_service/account/v0/account_status_pb2.py +16 -65
  199. frogml_proto/qwak/self_service/account/v0/managing_account_pb2.py +30 -131
  200. frogml_proto/qwak/self_service/account/v0/managing_account_service_pb2.py +22 -87
  201. frogml_proto/qwak/self_service/user/v1/api_key_pb2.py +6 -14
  202. frogml_proto/qwak/self_service/user/v1/user_pb2.py +6 -14
  203. frogml_proto/qwak/self_service/user/v1/user_service_pb2.py +30 -121
  204. frogml_proto/qwak/service_discovery/service_discovery_location_pb2.py +12 -44
  205. frogml_proto/qwak/service_discovery/service_discovery_location_service_pb2.py +10 -27
  206. frogml_proto/qwak/traffic/v1/traffic_api_pb2.py +22 -87
  207. frogml_proto/qwak/traffic/v1/traffic_pb2.py +26 -113
  208. frogml_proto/qwak/user_application/common/v0/resources_pb2.py +30 -138
  209. frogml_proto/qwak/user_application/v0/user_application_pb2.py +10 -43
  210. frogml_proto/qwak/vectors/v1/collection/collection_pb2.py +24 -106
  211. frogml_proto/qwak/vectors/v1/collection/collection_service_pb2.py +38 -167
  212. frogml_proto/qwak/vectors/v1/collection/event/collection_event_pb2.py +6 -14
  213. frogml_proto/qwak/vectors/v1/filters_pb2.py +30 -134
  214. frogml_proto/qwak/vectors/v1/vector_pb2.py +14 -54
  215. frogml_proto/qwak/vectors/v1/vector_service_pb2.py +26 -107
  216. frogml_proto/qwak/workspace/workspace_pb2.py +22 -107
  217. frogml_proto/qwak/workspace/workspace_service_pb2.py +62 -287
  218. frogml_storage/__init__.py +1 -1
  219. {frogml_core-0.0.108.dist-info → frogml_core-0.0.110.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()
@@ -22,116 +21,9 @@ from frogml_proto.qwak.administration.v0.users import user_pb2 as qwak_dot_admin
22
21
 
23
22
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!qwak/ecosystem/v0/ecosystem.proto\x12\x11qwak.ecosystem.v0\x1a\x30qwak/administration/account/v1/preferences.proto\x1a*qwak/administration/account/v1/terms.proto\x1a,qwak/administration/account/v1/account.proto\x1a\x39qwak/administration/account/v1/jfrog_tenant_details.proto\x1a\x37qwak/administration/v0/environments/configuration.proto\x1a\'qwak/administration/v0/users/user.proto\"<\n\x16UsernamePasswordMethod\x12\x10\n\x08username\x18\x01 \x01(\t\x12\x10\n\x08password\x18\x02 \x01(\t\"(\n\x10QwakApiKeyMethod\x12\x14\n\x0cqwak_api_key\x18\x01 \x01(\t\"\\\n\x18\x41uthenticatedUserContext\x12@\n\x04user\x18\x01 \x01(\x0b\x32\x32.qwak.ecosystem.v0.AuthenticatedUnifiedUserContext\"\xfe\x01\n\x1f\x41uthenticatedUnifiedUserContext\x12\x0f\n\x07user_id\x18\x04 \x01(\t\x12\x45\n\x0f\x61\x63\x63ount_details\x18\x05 \x01(\x0b\x32,.qwak.ecosystem.v0.UserContextAccountDetails\x12?\n\x0c\x61\x63\x63ount_role\x18\x01 \x01(\x0e\x32).qwak.administration.user.QwakAccountRole\x12\x42\n\x13\x65nvironment_details\x18\x06 \x01(\x0b\x32%.qwak.ecosystem.v0.EnvironmentDetails\"\xd6\x06\n\x19UserContextAccountDetails\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x1e\n\x16\x64\x65\x66\x61ult_environment_id\x18\x03 \x01(\t\x12\x44\n\x0bpreferences\x18\x05 \x01(\x0b\x32/.qwak.administration.account.AccountPreferences\x12\\\n\x11\x65nvironment_by_id\x18\x04 \x03(\x0b\x32\x41.qwak.ecosystem.v0.UserContextAccountDetails.EnvironmentByIdEntry\x12t\n\x1euser_context_environment_by_id\x18\x06 \x03(\x0b\x32L.qwak.ecosystem.v0.UserContextAccountDetails.UserContextEnvironmentByIdEntry\x12\x39\n\x04type\x18\x07 \x01(\x0e\x32+.qwak.administration.account.v1.AccountType\x12\x39\n\x04tier\x18\x08 \x01(\x0e\x32+.qwak.administration.account.v1.AccountTier\x12I\n\x0e\x61\x63\x63\x65pted_terms\x18\t \x01(\x0b\x32\x31.qwak.administration.account.AccountAcceptedTerms\x12P\n\x14jfrog_tenant_details\x18\n \x01(\x0b\x32\x32.qwak.administration.account.v1.JfrogTenantDetails\x1a]\n\x14\x45nvironmentByIdEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x34\n\x05value\x18\x02 \x01(\x0b\x32%.qwak.ecosystem.v0.EnvironmentDetails:\x02\x38\x01\x1as\n\x1fUserContextEnvironmentByIdEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12?\n\x05value\x18\x02 \x01(\x0b\x32\x30.qwak.ecosystem.v0.UserContextEnvironmentDetails:\x02\x38\x01\"\x1f\n\x1dUserContextEnvironmentDetails\"\xd8\x04\n\x0e\x41\x63\x63ountDetails\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x44\n\x0bpreferences\x18\x03 \x01(\x0b\x32/.qwak.administration.account.AccountPreferences\x12\x1e\n\x16\x64\x65\x66\x61ult_environment_id\x18\x05 \x01(\t\x12S\n\x12\x65nvironments_by_id\x18\x04 \x03(\x0b\x32\x37.qwak.ecosystem.v0.AccountDetails.EnvironmentsByIdEntry\x12\x39\n\x04type\x18\x06 \x01(\x0e\x32+.qwak.administration.account.v1.AccountType\x12\x39\n\x04tier\x18\x07 \x01(\x0e\x32+.qwak.administration.account.v1.AccountTier\x12I\n\x0e\x61\x63\x63\x65pted_terms\x18\x08 \x01(\x0b\x32\x31.qwak.administration.account.AccountAcceptedTerms\x12P\n\x14jfrog_tenant_details\x18\t \x01(\x0b\x32\x32.qwak.administration.account.v1.JfrogTenantDetails\x1a^\n\x15\x45nvironmentsByIdEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x34\n\x05value\x18\x02 \x01(\x0b\x32%.qwak.ecosystem.v0.EnvironmentDetails:\x02\x38\x01\"\x98\x01\n\x12\x45nvironmentDetails\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12T\n\rconfiguration\x18\x03 \x01(\x0b\x32=.qwak.administration.environment.QwakEnvironmentConfiguration\x12\x12\n\ncluster_id\x18\x04 \x01(\t\"\xde\x01\n\x0fUserAccountList\x12\x1a\n\x12\x64\x65\x66\x61ult_account_id\x18\x01 \x01(\t\x12L\n\x0e\x61\x63\x63ounts_by_id\x18\x02 \x03(\x0b\x32\x34.qwak.ecosystem.v0.UserAccountList.AccountsByIdEntry\x1a\x61\n\x11\x41\x63\x63ountsByIdEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12;\n\x05value\x18\x02 \x01(\x0b\x32,.qwak.ecosystem.v0.UserContextAccountDetails:\x02\x38\x01\x42\xb7\x01\n\x1c\x63om.qwak.ai.common.ecosystemP\x01Z\x94\x01github.com/qwak-ai/qwak-platform/services/shared/java/libs/qwak-common/qwak-common-api/qwak-platform-ecosystem-api/pb/qwak/ecosystem/v0;ecosystem_v0b\x06proto3')
24
23
 
25
-
26
-
27
- _USERNAMEPASSWORDMETHOD = DESCRIPTOR.message_types_by_name['UsernamePasswordMethod']
28
- _QWAKAPIKEYMETHOD = DESCRIPTOR.message_types_by_name['QwakApiKeyMethod']
29
- _AUTHENTICATEDUSERCONTEXT = DESCRIPTOR.message_types_by_name['AuthenticatedUserContext']
30
- _AUTHENTICATEDUNIFIEDUSERCONTEXT = DESCRIPTOR.message_types_by_name['AuthenticatedUnifiedUserContext']
31
- _USERCONTEXTACCOUNTDETAILS = DESCRIPTOR.message_types_by_name['UserContextAccountDetails']
32
- _USERCONTEXTACCOUNTDETAILS_ENVIRONMENTBYIDENTRY = _USERCONTEXTACCOUNTDETAILS.nested_types_by_name['EnvironmentByIdEntry']
33
- _USERCONTEXTACCOUNTDETAILS_USERCONTEXTENVIRONMENTBYIDENTRY = _USERCONTEXTACCOUNTDETAILS.nested_types_by_name['UserContextEnvironmentByIdEntry']
34
- _USERCONTEXTENVIRONMENTDETAILS = DESCRIPTOR.message_types_by_name['UserContextEnvironmentDetails']
35
- _ACCOUNTDETAILS = DESCRIPTOR.message_types_by_name['AccountDetails']
36
- _ACCOUNTDETAILS_ENVIRONMENTSBYIDENTRY = _ACCOUNTDETAILS.nested_types_by_name['EnvironmentsByIdEntry']
37
- _ENVIRONMENTDETAILS = DESCRIPTOR.message_types_by_name['EnvironmentDetails']
38
- _USERACCOUNTLIST = DESCRIPTOR.message_types_by_name['UserAccountList']
39
- _USERACCOUNTLIST_ACCOUNTSBYIDENTRY = _USERACCOUNTLIST.nested_types_by_name['AccountsByIdEntry']
40
- UsernamePasswordMethod = _reflection.GeneratedProtocolMessageType('UsernamePasswordMethod', (_message.Message,), {
41
- 'DESCRIPTOR' : _USERNAMEPASSWORDMETHOD,
42
- '__module__' : 'qwak.ecosystem.v0.ecosystem_pb2'
43
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.UsernamePasswordMethod)
44
- })
45
- _sym_db.RegisterMessage(UsernamePasswordMethod)
46
-
47
- QwakApiKeyMethod = _reflection.GeneratedProtocolMessageType('QwakApiKeyMethod', (_message.Message,), {
48
- 'DESCRIPTOR' : _QWAKAPIKEYMETHOD,
49
- '__module__' : 'qwak.ecosystem.v0.ecosystem_pb2'
50
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.QwakApiKeyMethod)
51
- })
52
- _sym_db.RegisterMessage(QwakApiKeyMethod)
53
-
54
- AuthenticatedUserContext = _reflection.GeneratedProtocolMessageType('AuthenticatedUserContext', (_message.Message,), {
55
- 'DESCRIPTOR' : _AUTHENTICATEDUSERCONTEXT,
56
- '__module__' : 'qwak.ecosystem.v0.ecosystem_pb2'
57
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.AuthenticatedUserContext)
58
- })
59
- _sym_db.RegisterMessage(AuthenticatedUserContext)
60
-
61
- AuthenticatedUnifiedUserContext = _reflection.GeneratedProtocolMessageType('AuthenticatedUnifiedUserContext', (_message.Message,), {
62
- 'DESCRIPTOR' : _AUTHENTICATEDUNIFIEDUSERCONTEXT,
63
- '__module__' : 'qwak.ecosystem.v0.ecosystem_pb2'
64
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.AuthenticatedUnifiedUserContext)
65
- })
66
- _sym_db.RegisterMessage(AuthenticatedUnifiedUserContext)
67
-
68
- UserContextAccountDetails = _reflection.GeneratedProtocolMessageType('UserContextAccountDetails', (_message.Message,), {
69
-
70
- 'EnvironmentByIdEntry' : _reflection.GeneratedProtocolMessageType('EnvironmentByIdEntry', (_message.Message,), {
71
- 'DESCRIPTOR' : _USERCONTEXTACCOUNTDETAILS_ENVIRONMENTBYIDENTRY,
72
- '__module__' : 'qwak.ecosystem.v0.ecosystem_pb2'
73
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.UserContextAccountDetails.EnvironmentByIdEntry)
74
- })
75
- ,
76
-
77
- 'UserContextEnvironmentByIdEntry' : _reflection.GeneratedProtocolMessageType('UserContextEnvironmentByIdEntry', (_message.Message,), {
78
- 'DESCRIPTOR' : _USERCONTEXTACCOUNTDETAILS_USERCONTEXTENVIRONMENTBYIDENTRY,
79
- '__module__' : 'qwak.ecosystem.v0.ecosystem_pb2'
80
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.UserContextAccountDetails.UserContextEnvironmentByIdEntry)
81
- })
82
- ,
83
- 'DESCRIPTOR' : _USERCONTEXTACCOUNTDETAILS,
84
- '__module__' : 'qwak.ecosystem.v0.ecosystem_pb2'
85
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.UserContextAccountDetails)
86
- })
87
- _sym_db.RegisterMessage(UserContextAccountDetails)
88
- _sym_db.RegisterMessage(UserContextAccountDetails.EnvironmentByIdEntry)
89
- _sym_db.RegisterMessage(UserContextAccountDetails.UserContextEnvironmentByIdEntry)
90
-
91
- UserContextEnvironmentDetails = _reflection.GeneratedProtocolMessageType('UserContextEnvironmentDetails', (_message.Message,), {
92
- 'DESCRIPTOR' : _USERCONTEXTENVIRONMENTDETAILS,
93
- '__module__' : 'qwak.ecosystem.v0.ecosystem_pb2'
94
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.UserContextEnvironmentDetails)
95
- })
96
- _sym_db.RegisterMessage(UserContextEnvironmentDetails)
97
-
98
- AccountDetails = _reflection.GeneratedProtocolMessageType('AccountDetails', (_message.Message,), {
99
-
100
- 'EnvironmentsByIdEntry' : _reflection.GeneratedProtocolMessageType('EnvironmentsByIdEntry', (_message.Message,), {
101
- 'DESCRIPTOR' : _ACCOUNTDETAILS_ENVIRONMENTSBYIDENTRY,
102
- '__module__' : 'qwak.ecosystem.v0.ecosystem_pb2'
103
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.AccountDetails.EnvironmentsByIdEntry)
104
- })
105
- ,
106
- 'DESCRIPTOR' : _ACCOUNTDETAILS,
107
- '__module__' : 'qwak.ecosystem.v0.ecosystem_pb2'
108
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.AccountDetails)
109
- })
110
- _sym_db.RegisterMessage(AccountDetails)
111
- _sym_db.RegisterMessage(AccountDetails.EnvironmentsByIdEntry)
112
-
113
- EnvironmentDetails = _reflection.GeneratedProtocolMessageType('EnvironmentDetails', (_message.Message,), {
114
- 'DESCRIPTOR' : _ENVIRONMENTDETAILS,
115
- '__module__' : 'qwak.ecosystem.v0.ecosystem_pb2'
116
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.EnvironmentDetails)
117
- })
118
- _sym_db.RegisterMessage(EnvironmentDetails)
119
-
120
- UserAccountList = _reflection.GeneratedProtocolMessageType('UserAccountList', (_message.Message,), {
121
-
122
- 'AccountsByIdEntry' : _reflection.GeneratedProtocolMessageType('AccountsByIdEntry', (_message.Message,), {
123
- 'DESCRIPTOR' : _USERACCOUNTLIST_ACCOUNTSBYIDENTRY,
124
- '__module__' : 'qwak.ecosystem.v0.ecosystem_pb2'
125
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.UserAccountList.AccountsByIdEntry)
126
- })
127
- ,
128
- 'DESCRIPTOR' : _USERACCOUNTLIST,
129
- '__module__' : 'qwak.ecosystem.v0.ecosystem_pb2'
130
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.UserAccountList)
131
- })
132
- _sym_db.RegisterMessage(UserAccountList)
133
- _sym_db.RegisterMessage(UserAccountList.AccountsByIdEntry)
134
-
24
+ _globals = globals()
25
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
26
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.ecosystem.v0.ecosystem_pb2', _globals)
135
27
  if _descriptor._USE_C_DESCRIPTORS == False:
136
28
 
137
29
  DESCRIPTOR._options = None
@@ -144,30 +36,30 @@ if _descriptor._USE_C_DESCRIPTORS == False:
144
36
  _ACCOUNTDETAILS_ENVIRONMENTSBYIDENTRY._serialized_options = b'8\001'
145
37
  _USERACCOUNTLIST_ACCOUNTSBYIDENTRY._options = None
146
38
  _USERACCOUNTLIST_ACCOUNTSBYIDENTRY._serialized_options = b'8\001'
147
- _USERNAMEPASSWORDMETHOD._serialized_start=353
148
- _USERNAMEPASSWORDMETHOD._serialized_end=413
149
- _QWAKAPIKEYMETHOD._serialized_start=415
150
- _QWAKAPIKEYMETHOD._serialized_end=455
151
- _AUTHENTICATEDUSERCONTEXT._serialized_start=457
152
- _AUTHENTICATEDUSERCONTEXT._serialized_end=549
153
- _AUTHENTICATEDUNIFIEDUSERCONTEXT._serialized_start=552
154
- _AUTHENTICATEDUNIFIEDUSERCONTEXT._serialized_end=806
155
- _USERCONTEXTACCOUNTDETAILS._serialized_start=809
156
- _USERCONTEXTACCOUNTDETAILS._serialized_end=1663
157
- _USERCONTEXTACCOUNTDETAILS_ENVIRONMENTBYIDENTRY._serialized_start=1453
158
- _USERCONTEXTACCOUNTDETAILS_ENVIRONMENTBYIDENTRY._serialized_end=1546
159
- _USERCONTEXTACCOUNTDETAILS_USERCONTEXTENVIRONMENTBYIDENTRY._serialized_start=1548
160
- _USERCONTEXTACCOUNTDETAILS_USERCONTEXTENVIRONMENTBYIDENTRY._serialized_end=1663
161
- _USERCONTEXTENVIRONMENTDETAILS._serialized_start=1665
162
- _USERCONTEXTENVIRONMENTDETAILS._serialized_end=1696
163
- _ACCOUNTDETAILS._serialized_start=1699
164
- _ACCOUNTDETAILS._serialized_end=2299
165
- _ACCOUNTDETAILS_ENVIRONMENTSBYIDENTRY._serialized_start=2205
166
- _ACCOUNTDETAILS_ENVIRONMENTSBYIDENTRY._serialized_end=2299
167
- _ENVIRONMENTDETAILS._serialized_start=2302
168
- _ENVIRONMENTDETAILS._serialized_end=2454
169
- _USERACCOUNTLIST._serialized_start=2457
170
- _USERACCOUNTLIST._serialized_end=2679
171
- _USERACCOUNTLIST_ACCOUNTSBYIDENTRY._serialized_start=2582
172
- _USERACCOUNTLIST_ACCOUNTSBYIDENTRY._serialized_end=2679
39
+ _globals['_USERNAMEPASSWORDMETHOD']._serialized_start=353
40
+ _globals['_USERNAMEPASSWORDMETHOD']._serialized_end=413
41
+ _globals['_QWAKAPIKEYMETHOD']._serialized_start=415
42
+ _globals['_QWAKAPIKEYMETHOD']._serialized_end=455
43
+ _globals['_AUTHENTICATEDUSERCONTEXT']._serialized_start=457
44
+ _globals['_AUTHENTICATEDUSERCONTEXT']._serialized_end=549
45
+ _globals['_AUTHENTICATEDUNIFIEDUSERCONTEXT']._serialized_start=552
46
+ _globals['_AUTHENTICATEDUNIFIEDUSERCONTEXT']._serialized_end=806
47
+ _globals['_USERCONTEXTACCOUNTDETAILS']._serialized_start=809
48
+ _globals['_USERCONTEXTACCOUNTDETAILS']._serialized_end=1663
49
+ _globals['_USERCONTEXTACCOUNTDETAILS_ENVIRONMENTBYIDENTRY']._serialized_start=1453
50
+ _globals['_USERCONTEXTACCOUNTDETAILS_ENVIRONMENTBYIDENTRY']._serialized_end=1546
51
+ _globals['_USERCONTEXTACCOUNTDETAILS_USERCONTEXTENVIRONMENTBYIDENTRY']._serialized_start=1548
52
+ _globals['_USERCONTEXTACCOUNTDETAILS_USERCONTEXTENVIRONMENTBYIDENTRY']._serialized_end=1663
53
+ _globals['_USERCONTEXTENVIRONMENTDETAILS']._serialized_start=1665
54
+ _globals['_USERCONTEXTENVIRONMENTDETAILS']._serialized_end=1696
55
+ _globals['_ACCOUNTDETAILS']._serialized_start=1699
56
+ _globals['_ACCOUNTDETAILS']._serialized_end=2299
57
+ _globals['_ACCOUNTDETAILS_ENVIRONMENTSBYIDENTRY']._serialized_start=2205
58
+ _globals['_ACCOUNTDETAILS_ENVIRONMENTSBYIDENTRY']._serialized_end=2299
59
+ _globals['_ENVIRONMENTDETAILS']._serialized_start=2302
60
+ _globals['_ENVIRONMENTDETAILS']._serialized_end=2454
61
+ _globals['_USERACCOUNTLIST']._serialized_start=2457
62
+ _globals['_USERACCOUNTLIST']._serialized_end=2679
63
+ _globals['_USERACCOUNTLIST_ACCOUNTSBYIDENTRY']._serialized_start=2582
64
+ _globals['_USERACCOUNTLIST_ACCOUNTSBYIDENTRY']._serialized_end=2679
173
65
  # @@protoc_insertion_point(module_scope)
@@ -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()
@@ -20,245 +19,61 @@ from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb
20
19
 
21
20
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n1qwak/ecosystem/v0/ecosystem_runtime_service.proto\x12\x11qwak.ecosystem.v0\x1a\x1fgoogle/protobuf/timestamp.proto\x1a!qwak/ecosystem/v0/ecosystem.proto\x1a#qwak/ecosystem/v0/credentials.proto\x1a\x1egoogle/protobuf/duration.proto\"\xc1\x01\n\x13\x41uthenticateRequest\x12M\n\x18username_password_method\x18\x01 \x01(\x0b\x32).qwak.ecosystem.v0.UsernamePasswordMethodH\x00\x12\x42\n\x13qwak_api_key_method\x18\x02 \x01(\x0b\x32#.qwak.ecosystem.v0.QwakApiKeyMethodH\x00\x42\x17\n\x15\x61uthentication_method\"\\\n\x14\x41uthenticateResponse\x12\x14\n\x0c\x61\x63\x63\x65ss_token\x18\x01 \x01(\t\x12.\n\nexpired_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"$\n\"GetAuthenticatedUserContextRequest\"v\n#GetAuthenticatedUserContextResponse\x12O\n\x1a\x61uthenticated_user_context\x18\x01 \x01(\x0b\x32+.qwak.ecosystem.v0.AuthenticatedUserContext\"C\n\x1cGetUnifiedUserContextRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x12\n\naccount_id\x18\x02 \x01(\t\"b\n\x1dGetUnifiedUserContextResponse\x12\x41\n\x0cuser_context\x18\x01 \x01(\x0b\x32+.qwak.ecosystem.v0.AuthenticatedUserContext\"M\n\x11GetAccountRequest\x12\x14\n\naccount_id\x18\x01 \x01(\tH\x00\x12\x18\n\x0e\x65nvironment_id\x18\x02 \x01(\tH\x00\x42\x08\n\x06get_by\"P\n\x12GetAccountResponse\x12:\n\x0f\x61\x63\x63ount_details\x18\x01 \x01(\x0b\x32!.qwak.ecosystem.v0.AccountDetails\"\x19\n\x17ListUserAccountsRequest\"Y\n\x18ListUserAccountsResponse\x12=\n\x11user_account_list\x18\x01 \x01(\x0b\x32\".qwak.ecosystem.v0.UserAccountList\"b\n\x1aGetCloudCredentialsRequest\x12\x44\n\nparameters\x18\x01 \x01(\x0b\x32\x30.qwak.ecosystem.v0.GetCloudCredentialsParameters\"\x86\x01\n\x1dGetCloudCredentialsParameters\x12+\n\x08\x64uration\x18\x01 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x38\n\x0epermission_set\x18\x02 \x01(\x0b\x32 .qwak.ecosystem.v0.PermissionSet\"\xb0\x05\n\rPermissionSet\x12S\n\x19\x65\x64ge_environment_workload\x18\x01 \x01(\x0b\x32*.qwak.ecosystem.v0.EdgeEnvironmentWorkloadB\x02\x18\x01H\x00\x12\x38\n\rcore_services\x18\x02 \x01(\x0b\x32\x1f.qwak.ecosystem.v0.CoreServicesH\x00\x12T\n\x1coffline_feature_store_client\x18\x03 \x01(\x0b\x32,.qwak.ecosystem.v0.OfflineFeatureStoreClientH\x00\x12G\n\x15remote_build_executor\x18\x04 \x01(\x0b\x32&.qwak.ecosystem.v0.RemoteBuildExecutorH\x00\x12X\n\x1epull_models_container_registry\x18\x05 \x01(\x0b\x32..qwak.ecosystem.v0.PullModelsContainerRegistryH\x00\x12\x41\n\x12\x62\x61tch_job_executor\x18\x06 \x01(\x0b\x32#.qwak.ecosystem.v0.BatchJobExecutorH\x00\x12G\n\x15\x66\x65\x61ture_set_processor\x18\x07 \x01(\x0b\x32&.qwak.ecosystem.v0.FeatureSetProcessorH\x00\x12@\n\x11\x61nalytics_service\x18\x08 \x01(\x0b\x32#.qwak.ecosystem.v0.AnalyticsServiceH\x00\x12>\n\x10\x61nalytics_client\x18\t \x01(\x0b\x32\".qwak.ecosystem.v0.AnalyticsClientH\x00\x42\t\n\x07subject\"1\n\x17\x45\x64geEnvironmentWorkload\x12\x16\n\x0e\x65nvironment_id\x18\x01 \x01(\t\"&\n\x0c\x43oreServices\x12\x16\n\x0e\x65nvironment_id\x18\x01 \x01(\t\"3\n\x19OfflineFeatureStoreClient\x12\x16\n\x0e\x65nvironment_id\x18\x01 \x01(\t\"-\n\x13RemoteBuildExecutor\x12\x16\n\x0e\x65nvironment_id\x18\x01 \x01(\t\"5\n\x1bPullModelsContainerRegistry\x12\x16\n\x0e\x65nvironment_id\x18\x01 \x01(\t\"*\n\x10\x42\x61tchJobExecutor\x12\x16\n\x0e\x65nvironment_id\x18\x01 \x01(\t\"-\n\x13\x46\x65\x61tureSetProcessor\x12\x16\n\x0e\x65nvironment_id\x18\x01 \x01(\t\"*\n\x10\x41nalyticsService\x12\x16\n\x0e\x65nvironment_id\x18\x01 \x01(\t\")\n\x0f\x41nalyticsClient\x12\x16\n\x0e\x65nvironment_id\x18\x01 \x01(\t\"]\n\x1bGetCloudCredentialsResponse\x12>\n\x11\x63loud_credentials\x18\x01 \x01(\x0b\x32#.qwak.ecosystem.v0.CloudCredentials2\xc0\x05\n\x14QwakEcosystemRuntime\x12_\n\x0c\x41uthenticate\x12&.qwak.ecosystem.v0.AuthenticateRequest\x1a\'.qwak.ecosystem.v0.AuthenticateResponse\x12\x8c\x01\n\x1bGetAuthenticatedUserContext\x12\x35.qwak.ecosystem.v0.GetAuthenticatedUserContextRequest\x1a\x36.qwak.ecosystem.v0.GetAuthenticatedUserContextResponse\x12k\n\x10ListUserAccounts\x12*.qwak.ecosystem.v0.ListUserAccountsRequest\x1a+.qwak.ecosystem.v0.ListUserAccountsResponse\x12Y\n\nGetAccount\x12$.qwak.ecosystem.v0.GetAccountRequest\x1a%.qwak.ecosystem.v0.GetAccountResponse\x12t\n\x13GetCloudCredentials\x12-.qwak.ecosystem.v0.GetCloudCredentialsRequest\x1a..qwak.ecosystem.v0.GetCloudCredentialsResponse\x12z\n\x15GetUnifiedUserContext\x12/.qwak.ecosystem.v0.GetUnifiedUserContextRequest\x1a\x30.qwak.ecosystem.v0.GetUnifiedUserContextResponseB\xb7\x01\n\x1c\x63om.qwak.ai.common.ecosystemP\x01Z\x94\x01github.com/qwak-ai/qwak-platform/services/shared/java/libs/qwak-common/qwak-common-api/qwak-platform-ecosystem-api/pb/qwak/ecosystem/v0;ecosystem_v0b\x06proto3')
22
21
 
23
-
24
-
25
- _AUTHENTICATEREQUEST = DESCRIPTOR.message_types_by_name['AuthenticateRequest']
26
- _AUTHENTICATERESPONSE = DESCRIPTOR.message_types_by_name['AuthenticateResponse']
27
- _GETAUTHENTICATEDUSERCONTEXTREQUEST = DESCRIPTOR.message_types_by_name['GetAuthenticatedUserContextRequest']
28
- _GETAUTHENTICATEDUSERCONTEXTRESPONSE = DESCRIPTOR.message_types_by_name['GetAuthenticatedUserContextResponse']
29
- _GETUNIFIEDUSERCONTEXTREQUEST = DESCRIPTOR.message_types_by_name['GetUnifiedUserContextRequest']
30
- _GETUNIFIEDUSERCONTEXTRESPONSE = DESCRIPTOR.message_types_by_name['GetUnifiedUserContextResponse']
31
- _GETACCOUNTREQUEST = DESCRIPTOR.message_types_by_name['GetAccountRequest']
32
- _GETACCOUNTRESPONSE = DESCRIPTOR.message_types_by_name['GetAccountResponse']
33
- _LISTUSERACCOUNTSREQUEST = DESCRIPTOR.message_types_by_name['ListUserAccountsRequest']
34
- _LISTUSERACCOUNTSRESPONSE = DESCRIPTOR.message_types_by_name['ListUserAccountsResponse']
35
- _GETCLOUDCREDENTIALSREQUEST = DESCRIPTOR.message_types_by_name['GetCloudCredentialsRequest']
36
- _GETCLOUDCREDENTIALSPARAMETERS = DESCRIPTOR.message_types_by_name['GetCloudCredentialsParameters']
37
- _PERMISSIONSET = DESCRIPTOR.message_types_by_name['PermissionSet']
38
- _EDGEENVIRONMENTWORKLOAD = DESCRIPTOR.message_types_by_name['EdgeEnvironmentWorkload']
39
- _CORESERVICES = DESCRIPTOR.message_types_by_name['CoreServices']
40
- _OFFLINEFEATURESTORECLIENT = DESCRIPTOR.message_types_by_name['OfflineFeatureStoreClient']
41
- _REMOTEBUILDEXECUTOR = DESCRIPTOR.message_types_by_name['RemoteBuildExecutor']
42
- _PULLMODELSCONTAINERREGISTRY = DESCRIPTOR.message_types_by_name['PullModelsContainerRegistry']
43
- _BATCHJOBEXECUTOR = DESCRIPTOR.message_types_by_name['BatchJobExecutor']
44
- _FEATURESETPROCESSOR = DESCRIPTOR.message_types_by_name['FeatureSetProcessor']
45
- _ANALYTICSSERVICE = DESCRIPTOR.message_types_by_name['AnalyticsService']
46
- _ANALYTICSCLIENT = DESCRIPTOR.message_types_by_name['AnalyticsClient']
47
- _GETCLOUDCREDENTIALSRESPONSE = DESCRIPTOR.message_types_by_name['GetCloudCredentialsResponse']
48
- AuthenticateRequest = _reflection.GeneratedProtocolMessageType('AuthenticateRequest', (_message.Message,), {
49
- 'DESCRIPTOR' : _AUTHENTICATEREQUEST,
50
- '__module__' : 'qwak.ecosystem.v0.ecosystem_runtime_service_pb2'
51
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.AuthenticateRequest)
52
- })
53
- _sym_db.RegisterMessage(AuthenticateRequest)
54
-
55
- AuthenticateResponse = _reflection.GeneratedProtocolMessageType('AuthenticateResponse', (_message.Message,), {
56
- 'DESCRIPTOR' : _AUTHENTICATERESPONSE,
57
- '__module__' : 'qwak.ecosystem.v0.ecosystem_runtime_service_pb2'
58
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.AuthenticateResponse)
59
- })
60
- _sym_db.RegisterMessage(AuthenticateResponse)
61
-
62
- GetAuthenticatedUserContextRequest = _reflection.GeneratedProtocolMessageType('GetAuthenticatedUserContextRequest', (_message.Message,), {
63
- 'DESCRIPTOR' : _GETAUTHENTICATEDUSERCONTEXTREQUEST,
64
- '__module__' : 'qwak.ecosystem.v0.ecosystem_runtime_service_pb2'
65
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.GetAuthenticatedUserContextRequest)
66
- })
67
- _sym_db.RegisterMessage(GetAuthenticatedUserContextRequest)
68
-
69
- GetAuthenticatedUserContextResponse = _reflection.GeneratedProtocolMessageType('GetAuthenticatedUserContextResponse', (_message.Message,), {
70
- 'DESCRIPTOR' : _GETAUTHENTICATEDUSERCONTEXTRESPONSE,
71
- '__module__' : 'qwak.ecosystem.v0.ecosystem_runtime_service_pb2'
72
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.GetAuthenticatedUserContextResponse)
73
- })
74
- _sym_db.RegisterMessage(GetAuthenticatedUserContextResponse)
75
-
76
- GetUnifiedUserContextRequest = _reflection.GeneratedProtocolMessageType('GetUnifiedUserContextRequest', (_message.Message,), {
77
- 'DESCRIPTOR' : _GETUNIFIEDUSERCONTEXTREQUEST,
78
- '__module__' : 'qwak.ecosystem.v0.ecosystem_runtime_service_pb2'
79
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.GetUnifiedUserContextRequest)
80
- })
81
- _sym_db.RegisterMessage(GetUnifiedUserContextRequest)
82
-
83
- GetUnifiedUserContextResponse = _reflection.GeneratedProtocolMessageType('GetUnifiedUserContextResponse', (_message.Message,), {
84
- 'DESCRIPTOR' : _GETUNIFIEDUSERCONTEXTRESPONSE,
85
- '__module__' : 'qwak.ecosystem.v0.ecosystem_runtime_service_pb2'
86
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.GetUnifiedUserContextResponse)
87
- })
88
- _sym_db.RegisterMessage(GetUnifiedUserContextResponse)
89
-
90
- GetAccountRequest = _reflection.GeneratedProtocolMessageType('GetAccountRequest', (_message.Message,), {
91
- 'DESCRIPTOR' : _GETACCOUNTREQUEST,
92
- '__module__' : 'qwak.ecosystem.v0.ecosystem_runtime_service_pb2'
93
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.GetAccountRequest)
94
- })
95
- _sym_db.RegisterMessage(GetAccountRequest)
96
-
97
- GetAccountResponse = _reflection.GeneratedProtocolMessageType('GetAccountResponse', (_message.Message,), {
98
- 'DESCRIPTOR' : _GETACCOUNTRESPONSE,
99
- '__module__' : 'qwak.ecosystem.v0.ecosystem_runtime_service_pb2'
100
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.GetAccountResponse)
101
- })
102
- _sym_db.RegisterMessage(GetAccountResponse)
103
-
104
- ListUserAccountsRequest = _reflection.GeneratedProtocolMessageType('ListUserAccountsRequest', (_message.Message,), {
105
- 'DESCRIPTOR' : _LISTUSERACCOUNTSREQUEST,
106
- '__module__' : 'qwak.ecosystem.v0.ecosystem_runtime_service_pb2'
107
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.ListUserAccountsRequest)
108
- })
109
- _sym_db.RegisterMessage(ListUserAccountsRequest)
110
-
111
- ListUserAccountsResponse = _reflection.GeneratedProtocolMessageType('ListUserAccountsResponse', (_message.Message,), {
112
- 'DESCRIPTOR' : _LISTUSERACCOUNTSRESPONSE,
113
- '__module__' : 'qwak.ecosystem.v0.ecosystem_runtime_service_pb2'
114
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.ListUserAccountsResponse)
115
- })
116
- _sym_db.RegisterMessage(ListUserAccountsResponse)
117
-
118
- GetCloudCredentialsRequest = _reflection.GeneratedProtocolMessageType('GetCloudCredentialsRequest', (_message.Message,), {
119
- 'DESCRIPTOR' : _GETCLOUDCREDENTIALSREQUEST,
120
- '__module__' : 'qwak.ecosystem.v0.ecosystem_runtime_service_pb2'
121
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.GetCloudCredentialsRequest)
122
- })
123
- _sym_db.RegisterMessage(GetCloudCredentialsRequest)
124
-
125
- GetCloudCredentialsParameters = _reflection.GeneratedProtocolMessageType('GetCloudCredentialsParameters', (_message.Message,), {
126
- 'DESCRIPTOR' : _GETCLOUDCREDENTIALSPARAMETERS,
127
- '__module__' : 'qwak.ecosystem.v0.ecosystem_runtime_service_pb2'
128
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.GetCloudCredentialsParameters)
129
- })
130
- _sym_db.RegisterMessage(GetCloudCredentialsParameters)
131
-
132
- PermissionSet = _reflection.GeneratedProtocolMessageType('PermissionSet', (_message.Message,), {
133
- 'DESCRIPTOR' : _PERMISSIONSET,
134
- '__module__' : 'qwak.ecosystem.v0.ecosystem_runtime_service_pb2'
135
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.PermissionSet)
136
- })
137
- _sym_db.RegisterMessage(PermissionSet)
138
-
139
- EdgeEnvironmentWorkload = _reflection.GeneratedProtocolMessageType('EdgeEnvironmentWorkload', (_message.Message,), {
140
- 'DESCRIPTOR' : _EDGEENVIRONMENTWORKLOAD,
141
- '__module__' : 'qwak.ecosystem.v0.ecosystem_runtime_service_pb2'
142
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.EdgeEnvironmentWorkload)
143
- })
144
- _sym_db.RegisterMessage(EdgeEnvironmentWorkload)
145
-
146
- CoreServices = _reflection.GeneratedProtocolMessageType('CoreServices', (_message.Message,), {
147
- 'DESCRIPTOR' : _CORESERVICES,
148
- '__module__' : 'qwak.ecosystem.v0.ecosystem_runtime_service_pb2'
149
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.CoreServices)
150
- })
151
- _sym_db.RegisterMessage(CoreServices)
152
-
153
- OfflineFeatureStoreClient = _reflection.GeneratedProtocolMessageType('OfflineFeatureStoreClient', (_message.Message,), {
154
- 'DESCRIPTOR' : _OFFLINEFEATURESTORECLIENT,
155
- '__module__' : 'qwak.ecosystem.v0.ecosystem_runtime_service_pb2'
156
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.OfflineFeatureStoreClient)
157
- })
158
- _sym_db.RegisterMessage(OfflineFeatureStoreClient)
159
-
160
- RemoteBuildExecutor = _reflection.GeneratedProtocolMessageType('RemoteBuildExecutor', (_message.Message,), {
161
- 'DESCRIPTOR' : _REMOTEBUILDEXECUTOR,
162
- '__module__' : 'qwak.ecosystem.v0.ecosystem_runtime_service_pb2'
163
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.RemoteBuildExecutor)
164
- })
165
- _sym_db.RegisterMessage(RemoteBuildExecutor)
166
-
167
- PullModelsContainerRegistry = _reflection.GeneratedProtocolMessageType('PullModelsContainerRegistry', (_message.Message,), {
168
- 'DESCRIPTOR' : _PULLMODELSCONTAINERREGISTRY,
169
- '__module__' : 'qwak.ecosystem.v0.ecosystem_runtime_service_pb2'
170
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.PullModelsContainerRegistry)
171
- })
172
- _sym_db.RegisterMessage(PullModelsContainerRegistry)
173
-
174
- BatchJobExecutor = _reflection.GeneratedProtocolMessageType('BatchJobExecutor', (_message.Message,), {
175
- 'DESCRIPTOR' : _BATCHJOBEXECUTOR,
176
- '__module__' : 'qwak.ecosystem.v0.ecosystem_runtime_service_pb2'
177
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.BatchJobExecutor)
178
- })
179
- _sym_db.RegisterMessage(BatchJobExecutor)
180
-
181
- FeatureSetProcessor = _reflection.GeneratedProtocolMessageType('FeatureSetProcessor', (_message.Message,), {
182
- 'DESCRIPTOR' : _FEATURESETPROCESSOR,
183
- '__module__' : 'qwak.ecosystem.v0.ecosystem_runtime_service_pb2'
184
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.FeatureSetProcessor)
185
- })
186
- _sym_db.RegisterMessage(FeatureSetProcessor)
187
-
188
- AnalyticsService = _reflection.GeneratedProtocolMessageType('AnalyticsService', (_message.Message,), {
189
- 'DESCRIPTOR' : _ANALYTICSSERVICE,
190
- '__module__' : 'qwak.ecosystem.v0.ecosystem_runtime_service_pb2'
191
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.AnalyticsService)
192
- })
193
- _sym_db.RegisterMessage(AnalyticsService)
194
-
195
- AnalyticsClient = _reflection.GeneratedProtocolMessageType('AnalyticsClient', (_message.Message,), {
196
- 'DESCRIPTOR' : _ANALYTICSCLIENT,
197
- '__module__' : 'qwak.ecosystem.v0.ecosystem_runtime_service_pb2'
198
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.AnalyticsClient)
199
- })
200
- _sym_db.RegisterMessage(AnalyticsClient)
201
-
202
- GetCloudCredentialsResponse = _reflection.GeneratedProtocolMessageType('GetCloudCredentialsResponse', (_message.Message,), {
203
- 'DESCRIPTOR' : _GETCLOUDCREDENTIALSRESPONSE,
204
- '__module__' : 'qwak.ecosystem.v0.ecosystem_runtime_service_pb2'
205
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.GetCloudCredentialsResponse)
206
- })
207
- _sym_db.RegisterMessage(GetCloudCredentialsResponse)
208
-
209
- _QWAKECOSYSTEMRUNTIME = DESCRIPTOR.services_by_name['QwakEcosystemRuntime']
22
+ _globals = globals()
23
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
24
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.ecosystem.v0.ecosystem_runtime_service_pb2', _globals)
210
25
  if _descriptor._USE_C_DESCRIPTORS == False:
211
26
 
212
27
  DESCRIPTOR._options = None
213
28
  DESCRIPTOR._serialized_options = b'\n\034com.qwak.ai.common.ecosystemP\001Z\224\001github.com/qwak-ai/qwak-platform/services/shared/java/libs/qwak-common/qwak-common-api/qwak-platform-ecosystem-api/pb/qwak/ecosystem/v0;ecosystem_v0'
214
29
  _PERMISSIONSET.fields_by_name['edge_environment_workload']._options = None
215
30
  _PERMISSIONSET.fields_by_name['edge_environment_workload']._serialized_options = b'\030\001'
216
- _AUTHENTICATEREQUEST._serialized_start=210
217
- _AUTHENTICATEREQUEST._serialized_end=403
218
- _AUTHENTICATERESPONSE._serialized_start=405
219
- _AUTHENTICATERESPONSE._serialized_end=497
220
- _GETAUTHENTICATEDUSERCONTEXTREQUEST._serialized_start=499
221
- _GETAUTHENTICATEDUSERCONTEXTREQUEST._serialized_end=535
222
- _GETAUTHENTICATEDUSERCONTEXTRESPONSE._serialized_start=537
223
- _GETAUTHENTICATEDUSERCONTEXTRESPONSE._serialized_end=655
224
- _GETUNIFIEDUSERCONTEXTREQUEST._serialized_start=657
225
- _GETUNIFIEDUSERCONTEXTREQUEST._serialized_end=724
226
- _GETUNIFIEDUSERCONTEXTRESPONSE._serialized_start=726
227
- _GETUNIFIEDUSERCONTEXTRESPONSE._serialized_end=824
228
- _GETACCOUNTREQUEST._serialized_start=826
229
- _GETACCOUNTREQUEST._serialized_end=903
230
- _GETACCOUNTRESPONSE._serialized_start=905
231
- _GETACCOUNTRESPONSE._serialized_end=985
232
- _LISTUSERACCOUNTSREQUEST._serialized_start=987
233
- _LISTUSERACCOUNTSREQUEST._serialized_end=1012
234
- _LISTUSERACCOUNTSRESPONSE._serialized_start=1014
235
- _LISTUSERACCOUNTSRESPONSE._serialized_end=1103
236
- _GETCLOUDCREDENTIALSREQUEST._serialized_start=1105
237
- _GETCLOUDCREDENTIALSREQUEST._serialized_end=1203
238
- _GETCLOUDCREDENTIALSPARAMETERS._serialized_start=1206
239
- _GETCLOUDCREDENTIALSPARAMETERS._serialized_end=1340
240
- _PERMISSIONSET._serialized_start=1343
241
- _PERMISSIONSET._serialized_end=2031
242
- _EDGEENVIRONMENTWORKLOAD._serialized_start=2033
243
- _EDGEENVIRONMENTWORKLOAD._serialized_end=2082
244
- _CORESERVICES._serialized_start=2084
245
- _CORESERVICES._serialized_end=2122
246
- _OFFLINEFEATURESTORECLIENT._serialized_start=2124
247
- _OFFLINEFEATURESTORECLIENT._serialized_end=2175
248
- _REMOTEBUILDEXECUTOR._serialized_start=2177
249
- _REMOTEBUILDEXECUTOR._serialized_end=2222
250
- _PULLMODELSCONTAINERREGISTRY._serialized_start=2224
251
- _PULLMODELSCONTAINERREGISTRY._serialized_end=2277
252
- _BATCHJOBEXECUTOR._serialized_start=2279
253
- _BATCHJOBEXECUTOR._serialized_end=2321
254
- _FEATURESETPROCESSOR._serialized_start=2323
255
- _FEATURESETPROCESSOR._serialized_end=2368
256
- _ANALYTICSSERVICE._serialized_start=2370
257
- _ANALYTICSSERVICE._serialized_end=2412
258
- _ANALYTICSCLIENT._serialized_start=2414
259
- _ANALYTICSCLIENT._serialized_end=2455
260
- _GETCLOUDCREDENTIALSRESPONSE._serialized_start=2457
261
- _GETCLOUDCREDENTIALSRESPONSE._serialized_end=2550
262
- _QWAKECOSYSTEMRUNTIME._serialized_start=2553
263
- _QWAKECOSYSTEMRUNTIME._serialized_end=3257
31
+ _globals['_AUTHENTICATEREQUEST']._serialized_start=210
32
+ _globals['_AUTHENTICATEREQUEST']._serialized_end=403
33
+ _globals['_AUTHENTICATERESPONSE']._serialized_start=405
34
+ _globals['_AUTHENTICATERESPONSE']._serialized_end=497
35
+ _globals['_GETAUTHENTICATEDUSERCONTEXTREQUEST']._serialized_start=499
36
+ _globals['_GETAUTHENTICATEDUSERCONTEXTREQUEST']._serialized_end=535
37
+ _globals['_GETAUTHENTICATEDUSERCONTEXTRESPONSE']._serialized_start=537
38
+ _globals['_GETAUTHENTICATEDUSERCONTEXTRESPONSE']._serialized_end=655
39
+ _globals['_GETUNIFIEDUSERCONTEXTREQUEST']._serialized_start=657
40
+ _globals['_GETUNIFIEDUSERCONTEXTREQUEST']._serialized_end=724
41
+ _globals['_GETUNIFIEDUSERCONTEXTRESPONSE']._serialized_start=726
42
+ _globals['_GETUNIFIEDUSERCONTEXTRESPONSE']._serialized_end=824
43
+ _globals['_GETACCOUNTREQUEST']._serialized_start=826
44
+ _globals['_GETACCOUNTREQUEST']._serialized_end=903
45
+ _globals['_GETACCOUNTRESPONSE']._serialized_start=905
46
+ _globals['_GETACCOUNTRESPONSE']._serialized_end=985
47
+ _globals['_LISTUSERACCOUNTSREQUEST']._serialized_start=987
48
+ _globals['_LISTUSERACCOUNTSREQUEST']._serialized_end=1012
49
+ _globals['_LISTUSERACCOUNTSRESPONSE']._serialized_start=1014
50
+ _globals['_LISTUSERACCOUNTSRESPONSE']._serialized_end=1103
51
+ _globals['_GETCLOUDCREDENTIALSREQUEST']._serialized_start=1105
52
+ _globals['_GETCLOUDCREDENTIALSREQUEST']._serialized_end=1203
53
+ _globals['_GETCLOUDCREDENTIALSPARAMETERS']._serialized_start=1206
54
+ _globals['_GETCLOUDCREDENTIALSPARAMETERS']._serialized_end=1340
55
+ _globals['_PERMISSIONSET']._serialized_start=1343
56
+ _globals['_PERMISSIONSET']._serialized_end=2031
57
+ _globals['_EDGEENVIRONMENTWORKLOAD']._serialized_start=2033
58
+ _globals['_EDGEENVIRONMENTWORKLOAD']._serialized_end=2082
59
+ _globals['_CORESERVICES']._serialized_start=2084
60
+ _globals['_CORESERVICES']._serialized_end=2122
61
+ _globals['_OFFLINEFEATURESTORECLIENT']._serialized_start=2124
62
+ _globals['_OFFLINEFEATURESTORECLIENT']._serialized_end=2175
63
+ _globals['_REMOTEBUILDEXECUTOR']._serialized_start=2177
64
+ _globals['_REMOTEBUILDEXECUTOR']._serialized_end=2222
65
+ _globals['_PULLMODELSCONTAINERREGISTRY']._serialized_start=2224
66
+ _globals['_PULLMODELSCONTAINERREGISTRY']._serialized_end=2277
67
+ _globals['_BATCHJOBEXECUTOR']._serialized_start=2279
68
+ _globals['_BATCHJOBEXECUTOR']._serialized_end=2321
69
+ _globals['_FEATURESETPROCESSOR']._serialized_start=2323
70
+ _globals['_FEATURESETPROCESSOR']._serialized_end=2368
71
+ _globals['_ANALYTICSSERVICE']._serialized_start=2370
72
+ _globals['_ANALYTICSSERVICE']._serialized_end=2412
73
+ _globals['_ANALYTICSCLIENT']._serialized_start=2414
74
+ _globals['_ANALYTICSCLIENT']._serialized_end=2455
75
+ _globals['_GETCLOUDCREDENTIALSRESPONSE']._serialized_start=2457
76
+ _globals['_GETCLOUDCREDENTIALSRESPONSE']._serialized_end=2550
77
+ _globals['_QWAKECOSYSTEMRUNTIME']._serialized_start=2553
78
+ _globals['_QWAKECOSYSTEMRUNTIME']._serialized_end=3257
264
79
  # @@protoc_insertion_point(module_scope)
@@ -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,80 +17,25 @@ from frogml_proto.qwak.feature_store.features import execution_pb2 as qwak_dot_f
18
17
 
19
18
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n qwak/execution/v1/backfill.proto\x12\x1fqwak.feature.store.execution.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a+qwak/feature_store/features/execution.proto\"\xb2\x04\n\x0c\x42\x61\x63kfillSpec\x12\x17\n\x0f\x66\x65\x61tureset_name\x18\x01 \x01(\t\x12T\n\x11interval_backfill\x18\x02 \x01(\x0b\x32\x37.qwak.feature.store.execution.v1.IntervalBackfillWindowH\x00\x12W\n\x13\x66ull_reset_backfill\x18\x03 \x01(\x0b\x32\x38.qwak.feature.store.execution.v1.FullResetBackfillWindowH\x00\x12\x0f\n\x07\x63omment\x18\x05 \x01(\t\x12\x44\n\rbackfill_type\x18\x06 \x01(\x0b\x32-.qwak.feature.store.execution.v1.BackfillType\x12U\n\x0bno_override\x18\x07 \x01(\x0b\x32>.qwak.feature.store.execution.v1.ImplicitResourceConfigurationH\x01\x12`\n\x16\x65xplicit_configuration\x18\x08 \x01(\x0b\x32>.qwak.feature.store.execution.v1.ExplicitResourceConfigurationH\x01\x12\x13\n\x0b\x62\x61\x63kfill_id\x18\t \x01(\tB\x16\n\x14\x62\x61\x63kfill_window_typeB\x1d\n\x1bresource_configuration_type\"\x1f\n\x1dImplicitResourceConfiguration\"\x8b\x01\n\x1d\x45xplicitResourceConfiguration\x12R\n\x10\x63luster_template\x18\x01 \x01(\x0e\x32\x36.qwak.feature.store.features.execution.ClusterTemplateH\x00\x42\x16\n\x14resource_config_type\"q\n\x0c\x42\x61\x63kfillType\x12P\n\x0c\x61s_scheduled\x18\x01 \x01(\x0b\x32\x38.qwak.feature.store.execution.v1.AsScheduledBackfillTypeH\x00\x42\x0f\n\rbackfill_type\"\x19\n\x17\x41sScheduledBackfillType\"~\n\x16IntervalBackfillWindow\x12\x32\n\x0e\x62\x61\x63kfill_start\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x30\n\x0c\x62\x61\x63kfill_end\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\x19\n\x17\x46ullResetBackfillWindowB)\n%com.qwak.ai.features.execution.api.v1P\x01\x62\x06proto3')
20
19
 
21
-
22
-
23
- _BACKFILLSPEC = DESCRIPTOR.message_types_by_name['BackfillSpec']
24
- _IMPLICITRESOURCECONFIGURATION = DESCRIPTOR.message_types_by_name['ImplicitResourceConfiguration']
25
- _EXPLICITRESOURCECONFIGURATION = DESCRIPTOR.message_types_by_name['ExplicitResourceConfiguration']
26
- _BACKFILLTYPE = DESCRIPTOR.message_types_by_name['BackfillType']
27
- _ASSCHEDULEDBACKFILLTYPE = DESCRIPTOR.message_types_by_name['AsScheduledBackfillType']
28
- _INTERVALBACKFILLWINDOW = DESCRIPTOR.message_types_by_name['IntervalBackfillWindow']
29
- _FULLRESETBACKFILLWINDOW = DESCRIPTOR.message_types_by_name['FullResetBackfillWindow']
30
- BackfillSpec = _reflection.GeneratedProtocolMessageType('BackfillSpec', (_message.Message,), {
31
- 'DESCRIPTOR' : _BACKFILLSPEC,
32
- '__module__' : 'qwak.execution.v1.backfill_pb2'
33
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.BackfillSpec)
34
- })
35
- _sym_db.RegisterMessage(BackfillSpec)
36
-
37
- ImplicitResourceConfiguration = _reflection.GeneratedProtocolMessageType('ImplicitResourceConfiguration', (_message.Message,), {
38
- 'DESCRIPTOR' : _IMPLICITRESOURCECONFIGURATION,
39
- '__module__' : 'qwak.execution.v1.backfill_pb2'
40
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.ImplicitResourceConfiguration)
41
- })
42
- _sym_db.RegisterMessage(ImplicitResourceConfiguration)
43
-
44
- ExplicitResourceConfiguration = _reflection.GeneratedProtocolMessageType('ExplicitResourceConfiguration', (_message.Message,), {
45
- 'DESCRIPTOR' : _EXPLICITRESOURCECONFIGURATION,
46
- '__module__' : 'qwak.execution.v1.backfill_pb2'
47
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.ExplicitResourceConfiguration)
48
- })
49
- _sym_db.RegisterMessage(ExplicitResourceConfiguration)
50
-
51
- BackfillType = _reflection.GeneratedProtocolMessageType('BackfillType', (_message.Message,), {
52
- 'DESCRIPTOR' : _BACKFILLTYPE,
53
- '__module__' : 'qwak.execution.v1.backfill_pb2'
54
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.BackfillType)
55
- })
56
- _sym_db.RegisterMessage(BackfillType)
57
-
58
- AsScheduledBackfillType = _reflection.GeneratedProtocolMessageType('AsScheduledBackfillType', (_message.Message,), {
59
- 'DESCRIPTOR' : _ASSCHEDULEDBACKFILLTYPE,
60
- '__module__' : 'qwak.execution.v1.backfill_pb2'
61
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.AsScheduledBackfillType)
62
- })
63
- _sym_db.RegisterMessage(AsScheduledBackfillType)
64
-
65
- IntervalBackfillWindow = _reflection.GeneratedProtocolMessageType('IntervalBackfillWindow', (_message.Message,), {
66
- 'DESCRIPTOR' : _INTERVALBACKFILLWINDOW,
67
- '__module__' : 'qwak.execution.v1.backfill_pb2'
68
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.IntervalBackfillWindow)
69
- })
70
- _sym_db.RegisterMessage(IntervalBackfillWindow)
71
-
72
- FullResetBackfillWindow = _reflection.GeneratedProtocolMessageType('FullResetBackfillWindow', (_message.Message,), {
73
- 'DESCRIPTOR' : _FULLRESETBACKFILLWINDOW,
74
- '__module__' : 'qwak.execution.v1.backfill_pb2'
75
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.FullResetBackfillWindow)
76
- })
77
- _sym_db.RegisterMessage(FullResetBackfillWindow)
78
-
20
+ _globals = globals()
21
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
22
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.execution.v1.backfill_pb2', _globals)
79
23
  if _descriptor._USE_C_DESCRIPTORS == False:
80
24
 
81
25
  DESCRIPTOR._options = None
82
26
  DESCRIPTOR._serialized_options = b'\n%com.qwak.ai.features.execution.api.v1P\001'
83
- _BACKFILLSPEC._serialized_start=148
84
- _BACKFILLSPEC._serialized_end=710
85
- _IMPLICITRESOURCECONFIGURATION._serialized_start=712
86
- _IMPLICITRESOURCECONFIGURATION._serialized_end=743
87
- _EXPLICITRESOURCECONFIGURATION._serialized_start=746
88
- _EXPLICITRESOURCECONFIGURATION._serialized_end=885
89
- _BACKFILLTYPE._serialized_start=887
90
- _BACKFILLTYPE._serialized_end=1000
91
- _ASSCHEDULEDBACKFILLTYPE._serialized_start=1002
92
- _ASSCHEDULEDBACKFILLTYPE._serialized_end=1027
93
- _INTERVALBACKFILLWINDOW._serialized_start=1029
94
- _INTERVALBACKFILLWINDOW._serialized_end=1155
95
- _FULLRESETBACKFILLWINDOW._serialized_start=1157
96
- _FULLRESETBACKFILLWINDOW._serialized_end=1182
27
+ _globals['_BACKFILLSPEC']._serialized_start=148
28
+ _globals['_BACKFILLSPEC']._serialized_end=710
29
+ _globals['_IMPLICITRESOURCECONFIGURATION']._serialized_start=712
30
+ _globals['_IMPLICITRESOURCECONFIGURATION']._serialized_end=743
31
+ _globals['_EXPLICITRESOURCECONFIGURATION']._serialized_start=746
32
+ _globals['_EXPLICITRESOURCECONFIGURATION']._serialized_end=885
33
+ _globals['_BACKFILLTYPE']._serialized_start=887
34
+ _globals['_BACKFILLTYPE']._serialized_end=1000
35
+ _globals['_ASSCHEDULEDBACKFILLTYPE']._serialized_start=1002
36
+ _globals['_ASSCHEDULEDBACKFILLTYPE']._serialized_end=1027
37
+ _globals['_INTERVALBACKFILLWINDOW']._serialized_start=1029
38
+ _globals['_INTERVALBACKFILLWINDOW']._serialized_end=1155
39
+ _globals['_FULLRESETBACKFILLWINDOW']._serialized_start=1157
40
+ _globals['_FULLRESETBACKFILLWINDOW']._serialized_end=1182
97
41
  # @@protoc_insertion_point(module_scope)