qwak-core 0.4.284__py3-none-any.whl → 0.4.285__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (207) hide show
  1. _qwak_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py +8 -23
  2. _qwak_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py +10 -27
  3. _qwak_proto/qwak/administration/account/v1/account_pb2.py +22 -87
  4. _qwak_proto/qwak/administration/account/v1/account_service_pb2.py +42 -187
  5. _qwak_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +26 -114
  6. _qwak_proto/qwak/administration/account/v1/personalization_pb2.py +8 -24
  7. _qwak_proto/qwak/administration/account/v1/preferences_pb2.py +6 -14
  8. _qwak_proto/qwak/administration/account/v1/terms_pb2.py +14 -54
  9. _qwak_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py +18 -67
  10. _qwak_proto/qwak/administration/authenticated_user/v1/credentials_pb2.py +8 -24
  11. _qwak_proto/qwak/administration/authenticated_user/v1/details_pb2.py +14 -54
  12. _qwak_proto/qwak/administration/cluster/v2/cluster_pb2.py +38 -173
  13. _qwak_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py +6 -14
  14. _qwak_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py +8 -24
  15. _qwak_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +10 -34
  16. _qwak_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +6 -14
  17. _qwak_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +12 -44
  18. _qwak_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py +8 -24
  19. _qwak_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +6 -14
  20. _qwak_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py +6 -14
  21. _qwak_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +10 -34
  22. _qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +14 -54
  23. _qwak_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +6 -14
  24. _qwak_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +6 -14
  25. _qwak_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +14 -54
  26. _qwak_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +10 -34
  27. _qwak_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py +10 -34
  28. _qwak_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +6 -14
  29. _qwak_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +10 -34
  30. _qwak_proto/qwak/administration/v0/authentication/authentication_service_pb2.py +14 -47
  31. _qwak_proto/qwak/administration/v0/environments/configuration_pb2.py +20 -82
  32. _qwak_proto/qwak/administration/v0/environments/environment_pb2.py +12 -40
  33. _qwak_proto/qwak/administration/v0/environments/environment_service_pb2.py +36 -158
  34. _qwak_proto/qwak/administration/v0/environments/personalization_pb2.py +8 -24
  35. _qwak_proto/qwak/administration/v0/users/user_pb2.py +18 -71
  36. _qwak_proto/qwak/admiral/secret/v0/secret_pb2.py +26 -115
  37. _qwak_proto/qwak/admiral/secret/v0/secret_service_pb2.py +18 -67
  38. _qwak_proto/qwak/admiral/secret/v0/system_secret_service_pb2.py +18 -67
  39. _qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py +38 -174
  40. _qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py +22 -87
  41. _qwak_proto/qwak/analytics/analytics_pb2.py +26 -121
  42. _qwak_proto/qwak/analytics/analytics_service_pb2.py +46 -207
  43. _qwak_proto/qwak/artifactory_settings/artifactory_settings_pb2.py +8 -24
  44. _qwak_proto/qwak/audience/v1/audience_api_pb2.py +30 -127
  45. _qwak_proto/qwak/audience/v1/audience_pb2.py +26 -113
  46. _qwak_proto/qwak/auto_scaling/v1/auto_scaling_pb2.py +18 -79
  47. _qwak_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py +10 -27
  48. _qwak_proto/qwak/automation/v1/action_pb2.py +40 -180
  49. _qwak_proto/qwak/automation/v1/auto_scaling_pb2.py +18 -79
  50. _qwak_proto/qwak/automation/v1/automation_execution_pb2.py +12 -43
  51. _qwak_proto/qwak/automation/v1/automation_management_service_pb2.py +56 -258
  52. _qwak_proto/qwak/automation/v1/automation_pb2.py +10 -34
  53. _qwak_proto/qwak/automation/v1/common_pb2.py +10 -35
  54. _qwak_proto/qwak/automation/v1/notification_pb2.py +16 -68
  55. _qwak_proto/qwak/automation/v1/trigger_pb2.py +14 -54
  56. _qwak_proto/qwak/batch_job/v1/batch_job_events_pb2.py +26 -116
  57. _qwak_proto/qwak/batch_job/v1/batch_job_resources_pb2.py +8 -26
  58. _qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.py +118 -561
  59. _qwak_proto/qwak/build/v1/build_api_pb2.py +86 -407
  60. _qwak_proto/qwak/build/v1/build_pb2.py +114 -549
  61. _qwak_proto/qwak/build_settings/build_settings_api_pb2.py +18 -67
  62. _qwak_proto/qwak/build_settings/build_settings_pb2.py +18 -74
  63. _qwak_proto/qwak/builds/build_pb2.py +44 -206
  64. _qwak_proto/qwak/builds/build_url_pb2.py +26 -113
  65. _qwak_proto/qwak/builds/builds_orchestrator_service_pb2.py +58 -269
  66. _qwak_proto/qwak/builds/builds_pb2.py +110 -519
  67. _qwak_proto/qwak/builds/internal_builds_orchestrator_service_pb2.py +12 -37
  68. _qwak_proto/qwak/data_versioning/data_versioning_pb2.py +8 -24
  69. _qwak_proto/qwak/data_versioning/data_versioning_service_pb2.py +14 -47
  70. _qwak_proto/qwak/deployment/alert_pb2.py +24 -108
  71. _qwak_proto/qwak/deployment/alert_service_pb2.py +30 -127
  72. _qwak_proto/qwak/deployment/deployment_messages_pb2.py +6 -14
  73. _qwak_proto/qwak/deployment/deployment_pb2.py +124 -588
  74. _qwak_proto/qwak/deployment/deployment_service_pb2.py +86 -419
  75. _qwak_proto/qwak/ecosystem/jfrog/v0/token_pb2.py +36 -164
  76. _qwak_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py +22 -87
  77. _qwak_proto/qwak/ecosystem/v0/credentials_pb2.py +10 -34
  78. _qwak_proto/qwak/ecosystem/v0/ecosystem_pb2.py +30 -138
  79. _qwak_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py +52 -237
  80. _qwak_proto/qwak/execution/v1/backfill_pb2.py +18 -74
  81. _qwak_proto/qwak/execution/v1/batch_pb2.py +10 -34
  82. _qwak_proto/qwak/execution/v1/deletion_pb2.py +12 -44
  83. _qwak_proto/qwak/execution/v1/execution_pb2.py +16 -69
  84. _qwak_proto/qwak/execution/v1/execution_service_pb2.py +64 -298
  85. _qwak_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py +6 -14
  86. _qwak_proto/qwak/execution/v1/jobs/job_pb2.py +18 -76
  87. _qwak_proto/qwak/execution/v1/jobs/job_service_pb2.py +54 -247
  88. _qwak_proto/qwak/execution/v1/jobs/reports/report_pb2.py +20 -84
  89. _qwak_proto/qwak/execution/v1/state/execution_state_pb2.py +6 -14
  90. _qwak_proto/qwak/execution/v1/state/execution_state_service_pb2.py +30 -127
  91. _qwak_proto/qwak/execution/v1/state/featureset_state_pb2.py +6 -14
  92. _qwak_proto/qwak/execution/v1/state/spark_execution_state_pb2.py +14 -68
  93. _qwak_proto/qwak/execution/v1/streaming_aggregation_pb2.py +14 -54
  94. _qwak_proto/qwak/execution/v1/streaming_pb2.py +12 -44
  95. _qwak_proto/qwak/feature_store/entities/entity_pb2.py +16 -57
  96. _qwak_proto/qwak/feature_store/entities/entity_service_pb2.py +30 -127
  97. _qwak_proto/qwak/feature_store/features/aggregation_pb2.py +38 -175
  98. _qwak_proto/qwak/feature_store/features/deployment_pb2.py +36 -167
  99. _qwak_proto/qwak/feature_store/features/deployment_service_pb2.py +10 -27
  100. _qwak_proto/qwak/feature_store/features/execution_pb2.py +14 -56
  101. _qwak_proto/qwak/feature_store/features/feature_set_attribute_pb2.py +6 -14
  102. _qwak_proto/qwak/feature_store/features/feature_set_pb2.py +34 -155
  103. _qwak_proto/qwak/feature_store/features/feature_set_service_pb2.py +92 -439
  104. _qwak_proto/qwak/feature_store/features/feature_set_state_pb2.py +38 -181
  105. _qwak_proto/qwak/feature_store/features/feature_set_state_service_pb2.py +26 -107
  106. _qwak_proto/qwak/feature_store/features/feature_set_types_pb2.py +74 -346
  107. _qwak_proto/qwak/feature_store/features/monitoring_pb2.py +10 -34
  108. _qwak_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py +32 -143
  109. _qwak_proto/qwak/feature_store/jobs/job_pb2.py +12 -46
  110. _qwak_proto/qwak/feature_store/jobs/job_service_pb2.py +30 -127
  111. _qwak_proto/qwak/feature_store/jobs/v1/job_pb2.py +12 -45
  112. _qwak_proto/qwak/feature_store/jobs/v1/job_service_pb2.py +42 -187
  113. _qwak_proto/qwak/feature_store/platform/platform_details_pb2.py +8 -24
  114. _qwak_proto/qwak/feature_store/reports/report_pb2.py +14 -53
  115. _qwak_proto/qwak/feature_store/repository/common/platform_pb2.py +10 -34
  116. _qwak_proto/qwak/feature_store/serving/management_pb2.py +14 -47
  117. _qwak_proto/qwak/feature_store/serving/metadata_pb2.py +12 -44
  118. _qwak_proto/qwak/feature_store/serving/serving_pb2.py +50 -222
  119. _qwak_proto/qwak/feature_store/serving/v1/value_pb2.py +8 -24
  120. _qwak_proto/qwak/feature_store/sinks/sink_pb2.py +14 -54
  121. _qwak_proto/qwak/feature_store/sources/batch_pb2.py +70 -334
  122. _qwak_proto/qwak/feature_store/sources/data_source_attribute_pb2.py +6 -14
  123. _qwak_proto/qwak/feature_store/sources/data_source_pb2.py +14 -54
  124. _qwak_proto/qwak/feature_store/sources/data_source_service_pb2.py +34 -147
  125. _qwak_proto/qwak/feature_store/sources/streaming_pb2.py +34 -146
  126. _qwak_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +6 -14
  127. _qwak_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +10 -34
  128. _qwak_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +16 -58
  129. _qwak_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py +10 -27
  130. _qwak_proto/qwak/features_operator/v1/features_operator_pb2.py +14 -54
  131. _qwak_proto/qwak/features_operator/v1/features_operator_service_pb2.py +14 -47
  132. _qwak_proto/qwak/features_operator/v2/features_operator_pb2.py +16 -64
  133. _qwak_proto/qwak/features_operator/v2/features_operator_service_pb2.py +12 -37
  134. _qwak_proto/qwak/features_operator/v3/features_operator_async_service_pb2.py +26 -107
  135. _qwak_proto/qwak/features_operator/v3/features_operator_pb2.py +16 -64
  136. _qwak_proto/qwak/file_versioning/file_versioning_pb2.py +10 -33
  137. _qwak_proto/qwak/file_versioning/file_versioning_service_pb2.py +14 -47
  138. _qwak_proto/qwak/fitness_service/constructs_pb2.py +22 -99
  139. _qwak_proto/qwak/fitness_service/fitness_pb2.py +10 -32
  140. _qwak_proto/qwak/fitness_service/fitness_service_pb2.py +22 -87
  141. _qwak_proto/qwak/fitness_service/status_pb2.py +24 -106
  142. _qwak_proto/qwak/inference/feedback/feedback_pb2.py +28 -96
  143. _qwak_proto/qwak/instance_template/instance_template_pb2.py +12 -40
  144. _qwak_proto/qwak/instance_template/instance_template_service_pb2.py +14 -47
  145. _qwak_proto/qwak/integration/hugging_face_integration_pb2.py +16 -64
  146. _qwak_proto/qwak/integration/integration_pb2.py +28 -126
  147. _qwak_proto/qwak/integration/integration_service_pb2.py +34 -147
  148. _qwak_proto/qwak/integration/open_a_i_integration_pb2.py +16 -64
  149. _qwak_proto/qwak/integration/opsgenie_integration_pb2.py +20 -82
  150. _qwak_proto/qwak/integration/pagerduty_integration_pb2.py +24 -104
  151. _qwak_proto/qwak/integration/slack_app_integration_pb2.py +24 -104
  152. _qwak_proto/qwak/kube_deployment_captain/alert_pb2.py +22 -97
  153. _qwak_proto/qwak/kube_deployment_captain/alerting_pb2.py +12 -44
  154. _qwak_proto/qwak/kube_deployment_captain/batch_job_pb2.py +68 -322
  155. _qwak_proto/qwak/kube_deployment_captain/deployment_pb2.py +44 -167
  156. _qwak_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py +32 -144
  157. _qwak_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py +108 -519
  158. _qwak_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py +8 -24
  159. _qwak_proto/qwak/logging/log_filter_pb2.py +12 -44
  160. _qwak_proto/qwak/logging/log_line_pb2.py +8 -25
  161. _qwak_proto/qwak/logging/log_reader_service_pb2.py +10 -27
  162. _qwak_proto/qwak/logging/log_source_pb2.py +30 -134
  163. _qwak_proto/qwak/model_descriptor/open_ai_descriptor_pb2.py +18 -74
  164. _qwak_proto/qwak/model_group/model_group_pb2.py +14 -47
  165. _qwak_proto/qwak/model_group/model_group_repository_details_pb2.py +18 -74
  166. _qwak_proto/qwak/models/models_pb2.py +88 -405
  167. _qwak_proto/qwak/models/models_query_pb2.py +16 -56
  168. _qwak_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py +30 -127
  169. _qwak_proto/qwak/monitoring/v0/alerting_channel_pb2.py +34 -152
  170. _qwak_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py +14 -47
  171. _qwak_proto/qwak/offline/serving/v1/feature_values_pb2.py +6 -14
  172. _qwak_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py +30 -123
  173. _qwak_proto/qwak/offline/serving/v1/options_pb2.py +6 -14
  174. _qwak_proto/qwak/offline/serving/v1/population_pb2.py +14 -54
  175. _qwak_proto/qwak/projects/jfrog_project_spec_pb2.py +6 -14
  176. _qwak_proto/qwak/projects/projects_pb2.py +44 -190
  177. _qwak_proto/qwak/prompt/v1/prompt/prompt_manager_service_pb2.py +54 -247
  178. _qwak_proto/qwak/prompt/v1/prompt/prompt_pb2.py +46 -214
  179. _qwak_proto/qwak/secret_service/secret_service_pb2.py +18 -67
  180. _qwak_proto/qwak/self_service/account/v0/account_membership_pb2.py +24 -106
  181. _qwak_proto/qwak/self_service/account/v0/account_membership_service_pb2.py +50 -227
  182. _qwak_proto/qwak/self_service/account/v0/account_status_pb2.py +16 -65
  183. _qwak_proto/qwak/self_service/account/v0/managing_account_pb2.py +30 -131
  184. _qwak_proto/qwak/self_service/account/v0/managing_account_service_pb2.py +22 -87
  185. _qwak_proto/qwak/self_service/user/v1/api_key_pb2.py +6 -14
  186. _qwak_proto/qwak/self_service/user/v1/user_pb2.py +6 -14
  187. _qwak_proto/qwak/self_service/user/v1/user_service_pb2.py +30 -121
  188. _qwak_proto/qwak/service_discovery/service_discovery_location_pb2.py +12 -44
  189. _qwak_proto/qwak/service_discovery/service_discovery_location_service_pb2.py +10 -27
  190. _qwak_proto/qwak/traffic/v1/traffic_api_pb2.py +22 -87
  191. _qwak_proto/qwak/traffic/v1/traffic_pb2.py +26 -113
  192. _qwak_proto/qwak/user_application/common/v0/resources_pb2.py +30 -138
  193. _qwak_proto/qwak/user_application/v0/user_application_pb2.py +10 -43
  194. _qwak_proto/qwak/vectors/v1/collection/collection_pb2.py +24 -106
  195. _qwak_proto/qwak/vectors/v1/collection/collection_service_pb2.py +38 -167
  196. _qwak_proto/qwak/vectors/v1/collection/event/collection_event_pb2.py +6 -14
  197. _qwak_proto/qwak/vectors/v1/filters_pb2.py +30 -134
  198. _qwak_proto/qwak/vectors/v1/vector_pb2.py +14 -54
  199. _qwak_proto/qwak/vectors/v1/vector_service_pb2.py +26 -107
  200. _qwak_proto/qwak/workspace/workspace_pb2.py +22 -107
  201. _qwak_proto/qwak/workspace/workspace_service_pb2.py +62 -287
  202. frogml_storage/__init__.py +1 -1
  203. qwak/__init__.py +1 -1
  204. qwak/inner/build_logic/phases/phase_010_fetch_model/post_fetch_validation_step.py +1 -1
  205. {qwak_core-0.4.284.dist-info → qwak_core-0.4.285.dist-info}/METADATA +4 -5
  206. {qwak_core-0.4.284.dist-info → qwak_core-0.4.285.dist-info}/RECORD +207 -207
  207. {qwak_core-0.4.284.dist-info → qwak_core-0.4.285.dist-info}/WHEEL +0 -0
