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()
@@ -17,155 +16,43 @@ from _qwak_proto.qwak.feature_store.sources import data_source_pb2 as qwak_dot_f
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4qwak/feature_store/sources/data_source_service.proto\x12\x1aqwak.feature.store.sources\x1a,qwak/feature_store/sources/data_source.proto\"_\n\x17\x43reateDataSourceRequest\x12\x44\n\x10\x64\x61ta_source_spec\x18\x01 \x01(\x0b\x32*.qwak.feature.store.sources.DataSourceSpec\"W\n\x18\x43reateDataSourceResponse\x12;\n\x0b\x64\x61ta_source\x18\x01 \x01(\x0b\x32&.qwak.feature.store.sources.DataSource\"w\n\x17UpdateDataSourceRequest\x12\x16\n\x0e\x64\x61ta_source_id\x18\x01 \x01(\t\x12\x44\n\x10\x64\x61ta_source_spec\x18\x02 \x01(\x0b\x32*.qwak.feature.store.sources.DataSourceSpec\"W\n\x18UpdateDataSourceResponse\x12;\n\x0b\x64\x61ta_source\x18\x01 \x01(\x0b\x32&.qwak.feature.store.sources.DataSource\"1\n\x17\x44\x65leteDataSourceRequest\x12\x16\n\x0e\x64\x61ta_source_id\x18\x01 \x01(\t\"\x1a\n\x18\x44\x65leteDataSourceResponse\"2\n\x18GetDataSourceByIdRequest\x12\x16\n\x0e\x64\x61ta_source_id\x18\x01 \x01(\t\"X\n\x19GetDataSourceByIdResponse\x12;\n\x0b\x64\x61ta_source\x18\x01 \x01(\x0b\x32&.qwak.feature.store.sources.DataSource\"6\n\x1aGetDataSourceByNameRequest\x12\x18\n\x10\x64\x61ta_source_name\x18\x01 \x01(\t\"Z\n\x1bGetDataSourceByNameResponse\x12;\n\x0b\x64\x61ta_source\x18\x01 \x01(\x0b\x32&.qwak.feature.store.sources.DataSource\"\x18\n\x16ListDataSourcesRequest\"W\n\x17ListDataSourcesResponse\x12<\n\x0c\x64\x61ta_sources\x18\x01 \x03(\x0b\x32&.qwak.feature.store.sources.DataSource\"Q\n CreateDataSourceUploadURLRequest\x12\x18\n\x10\x64\x61ta_source_name\x18\x01 \x01(\t\x12\x13\n\x0bobject_name\x18\x02 \x01(\t\"7\n!CreateDataSourceUploadURLResponse\x12\x12\n\nupload_url\x18\x01 \x01(\t2\xd5\x08\n\x11\x44\x61taSourceService\x12}\n\x10\x43reateDataSource\x12\x33.qwak.feature.store.sources.CreateDataSourceRequest\x1a\x34.qwak.feature.store.sources.CreateDataSourceResponse\x12}\n\x10UpdateDataSource\x12\x33.qwak.feature.store.sources.UpdateDataSourceRequest\x1a\x34.qwak.feature.store.sources.UpdateDataSourceResponse\x12}\n\x10\x44\x65leteDataSource\x12\x33.qwak.feature.store.sources.DeleteDataSourceRequest\x1a\x34.qwak.feature.store.sources.DeleteDataSourceResponse\x12\x80\x01\n\x11GetDataSourceById\x12\x34.qwak.feature.store.sources.GetDataSourceByIdRequest\x1a\x35.qwak.feature.store.sources.GetDataSourceByIdResponse\x12\x86\x01\n\x13GetDataSourceByName\x12\x36.qwak.feature.store.sources.GetDataSourceByNameRequest\x1a\x37.qwak.feature.store.sources.GetDataSourceByNameResponse\x12z\n\x0fListDataSources\x12\x32.qwak.feature.store.sources.ListDataSourcesRequest\x1a\x33.qwak.feature.store.sources.ListDataSourcesResponse\x12\x9d\x01\n\x19\x43reateDataSourceUploadURL\x12<.qwak.feature.store.sources.CreateDataSourceUploadURLRequest\x1a=.qwak.feature.store.sources.CreateDataSourceUploadURLResponse\"\x03\x88\x02\x01\x12\x9a\x01\n\x1b\x43reateDataSourceUploadURLV1\x12<.qwak.feature.store.sources.CreateDataSourceUploadURLRequest\x1a=.qwak.feature.store.sources.CreateDataSourceUploadURLResponseB[\n(com.qwak.ai.feature.store.management.apiP\x01Z-qwak/featurestore/sources;featurestoresourcesb\x06proto3')
19
18
 
