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
@@ -2,12 +2,10 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # source: qwak/feature_store/features/feature_set_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()
@@ -18,186 +16,45 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
18
16
 
19
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3qwak/feature_store/features/feature_set_state.proto\x12\x1bqwak.feature.store.features\x1a\x1fgoogle/protobuf/timestamp.proto\"\x9e\x03\n\x0f\x46\x65\x61tureSetState\x12\x18\n\x10\x66\x65\x61ture_set_name\x18\x01 \x01(\t\x12\x16\n\x0e\x66\x65\x61ture_set_id\x18\x02 \x01(\t\x12R\n\x0fspark_app_state\x18\x03 \x01(\x0e\x32\x39.qwak.feature.store.features.FeatureSetLastExecutionState\x12\x44\n\x0f\x65xecutor_states\x18\x04 \x01(\x0b\x32+.qwak.feature.store.features.ExecutorStates\x12L\n\x14\x66\x65\x61ture_set_job_type\x18\x05 \x01(\x0b\x32..qwak.feature.store.features.FeatureSetJobType\x12\x15\n\rerror_message\x18\x06 \x01(\t\x12\x14\n\x0cspark_app_id\x18\x07 \x01(\t\x12\x34\n\x10last_modified_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0e\n\x06run_id\x18\t \x01(\x03\"\xac\x02\n\x11\x46\x65\x61tureSetJobType\x12;\n\tstreaming\x18\x01 \x01(\x0b\x32&.qwak.feature.store.features.StreamingH\x00\x12\x38\n\x08\x62\x61tch_v1\x18\x02 \x01(\x0b\x32$.qwak.feature.store.features.BatchV1H\x00\x12R\n\x15streaming_aggregation\x18\x03 \x01(\x0b\x32\x31.qwak.feature.store.features.StreamingAggregationH\x00\x12@\n\x0c\x64\x65letion_job\x18\x04 \x01(\x0b\x32(.qwak.feature.store.features.DeletionJobH\x00\x42\n\n\x08job_type\"\x87\x01\n\tStreaming\x12\x35\n\x06online\x18\x01 \x01(\x0b\x32#.qwak.feature.store.features.OnlineH\x00\x12\x37\n\x07offline\x18\x02 \x01(\x0b\x32$.qwak.feature.store.features.OfflineH\x00\x42\n\n\x08sub_type\"\x08\n\x06Online\"\t\n\x07Offline\"\t\n\x07\x42\x61tchV1\"\xdf\x01\n\x14StreamingAggregation\x12:\n\trow_level\x18\x01 \x01(\x0b\x32%.qwak.feature.store.features.RowLevelH\x00\x12@\n\x08\x62\x61\x63kfill\x18\x02 \x01(\x0b\x32,.qwak.feature.store.features.BackfillSubTypeH\x00\x12=\n\ncompaction\x18\x03 \x01(\x0b\x32\'.qwak.feature.store.features.CompactionH\x00\x42\n\n\x08sub_type\"\n\n\x08RowLevel\"\x0c\n\nCompaction\"\x11\n\x0f\x42\x61\x63kfillSubType\"\xbe\x02\n\x0b\x44\x65letionJob\x12S\n\x11\x62\x61tch_v1_deletion\x18\x01 \x01(\x0b\x32\x36.qwak.feature.store.features.BatchV1DeletionJobSubTypeH\x00\x12[\n\x15streaming_v1_deletion\x18\x02 \x01(\x0b\x32:.qwak.feature.store.features.StreamingV1DeletionJobSubTypeH\x00\x12m\n\x1estreaming_aggregation_deletion\x18\x03 \x01(\x0b\x32\x43.qwak.feature.store.features.StreamingAggregationDeletionJobSubTypeH\x00\x42\x0e\n\x0cjob_sub_type\"\x1b\n\x19\x42\x61tchV1DeletionJobSubType\"\x1f\n\x1dStreamingV1DeletionJobSubType\"(\n&StreamingAggregationDeletionJobSubType\"U\n\x0e\x45xecutorStates\x12\x43\n\x0f\x65xecutor_states\x18\x01 \x03(\x0b\x32*.qwak.feature.store.features.ExecutorState\"p\n\rExecutorState\x12\x15\n\rexecutor_name\x18\x01 \x01(\t\x12H\n\x05state\x18\x02 \x01(\x0e\x32\x39.qwak.feature.store.features.FeatureSetLastExecutionState*\xd5\x01\n\x1c\x46\x65\x61tureSetLastExecutionState\x12\x0b\n\x07UNKNOWN\x10\x00\x12\n\n\x06\x46\x41ILED\x10\x01\x12\x0b\n\x07SUCCESS\x10\x02\x12\x10\n\x0cINVALIDATING\x10\x03\x12\r\n\tSUBMITTED\x10\x04\x12\x0b\n\x07RUNNING\x10\x05\x12\r\n\tCOMPLETED\x10\x06\x12\x15\n\x11SUBMISSION_FAILED\x10\x07\x12\x11\n\rPENDING_RERUN\x10\x08\x12\x0e\n\nSUCCEEDING\x10\t\x12\x0b\n\x07\x46\x41ILING\x10\n\x12\x0b\n\x07PENDING\x10\x0b\x42[\n&com.qwak.ai.feature.store.features.apiP\x01Z/qwak/featurestore/features;featurestorefeaturesb\x06proto3')
20
18
 