@@ -4,9 +4,8 @@
4
4
  """Generated protocol buffer code."""
5
5
  from google.protobuf import descriptor as _descriptor
6
6
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
10
9
  # @@protoc_insertion_point(imports)
11
10
 
12
11
  _sym_db = _symbol_database.Default()
@@ -18,133 +17,37 @@ from _qwak_proto.qwak.execution.v1.state import featureset_state_pb2 as qwak_dot
18
17
 
19
18
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n5qwak/execution/v1/state/execution_state_service.proto\x12%qwak.feature.store.execution.v1.state\x1a-qwak/execution/v1/state/execution_state.proto\x1a.qwak/execution/v1/state/featureset_state.proto\"6\n\x1dGetFeaturesetStateByIdRequest\x12\x15\n\rfeatureset_id\x18\x01 \x01(\t\"r\n\x1eGetFeaturesetStateByIdResponse\x12P\n\x10\x66\x65\x61tureset_state\x18\x01 \x01(\x0b\x32\x36.qwak.feature.store.execution.v1.state.FeaturesetState\":\n\x1fGetFeaturesetStateByNameRequest\x12\x17\n\x0f\x66\x65\x61tureset_name\x18\x01 \x01(\t\"t\n GetFeaturesetStateByNameResponse\x12P\n\x10\x66\x65\x61tureset_state\x18\x01 \x01(\x0b\x32\x36.qwak.feature.store.execution.v1.state.FeaturesetState\"=\n#GetMultiFeaturesetStateByIdsRequest\x12\x16\n\x0e\x66\x65\x61tureset_ids\x18\x01 \x03(\t\"y\n$GetMultiFeaturesetStateByIdsResponse\x12Q\n\x11\x66\x65\x61tureset_states\x18\x01 \x03(\x0b\x32\x36.qwak.feature.store.execution.v1.state.FeaturesetState\"?\n$GetMultiFeaturesetStateByNameRequest\x12\x17\n\x0f\x66\x65\x61tureset_name\x18\x01 \x03(\t\"y\n%GetMultiFeaturesetStateByNameResponse\x12P\n\x10\x66\x65\x61tureset_state\x18\x01 \x03(\x0b\x32\x36.qwak.feature.store.execution.v1.state.FeaturesetState\"r\n UpdateMultiExecutionStateRequest\x12N\n\x0f\x65xecution_state\x18\x01 \x03(\x0b\x32\x35.qwak.feature.store.execution.v1.state.ExecutionState\"#\n!UpdateMultiExecutionStateResponse\"9\n DeleteFeaturesetStateByIdRequest\x12\x15\n\rfeatureset_id\x18\x01 \x01(\t\"@\n!DeleteFeaturesetStateByIdResponse\x12\x1b\n\x13num_deleted_records\x18\x01 \x01(\x03\x32\xd2\x08\n!FeatureStoreExecutionStateService\x12\xa5\x01\n\x16GetFeaturesetStateById\x12\x44.qwak.feature.store.execution.v1.state.GetFeaturesetStateByIdRequest\x1a\x45.qwak.feature.store.execution.v1.state.GetFeaturesetStateByIdResponse\x12\xab\x01\n\x18GetFeaturesetStateByName\x12\x46.qwak.feature.store.execution.v1.state.GetFeaturesetStateByNameRequest\x1aG.qwak.feature.store.execution.v1.state.GetFeaturesetStateByNameResponse\x12\xb7\x01\n\x1cGetMultiFeaturesetStateByIds\x12J.qwak.feature.store.execution.v1.state.GetMultiFeaturesetStateByIdsRequest\x1aK.qwak.feature.store.execution.v1.state.GetMultiFeaturesetStateByIdsResponse\x12\xba\x01\n\x1dGetMultiFeaturesetStateByName\x12K.qwak.feature.store.execution.v1.state.GetMultiFeaturesetStateByNameRequest\x1aL.qwak.feature.store.execution.v1.state.GetMultiFeaturesetStateByNameResponse\x12\xae\x01\n\x19UpdateMultiExecutionState\x12G.qwak.feature.store.execution.v1.state.UpdateMultiExecutionStateRequest\x1aH.qwak.feature.store.execution.v1.state.UpdateMultiExecutionStateResponse\x12\xae\x01\n\x19\x44\x65leteFeaturesetStateById\x12G.qwak.feature.store.execution.v1.state.DeleteFeaturesetStateByIdRequest\x1aH.qwak.feature.store.execution.v1.state.DeleteFeaturesetStateByIdResponseB`\n+com.qwak.ai.features.execution.api.v1.stateP\x01Z/qwak/execution_management/state;execution_stateb\x06proto3')
20
19
 
