frogml-core 0.0.108__py3-none-any.whl → 0.0.110__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 (219) hide show
  1. frogml_core/__init__.py +1 -1
  2. frogml_core/inner/build_logic/phases/phase_010_fetch_model/post_fetch_validation_step.py +1 -1
  3. {frogml_core-0.0.108.dist-info → frogml_core-0.0.110.dist-info}/METADATA +4 -5
  4. {frogml_core-0.0.108.dist-info → frogml_core-0.0.110.dist-info}/RECORD +219 -219
  5. frogml_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py +8 -23
  6. frogml_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py +10 -27
  7. frogml_proto/jfml/model_version/v1/artifact_pb2.py +8 -24
  8. frogml_proto/jfml/model_version/v1/build_spec_pb2.py +12 -44
  9. frogml_proto/jfml/model_version/v1/model_repository_spec_pb2.py +6 -14
  10. frogml_proto/jfml/model_version/v1/model_version_framework_pb2.py +18 -74
  11. frogml_proto/jfml/model_version/v1/model_version_manager_service_pb2.py +34 -147
  12. frogml_proto/jfml/model_version/v1/model_version_pb2.py +32 -148
  13. frogml_proto/qwak/administration/account/v1/account_pb2.py +22 -87
  14. frogml_proto/qwak/administration/account/v1/account_service_pb2.py +42 -187
  15. frogml_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +26 -114
  16. frogml_proto/qwak/administration/account/v1/personalization_pb2.py +8 -24
  17. frogml_proto/qwak/administration/account/v1/preferences_pb2.py +6 -14
  18. frogml_proto/qwak/administration/account/v1/terms_pb2.py +14 -54
  19. frogml_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py +18 -67
  20. frogml_proto/qwak/administration/authenticated_user/v1/credentials_pb2.py +8 -24
  21. frogml_proto/qwak/administration/authenticated_user/v1/details_pb2.py +14 -54
  22. frogml_proto/qwak/administration/cluster/v2/cluster_pb2.py +38 -173
  23. frogml_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py +6 -14
  24. frogml_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py +8 -24
  25. frogml_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +10 -34
  26. frogml_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +6 -14
  27. frogml_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +12 -44
  28. frogml_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py +9 -15
  29. frogml_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.pyi +29 -0
  30. frogml_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +6 -14
  31. frogml_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py +8 -15
  32. frogml_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.pyi +16 -0
  33. frogml_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +10 -34
  34. frogml_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +14 -54
  35. frogml_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +6 -14
  36. frogml_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +6 -14
  37. frogml_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +14 -54
  38. frogml_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +10 -34
  39. frogml_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py +10 -34
  40. frogml_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +6 -14
  41. frogml_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +10 -34
  42. frogml_proto/qwak/administration/v0/authentication/authentication_service_pb2.py +14 -47
  43. frogml_proto/qwak/administration/v0/environments/configuration_pb2.py +20 -82
  44. frogml_proto/qwak/administration/v0/environments/environment_pb2.py +12 -40
  45. frogml_proto/qwak/administration/v0/environments/environment_service_pb2.py +36 -158
  46. frogml_proto/qwak/administration/v0/environments/personalization_pb2.py +8 -24
  47. frogml_proto/qwak/administration/v0/users/user_pb2.py +18 -71
  48. frogml_proto/qwak/admiral/secret/v0/secret_pb2.py +26 -115
  49. frogml_proto/qwak/admiral/secret/v0/secret_service_pb2.py +18 -67
  50. frogml_proto/qwak/admiral/secret/v0/system_secret_service_pb2.py +18 -67
  51. frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py +38 -174
  52. frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py +22 -87
  53. frogml_proto/qwak/analytics/analytics_pb2.py +26 -121
  54. frogml_proto/qwak/analytics/analytics_service_pb2.py +46 -207
  55. frogml_proto/qwak/artifactory_settings/artifactory_settings_pb2.py +8 -24
  56. frogml_proto/qwak/audience/v1/audience_api_pb2.py +30 -127
  57. frogml_proto/qwak/audience/v1/audience_pb2.py +26 -113
  58. frogml_proto/qwak/auto_scaling/v1/auto_scaling_pb2.py +18 -79
  59. frogml_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py +10 -27
  60. frogml_proto/qwak/automation/v1/action_pb2.py +40 -180
  61. frogml_proto/qwak/automation/v1/auto_scaling_pb2.py +18 -79
  62. frogml_proto/qwak/automation/v1/automation_execution_pb2.py +12 -43
  63. frogml_proto/qwak/automation/v1/automation_management_service_pb2.py +56 -258
  64. frogml_proto/qwak/automation/v1/automation_pb2.py +10 -34
  65. frogml_proto/qwak/automation/v1/common_pb2.py +10 -35
  66. frogml_proto/qwak/automation/v1/notification_pb2.py +16 -68
  67. frogml_proto/qwak/automation/v1/trigger_pb2.py +14 -54
  68. frogml_proto/qwak/batch_job/v1/batch_job_events_pb2.py +26 -116
  69. frogml_proto/qwak/batch_job/v1/batch_job_resources_pb2.py +8 -26
  70. frogml_proto/qwak/batch_job/v1/batch_job_service_pb2.py +118 -561
  71. frogml_proto/qwak/build/v1/build_api_pb2.py +86 -407
  72. frogml_proto/qwak/build/v1/build_pb2.py +114 -549
  73. frogml_proto/qwak/build_settings/build_settings_api_pb2.py +18 -67
  74. frogml_proto/qwak/build_settings/build_settings_pb2.py +18 -74
  75. frogml_proto/qwak/builds/build_pb2.py +44 -206
  76. frogml_proto/qwak/builds/build_url_pb2.py +26 -113
  77. frogml_proto/qwak/builds/builds_orchestrator_service_pb2.py +58 -269
  78. frogml_proto/qwak/builds/builds_pb2.py +110 -519
  79. frogml_proto/qwak/builds/internal_builds_orchestrator_service_pb2.py +12 -37
  80. frogml_proto/qwak/data_versioning/data_versioning_pb2.py +8 -24
  81. frogml_proto/qwak/data_versioning/data_versioning_service_pb2.py +14 -47
  82. frogml_proto/qwak/deployment/alert_pb2.py +24 -108
  83. frogml_proto/qwak/deployment/alert_service_pb2.py +30 -127
  84. frogml_proto/qwak/deployment/deployment_messages_pb2.py +6 -14
  85. frogml_proto/qwak/deployment/deployment_pb2.py +124 -588
  86. frogml_proto/qwak/deployment/deployment_service_pb2.py +86 -419
  87. frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2.py +14 -47
  88. frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_pb2.py +8 -24
  89. frogml_proto/qwak/ecosystem/jfrog/v0/token_pb2.py +36 -164
  90. frogml_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py +22 -87
  91. frogml_proto/qwak/ecosystem/v0/credentials_pb2.py +10 -34
  92. frogml_proto/qwak/ecosystem/v0/ecosystem_pb2.py +30 -138
  93. frogml_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py +52 -237
  94. frogml_proto/qwak/execution/v1/backfill_pb2.py +18 -74
  95. frogml_proto/qwak/execution/v1/batch_pb2.py +10 -34
  96. frogml_proto/qwak/execution/v1/deletion_pb2.py +12 -44
  97. frogml_proto/qwak/execution/v1/execution_pb2.py +16 -69
  98. frogml_proto/qwak/execution/v1/execution_service_pb2.py +64 -298
  99. frogml_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py +6 -14
  100. frogml_proto/qwak/execution/v1/jobs/job_pb2.py +18 -76
  101. frogml_proto/qwak/execution/v1/jobs/job_service_pb2.py +54 -247
  102. frogml_proto/qwak/execution/v1/jobs/reports/report_pb2.py +20 -84
  103. frogml_proto/qwak/execution/v1/state/execution_state_pb2.py +6 -14
  104. frogml_proto/qwak/execution/v1/state/execution_state_service_pb2.py +30 -127
  105. frogml_proto/qwak/execution/v1/state/featureset_state_pb2.py +6 -14
  106. frogml_proto/qwak/execution/v1/state/spark_execution_state_pb2.py +14 -68
  107. frogml_proto/qwak/execution/v1/streaming_aggregation_pb2.py +14 -54
  108. frogml_proto/qwak/execution/v1/streaming_pb2.py +12 -44
  109. frogml_proto/qwak/feature_store/entities/entity_pb2.py +16 -57
  110. frogml_proto/qwak/feature_store/entities/entity_service_pb2.py +30 -127
  111. frogml_proto/qwak/feature_store/features/aggregation_pb2.py +38 -175
  112. frogml_proto/qwak/feature_store/features/deployment_pb2.py +36 -167
  113. frogml_proto/qwak/feature_store/features/deployment_service_pb2.py +10 -27
  114. frogml_proto/qwak/feature_store/features/execution_pb2.py +14 -56
  115. frogml_proto/qwak/feature_store/features/feature_set_attribute_pb2.py +6 -14
  116. frogml_proto/qwak/feature_store/features/feature_set_pb2.py +34 -155
  117. frogml_proto/qwak/feature_store/features/feature_set_service_pb2.py +92 -439
  118. frogml_proto/qwak/feature_store/features/feature_set_state_pb2.py +38 -181
  119. frogml_proto/qwak/feature_store/features/feature_set_state_service_pb2.py +26 -107
  120. frogml_proto/qwak/feature_store/features/feature_set_types_pb2.py +74 -346
  121. frogml_proto/qwak/feature_store/features/monitoring_pb2.py +10 -34
  122. frogml_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py +32 -143
  123. frogml_proto/qwak/feature_store/jobs/job_pb2.py +12 -46
  124. frogml_proto/qwak/feature_store/jobs/job_service_pb2.py +30 -127
  125. frogml_proto/qwak/feature_store/jobs/v1/job_pb2.py +12 -45
  126. frogml_proto/qwak/feature_store/jobs/v1/job_service_pb2.py +42 -187
  127. frogml_proto/qwak/feature_store/platform/platform_details_pb2.py +8 -24
  128. frogml_proto/qwak/feature_store/reports/report_pb2.py +14 -53
  129. frogml_proto/qwak/feature_store/repository/common/platform_pb2.py +10 -34
  130. frogml_proto/qwak/feature_store/serving/management_pb2.py +14 -47
  131. frogml_proto/qwak/feature_store/serving/metadata_pb2.py +12 -44
  132. frogml_proto/qwak/feature_store/serving/serving_pb2.py +50 -222
  133. frogml_proto/qwak/feature_store/serving/v1/value_pb2.py +8 -24
  134. frogml_proto/qwak/feature_store/sinks/sink_pb2.py +14 -54
  135. frogml_proto/qwak/feature_store/sources/batch_pb2.py +70 -334
  136. frogml_proto/qwak/feature_store/sources/data_source_attribute_pb2.py +6 -14
  137. frogml_proto/qwak/feature_store/sources/data_source_pb2.py +14 -54
  138. frogml_proto/qwak/feature_store/sources/data_source_service_pb2.py +34 -147
  139. frogml_proto/qwak/feature_store/sources/streaming_pb2.py +34 -146
  140. frogml_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +6 -14
  141. frogml_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +10 -34
  142. frogml_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +16 -58
  143. frogml_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py +10 -27
  144. frogml_proto/qwak/features_operator/v1/features_operator_pb2.py +14 -54
  145. frogml_proto/qwak/features_operator/v1/features_operator_service_pb2.py +14 -47
  146. frogml_proto/qwak/features_operator/v2/features_operator_pb2.py +16 -64
  147. frogml_proto/qwak/features_operator/v2/features_operator_service_pb2.py +12 -37
  148. frogml_proto/qwak/features_operator/v3/features_operator_async_service_pb2.py +26 -107
  149. frogml_proto/qwak/features_operator/v3/features_operator_pb2.py +16 -64
  150. frogml_proto/qwak/file_versioning/file_versioning_pb2.py +10 -33
  151. frogml_proto/qwak/file_versioning/file_versioning_service_pb2.py +14 -47
  152. frogml_proto/qwak/fitness_service/constructs_pb2.py +22 -99
  153. frogml_proto/qwak/fitness_service/fitness_pb2.py +10 -32
  154. frogml_proto/qwak/fitness_service/fitness_service_pb2.py +22 -87
  155. frogml_proto/qwak/fitness_service/status_pb2.py +24 -106
  156. frogml_proto/qwak/inference/feedback/feedback_pb2.py +28 -96
  157. frogml_proto/qwak/instance_template/instance_template_pb2.py +12 -40
  158. frogml_proto/qwak/instance_template/instance_template_service_pb2.py +14 -47
  159. frogml_proto/qwak/integration/hugging_face_integration_pb2.py +16 -64
  160. frogml_proto/qwak/integration/integration_pb2.py +28 -126
  161. frogml_proto/qwak/integration/integration_service_pb2.py +34 -147
  162. frogml_proto/qwak/integration/open_a_i_integration_pb2.py +16 -64
  163. frogml_proto/qwak/integration/opsgenie_integration_pb2.py +20 -82
  164. frogml_proto/qwak/integration/pagerduty_integration_pb2.py +24 -104
  165. frogml_proto/qwak/integration/slack_app_integration_pb2.py +24 -104
  166. frogml_proto/qwak/jfrog/gateway/v0/repository_pb2.py +18 -74
  167. frogml_proto/qwak/jfrog/gateway/v0/repository_service_pb2.py +14 -47
  168. frogml_proto/qwak/kube_deployment_captain/alert_pb2.py +22 -97
  169. frogml_proto/qwak/kube_deployment_captain/alerting_pb2.py +12 -44
  170. frogml_proto/qwak/kube_deployment_captain/batch_job_pb2.py +68 -322
  171. frogml_proto/qwak/kube_deployment_captain/deployment_pb2.py +44 -167
  172. frogml_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py +32 -144
  173. frogml_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py +108 -519
  174. frogml_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py +8 -24
  175. frogml_proto/qwak/logging/log_filter_pb2.py +12 -44
  176. frogml_proto/qwak/logging/log_line_pb2.py +8 -25
  177. frogml_proto/qwak/logging/log_reader_service_pb2.py +10 -27
  178. frogml_proto/qwak/logging/log_source_pb2.py +30 -134
  179. frogml_proto/qwak/model_descriptor/open_ai_descriptor_pb2.py +18 -74
  180. frogml_proto/qwak/model_group/model_group_pb2.py +14 -47
  181. frogml_proto/qwak/model_group/model_group_repository_details_pb2.py +18 -74
  182. frogml_proto/qwak/models/models_pb2.py +88 -405
  183. frogml_proto/qwak/models/models_query_pb2.py +16 -56
  184. frogml_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py +30 -127
  185. frogml_proto/qwak/monitoring/v0/alerting_channel_pb2.py +34 -152
  186. frogml_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py +14 -47
  187. frogml_proto/qwak/offline/serving/v1/feature_values_pb2.py +6 -14
  188. frogml_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py +30 -123
  189. frogml_proto/qwak/offline/serving/v1/options_pb2.py +6 -14
  190. frogml_proto/qwak/offline/serving/v1/population_pb2.py +14 -54
  191. frogml_proto/qwak/projects/jfrog_project_spec_pb2.py +6 -14
  192. frogml_proto/qwak/projects/projects_pb2.py +44 -190
  193. frogml_proto/qwak/prompt/v1/prompt/prompt_manager_service_pb2.py +54 -247
  194. frogml_proto/qwak/prompt/v1/prompt/prompt_pb2.py +46 -214
  195. frogml_proto/qwak/secret_service/secret_service_pb2.py +18 -67
  196. frogml_proto/qwak/self_service/account/v0/account_membership_pb2.py +24 -106
  197. frogml_proto/qwak/self_service/account/v0/account_membership_service_pb2.py +50 -227
  198. frogml_proto/qwak/self_service/account/v0/account_status_pb2.py +16 -65
  199. frogml_proto/qwak/self_service/account/v0/managing_account_pb2.py +30 -131
  200. frogml_proto/qwak/self_service/account/v0/managing_account_service_pb2.py +22 -87
  201. frogml_proto/qwak/self_service/user/v1/api_key_pb2.py +6 -14
  202. frogml_proto/qwak/self_service/user/v1/user_pb2.py +6 -14
  203. frogml_proto/qwak/self_service/user/v1/user_service_pb2.py +30 -121
  204. frogml_proto/qwak/service_discovery/service_discovery_location_pb2.py +12 -44
  205. frogml_proto/qwak/service_discovery/service_discovery_location_service_pb2.py +10 -27
  206. frogml_proto/qwak/traffic/v1/traffic_api_pb2.py +22 -87
  207. frogml_proto/qwak/traffic/v1/traffic_pb2.py +26 -113
  208. frogml_proto/qwak/user_application/common/v0/resources_pb2.py +30 -138
  209. frogml_proto/qwak/user_application/v0/user_application_pb2.py +10 -43
  210. frogml_proto/qwak/vectors/v1/collection/collection_pb2.py +24 -106
  211. frogml_proto/qwak/vectors/v1/collection/collection_service_pb2.py +38 -167
  212. frogml_proto/qwak/vectors/v1/collection/event/collection_event_pb2.py +6 -14
  213. frogml_proto/qwak/vectors/v1/filters_pb2.py +30 -134
  214. frogml_proto/qwak/vectors/v1/vector_pb2.py +14 -54
  215. frogml_proto/qwak/vectors/v1/vector_service_pb2.py +26 -107
  216. frogml_proto/qwak/workspace/workspace_pb2.py +22 -107
  217. frogml_proto/qwak/workspace/workspace_service_pb2.py +62 -287
  218. frogml_storage/__init__.py +1 -1
  219. {frogml_core-0.0.108.dist-info → frogml_core-0.0.110.dist-info}/WHEEL +0 -0