20
-
21
-
22
- _CREATEDATASOURCEREQUEST = DESCRIPTOR.message_types_by_name['CreateDataSourceRequest']
23
- _CREATEDATASOURCERESPONSE = DESCRIPTOR.message_types_by_name['CreateDataSourceResponse']
24
- _UPDATEDATASOURCEREQUEST = DESCRIPTOR.message_types_by_name['UpdateDataSourceRequest']
25
- _UPDATEDATASOURCERESPONSE = DESCRIPTOR.message_types_by_name['UpdateDataSourceResponse']
26
- _DELETEDATASOURCEREQUEST = DESCRIPTOR.message_types_by_name['DeleteDataSourceRequest']
27
- _DELETEDATASOURCERESPONSE = DESCRIPTOR.message_types_by_name['DeleteDataSourceResponse']
28
- _GETDATASOURCEBYIDREQUEST = DESCRIPTOR.message_types_by_name['GetDataSourceByIdRequest']
29
- _GETDATASOURCEBYIDRESPONSE = DESCRIPTOR.message_types_by_name['GetDataSourceByIdResponse']
30
- _GETDATASOURCEBYNAMEREQUEST = DESCRIPTOR.message_types_by_name['GetDataSourceByNameRequest']
31
- _GETDATASOURCEBYNAMERESPONSE = DESCRIPTOR.message_types_by_name['GetDataSourceByNameResponse']
32
- _LISTDATASOURCESREQUEST = DESCRIPTOR.message_types_by_name['ListDataSourcesRequest']
33
- _LISTDATASOURCESRESPONSE = DESCRIPTOR.message_types_by_name['ListDataSourcesResponse']
34
- _CREATEDATASOURCEUPLOADURLREQUEST = DESCRIPTOR.message_types_by_name['CreateDataSourceUploadURLRequest']
35
- _CREATEDATASOURCEUPLOADURLRESPONSE = DESCRIPTOR.message_types_by_name['CreateDataSourceUploadURLResponse']
36
- CreateDataSourceRequest = _reflection.GeneratedProtocolMessageType('CreateDataSourceRequest', (_message.Message,), {
37
- 'DESCRIPTOR' : _CREATEDATASOURCEREQUEST,
38
- '__module__' : 'qwak.feature_store.sources.data_source_service_pb2'
39
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.CreateDataSourceRequest)
40
- })
41
- _sym_db.RegisterMessage(CreateDataSourceRequest)
42
-
43
- CreateDataSourceResponse = _reflection.GeneratedProtocolMessageType('CreateDataSourceResponse', (_message.Message,), {
44
- 'DESCRIPTOR' : _CREATEDATASOURCERESPONSE,
45
- '__module__' : 'qwak.feature_store.sources.data_source_service_pb2'
46
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.CreateDataSourceResponse)
47
- })
48
- _sym_db.RegisterMessage(CreateDataSourceResponse)
49
-
50
- UpdateDataSourceRequest = _reflection.GeneratedProtocolMessageType('UpdateDataSourceRequest', (_message.Message,), {
51
- 'DESCRIPTOR' : _UPDATEDATASOURCEREQUEST,
52
- '__module__' : 'qwak.feature_store.sources.data_source_service_pb2'
53
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.UpdateDataSourceRequest)
54
- })
55
- _sym_db.RegisterMessage(UpdateDataSourceRequest)
56
-
57
- UpdateDataSourceResponse = _reflection.GeneratedProtocolMessageType('UpdateDataSourceResponse', (_message.Message,), {
58
- 'DESCRIPTOR' : _UPDATEDATASOURCERESPONSE,
59
- '__module__' : 'qwak.feature_store.sources.data_source_service_pb2'
60
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.UpdateDataSourceResponse)
61
- })
62
- _sym_db.RegisterMessage(UpdateDataSourceResponse)
63
-
64
- DeleteDataSourceRequest = _reflection.GeneratedProtocolMessageType('DeleteDataSourceRequest', (_message.Message,), {
65
- 'DESCRIPTOR' : _DELETEDATASOURCEREQUEST,
66
- '__module__' : 'qwak.feature_store.sources.data_source_service_pb2'
67
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.DeleteDataSourceRequest)
68
- })
69
- _sym_db.RegisterMessage(DeleteDataSourceRequest)
70
-
71
- DeleteDataSourceResponse = _reflection.GeneratedProtocolMessageType('DeleteDataSourceResponse', (_message.Message,), {
72
- 'DESCRIPTOR' : _DELETEDATASOURCERESPONSE,
73
- '__module__' : 'qwak.feature_store.sources.data_source_service_pb2'
74
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.DeleteDataSourceResponse)
75
- })
76
- _sym_db.RegisterMessage(DeleteDataSourceResponse)
77
-
78
- GetDataSourceByIdRequest = _reflection.GeneratedProtocolMessageType('GetDataSourceByIdRequest', (_message.Message,), {
79
- 'DESCRIPTOR' : _GETDATASOURCEBYIDREQUEST,
80
- '__module__' : 'qwak.feature_store.sources.data_source_service_pb2'
81
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.GetDataSourceByIdRequest)
82
- })
83
- _sym_db.RegisterMessage(GetDataSourceByIdRequest)
84
-
85
- GetDataSourceByIdResponse = _reflection.GeneratedProtocolMessageType('GetDataSourceByIdResponse', (_message.Message,), {
86
- 'DESCRIPTOR' : _GETDATASOURCEBYIDRESPONSE,
87
- '__module__' : 'qwak.feature_store.sources.data_source_service_pb2'
88
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.GetDataSourceByIdResponse)
89
- })
90
- _sym_db.RegisterMessage(GetDataSourceByIdResponse)
91
-
92
- GetDataSourceByNameRequest = _reflection.GeneratedProtocolMessageType('GetDataSourceByNameRequest', (_message.Message,), {
93
- 'DESCRIPTOR' : _GETDATASOURCEBYNAMEREQUEST,
94
- '__module__' : 'qwak.feature_store.sources.data_source_service_pb2'
95
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.GetDataSourceByNameRequest)
96
- })
97
- _sym_db.RegisterMessage(GetDataSourceByNameRequest)
98
-
99
- GetDataSourceByNameResponse = _reflection.GeneratedProtocolMessageType('GetDataSourceByNameResponse', (_message.Message,), {
100
- 'DESCRIPTOR' : _GETDATASOURCEBYNAMERESPONSE,
101
- '__module__' : 'qwak.feature_store.sources.data_source_service_pb2'
102
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.GetDataSourceByNameResponse)
103
- })
104
- _sym_db.RegisterMessage(GetDataSourceByNameResponse)
105
-
106
- ListDataSourcesRequest = _reflection.GeneratedProtocolMessageType('ListDataSourcesRequest', (_message.Message,), {
107
- 'DESCRIPTOR' : _LISTDATASOURCESREQUEST,
108
- '__module__' : 'qwak.feature_store.sources.data_source_service_pb2'
109
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.ListDataSourcesRequest)
110
- })
111
- _sym_db.RegisterMessage(ListDataSourcesRequest)
112
-
113
- ListDataSourcesResponse = _reflection.GeneratedProtocolMessageType('ListDataSourcesResponse', (_message.Message,), {
114
- 'DESCRIPTOR' : _LISTDATASOURCESRESPONSE,
115
- '__module__' : 'qwak.feature_store.sources.data_source_service_pb2'
116
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.ListDataSourcesResponse)
117
- })
118
- _sym_db.RegisterMessage(ListDataSourcesResponse)
119
-
120
- CreateDataSourceUploadURLRequest = _reflection.GeneratedProtocolMessageType('CreateDataSourceUploadURLRequest', (_message.Message,), {
121
- 'DESCRIPTOR' : _CREATEDATASOURCEUPLOADURLREQUEST,
122
- '__module__' : 'qwak.feature_store.sources.data_source_service_pb2'
123
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.CreateDataSourceUploadURLRequest)
124
- })
125
- _sym_db.RegisterMessage(CreateDataSourceUploadURLRequest)
126
-
127
- CreateDataSourceUploadURLResponse = _reflection.GeneratedProtocolMessageType('CreateDataSourceUploadURLResponse', (_message.Message,), {
128
- 'DESCRIPTOR' : _CREATEDATASOURCEUPLOADURLRESPONSE,
129
- '__module__' : 'qwak.feature_store.sources.data_source_service_pb2'
130
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.CreateDataSourceUploadURLResponse)
131
- })
132
- _sym_db.RegisterMessage(CreateDataSourceUploadURLResponse)
133
-
134
- _DATASOURCESERVICE = DESCRIPTOR.services_by_name['DataSourceService']
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.sources.data_source_service_pb2', _globals)
135
22
  if _descriptor._USE_C_DESCRIPTORS == False:
136
23
 
137
24
  DESCRIPTOR._options = None
138
25
  DESCRIPTOR._serialized_options = b'\n(com.qwak.ai.feature.store.management.apiP\001Z-qwak/featurestore/sources;featurestoresources'
139
26
  _DATASOURCESERVICE.methods_by_name['CreateDataSourceUploadURL']._options = None
140
27
  _DATASOURCESERVICE.methods_by_name['CreateDataSourceUploadURL']._serialized_options = b'\210\002\001'
141
- _CREATEDATASOURCEREQUEST._serialized_start=130
142
- _CREATEDATASOURCEREQUEST._serialized_end=225
143
- _CREATEDATASOURCERESPONSE._serialized_start=227
144
- _CREATEDATASOURCERESPONSE._serialized_end=314
145
- _UPDATEDATASOURCEREQUEST._serialized_start=316
146
- _UPDATEDATASOURCEREQUEST._serialized_end=435
147
- _UPDATEDATASOURCERESPONSE._serialized_start=437
148
- _UPDATEDATASOURCERESPONSE._serialized_end=524
149
- _DELETEDATASOURCEREQUEST._serialized_start=526
150
- _DELETEDATASOURCEREQUEST._serialized_end=575
151
- _DELETEDATASOURCERESPONSE._serialized_start=577
152
- _DELETEDATASOURCERESPONSE._serialized_end=603
153
- _GETDATASOURCEBYIDREQUEST._serialized_start=605
154
- _GETDATASOURCEBYIDREQUEST._serialized_end=655
155
- _GETDATASOURCEBYIDRESPONSE._serialized_start=657
156
- _GETDATASOURCEBYIDRESPONSE._serialized_end=745
157
- _GETDATASOURCEBYNAMEREQUEST._serialized_start=747
158
- _GETDATASOURCEBYNAMEREQUEST._serialized_end=801
159
- _GETDATASOURCEBYNAMERESPONSE._serialized_start=803
160
- _GETDATASOURCEBYNAMERESPONSE._serialized_end=893
161
- _LISTDATASOURCESREQUEST._serialized_start=895
162
- _LISTDATASOURCESREQUEST._serialized_end=919
163
- _LISTDATASOURCESRESPONSE._serialized_start=921
164
- _LISTDATASOURCESRESPONSE._serialized_end=1008
165
- _CREATEDATASOURCEUPLOADURLREQUEST._serialized_start=1010
166
- _CREATEDATASOURCEUPLOADURLREQUEST._serialized_end=1091
167
- _CREATEDATASOURCEUPLOADURLRESPONSE._serialized_start=1093
168
- _CREATEDATASOURCEUPLOADURLRESPONSE._serialized_end=1148
169
- _DATASOURCESERVICE._serialized_start=1151
170
- _DATASOURCESERVICE._serialized_end=2260
28
+ _globals['_CREATEDATASOURCEREQUEST']._serialized_start=130
29
+ _globals['_CREATEDATASOURCEREQUEST']._serialized_end=225
30
+ _globals['_CREATEDATASOURCERESPONSE']._serialized_start=227
31
+ _globals['_CREATEDATASOURCERESPONSE']._serialized_end=314
32
+ _globals['_UPDATEDATASOURCEREQUEST']._serialized_start=316
33
+ _globals['_UPDATEDATASOURCEREQUEST']._serialized_end=435
34
+ _globals['_UPDATEDATASOURCERESPONSE']._serialized_start=437
35
+ _globals['_UPDATEDATASOURCERESPONSE']._serialized_end=524
36
+ _globals['_DELETEDATASOURCEREQUEST']._serialized_start=526
37
+ _globals['_DELETEDATASOURCEREQUEST']._serialized_end=575
38
+ _globals['_DELETEDATASOURCERESPONSE']._serialized_start=577
39
+ _globals['_DELETEDATASOURCERESPONSE']._serialized_end=603
40
+ _globals['_GETDATASOURCEBYIDREQUEST']._serialized_start=605
41
+ _globals['_GETDATASOURCEBYIDREQUEST']._serialized_end=655
42
+ _globals['_GETDATASOURCEBYIDRESPONSE']._serialized_start=657
43
+ _globals['_GETDATASOURCEBYIDRESPONSE']._serialized_end=745
44
+ _globals['_GETDATASOURCEBYNAMEREQUEST']._serialized_start=747
45
+ _globals['_GETDATASOURCEBYNAMEREQUEST']._serialized_end=801
46
+ _globals['_GETDATASOURCEBYNAMERESPONSE']._serialized_start=803
47
+ _globals['_GETDATASOURCEBYNAMERESPONSE']._serialized_end=893
48
+ _globals['_LISTDATASOURCESREQUEST']._serialized_start=895
49
+ _globals['_LISTDATASOURCESREQUEST']._serialized_end=919
50
+ _globals['_LISTDATASOURCESRESPONSE']._serialized_start=921
51
+ _globals['_LISTDATASOURCESRESPONSE']._serialized_end=1008
52
+ _globals['_CREATEDATASOURCEUPLOADURLREQUEST']._serialized_start=1010
53
+ _globals['_CREATEDATASOURCEUPLOADURLREQUEST']._serialized_end=1091
54
+ _globals['_CREATEDATASOURCEUPLOADURLRESPONSE']._serialized_start=1093
55
+ _globals['_CREATEDATASOURCEUPLOADURLRESPONSE']._serialized_end=1148
56
+ _globals['_DATASOURCESERVICE']._serialized_start=1151
57
+ _globals['_DATASOURCESERVICE']._serialized_end=2260
171
58
  # @@protoc_insertion_point(module_scope)
@@ -2,12 +2,10 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # source: qwak/feature_store/sources/streaming.proto
4
4
  """Generated protocol buffer code."""
5
- from google.protobuf.internal import enum_type_wrapper
6
5
  from google.protobuf import descriptor as _descriptor
7
6
  from google.protobuf import descriptor_pool as _descriptor_pool
8
- from google.protobuf import message as _message
9
- from google.protobuf import reflection as _reflection
10
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
11
9
  # @@protoc_insertion_point(imports)
12
10
 
13
11
  _sym_db = _symbol_database.Default()
@@ -17,119 +15,9 @@ _sym_db = _symbol_database.Default()
17
15
 