21
- _FEATURESETLASTEXECUTIONSTATE = DESCRIPTOR.enum_types_by_name['FeatureSetLastExecutionState']
22
- FeatureSetLastExecutionState = enum_type_wrapper.EnumTypeWrapper(_FEATURESETLASTEXECUTIONSTATE)
23
- UNKNOWN = 0
24
- FAILED = 1
25
- SUCCESS = 2
26
- INVALIDATING = 3
27
- SUBMITTED = 4
28
- RUNNING = 5
29
- COMPLETED = 6
30
- SUBMISSION_FAILED = 7
31
- PENDING_RERUN = 8
32
- SUCCEEDING = 9
33
- FAILING = 10
34
- PENDING = 11
35
-
36
-
37
- _FEATURESETSTATE = DESCRIPTOR.message_types_by_name['FeatureSetState']
38
- _FEATURESETJOBTYPE = DESCRIPTOR.message_types_by_name['FeatureSetJobType']
39
- _STREAMING = DESCRIPTOR.message_types_by_name['Streaming']
40
- _ONLINE = DESCRIPTOR.message_types_by_name['Online']
41
- _OFFLINE = DESCRIPTOR.message_types_by_name['Offline']
42
- _BATCHV1 = DESCRIPTOR.message_types_by_name['BatchV1']
43
- _STREAMINGAGGREGATION = DESCRIPTOR.message_types_by_name['StreamingAggregation']
44
- _ROWLEVEL = DESCRIPTOR.message_types_by_name['RowLevel']
45
- _COMPACTION = DESCRIPTOR.message_types_by_name['Compaction']
46
- _BACKFILLSUBTYPE = DESCRIPTOR.message_types_by_name['BackfillSubType']
47
- _DELETIONJOB = DESCRIPTOR.message_types_by_name['DeletionJob']
48
- _BATCHV1DELETIONJOBSUBTYPE = DESCRIPTOR.message_types_by_name['BatchV1DeletionJobSubType']
49
- _STREAMINGV1DELETIONJOBSUBTYPE = DESCRIPTOR.message_types_by_name['StreamingV1DeletionJobSubType']
50
- _STREAMINGAGGREGATIONDELETIONJOBSUBTYPE = DESCRIPTOR.message_types_by_name['StreamingAggregationDeletionJobSubType']
51
- _EXECUTORSTATES = DESCRIPTOR.message_types_by_name['ExecutorStates']
52
- _EXECUTORSTATE = DESCRIPTOR.message_types_by_name['ExecutorState']
53
- FeatureSetState = _reflection.GeneratedProtocolMessageType('FeatureSetState', (_message.Message,), {
54
- 'DESCRIPTOR' : _FEATURESETSTATE,
55
- '__module__' : 'qwak.feature_store.features.feature_set_state_pb2'
56
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.FeatureSetState)
57
- })
58
- _sym_db.RegisterMessage(FeatureSetState)
59
-
60
- FeatureSetJobType = _reflection.GeneratedProtocolMessageType('FeatureSetJobType', (_message.Message,), {
61
- 'DESCRIPTOR' : _FEATURESETJOBTYPE,
62
- '__module__' : 'qwak.feature_store.features.feature_set_state_pb2'
63
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.FeatureSetJobType)
64
- })
65
- _sym_db.RegisterMessage(FeatureSetJobType)
66
-
67
- Streaming = _reflection.GeneratedProtocolMessageType('Streaming', (_message.Message,), {
68
- 'DESCRIPTOR' : _STREAMING,
69
- '__module__' : 'qwak.feature_store.features.feature_set_state_pb2'
70
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.Streaming)
71
- })
72
- _sym_db.RegisterMessage(Streaming)
73
-
74
- Online = _reflection.GeneratedProtocolMessageType('Online', (_message.Message,), {
75
- 'DESCRIPTOR' : _ONLINE,
76
- '__module__' : 'qwak.feature_store.features.feature_set_state_pb2'
77
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.Online)
78
- })
79
- _sym_db.RegisterMessage(Online)
80
-
81
- Offline = _reflection.GeneratedProtocolMessageType('Offline', (_message.Message,), {
82
- 'DESCRIPTOR' : _OFFLINE,
83
- '__module__' : 'qwak.feature_store.features.feature_set_state_pb2'
84
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.Offline)
85
- })
86
- _sym_db.RegisterMessage(Offline)
87
-
88
- BatchV1 = _reflection.GeneratedProtocolMessageType('BatchV1', (_message.Message,), {
89
- 'DESCRIPTOR' : _BATCHV1,
90
- '__module__' : 'qwak.feature_store.features.feature_set_state_pb2'
91
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.BatchV1)
92
- })
93
- _sym_db.RegisterMessage(BatchV1)
94
-
95
- StreamingAggregation = _reflection.GeneratedProtocolMessageType('StreamingAggregation', (_message.Message,), {
96
- 'DESCRIPTOR' : _STREAMINGAGGREGATION,
97
- '__module__' : 'qwak.feature_store.features.feature_set_state_pb2'
98
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.StreamingAggregation)
99
- })
100
- _sym_db.RegisterMessage(StreamingAggregation)
101
-
102
- RowLevel = _reflection.GeneratedProtocolMessageType('RowLevel', (_message.Message,), {
103
- 'DESCRIPTOR' : _ROWLEVEL,
104
- '__module__' : 'qwak.feature_store.features.feature_set_state_pb2'
105
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.RowLevel)
106
- })
107
- _sym_db.RegisterMessage(RowLevel)
108
-
109
- Compaction = _reflection.GeneratedProtocolMessageType('Compaction', (_message.Message,), {
110
- 'DESCRIPTOR' : _COMPACTION,
111
- '__module__' : 'qwak.feature_store.features.feature_set_state_pb2'
112
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.Compaction)
113
- })
114
- _sym_db.RegisterMessage(Compaction)
115
-
116
- BackfillSubType = _reflection.GeneratedProtocolMessageType('BackfillSubType', (_message.Message,), {
117
- 'DESCRIPTOR' : _BACKFILLSUBTYPE,
118
- '__module__' : 'qwak.feature_store.features.feature_set_state_pb2'
119
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.BackfillSubType)
120
- })
121
- _sym_db.RegisterMessage(BackfillSubType)
122
-
123
- DeletionJob = _reflection.GeneratedProtocolMessageType('DeletionJob', (_message.Message,), {
124
- 'DESCRIPTOR' : _DELETIONJOB,
125
- '__module__' : 'qwak.feature_store.features.feature_set_state_pb2'
126
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.DeletionJob)
127
- })
128
- _sym_db.RegisterMessage(DeletionJob)
129
-
130
- BatchV1DeletionJobSubType = _reflection.GeneratedProtocolMessageType('BatchV1DeletionJobSubType', (_message.Message,), {
131
- 'DESCRIPTOR' : _BATCHV1DELETIONJOBSUBTYPE,
132
- '__module__' : 'qwak.feature_store.features.feature_set_state_pb2'
133
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.BatchV1DeletionJobSubType)
134
- })
135
- _sym_db.RegisterMessage(BatchV1DeletionJobSubType)
136
-
137
- StreamingV1DeletionJobSubType = _reflection.GeneratedProtocolMessageType('StreamingV1DeletionJobSubType', (_message.Message,), {
138
- 'DESCRIPTOR' : _STREAMINGV1DELETIONJOBSUBTYPE,
139
- '__module__' : 'qwak.feature_store.features.feature_set_state_pb2'
140
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.StreamingV1DeletionJobSubType)
141
- })
142
- _sym_db.RegisterMessage(StreamingV1DeletionJobSubType)
143
-
144
- StreamingAggregationDeletionJobSubType = _reflection.GeneratedProtocolMessageType('StreamingAggregationDeletionJobSubType', (_message.Message,), {
145
- 'DESCRIPTOR' : _STREAMINGAGGREGATIONDELETIONJOBSUBTYPE,
146
- '__module__' : 'qwak.feature_store.features.feature_set_state_pb2'
147
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.StreamingAggregationDeletionJobSubType)
148
- })
149
- _sym_db.RegisterMessage(StreamingAggregationDeletionJobSubType)
150
-
151
- ExecutorStates = _reflection.GeneratedProtocolMessageType('ExecutorStates', (_message.Message,), {
152
- 'DESCRIPTOR' : _EXECUTORSTATES,
153
- '__module__' : 'qwak.feature_store.features.feature_set_state_pb2'
154
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.ExecutorStates)
155
- })
156
- _sym_db.RegisterMessage(ExecutorStates)
157
-
158
- ExecutorState = _reflection.GeneratedProtocolMessageType('ExecutorState', (_message.Message,), {
159
- 'DESCRIPTOR' : _EXECUTORSTATE,
160
- '__module__' : 'qwak.feature_store.features.feature_set_state_pb2'
161
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.ExecutorState)
162
- })
163
- _sym_db.RegisterMessage(ExecutorState)
164
-
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.features.feature_set_state_pb2', _globals)
165
22
  if _descriptor._USE_C_DESCRIPTORS == False:
166
23
 
167
24
  DESCRIPTOR._options = None
168
25
  DESCRIPTOR._serialized_options = b'\n&com.qwak.ai.feature.store.features.apiP\001Z/qwak/featurestore/features;featurestorefeatures'
169
- _FEATURESETLASTEXECUTIONSTATE._serialized_start=1905
170
- _FEATURESETLASTEXECUTIONSTATE._serialized_end=2118
171
- _FEATURESETSTATE._serialized_start=118
172
- _FEATURESETSTATE._serialized_end=532
173
- _FEATURESETJOBTYPE._serialized_start=535
174
- _FEATURESETJOBTYPE._serialized_end=835
175
- _STREAMING._serialized_start=838
176
- _STREAMING._serialized_end=973
177
- _ONLINE._serialized_start=975
178
- _ONLINE._serialized_end=983
179
- _OFFLINE._serialized_start=985
180
- _OFFLINE._serialized_end=994
181
- _BATCHV1._serialized_start=996
182
- _BATCHV1._serialized_end=1005
183
- _STREAMINGAGGREGATION._serialized_start=1008
184
- _STREAMINGAGGREGATION._serialized_end=1231
185
- _ROWLEVEL._serialized_start=1233
186
- _ROWLEVEL._serialized_end=1243
187
- _COMPACTION._serialized_start=1245
188
- _COMPACTION._serialized_end=1257
189
- _BACKFILLSUBTYPE._serialized_start=1259
190
- _BACKFILLSUBTYPE._serialized_end=1276
191
- _DELETIONJOB._serialized_start=1279
192
- _DELETIONJOB._serialized_end=1597
193
- _BATCHV1DELETIONJOBSUBTYPE._serialized_start=1599
194
- _BATCHV1DELETIONJOBSUBTYPE._serialized_end=1626
195
- _STREAMINGV1DELETIONJOBSUBTYPE._serialized_start=1628
196
- _STREAMINGV1DELETIONJOBSUBTYPE._serialized_end=1659
197
- _STREAMINGAGGREGATIONDELETIONJOBSUBTYPE._serialized_start=1661
198
- _STREAMINGAGGREGATIONDELETIONJOBSUBTYPE._serialized_end=1701
199
- _EXECUTORSTATES._serialized_start=1703
200
- _EXECUTORSTATES._serialized_end=1788
201
- _EXECUTORSTATE._serialized_start=1790
202
- _EXECUTORSTATE._serialized_end=1902
26
+ _globals['_FEATURESETLASTEXECUTIONSTATE']._serialized_start=1905
27
+ _globals['_FEATURESETLASTEXECUTIONSTATE']._serialized_end=2118
28
+ _globals['_FEATURESETSTATE']._serialized_start=118
29
+ _globals['_FEATURESETSTATE']._serialized_end=532
30
+ _globals['_FEATURESETJOBTYPE']._serialized_start=535
31
+ _globals['_FEATURESETJOBTYPE']._serialized_end=835
32
+ _globals['_STREAMING']._serialized_start=838
33
+ _globals['_STREAMING']._serialized_end=973
34
+ _globals['_ONLINE']._serialized_start=975
35
+ _globals['_ONLINE']._serialized_end=983
36
+ _globals['_OFFLINE']._serialized_start=985
37
+ _globals['_OFFLINE']._serialized_end=994
38
+ _globals['_BATCHV1']._serialized_start=996
39
+ _globals['_BATCHV1']._serialized_end=1005
40
+ _globals['_STREAMINGAGGREGATION']._serialized_start=1008
41
+ _globals['_STREAMINGAGGREGATION']._serialized_end=1231
42
+ _globals['_ROWLEVEL']._serialized_start=1233
43
+ _globals['_ROWLEVEL']._serialized_end=1243
44
+ _globals['_COMPACTION']._serialized_start=1245
45
+ _globals['_COMPACTION']._serialized_end=1257
46
+ _globals['_BACKFILLSUBTYPE']._serialized_start=1259
47
+ _globals['_BACKFILLSUBTYPE']._serialized_end=1276
48
+ _globals['_DELETIONJOB']._serialized_start=1279
49
+ _globals['_DELETIONJOB']._serialized_end=1597
50
+ _globals['_BATCHV1DELETIONJOBSUBTYPE']._serialized_start=1599
51
+ _globals['_BATCHV1DELETIONJOBSUBTYPE']._serialized_end=1626
52
+ _globals['_STREAMINGV1DELETIONJOBSUBTYPE']._serialized_start=1628
53
+ _globals['_STREAMINGV1DELETIONJOBSUBTYPE']._serialized_end=1659
54
+ _globals['_STREAMINGAGGREGATIONDELETIONJOBSUBTYPE']._serialized_start=1661
55
+ _globals['_STREAMINGAGGREGATIONDELETIONJOBSUBTYPE']._serialized_end=1701
56
+ _globals['_EXECUTORSTATES']._serialized_start=1703
57
+ _globals['_EXECUTORSTATES']._serialized_end=1788
58
+ _globals['_EXECUTORSTATE']._serialized_start=1790
59
+ _globals['_EXECUTORSTATE']._serialized_end=1902
203
60
  # @@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,113 +16,33 @@ from _qwak_proto.qwak.feature_store.features import feature_set_state_pb2 as qwa
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n;qwak/feature_store/features/feature_set_state_service.proto\x12\x1bqwak.feature.store.features\x1a\x33qwak/feature_store/features/feature_set_state.proto\"a\n\x1fGetFeatureSetStateByIdV1Request\x12\x16\n\x0e\x66\x65\x61ture_set_id\x18\x01 \x01(\t\x12\x0e\n\x06run_id\x18\x02 \x01(\x03\x12\x16\n\x0e\x65nvironment_id\x18\x03 \x01(\t\"k\n GetFeatureSetStateByIdV1Response\x12G\n\x11\x66\x65\x61ture_set_state\x18\x01 \x01(\x0b\x32,.qwak.feature.store.features.FeatureSetState\"e\n!GetFeatureSetStateByNameV1Request\x12\x18\n\x10\x66\x65\x61ture_set_name\x18\x01 \x01(\t\x12\x0e\n\x06run_id\x18\x02 \x01(\x03\x12\x16\n\x0e\x65nvironment_id\x18\x03 \x01(\t\"m\n\"GetFeatureSetStateByNameV1Response\x12G\n\x11\x66\x65\x61ture_set_state\x18\x01 \x01(\x0b\x32,.qwak.feature.store.features.FeatureSetState\"\"\n GetFeatureSetStatesListV1Request\"l\n!GetFeatureSetStatesListV1Response\x12G\n\x11\x66\x65\x61ture_set_state\x18\x01 \x03(\x0b\x32,.qwak.feature.store.features.FeatureSetState\"\x81\x01\n\x1eUpdateFeatureSetStateV1Request\x12G\n\x11\x66\x65\x61ture_set_state\x18\x01 \x03(\x0b\x32,.qwak.feature.store.features.FeatureSetState\x12\x16\n\x0e\x65nvironment_id\x18\x02 \x01(\t\"!\n\x1fUpdateFeatureSetStateV1Response\"!\n\x1f\x44\x65leteFeatureSetStateV1Response\"8\n\x1e\x44\x65leteFeatureSetStateV1Request\x12\x16\n\x0e\x66\x65\x61ture_set_id\x18\x01 \x01(\t2\x93\x06\n\x16\x46\x65\x61tureSetStateService\x12\x95\x01\n\x16GetFeatureSetStateById\x12<.qwak.feature.store.features.GetFeatureSetStateByIdV1Request\x1a=.qwak.feature.store.features.GetFeatureSetStateByIdV1Response\x12\x9b\x01\n\x18GetFeatureSetStateByName\x12>.qwak.feature.store.features.GetFeatureSetStateByNameV1Request\x1a?.qwak.feature.store.features.GetFeatureSetStateByNameV1Response\x12\x98\x01\n\x17GetFeatureSetStatesList\x12=.qwak.feature.store.features.GetFeatureSetStatesListV1Request\x1a>.qwak.feature.store.features.GetFeatureSetStatesListV1Response\x12\x92\x01\n\x15UpdateFeatureSetState\x12;.qwak.feature.store.features.UpdateFeatureSetStateV1Request\x1a<.qwak.feature.store.features.UpdateFeatureSetStateV1Response\x12\x92\x01\n\x15\x44\x65leteFeatureSetState\x12;.qwak.feature.store.features.DeleteFeatureSetStateV1Request\x1a<.qwak.feature.store.features.DeleteFeatureSetStateV1ResponseB]\n(com.qwak.ai.feature.store.management.apiP\x01Z/qwak/featurestore/features;featurestorefeaturesb\x06proto3')
19
18
 
