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,40 +16,17 @@ from _qwak_proto.qwak.administration.runtime_configuration.v0.external import re
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 _qwak_proto.qwak.administration.runtime_configuration.v0.creds import secre
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 _qwak_proto.qwak.administration.runtime_configuration.v0.external import el
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 _qwak_proto.qwak.administration.runtime_configuration.v0.external import ka
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 _qwak_proto.qwak.administration.runtime_configuration.v0.creds import secre
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 _qwak_proto.qwak.administration.runtime_configuration.v0.external import vi
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 _qwak_proto.qwak.administration.runtime_configuration.v0 import observabili
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)
@@ -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,53 +16,21 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nBqwak/administration/v0/authentication/authentication_service.proto\x12\"qwak.administration.authentication\x1a\x1fgoogle/protobuf/timestamp.proto\"\xe3\x01\n\x13\x41uthenticateRequest\x12^\n\x18username_password_method\x18\x01 \x01(\x0b\x32:.qwak.administration.authentication.UsernamePasswordMethodH\x00\x12S\n\x13qwak_api_key_method\x18\x02 \x01(\x0b\x32\x34.qwak.administration.authentication.QwakApiKeyMethodH\x00\x42\x17\n\x15\x61uthentication_method\"<\n\x16UsernamePasswordMethod\x12\x10\n\x08username\x18\x01 \x01(\t\x12\x10\n\x08password\x18\x02 \x01(\t\"(\n\x10QwakApiKeyMethod\x12\x14\n\x0cqwak_api_key\x18\x01 \x01(\t\"\\\n\x14\x41uthenticateResponse\x12\x14\n\x0c\x61\x63\x63\x65ss_token\x18\x01 \x01(\t\x12.\n\nexpired_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp2\x9b\x01\n\x15\x41uthenticationService\x12\x81\x01\n\x0c\x41uthenticate\x12\x37.qwak.administration.authentication.AuthenticateRequest\x1a\x38.qwak.administration.authentication.AuthenticateResponseB\xb7\x01\n\x1e\x63om.qwak.ai.administration.apiP\x01Z\x92\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/v0/authentication;authentication_v0b\x06proto3')
19
18
 
20
-
21
-
22
- _AUTHENTICATEREQUEST = DESCRIPTOR.message_types_by_name['AuthenticateRequest']
23
- _USERNAMEPASSWORDMETHOD = DESCRIPTOR.message_types_by_name['UsernamePasswordMethod']
24
- _QWAKAPIKEYMETHOD = DESCRIPTOR.message_types_by_name['QwakApiKeyMethod']
25
- _AUTHENTICATERESPONSE = DESCRIPTOR.message_types_by_name['AuthenticateResponse']
26
- AuthenticateRequest = _reflection.GeneratedProtocolMessageType('AuthenticateRequest', (_message.Message,), {
27
- 'DESCRIPTOR' : _AUTHENTICATEREQUEST,
28
- '__module__' : 'qwak.administration.v0.authentication.authentication_service_pb2'
29
- # @@protoc_insertion_point(class_scope:qwak.administration.authentication.AuthenticateRequest)
30
- })
31
- _sym_db.RegisterMessage(AuthenticateRequest)
32
-
33
- UsernamePasswordMethod = _reflection.GeneratedProtocolMessageType('UsernamePasswordMethod', (_message.Message,), {
34
- 'DESCRIPTOR' : _USERNAMEPASSWORDMETHOD,
35
- '__module__' : 'qwak.administration.v0.authentication.authentication_service_pb2'
36
- # @@protoc_insertion_point(class_scope:qwak.administration.authentication.UsernamePasswordMethod)
37
- })
38
- _sym_db.RegisterMessage(UsernamePasswordMethod)
39
-
40
- QwakApiKeyMethod = _reflection.GeneratedProtocolMessageType('QwakApiKeyMethod', (_message.Message,), {
41
- 'DESCRIPTOR' : _QWAKAPIKEYMETHOD,
42
- '__module__' : 'qwak.administration.v0.authentication.authentication_service_pb2'
43
- # @@protoc_insertion_point(class_scope:qwak.administration.authentication.QwakApiKeyMethod)
44
- })
45
- _sym_db.RegisterMessage(QwakApiKeyMethod)
46
-
47
- AuthenticateResponse = _reflection.GeneratedProtocolMessageType('AuthenticateResponse', (_message.Message,), {
48
- 'DESCRIPTOR' : _AUTHENTICATERESPONSE,
49
- '__module__' : 'qwak.administration.v0.authentication.authentication_service_pb2'
50
- # @@protoc_insertion_point(class_scope:qwak.administration.authentication.AuthenticateResponse)
51
- })
52
- _sym_db.RegisterMessage(AuthenticateResponse)
53
-
54
- _AUTHENTICATIONSERVICE = DESCRIPTOR.services_by_name['AuthenticationService']
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.administration.v0.authentication.authentication_service_pb2', _globals)
55
22
  if _descriptor._USE_C_DESCRIPTORS == False:
56
23
 
57
24
  DESCRIPTOR._options = None
58
25
  DESCRIPTOR._serialized_options = b'\n\036com.qwak.ai.administration.apiP\001Z\222\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/v0/authentication;authentication_v0'
59
- _AUTHENTICATEREQUEST._serialized_start=140
60
- _AUTHENTICATEREQUEST._serialized_end=367
61
- _USERNAMEPASSWORDMETHOD._serialized_start=369
62
- _USERNAMEPASSWORDMETHOD._serialized_end=429
63
- _QWAKAPIKEYMETHOD._serialized_start=431
64
- _QWAKAPIKEYMETHOD._serialized_end=471
65
- _AUTHENTICATERESPONSE._serialized_start=473
66
- _AUTHENTICATERESPONSE._serialized_end=565
67
- _AUTHENTICATIONSERVICE._serialized_start=568
68
- _AUTHENTICATIONSERVICE._serialized_end=723
26
+ _globals['_AUTHENTICATEREQUEST']._serialized_start=140
27
+ _globals['_AUTHENTICATEREQUEST']._serialized_end=367
28
+ _globals['_USERNAMEPASSWORDMETHOD']._serialized_start=369
29
+ _globals['_USERNAMEPASSWORDMETHOD']._serialized_end=429
30
+ _globals['_QWAKAPIKEYMETHOD']._serialized_start=431
31
+ _globals['_QWAKAPIKEYMETHOD']._serialized_end=471
32
+ _globals['_AUTHENTICATERESPONSE']._serialized_start=473
33
+ _globals['_AUTHENTICATERESPONSE']._serialized_end=565
34
+ _globals['_AUTHENTICATIONSERVICE']._serialized_start=568
35
+ _globals['_AUTHENTICATIONSERVICE']._serialized_end=723
69
36
  # @@protoc_insertion_point(module_scope)