18
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*qwak/feature_store/sources/streaming.proto\x12\x1aqwak.feature.store.sources\"\xc4\x01\n\x0fStreamingSource\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12\x42\n\x0bkafkaSource\x18\x03 \x01(\x0b\x32\'.qwak.feature.store.sources.KafkaSourceB\x02\x18\x01H\x00\x12\x42\n\rkafkaSourceV1\x18\x04 \x01(\x0b\x32).qwak.feature.store.sources.KafkaSourceV1H\x00\x42\x06\n\x04type\"\x9f\x01\n\x0bKafkaSource\x12\x18\n\x10\x62ootstrap_server\x18\x01 \x01(\t\x12\x16\n\x0e\x63onsumer_topic\x18\x02 \x01(\t\x12\x1c\n\x14username_secret_name\x18\x03 \x01(\t\x12\x1c\n\x14password_secret_name\x18\x04 \x01(\t\x12\x1e\n\x16\x63onsumer_configuration\x18\x05 \x01(\t:\x02\x18\x01\"\xbd\x04\n\rKafkaSourceV1\x12\x19\n\x11\x62ootstrap_servers\x18\x01 \x01(\t\x12\x10\n\x06\x61ssign\x18\x02 \x01(\tH\x00\x12\x13\n\tsubscribe\x18\x03 \x01(\tH\x00\x12\x1b\n\x11subscribe_pattern\x18\x04 \x01(\tH\x00\x12T\n\x0esecret_configs\x18\x07 \x03(\x0b\x32<.qwak.feature.store.sources.KafkaSourceV1.SecretConfigsEntry\x12^\n\x13passthrough_configs\x18\x08 \x03(\x0b\x32\x41.qwak.feature.store.sources.KafkaSourceV1.PassthroughConfigsEntry\x12\x44\n\x0f\x64\x65serialization\x18\t \x01(\x0b\x32+.qwak.feature.store.sources.Deserialization\x12I\n\x15\x61uthentication_method\x18\n \x01(\x0b\x32*.qwak.feature.store.sources.Authentication\x1a\x34\n\x12SecretConfigsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x39\n\x17PassthroughConfigsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x15\n\x13topic_configuration\"\xd8\x01\n\x0e\x41uthentication\x12>\n\x12sasl_configuration\x18\x01 \x01(\x0b\x32 .qwak.feature.store.sources.SaslH\x00\x12@\n\x13plain_configuration\x18\x02 \x01(\x0b\x32!.qwak.feature.store.sources.PlainH\x00\x12<\n\x11ssl_configuration\x18\x03 \x01(\x0b\x32\x1f.qwak.feature.store.sources.SslH\x00\x42\x06\n\x04type\"\x05\n\x03Ssl\"\x07\n\x05Plain\"\xc4\x01\n\x04Sasl\x12\x17\n\x0fusername_secret\x18\x01 \x01(\t\x12\x17\n\x0fpassword_secret\x18\x02 \x01(\t\x12\x41\n\x0esasl_mechanism\x18\x03 \x01(\x0e\x32).qwak.feature.store.sources.SaslMechanism\x12G\n\x11security_protocol\x18\x04 \x01(\x0e\x32,.qwak.feature.store.sources.SecurityProtocol\"\xb9\x01\n\x0f\x44\x65serialization\x12M\n\x13\x63ustom_deserializer\x18\x01 \x01(\x0b\x32..qwak.feature.store.sources.CustomDeserializerH\x00\x12O\n\x14generic_deserializer\x18\x02 \x01(\x0b\x32/.qwak.feature.store.sources.GenericDeserializerH\x00\x42\x06\n\x04type\"B\n\x12\x43ustomDeserializer\x12\x15\n\rfunction_name\x18\x01 \x01(\t\x12\x15\n\rartifact_path\x18\x02 \x01(\t\"m\n\x13GenericDeserializer\x12\x46\n\x13\x64\x65serializer_format\x18\x01 \x01(\x0e\x32).qwak.feature.store.sources.MessageFormat\x12\x0e\n\x06schema\x18\x02 \x01(\t*<\n\rSaslMechanism\x12\x0f\n\x0bSCRAMSHA256\x10\x00\x12\x0f\n\x0bSCRAMSHA512\x10\x01\x12\t\n\x05PLAIN\x10\x02* \n\x10SecurityProtocol\x12\x0c\n\x08SASL_SSL\x10\x00*0\n\rMessageFormat\x12\x0b\n\x07INVALID\x10\x00\x12\x08\n\x04JSON\x10\x01\x12\x08\n\x04\x41VRO\x10\x02\x42X\n%com.qwak.ai.feature.store.sources.apiP\x01Z-qwak/featurestore/sources;featurestoresourcesb\x06proto3')
19
17
 