21
-
22
-
23
- _GETFEATURESETSTATEBYIDREQUEST = DESCRIPTOR.message_types_by_name['GetFeaturesetStateByIdRequest']
24
- _GETFEATURESETSTATEBYIDRESPONSE = DESCRIPTOR.message_types_by_name['GetFeaturesetStateByIdResponse']
25
- _GETFEATURESETSTATEBYNAMEREQUEST = DESCRIPTOR.message_types_by_name['GetFeaturesetStateByNameRequest']
26
- _GETFEATURESETSTATEBYNAMERESPONSE = DESCRIPTOR.message_types_by_name['GetFeaturesetStateByNameResponse']
27
- _GETMULTIFEATURESETSTATEBYIDSREQUEST = DESCRIPTOR.message_types_by_name['GetMultiFeaturesetStateByIdsRequest']
28
- _GETMULTIFEATURESETSTATEBYIDSRESPONSE = DESCRIPTOR.message_types_by_name['GetMultiFeaturesetStateByIdsResponse']
29
- _GETMULTIFEATURESETSTATEBYNAMEREQUEST = DESCRIPTOR.message_types_by_name['GetMultiFeaturesetStateByNameRequest']
30
- _GETMULTIFEATURESETSTATEBYNAMERESPONSE = DESCRIPTOR.message_types_by_name['GetMultiFeaturesetStateByNameResponse']
31
- _UPDATEMULTIEXECUTIONSTATEREQUEST = DESCRIPTOR.message_types_by_name['UpdateMultiExecutionStateRequest']
32
- _UPDATEMULTIEXECUTIONSTATERESPONSE = DESCRIPTOR.message_types_by_name['UpdateMultiExecutionStateResponse']
33
- _DELETEFEATURESETSTATEBYIDREQUEST = DESCRIPTOR.message_types_by_name['DeleteFeaturesetStateByIdRequest']
34
- _DELETEFEATURESETSTATEBYIDRESPONSE = DESCRIPTOR.message_types_by_name['DeleteFeaturesetStateByIdResponse']
35
- GetFeaturesetStateByIdRequest = _reflection.GeneratedProtocolMessageType('GetFeaturesetStateByIdRequest', (_message.Message,), {
36
- 'DESCRIPTOR' : _GETFEATURESETSTATEBYIDREQUEST,
37
- '__module__' : 'qwak.execution.v1.state.execution_state_service_pb2'
38
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.state.GetFeaturesetStateByIdRequest)
39
- })
40
- _sym_db.RegisterMessage(GetFeaturesetStateByIdRequest)
41
-
42
- GetFeaturesetStateByIdResponse = _reflection.GeneratedProtocolMessageType('GetFeaturesetStateByIdResponse', (_message.Message,), {
43
- 'DESCRIPTOR' : _GETFEATURESETSTATEBYIDRESPONSE,
44
- '__module__' : 'qwak.execution.v1.state.execution_state_service_pb2'
45
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.state.GetFeaturesetStateByIdResponse)
46
- })
47
- _sym_db.RegisterMessage(GetFeaturesetStateByIdResponse)
48
-
49
- GetFeaturesetStateByNameRequest = _reflection.GeneratedProtocolMessageType('GetFeaturesetStateByNameRequest', (_message.Message,), {
50
- 'DESCRIPTOR' : _GETFEATURESETSTATEBYNAMEREQUEST,
51
- '__module__' : 'qwak.execution.v1.state.execution_state_service_pb2'
52
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.state.GetFeaturesetStateByNameRequest)
53
- })
54
- _sym_db.RegisterMessage(GetFeaturesetStateByNameRequest)
55
-
56
- GetFeaturesetStateByNameResponse = _reflection.GeneratedProtocolMessageType('GetFeaturesetStateByNameResponse', (_message.Message,), {
57
- 'DESCRIPTOR' : _GETFEATURESETSTATEBYNAMERESPONSE,
58
- '__module__' : 'qwak.execution.v1.state.execution_state_service_pb2'
59
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.state.GetFeaturesetStateByNameResponse)
60
- })
61
- _sym_db.RegisterMessage(GetFeaturesetStateByNameResponse)
62
-
63
- GetMultiFeaturesetStateByIdsRequest = _reflection.GeneratedProtocolMessageType('GetMultiFeaturesetStateByIdsRequest', (_message.Message,), {
64
- 'DESCRIPTOR' : _GETMULTIFEATURESETSTATEBYIDSREQUEST,
65
- '__module__' : 'qwak.execution.v1.state.execution_state_service_pb2'
66
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.state.GetMultiFeaturesetStateByIdsRequest)
67
- })
68
- _sym_db.RegisterMessage(GetMultiFeaturesetStateByIdsRequest)
69
-
70
- GetMultiFeaturesetStateByIdsResponse = _reflection.GeneratedProtocolMessageType('GetMultiFeaturesetStateByIdsResponse', (_message.Message,), {
71
- 'DESCRIPTOR' : _GETMULTIFEATURESETSTATEBYIDSRESPONSE,
72
- '__module__' : 'qwak.execution.v1.state.execution_state_service_pb2'
73
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.state.GetMultiFeaturesetStateByIdsResponse)
74
- })
75
- _sym_db.RegisterMessage(GetMultiFeaturesetStateByIdsResponse)
76
-
77
- GetMultiFeaturesetStateByNameRequest = _reflection.GeneratedProtocolMessageType('GetMultiFeaturesetStateByNameRequest', (_message.Message,), {
78
- 'DESCRIPTOR' : _GETMULTIFEATURESETSTATEBYNAMEREQUEST,
79
- '__module__' : 'qwak.execution.v1.state.execution_state_service_pb2'
80
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.state.GetMultiFeaturesetStateByNameRequest)
81
- })
82
- _sym_db.RegisterMessage(GetMultiFeaturesetStateByNameRequest)
83
-
84
- GetMultiFeaturesetStateByNameResponse = _reflection.GeneratedProtocolMessageType('GetMultiFeaturesetStateByNameResponse', (_message.Message,), {
85
- 'DESCRIPTOR' : _GETMULTIFEATURESETSTATEBYNAMERESPONSE,
86
- '__module__' : 'qwak.execution.v1.state.execution_state_service_pb2'
87
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.state.GetMultiFeaturesetStateByNameResponse)
88
- })
89
- _sym_db.RegisterMessage(GetMultiFeaturesetStateByNameResponse)
90
-
91
- UpdateMultiExecutionStateRequest = _reflection.GeneratedProtocolMessageType('UpdateMultiExecutionStateRequest', (_message.Message,), {
92
- 'DESCRIPTOR' : _UPDATEMULTIEXECUTIONSTATEREQUEST,
93
- '__module__' : 'qwak.execution.v1.state.execution_state_service_pb2'
94
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.state.UpdateMultiExecutionStateRequest)
95
- })
96
- _sym_db.RegisterMessage(UpdateMultiExecutionStateRequest)
97
-
98
- UpdateMultiExecutionStateResponse = _reflection.GeneratedProtocolMessageType('UpdateMultiExecutionStateResponse', (_message.Message,), {
99
- 'DESCRIPTOR' : _UPDATEMULTIEXECUTIONSTATERESPONSE,
100
- '__module__' : 'qwak.execution.v1.state.execution_state_service_pb2'
101
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.state.UpdateMultiExecutionStateResponse)
102
- })
103
- _sym_db.RegisterMessage(UpdateMultiExecutionStateResponse)
104
-
105
- DeleteFeaturesetStateByIdRequest = _reflection.GeneratedProtocolMessageType('DeleteFeaturesetStateByIdRequest', (_message.Message,), {
106
- 'DESCRIPTOR' : _DELETEFEATURESETSTATEBYIDREQUEST,
107
- '__module__' : 'qwak.execution.v1.state.execution_state_service_pb2'
108
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.state.DeleteFeaturesetStateByIdRequest)
109
- })
110
- _sym_db.RegisterMessage(DeleteFeaturesetStateByIdRequest)
111
-
112
- DeleteFeaturesetStateByIdResponse = _reflection.GeneratedProtocolMessageType('DeleteFeaturesetStateByIdResponse', (_message.Message,), {
113
- 'DESCRIPTOR' : _DELETEFEATURESETSTATEBYIDRESPONSE,
114
- '__module__' : 'qwak.execution.v1.state.execution_state_service_pb2'
115
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.state.DeleteFeaturesetStateByIdResponse)
116
- })
117
- _sym_db.RegisterMessage(DeleteFeaturesetStateByIdResponse)
118
-
119
- _FEATURESTOREEXECUTIONSTATESERVICE = DESCRIPTOR.services_by_name['FeatureStoreExecutionStateService']
20
+ _globals = globals()
21
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
22
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.execution.v1.state.execution_state_service_pb2', _globals)
120
23
  if _descriptor._USE_C_DESCRIPTORS == False:
121
24
 
122
25
  DESCRIPTOR._options = None
123
26
  DESCRIPTOR._serialized_options = b'\n+com.qwak.ai.features.execution.api.v1.stateP\001Z/qwak/execution_management/state;execution_state'
124
- _GETFEATURESETSTATEBYIDREQUEST._serialized_start=191
125
- _GETFEATURESETSTATEBYIDREQUEST._serialized_end=245
126
- _GETFEATURESETSTATEBYIDRESPONSE._serialized_start=247
127
- _GETFEATURESETSTATEBYIDRESPONSE._serialized_end=361
128
- _GETFEATURESETSTATEBYNAMEREQUEST._serialized_start=363
129
- _GETFEATURESETSTATEBYNAMEREQUEST._serialized_end=421
130
- _GETFEATURESETSTATEBYNAMERESPONSE._serialized_start=423
131
- _GETFEATURESETSTATEBYNAMERESPONSE._serialized_end=539
132
- _GETMULTIFEATURESETSTATEBYIDSREQUEST._serialized_start=541
133
- _GETMULTIFEATURESETSTATEBYIDSREQUEST._serialized_end=602
134
- _GETMULTIFEATURESETSTATEBYIDSRESPONSE._serialized_start=604
135
- _GETMULTIFEATURESETSTATEBYIDSRESPONSE._serialized_end=725
136
- _GETMULTIFEATURESETSTATEBYNAMEREQUEST._serialized_start=727
137
- _GETMULTIFEATURESETSTATEBYNAMEREQUEST._serialized_end=790
138
- _GETMULTIFEATURESETSTATEBYNAMERESPONSE._serialized_start=792
139
- _GETMULTIFEATURESETSTATEBYNAMERESPONSE._serialized_end=913
140
- _UPDATEMULTIEXECUTIONSTATEREQUEST._serialized_start=915
141
- _UPDATEMULTIEXECUTIONSTATEREQUEST._serialized_end=1029
142
- _UPDATEMULTIEXECUTIONSTATERESPONSE._serialized_start=1031
143
- _UPDATEMULTIEXECUTIONSTATERESPONSE._serialized_end=1066
144
- _DELETEFEATURESETSTATEBYIDREQUEST._serialized_start=1068
145
- _DELETEFEATURESETSTATEBYIDREQUEST._serialized_end=1125
146
- _DELETEFEATURESETSTATEBYIDRESPONSE._serialized_start=1127
147
- _DELETEFEATURESETSTATEBYIDRESPONSE._serialized_end=1191
148
- _FEATURESTOREEXECUTIONSTATESERVICE._serialized_start=1194
149
- _FEATURESTOREEXECUTIONSTATESERVICE._serialized_end=2300
27
+ _globals['_GETFEATURESETSTATEBYIDREQUEST']._serialized_start=191
28
+ _globals['_GETFEATURESETSTATEBYIDREQUEST']._serialized_end=245
29
+ _globals['_GETFEATURESETSTATEBYIDRESPONSE']._serialized_start=247
30
+ _globals['_GETFEATURESETSTATEBYIDRESPONSE']._serialized_end=361
31
+ _globals['_GETFEATURESETSTATEBYNAMEREQUEST']._serialized_start=363
32
+ _globals['_GETFEATURESETSTATEBYNAMEREQUEST']._serialized_end=421
33
+ _globals['_GETFEATURESETSTATEBYNAMERESPONSE']._serialized_start=423
34
+ _globals['_GETFEATURESETSTATEBYNAMERESPONSE']._serialized_end=539
35
+ _globals['_GETMULTIFEATURESETSTATEBYIDSREQUEST']._serialized_start=541
36
+ _globals['_GETMULTIFEATURESETSTATEBYIDSREQUEST']._serialized_end=602
37
+ _globals['_GETMULTIFEATURESETSTATEBYIDSRESPONSE']._serialized_start=604
38
+ _globals['_GETMULTIFEATURESETSTATEBYIDSRESPONSE']._serialized_end=725
39
+ _globals['_GETMULTIFEATURESETSTATEBYNAMEREQUEST']._serialized_start=727
40
+ _globals['_GETMULTIFEATURESETSTATEBYNAMEREQUEST']._serialized_end=790
41
+ _globals['_GETMULTIFEATURESETSTATEBYNAMERESPONSE']._serialized_start=792
42
+ _globals['_GETMULTIFEATURESETSTATEBYNAMERESPONSE']._serialized_end=913
43
+ _globals['_UPDATEMULTIEXECUTIONSTATEREQUEST']._serialized_start=915
44
+ _globals['_UPDATEMULTIEXECUTIONSTATEREQUEST']._serialized_end=1029
45
+ _globals['_UPDATEMULTIEXECUTIONSTATERESPONSE']._serialized_start=1031
46
+ _globals['_UPDATEMULTIEXECUTIONSTATERESPONSE']._serialized_end=1066
47
+ _globals['_DELETEFEATURESETSTATEBYIDREQUEST']._serialized_start=1068
48
+ _globals['_DELETEFEATURESETSTATEBYIDREQUEST']._serialized_end=1125
49
+ _globals['_DELETEFEATURESETSTATEBYIDRESPONSE']._serialized_start=1127
50
+ _globals['_DELETEFEATURESETSTATEBYIDRESPONSE']._serialized_end=1191
51
+ _globals['_FEATURESTOREEXECUTIONSTATESERVICE']._serialized_start=1194
52
+ _globals['_FEATURESTOREEXECUTIONSTATESERVICE']._serialized_end=2300
150
53
  # @@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,20 +15,13 @@ _sym_db = _symbol_database.Default()
