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()
@@ -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 _qwak_proto.qwak.feature_store.features import execution_pb2 as qwak_dot_fe
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)
@@ -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()
@@ -17,40 +16,17 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1dqwak/execution/v1/batch.proto\x12\x1fqwak.feature.store.execution.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"\xd3\x01\n\x0e\x42\x61tchIngestion\x12\x17\n\x0f\x66\x65\x61tureset_name\x18\x01 \x01(\t\x12H\n\x0emanual_trigger\x18\x02 \x01(\x0b\x32..qwak.feature.store.execution.v1.ManualTriggerH\x00\x12N\n\x11scheduled_trigger\x18\x03 \x01(\x0b\x32\x31.qwak.feature.store.execution.v1.ScheduledTriggerH\x00\x42\x0e\n\x0ctrigger_type\"A\n\rManualTrigger\x12\x30\n\x0ctrigger_date\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"J\n\x10ScheduledTrigger\x12\x36\n\x12logical_batch_date\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB)\n%com.qwak.ai.features.execution.api.v1P\x01\x62\x06proto3')
19
18
 
20
-
21
-
22
- _BATCHINGESTION = DESCRIPTOR.message_types_by_name['BatchIngestion']
23
- _MANUALTRIGGER = DESCRIPTOR.message_types_by_name['ManualTrigger']
24
- _SCHEDULEDTRIGGER = DESCRIPTOR.message_types_by_name['ScheduledTrigger']
25
- BatchIngestion = _reflection.GeneratedProtocolMessageType('BatchIngestion', (_message.Message,), {
26
- 'DESCRIPTOR' : _BATCHINGESTION,
27
- '__module__' : 'qwak.execution.v1.batch_pb2'
28
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.BatchIngestion)
29
- })
30
- _sym_db.RegisterMessage(BatchIngestion)
31
-
32
- ManualTrigger = _reflection.GeneratedProtocolMessageType('ManualTrigger', (_message.Message,), {
33
- 'DESCRIPTOR' : _MANUALTRIGGER,
34
- '__module__' : 'qwak.execution.v1.batch_pb2'
35
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.ManualTrigger)
36
- })
37
- _sym_db.RegisterMessage(ManualTrigger)
38
-
39
- ScheduledTrigger = _reflection.GeneratedProtocolMessageType('ScheduledTrigger', (_message.Message,), {
40
- 'DESCRIPTOR' : _SCHEDULEDTRIGGER,
41
- '__module__' : 'qwak.execution.v1.batch_pb2'
42
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.ScheduledTrigger)
43
- })
44
- _sym_db.RegisterMessage(ScheduledTrigger)
45
-
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.execution.v1.batch_pb2', _globals)
46
22
  if _descriptor._USE_C_DESCRIPTORS == False:
47
23
 
48
24
  DESCRIPTOR._options = None
49
25
  DESCRIPTOR._serialized_options = b'\n%com.qwak.ai.features.execution.api.v1P\001'
50
- _BATCHINGESTION._serialized_start=100
51
- _BATCHINGESTION._serialized_end=311
52
- _MANUALTRIGGER._serialized_start=313
53
- _MANUALTRIGGER._serialized_end=378
54
- _SCHEDULEDTRIGGER._serialized_start=380
55
- _SCHEDULEDTRIGGER._serialized_end=454
26
+ _globals['_BATCHINGESTION']._serialized_start=100
27
+ _globals['_BATCHINGESTION']._serialized_end=311
28
+ _globals['_MANUALTRIGGER']._serialized_start=313
29
+ _globals['_MANUALTRIGGER']._serialized_end=378
30
+ _globals['_SCHEDULEDTRIGGER']._serialized_start=380
31
+ _globals['_SCHEDULEDTRIGGER']._serialized_end=454
56
32
  # @@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()
@@ -16,50 +15,19 @@ _sym_db = _symbol_database.Default()
16
15
 
17
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n qwak/execution/v1/deletion.proto\x12\x1fqwak.feature.store.execution.v1\"\xe9\x02\n\x12\x46\x65\x61turesetDeletion\x12]\n\x19\x62\x61tch_featureset_deletion\x18\x01 \x01(\x0b\x32\x38.qwak.feature.store.execution.v1.BatchFeaturesetDeletionH\x00\x12\x65\n\x1dstreaming_featureset_deletion\x18\x02 \x01(\x0b\x32<.qwak.feature.store.execution.v1.StreamingFeaturesetDeletionH\x00\x12|\n)streaming_aggregation_featureset_deletion\x18\x03 \x01(\x0b\x32G.qwak.feature.store.execution.v1.StreamingAggregationFeaturesetDeletionH\x00\x42\x0f\n\rdeletion_type\"\x19\n\x17\x42\x61tchFeaturesetDeletion\"\x1d\n\x1bStreamingFeaturesetDeletion\"(\n&StreamingAggregationFeaturesetDeletionB)\n%com.qwak.ai.features.execution.api.v1P\x01\x62\x06proto3')
18
17
 