@@ -4,32 +4,25 @@
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()
13
12
 
14
13
 
14
+ from frogml_proto.qwak.administration.runtime_configuration.v0.external import prometheus_config_pb2 as qwak_dot_administration_dot_runtime__configuration_dot_v0_dot_external_dot_prometheus__config__pb2
15
15
 
16
16
 
17
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nRqwak/administration/runtime_configuration/v0/external/victoriametrics_config.proto\x12Lqwak.administration.runtime_configuration.v0.external.victoriametrics_config\"\x1e\n\x1cVictoriaMetricsConfigurationB\xfe\x01\nEcom.jfrog.ml.runtime_configuration.v0.external.victoriametrics_configP\x01Z\xb2\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0/external;runtime_configuration_v0_externalb\x06proto3')
18
-
19
-
20
-
21
- _VICTORIAMETRICSCONFIGURATION = DESCRIPTOR.message_types_by_name['VictoriaMetricsConfiguration']
22
- VictoriaMetricsConfiguration = _reflection.GeneratedProtocolMessageType('VictoriaMetricsConfiguration', (_message.Message,), {
23
- 'DESCRIPTOR' : _VICTORIAMETRICSCONFIGURATION,
24
- '__module__' : 'qwak.administration.runtime_configuration.v0.external.victoriametrics_config_pb2'
25
- # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.external.victoriametrics_config.VictoriaMetricsConfiguration)
26
- })
27
- _sym_db.RegisterMessage(VictoriaMetricsConfiguration)
17
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nRqwak/administration/runtime_configuration/v0/external/victoriametrics_config.proto\x12Lqwak.administration.runtime_configuration.v0.external.victoriametrics_config\x1aMqwak/administration/runtime_configuration/v0/external/prometheus_config.proto\"\x9c\x01\n\x1cVictoriaMetricsConfiguration\x12n\n\x06promxy\x18\x01 \x01(\x0b\x32\\.qwak.administration.runtime_configuration.v0.external.prometheus_config.PromxyConfigurationH\x00\x42\x0c\n\nproxy_typeB\xfe\x01\nEcom.jfrog.ml.runtime_configuration.v0.external.victoriametrics_configP\x01Z\xb2\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0/external;runtime_configuration_v0_externalb\x06proto3')
28
18
 
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.administration.runtime_configuration.v0.external.victoriametrics_config_pb2', _globals)
29
22
  if _descriptor._USE_C_DESCRIPTORS == False:
30
23
 
31
24
  DESCRIPTOR._options = None
32
25
  DESCRIPTOR._serialized_options = b'\nEcom.jfrog.ml.runtime_configuration.v0.external.victoriametrics_configP\001Z\262\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0/external;runtime_configuration_v0_external'
33
- _VICTORIAMETRICSCONFIGURATION._serialized_start=164
34
- _VICTORIAMETRICSCONFIGURATION._serialized_end=194
26
+ _globals['_VICTORIAMETRICSCONFIGURATION']._serialized_start=244
27
+ _globals['_VICTORIAMETRICSCONFIGURATION']._serialized_end=400
35
28
  # @@protoc_insertion_point(module_scope)
@@ -2,16 +2,32 @@
2
2
  @generated by mypy-protobuf. Do not edit manually!
3
3
  isort:skip_file
4
4
  """
5
+ import builtins
5
6
  import google.protobuf.descriptor
6
7
  import google.protobuf.message
8
+ import frogml_proto.qwak.administration.runtime_configuration.v0.external.prometheus_config_pb2
9
+ import sys
10
+
11
+ if sys.version_info >= (3, 8):
12
+ import typing as typing_extensions
13
+ else:
14
+ import typing_extensions
7
15
 
8
16
  DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
9
17
 
10
18
  class VictoriaMetricsConfiguration(google.protobuf.message.Message):
11
19
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
12
20
 
21
+ PROMXY_FIELD_NUMBER: builtins.int
22
+ @property
23
+ def promxy(self) -> frogml_proto.qwak.administration.runtime_configuration.v0.external.prometheus_config_pb2.PromxyConfiguration: ...
13
24
  def __init__(
14
25
  self,
26
+ *,
27
+ promxy: frogml_proto.qwak.administration.runtime_configuration.v0.external.prometheus_config_pb2.PromxyConfiguration | None = ...,
15
28
  ) -> None: ...
29
+ def HasField(self, field_name: typing_extensions.Literal["promxy", b"promxy", "proxy_type", b"proxy_type"]) -> builtins.bool: ...
30
+ def ClearField(self, field_name: typing_extensions.Literal["promxy", b"promxy", "proxy_type", b"proxy_type"]) -> None: ...
31
+ def WhichOneof(self, oneof_group: typing_extensions.Literal["proxy_type", b"proxy_type"]) -> typing_extensions.Literal["promxy"] | None: ...
16
32
 
17
33
  global___VictoriaMetricsConfiguration = VictoriaMetricsConfiguration
@@ -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 frogml_proto.qwak.administration.runtime_configuration.v0.external import r
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nGqwak/administration/runtime_configuration/v0/feature_store_config.proto\x12\x41qwak.administration.runtime_configuration.v0.feature_store_config\x1aHqwak/administration/runtime_configuration/v0/external/redis_config.proto\"\x9d\x01\n\x19\x46\x65\x61tureStoreConfiguration\x12v\n\x07\x65nabled\x18\x02 \x01(\x0b\x32\x63.qwak.administration.runtime_configuration.v0.feature_store_config.EnabledFeatureStoreConfigurationH\x00\x42\x08\n\x06toggle\"\x97\x01\n EnabledFeatureStoreConfiguration\x12s\n\x14online_feature_store\x18\x01 \x01(\x0b\x32U.qwak.administration.runtime_configuration.v0.feature_store_config.OnlineFeatureStore\"\x93\x01\n\x12OnlineFeatureStore\x12u\n\x13redis_configuration\x18\x01 \x01(\x0b\x32V.qwak.administration.runtime_configuration.v0.external.redis_config.RedisConfigurationH\x00\x42\x06\n\x04typeB\xe1\x01\n:com.jfrog.ml.runtime_configuration.v0.feature_store_configP\x01Z\xa0\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0;runtime_configuration_v0b\x06proto3')
19
18
 
20
-
21
-
22
- _FEATURESTORECONFIGURATION = DESCRIPTOR.message_types_by_name['FeatureStoreConfiguration']
23
- _ENABLEDFEATURESTORECONFIGURATION = DESCRIPTOR.message_types_by_name['EnabledFeatureStoreConfiguration']
24
- _ONLINEFEATURESTORE = DESCRIPTOR.message_types_by_name['OnlineFeatureStore']
25
- FeatureStoreConfiguration = _reflection.GeneratedProtocolMessageType('FeatureStoreConfiguration', (_message.Message,), {
26
- 'DESCRIPTOR' : _FEATURESTORECONFIGURATION,
27
- '__module__' : 'qwak.administration.runtime_configuration.v0.feature_store_config_pb2'
28
- # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.feature_store_config.FeatureStoreConfiguration)
29
- })
30
- _sym_db.RegisterMessage(FeatureStoreConfiguration)
31
-
32
- EnabledFeatureStoreConfiguration = _reflection.GeneratedProtocolMessageType('EnabledFeatureStoreConfiguration', (_message.Message,), {
33
- 'DESCRIPTOR' : _ENABLEDFEATURESTORECONFIGURATION,
34
- '__module__' : 'qwak.administration.runtime_configuration.v0.feature_store_config_pb2'
35
- # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.feature_store_config.EnabledFeatureStoreConfiguration)
36
- })
37
- _sym_db.RegisterMessage(EnabledFeatureStoreConfiguration)
38
-
39
- OnlineFeatureStore = _reflection.GeneratedProtocolMessageType('OnlineFeatureStore', (_message.Message,), {
40
- 'DESCRIPTOR' : _ONLINEFEATURESTORE,
41
- '__module__' : 'qwak.administration.runtime_configuration.v0.feature_store_config_pb2'
42
- # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.feature_store_config.OnlineFeatureStore)
43
- })
44
- _sym_db.RegisterMessage(OnlineFeatureStore)
45
-
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.administration.runtime_configuration.v0.feature_store_config_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.jfrog.ml.runtime_configuration.v0.feature_store_configP\001Z\240\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0;runtime_configuration_v0'
50
- _FEATURESTORECONFIGURATION._serialized_start=217
51
- _FEATURESTORECONFIGURATION._serialized_end=374
52
- _ENABLEDFEATURESTORECONFIGURATION._serialized_start=377
53
- _ENABLEDFEATURESTORECONFIGURATION._serialized_end=528
54
- _ONLINEFEATURESTORE._serialized_start=531
55
- _ONLINEFEATURESTORE._serialized_end=678
26
+ _globals['_FEATURESTORECONFIGURATION']._serialized_start=217
27
+ _globals['_FEATURESTORECONFIGURATION']._serialized_end=374
28
+ _globals['_ENABLEDFEATURESTORECONFIGURATION']._serialized_start=377
29
+ _globals['_ENABLEDFEATURESTORECONFIGURATION']._serialized_end=528
30
+ _globals['_ONLINEFEATURESTORE']._serialized_start=531
31
+ _globals['_ONLINEFEATURESTORE']._serialized_end=678
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()
@@ -17,60 +16,21 @@ from frogml_proto.qwak.administration.runtime_configuration.v0.creds import secr
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nAqwak/administration/runtime_configuration/v0/hosting_config.proto\x12;qwak.administration.runtime_configuration.v0.hosting_config\x1a?qwak/administration/runtime_configuration/v0/creds/secret.proto\"\x8e\x02\n\x14HostingConfiguration\x12v\n\x16\x61ws_host_configuration\x18\x01 \x01(\x0b\x32T.qwak.administration.runtime_configuration.v0.hosting_config.AWSHostingConfigurationH\x00\x12v\n\x16gcp_host_configuration\x18\x02 \x01(\x0b\x32T.qwak.administration.runtime_configuration.v0.hosting_config.GCPHostingConfigurationH\x00\x42\x06\n\x04type\"\xa0\x01\n\x17\x41WSHostingConfiguration\x12m\n\x13iam_service_account\x18\x01 \x01(\x0b\x32N.qwak.administration.runtime_configuration.v0.hosting_config.IAMServiceAccountH\x00\x12\x0e\n\x06region\x18\x02 \x01(\tB\x06\n\x04\x61uth\"\xb8\x01\n\x17GCPHostingConfiguration\x12q\n\x13gcp_service_account\x18\x01 \x01(\x0b\x32R.qwak.administration.runtime_configuration.v0.hosting_config.GCPServiceAccountAuthH\x00\x12\x0e\n\x06region\x18\x02 \x01(\t\x12\x12\n\nproject_id\x18\x03 \x01(\tB\x06\n\x04\x61uth\"\xe7\x01\n\x15GCPServiceAccountAuth\x12g\n\x0fservice_account\x18\x01 \x01(\x0b\x32N.qwak.administration.runtime_configuration.v0.hosting_config.IAMServiceAccount\x12\x65\n\x14service_account_json\x18\x02 \x01(\x0b\x32G.qwak.administration.runtime_configuration.v0.creds.secret.SecretKeyRef\"&\n\x11IAMServiceAccount\x12\x11\n\trole_name\x18\x01 \x01(\tB\xdb\x01\n4com.jfrog.ml.runtime_configuration.v0.hosting_configP\x01Z\xa0\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0;runtime_configuration_v0b\x06proto3')
19
18
 
20
-
21
-
22
- _HOSTINGCONFIGURATION = DESCRIPTOR.message_types_by_name['HostingConfiguration']
23
- _AWSHOSTINGCONFIGURATION = DESCRIPTOR.message_types_by_name['AWSHostingConfiguration']
24
- _GCPHOSTINGCONFIGURATION = DESCRIPTOR.message_types_by_name['GCPHostingConfiguration']
25
- _GCPSERVICEACCOUNTAUTH = DESCRIPTOR.message_types_by_name['GCPServiceAccountAuth']
26
- _IAMSERVICEACCOUNT = DESCRIPTOR.message_types_by_name['IAMServiceAccount']
27
- HostingConfiguration = _reflection.GeneratedProtocolMessageType('HostingConfiguration', (_message.Message,), {
28
- 'DESCRIPTOR' : _HOSTINGCONFIGURATION,
29
- '__module__' : 'qwak.administration.runtime_configuration.v0.hosting_config_pb2'
30
- # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.hosting_config.HostingConfiguration)
31
- })
32
- _sym_db.RegisterMessage(HostingConfiguration)
33
-
34
- AWSHostingConfiguration = _reflection.GeneratedProtocolMessageType('AWSHostingConfiguration', (_message.Message,), {
35
- 'DESCRIPTOR' : _AWSHOSTINGCONFIGURATION,
36
- '__module__' : 'qwak.administration.runtime_configuration.v0.hosting_config_pb2'
37
- # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.hosting_config.AWSHostingConfiguration)
38
- })
39
- _sym_db.RegisterMessage(AWSHostingConfiguration)
40
-
41
- GCPHostingConfiguration = _reflection.GeneratedProtocolMessageType('GCPHostingConfiguration', (_message.Message,), {
42
- 'DESCRIPTOR' : _GCPHOSTINGCONFIGURATION,
43
- '__module__' : 'qwak.administration.runtime_configuration.v0.hosting_config_pb2'
44
- # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.hosting_config.GCPHostingConfiguration)
45
- })
46
- _sym_db.RegisterMessage(GCPHostingConfiguration)
47
-
48
- GCPServiceAccountAuth = _reflection.GeneratedProtocolMessageType('GCPServiceAccountAuth', (_message.Message,), {
49
- 'DESCRIPTOR' : _GCPSERVICEACCOUNTAUTH,
50
- '__module__' : 'qwak.administration.runtime_configuration.v0.hosting_config_pb2'
51
- # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.hosting_config.GCPServiceAccountAuth)
52
- })
53
- _sym_db.RegisterMessage(GCPServiceAccountAuth)
54
-
55
- IAMServiceAccount = _reflection.GeneratedProtocolMessageType('IAMServiceAccount', (_message.Message,), {
56
- 'DESCRIPTOR' : _IAMSERVICEACCOUNT,
57
- '__module__' : 'qwak.administration.runtime_configuration.v0.hosting_config_pb2'
58
- # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.hosting_config.IAMServiceAccount)
59
- })
60
- _sym_db.RegisterMessage(IAMServiceAccount)
61
-
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.administration.runtime_configuration.v0.hosting_config_pb2', _globals)
62
22
  if _descriptor._USE_C_DESCRIPTORS == False:
63
23
 
64
24
  DESCRIPTOR._options = None
65
25
  DESCRIPTOR._serialized_options = b'\n4com.jfrog.ml.runtime_configuration.v0.hosting_configP\001Z\240\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0;runtime_configuration_v0'
66
- _HOSTINGCONFIGURATION._serialized_start=196
67
- _HOSTINGCONFIGURATION._serialized_end=466
68
- _AWSHOSTINGCONFIGURATION._serialized_start=469
69
- _AWSHOSTINGCONFIGURATION._serialized_end=629
70
- _GCPHOSTINGCONFIGURATION._serialized_start=632
71
- _GCPHOSTINGCONFIGURATION._serialized_end=816
72
- _GCPSERVICEACCOUNTAUTH._serialized_start=819
73
- _GCPSERVICEACCOUNTAUTH._serialized_end=1050
74
- _IAMSERVICEACCOUNT._serialized_start=1052
75
- _IAMSERVICEACCOUNT._serialized_end=1090
26
+ _globals['_HOSTINGCONFIGURATION']._serialized_start=196
27
+ _globals['_HOSTINGCONFIGURATION']._serialized_end=466
28
+ _globals['_AWSHOSTINGCONFIGURATION']._serialized_start=469
29
+ _globals['_AWSHOSTINGCONFIGURATION']._serialized_end=629
30
+ _globals['_GCPHOSTINGCONFIGURATION']._serialized_start=632
31
+ _globals['_GCPHOSTINGCONFIGURATION']._serialized_end=816
32
+ _globals['_GCPSERVICEACCOUNTAUTH']._serialized_start=819
33
+ _globals['_GCPSERVICEACCOUNTAUTH']._serialized_end=1050
34
+ _globals['_IAMSERVICEACCOUNT']._serialized_start=1052
35
+ _globals['_IAMSERVICEACCOUNT']._serialized_end=1090
76
36
  # @@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,20 +16,13 @@ from frogml_proto.qwak.administration.runtime_configuration.v0.external import e
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nFqwak/administration/runtime_configuration/v0/logs_storage_config.proto\x12@qwak.administration.runtime_configuration.v0.logs_storage_config\x1aPqwak/administration/runtime_configuration/v0/external/elasticsearch_config.proto\"\xa3\x01\n\x18LogsStorageConfiguration\x12\x7f\n\relasticsearch\x18\x01 \x01(\x0b\x32\x66.qwak.administration.runtime_configuration.v0.external.elasticsearch_config.ElasticsearchConfigurationH\x00\x42\x06\n\x04typeB\xe0\x01\n9com.jfrog.ml.runtime_configuration.v0.logs_storage_configP\x01Z\xa0\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0;runtime_configuration_v0b\x06proto3')
19
18
 
20
-
21
-
22
- _LOGSSTORAGECONFIGURATION = DESCRIPTOR.message_types_by_name['LogsStorageConfiguration']
23
- LogsStorageConfiguration = _reflection.GeneratedProtocolMessageType('LogsStorageConfiguration', (_message.Message,), {
24
- 'DESCRIPTOR' : _LOGSSTORAGECONFIGURATION,
25
- '__module__' : 'qwak.administration.runtime_configuration.v0.logs_storage_config_pb2'
26
- # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.logs_storage_config.LogsStorageConfiguration)
27
- })
28
- _sym_db.RegisterMessage(LogsStorageConfiguration)
29
-
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.administration.runtime_configuration.v0.logs_storage_config_pb2', _globals)
30
22
  if _descriptor._USE_C_DESCRIPTORS == False:
31
23
 
32
24
  DESCRIPTOR._options = None
33
25
  DESCRIPTOR._serialized_options = b'\n9com.jfrog.ml.runtime_configuration.v0.logs_storage_configP\001Z\240\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0;runtime_configuration_v0'
34
- _LOGSSTORAGECONFIGURATION._serialized_start=223
35
- _LOGSSTORAGECONFIGURATION._serialized_end=386
26
+ _globals['_LOGSSTORAGECONFIGURATION']._serialized_start=223
27
+ _globals['_LOGSSTORAGECONFIGURATION']._serialized_end=386
36
28
  # @@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,20 +16,13 @@ from frogml_proto.qwak.administration.runtime_configuration.v0.external import k
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nQqwak/administration/runtime_configuration/v0/model_analytics_storage_config.proto\x12Kqwak.administration.runtime_configuration.v0.model_analytics_storage_config\x1aHqwak/administration/runtime_configuration/v0/external/kafka_config.proto\"\x9d\x01\n\"ModelAnalyticsStorageConfiguration\x12g\n\x05kafka\x18\x01 \x01(\x0b\x32V.qwak.administration.runtime_configuration.v0.external.kafka_config.KafkaConfigurationH\x00\x42\x0e\n\x0cstorage_typeB\xeb\x01\nDcom.jfrog.ml.runtime_configuration.v0.model_analytics_storage_configP\x01Z\xa0\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0;runtime_configuration_v0b\x06proto3')
19
18
 
20
-
21
-
22
- _MODELANALYTICSSTORAGECONFIGURATION = DESCRIPTOR.message_types_by_name['ModelAnalyticsStorageConfiguration']
23
- ModelAnalyticsStorageConfiguration = _reflection.GeneratedProtocolMessageType('ModelAnalyticsStorageConfiguration', (_message.Message,), {
24
- 'DESCRIPTOR' : _MODELANALYTICSSTORAGECONFIGURATION,
25
- '__module__' : 'qwak.administration.runtime_configuration.v0.model_analytics_storage_config_pb2'
26
- # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.model_analytics_storage_config.ModelAnalyticsStorageConfiguration)
27
- })
28
- _sym_db.RegisterMessage(ModelAnalyticsStorageConfiguration)
29
-
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.administration.runtime_configuration.v0.model_analytics_storage_config_pb2', _globals)
30
22
  if _descriptor._USE_C_DESCRIPTORS == False:
31
23
 
32
24
  DESCRIPTOR._options = None
33
25
  DESCRIPTOR._serialized_options = b'\nDcom.jfrog.ml.runtime_configuration.v0.model_analytics_storage_configP\001Z\240\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0;runtime_configuration_v0'
34
- _MODELANALYTICSSTORAGECONFIGURATION._serialized_start=237
35
- _MODELANALYTICSSTORAGECONFIGURATION._serialized_end=394
26
+ _globals['_MODELANALYTICSSTORAGECONFIGURATION']._serialized_start=237
27
+ _globals['_MODELANALYTICSSTORAGECONFIGURATION']._serialized_end=394
36
28
  # @@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,60 +16,21 @@ from frogml_proto.qwak.administration.runtime_configuration.v0.creds import secr
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nAqwak/administration/runtime_configuration/v0/network_config.proto\x12;qwak.administration.runtime_configuration.v0.network_config\x1a?qwak/administration/runtime_configuration/v0/creds/secret.proto\"\x8e\x01\n\x1b\x43lusterNetworkConfiguration\x12\x62\n\x07gateway\x18\x01 \x01(\x0b\x32Q.qwak.administration.runtime_configuration.v0.network_config.GatewayConfiguration\x12\x0b\n\x03url\x18\x02 \x01(\t\"\xaf\x01\n\x1f\x45nvironmentNetworkConfiguration\x12\x62\n\x07gateway\x18\x01 \x01(\x0b\x32Q.qwak.administration.runtime_configuration.v0.network_config.GatewayConfiguration\x12\x14\n\x0cservices_url\x18\x02 \x01(\t\x12\x12\n\nmodels_url\x18\x03 \x01(\t\"\x87\x01\n\x14GatewayConfiguration\x12g\n\x05istio\x18\x01 \x01(\x0b\x32V.qwak.administration.runtime_configuration.v0.network_config.IstioGatewayConfigurationH\x00\x42\x06\n\x04type\"y\n\x19IstioGatewayConfiguration\x12\\\n\x0b\x63\x65rtificate\x18\x01 \x01(\x0b\x32G.qwak.administration.runtime_configuration.v0.creds.secret.SecretKeyRef\"t\n\x0b\x43\x65rtificate\x12Y\n\x06secret\x18\x01 \x01(\x0b\x32G.qwak.administration.runtime_configuration.v0.creds.secret.SecretKeyRefH\x00\x42\n\n\x08locationB\xdb\x01\n4com.jfrog.ml.runtime_configuration.v0.network_configP\x01Z\xa0\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0;runtime_configuration_v0b\x06proto3')
19
18
 
20
-
21
-
22
- _CLUSTERNETWORKCONFIGURATION = DESCRIPTOR.message_types_by_name['ClusterNetworkConfiguration']
23
- _ENVIRONMENTNETWORKCONFIGURATION = DESCRIPTOR.message_types_by_name['EnvironmentNetworkConfiguration']
24
- _GATEWAYCONFIGURATION = DESCRIPTOR.message_types_by_name['GatewayConfiguration']
25
- _ISTIOGATEWAYCONFIGURATION = DESCRIPTOR.message_types_by_name['IstioGatewayConfiguration']
26
- _CERTIFICATE = DESCRIPTOR.message_types_by_name['Certificate']
27
- ClusterNetworkConfiguration = _reflection.GeneratedProtocolMessageType('ClusterNetworkConfiguration', (_message.Message,), {
28
- 'DESCRIPTOR' : _CLUSTERNETWORKCONFIGURATION,
29
- '__module__' : 'qwak.administration.runtime_configuration.v0.network_config_pb2'
30
- # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.network_config.ClusterNetworkConfiguration)
31
- })
32
- _sym_db.RegisterMessage(ClusterNetworkConfiguration)
33
-
34
- EnvironmentNetworkConfiguration = _reflection.GeneratedProtocolMessageType('EnvironmentNetworkConfiguration', (_message.Message,), {
35
- 'DESCRIPTOR' : _ENVIRONMENTNETWORKCONFIGURATION,
36
- '__module__' : 'qwak.administration.runtime_configuration.v0.network_config_pb2'
37
- # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.network_config.EnvironmentNetworkConfiguration)
38
- })
39
- _sym_db.RegisterMessage(EnvironmentNetworkConfiguration)
40
-
41
- GatewayConfiguration = _reflection.GeneratedProtocolMessageType('GatewayConfiguration', (_message.Message,), {
42
- 'DESCRIPTOR' : _GATEWAYCONFIGURATION,
43
- '__module__' : 'qwak.administration.runtime_configuration.v0.network_config_pb2'
44
- # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.network_config.GatewayConfiguration)
45
- })
46
- _sym_db.RegisterMessage(GatewayConfiguration)
47
-
48
- IstioGatewayConfiguration = _reflection.GeneratedProtocolMessageType('IstioGatewayConfiguration', (_message.Message,), {
49
- 'DESCRIPTOR' : _ISTIOGATEWAYCONFIGURATION,
50
- '__module__' : 'qwak.administration.runtime_configuration.v0.network_config_pb2'
51
- # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.network_config.IstioGatewayConfiguration)
52
- })
53
- _sym_db.RegisterMessage(IstioGatewayConfiguration)
54
-
55
- Certificate = _reflection.GeneratedProtocolMessageType('Certificate', (_message.Message,), {
56
- 'DESCRIPTOR' : _CERTIFICATE,
57
- '__module__' : 'qwak.administration.runtime_configuration.v0.network_config_pb2'
58
- # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.network_config.Certificate)
59
- })
60
- _sym_db.RegisterMessage(Certificate)
61
-
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.administration.runtime_configuration.v0.network_config_pb2', _globals)
62
22
  if _descriptor._USE_C_DESCRIPTORS == False:
63
23
 
64
24
  DESCRIPTOR._options = None
65
25
  DESCRIPTOR._serialized_options = b'\n4com.jfrog.ml.runtime_configuration.v0.network_configP\001Z\240\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0;runtime_configuration_v0'
66
- _CLUSTERNETWORKCONFIGURATION._serialized_start=196
67
- _CLUSTERNETWORKCONFIGURATION._serialized_end=338
68
- _ENVIRONMENTNETWORKCONFIGURATION._serialized_start=341
69
- _ENVIRONMENTNETWORKCONFIGURATION._serialized_end=516
70
- _GATEWAYCONFIGURATION._serialized_start=519
71
- _GATEWAYCONFIGURATION._serialized_end=654
72
- _ISTIOGATEWAYCONFIGURATION._serialized_start=656
73
- _ISTIOGATEWAYCONFIGURATION._serialized_end=777
74
- _CERTIFICATE._serialized_start=779
75
- _CERTIFICATE._serialized_end=895
26
+ _globals['_CLUSTERNETWORKCONFIGURATION']._serialized_start=196
27
+ _globals['_CLUSTERNETWORKCONFIGURATION']._serialized_end=338
28
+ _globals['_ENVIRONMENTNETWORKCONFIGURATION']._serialized_start=341
29
+ _globals['_ENVIRONMENTNETWORKCONFIGURATION']._serialized_end=516
30
+ _globals['_GATEWAYCONFIGURATION']._serialized_start=519
31
+ _globals['_GATEWAYCONFIGURATION']._serialized_end=654
32
+ _globals['_ISTIOGATEWAYCONFIGURATION']._serialized_start=656
33
+ _globals['_ISTIOGATEWAYCONFIGURATION']._serialized_end=777
34
+ _globals['_CERTIFICATE']._serialized_start=779
35
+ _globals['_CERTIFICATE']._serialized_end=895
76
36
  # @@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,40 +15,17 @@ _sym_db = _symbol_database.Default()
16
15
 
17
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nHqwak/administration/runtime_configuration/v0/object_storage_config.proto\x12\x42qwak.administration.runtime_configuration.v0.object_storage_config\"\xea\x01\n\x1aObjectStorageConfiguration\x12\x61\n\x02s3\x18\x01 \x01(\x0b\x32S.qwak.administration.runtime_configuration.v0.object_storage_config.S3ConfigurationH\x00\x12\x61\n\x02gs\x18\x02 \x01(\x0b\x32S.qwak.administration.runtime_configuration.v0.object_storage_config.GSConfigurationH\x00\x42\x06\n\x04type\"!\n\x0fS3Configuration\x12\x0e\n\x06\x62ucket\x18\x01 \x01(\t\"!\n\x0fGSConfiguration\x12\x0e\n\x06\x62ucket\x18\x01 \x01(\tB\xe2\x01\n;com.jfrog.ml.runtime_configuration.v0.object_storage_configP\x01Z\xa0\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0;runtime_configuration_v0b\x06proto3')
18
17
 
19
-
20
-
21
- _OBJECTSTORAGECONFIGURATION = DESCRIPTOR.message_types_by_name['ObjectStorageConfiguration']
22
- _S3CONFIGURATION = DESCRIPTOR.message_types_by_name['S3Configuration']
23
- _GSCONFIGURATION = DESCRIPTOR.message_types_by_name['GSConfiguration']
24
- ObjectStorageConfiguration = _reflection.GeneratedProtocolMessageType('ObjectStorageConfiguration', (_message.Message,), {
25
- 'DESCRIPTOR' : _OBJECTSTORAGECONFIGURATION,
26
- '__module__' : 'qwak.administration.runtime_configuration.v0.object_storage_config_pb2'
27
- # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.object_storage_config.ObjectStorageConfiguration)
28
- })
29
- _sym_db.RegisterMessage(ObjectStorageConfiguration)
30
-
31
- S3Configuration = _reflection.GeneratedProtocolMessageType('S3Configuration', (_message.Message,), {
32
- 'DESCRIPTOR' : _S3CONFIGURATION,
33
- '__module__' : 'qwak.administration.runtime_configuration.v0.object_storage_config_pb2'
34
- # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.object_storage_config.S3Configuration)
35
- })
36
- _sym_db.RegisterMessage(S3Configuration)
37
-
38
- GSConfiguration = _reflection.GeneratedProtocolMessageType('GSConfiguration', (_message.Message,), {
39
- 'DESCRIPTOR' : _GSCONFIGURATION,
40
- '__module__' : 'qwak.administration.runtime_configuration.v0.object_storage_config_pb2'
41
- # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.object_storage_config.GSConfiguration)
42
- })
43
- _sym_db.RegisterMessage(GSConfiguration)
44
-
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.administration.runtime_configuration.v0.object_storage_config_pb2', _globals)
45
21
  if _descriptor._USE_C_DESCRIPTORS == False:
46
22
 
47
23
  DESCRIPTOR._options = None
48
24
  DESCRIPTOR._serialized_options = b'\n;com.jfrog.ml.runtime_configuration.v0.object_storage_configP\001Z\240\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0;runtime_configuration_v0'
49
- _OBJECTSTORAGECONFIGURATION._serialized_start=145
50
- _OBJECTSTORAGECONFIGURATION._serialized_end=379
51
- _S3CONFIGURATION._serialized_start=381
52
- _S3CONFIGURATION._serialized_end=414
53
- _GSCONFIGURATION._serialized_start=416
54
- _GSCONFIGURATION._serialized_end=449
25
+ _globals['_OBJECTSTORAGECONFIGURATION']._serialized_start=145
26
+ _globals['_OBJECTSTORAGECONFIGURATION']._serialized_end=379
27
+ _globals['_S3CONFIGURATION']._serialized_start=381
28
+ _globals['_S3CONFIGURATION']._serialized_end=414
29
+ _globals['_GSCONFIGURATION']._serialized_start=416
30
+ _globals['_GSCONFIGURATION']._serialized_end=449
55
31
  # @@protoc_insertion_point(module_scope)
@@ -4,9 +4,8 @@
4
4
  """Generated protocol buffer code."""
5
5
  from google.protobuf import descriptor as _descriptor
6
6
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
10
9
  # @@protoc_insertion_point(imports)
11
10
 
12
11
  _sym_db = _symbol_database.Default()
@@ -18,40 +17,17 @@ from frogml_proto.qwak.administration.runtime_configuration.v0.external import v
18
17
 
19
18
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nGqwak/administration/runtime_configuration/v0/observability_config.proto\x12\x41qwak.administration.runtime_configuration.v0.observability_config\x1aMqwak/administration/runtime_configuration/v0/external/prometheus_config.proto\x1aRqwak/administration/runtime_configuration/v0/external/victoriametrics_config.proto\"\x83\x02\n\x1aObservabilityConfiguration\x12n\n\nmonitoring\x18\x01 \x01(\x0b\x32Z.qwak.administration.runtime_configuration.v0.observability_config.MonitoringConfiguration\x12u\n\x08\x61lerting\x18\x02 \x01(\x0b\x32\x63.qwak.administration.runtime_configuration.v0.observability_config.AlertingIntegrationConfiguration\"\xa2\x02\n\x17MonitoringConfiguration\x12v\n\nprometheus\x18\x01 \x01(\x0b\x32`.qwak.administration.runtime_configuration.v0.external.prometheus_config.PrometheusConfigurationH\x00\x12\x86\x01\n\x10victoria_metrics\x18\x02 \x01(\x0b\x32j.qwak.administration.runtime_configuration.v0.external.victoriametrics_config.VictoriaMetricsConfigurationH\x00\x42\x06\n\x04type\"\xab\x02\n AlertingIntegrationConfiguration\x12v\n\nprometheus\x18\x01 \x01(\x0b\x32`.qwak.administration.runtime_configuration.v0.external.prometheus_config.PrometheusConfigurationH\x00\x12\x86\x01\n\x10victoria_metrics\x18\x02 \x01(\x0b\x32j.qwak.administration.runtime_configuration.v0.external.victoriametrics_config.VictoriaMetricsConfigurationH\x00\x42\x06\n\x04typeB\xe1\x01\n:com.jfrog.ml.runtime_configuration.v0.observability_configP\x01Z\xa0\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0;runtime_configuration_v0b\x06proto3')
20
19
 
21
-
22
-
23
- _OBSERVABILITYCONFIGURATION = DESCRIPTOR.message_types_by_name['ObservabilityConfiguration']
24
- _MONITORINGCONFIGURATION = DESCRIPTOR.message_types_by_name['MonitoringConfiguration']
25
- _ALERTINGINTEGRATIONCONFIGURATION = DESCRIPTOR.message_types_by_name['AlertingIntegrationConfiguration']
26
- ObservabilityConfiguration = _reflection.GeneratedProtocolMessageType('ObservabilityConfiguration', (_message.Message,), {
27
- 'DESCRIPTOR' : _OBSERVABILITYCONFIGURATION,
28
- '__module__' : 'qwak.administration.runtime_configuration.v0.observability_config_pb2'
29
- # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.observability_config.ObservabilityConfiguration)
30
- })
31
- _sym_db.RegisterMessage(ObservabilityConfiguration)
32
-
33
- MonitoringConfiguration = _reflection.GeneratedProtocolMessageType('MonitoringConfiguration', (_message.Message,), {
34
- 'DESCRIPTOR' : _MONITORINGCONFIGURATION,
35
- '__module__' : 'qwak.administration.runtime_configuration.v0.observability_config_pb2'
36
- # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.observability_config.MonitoringConfiguration)
37
- })
38
- _sym_db.RegisterMessage(MonitoringConfiguration)
39
-
40
- AlertingIntegrationConfiguration = _reflection.GeneratedProtocolMessageType('AlertingIntegrationConfiguration', (_message.Message,), {
41
- 'DESCRIPTOR' : _ALERTINGINTEGRATIONCONFIGURATION,
42
- '__module__' : 'qwak.administration.runtime_configuration.v0.observability_config_pb2'
43
- # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.observability_config.AlertingIntegrationConfiguration)
44
- })
45
- _sym_db.RegisterMessage(AlertingIntegrationConfiguration)
46
-
20
+ _globals = globals()
21
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
22
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.administration.runtime_configuration.v0.observability_config_pb2', _globals)
47
23
  if _descriptor._USE_C_DESCRIPTORS == False:
48
24
 
49
25
  DESCRIPTOR._options = None
50
26
  DESCRIPTOR._serialized_options = b'\n:com.jfrog.ml.runtime_configuration.v0.observability_configP\001Z\240\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0;runtime_configuration_v0'
51
- _OBSERVABILITYCONFIGURATION._serialized_start=306
52
- _OBSERVABILITYCONFIGURATION._serialized_end=565
53
- _MONITORINGCONFIGURATION._serialized_start=568
54
- _MONITORINGCONFIGURATION._serialized_end=858
55
- _ALERTINGINTEGRATIONCONFIGURATION._serialized_start=861
56
- _ALERTINGINTEGRATIONCONFIGURATION._serialized_end=1160
27
+ _globals['_OBSERVABILITYCONFIGURATION']._serialized_start=306
28
+ _globals['_OBSERVABILITYCONFIGURATION']._serialized_end=565
29
+ _globals['_MONITORINGCONFIGURATION']._serialized_start=568
30
+ _globals['_MONITORINGCONFIGURATION']._serialized_end=858
31
+ _globals['_ALERTINGINTEGRATIONCONFIGURATION']._serialized_start=861
32
+ _globals['_ALERTINGINTEGRATIONCONFIGURATION']._serialized_end=1160
57
33
  # @@protoc_insertion_point(module_scope)
@@ -4,9 +4,8 @@
4
4
  """Generated protocol buffer code."""
5
5
  from google.protobuf import descriptor as _descriptor
6
6
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
10
9
  # @@protoc_insertion_point(imports)
11
10
 
12
11
  _sym_db = _symbol_database.Default()
@@ -24,20 +23,13 @@ from frogml_proto.qwak.administration.runtime_configuration.v0 import observabil
24
23
 
25
24
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nAqwak/administration/runtime_configuration/v0/runtime_config.proto\x12,qwak.administration.runtime_configuration.v0\x1aGqwak/administration/runtime_configuration/v0/feature_store_config.proto\x1a\x44qwak/administration/runtime_configuration/v0/sql_engine_config.proto\x1a\x46qwak/administration/runtime_configuration/v0/data_catalog_config.proto\x1a\x46qwak/administration/runtime_configuration/v0/logs_storage_config.proto\x1aHqwak/administration/runtime_configuration/v0/object_storage_config.proto\x1a\x41qwak/administration/runtime_configuration/v0/hosting_config.proto\x1aQqwak/administration/runtime_configuration/v0/model_analytics_storage_config.proto\x1aGqwak/administration/runtime_configuration/v0/observability_config.proto\"\xb3\x08\n\x14RuntimeConfiguration\x12p\n\x15hosting_configuration\x18\x01 \x01(\x0b\x32Q.qwak.administration.runtime_configuration.v0.hosting_config.HostingConfiguration\x12\x81\x01\n\x1b\x66\x65\x61ture_store_configuration\x18\x02 \x01(\x0b\x32\\.qwak.administration.runtime_configuration.v0.feature_store_config.FeatureStoreConfiguration\x12\x84\x01\n\x1cobject_storage_configuration\x18\x03 \x01(\x0b\x32^.qwak.administration.runtime_configuration.v0.object_storage_config.ObjectStorageConfiguration\x12~\n\x1alogs_storage_configuration\x18\x04 \x01(\x0b\x32Z.qwak.administration.runtime_configuration.v0.logs_storage_config.LogsStorageConfiguration\x12~\n\x1a\x64\x61ta_catalog_configuration\x18\x05 \x01(\x0b\x32Z.qwak.administration.runtime_configuration.v0.data_catalog_config.DataCatalogConfiguration\x12x\n\x18sql_engine_configuration\x18\x06 \x01(\x0b\x32V.qwak.administration.runtime_configuration.v0.sql_engine_config.SqlEngineConfiguration\x12\x9e\x01\n%model_analytics_storage_configuration\x18\x07 \x01(\x0b\x32o.qwak.administration.runtime_configuration.v0.model_analytics_storage_config.ModelAnalyticsStorageConfiguration\x12\x82\x01\n\x1bobservability_configuration\x18\x08 \x01(\x0b\x32].qwak.administration.runtime_configuration.v0.observability_config.ObservabilityConfigurationB\xcc\x01\n%com.jfrog.ml.runtime_configuration.v0P\x01Z\xa0\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0;runtime_configuration_v0b\x06proto3')
26
25
 
27
-
28
-
29
- _RUNTIMECONFIGURATION = DESCRIPTOR.message_types_by_name['RuntimeConfiguration']
30
- RuntimeConfiguration = _reflection.GeneratedProtocolMessageType('RuntimeConfiguration', (_message.Message,), {
31
- 'DESCRIPTOR' : _RUNTIMECONFIGURATION,
32
- '__module__' : 'qwak.administration.runtime_configuration.v0.runtime_config_pb2'
33
- # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.RuntimeConfiguration)
34
- })
35
- _sym_db.RegisterMessage(RuntimeConfiguration)
36
-
26
+ _globals = globals()
27
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
28
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.administration.runtime_configuration.v0.runtime_config_pb2', _globals)
37
29
  if _descriptor._USE_C_DESCRIPTORS == False:
38
30
 
39
31
  DESCRIPTOR._options = None
40
32
  DESCRIPTOR._serialized_options = b'\n%com.jfrog.ml.runtime_configuration.v0P\001Z\240\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0;runtime_configuration_v0'
41
- _RUNTIMECONFIGURATION._serialized_start=700
42
- _RUNTIMECONFIGURATION._serialized_end=1775
33
+ _globals['_RUNTIMECONFIGURATION']._serialized_start=700
34
+ _globals['_RUNTIMECONFIGURATION']._serialized_end=1775
43
35
  # @@protoc_insertion_point(module_scope)
@@ -4,9 +4,8 @@
4
4
  """Generated protocol buffer code."""
5
5
  from google.protobuf import descriptor as _descriptor
6
6
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
10
9
  # @@protoc_insertion_point(imports)
11
10
 
12
11
  _sym_db = _symbol_database.Default()
@@ -16,40 +15,17 @@ _sym_db = _symbol_database.Default()
16
15
 
17
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nDqwak/administration/runtime_configuration/v0/sql_engine_config.proto\x12>qwak.administration.runtime_configuration.v0.sql_engine_config\"\xab\x02\n\x16SqlEngineConfiguration\x12\x80\x01\n\x1f\x61thena_sql_engine_configuration\x18\x01 \x01(\x0b\x32U.qwak.administration.runtime_configuration.v0.sql_engine_config.AthenaSqlEngineConfigH\x00\x12\x85\x01\n\"big_query_sql_engine_configuration\x18\x02 \x01(\x0b\x32W.qwak.administration.runtime_configuration.v0.sql_engine_config.BigQuerySqlEngineConfigH\x00\x42\x06\n\x04type\"?\n\x15\x41thenaSqlEngineConfig\x12\x13\n\x0b\x65xternal_id\x18\x01 \x01(\t\x12\x11\n\tworkgroup\x18\x02 \x01(\t\"\x19\n\x17\x42igQuerySqlEngineConfigB\xde\x01\n7com.jfrog.ml.runtime_configuration.v0.sql_engine_configP\x01Z\xa0\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0;runtime_configuration_v0b\x06proto3')
18
17
 
19
-
20
-
21
- _SQLENGINECONFIGURATION = DESCRIPTOR.message_types_by_name['SqlEngineConfiguration']
22
- _ATHENASQLENGINECONFIG = DESCRIPTOR.message_types_by_name['AthenaSqlEngineConfig']
23
- _BIGQUERYSQLENGINECONFIG = DESCRIPTOR.message_types_by_name['BigQuerySqlEngineConfig']
24
- SqlEngineConfiguration = _reflection.GeneratedProtocolMessageType('SqlEngineConfiguration', (_message.Message,), {
25
- 'DESCRIPTOR' : _SQLENGINECONFIGURATION,
26
- '__module__' : 'qwak.administration.runtime_configuration.v0.sql_engine_config_pb2'
27
- # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.sql_engine_config.SqlEngineConfiguration)
28
- })
29
- _sym_db.RegisterMessage(SqlEngineConfiguration)
30
-
31
- AthenaSqlEngineConfig = _reflection.GeneratedProtocolMessageType('AthenaSqlEngineConfig', (_message.Message,), {
32
- 'DESCRIPTOR' : _ATHENASQLENGINECONFIG,
33
- '__module__' : 'qwak.administration.runtime_configuration.v0.sql_engine_config_pb2'
34
- # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.sql_engine_config.AthenaSqlEngineConfig)
35
- })
36
- _sym_db.RegisterMessage(AthenaSqlEngineConfig)
37
-
38
- BigQuerySqlEngineConfig = _reflection.GeneratedProtocolMessageType('BigQuerySqlEngineConfig', (_message.Message,), {
39
- 'DESCRIPTOR' : _BIGQUERYSQLENGINECONFIG,
40
- '__module__' : 'qwak.administration.runtime_configuration.v0.sql_engine_config_pb2'
41
- # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.sql_engine_config.BigQuerySqlEngineConfig)
42
- })
43
- _sym_db.RegisterMessage(BigQuerySqlEngineConfig)
44
-
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.administration.runtime_configuration.v0.sql_engine_config_pb2', _globals)
45
21
  if _descriptor._USE_C_DESCRIPTORS == False:
46
22
 
47
23
  DESCRIPTOR._options = None
48
24
  DESCRIPTOR._serialized_options = b'\n7com.jfrog.ml.runtime_configuration.v0.sql_engine_configP\001Z\240\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0;runtime_configuration_v0'
49
- _SQLENGINECONFIGURATION._serialized_start=137
50
- _SQLENGINECONFIGURATION._serialized_end=436
51
- _ATHENASQLENGINECONFIG._serialized_start=438
52
- _ATHENASQLENGINECONFIG._serialized_end=501
53
- _BIGQUERYSQLENGINECONFIG._serialized_start=503
54
- _BIGQUERYSQLENGINECONFIG._serialized_end=528
25
+ _globals['_SQLENGINECONFIGURATION']._serialized_start=137
26
+ _globals['_SQLENGINECONFIGURATION']._serialized_end=436
27
+ _globals['_ATHENASQLENGINECONFIG']._serialized_start=438
28
+ _globals['_ATHENASQLENGINECONFIG']._serialized_end=501
29
+ _globals['_BIGQUERYSQLENGINECONFIG']._serialized_start=503
30
+ _globals['_BIGQUERYSQLENGINECONFIG']._serialized_end=528
55
31
  # @@protoc_insertion_point(module_scope)