16
15
 
17
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n.qwak/execution/v1/state/featureset_state.proto\x12%qwak.feature.store.execution.v1.state\"A\n\x0f\x46\x65\x61turesetState\x12\x15\n\rfeatureset_id\x18\x01 \x01(\t\x12\x17\n\x0f\x66\x65\x61tureset_name\x18\x02 \x01(\tB`\n+com.qwak.ai.features.execution.api.v1.stateP\x01Z/qwak/execution_management/state;execution_stateb\x06proto3')
18
17
 
19
-
20
-
21
- _FEATURESETSTATE = DESCRIPTOR.message_types_by_name['FeaturesetState']
22
- FeaturesetState = _reflection.GeneratedProtocolMessageType('FeaturesetState', (_message.Message,), {
23
- 'DESCRIPTOR' : _FEATURESETSTATE,
24
- '__module__' : 'qwak.execution.v1.state.featureset_state_pb2'
25
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.state.FeaturesetState)
26
- })
27
- _sym_db.RegisterMessage(FeaturesetState)
28
-
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.execution.v1.state.featureset_state_pb2', _globals)
29
21
  if _descriptor._USE_C_DESCRIPTORS == False:
30
22
 
31
23
  DESCRIPTOR._options = None
32
24
  DESCRIPTOR._serialized_options = b'\n+com.qwak.ai.features.execution.api.v1.stateP\001Z/qwak/execution_management/state;execution_state'
33
- _FEATURESETSTATE._serialized_start=89
34
- _FEATURESETSTATE._serialized_end=154
25
+ _globals['_FEATURESETSTATE']._serialized_start=89
26
+ _globals['_FEATURESETSTATE']._serialized_end=154
35
27
  # @@protoc_insertion_point(module_scope)
@@ -2,12 +2,10 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # source: qwak/execution/v1/state/spark_execution_state.proto
4
4
  """Generated protocol buffer code."""
5
- from google.protobuf.internal import enum_type_wrapper
6
5
  from google.protobuf import descriptor as _descriptor
7
6
  from google.protobuf import descriptor_pool as _descriptor_pool
8
- from google.protobuf import message as _message
9
- from google.protobuf import reflection as _reflection
10
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
11
9
  # @@protoc_insertion_point(imports)
12
10
 
13
11
  _sym_db = _symbol_database.Default()
@@ -17,75 +15,23 @@ _sym_db = _symbol_database.Default()
17
15
 
18
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3qwak/execution/v1/state/spark_execution_state.proto\x12%qwak.feature.store.execution.v1.state\"\x8f\x03\n\x13SparkExecutionState\x12\x16\n\x0e\x61pplication_id\x18\x01 \x01(\t\x12S\n\x16spark_application_type\x18\x02 \x01(\x0e\x32\x33.qwak.feature.store.execution.v1.state.SparkAppType\x12O\n\x0fspark_app_state\x18\x03 \x01(\x0b\x32\x34.qwak.feature.store.execution.v1.state.SparkAppStateH\x00\x12l\n\x11\x61pplicationLabels\x18\x04 \x03(\x0b\x32Q.qwak.feature.store.execution.v1.state.SparkExecutionState.ApplicationLabelsEntry\x1a\x38\n\x16\x41pplicationLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x12\n\x10state_descriptor\"t\n\rSparkAppState\x12L\n\nstate_type\x18\x01 \x01(\x0e\x32\x38.qwak.feature.store.execution.v1.state.SparkAppStateType\x12\x15\n\rerror_message\x18\x02 \x01(\t*\xdf\x03\n\x0cSparkAppType\x12\x1a\n\x16SPARK_APP_TYPE_INVALID\x10\x00\x12\"\n\x1eSPARK_APP_TYPE_BATCH_INGESTION\x10\x01\x12!\n\x1dSPARK_APP_TYPE_BATCH_BACKFILL\x10\x02\x12!\n\x1dSPARK_APP_TYPE_BATCH_DELETION\x10\x03\x12#\n\x1fSPARK_APP_TYPE_STREAMING_ONLINE\x10\x04\x12$\n SPARK_APP_TYPE_STREAMING_OFFLINE\x10\x05\x12%\n!SPARK_APP_TYPE_STREAMING_BACKFILL\x10\x06\x12%\n!SPARK_APP_TYPE_STREAMING_DELETION\x10\x07\x12*\n&SPARK_APP_TYPE_STREAMING_AGGR_ROWLEVEL\x10\x08\x12,\n(SPARK_APP_TYPE_STREAMING_AGGR_COMPACTION\x10\t\x12*\n&SPARK_APP_TYPE_STREAMING_AGGR_BACKFILL\x10\n\x12*\n&SPARK_APP_TYPE_STREAMING_AGGR_DELETION\x10\x0b*\x88\x03\n\x11SparkAppStateType\x12\x1b\n\x17SPARK_APP_STATE_INVALID\x10\x00\x12\x1d\n\x19SPARK_APP_STATE_COMPLETED\x10\x01\x12\x1a\n\x16SPARK_APP_STATE_FAILED\x10\x02\x12%\n!SPARK_APP_STATE_SUBMISSION_FAILED\x10\x03\x12\x1b\n\x17SPARK_APP_STATE_FAILING\x10\x04\x12 \n\x1cSPARK_APP_STATE_INVALIDATING\x10\x05\x12\x19\n\x15SPARK_APP_STATE_EMPTY\x10\x06\x12!\n\x1dSPARK_APP_STATE_PENDING_RERUN\x10\x07\x12\x1b\n\x17SPARK_APP_STATE_RUNNING\x10\x08\x12\x1d\n\x19SPARK_APP_STATE_SUBMITTED\x10\t\x12\x1e\n\x1aSPARK_APP_STATE_SUCCEEDING\x10\n\x12\x1b\n\x17SPARK_APP_STATE_UNKNOWN\x10\x0b\x42`\n+com.qwak.ai.features.execution.api.v1.stateP\x01Z/qwak/execution_management/state;execution_stateb\x06proto3')
19
17
 