19
-
20
-
21
- _FEATURESETDELETION = DESCRIPTOR.message_types_by_name['FeaturesetDeletion']
22
- _BATCHFEATURESETDELETION = DESCRIPTOR.message_types_by_name['BatchFeaturesetDeletion']
23
- _STREAMINGFEATURESETDELETION = DESCRIPTOR.message_types_by_name['StreamingFeaturesetDeletion']
24
- _STREAMINGAGGREGATIONFEATURESETDELETION = DESCRIPTOR.message_types_by_name['StreamingAggregationFeaturesetDeletion']
25
- FeaturesetDeletion = _reflection.GeneratedProtocolMessageType('FeaturesetDeletion', (_message.Message,), {
26
- 'DESCRIPTOR' : _FEATURESETDELETION,
27
- '__module__' : 'qwak.execution.v1.deletion_pb2'
28
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.FeaturesetDeletion)
29
- })
30
- _sym_db.RegisterMessage(FeaturesetDeletion)
31
-
32
- BatchFeaturesetDeletion = _reflection.GeneratedProtocolMessageType('BatchFeaturesetDeletion', (_message.Message,), {
33
- 'DESCRIPTOR' : _BATCHFEATURESETDELETION,
34
- '__module__' : 'qwak.execution.v1.deletion_pb2'
35
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.BatchFeaturesetDeletion)
36
- })
37
- _sym_db.RegisterMessage(BatchFeaturesetDeletion)
38
-
39
- StreamingFeaturesetDeletion = _reflection.GeneratedProtocolMessageType('StreamingFeaturesetDeletion', (_message.Message,), {
40
- 'DESCRIPTOR' : _STREAMINGFEATURESETDELETION,
41
- '__module__' : 'qwak.execution.v1.deletion_pb2'
42
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.StreamingFeaturesetDeletion)
43
- })
44
- _sym_db.RegisterMessage(StreamingFeaturesetDeletion)
45
-
46
- StreamingAggregationFeaturesetDeletion = _reflection.GeneratedProtocolMessageType('StreamingAggregationFeaturesetDeletion', (_message.Message,), {
47
- 'DESCRIPTOR' : _STREAMINGAGGREGATIONFEATURESETDELETION,
48
- '__module__' : 'qwak.execution.v1.deletion_pb2'
49
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.StreamingAggregationFeaturesetDeletion)
50
- })
51
- _sym_db.RegisterMessage(StreamingAggregationFeaturesetDeletion)
52
-
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.execution.v1.deletion_pb2', _globals)
53
21
  if _descriptor._USE_C_DESCRIPTORS == False:
54
22
 
55
23
  DESCRIPTOR._options = None
56
24
  DESCRIPTOR._serialized_options = b'\n%com.qwak.ai.features.execution.api.v1P\001'
57
- _FEATURESETDELETION._serialized_start=70
58
- _FEATURESETDELETION._serialized_end=431
59
- _BATCHFEATURESETDELETION._serialized_start=433
60
- _BATCHFEATURESETDELETION._serialized_end=458
61
- _STREAMINGFEATURESETDELETION._serialized_start=460
62
- _STREAMINGFEATURESETDELETION._serialized_end=489
63
- _STREAMINGAGGREGATIONFEATURESETDELETION._serialized_start=491
64
- _STREAMINGAGGREGATIONFEATURESETDELETION._serialized_end=531
25
+ _globals['_FEATURESETDELETION']._serialized_start=70
26
+ _globals['_FEATURESETDELETION']._serialized_end=431
27
+ _globals['_BATCHFEATURESETDELETION']._serialized_start=433
28
+ _globals['_BATCHFEATURESETDELETION']._serialized_end=458
29
+ _globals['_STREAMINGFEATURESETDELETION']._serialized_start=460
30
+ _globals['_STREAMINGFEATURESETDELETION']._serialized_end=489
31
+ _globals['_STREAMINGAGGREGATIONFEATURESETDELETION']._serialized_start=491
32
+ _globals['_STREAMINGAGGREGATIONFEATURESETDELETION']._serialized_end=531
65
33
  # @@protoc_insertion_point(module_scope)