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()
@@ -19,355 +18,9 @@ from _qwak_proto.qwak.feature_store.features import feature_set_types_pb2 as qwa
19
18
 
20
19
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n5qwak/feature_store/features/feature_set_service.proto\x12\x1bqwak.feature.store.features\x1a\x33qwak/feature_store/features/feature_set_state.proto\x1a-qwak/feature_store/features/feature_set.proto\x1a\x33qwak/feature_store/features/feature_set_types.proto\"b\n\x19RegisterFeatureSetRequest\x12\x45\n\x10\x66\x65\x61ture_set_spec\x18\x01 \x01(\x0b\x32+.qwak.feature.store.features.FeatureSetSpec\"Z\n\x1aRegisterFeatureSetResponse\x12<\n\x0b\x66\x65\x61ture_set\x18\x01 \x01(\x0b\x32\'.qwak.feature.store.features.FeatureSet\"x\n\x17UpdateFeatureSetRequest\x12\x16\n\x0e\x66\x65\x61ture_set_id\x18\x01 \x01(\t\x12\x45\n\x10\x66\x65\x61ture_set_spec\x18\x02 \x01(\x0b\x32+.qwak.feature.store.features.FeatureSetSpec\"X\n\x18UpdateFeatureSetResponse\x12<\n\x0b\x66\x65\x61ture_set\x18\x01 \x01(\x0b\x32\'.qwak.feature.store.features.FeatureSet\"2\n\x18GetFeatureSetByIdRequest\x12\x16\n\x0e\x66\x65\x61ture_set_id\x18\x01 \x01(\t\"Y\n\x19GetFeatureSetByIdResponse\x12<\n\x0b\x66\x65\x61ture_set\x18\x01 \x01(\x0b\x32\'.qwak.feature.store.features.FeatureSet\"6\n\x1aGetFeatureSetByNameRequest\x12\x18\n\x10\x66\x65\x61ture_set_name\x18\x01 \x01(\t\"[\n\x1bGetFeatureSetByNameResponse\x12<\n\x0b\x66\x65\x61ture_set\x18\x01 \x01(\x0b\x32\'.qwak.feature.store.features.FeatureSet\">\n#ListFeaturesetVersionsByNameRequest\x12\x17\n\x0f\x66\x65\x61tureset_name\x18\x01 \x01(\t\"h\n$ListFeaturesetVersionsByNameResponse\x12@\n\x0b\x66\x65\x61turesets\x18\x01 \x03(\x0b\x32+.qwak.feature.store.features.FeaturesetInfo\"#\n!GetEnvToFeatureSetsMappingRequest\"\x91\x02\n\"GetEnvToFeatureSetsMappingResponse\x12\x7f\n\x1a\x65nv_to_feature_set_mapping\x18\x01 \x03(\x0b\x32[.qwak.feature.store.features.GetEnvToFeatureSetsMappingResponse.EnvToFeatureSetMappingEntry\x1aj\n\x1b\x45nvToFeatureSetMappingEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12:\n\x05value\x18\x02 \x01(\x0b\x32+.qwak.feature.store.features.FeatureSetList:\x02\x38\x01\"1\n\x17\x44\x65leteFeatureSetRequest\x12\x16\n\x0e\x66\x65\x61ture_set_id\x18\x01 \x01(\t\"\x1a\n\x18\x44\x65leteFeatureSetResponse\"\\\n\x1e\x44\x65leteFeaturesetVersionRequest\x12\x17\n\x0f\x66\x65\x61tureset_name\x18\x01 \x01(\t\x12!\n\x19\x66\x65\x61tureset_version_number\x18\x02 \x01(\x05\"!\n\x1f\x44\x65leteFeaturesetVersionResponse\"\x18\n\x16ListFeatureSetsRequest\"\\\n\x17ListFeatureSetsResponse\x12\x41\n\x10\x66\x65\x61ture_families\x18\x01 \x03(\x0b\x32\'.qwak.feature.store.features.FeatureSet\"5\n\x19RunBatchFeatureSetRequest\x12\x18\n\x10\x66\x65\x61ture_set_name\x18\x01 \x01(\t\"2\n\x1aRunBatchFeatureSetResponse\x12\x14\n\x0c\x65xecution_id\x18\x01 \x01(\t\"p\n RunParquetBatchFeatureSetRequest\x12\x18\n\x10\x66\x65\x61ture_set_name\x18\x01 \x01(\t\x12\x18\n\x10parquet_location\x18\x02 \x01(\t\x12\x18\n\x10timestamp_column\x18\x03 \x01(\t\"#\n!RunParquetBatchFeatureSetResponse\"2\n\x16\x43reateUploadURLRequest\x12\x18\n\x10\x66\x65\x61ture_set_name\x18\x01 \x01(\t\"x\n\x18\x43reateUploadURLRequestV1\x12\x17\n\x0f\x66\x65\x61tureset_name\x18\x01 \x01(\t\x12\x43\n\x0etransformation\x18\x02 \x01(\x0b\x32+.qwak.feature.store.features.Transformation\"I\n.CreateRealTimeFeatureExtractorUploadURLRequest\x12\x17\n\x0f\x66\x65\x61tureset_name\x18\x01 \x01(\t\"-\n\x17\x43reateUploadURLResponse\x12\x12\n\nupload_url\x18\x01 \x01(\t\"\x89\x02\n\x1cUpdateFeatureSetStateRequest\x12m\n\x13\x66\x65\x61ture_names_state\x18\x01 \x03(\x0b\x32P.qwak.feature.store.features.UpdateFeatureSetStateRequest.FeatureNamesStateEntry\x12\x16\n\x0e\x65nvironment_id\x18\x02 \x01(\t\x1a\x62\n\x16\x46\x65\x61tureNamesStateEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x37\n\x05value\x18\x02 \x01(\x0b\x32(.qwak.feature.store.features.StateUpdate:\x02\x38\x01\"e\n\x0bStateUpdate\x12V\n\x13\x66\x65\x61ture_names_state\x18\x01 \x01(\x0e\x32\x39.qwak.feature.store.features.FeatureSetLastExecutionState\"\x1f\n\x1dUpdateFeatureSetStateResponse\"K\n\x1fGetFeatureSetStateByNameRequest\x12\x18\n\x10\x66\x65\x61ture_set_name\x18\x01 \x01(\t\x12\x0e\n\x06run_id\x18\x02 \x01(\x03\"x\n GetFeatureSetStateByNameResponse\x12T\n\x11\x66\x65\x61ture_set_state\x18\x01 \x01(\x0e\x32\x39.qwak.feature.store.features.FeatureSetLastExecutionState\"9\n\x1dGetFeatureSetStateByIdRequest\x12\x18\n\x10\x66\x65\x61ture_set_name\x18\x01 \x01(\t\"^\n\x1eGetFeatureSetStateByIdResponse\x12<\n\x0b\x66\x65\x61ture_set\x18\x01 \x01(\x0b\x32\'.qwak.feature.store.features.FeatureSet\"1\n\x16PauseFeaturesetRequest\x12\x17\n\x0f\x66\x65\x61tureset_name\x18\x01 \x01(\t\"\x19\n\x17PauseFeaturesetResponse\"2\n\x17ResumeFeaturesetRequest\x12\x17\n\x0f\x66\x65\x61tureset_name\x18\x01 \x01(\t\"\x1a\n\x18ResumeFeaturesetResponse\">\n#GetFeaturesetSchedulingStateRequest\x12\x17\n\x0f\x66\x65\x61tureset_name\x18\x01 \x01(\t\"m\n$GetFeaturesetSchedulingStateResponse\x12\x45\n\x05state\x18\x01 \x01(\x0e\x32\x36.qwak.feature.store.features.FeaturesetSchedulingState\"_\n!SetActiveFeaturesetVersionRequest\x12\x17\n\x0f\x66\x65\x61tureset_name\x18\x01 \x01(\t\x12!\n\x19\x66\x65\x61tureset_version_number\x18\x02 \x01(\x05\"$\n\"SetActiveFeaturesetVersionResponse2\xe7\x17\n\x11\x46\x65\x61tureSetService\x12\x85\x01\n\x12RegisterFeatureSet\x12\x36.qwak.feature.store.features.RegisterFeatureSetRequest\x1a\x37.qwak.feature.store.features.RegisterFeatureSetResponse\x12\x7f\n\x10UpdateFeatureSet\x12\x34.qwak.feature.store.features.UpdateFeatureSetRequest\x1a\x35.qwak.feature.store.features.UpdateFeatureSetResponse\x12\x82\x01\n\x11GetFeatureSetById\x12\x35.qwak.feature.store.features.GetFeatureSetByIdRequest\x1a\x36.qwak.feature.store.features.GetFeatureSetByIdResponse\x12\x88\x01\n\x13GetFeatureSetByName\x12\x37.qwak.feature.store.features.GetFeatureSetByNameRequest\x1a\x38.qwak.feature.store.features.GetFeatureSetByNameResponse\x12\xa3\x01\n\x1cListFeaturesetVersionsByName\x12@.qwak.feature.store.features.ListFeaturesetVersionsByNameRequest\x1a\x41.qwak.feature.store.features.ListFeaturesetVersionsByNameResponse\x12\x7f\n\x10\x44\x65leteFeatureSet\x12\x34.qwak.feature.store.features.DeleteFeatureSetRequest\x1a\x35.qwak.feature.store.features.DeleteFeatureSetResponse\x12\x94\x01\n\x17\x44\x65leteFeaturesetVersion\x12;.qwak.feature.store.features.DeleteFeaturesetVersionRequest\x1a<.qwak.feature.store.features.DeleteFeaturesetVersionResponse\x12|\n\x0fListFeatureSets\x12\x33.qwak.feature.store.features.ListFeatureSetsRequest\x1a\x34.qwak.feature.store.features.ListFeatureSetsResponse\x12\x85\x01\n\x12RunBatchFeatureSet\x12\x36.qwak.feature.store.features.RunBatchFeatureSetRequest\x1a\x37.qwak.feature.store.features.RunBatchFeatureSetResponse\x12\x9a\x01\n\x19RunParquetBatchFeatureSet\x12=.qwak.feature.store.features.RunParquetBatchFeatureSetRequest\x1a>.qwak.feature.store.features.RunParquetBatchFeatureSetResponse\x12\x81\x01\n\x0f\x43reateUploadURL\x12\x33.qwak.feature.store.features.CreateUploadURLRequest\x1a\x34.qwak.feature.store.features.CreateUploadURLResponse\"\x03\x88\x02\x01\x12\x80\x01\n\x11\x43reateUploadURLV1\x12\x35.qwak.feature.store.features.CreateUploadURLRequestV1\x1a\x34.qwak.feature.store.features.CreateUploadURLResponse\x12\xac\x01\n\'CreateRealTimeFeatureExtractorUploadURL\x12K.qwak.feature.store.features.CreateRealTimeFeatureExtractorUploadURLRequest\x1a\x34.qwak.feature.store.features.CreateUploadURLResponse\x12\x8e\x01\n\x15UpdateFeatureSetState\x12\x39.qwak.feature.store.features.UpdateFeatureSetStateRequest\x1a:.qwak.feature.store.features.UpdateFeatureSetStateResponse\x12\x97\x01\n\x18GetFeatureSetStateByName\x12<.qwak.feature.store.features.GetFeatureSetStateByNameRequest\x1a=.qwak.feature.store.features.GetFeatureSetStateByNameResponse\x12\x9d\x01\n\x1aGetEnvToFeatureSetsMapping\x12>.qwak.feature.store.features.GetEnvToFeatureSetsMappingRequest\x1a?.qwak.feature.store.features.GetEnvToFeatureSetsMappingResponse\x12\x91\x01\n\x16GetFeatureSetStateById\x12:.qwak.feature.store.features.GetFeatureSetStateByIdRequest\x1a;.qwak.feature.store.features.GetFeatureSetStateByIdResponse\x12|\n\x0fPauseFeatureset\x12\x33.qwak.feature.store.features.PauseFeaturesetRequest\x1a\x34.qwak.feature.store.features.PauseFeaturesetResponse\x12\x7f\n\x10ResumeFeatureset\x12\x34.qwak.feature.store.features.ResumeFeaturesetRequest\x1a\x35.qwak.feature.store.features.ResumeFeaturesetResponse\x12\xa3\x01\n\x1cGetFeaturesetSchedulingState\x12@.qwak.feature.store.features.GetFeaturesetSchedulingStateRequest\x1a\x41.qwak.feature.store.features.GetFeaturesetSchedulingStateResponse\x12\x9d\x01\n\x1aSetActiveFeaturesetVersion\x12>.qwak.feature.store.features.SetActiveFeaturesetVersionRequest\x1a?.qwak.feature.store.features.SetActiveFeaturesetVersionResponseB]\n(com.qwak.ai.feature.store.management.apiP\x01Z/qwak/featurestore/features;featurestorefeaturesb\x06proto3')
21
20
 