20
- _SPARKAPPTYPE = DESCRIPTOR.enum_types_by_name['SparkAppType']
21
- SparkAppType = enum_type_wrapper.EnumTypeWrapper(_SPARKAPPTYPE)
22
- _SPARKAPPSTATETYPE = DESCRIPTOR.enum_types_by_name['SparkAppStateType']
23
- SparkAppStateType = enum_type_wrapper.EnumTypeWrapper(_SPARKAPPSTATETYPE)
24
- SPARK_APP_TYPE_INVALID = 0
25
- SPARK_APP_TYPE_BATCH_INGESTION = 1
26
- SPARK_APP_TYPE_BATCH_BACKFILL = 2
27
- SPARK_APP_TYPE_BATCH_DELETION = 3
28
- SPARK_APP_TYPE_STREAMING_ONLINE = 4
29
- SPARK_APP_TYPE_STREAMING_OFFLINE = 5
30
- SPARK_APP_TYPE_STREAMING_BACKFILL = 6
31
- SPARK_APP_TYPE_STREAMING_DELETION = 7
32
- SPARK_APP_TYPE_STREAMING_AGGR_ROWLEVEL = 8
33
- SPARK_APP_TYPE_STREAMING_AGGR_COMPACTION = 9
34
- SPARK_APP_TYPE_STREAMING_AGGR_BACKFILL = 10
35
- SPARK_APP_TYPE_STREAMING_AGGR_DELETION = 11
36
- SPARK_APP_STATE_INVALID = 0
37
- SPARK_APP_STATE_COMPLETED = 1
38
- SPARK_APP_STATE_FAILED = 2
39
- SPARK_APP_STATE_SUBMISSION_FAILED = 3
40
- SPARK_APP_STATE_FAILING = 4
41
- SPARK_APP_STATE_INVALIDATING = 5
42
- SPARK_APP_STATE_EMPTY = 6
43
- SPARK_APP_STATE_PENDING_RERUN = 7
44
- SPARK_APP_STATE_RUNNING = 8
45
- SPARK_APP_STATE_SUBMITTED = 9
46
- SPARK_APP_STATE_SUCCEEDING = 10
47
- SPARK_APP_STATE_UNKNOWN = 11
48
-
49
-
50
- _SPARKEXECUTIONSTATE = DESCRIPTOR.message_types_by_name['SparkExecutionState']
51
- _SPARKEXECUTIONSTATE_APPLICATIONLABELSENTRY = _SPARKEXECUTIONSTATE.nested_types_by_name['ApplicationLabelsEntry']
52
- _SPARKAPPSTATE = DESCRIPTOR.message_types_by_name['SparkAppState']
53
- SparkExecutionState = _reflection.GeneratedProtocolMessageType('SparkExecutionState', (_message.Message,), {
54
-
55
- 'ApplicationLabelsEntry' : _reflection.GeneratedProtocolMessageType('ApplicationLabelsEntry', (_message.Message,), {
56
- 'DESCRIPTOR' : _SPARKEXECUTIONSTATE_APPLICATIONLABELSENTRY,
57
- '__module__' : 'qwak.execution.v1.state.spark_execution_state_pb2'
58
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.state.SparkExecutionState.ApplicationLabelsEntry)
59
- })
60
- ,
61
- 'DESCRIPTOR' : _SPARKEXECUTIONSTATE,
62
- '__module__' : 'qwak.execution.v1.state.spark_execution_state_pb2'
63
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.state.SparkExecutionState)
64
- })
65
- _sym_db.RegisterMessage(SparkExecutionState)
66
- _sym_db.RegisterMessage(SparkExecutionState.ApplicationLabelsEntry)
67
-
68
- SparkAppState = _reflection.GeneratedProtocolMessageType('SparkAppState', (_message.Message,), {
69
- 'DESCRIPTOR' : _SPARKAPPSTATE,
70
- '__module__' : 'qwak.execution.v1.state.spark_execution_state_pb2'
71
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.state.SparkAppState)
72
- })
73
- _sym_db.RegisterMessage(SparkAppState)
74
-
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.execution.v1.state.spark_execution_state_pb2', _globals)
75
21
  if _descriptor._USE_C_DESCRIPTORS == False:
76
22
 
77
23
  DESCRIPTOR._options = None
78
24
  DESCRIPTOR._serialized_options = b'\n+com.qwak.ai.features.execution.api.v1.stateP\001Z/qwak/execution_management/state;execution_state'
79
25
  _SPARKEXECUTIONSTATE_APPLICATIONLABELSENTRY._options = None
80
26
  _SPARKEXECUTIONSTATE_APPLICATIONLABELSENTRY._serialized_options = b'8\001'
81
- _SPARKAPPTYPE._serialized_start=615
82
- _SPARKAPPTYPE._serialized_end=1094
83
- _SPARKAPPSTATETYPE._serialized_start=1097
84
- _SPARKAPPSTATETYPE._serialized_end=1489
85
- _SPARKEXECUTIONSTATE._serialized_start=95
86
- _SPARKEXECUTIONSTATE._serialized_end=494
87
- _SPARKEXECUTIONSTATE_APPLICATIONLABELSENTRY._serialized_start=418
88
- _SPARKEXECUTIONSTATE_APPLICATIONLABELSENTRY._serialized_end=474
89
- _SPARKAPPSTATE._serialized_start=496
90
- _SPARKAPPSTATE._serialized_end=612
27
+ _globals['_SPARKAPPTYPE']._serialized_start=615
28
+ _globals['_SPARKAPPTYPE']._serialized_end=1094
29
+ _globals['_SPARKAPPSTATETYPE']._serialized_start=1097
30
+ _globals['_SPARKAPPSTATETYPE']._serialized_end=1489
31
+ _globals['_SPARKEXECUTIONSTATE']._serialized_start=95
32
+ _globals['_SPARKEXECUTIONSTATE']._serialized_end=494
33
+ _globals['_SPARKEXECUTIONSTATE_APPLICATIONLABELSENTRY']._serialized_start=418
34
+ _globals['_SPARKEXECUTIONSTATE_APPLICATIONLABELSENTRY']._serialized_end=474
35
+ _globals['_SPARKAPPSTATE']._serialized_start=496
36
+ _globals['_SPARKAPPSTATE']._serialized_end=612
91
37
  # @@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,60 +15,21 @@ _sym_db = _symbol_database.Default()
16
15
 
17
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n-qwak/execution/v1/streaming_aggregation.proto\x12\x1fqwak.feature.store.execution.v1\"@\n%RowLevelStreamingAggregationIngestion\x12\x17\n\x0f\x66\x65\x61tureset_name\x18\x01 \x01(\t\"\xf8\x01\n\'CompactionStreamingAggregationIngestion\x12\x17\n\x0f\x66\x65\x61tureset_name\x18\x01 \x01(\t\x12T\n\x14scheduled_compaction\x18\x02 \x01(\x0b\x32\x34.qwak.feature.store.execution.v1.ScheduledCompactionH\x00\x12N\n\x11manual_compaction\x18\x03 \x01(\x0b\x32\x31.qwak.feature.store.execution.v1.ManualCompactionH\x00\x42\x0e\n\x0ctrigger_type\"\x15\n\x13ScheduledCompaction\"\x12\n\x10ManualCompaction\"@\n%StreamingAggregationBackfillIngestion\x12\x17\n\x0f\x66\x65\x61tureset_name\x18\x01 \x01(\tB)\n%com.qwak.ai.features.execution.api.v1P\x01\x62\x06proto3')
18
17
 