20
- _SASLMECHANISM = DESCRIPTOR.enum_types_by_name['SaslMechanism']
21
- SaslMechanism = enum_type_wrapper.EnumTypeWrapper(_SASLMECHANISM)
22
- _SECURITYPROTOCOL = DESCRIPTOR.enum_types_by_name['SecurityProtocol']
23
- SecurityProtocol = enum_type_wrapper.EnumTypeWrapper(_SECURITYPROTOCOL)
24
- _MESSAGEFORMAT = DESCRIPTOR.enum_types_by_name['MessageFormat']
25
- MessageFormat = enum_type_wrapper.EnumTypeWrapper(_MESSAGEFORMAT)
26
- SCRAMSHA256 = 0
27
- SCRAMSHA512 = 1
28
- PLAIN = 2
29
- SASL_SSL = 0
30
- INVALID = 0
31
- JSON = 1
32
- AVRO = 2
33
-
34
-
35
- _STREAMINGSOURCE = DESCRIPTOR.message_types_by_name['StreamingSource']
36
- _KAFKASOURCE = DESCRIPTOR.message_types_by_name['KafkaSource']
37
- _KAFKASOURCEV1 = DESCRIPTOR.message_types_by_name['KafkaSourceV1']
38
- _KAFKASOURCEV1_SECRETCONFIGSENTRY = _KAFKASOURCEV1.nested_types_by_name['SecretConfigsEntry']
39
- _KAFKASOURCEV1_PASSTHROUGHCONFIGSENTRY = _KAFKASOURCEV1.nested_types_by_name['PassthroughConfigsEntry']
40
- _AUTHENTICATION = DESCRIPTOR.message_types_by_name['Authentication']
41
- _SSL = DESCRIPTOR.message_types_by_name['Ssl']
42
- _PLAIN = DESCRIPTOR.message_types_by_name['Plain']
43
- _SASL = DESCRIPTOR.message_types_by_name['Sasl']
44
- _DESERIALIZATION = DESCRIPTOR.message_types_by_name['Deserialization']
45
- _CUSTOMDESERIALIZER = DESCRIPTOR.message_types_by_name['CustomDeserializer']
46
- _GENERICDESERIALIZER = DESCRIPTOR.message_types_by_name['GenericDeserializer']
47
- StreamingSource = _reflection.GeneratedProtocolMessageType('StreamingSource', (_message.Message,), {
48
- 'DESCRIPTOR' : _STREAMINGSOURCE,
49
- '__module__' : 'qwak.feature_store.sources.streaming_pb2'
50
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.StreamingSource)
51
- })
52
- _sym_db.RegisterMessage(StreamingSource)
53
-
54
- KafkaSource = _reflection.GeneratedProtocolMessageType('KafkaSource', (_message.Message,), {
55
- 'DESCRIPTOR' : _KAFKASOURCE,
56
- '__module__' : 'qwak.feature_store.sources.streaming_pb2'
57
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.KafkaSource)
58
- })
59
- _sym_db.RegisterMessage(KafkaSource)
60
-
61
- KafkaSourceV1 = _reflection.GeneratedProtocolMessageType('KafkaSourceV1', (_message.Message,), {
62
-
63
- 'SecretConfigsEntry' : _reflection.GeneratedProtocolMessageType('SecretConfigsEntry', (_message.Message,), {
64
- 'DESCRIPTOR' : _KAFKASOURCEV1_SECRETCONFIGSENTRY,
65
- '__module__' : 'qwak.feature_store.sources.streaming_pb2'
66
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.KafkaSourceV1.SecretConfigsEntry)
67
- })
68
- ,
69
-
70
- 'PassthroughConfigsEntry' : _reflection.GeneratedProtocolMessageType('PassthroughConfigsEntry', (_message.Message,), {
71
- 'DESCRIPTOR' : _KAFKASOURCEV1_PASSTHROUGHCONFIGSENTRY,
72
- '__module__' : 'qwak.feature_store.sources.streaming_pb2'
73
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.KafkaSourceV1.PassthroughConfigsEntry)
74
- })
75
- ,
76
- 'DESCRIPTOR' : _KAFKASOURCEV1,
77
- '__module__' : 'qwak.feature_store.sources.streaming_pb2'
78
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.KafkaSourceV1)
79
- })
80
- _sym_db.RegisterMessage(KafkaSourceV1)
81
- _sym_db.RegisterMessage(KafkaSourceV1.SecretConfigsEntry)
82
- _sym_db.RegisterMessage(KafkaSourceV1.PassthroughConfigsEntry)
83
-
84
- Authentication = _reflection.GeneratedProtocolMessageType('Authentication', (_message.Message,), {
85
- 'DESCRIPTOR' : _AUTHENTICATION,
86
- '__module__' : 'qwak.feature_store.sources.streaming_pb2'
87
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.Authentication)
88
- })
89
- _sym_db.RegisterMessage(Authentication)
90
-
91
- Ssl = _reflection.GeneratedProtocolMessageType('Ssl', (_message.Message,), {
92
- 'DESCRIPTOR' : _SSL,
93
- '__module__' : 'qwak.feature_store.sources.streaming_pb2'
94
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.Ssl)
95
- })
96
- _sym_db.RegisterMessage(Ssl)
97
-
98
- Plain = _reflection.GeneratedProtocolMessageType('Plain', (_message.Message,), {
99
- 'DESCRIPTOR' : _PLAIN,
100
- '__module__' : 'qwak.feature_store.sources.streaming_pb2'
101
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.Plain)
102
- })
103
- _sym_db.RegisterMessage(Plain)
104
-
105
- Sasl = _reflection.GeneratedProtocolMessageType('Sasl', (_message.Message,), {
106
- 'DESCRIPTOR' : _SASL,
107
- '__module__' : 'qwak.feature_store.sources.streaming_pb2'
108
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.Sasl)
109
- })
110
- _sym_db.RegisterMessage(Sasl)
111
-
112
- Deserialization = _reflection.GeneratedProtocolMessageType('Deserialization', (_message.Message,), {
113
- 'DESCRIPTOR' : _DESERIALIZATION,
114
- '__module__' : 'qwak.feature_store.sources.streaming_pb2'
115
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.Deserialization)
116
- })
117
- _sym_db.RegisterMessage(Deserialization)
118
-
119
- CustomDeserializer = _reflection.GeneratedProtocolMessageType('CustomDeserializer', (_message.Message,), {
120
- 'DESCRIPTOR' : _CUSTOMDESERIALIZER,
121
- '__module__' : 'qwak.feature_store.sources.streaming_pb2'
122
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.CustomDeserializer)
123
- })
124
- _sym_db.RegisterMessage(CustomDeserializer)
125
-
126
- GenericDeserializer = _reflection.GeneratedProtocolMessageType('GenericDeserializer', (_message.Message,), {
127
- 'DESCRIPTOR' : _GENERICDESERIALIZER,
128
- '__module__' : 'qwak.feature_store.sources.streaming_pb2'
129
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.GenericDeserializer)
130
- })
131
- _sym_db.RegisterMessage(GenericDeserializer)
132
-
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.sources.streaming_pb2', _globals)
133
21
  if _descriptor._USE_C_DESCRIPTORS == False:
134
22
 
135
23
  DESCRIPTOR._options = None
@@ -142,34 +30,34 @@ if _descriptor._USE_C_DESCRIPTORS == False:
142
30
  _KAFKASOURCEV1_SECRETCONFIGSENTRY._serialized_options = b'8\001'
143
31
  _KAFKASOURCEV1_PASSTHROUGHCONFIGSENTRY._options = None
144
32
  _KAFKASOURCEV1_PASSTHROUGHCONFIGSENTRY._serialized_options = b'8\001'