22
-
23
-
24
- _REGISTERFEATURESETREQUEST = DESCRIPTOR.message_types_by_name['RegisterFeatureSetRequest']
25
- _REGISTERFEATURESETRESPONSE = DESCRIPTOR.message_types_by_name['RegisterFeatureSetResponse']
26
- _UPDATEFEATURESETREQUEST = DESCRIPTOR.message_types_by_name['UpdateFeatureSetRequest']
27
- _UPDATEFEATURESETRESPONSE = DESCRIPTOR.message_types_by_name['UpdateFeatureSetResponse']
28
- _GETFEATURESETBYIDREQUEST = DESCRIPTOR.message_types_by_name['GetFeatureSetByIdRequest']
29
- _GETFEATURESETBYIDRESPONSE = DESCRIPTOR.message_types_by_name['GetFeatureSetByIdResponse']
30
- _GETFEATURESETBYNAMEREQUEST = DESCRIPTOR.message_types_by_name['GetFeatureSetByNameRequest']
31
- _GETFEATURESETBYNAMERESPONSE = DESCRIPTOR.message_types_by_name['GetFeatureSetByNameResponse']
32
- _LISTFEATURESETVERSIONSBYNAMEREQUEST = DESCRIPTOR.message_types_by_name['ListFeaturesetVersionsByNameRequest']
33
- _LISTFEATURESETVERSIONSBYNAMERESPONSE = DESCRIPTOR.message_types_by_name['ListFeaturesetVersionsByNameResponse']
34
- _GETENVTOFEATURESETSMAPPINGREQUEST = DESCRIPTOR.message_types_by_name['GetEnvToFeatureSetsMappingRequest']
35
- _GETENVTOFEATURESETSMAPPINGRESPONSE = DESCRIPTOR.message_types_by_name['GetEnvToFeatureSetsMappingResponse']
36
- _GETENVTOFEATURESETSMAPPINGRESPONSE_ENVTOFEATURESETMAPPINGENTRY = _GETENVTOFEATURESETSMAPPINGRESPONSE.nested_types_by_name['EnvToFeatureSetMappingEntry']
37
- _DELETEFEATURESETREQUEST = DESCRIPTOR.message_types_by_name['DeleteFeatureSetRequest']
38
- _DELETEFEATURESETRESPONSE = DESCRIPTOR.message_types_by_name['DeleteFeatureSetResponse']
39
- _DELETEFEATURESETVERSIONREQUEST = DESCRIPTOR.message_types_by_name['DeleteFeaturesetVersionRequest']
40
- _DELETEFEATURESETVERSIONRESPONSE = DESCRIPTOR.message_types_by_name['DeleteFeaturesetVersionResponse']
41
- _LISTFEATURESETSREQUEST = DESCRIPTOR.message_types_by_name['ListFeatureSetsRequest']
42
- _LISTFEATURESETSRESPONSE = DESCRIPTOR.message_types_by_name['ListFeatureSetsResponse']
43
- _RUNBATCHFEATURESETREQUEST = DESCRIPTOR.message_types_by_name['RunBatchFeatureSetRequest']
44
- _RUNBATCHFEATURESETRESPONSE = DESCRIPTOR.message_types_by_name['RunBatchFeatureSetResponse']
45
- _RUNPARQUETBATCHFEATURESETREQUEST = DESCRIPTOR.message_types_by_name['RunParquetBatchFeatureSetRequest']
46
- _RUNPARQUETBATCHFEATURESETRESPONSE = DESCRIPTOR.message_types_by_name['RunParquetBatchFeatureSetResponse']
47
- _CREATEUPLOADURLREQUEST = DESCRIPTOR.message_types_by_name['CreateUploadURLRequest']
48
- _CREATEUPLOADURLREQUESTV1 = DESCRIPTOR.message_types_by_name['CreateUploadURLRequestV1']
49
- _CREATEREALTIMEFEATUREEXTRACTORUPLOADURLREQUEST = DESCRIPTOR.message_types_by_name['CreateRealTimeFeatureExtractorUploadURLRequest']
50
- _CREATEUPLOADURLRESPONSE = DESCRIPTOR.message_types_by_name['CreateUploadURLResponse']
51
- _UPDATEFEATURESETSTATEREQUEST = DESCRIPTOR.message_types_by_name['UpdateFeatureSetStateRequest']
52
- _UPDATEFEATURESETSTATEREQUEST_FEATURENAMESSTATEENTRY = _UPDATEFEATURESETSTATEREQUEST.nested_types_by_name['FeatureNamesStateEntry']
53
- _STATEUPDATE = DESCRIPTOR.message_types_by_name['StateUpdate']
54
- _UPDATEFEATURESETSTATERESPONSE = DESCRIPTOR.message_types_by_name['UpdateFeatureSetStateResponse']
55
- _GETFEATURESETSTATEBYNAMEREQUEST = DESCRIPTOR.message_types_by_name['GetFeatureSetStateByNameRequest']
56
- _GETFEATURESETSTATEBYNAMERESPONSE = DESCRIPTOR.message_types_by_name['GetFeatureSetStateByNameResponse']
57
- _GETFEATURESETSTATEBYIDREQUEST = DESCRIPTOR.message_types_by_name['GetFeatureSetStateByIdRequest']
58
- _GETFEATURESETSTATEBYIDRESPONSE = DESCRIPTOR.message_types_by_name['GetFeatureSetStateByIdResponse']
59
- _PAUSEFEATURESETREQUEST = DESCRIPTOR.message_types_by_name['PauseFeaturesetRequest']
60
- _PAUSEFEATURESETRESPONSE = DESCRIPTOR.message_types_by_name['PauseFeaturesetResponse']
61
- _RESUMEFEATURESETREQUEST = DESCRIPTOR.message_types_by_name['ResumeFeaturesetRequest']
62
- _RESUMEFEATURESETRESPONSE = DESCRIPTOR.message_types_by_name['ResumeFeaturesetResponse']
63
- _GETFEATURESETSCHEDULINGSTATEREQUEST = DESCRIPTOR.message_types_by_name['GetFeaturesetSchedulingStateRequest']
64
- _GETFEATURESETSCHEDULINGSTATERESPONSE = DESCRIPTOR.message_types_by_name['GetFeaturesetSchedulingStateResponse']
65
- _SETACTIVEFEATURESETVERSIONREQUEST = DESCRIPTOR.message_types_by_name['SetActiveFeaturesetVersionRequest']
66
- _SETACTIVEFEATURESETVERSIONRESPONSE = DESCRIPTOR.message_types_by_name['SetActiveFeaturesetVersionResponse']
67
- RegisterFeatureSetRequest = _reflection.GeneratedProtocolMessageType('RegisterFeatureSetRequest', (_message.Message,), {
68
- 'DESCRIPTOR' : _REGISTERFEATURESETREQUEST,
69
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
70
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.RegisterFeatureSetRequest)
71
- })
72
- _sym_db.RegisterMessage(RegisterFeatureSetRequest)
73
-
74
- RegisterFeatureSetResponse = _reflection.GeneratedProtocolMessageType('RegisterFeatureSetResponse', (_message.Message,), {
75
- 'DESCRIPTOR' : _REGISTERFEATURESETRESPONSE,
76
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
77
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.RegisterFeatureSetResponse)
78
- })
79
- _sym_db.RegisterMessage(RegisterFeatureSetResponse)
80
-
81
- UpdateFeatureSetRequest = _reflection.GeneratedProtocolMessageType('UpdateFeatureSetRequest', (_message.Message,), {
82
- 'DESCRIPTOR' : _UPDATEFEATURESETREQUEST,
83
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
84
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.UpdateFeatureSetRequest)
85
- })
86
- _sym_db.RegisterMessage(UpdateFeatureSetRequest)
87
-
88
- UpdateFeatureSetResponse = _reflection.GeneratedProtocolMessageType('UpdateFeatureSetResponse', (_message.Message,), {
89
- 'DESCRIPTOR' : _UPDATEFEATURESETRESPONSE,
90
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
91
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.UpdateFeatureSetResponse)
92
- })
93
- _sym_db.RegisterMessage(UpdateFeatureSetResponse)
94
-
95
- GetFeatureSetByIdRequest = _reflection.GeneratedProtocolMessageType('GetFeatureSetByIdRequest', (_message.Message,), {
96
- 'DESCRIPTOR' : _GETFEATURESETBYIDREQUEST,
97
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
98
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.GetFeatureSetByIdRequest)
99
- })
100
- _sym_db.RegisterMessage(GetFeatureSetByIdRequest)
101
-
102
- GetFeatureSetByIdResponse = _reflection.GeneratedProtocolMessageType('GetFeatureSetByIdResponse', (_message.Message,), {
103
- 'DESCRIPTOR' : _GETFEATURESETBYIDRESPONSE,
104
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
105
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.GetFeatureSetByIdResponse)
106
- })
107
- _sym_db.RegisterMessage(GetFeatureSetByIdResponse)
108
-
109
- GetFeatureSetByNameRequest = _reflection.GeneratedProtocolMessageType('GetFeatureSetByNameRequest', (_message.Message,), {
110
- 'DESCRIPTOR' : _GETFEATURESETBYNAMEREQUEST,
111
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
112
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.GetFeatureSetByNameRequest)
113
- })
114
- _sym_db.RegisterMessage(GetFeatureSetByNameRequest)
115
-
116
- GetFeatureSetByNameResponse = _reflection.GeneratedProtocolMessageType('GetFeatureSetByNameResponse', (_message.Message,), {
117
- 'DESCRIPTOR' : _GETFEATURESETBYNAMERESPONSE,
118
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
119
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.GetFeatureSetByNameResponse)
120
- })
121
- _sym_db.RegisterMessage(GetFeatureSetByNameResponse)
122
-
123
- ListFeaturesetVersionsByNameRequest = _reflection.GeneratedProtocolMessageType('ListFeaturesetVersionsByNameRequest', (_message.Message,), {
124
- 'DESCRIPTOR' : _LISTFEATURESETVERSIONSBYNAMEREQUEST,
125
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
126
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.ListFeaturesetVersionsByNameRequest)
127
- })
128
- _sym_db.RegisterMessage(ListFeaturesetVersionsByNameRequest)
129
-
130
- ListFeaturesetVersionsByNameResponse = _reflection.GeneratedProtocolMessageType('ListFeaturesetVersionsByNameResponse', (_message.Message,), {
131
- 'DESCRIPTOR' : _LISTFEATURESETVERSIONSBYNAMERESPONSE,
132
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
133
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.ListFeaturesetVersionsByNameResponse)
134
- })
135
- _sym_db.RegisterMessage(ListFeaturesetVersionsByNameResponse)
136
-
137
- GetEnvToFeatureSetsMappingRequest = _reflection.GeneratedProtocolMessageType('GetEnvToFeatureSetsMappingRequest', (_message.Message,), {
138
- 'DESCRIPTOR' : _GETENVTOFEATURESETSMAPPINGREQUEST,
139
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
140
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.GetEnvToFeatureSetsMappingRequest)
141
- })
142
- _sym_db.RegisterMessage(GetEnvToFeatureSetsMappingRequest)
143
-
144
- GetEnvToFeatureSetsMappingResponse = _reflection.GeneratedProtocolMessageType('GetEnvToFeatureSetsMappingResponse', (_message.Message,), {
145
-
146
- 'EnvToFeatureSetMappingEntry' : _reflection.GeneratedProtocolMessageType('EnvToFeatureSetMappingEntry', (_message.Message,), {
147
- 'DESCRIPTOR' : _GETENVTOFEATURESETSMAPPINGRESPONSE_ENVTOFEATURESETMAPPINGENTRY,
148
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
149
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.GetEnvToFeatureSetsMappingResponse.EnvToFeatureSetMappingEntry)
150
- })
151
- ,
152
- 'DESCRIPTOR' : _GETENVTOFEATURESETSMAPPINGRESPONSE,
153
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
154
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.GetEnvToFeatureSetsMappingResponse)
155
- })
156
- _sym_db.RegisterMessage(GetEnvToFeatureSetsMappingResponse)
157
- _sym_db.RegisterMessage(GetEnvToFeatureSetsMappingResponse.EnvToFeatureSetMappingEntry)
158
-
159
- DeleteFeatureSetRequest = _reflection.GeneratedProtocolMessageType('DeleteFeatureSetRequest', (_message.Message,), {
160
- 'DESCRIPTOR' : _DELETEFEATURESETREQUEST,
161
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
162
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.DeleteFeatureSetRequest)
163
- })
164
- _sym_db.RegisterMessage(DeleteFeatureSetRequest)
165
-
166
- DeleteFeatureSetResponse = _reflection.GeneratedProtocolMessageType('DeleteFeatureSetResponse', (_message.Message,), {
167
- 'DESCRIPTOR' : _DELETEFEATURESETRESPONSE,
168
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
169
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.DeleteFeatureSetResponse)
170
- })
171
- _sym_db.RegisterMessage(DeleteFeatureSetResponse)
172
-
173
- DeleteFeaturesetVersionRequest = _reflection.GeneratedProtocolMessageType('DeleteFeaturesetVersionRequest', (_message.Message,), {
174
- 'DESCRIPTOR' : _DELETEFEATURESETVERSIONREQUEST,
175
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
176
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.DeleteFeaturesetVersionRequest)
177
- })
178
- _sym_db.RegisterMessage(DeleteFeaturesetVersionRequest)
179
-
180
- DeleteFeaturesetVersionResponse = _reflection.GeneratedProtocolMessageType('DeleteFeaturesetVersionResponse', (_message.Message,), {
181
- 'DESCRIPTOR' : _DELETEFEATURESETVERSIONRESPONSE,
182
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
183
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.DeleteFeaturesetVersionResponse)
184
- })
185
- _sym_db.RegisterMessage(DeleteFeaturesetVersionResponse)
186
-
187
- ListFeatureSetsRequest = _reflection.GeneratedProtocolMessageType('ListFeatureSetsRequest', (_message.Message,), {
188
- 'DESCRIPTOR' : _LISTFEATURESETSREQUEST,
189
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
190
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.ListFeatureSetsRequest)
191
- })
192
- _sym_db.RegisterMessage(ListFeatureSetsRequest)
193
-
194
- ListFeatureSetsResponse = _reflection.GeneratedProtocolMessageType('ListFeatureSetsResponse', (_message.Message,), {
195
- 'DESCRIPTOR' : _LISTFEATURESETSRESPONSE,
196
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
197
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.ListFeatureSetsResponse)
198
- })
199
- _sym_db.RegisterMessage(ListFeatureSetsResponse)
200
-
201
- RunBatchFeatureSetRequest = _reflection.GeneratedProtocolMessageType('RunBatchFeatureSetRequest', (_message.Message,), {
202
- 'DESCRIPTOR' : _RUNBATCHFEATURESETREQUEST,
203
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
204
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.RunBatchFeatureSetRequest)
205
- })
206
- _sym_db.RegisterMessage(RunBatchFeatureSetRequest)
207
-
208
- RunBatchFeatureSetResponse = _reflection.GeneratedProtocolMessageType('RunBatchFeatureSetResponse', (_message.Message,), {
209
- 'DESCRIPTOR' : _RUNBATCHFEATURESETRESPONSE,
210
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
211
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.RunBatchFeatureSetResponse)
212
- })
213
- _sym_db.RegisterMessage(RunBatchFeatureSetResponse)
214
-
215
- RunParquetBatchFeatureSetRequest = _reflection.GeneratedProtocolMessageType('RunParquetBatchFeatureSetRequest', (_message.Message,), {
216
- 'DESCRIPTOR' : _RUNPARQUETBATCHFEATURESETREQUEST,
217
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
218
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.RunParquetBatchFeatureSetRequest)
219
- })
220
- _sym_db.RegisterMessage(RunParquetBatchFeatureSetRequest)
221
-
222
- RunParquetBatchFeatureSetResponse = _reflection.GeneratedProtocolMessageType('RunParquetBatchFeatureSetResponse', (_message.Message,), {
223
- 'DESCRIPTOR' : _RUNPARQUETBATCHFEATURESETRESPONSE,
224
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
225
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.RunParquetBatchFeatureSetResponse)
226
- })
227
- _sym_db.RegisterMessage(RunParquetBatchFeatureSetResponse)
228
-
229
- CreateUploadURLRequest = _reflection.GeneratedProtocolMessageType('CreateUploadURLRequest', (_message.Message,), {
230
- 'DESCRIPTOR' : _CREATEUPLOADURLREQUEST,
231
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
232
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.CreateUploadURLRequest)
233
- })
234
- _sym_db.RegisterMessage(CreateUploadURLRequest)
235
-
236
- CreateUploadURLRequestV1 = _reflection.GeneratedProtocolMessageType('CreateUploadURLRequestV1', (_message.Message,), {
237
- 'DESCRIPTOR' : _CREATEUPLOADURLREQUESTV1,
238
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
239
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.CreateUploadURLRequestV1)
240
- })
241
- _sym_db.RegisterMessage(CreateUploadURLRequestV1)
242
-
243
- CreateRealTimeFeatureExtractorUploadURLRequest = _reflection.GeneratedProtocolMessageType('CreateRealTimeFeatureExtractorUploadURLRequest', (_message.Message,), {
244
- 'DESCRIPTOR' : _CREATEREALTIMEFEATUREEXTRACTORUPLOADURLREQUEST,
245
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
246
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.CreateRealTimeFeatureExtractorUploadURLRequest)
247
- })
248
- _sym_db.RegisterMessage(CreateRealTimeFeatureExtractorUploadURLRequest)
249
-
250
- CreateUploadURLResponse = _reflection.GeneratedProtocolMessageType('CreateUploadURLResponse', (_message.Message,), {
251
- 'DESCRIPTOR' : _CREATEUPLOADURLRESPONSE,
252
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
253
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.CreateUploadURLResponse)
254
- })
255
- _sym_db.RegisterMessage(CreateUploadURLResponse)
256
-
257
- UpdateFeatureSetStateRequest = _reflection.GeneratedProtocolMessageType('UpdateFeatureSetStateRequest', (_message.Message,), {
258
-
259
- 'FeatureNamesStateEntry' : _reflection.GeneratedProtocolMessageType('FeatureNamesStateEntry', (_message.Message,), {
260
- 'DESCRIPTOR' : _UPDATEFEATURESETSTATEREQUEST_FEATURENAMESSTATEENTRY,
261
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
262
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.UpdateFeatureSetStateRequest.FeatureNamesStateEntry)
263
- })
264
- ,
265
- 'DESCRIPTOR' : _UPDATEFEATURESETSTATEREQUEST,
266
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
267
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.UpdateFeatureSetStateRequest)
268
- })
269
- _sym_db.RegisterMessage(UpdateFeatureSetStateRequest)
270
- _sym_db.RegisterMessage(UpdateFeatureSetStateRequest.FeatureNamesStateEntry)
271
-
272
- StateUpdate = _reflection.GeneratedProtocolMessageType('StateUpdate', (_message.Message,), {
273
- 'DESCRIPTOR' : _STATEUPDATE,
274
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
275
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.StateUpdate)
276
- })
277
- _sym_db.RegisterMessage(StateUpdate)
278
-
279
- UpdateFeatureSetStateResponse = _reflection.GeneratedProtocolMessageType('UpdateFeatureSetStateResponse', (_message.Message,), {
280
- 'DESCRIPTOR' : _UPDATEFEATURESETSTATERESPONSE,
281
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
282
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.UpdateFeatureSetStateResponse)
283
- })
284
- _sym_db.RegisterMessage(UpdateFeatureSetStateResponse)
285
-
286
- GetFeatureSetStateByNameRequest = _reflection.GeneratedProtocolMessageType('GetFeatureSetStateByNameRequest', (_message.Message,), {
287
- 'DESCRIPTOR' : _GETFEATURESETSTATEBYNAMEREQUEST,
288
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
289
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.GetFeatureSetStateByNameRequest)
290
- })
291
- _sym_db.RegisterMessage(GetFeatureSetStateByNameRequest)
292
-
293
- GetFeatureSetStateByNameResponse = _reflection.GeneratedProtocolMessageType('GetFeatureSetStateByNameResponse', (_message.Message,), {
294
- 'DESCRIPTOR' : _GETFEATURESETSTATEBYNAMERESPONSE,
295
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
296
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.GetFeatureSetStateByNameResponse)
297
- })
298
- _sym_db.RegisterMessage(GetFeatureSetStateByNameResponse)
299
-
300
- GetFeatureSetStateByIdRequest = _reflection.GeneratedProtocolMessageType('GetFeatureSetStateByIdRequest', (_message.Message,), {
301
- 'DESCRIPTOR' : _GETFEATURESETSTATEBYIDREQUEST,
302
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
303
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.GetFeatureSetStateByIdRequest)
304
- })
305
- _sym_db.RegisterMessage(GetFeatureSetStateByIdRequest)
306
-
307
- GetFeatureSetStateByIdResponse = _reflection.GeneratedProtocolMessageType('GetFeatureSetStateByIdResponse', (_message.Message,), {
308
- 'DESCRIPTOR' : _GETFEATURESETSTATEBYIDRESPONSE,
309
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
310
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.GetFeatureSetStateByIdResponse)
311
- })
312
- _sym_db.RegisterMessage(GetFeatureSetStateByIdResponse)
313
-
314
- PauseFeaturesetRequest = _reflection.GeneratedProtocolMessageType('PauseFeaturesetRequest', (_message.Message,), {
315
- 'DESCRIPTOR' : _PAUSEFEATURESETREQUEST,
316
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
317
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.PauseFeaturesetRequest)
318
- })
319
- _sym_db.RegisterMessage(PauseFeaturesetRequest)
320
-
321
- PauseFeaturesetResponse = _reflection.GeneratedProtocolMessageType('PauseFeaturesetResponse', (_message.Message,), {
322
- 'DESCRIPTOR' : _PAUSEFEATURESETRESPONSE,
323
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
324
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.PauseFeaturesetResponse)
325
- })
326
- _sym_db.RegisterMessage(PauseFeaturesetResponse)
327
-
328
- ResumeFeaturesetRequest = _reflection.GeneratedProtocolMessageType('ResumeFeaturesetRequest', (_message.Message,), {
329
- 'DESCRIPTOR' : _RESUMEFEATURESETREQUEST,
330
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
331
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.ResumeFeaturesetRequest)
332
- })
333
- _sym_db.RegisterMessage(ResumeFeaturesetRequest)
334
-
335
- ResumeFeaturesetResponse = _reflection.GeneratedProtocolMessageType('ResumeFeaturesetResponse', (_message.Message,), {
336
- 'DESCRIPTOR' : _RESUMEFEATURESETRESPONSE,
337
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
338
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.ResumeFeaturesetResponse)
339
- })
340
- _sym_db.RegisterMessage(ResumeFeaturesetResponse)
341
-
342
- GetFeaturesetSchedulingStateRequest = _reflection.GeneratedProtocolMessageType('GetFeaturesetSchedulingStateRequest', (_message.Message,), {
343
- 'DESCRIPTOR' : _GETFEATURESETSCHEDULINGSTATEREQUEST,
344
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
345
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.GetFeaturesetSchedulingStateRequest)
346
- })
347
- _sym_db.RegisterMessage(GetFeaturesetSchedulingStateRequest)
348
-
349
- GetFeaturesetSchedulingStateResponse = _reflection.GeneratedProtocolMessageType('GetFeaturesetSchedulingStateResponse', (_message.Message,), {
350
- 'DESCRIPTOR' : _GETFEATURESETSCHEDULINGSTATERESPONSE,
351
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
352
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.GetFeaturesetSchedulingStateResponse)
353
- })
354
- _sym_db.RegisterMessage(GetFeaturesetSchedulingStateResponse)
355
-
356
- SetActiveFeaturesetVersionRequest = _reflection.GeneratedProtocolMessageType('SetActiveFeaturesetVersionRequest', (_message.Message,), {
357
- 'DESCRIPTOR' : _SETACTIVEFEATURESETVERSIONREQUEST,
358
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
359
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.SetActiveFeaturesetVersionRequest)
360
- })
361
- _sym_db.RegisterMessage(SetActiveFeaturesetVersionRequest)
362
-
363
- SetActiveFeaturesetVersionResponse = _reflection.GeneratedProtocolMessageType('SetActiveFeaturesetVersionResponse', (_message.Message,), {
364
- 'DESCRIPTOR' : _SETACTIVEFEATURESETVERSIONRESPONSE,
365
- '__module__' : 'qwak.feature_store.features.feature_set_service_pb2'
366
- # @@protoc_insertion_point(class_scope:qwak.feature.store.features.SetActiveFeaturesetVersionResponse)
367
- })
368
- _sym_db.RegisterMessage(SetActiveFeaturesetVersionResponse)
369
-
370
- _FEATURESETSERVICE = DESCRIPTOR.services_by_name['FeatureSetService']
21
+ _globals = globals()
22
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
23
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.features.feature_set_service_pb2', _globals)
371
24
  if _descriptor._USE_C_DESCRIPTORS == False:
372
25
 
373
26
  DESCRIPTOR._options = None
@@ -378,92 +31,92 @@ if _descriptor._USE_C_DESCRIPTORS == False:
378
31
  _UPDATEFEATURESETSTATEREQUEST_FEATURENAMESSTATEENTRY._serialized_options = b'8\001'
379
32
  _FEATURESETSERVICE.methods_by_name['CreateUploadURL']._options = None
380
33
  _FEATURESETSERVICE.methods_by_name['CreateUploadURL']._serialized_options = b'\210\002\001'
381
- _REGISTERFEATURESETREQUEST._serialized_start=239
382
- _REGISTERFEATURESETREQUEST._serialized_end=337
383
- _REGISTERFEATURESETRESPONSE._serialized_start=339
384
- _REGISTERFEATURESETRESPONSE._serialized_end=429
385
- _UPDATEFEATURESETREQUEST._serialized_start=431
386
- _UPDATEFEATURESETREQUEST._serialized_end=551
387
- _UPDATEFEATURESETRESPONSE._serialized_start=553
388
- _UPDATEFEATURESETRESPONSE._serialized_end=641
389
- _GETFEATURESETBYIDREQUEST._serialized_start=643
390
- _GETFEATURESETBYIDREQUEST._serialized_end=693
391
- _GETFEATURESETBYIDRESPONSE._serialized_start=695
392
- _GETFEATURESETBYIDRESPONSE._serialized_end=784
393
- _GETFEATURESETBYNAMEREQUEST._serialized_start=786
394
- _GETFEATURESETBYNAMEREQUEST._serialized_end=840
395
- _GETFEATURESETBYNAMERESPONSE._serialized_start=842
396
- _GETFEATURESETBYNAMERESPONSE._serialized_end=933
397
- _LISTFEATURESETVERSIONSBYNAMEREQUEST._serialized_start=935
398
- _LISTFEATURESETVERSIONSBYNAMEREQUEST._serialized_end=997
399
- _LISTFEATURESETVERSIONSBYNAMERESPONSE._serialized_start=999
400
- _LISTFEATURESETVERSIONSBYNAMERESPONSE._serialized_end=1103
401
- _GETENVTOFEATURESETSMAPPINGREQUEST._serialized_start=1105
402
- _GETENVTOFEATURESETSMAPPINGREQUEST._serialized_end=1140
403
- _GETENVTOFEATURESETSMAPPINGRESPONSE._serialized_start=1143
404
- _GETENVTOFEATURESETSMAPPINGRESPONSE._serialized_end=1416
405
- _GETENVTOFEATURESETSMAPPINGRESPONSE_ENVTOFEATURESETMAPPINGENTRY._serialized_start=1310
406
- _GETENVTOFEATURESETSMAPPINGRESPONSE_ENVTOFEATURESETMAPPINGENTRY._serialized_end=1416
407
- _DELETEFEATURESETREQUEST._serialized_start=1418
408
- _DELETEFEATURESETREQUEST._serialized_end=1467
409
- _DELETEFEATURESETRESPONSE._serialized_start=1469
410
- _DELETEFEATURESETRESPONSE._serialized_end=1495
411
- _DELETEFEATURESETVERSIONREQUEST._serialized_start=1497
412
- _DELETEFEATURESETVERSIONREQUEST._serialized_end=1589
413
- _DELETEFEATURESETVERSIONRESPONSE._serialized_start=1591
414
- _DELETEFEATURESETVERSIONRESPONSE._serialized_end=1624
415
- _LISTFEATURESETSREQUEST._serialized_start=1626
416
- _LISTFEATURESETSREQUEST._serialized_end=1650
417
- _LISTFEATURESETSRESPONSE._serialized_start=1652
418
- _LISTFEATURESETSRESPONSE._serialized_end=1744
419
- _RUNBATCHFEATURESETREQUEST._serialized_start=1746
420
- _RUNBATCHFEATURESETREQUEST._serialized_end=1799
421
- _RUNBATCHFEATURESETRESPONSE._serialized_start=1801
422
- _RUNBATCHFEATURESETRESPONSE._serialized_end=1851
423
- _RUNPARQUETBATCHFEATURESETREQUEST._serialized_start=1853
424
- _RUNPARQUETBATCHFEATURESETREQUEST._serialized_end=1965
425
- _RUNPARQUETBATCHFEATURESETRESPONSE._serialized_start=1967
426
- _RUNPARQUETBATCHFEATURESETRESPONSE._serialized_end=2002
427
- _CREATEUPLOADURLREQUEST._serialized_start=2004
428
- _CREATEUPLOADURLREQUEST._serialized_end=2054
429
- _CREATEUPLOADURLREQUESTV1._serialized_start=2056
430
- _CREATEUPLOADURLREQUESTV1._serialized_end=2176
431
- _CREATEREALTIMEFEATUREEXTRACTORUPLOADURLREQUEST._serialized_start=2178
432
- _CREATEREALTIMEFEATUREEXTRACTORUPLOADURLREQUEST._serialized_end=2251
433
- _CREATEUPLOADURLRESPONSE._serialized_start=2253
434
- _CREATEUPLOADURLRESPONSE._serialized_end=2298
435
- _UPDATEFEATURESETSTATEREQUEST._serialized_start=2301
436
- _UPDATEFEATURESETSTATEREQUEST._serialized_end=2566
437
- _UPDATEFEATURESETSTATEREQUEST_FEATURENAMESSTATEENTRY._serialized_start=2468
438
- _UPDATEFEATURESETSTATEREQUEST_FEATURENAMESSTATEENTRY._serialized_end=2566
439
- _STATEUPDATE._serialized_start=2568
440
- _STATEUPDATE._serialized_end=2669
441
- _UPDATEFEATURESETSTATERESPONSE._serialized_start=2671
442
- _UPDATEFEATURESETSTATERESPONSE._serialized_end=2702
443
- _GETFEATURESETSTATEBYNAMEREQUEST._serialized_start=2704
444
- _GETFEATURESETSTATEBYNAMEREQUEST._serialized_end=2779
445
- _GETFEATURESETSTATEBYNAMERESPONSE._serialized_start=2781
446
- _GETFEATURESETSTATEBYNAMERESPONSE._serialized_end=2901
447
- _GETFEATURESETSTATEBYIDREQUEST._serialized_start=2903
448
- _GETFEATURESETSTATEBYIDREQUEST._serialized_end=2960
449
- _GETFEATURESETSTATEBYIDRESPONSE._serialized_start=2962
450
- _GETFEATURESETSTATEBYIDRESPONSE._serialized_end=3056
451
- _PAUSEFEATURESETREQUEST._serialized_start=3058
452
- _PAUSEFEATURESETREQUEST._serialized_end=3107
453
- _PAUSEFEATURESETRESPONSE._serialized_start=3109
454
- _PAUSEFEATURESETRESPONSE._serialized_end=3134
455
- _RESUMEFEATURESETREQUEST._serialized_start=3136
456
- _RESUMEFEATURESETREQUEST._serialized_end=3186
457
- _RESUMEFEATURESETRESPONSE._serialized_start=3188
458
- _RESUMEFEATURESETRESPONSE._serialized_end=3214
459
- _GETFEATURESETSCHEDULINGSTATEREQUEST._serialized_start=3216
460
- _GETFEATURESETSCHEDULINGSTATEREQUEST._serialized_end=3278
461
- _GETFEATURESETSCHEDULINGSTATERESPONSE._serialized_start=3280
462
- _GETFEATURESETSCHEDULINGSTATERESPONSE._serialized_end=3389
463
- _SETACTIVEFEATURESETVERSIONREQUEST._serialized_start=3391
464
- _SETACTIVEFEATURESETVERSIONREQUEST._serialized_end=3486
465
- _SETACTIVEFEATURESETVERSIONRESPONSE._serialized_start=3488
466
- _SETACTIVEFEATURESETVERSIONRESPONSE._serialized_end=3524
467
- _FEATURESETSERVICE._serialized_start=3527
468
- _FEATURESETSERVICE._serialized_end=6574
34
+ _globals['_REGISTERFEATURESETREQUEST']._serialized_start=239
35
+ _globals['_REGISTERFEATURESETREQUEST']._serialized_end=337
36
+ _globals['_REGISTERFEATURESETRESPONSE']._serialized_start=339
37
+ _globals['_REGISTERFEATURESETRESPONSE']._serialized_end=429
38
+ _globals['_UPDATEFEATURESETREQUEST']._serialized_start=431
39
+ _globals['_UPDATEFEATURESETREQUEST']._serialized_end=551
40
+ _globals['_UPDATEFEATURESETRESPONSE']._serialized_start=553
41
+ _globals['_UPDATEFEATURESETRESPONSE']._serialized_end=641
42
+ _globals['_GETFEATURESETBYIDREQUEST']._serialized_start=643
43
+ _globals['_GETFEATURESETBYIDREQUEST']._serialized_end=693
44
+ _globals['_GETFEATURESETBYIDRESPONSE']._serialized_start=695
45
+ _globals['_GETFEATURESETBYIDRESPONSE']._serialized_end=784
46
+ _globals['_GETFEATURESETBYNAMEREQUEST']._serialized_start=786
47
+ _globals['_GETFEATURESETBYNAMEREQUEST']._serialized_end=840
48
+ _globals['_GETFEATURESETBYNAMERESPONSE']._serialized_start=842
49
+ _globals['_GETFEATURESETBYNAMERESPONSE']._serialized_end=933
50
+ _globals['_LISTFEATURESETVERSIONSBYNAMEREQUEST']._serialized_start=935
51
+ _globals['_LISTFEATURESETVERSIONSBYNAMEREQUEST']._serialized_end=997
52
+ _globals['_LISTFEATURESETVERSIONSBYNAMERESPONSE']._serialized_start=999
53
+ _globals['_LISTFEATURESETVERSIONSBYNAMERESPONSE']._serialized_end=1103
54
+ _globals['_GETENVTOFEATURESETSMAPPINGREQUEST']._serialized_start=1105
55
+ _globals['_GETENVTOFEATURESETSMAPPINGREQUEST']._serialized_end=1140
56
+ _globals['_GETENVTOFEATURESETSMAPPINGRESPONSE']._serialized_start=1143
57
+ _globals['_GETENVTOFEATURESETSMAPPINGRESPONSE']._serialized_end=1416
58
+ _globals['_GETENVTOFEATURESETSMAPPINGRESPONSE_ENVTOFEATURESETMAPPINGENTRY']._serialized_start=1310
59
+ _globals['_GETENVTOFEATURESETSMAPPINGRESPONSE_ENVTOFEATURESETMAPPINGENTRY']._serialized_end=1416
60
+ _globals['_DELETEFEATURESETREQUEST']._serialized_start=1418
61
+ _globals['_DELETEFEATURESETREQUEST']._serialized_end=1467
62
+ _globals['_DELETEFEATURESETRESPONSE']._serialized_start=1469
63
+ _globals['_DELETEFEATURESETRESPONSE']._serialized_end=1495
64
+ _globals['_DELETEFEATURESETVERSIONREQUEST']._serialized_start=1497
65
+ _globals['_DELETEFEATURESETVERSIONREQUEST']._serialized_end=1589
66
+ _globals['_DELETEFEATURESETVERSIONRESPONSE']._serialized_start=1591
67
+ _globals['_DELETEFEATURESETVERSIONRESPONSE']._serialized_end=1624
68
+ _globals['_LISTFEATURESETSREQUEST']._serialized_start=1626
69
+ _globals['_LISTFEATURESETSREQUEST']._serialized_end=1650
70
+ _globals['_LISTFEATURESETSRESPONSE']._serialized_start=1652
71
+ _globals['_LISTFEATURESETSRESPONSE']._serialized_end=1744
72
+ _globals['_RUNBATCHFEATURESETREQUEST']._serialized_start=1746
73
+ _globals['_RUNBATCHFEATURESETREQUEST']._serialized_end=1799
74
+ _globals['_RUNBATCHFEATURESETRESPONSE']._serialized_start=1801
75
+ _globals['_RUNBATCHFEATURESETRESPONSE']._serialized_end=1851
76
+ _globals['_RUNPARQUETBATCHFEATURESETREQUEST']._serialized_start=1853
77
+ _globals['_RUNPARQUETBATCHFEATURESETREQUEST']._serialized_end=1965
78
+ _globals['_RUNPARQUETBATCHFEATURESETRESPONSE']._serialized_start=1967
79
+ _globals['_RUNPARQUETBATCHFEATURESETRESPONSE']._serialized_end=2002
80
+ _globals['_CREATEUPLOADURLREQUEST']._serialized_start=2004
81
+ _globals['_CREATEUPLOADURLREQUEST']._serialized_end=2054
82
+ _globals['_CREATEUPLOADURLREQUESTV1']._serialized_start=2056
83
+ _globals['_CREATEUPLOADURLREQUESTV1']._serialized_end=2176
84
+ _globals['_CREATEREALTIMEFEATUREEXTRACTORUPLOADURLREQUEST']._serialized_start=2178
85
+ _globals['_CREATEREALTIMEFEATUREEXTRACTORUPLOADURLREQUEST']._serialized_end=2251
86
+ _globals['_CREATEUPLOADURLRESPONSE']._serialized_start=2253
87
+ _globals['_CREATEUPLOADURLRESPONSE']._serialized_end=2298
88
+ _globals['_UPDATEFEATURESETSTATEREQUEST']._serialized_start=2301
89
+ _globals['_UPDATEFEATURESETSTATEREQUEST']._serialized_end=2566
90
+ _globals['_UPDATEFEATURESETSTATEREQUEST_FEATURENAMESSTATEENTRY']._serialized_start=2468
91
+ _globals['_UPDATEFEATURESETSTATEREQUEST_FEATURENAMESSTATEENTRY']._serialized_end=2566
92
+ _globals['_STATEUPDATE']._serialized_start=2568
93
+ _globals['_STATEUPDATE']._serialized_end=2669
94
+ _globals['_UPDATEFEATURESETSTATERESPONSE']._serialized_start=2671
95
+ _globals['_UPDATEFEATURESETSTATERESPONSE']._serialized_end=2702
96
+ _globals['_GETFEATURESETSTATEBYNAMEREQUEST']._serialized_start=2704
97
+ _globals['_GETFEATURESETSTATEBYNAMEREQUEST']._serialized_end=2779
98
+ _globals['_GETFEATURESETSTATEBYNAMERESPONSE']._serialized_start=2781
99
+ _globals['_GETFEATURESETSTATEBYNAMERESPONSE']._serialized_end=2901
100
+ _globals['_GETFEATURESETSTATEBYIDREQUEST']._serialized_start=2903
101
+ _globals['_GETFEATURESETSTATEBYIDREQUEST']._serialized_end=2960
102
+ _globals['_GETFEATURESETSTATEBYIDRESPONSE']._serialized_start=2962
103
+ _globals['_GETFEATURESETSTATEBYIDRESPONSE']._serialized_end=3056
104
+ _globals['_PAUSEFEATURESETREQUEST']._serialized_start=3058
105
+ _globals['_PAUSEFEATURESETREQUEST']._serialized_end=3107
106
+ _globals['_PAUSEFEATURESETRESPONSE']._serialized_start=3109
107
+ _globals['_PAUSEFEATURESETRESPONSE']._serialized_end=3134
108
+ _globals['_RESUMEFEATURESETREQUEST']._serialized_start=3136
109
+ _globals['_RESUMEFEATURESETREQUEST']._serialized_end=3186
110
+ _globals['_RESUMEFEATURESETRESPONSE']._serialized_start=3188
111
+ _globals['_RESUMEFEATURESETRESPONSE']._serialized_end=3214
112
+ _globals['_GETFEATURESETSCHEDULINGSTATEREQUEST']._serialized_start=3216
113
+ _globals['_GETFEATURESETSCHEDULINGSTATEREQUEST']._serialized_end=3278
114
+ _globals['_GETFEATURESETSCHEDULINGSTATERESPONSE']._serialized_start=3280
115
+ _globals['_GETFEATURESETSCHEDULINGSTATERESPONSE']._serialized_end=3389
116
+ _globals['_SETACTIVEFEATURESETVERSIONREQUEST']._serialized_start=3391
117
+ _globals['_SETACTIVEFEATURESETVERSIONREQUEST']._serialized_end=3486
118
+ _globals['_SETACTIVEFEATURESETVERSIONRESPONSE']._serialized_start=3488
119
+ _globals['_SETACTIVEFEATURESETVERSIONRESPONSE']._serialized_end=3524
120
+ _globals['_FEATURESETSERVICE']._serialized_start=3527
121
+ _globals['_FEATURESETSERVICE']._serialized_end=6574
469
122
  # @@protoc_insertion_point(module_scope)