19
-
20
-
21
- _ROWLEVELSTREAMINGAGGREGATIONINGESTION = DESCRIPTOR.message_types_by_name['RowLevelStreamingAggregationIngestion']
22
- _COMPACTIONSTREAMINGAGGREGATIONINGESTION = DESCRIPTOR.message_types_by_name['CompactionStreamingAggregationIngestion']
23
- _SCHEDULEDCOMPACTION = DESCRIPTOR.message_types_by_name['ScheduledCompaction']
24
- _MANUALCOMPACTION = DESCRIPTOR.message_types_by_name['ManualCompaction']
25
- _STREAMINGAGGREGATIONBACKFILLINGESTION = DESCRIPTOR.message_types_by_name['StreamingAggregationBackfillIngestion']
26
- RowLevelStreamingAggregationIngestion = _reflection.GeneratedProtocolMessageType('RowLevelStreamingAggregationIngestion', (_message.Message,), {
27
- 'DESCRIPTOR' : _ROWLEVELSTREAMINGAGGREGATIONINGESTION,
28
- '__module__' : 'qwak.execution.v1.streaming_aggregation_pb2'
29
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.RowLevelStreamingAggregationIngestion)
30
- })
31
- _sym_db.RegisterMessage(RowLevelStreamingAggregationIngestion)
32
-
33
- CompactionStreamingAggregationIngestion = _reflection.GeneratedProtocolMessageType('CompactionStreamingAggregationIngestion', (_message.Message,), {
34
- 'DESCRIPTOR' : _COMPACTIONSTREAMINGAGGREGATIONINGESTION,
35
- '__module__' : 'qwak.execution.v1.streaming_aggregation_pb2'
36
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.CompactionStreamingAggregationIngestion)
37
- })
38
- _sym_db.RegisterMessage(CompactionStreamingAggregationIngestion)
39
-
40
- ScheduledCompaction = _reflection.GeneratedProtocolMessageType('ScheduledCompaction', (_message.Message,), {
41
- 'DESCRIPTOR' : _SCHEDULEDCOMPACTION,
42
- '__module__' : 'qwak.execution.v1.streaming_aggregation_pb2'
43
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.ScheduledCompaction)
44
- })
45
- _sym_db.RegisterMessage(ScheduledCompaction)
46
-
47
- ManualCompaction = _reflection.GeneratedProtocolMessageType('ManualCompaction', (_message.Message,), {
48
- 'DESCRIPTOR' : _MANUALCOMPACTION,
49
- '__module__' : 'qwak.execution.v1.streaming_aggregation_pb2'
50
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.ManualCompaction)
51
- })
52
- _sym_db.RegisterMessage(ManualCompaction)
53
-
54
- StreamingAggregationBackfillIngestion = _reflection.GeneratedProtocolMessageType('StreamingAggregationBackfillIngestion', (_message.Message,), {
55
- 'DESCRIPTOR' : _STREAMINGAGGREGATIONBACKFILLINGESTION,
56
- '__module__' : 'qwak.execution.v1.streaming_aggregation_pb2'
57
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.StreamingAggregationBackfillIngestion)
58
- })
59
- _sym_db.RegisterMessage(StreamingAggregationBackfillIngestion)
60
-
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.execution.v1.streaming_aggregation_pb2', _globals)
61
21
  if _descriptor._USE_C_DESCRIPTORS == False:
62
22
 
63
23
  DESCRIPTOR._options = None
64
24
  DESCRIPTOR._serialized_options = b'\n%com.qwak.ai.features.execution.api.v1P\001'
65
- _ROWLEVELSTREAMINGAGGREGATIONINGESTION._serialized_start=82
66
- _ROWLEVELSTREAMINGAGGREGATIONINGESTION._serialized_end=146
67
- _COMPACTIONSTREAMINGAGGREGATIONINGESTION._serialized_start=149
68
- _COMPACTIONSTREAMINGAGGREGATIONINGESTION._serialized_end=397
69
- _SCHEDULEDCOMPACTION._serialized_start=399
70
- _SCHEDULEDCOMPACTION._serialized_end=420
71
- _MANUALCOMPACTION._serialized_start=422
72
- _MANUALCOMPACTION._serialized_end=440
73
- _STREAMINGAGGREGATIONBACKFILLINGESTION._serialized_start=442
74
- _STREAMINGAGGREGATIONBACKFILLINGESTION._serialized_end=506
25
+ _globals['_ROWLEVELSTREAMINGAGGREGATIONINGESTION']._serialized_start=82
26
+ _globals['_ROWLEVELSTREAMINGAGGREGATIONINGESTION']._serialized_end=146
27
+ _globals['_COMPACTIONSTREAMINGAGGREGATIONINGESTION']._serialized_start=149
28
+ _globals['_COMPACTIONSTREAMINGAGGREGATIONINGESTION']._serialized_end=397
29
+ _globals['_SCHEDULEDCOMPACTION']._serialized_start=399
30
+ _globals['_SCHEDULEDCOMPACTION']._serialized_end=420
31
+ _globals['_MANUALCOMPACTION']._serialized_start=422
32
+ _globals['_MANUALCOMPACTION']._serialized_end=440
33
+ _globals['_STREAMINGAGGREGATIONBACKFILLINGESTION']._serialized_start=442
34
+ _globals['_STREAMINGAGGREGATIONBACKFILLINGESTION']._serialized_end=506
75
35
  # @@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/streaming.proto\x12\x1fqwak.feature.store.execution.v1\"3\n\x18OnlineStreamingIngestion\x12\x17\n\x0f\x66\x65\x61tureset_name\x18\x01 \x01(\t\"\xfe\x01\n\x19OfflineStreamingIngestion\x12\x17\n\x0f\x66\x65\x61tureset_name\x18\x01 \x01(\t\x12^\n\x11scheduled_trigger\x18\x02 \x01(\x0b\x32\x41.qwak.feature.store.execution.v1.ScheduledOfflineStreamingTriggerH\x00\x12X\n\x0emanual_trigger\x18\x03 \x01(\x0b\x32>.qwak.feature.store.execution.v1.ManualOfflineStreamingTriggerH\x00\x42\x0e\n\x0ctrigger_type\"\"\n ScheduledOfflineStreamingTrigger\"\x1f\n\x1dManualOfflineStreamingTriggerB)\n%com.qwak.ai.features.execution.api.v1P\x01\x62\x06proto3')
18
17
 