20
-
21
-
22
- _GETFEATURESETSTATEBYIDV1REQUEST = DESCRIPTOR.message_types_by_name['GetFeatureSetStateByIdV1Request']
23
- _GETFEATURESETSTATEBYIDV1RESPONSE = DESCRIPTOR.message_types_by_name['GetFeatureSetStateByIdV1Response']
24
- _GETFEATURESETSTATEBYNAMEV1REQUEST = DESCRIPTOR.message_types_by_name['GetFeatureSetStateByNameV1Request']
25
- _GETFEATURESETSTATEBYNAMEV1RESPONSE = DESCRIPTOR.message_types_by_name['GetFeatureSetStateByNameV1Response']
26
- _GETFEATURESETSTATESLISTV1REQUEST = DESCRIPTOR.message_types_by_name['GetFeatureSetStatesListV1Request']
27
- _GETFEATURESETSTATESLISTV1RESPONSE = DESCRIPTOR.message_types_by_name['GetFeatureSetStatesListV1Response']
28
- _UPDATEFEATURESETSTATEV1REQUEST = DESCRIPTOR.message_types_by_name['UpdateFeatureSetStateV1Request']
29
- _UPDATEFEATURESETSTATEV1RESPONSE = DESCRIPTOR.message_types_by_name['UpdateFeatureSetStateV1Response']
30
- _DELETEFEATURESETSTATEV1RESPONSE = DESCRIPTOR.message_types_by_name['DeleteFeatureSetStateV1Response']
31
- _DELETEFEATURESETSTATEV1REQUEST = DESCRIPTOR.message_types_by_name['DeleteFeatureSetStateV1Request']
32
- GetFeatureSetStateByIdV1Request = _reflection.GeneratedProtocolMessageType('GetFeatureSetStateByIdV1Request', (_message.Message,), {
33
- 'DESCRIPTOR' : _GETFEATURESETSTATEBYIDV1REQUEST,
34
- '__module__' : 'qwak.feature_store.features.feature_set_state_service_pb2'
35
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.GetFeatureSetStateByIdV1Request)
36
- })
37
- _sym_db.RegisterMessage(GetFeatureSetStateByIdV1Request)
38
-
39
- GetFeatureSetStateByIdV1Response = _reflection.GeneratedProtocolMessageType('GetFeatureSetStateByIdV1Response', (_message.Message,), {
40
- 'DESCRIPTOR' : _GETFEATURESETSTATEBYIDV1RESPONSE,
41
- '__module__' : 'qwak.feature_store.features.feature_set_state_service_pb2'
42
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.GetFeatureSetStateByIdV1Response)
43
- })
44
- _sym_db.RegisterMessage(GetFeatureSetStateByIdV1Response)
45
-
46
- GetFeatureSetStateByNameV1Request = _reflection.GeneratedProtocolMessageType('GetFeatureSetStateByNameV1Request', (_message.Message,), {
47
- 'DESCRIPTOR' : _GETFEATURESETSTATEBYNAMEV1REQUEST,
48
- '__module__' : 'qwak.feature_store.features.feature_set_state_service_pb2'
49
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.GetFeatureSetStateByNameV1Request)
50
- })
51
- _sym_db.RegisterMessage(GetFeatureSetStateByNameV1Request)
52
-
53
- GetFeatureSetStateByNameV1Response = _reflection.GeneratedProtocolMessageType('GetFeatureSetStateByNameV1Response', (_message.Message,), {
54
- 'DESCRIPTOR' : _GETFEATURESETSTATEBYNAMEV1RESPONSE,
55
- '__module__' : 'qwak.feature_store.features.feature_set_state_service_pb2'
56
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.GetFeatureSetStateByNameV1Response)
57
- })
58
- _sym_db.RegisterMessage(GetFeatureSetStateByNameV1Response)
59
-
60
- GetFeatureSetStatesListV1Request = _reflection.GeneratedProtocolMessageType('GetFeatureSetStatesListV1Request', (_message.Message,), {
61
- 'DESCRIPTOR' : _GETFEATURESETSTATESLISTV1REQUEST,
62
- '__module__' : 'qwak.feature_store.features.feature_set_state_service_pb2'
63
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.GetFeatureSetStatesListV1Request)
64
- })
65
- _sym_db.RegisterMessage(GetFeatureSetStatesListV1Request)
66
-
67
- GetFeatureSetStatesListV1Response = _reflection.GeneratedProtocolMessageType('GetFeatureSetStatesListV1Response', (_message.Message,), {
68
- 'DESCRIPTOR' : _GETFEATURESETSTATESLISTV1RESPONSE,
69
- '__module__' : 'qwak.feature_store.features.feature_set_state_service_pb2'
70
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.GetFeatureSetStatesListV1Response)
71
- })
72
- _sym_db.RegisterMessage(GetFeatureSetStatesListV1Response)
73
-
74
- UpdateFeatureSetStateV1Request = _reflection.GeneratedProtocolMessageType('UpdateFeatureSetStateV1Request', (_message.Message,), {
75
- 'DESCRIPTOR' : _UPDATEFEATURESETSTATEV1REQUEST,
76
- '__module__' : 'qwak.feature_store.features.feature_set_state_service_pb2'
77
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.UpdateFeatureSetStateV1Request)
78
- })
79
- _sym_db.RegisterMessage(UpdateFeatureSetStateV1Request)
80
-
81
- UpdateFeatureSetStateV1Response = _reflection.GeneratedProtocolMessageType('UpdateFeatureSetStateV1Response', (_message.Message,), {
82
- 'DESCRIPTOR' : _UPDATEFEATURESETSTATEV1RESPONSE,
83
- '__module__' : 'qwak.feature_store.features.feature_set_state_service_pb2'
84
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.UpdateFeatureSetStateV1Response)
85
- })
86
- _sym_db.RegisterMessage(UpdateFeatureSetStateV1Response)
87
-
88
- DeleteFeatureSetStateV1Response = _reflection.GeneratedProtocolMessageType('DeleteFeatureSetStateV1Response', (_message.Message,), {
89
- 'DESCRIPTOR' : _DELETEFEATURESETSTATEV1RESPONSE,
90
- '__module__' : 'qwak.feature_store.features.feature_set_state_service_pb2'
91
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.DeleteFeatureSetStateV1Response)
92
- })
93
- _sym_db.RegisterMessage(DeleteFeatureSetStateV1Response)
94
-
95
- DeleteFeatureSetStateV1Request = _reflection.GeneratedProtocolMessageType('DeleteFeatureSetStateV1Request', (_message.Message,), {
96
- 'DESCRIPTOR' : _DELETEFEATURESETSTATEV1REQUEST,
97
- '__module__' : 'qwak.feature_store.features.feature_set_state_service_pb2'
98
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.DeleteFeatureSetStateV1Request)
99
- })
100
- _sym_db.RegisterMessage(DeleteFeatureSetStateV1Request)
101
-
102
- _FEATURESETSTATESERVICE = DESCRIPTOR.services_by_name['FeatureSetStateService']
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.features.feature_set_state_service_pb2', _globals)
103
22
  if _descriptor._USE_C_DESCRIPTORS == False:
104
23
 
105
24
  DESCRIPTOR._options = None
106
25
  DESCRIPTOR._serialized_options = b'\n(com.qwak.ai.feature.store.management.apiP\001Z/qwak/featurestore/features;featurestorefeatures'
107
- _GETFEATURESETSTATEBYIDV1REQUEST._serialized_start=145
108
- _GETFEATURESETSTATEBYIDV1REQUEST._serialized_end=242
109
- _GETFEATURESETSTATEBYIDV1RESPONSE._serialized_start=244
110
- _GETFEATURESETSTATEBYIDV1RESPONSE._serialized_end=351
111
- _GETFEATURESETSTATEBYNAMEV1REQUEST._serialized_start=353
112
- _GETFEATURESETSTATEBYNAMEV1REQUEST._serialized_end=454
113
- _GETFEATURESETSTATEBYNAMEV1RESPONSE._serialized_start=456
114
- _GETFEATURESETSTATEBYNAMEV1RESPONSE._serialized_end=565
115
- _GETFEATURESETSTATESLISTV1REQUEST._serialized_start=567
116
- _GETFEATURESETSTATESLISTV1REQUEST._serialized_end=601
117
- _GETFEATURESETSTATESLISTV1RESPONSE._serialized_start=603
118
- _GETFEATURESETSTATESLISTV1RESPONSE._serialized_end=711
119
- _UPDATEFEATURESETSTATEV1REQUEST._serialized_start=714
120
- _UPDATEFEATURESETSTATEV1REQUEST._serialized_end=843
121
- _UPDATEFEATURESETSTATEV1RESPONSE._serialized_start=845
122
- _UPDATEFEATURESETSTATEV1RESPONSE._serialized_end=878
123
- _DELETEFEATURESETSTATEV1RESPONSE._serialized_start=880
124
- _DELETEFEATURESETSTATEV1RESPONSE._serialized_end=913
125
- _DELETEFEATURESETSTATEV1REQUEST._serialized_start=915
126
- _DELETEFEATURESETSTATEV1REQUEST._serialized_end=971
127
- _FEATURESETSTATESERVICE._serialized_start=974
128
- _FEATURESETSTATESERVICE._serialized_end=1761
26
+ _globals['_GETFEATURESETSTATEBYIDV1REQUEST']._serialized_start=145
27
+ _globals['_GETFEATURESETSTATEBYIDV1REQUEST']._serialized_end=242
28
+ _globals['_GETFEATURESETSTATEBYIDV1RESPONSE']._serialized_start=244
29
+ _globals['_GETFEATURESETSTATEBYIDV1RESPONSE']._serialized_end=351
30
+ _globals['_GETFEATURESETSTATEBYNAMEV1REQUEST']._serialized_start=353
31
+ _globals['_GETFEATURESETSTATEBYNAMEV1REQUEST']._serialized_end=454
32
+ _globals['_GETFEATURESETSTATEBYNAMEV1RESPONSE']._serialized_start=456
33
+ _globals['_GETFEATURESETSTATEBYNAMEV1RESPONSE']._serialized_end=565
34
+ _globals['_GETFEATURESETSTATESLISTV1REQUEST']._serialized_start=567
35
+ _globals['_GETFEATURESETSTATESLISTV1REQUEST']._serialized_end=601
36
+ _globals['_GETFEATURESETSTATESLISTV1RESPONSE']._serialized_start=603
37
+ _globals['_GETFEATURESETSTATESLISTV1RESPONSE']._serialized_end=711
38
+ _globals['_UPDATEFEATURESETSTATEV1REQUEST']._serialized_start=714
39
+ _globals['_UPDATEFEATURESETSTATEV1REQUEST']._serialized_end=843
40
+ _globals['_UPDATEFEATURESETSTATEV1RESPONSE']._serialized_start=845
41
+ _globals['_UPDATEFEATURESETSTATEV1RESPONSE']._serialized_end=878
42
+ _globals['_DELETEFEATURESETSTATEV1RESPONSE']._serialized_start=880
43
+ _globals['_DELETEFEATURESETSTATEV1RESPONSE']._serialized_end=913
44
+ _globals['_DELETEFEATURESETSTATEV1REQUEST']._serialized_start=915
45
+ _globals['_DELETEFEATURESETSTATEV1REQUEST']._serialized_end=971
46
+ _globals['_FEATURESETSTATESERVICE']._serialized_start=974
47
+ _globals['_FEATURESETSTATESERVICE']._serialized_end=1761
129
48
  # @@protoc_insertion_point(module_scope)