145
- _SASLMECHANISM._serialized_start=1812
146
- _SASLMECHANISM._serialized_end=1872
147
- _SECURITYPROTOCOL._serialized_start=1874
148
- _SECURITYPROTOCOL._serialized_end=1906
149
- _MESSAGEFORMAT._serialized_start=1908
150
- _MESSAGEFORMAT._serialized_end=1956
151
- _STREAMINGSOURCE._serialized_start=75
152
- _STREAMINGSOURCE._serialized_end=271
153
- _KAFKASOURCE._serialized_start=274
154
- _KAFKASOURCE._serialized_end=433
155
- _KAFKASOURCEV1._serialized_start=436
156
- _KAFKASOURCEV1._serialized_end=1009
157
- _KAFKASOURCEV1_SECRETCONFIGSENTRY._serialized_start=875
158
- _KAFKASOURCEV1_SECRETCONFIGSENTRY._serialized_end=927
159
- _KAFKASOURCEV1_PASSTHROUGHCONFIGSENTRY._serialized_start=929
160
- _KAFKASOURCEV1_PASSTHROUGHCONFIGSENTRY._serialized_end=986
161
- _AUTHENTICATION._serialized_start=1012
162
- _AUTHENTICATION._serialized_end=1228
163
- _SSL._serialized_start=1230
164
- _SSL._serialized_end=1235
165
- _PLAIN._serialized_start=1237
166
- _PLAIN._serialized_end=1244
167
- _SASL._serialized_start=1247
168
- _SASL._serialized_end=1443
169
- _DESERIALIZATION._serialized_start=1446
170
- _DESERIALIZATION._serialized_end=1631
171
- _CUSTOMDESERIALIZER._serialized_start=1633
172
- _CUSTOMDESERIALIZER._serialized_end=1699
173
- _GENERICDESERIALIZER._serialized_start=1701
174
- _GENERICDESERIALIZER._serialized_end=1810
33
+ _globals['_SASLMECHANISM']._serialized_start=1812
34
+ _globals['_SASLMECHANISM']._serialized_end=1872
35
+ _globals['_SECURITYPROTOCOL']._serialized_start=1874
36
+ _globals['_SECURITYPROTOCOL']._serialized_end=1906
37
+ _globals['_MESSAGEFORMAT']._serialized_start=1908
38
+ _globals['_MESSAGEFORMAT']._serialized_end=1956
39
+ _globals['_STREAMINGSOURCE']._serialized_start=75
40
+ _globals['_STREAMINGSOURCE']._serialized_end=271
41
+ _globals['_KAFKASOURCE']._serialized_start=274
42
+ _globals['_KAFKASOURCE']._serialized_end=433
43
+ _globals['_KAFKASOURCEV1']._serialized_start=436
44
+ _globals['_KAFKASOURCEV1']._serialized_end=1009
45
+ _globals['_KAFKASOURCEV1_SECRETCONFIGSENTRY']._serialized_start=875
46
+ _globals['_KAFKASOURCEV1_SECRETCONFIGSENTRY']._serialized_end=927
47
+ _globals['_KAFKASOURCEV1_PASSTHROUGHCONFIGSENTRY']._serialized_start=929
48
+ _globals['_KAFKASOURCEV1_PASSTHROUGHCONFIGSENTRY']._serialized_end=986
49
+ _globals['_AUTHENTICATION']._serialized_start=1012
50
+ _globals['_AUTHENTICATION']._serialized_end=1228
51
+ _globals['_SSL']._serialized_start=1230
52
+ _globals['_SSL']._serialized_end=1235
53
+ _globals['_PLAIN']._serialized_start=1237
54
+ _globals['_PLAIN']._serialized_end=1244
55
+ _globals['_SASL']._serialized_start=1247
56
+ _globals['_SASL']._serialized_end=1443
57
+ _globals['_DESERIALIZATION']._serialized_start=1446
58
+ _globals['_DESERIALIZATION']._serialized_end=1631
59
+ _globals['_CUSTOMDESERIALIZER']._serialized_start=1633
60
+ _globals['_CUSTOMDESERIALIZER']._serialized_end=1699
61
+ _globals['_GENERICDESERIALIZER']._serialized_start=1701
62
+ _globals['_GENERICDESERIALIZER']._serialized_end=1810
175
63
  # @@protoc_insertion_point(module_scope)
@@ -4,9 +4,8 @@
4
4
  """Generated protocol buffer code."""
5
5
  from google.protobuf import descriptor as _descriptor
6
6
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
10
9
  # @@protoc_insertion_point(imports)
11
10
 
12
11
  _sym_db = _symbol_database.Default()
@@ -16,20 +15,13 @@ _sym_db = _symbol_database.Default()
16
15
 
17
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n@qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact.proto\x12+qwak.feature.store.v1.common.jfrog_artifact\"\x1d\n\rJfrogArtifact\x12\x0c\n\x04path\x18\x01 \x01(\tBp\n2com.qwak.ai.feature.store.v1.common.jfrog_artifactP\x01Z8qwak/featurestore/v1/common/jfrog_artifact;jfrogartifactb\x06proto3')
18
17
 
19
-
20
-
21
- _JFROGARTIFACT = DESCRIPTOR.message_types_by_name['JfrogArtifact']
22
- JfrogArtifact = _reflection.GeneratedProtocolMessageType('JfrogArtifact', (_message.Message,), {
23
- 'DESCRIPTOR' : _JFROGARTIFACT,
24
- '__module__' : 'qwak.feature_store.v1.common.jfrog_artifact.jfrog_artifact_pb2'
25
- # @@protoc_insertion_point(class_scope:qwak.feature.store.v1.common.jfrog_artifact.JfrogArtifact)
26
- })
27
- _sym_db.RegisterMessage(JfrogArtifact)
28
-
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.v1.common.jfrog_artifact.jfrog_artifact_pb2', _globals)
29
21
  if _descriptor._USE_C_DESCRIPTORS == False:
30
22
 
31
23
  DESCRIPTOR._options = None
32
24
  DESCRIPTOR._serialized_options = b'\n2com.qwak.ai.feature.store.v1.common.jfrog_artifactP\001Z8qwak/featurestore/v1/common/jfrog_artifact;jfrogartifact'
33
- _JFROGARTIFACT._serialized_start=113
34
- _JFROGARTIFACT._serialized_end=142
25
+ _globals['_JFROGARTIFACT']._serialized_start=113
26
+ _globals['_JFROGARTIFACT']._serialized_end=142
35
27
  # @@protoc_insertion_point(module_scope)
@@ -4,9 +4,8 @@
4
4
  """Generated protocol buffer code."""
5
5
  from google.protobuf import descriptor as _descriptor
6
6
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
10
9
  # @@protoc_insertion_point(imports)
11
10
 
12
11
  _sym_db = _symbol_database.Default()