19
-
20
-
21
- _ONLINESTREAMINGINGESTION = DESCRIPTOR.message_types_by_name['OnlineStreamingIngestion']
22
- _OFFLINESTREAMINGINGESTION = DESCRIPTOR.message_types_by_name['OfflineStreamingIngestion']
23
- _SCHEDULEDOFFLINESTREAMINGTRIGGER = DESCRIPTOR.message_types_by_name['ScheduledOfflineStreamingTrigger']
24
- _MANUALOFFLINESTREAMINGTRIGGER = DESCRIPTOR.message_types_by_name['ManualOfflineStreamingTrigger']
25
- OnlineStreamingIngestion = _reflection.GeneratedProtocolMessageType('OnlineStreamingIngestion', (_message.Message,), {
26
- 'DESCRIPTOR' : _ONLINESTREAMINGINGESTION,
27
- '__module__' : 'qwak.execution.v1.streaming_pb2'
28
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.OnlineStreamingIngestion)
29
- })
30
- _sym_db.RegisterMessage(OnlineStreamingIngestion)
31
-
32
- OfflineStreamingIngestion = _reflection.GeneratedProtocolMessageType('OfflineStreamingIngestion', (_message.Message,), {
33
- 'DESCRIPTOR' : _OFFLINESTREAMINGINGESTION,
34
- '__module__' : 'qwak.execution.v1.streaming_pb2'
35
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.OfflineStreamingIngestion)
36
- })
37
- _sym_db.RegisterMessage(OfflineStreamingIngestion)
38
-
39
- ScheduledOfflineStreamingTrigger = _reflection.GeneratedProtocolMessageType('ScheduledOfflineStreamingTrigger', (_message.Message,), {
40
- 'DESCRIPTOR' : _SCHEDULEDOFFLINESTREAMINGTRIGGER,
41
- '__module__' : 'qwak.execution.v1.streaming_pb2'
42
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.ScheduledOfflineStreamingTrigger)
43
- })
44
- _sym_db.RegisterMessage(ScheduledOfflineStreamingTrigger)
45
-
46
- ManualOfflineStreamingTrigger = _reflection.GeneratedProtocolMessageType('ManualOfflineStreamingTrigger', (_message.Message,), {
47
- 'DESCRIPTOR' : _MANUALOFFLINESTREAMINGTRIGGER,
48
- '__module__' : 'qwak.execution.v1.streaming_pb2'
49
- # @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.ManualOfflineStreamingTrigger)
50
- })
51
- _sym_db.RegisterMessage(ManualOfflineStreamingTrigger)
52
-
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.execution.v1.streaming_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
- _ONLINESTREAMINGINGESTION._serialized_start=70
58
- _ONLINESTREAMINGINGESTION._serialized_end=121
59
- _OFFLINESTREAMINGINGESTION._serialized_start=124
60
- _OFFLINESTREAMINGINGESTION._serialized_end=378
61
- _SCHEDULEDOFFLINESTREAMINGTRIGGER._serialized_start=380
62
- _SCHEDULEDOFFLINESTREAMINGTRIGGER._serialized_end=414
63
- _MANUALOFFLINESTREAMINGTRIGGER._serialized_start=416
64
- _MANUALOFFLINESTREAMINGTRIGGER._serialized_end=447
25
+ _globals['_ONLINESTREAMINGINGESTION']._serialized_start=70
26
+ _globals['_ONLINESTREAMINGINGESTION']._serialized_end=121
27
+ _globals['_OFFLINESTREAMINGINGESTION']._serialized_start=124
28
+ _globals['_OFFLINESTREAMINGINGESTION']._serialized_end=378
29
+ _globals['_SCHEDULEDOFFLINESTREAMINGTRIGGER']._serialized_start=380
30
+ _globals['_SCHEDULEDOFFLINESTREAMINGTRIGGER']._serialized_end=414
31
+ _globals['_MANUALOFFLINESTREAMINGTRIGGER']._serialized_start=416
32
+ _globals['_MANUALOFFLINESTREAMINGTRIGGER']._serialized_end=447
65
33
  # @@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,63 +16,23 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n(qwak/feature_store/entities/entity.proto\x12\x1bqwak.feature.store.entities\x1a\x1fgoogle/protobuf/timestamp.proto\"\xd5\x01\n\x06\x45ntity\x12H\n\x11\x65ntity_definition\x18\x01 \x01(\x0b\x32-.qwak.feature.store.entities.EntityDefinition\x12=\n\x08metadata\x18\x02 \x01(\x0b\x32+.qwak.feature.store.entities.EntityMetadata\x12\x42\n\x0c\x66\x65\x61ture_sets\x18\x03 \x03(\x0b\x32,.qwak.feature.store.entities.FeatureSetBrief\"c\n\x10\x45ntityDefinition\x12\x11\n\tentity_id\x18\x01 \x01(\t\x12<\n\x0b\x65ntity_spec\x18\x02 \x01(\x0b\x32\'.qwak.feature.store.entities.EntitySpec\"\xa4\x01\n\x0e\x45ntityMetadata\x12.\n\ncreated_at\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x12\n\ncreated_by\x18\x02 \x01(\t\x12\x34\n\x10last_modified_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x18\n\x10last_modified_by\x18\x04 \x01(\t\"\xb3\x01\n\nEntitySpec\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04keys\x18\x02 \x03(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12\x45\n\nvalue_type\x18\x04 \x01(\x0e\x32\x31.qwak.feature.store.entities.EntitySpec.ValueType\"-\n\tValueType\x12\x0b\n\x07INVALID\x10\x00\x12\n\n\x06STRING\x10\x01\x12\x07\n\x03INT\x10\x02\"C\n\x0f\x46\x65\x61tureSetBrief\x12\x16\n\x0e\x66\x65\x61ture_set_id\x18\x01 \x01(\t\x12\x18\n\x10\x66\x65\x61ture_set_name\x18\x02 \x01(\tB[\n&com.qwak.ai.feature.store.entities.apiP\x01Z/qwak/featurestore/entities;featurestoreentitiesb\x06proto3')
19
18
 
20
-
21
-
22
- _ENTITY = DESCRIPTOR.message_types_by_name['Entity']
23
- _ENTITYDEFINITION = DESCRIPTOR.message_types_by_name['EntityDefinition']
24
- _ENTITYMETADATA = DESCRIPTOR.message_types_by_name['EntityMetadata']
25
- _ENTITYSPEC = DESCRIPTOR.message_types_by_name['EntitySpec']
26
- _FEATURESETBRIEF = DESCRIPTOR.message_types_by_name['FeatureSetBrief']
27
- _ENTITYSPEC_VALUETYPE = _ENTITYSPEC.enum_types_by_name['ValueType']
28
- Entity = _reflection.GeneratedProtocolMessageType('Entity', (_message.Message,), {
29
- 'DESCRIPTOR' : _ENTITY,
30
- '__module__' : 'qwak.feature_store.entities.entity_pb2'
31
- # @@protoc_insertion_point(class_scope:qwak.feature.store.entities.Entity)
32
- })
33
- _sym_db.RegisterMessage(Entity)
34
-
35
- EntityDefinition = _reflection.GeneratedProtocolMessageType('EntityDefinition', (_message.Message,), {
36
- 'DESCRIPTOR' : _ENTITYDEFINITION,
37
- '__module__' : 'qwak.feature_store.entities.entity_pb2'
38
- # @@protoc_insertion_point(class_scope:qwak.feature.store.entities.EntityDefinition)
39
- })
40
- _sym_db.RegisterMessage(EntityDefinition)
41
-
42
- EntityMetadata = _reflection.GeneratedProtocolMessageType('EntityMetadata', (_message.Message,), {
43
- 'DESCRIPTOR' : _ENTITYMETADATA,
44
- '__module__' : 'qwak.feature_store.entities.entity_pb2'
45
- # @@protoc_insertion_point(class_scope:qwak.feature.store.entities.EntityMetadata)
46
- })
47
- _sym_db.RegisterMessage(EntityMetadata)
48
-
49
- EntitySpec = _reflection.GeneratedProtocolMessageType('EntitySpec', (_message.Message,), {
50
- 'DESCRIPTOR' : _ENTITYSPEC,
51
- '__module__' : 'qwak.feature_store.entities.entity_pb2'
52
- # @@protoc_insertion_point(class_scope:qwak.feature.store.entities.EntitySpec)
53
- })
54
- _sym_db.RegisterMessage(EntitySpec)
55
-
56
- FeatureSetBrief = _reflection.GeneratedProtocolMessageType('FeatureSetBrief', (_message.Message,), {
57
- 'DESCRIPTOR' : _FEATURESETBRIEF,
58
- '__module__' : 'qwak.feature_store.entities.entity_pb2'
59
- # @@protoc_insertion_point(class_scope:qwak.feature.store.entities.FeatureSetBrief)
60
- })
61
- _sym_db.RegisterMessage(FeatureSetBrief)
62
-
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.entities.entity_pb2', _globals)
63
22
  if _descriptor._USE_C_DESCRIPTORS == False:
64
23
 
65
24
  DESCRIPTOR._options = None
66
25
  DESCRIPTOR._serialized_options = b'\n&com.qwak.ai.feature.store.entities.apiP\001Z/qwak/featurestore/entities;featurestoreentities'
67
- _ENTITY._serialized_start=107
68
- _ENTITY._serialized_end=320
69
- _ENTITYDEFINITION._serialized_start=322
70
- _ENTITYDEFINITION._serialized_end=421
71
- _ENTITYMETADATA._serialized_start=424
72
- _ENTITYMETADATA._serialized_end=588
73
- _ENTITYSPEC._serialized_start=591
74
- _ENTITYSPEC._serialized_end=770
75
- _ENTITYSPEC_VALUETYPE._serialized_start=725
76
- _ENTITYSPEC_VALUETYPE._serialized_end=770
77
- _FEATURESETBRIEF._serialized_start=772
78
- _FEATURESETBRIEF._serialized_end=839
26
+ _globals['_ENTITY']._serialized_start=107
27
+ _globals['_ENTITY']._serialized_end=320
28
+ _globals['_ENTITYDEFINITION']._serialized_start=322
29
+ _globals['_ENTITYDEFINITION']._serialized_end=421
30
+ _globals['_ENTITYMETADATA']._serialized_start=424
31
+ _globals['_ENTITYMETADATA']._serialized_end=588
32
+ _globals['_ENTITYSPEC']._serialized_start=591
33
+ _globals['_ENTITYSPEC']._serialized_end=770
34
+ _globals['_ENTITYSPEC_VALUETYPE']._serialized_start=725
35
+ _globals['_ENTITYSPEC_VALUETYPE']._serialized_end=770
36
+ _globals['_FEATURESETBRIEF']._serialized_start=772
37
+ _globals['_FEATURESETBRIEF']._serialized_end=839
79
38
  # @@protoc_insertion_point(module_scope)