@@ -17,40 +16,17 @@ from _qwak_proto.qwak.feature_store.v1.common.jfrog_artifact import jfrog_artifa
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:qwak/feature_store/v1/common/source_code/source_code.proto\x12(qwak.feature.store.v1.common.source_code\x1a@qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact.proto\"`\n\x0eSourceCodeSpec\x12N\n\x08\x61rtifact\x18\x01 \x01(\x0b\x32<.qwak.feature.store.v1.common.source_code.SourceCodeArtifact\"k\n\x12SourceCodeArtifact\x12M\n\x0czip_artifact\x18\x01 \x01(\x0b\x32\x35.qwak.feature.store.v1.common.source_code.ZipArtifactH\x00\x42\x06\n\x04type\"\x98\x01\n\x0bZipArtifact\x12\x0e\n\x04path\x18\x01 \x01(\tH\x00\x12Y\n\x13jfrog_artifact_path\x18\x03 \x01(\x0b\x32:.qwak.feature.store.v1.common.jfrog_artifact.JfrogArtifactH\x00\x12\x11\n\tmain_file\x18\x02 \x01(\tB\x0b\n\tpath_typeBg\n/com.qwak.ai.feature.store.v1.common.source_codeP\x01Z2qwak/featurestore/v1/common/source_code;sourcecodeb\x06proto3')
19
18
 
20
-
21
-
22
- _SOURCECODESPEC = DESCRIPTOR.message_types_by_name['SourceCodeSpec']
23
- _SOURCECODEARTIFACT = DESCRIPTOR.message_types_by_name['SourceCodeArtifact']
24
- _ZIPARTIFACT = DESCRIPTOR.message_types_by_name['ZipArtifact']
25
- SourceCodeSpec = _reflection.GeneratedProtocolMessageType('SourceCodeSpec', (_message.Message,), {
26
- 'DESCRIPTOR' : _SOURCECODESPEC,
27
- '__module__' : 'qwak.feature_store.v1.common.source_code.source_code_pb2'
28
- # @@protoc_insertion_point(class_scope:qwak.feature.store.v1.common.source_code.SourceCodeSpec)
29
- })
30
- _sym_db.RegisterMessage(SourceCodeSpec)
31
-
32
- SourceCodeArtifact = _reflection.GeneratedProtocolMessageType('SourceCodeArtifact', (_message.Message,), {
33
- 'DESCRIPTOR' : _SOURCECODEARTIFACT,
34
- '__module__' : 'qwak.feature_store.v1.common.source_code.source_code_pb2'
35
- # @@protoc_insertion_point(class_scope:qwak.feature.store.v1.common.source_code.SourceCodeArtifact)
36
- })
37
- _sym_db.RegisterMessage(SourceCodeArtifact)
38
-
39
- ZipArtifact = _reflection.GeneratedProtocolMessageType('ZipArtifact', (_message.Message,), {
40
- 'DESCRIPTOR' : _ZIPARTIFACT,
41
- '__module__' : 'qwak.feature_store.v1.common.source_code.source_code_pb2'
42
- # @@protoc_insertion_point(class_scope:qwak.feature.store.v1.common.source_code.ZipArtifact)
43
- })
44
- _sym_db.RegisterMessage(ZipArtifact)
45
-
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.v1.common.source_code.source_code_pb2', _globals)
46
22
  if _descriptor._USE_C_DESCRIPTORS == False:
47
23
 
48
24
  DESCRIPTOR._options = None
49
25
  DESCRIPTOR._serialized_options = b'\n/com.qwak.ai.feature.store.v1.common.source_codeP\001Z2qwak/featurestore/v1/common/source_code;sourcecode'
50
- _SOURCECODESPEC._serialized_start=170
51
- _SOURCECODESPEC._serialized_end=266
52
- _SOURCECODEARTIFACT._serialized_start=268
53
- _SOURCECODEARTIFACT._serialized_end=375
54
- _ZIPARTIFACT._serialized_start=378
55
- _ZIPARTIFACT._serialized_end=530
26
+ _globals['_SOURCECODESPEC']._serialized_start=170
27
+ _globals['_SOURCECODESPEC']._serialized_end=266
28
+ _globals['_SOURCECODEARTIFACT']._serialized_start=268
29
+ _globals['_SOURCECODEARTIFACT']._serialized_end=375
30
+ _globals['_ZIPARTIFACT']._serialized_start=378
31
+ _globals['_ZIPARTIFACT']._serialized_end=530
56
32
  # @@protoc_insertion_point(module_scope)
@@ -4,9 +4,8 @@
4
4
  """Generated protocol buffer code."""
5
5
  from google.protobuf import descriptor as _descriptor
6
6
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
10
9
  # @@protoc_insertion_point(imports)
11
10
 
12
11
  _sym_db = _symbol_database.Default()
@@ -16,66 +15,25 @@ _sym_db = _symbol_database.Default()
16
15
 
17
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nDqwak/feature_store/v1/internal/data_source/data_source_service.proto\x12\x31qwak.feature.store.management.v1.internal.sources\"E\n)GetDataSourceSourceCodeDownloadURLRequest\x12\x18\n\x10\x64\x61ta_source_name\x18\x01 \x01(\t\"B\n*GetDataSourceSourceCodeDownloadURLResponse\x12\x14\n\x0c\x64ownload_url\x18\x01 \x01(\t\"q\n$GetDataSourceSourceCodeUploadRequest\x12\x18\n\x10\x64\x61ta_source_name\x18\x01 \x01(\t\x12\x19\n\x0frepository_name\x18\x02 \x01(\tH\x00\x42\x14\n\x12repository_details\"\xf4\x01\n%GetDataSourceSourceCodeUploadResponse\x12\x12\n\nupload_url\x18\x01 \x01(\t\x12\x81\x01\n\rextra_headers\x18\x02 \x03(\x0b\x32j.qwak.feature.store.management.v1.internal.sources.GetDataSourceSourceCodeUploadResponse.ExtraHeadersEntry\x1a\x33\n\x11\x45xtraHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x32\xcf\x03\n\x11\x44\x61taSourceService\x12\xd5\x01\n GetDataSourceSourceCodeUploadURL\x12W.qwak.feature.store.management.v1.internal.sources.GetDataSourceSourceCodeUploadRequest\x1aX.qwak.feature.store.management.v1.internal.sources.GetDataSourceSourceCodeUploadResponse\x12\xe1\x01\n\"GetDataSourceSourceCodeDownloadURL\x12\\.qwak.feature.store.management.v1.internal.sources.GetDataSourceSourceCodeDownloadURLRequest\x1a].qwak.feature.store.management.v1.internal.sources.GetDataSourceSourceCodeDownloadURLResponseBw\n<com.qwak.ai.feature.store.management.v1.api.internal.sourcesP\x01Z5qwak/featurestore/sources;featurestoreinternalsourcesb\x06proto3')
18
17
 
19
-
20
-
21
- _GETDATASOURCESOURCECODEDOWNLOADURLREQUEST = DESCRIPTOR.message_types_by_name['GetDataSourceSourceCodeDownloadURLRequest']
22
- _GETDATASOURCESOURCECODEDOWNLOADURLRESPONSE = DESCRIPTOR.message_types_by_name['GetDataSourceSourceCodeDownloadURLResponse']
23
- _GETDATASOURCESOURCECODEUPLOADREQUEST = DESCRIPTOR.message_types_by_name['GetDataSourceSourceCodeUploadRequest']
24
- _GETDATASOURCESOURCECODEUPLOADRESPONSE = DESCRIPTOR.message_types_by_name['GetDataSourceSourceCodeUploadResponse']
25
- _GETDATASOURCESOURCECODEUPLOADRESPONSE_EXTRAHEADERSENTRY = _GETDATASOURCESOURCECODEUPLOADRESPONSE.nested_types_by_name['ExtraHeadersEntry']
26
- GetDataSourceSourceCodeDownloadURLRequest = _reflection.GeneratedProtocolMessageType('GetDataSourceSourceCodeDownloadURLRequest', (_message.Message,), {
27
- 'DESCRIPTOR' : _GETDATASOURCESOURCECODEDOWNLOADURLREQUEST,
28
- '__module__' : 'qwak.feature_store.v1.internal.data_source.data_source_service_pb2'
29
- # @@protoc_insertion_point(class_scope:qwak.feature.store.management.v1.internal.sources.GetDataSourceSourceCodeDownloadURLRequest)
30
- })
31
- _sym_db.RegisterMessage(GetDataSourceSourceCodeDownloadURLRequest)
32
-
33
- GetDataSourceSourceCodeDownloadURLResponse = _reflection.GeneratedProtocolMessageType('GetDataSourceSourceCodeDownloadURLResponse', (_message.Message,), {
34
- 'DESCRIPTOR' : _GETDATASOURCESOURCECODEDOWNLOADURLRESPONSE,
35
- '__module__' : 'qwak.feature_store.v1.internal.data_source.data_source_service_pb2'
36
- # @@protoc_insertion_point(class_scope:qwak.feature.store.management.v1.internal.sources.GetDataSourceSourceCodeDownloadURLResponse)
37
- })
38
- _sym_db.RegisterMessage(GetDataSourceSourceCodeDownloadURLResponse)
39
-
40
- GetDataSourceSourceCodeUploadRequest = _reflection.GeneratedProtocolMessageType('GetDataSourceSourceCodeUploadRequest', (_message.Message,), {
41
- 'DESCRIPTOR' : _GETDATASOURCESOURCECODEUPLOADREQUEST,
42
- '__module__' : 'qwak.feature_store.v1.internal.data_source.data_source_service_pb2'
43
- # @@protoc_insertion_point(class_scope:qwak.feature.store.management.v1.internal.sources.GetDataSourceSourceCodeUploadRequest)
44
- })
45
- _sym_db.RegisterMessage(GetDataSourceSourceCodeUploadRequest)
46
-
47
- GetDataSourceSourceCodeUploadResponse = _reflection.GeneratedProtocolMessageType('GetDataSourceSourceCodeUploadResponse', (_message.Message,), {
48
-
49
- 'ExtraHeadersEntry' : _reflection.GeneratedProtocolMessageType('ExtraHeadersEntry', (_message.Message,), {
50
- 'DESCRIPTOR' : _GETDATASOURCESOURCECODEUPLOADRESPONSE_EXTRAHEADERSENTRY,
51
- '__module__' : 'qwak.feature_store.v1.internal.data_source.data_source_service_pb2'
52
- # @@protoc_insertion_point(class_scope:qwak.feature.store.management.v1.internal.sources.GetDataSourceSourceCodeUploadResponse.ExtraHeadersEntry)
53
- })
54
- ,
55
- 'DESCRIPTOR' : _GETDATASOURCESOURCECODEUPLOADRESPONSE,
56
- '__module__' : 'qwak.feature_store.v1.internal.data_source.data_source_service_pb2'
57
- # @@protoc_insertion_point(class_scope:qwak.feature.store.management.v1.internal.sources.GetDataSourceSourceCodeUploadResponse)
58
- })
59
- _sym_db.RegisterMessage(GetDataSourceSourceCodeUploadResponse)
60
- _sym_db.RegisterMessage(GetDataSourceSourceCodeUploadResponse.ExtraHeadersEntry)
61
-
62
- _DATASOURCESERVICE = DESCRIPTOR.services_by_name['DataSourceService']
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.v1.internal.data_source.data_source_service_pb2', _globals)
63
21
  if _descriptor._USE_C_DESCRIPTORS == False:
64
22
 
65
23
  DESCRIPTOR._options = None
66
24
  DESCRIPTOR._serialized_options = b'\n<com.qwak.ai.feature.store.management.v1.api.internal.sourcesP\001Z5qwak/featurestore/sources;featurestoreinternalsources'
67
25
  _GETDATASOURCESOURCECODEUPLOADRESPONSE_EXTRAHEADERSENTRY._options = None
68
26
  _GETDATASOURCESOURCECODEUPLOADRESPONSE_EXTRAHEADERSENTRY._serialized_options = b'8\001'
69
- _GETDATASOURCESOURCECODEDOWNLOADURLREQUEST._serialized_start=123
70
- _GETDATASOURCESOURCECODEDOWNLOADURLREQUEST._serialized_end=192
71
- _GETDATASOURCESOURCECODEDOWNLOADURLRESPONSE._serialized_start=194
72
- _GETDATASOURCESOURCECODEDOWNLOADURLRESPONSE._serialized_end=260
73
- _GETDATASOURCESOURCECODEUPLOADREQUEST._serialized_start=262
74
- _GETDATASOURCESOURCECODEUPLOADREQUEST._serialized_end=375
75
- _GETDATASOURCESOURCECODEUPLOADRESPONSE._serialized_start=378
76
- _GETDATASOURCESOURCECODEUPLOADRESPONSE._serialized_end=622
77
- _GETDATASOURCESOURCECODEUPLOADRESPONSE_EXTRAHEADERSENTRY._serialized_start=571
78
- _GETDATASOURCESOURCECODEUPLOADRESPONSE_EXTRAHEADERSENTRY._serialized_end=622
79
- _DATASOURCESERVICE._serialized_start=625
80
- _DATASOURCESERVICE._serialized_end=1088
27
+ _globals['_GETDATASOURCESOURCECODEDOWNLOADURLREQUEST']._serialized_start=123
28
+ _globals['_GETDATASOURCESOURCECODEDOWNLOADURLREQUEST']._serialized_end=192
29
+ _globals['_GETDATASOURCESOURCECODEDOWNLOADURLRESPONSE']._serialized_start=194
30
+ _globals['_GETDATASOURCESOURCECODEDOWNLOADURLRESPONSE']._serialized_end=260
31
+ _globals['_GETDATASOURCESOURCECODEUPLOADREQUEST']._serialized_start=262
32
+ _globals['_GETDATASOURCESOURCECODEUPLOADREQUEST']._serialized_end=375
33
+ _globals['_GETDATASOURCESOURCECODEUPLOADRESPONSE']._serialized_start=378
34
+ _globals['_GETDATASOURCESOURCECODEUPLOADRESPONSE']._serialized_end=622
35
+ _globals['_GETDATASOURCESOURCECODEUPLOADRESPONSE_EXTRAHEADERSENTRY']._serialized_start=571
36
+ _globals['_GETDATASOURCESOURCECODEUPLOADRESPONSE_EXTRAHEADERSENTRY']._serialized_end=622
37
+ _globals['_DATASOURCESERVICE']._serialized_start=625
38
+ _globals['_DATASOURCESERVICE']._serialized_end=1088
81
39
  # @@protoc_insertion_point(module_scope)