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()
@@ -16,122 +15,35 @@ _sym_db = _symbol_database.Default()
16
15
 
17
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n9qwak/administration/account/v1/jfrog_tenant_details.proto\x12\x1eqwak.administration.account.v1\"\xa6\x02\n\x12JfrogTenantDetails\x12\x11\n\ttenant_id\x18\x01 \x01(\t\x12^\n\x1d\x64\x65\x66\x61ult_jfrog_project_details\x18\x02 \x01(\x0b\x32\x33.qwak.administration.account.v1.JfrogProjectDetailsB\x02\x18\x01\x12\\\n\x1ajfrog_tenant_configuration\x18\x03 \x01(\x0b\x32\x38.qwak.administration.account.v1.JFrogTenantConfiguration\x12?\n\x0bjpd_details\x18\x04 \x01(\x0b\x32*.qwak.administration.account.v1.JPDDetails\"\xb0\x01\n\nJPDDetails\x12N\n\x0esh_jpd_details\x18\x01 \x01(\x0b\x32\x34.qwak.administration.account.v1.SelfHostedJPDDetailsH\x00\x12J\n\x10saas_jpd_details\x18\x02 \x01(\x0b\x32..qwak.administration.account.v1.SAASJPDDetailsH\x00\x42\x06\n\x04type\"(\n\x14SelfHostedJPDDetails\x12\x10\n\x08\x62\x61se_url\x18\x01 \x01(\t\"\x10\n\x0eSAASJPDDetails\"v\n\x18JFrogTenantConfiguration\x12Z\n\x1d\x64\x65\x66\x61ult_jfrog_project_details\x18\x01 \x01(\x0b\x32\x33.qwak.administration.account.v1.JfrogProjectDetails\"*\n\x13JfrogProjectDetails\x12\x13\n\x0bproject_key\x18\x01 \x01(\t\"\xbe\x01\n\x0fJfrogTenantSpec\x12\x11\n\ttenant_id\x18\x01 \x01(\t\x12N\n\x14\x64\x65\x66\x61ult_project_spec\x18\x02 \x01(\x0b\x32\x30.qwak.administration.account.v1.JfrogProjectSpec\x12H\n\x10jpd_details_spec\x18\x03 \x01(\x0b\x32..qwak.administration.account.v1.JPDDetailsSpec\"\xc6\x01\n\x0eJPDDetailsSpec\x12W\n\x13sh_jpd_details_spec\x18\x01 \x01(\x0b\x32\x38.qwak.administration.account.v1.SelfHostedJPDDetailsSpecH\x00\x12S\n\x15saas_jpd_details_spec\x18\x02 \x01(\x0b\x32\x32.qwak.administration.account.v1.SAASJPDDetailsSpecH\x00\x42\x06\n\x04type\",\n\x18SelfHostedJPDDetailsSpec\x12\x10\n\x08\x62\x61se_url\x18\x01 \x01(\t\"\x14\n\x12SAASJPDDetailsSpec\"\'\n\x10JfrogProjectSpec\x12\x13\n\x0bproject_key\x18\x01 \x01(\tB\xb4\x01\n)com.qwak.ai.administration.api.account.v1P\x01Z\x84\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/account/v1;account_v0b\x06proto3')
18
17
 
19
-
20
-
21
- _JFROGTENANTDETAILS = DESCRIPTOR.message_types_by_name['JfrogTenantDetails']
22
- _JPDDETAILS = DESCRIPTOR.message_types_by_name['JPDDetails']
23
- _SELFHOSTEDJPDDETAILS = DESCRIPTOR.message_types_by_name['SelfHostedJPDDetails']
24
- _SAASJPDDETAILS = DESCRIPTOR.message_types_by_name['SAASJPDDetails']
25
- _JFROGTENANTCONFIGURATION = DESCRIPTOR.message_types_by_name['JFrogTenantConfiguration']
26
- _JFROGPROJECTDETAILS = DESCRIPTOR.message_types_by_name['JfrogProjectDetails']
27
- _JFROGTENANTSPEC = DESCRIPTOR.message_types_by_name['JfrogTenantSpec']
28
- _JPDDETAILSSPEC = DESCRIPTOR.message_types_by_name['JPDDetailsSpec']
29
- _SELFHOSTEDJPDDETAILSSPEC = DESCRIPTOR.message_types_by_name['SelfHostedJPDDetailsSpec']
30
- _SAASJPDDETAILSSPEC = DESCRIPTOR.message_types_by_name['SAASJPDDetailsSpec']
31
- _JFROGPROJECTSPEC = DESCRIPTOR.message_types_by_name['JfrogProjectSpec']
32
- JfrogTenantDetails = _reflection.GeneratedProtocolMessageType('JfrogTenantDetails', (_message.Message,), {
33
- 'DESCRIPTOR' : _JFROGTENANTDETAILS,
34
- '__module__' : 'qwak.administration.account.v1.jfrog_tenant_details_pb2'
35
- # @@protoc_insertion_point(class_scope:qwak.administration.account.v1.JfrogTenantDetails)
36
- })
37
- _sym_db.RegisterMessage(JfrogTenantDetails)
38
-
39
- JPDDetails = _reflection.GeneratedProtocolMessageType('JPDDetails', (_message.Message,), {
40
- 'DESCRIPTOR' : _JPDDETAILS,
41
- '__module__' : 'qwak.administration.account.v1.jfrog_tenant_details_pb2'
42
- # @@protoc_insertion_point(class_scope:qwak.administration.account.v1.JPDDetails)
43
- })
44
- _sym_db.RegisterMessage(JPDDetails)
45
-
46
- SelfHostedJPDDetails = _reflection.GeneratedProtocolMessageType('SelfHostedJPDDetails', (_message.Message,), {
47
- 'DESCRIPTOR' : _SELFHOSTEDJPDDETAILS,
48
- '__module__' : 'qwak.administration.account.v1.jfrog_tenant_details_pb2'
49
- # @@protoc_insertion_point(class_scope:qwak.administration.account.v1.SelfHostedJPDDetails)
50
- })
51
- _sym_db.RegisterMessage(SelfHostedJPDDetails)
52
-
53
- SAASJPDDetails = _reflection.GeneratedProtocolMessageType('SAASJPDDetails', (_message.Message,), {
54
- 'DESCRIPTOR' : _SAASJPDDETAILS,
55
- '__module__' : 'qwak.administration.account.v1.jfrog_tenant_details_pb2'
56
- # @@protoc_insertion_point(class_scope:qwak.administration.account.v1.SAASJPDDetails)
57
- })
58
- _sym_db.RegisterMessage(SAASJPDDetails)
59
-
60
- JFrogTenantConfiguration = _reflection.GeneratedProtocolMessageType('JFrogTenantConfiguration', (_message.Message,), {
61
- 'DESCRIPTOR' : _JFROGTENANTCONFIGURATION,
62
- '__module__' : 'qwak.administration.account.v1.jfrog_tenant_details_pb2'
63
- # @@protoc_insertion_point(class_scope:qwak.administration.account.v1.JFrogTenantConfiguration)
64
- })
65
- _sym_db.RegisterMessage(JFrogTenantConfiguration)
66
-
67
- JfrogProjectDetails = _reflection.GeneratedProtocolMessageType('JfrogProjectDetails', (_message.Message,), {
68
- 'DESCRIPTOR' : _JFROGPROJECTDETAILS,
69
- '__module__' : 'qwak.administration.account.v1.jfrog_tenant_details_pb2'
70
- # @@protoc_insertion_point(class_scope:qwak.administration.account.v1.JfrogProjectDetails)
71
- })
72
- _sym_db.RegisterMessage(JfrogProjectDetails)
73
-
74
- JfrogTenantSpec = _reflection.GeneratedProtocolMessageType('JfrogTenantSpec', (_message.Message,), {
75
- 'DESCRIPTOR' : _JFROGTENANTSPEC,
76
- '__module__' : 'qwak.administration.account.v1.jfrog_tenant_details_pb2'
77
- # @@protoc_insertion_point(class_scope:qwak.administration.account.v1.JfrogTenantSpec)
78
- })
79
- _sym_db.RegisterMessage(JfrogTenantSpec)
80
-
81
- JPDDetailsSpec = _reflection.GeneratedProtocolMessageType('JPDDetailsSpec', (_message.Message,), {
82
- 'DESCRIPTOR' : _JPDDETAILSSPEC,
83
- '__module__' : 'qwak.administration.account.v1.jfrog_tenant_details_pb2'
84
- # @@protoc_insertion_point(class_scope:qwak.administration.account.v1.JPDDetailsSpec)
85
- })
86
- _sym_db.RegisterMessage(JPDDetailsSpec)
87
-
88
- SelfHostedJPDDetailsSpec = _reflection.GeneratedProtocolMessageType('SelfHostedJPDDetailsSpec', (_message.Message,), {
89
- 'DESCRIPTOR' : _SELFHOSTEDJPDDETAILSSPEC,
90
- '__module__' : 'qwak.administration.account.v1.jfrog_tenant_details_pb2'
91
- # @@protoc_insertion_point(class_scope:qwak.administration.account.v1.SelfHostedJPDDetailsSpec)
92
- })
93
- _sym_db.RegisterMessage(SelfHostedJPDDetailsSpec)
94
-
95
- SAASJPDDetailsSpec = _reflection.GeneratedProtocolMessageType('SAASJPDDetailsSpec', (_message.Message,), {
96
- 'DESCRIPTOR' : _SAASJPDDETAILSSPEC,
97
- '__module__' : 'qwak.administration.account.v1.jfrog_tenant_details_pb2'
98
- # @@protoc_insertion_point(class_scope:qwak.administration.account.v1.SAASJPDDetailsSpec)
99
- })
100
- _sym_db.RegisterMessage(SAASJPDDetailsSpec)
101
-
102
- JfrogProjectSpec = _reflection.GeneratedProtocolMessageType('JfrogProjectSpec', (_message.Message,), {
103
- 'DESCRIPTOR' : _JFROGPROJECTSPEC,
104
- '__module__' : 'qwak.administration.account.v1.jfrog_tenant_details_pb2'
105
- # @@protoc_insertion_point(class_scope:qwak.administration.account.v1.JfrogProjectSpec)
106
- })
107
- _sym_db.RegisterMessage(JfrogProjectSpec)
108
-
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.administration.account.v1.jfrog_tenant_details_pb2', _globals)
109
21
  if _descriptor._USE_C_DESCRIPTORS == False:
110
22
 
111
23
  DESCRIPTOR._options = None
112
24
  DESCRIPTOR._serialized_options = b'\n)com.qwak.ai.administration.api.account.v1P\001Z\204\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/account/v1;account_v0'
113
25
  _JFROGTENANTDETAILS.fields_by_name['default_jfrog_project_details']._options = None
114
26
  _JFROGTENANTDETAILS.fields_by_name['default_jfrog_project_details']._serialized_options = b'\030\001'
115
- _JFROGTENANTDETAILS._serialized_start=94
116
- _JFROGTENANTDETAILS._serialized_end=388
117
- _JPDDETAILS._serialized_start=391
118
- _JPDDETAILS._serialized_end=567
119
- _SELFHOSTEDJPDDETAILS._serialized_start=569
120
- _SELFHOSTEDJPDDETAILS._serialized_end=609
121
- _SAASJPDDETAILS._serialized_start=611
122
- _SAASJPDDETAILS._serialized_end=627
123
- _JFROGTENANTCONFIGURATION._serialized_start=629
124
- _JFROGTENANTCONFIGURATION._serialized_end=747
125
- _JFROGPROJECTDETAILS._serialized_start=749
126
- _JFROGPROJECTDETAILS._serialized_end=791
127
- _JFROGTENANTSPEC._serialized_start=794
128
- _JFROGTENANTSPEC._serialized_end=984
129
- _JPDDETAILSSPEC._serialized_start=987
130
- _JPDDETAILSSPEC._serialized_end=1185
131
- _SELFHOSTEDJPDDETAILSSPEC._serialized_start=1187
132
- _SELFHOSTEDJPDDETAILSSPEC._serialized_end=1231
133
- _SAASJPDDETAILSSPEC._serialized_start=1233
134
- _SAASJPDDETAILSSPEC._serialized_end=1253
135
- _JFROGPROJECTSPEC._serialized_start=1255
136
- _JFROGPROJECTSPEC._serialized_end=1294
27
+ _globals['_JFROGTENANTDETAILS']._serialized_start=94
28
+ _globals['_JFROGTENANTDETAILS']._serialized_end=388
29
+ _globals['_JPDDETAILS']._serialized_start=391
30
+ _globals['_JPDDETAILS']._serialized_end=567
31
+ _globals['_SELFHOSTEDJPDDETAILS']._serialized_start=569
32
+ _globals['_SELFHOSTEDJPDDETAILS']._serialized_end=609
33
+ _globals['_SAASJPDDETAILS']._serialized_start=611
34
+ _globals['_SAASJPDDETAILS']._serialized_end=627
35
+ _globals['_JFROGTENANTCONFIGURATION']._serialized_start=629
36
+ _globals['_JFROGTENANTCONFIGURATION']._serialized_end=747
37
+ _globals['_JFROGPROJECTDETAILS']._serialized_start=749
38
+ _globals['_JFROGPROJECTDETAILS']._serialized_end=791
39
+ _globals['_JFROGTENANTSPEC']._serialized_start=794
40
+ _globals['_JFROGTENANTSPEC']._serialized_end=984
41
+ _globals['_JPDDETAILSSPEC']._serialized_start=987
42
+ _globals['_JPDDETAILSSPEC']._serialized_end=1185
43
+ _globals['_SELFHOSTEDJPDDETAILSSPEC']._serialized_start=1187
44
+ _globals['_SELFHOSTEDJPDDETAILSSPEC']._serialized_end=1231
45
+ _globals['_SAASJPDDETAILSSPEC']._serialized_start=1233
46
+ _globals['_SAASJPDDETAILSSPEC']._serialized_end=1253
47
+ _globals['_JFROGPROJECTSPEC']._serialized_start=1255
48
+ _globals['_JFROGPROJECTSPEC']._serialized_end=1294
137
49
  # @@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,30 +15,15 @@ _sym_db = _symbol_database.Default()
16
15
 
17
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4qwak/administration/account/v1/personalization.proto\x12\x1bqwak.administration.account\"K\n\x16\x41\x63\x63ountPersonalization\x12\x31\n\x05\x62rand\x18\x01 \x01(\x0b\x32\".qwak.administration.account.Brand\" \n\x05\x42rand\x12\x17\n\x0flogo_image_path\x18\x01 \x01(\tB\xb4\x01\n)com.qwak.ai.administration.api.account.v1P\x01Z\x84\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/account/v1;account_v0b\x06proto3')
18
17
 
19
-
20
-
21
- _ACCOUNTPERSONALIZATION = DESCRIPTOR.message_types_by_name['AccountPersonalization']
22
- _BRAND = DESCRIPTOR.message_types_by_name['Brand']
23
- AccountPersonalization = _reflection.GeneratedProtocolMessageType('AccountPersonalization', (_message.Message,), {
24
- 'DESCRIPTOR' : _ACCOUNTPERSONALIZATION,
25
- '__module__' : 'qwak.administration.account.v1.personalization_pb2'
26
- # @@protoc_insertion_point(class_scope:qwak.administration.account.AccountPersonalization)
27
- })
28
- _sym_db.RegisterMessage(AccountPersonalization)
29
-
30
- Brand = _reflection.GeneratedProtocolMessageType('Brand', (_message.Message,), {
31
- 'DESCRIPTOR' : _BRAND,
32
- '__module__' : 'qwak.administration.account.v1.personalization_pb2'
33
- # @@protoc_insertion_point(class_scope:qwak.administration.account.Brand)
34
- })
35
- _sym_db.RegisterMessage(Brand)
36
-
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.administration.account.v1.personalization_pb2', _globals)
37
21
  if _descriptor._USE_C_DESCRIPTORS == False:
38
22
 
39
23
  DESCRIPTOR._options = None
40
24
  DESCRIPTOR._serialized_options = b'\n)com.qwak.ai.administration.api.account.v1P\001Z\204\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/account/v1;account_v0'
41
- _ACCOUNTPERSONALIZATION._serialized_start=85
42
- _ACCOUNTPERSONALIZATION._serialized_end=160
43
- _BRAND._serialized_start=162
44
- _BRAND._serialized_end=194
25
+ _globals['_ACCOUNTPERSONALIZATION']._serialized_start=85
26
+ _globals['_ACCOUNTPERSONALIZATION']._serialized_end=160
27
+ _globals['_BRAND']._serialized_start=162
28
+ _globals['_BRAND']._serialized_end=194
45
29
  # @@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.account.v1 import personalization_pb2 as qw
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0qwak/administration/account/v1/preferences.proto\x12\x1bqwak.administration.account\x1a\x34qwak/administration/account/v1/personalization.proto\"b\n\x12\x41\x63\x63ountPreferences\x12L\n\x0fpersonalization\x18\x02 \x01(\x0b\x32\x33.qwak.administration.account.AccountPersonalizationB\xb4\x01\n)com.qwak.ai.administration.api.account.v1P\x01Z\x84\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/account/v1;account_v0b\x06proto3')
19
18
 
20
-
21
-
22
- _ACCOUNTPREFERENCES = DESCRIPTOR.message_types_by_name['AccountPreferences']
23
- AccountPreferences = _reflection.GeneratedProtocolMessageType('AccountPreferences', (_message.Message,), {
24
- 'DESCRIPTOR' : _ACCOUNTPREFERENCES,
25
- '__module__' : 'qwak.administration.account.v1.preferences_pb2'
26
- # @@protoc_insertion_point(class_scope:qwak.administration.account.AccountPreferences)
27
- })
28
- _sym_db.RegisterMessage(AccountPreferences)
29
-
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.administration.account.v1.preferences_pb2', _globals)
30
22
  if _descriptor._USE_C_DESCRIPTORS == False:
31
23
 
32
24
  DESCRIPTOR._options = None
33
25
  DESCRIPTOR._serialized_options = b'\n)com.qwak.ai.administration.api.account.v1P\001Z\204\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/account/v1;account_v0'
34
- _ACCOUNTPREFERENCES._serialized_start=135
35
- _ACCOUNTPREFERENCES._serialized_end=233
26
+ _globals['_ACCOUNTPREFERENCES']._serialized_start=135
27
+ _globals['_ACCOUNTPREFERENCES']._serialized_end=233
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()
@@ -16,60 +15,21 @@ _sym_db = _symbol_database.Default()
16
15
 
17
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*qwak/administration/account/v1/terms.proto\x12\x1bqwak.administration.account\"H\n\x14\x41\x63\x63ountAcceptedTerms\x12\x30\n\x05terms\x18\x01 \x03(\x0b\x32!.qwak.administration.account.Term\"\x95\x02\n\x04Term\x12Q\n\x15platform_general_term\x18\x01 \x01(\x0b\x32\x30.qwak.administration.account.PlatformGeneralTermH\x00\x12Z\n\x1amodel_library_general_term\x18\x02 \x01(\x0b\x32\x34.qwak.administration.account.ModelLibraryGeneralTermH\x00\x12V\n\x18model_library_model_term\x18\x03 \x01(\x0b\x32\x32.qwak.administration.account.ModelLibraryModelTermH\x00\x42\x06\n\x04term\"\x15\n\x13PlatformGeneralTerm\"\x19\n\x17ModelLibraryGeneralTerm\"2\n\x15ModelLibraryModelTerm\x12\x19\n\x11model_registry_id\x18\x01 \x01(\tB\xb4\x01\n)com.qwak.ai.administration.api.account.v1P\x01Z\x84\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/account/v1;account_v0b\x06proto3')
18
17
 
19
-
20
-
21
- _ACCOUNTACCEPTEDTERMS = DESCRIPTOR.message_types_by_name['AccountAcceptedTerms']
22
- _TERM = DESCRIPTOR.message_types_by_name['Term']
23
- _PLATFORMGENERALTERM = DESCRIPTOR.message_types_by_name['PlatformGeneralTerm']
24
- _MODELLIBRARYGENERALTERM = DESCRIPTOR.message_types_by_name['ModelLibraryGeneralTerm']
25
- _MODELLIBRARYMODELTERM = DESCRIPTOR.message_types_by_name['ModelLibraryModelTerm']
26
- AccountAcceptedTerms = _reflection.GeneratedProtocolMessageType('AccountAcceptedTerms', (_message.Message,), {
27
- 'DESCRIPTOR' : _ACCOUNTACCEPTEDTERMS,
28
- '__module__' : 'qwak.administration.account.v1.terms_pb2'
29
- # @@protoc_insertion_point(class_scope:qwak.administration.account.AccountAcceptedTerms)
30
- })
31
- _sym_db.RegisterMessage(AccountAcceptedTerms)
32
-
33
- Term = _reflection.GeneratedProtocolMessageType('Term', (_message.Message,), {
34
- 'DESCRIPTOR' : _TERM,
35
- '__module__' : 'qwak.administration.account.v1.terms_pb2'
36
- # @@protoc_insertion_point(class_scope:qwak.administration.account.Term)
37
- })
38
- _sym_db.RegisterMessage(Term)
39
-
40
- PlatformGeneralTerm = _reflection.GeneratedProtocolMessageType('PlatformGeneralTerm', (_message.Message,), {
41
- 'DESCRIPTOR' : _PLATFORMGENERALTERM,
42
- '__module__' : 'qwak.administration.account.v1.terms_pb2'
43
- # @@protoc_insertion_point(class_scope:qwak.administration.account.PlatformGeneralTerm)
44
- })
45
- _sym_db.RegisterMessage(PlatformGeneralTerm)
46
-
47
- ModelLibraryGeneralTerm = _reflection.GeneratedProtocolMessageType('ModelLibraryGeneralTerm', (_message.Message,), {
48
- 'DESCRIPTOR' : _MODELLIBRARYGENERALTERM,
49
- '__module__' : 'qwak.administration.account.v1.terms_pb2'
50
- # @@protoc_insertion_point(class_scope:qwak.administration.account.ModelLibraryGeneralTerm)
51
- })
52
- _sym_db.RegisterMessage(ModelLibraryGeneralTerm)
53
-
54
- ModelLibraryModelTerm = _reflection.GeneratedProtocolMessageType('ModelLibraryModelTerm', (_message.Message,), {
55
- 'DESCRIPTOR' : _MODELLIBRARYMODELTERM,
56
- '__module__' : 'qwak.administration.account.v1.terms_pb2'
57
- # @@protoc_insertion_point(class_scope:qwak.administration.account.ModelLibraryModelTerm)
58
- })
59
- _sym_db.RegisterMessage(ModelLibraryModelTerm)
60
-
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.administration.account.v1.terms_pb2', _globals)
61
21
  if _descriptor._USE_C_DESCRIPTORS == False:
62
22
 
63
23
  DESCRIPTOR._options = None
64
24
  DESCRIPTOR._serialized_options = b'\n)com.qwak.ai.administration.api.account.v1P\001Z\204\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/account/v1;account_v0'
65
- _ACCOUNTACCEPTEDTERMS._serialized_start=75
66
- _ACCOUNTACCEPTEDTERMS._serialized_end=147
67
- _TERM._serialized_start=150
68
- _TERM._serialized_end=427
69
- _PLATFORMGENERALTERM._serialized_start=429
70
- _PLATFORMGENERALTERM._serialized_end=450
71
- _MODELLIBRARYGENERALTERM._serialized_start=452
72
- _MODELLIBRARYGENERALTERM._serialized_end=477
73
- _MODELLIBRARYMODELTERM._serialized_start=479
74
- _MODELLIBRARYMODELTERM._serialized_end=529
25
+ _globals['_ACCOUNTACCEPTEDTERMS']._serialized_start=75
26
+ _globals['_ACCOUNTACCEPTEDTERMS']._serialized_end=147
27
+ _globals['_TERM']._serialized_start=150
28
+ _globals['_TERM']._serialized_end=427
29
+ _globals['_PLATFORMGENERALTERM']._serialized_start=429
30
+ _globals['_PLATFORMGENERALTERM']._serialized_end=450
31
+ _globals['_MODELLIBRARYGENERALTERM']._serialized_start=452
32
+ _globals['_MODELLIBRARYGENERALTERM']._serialized_end=477
33
+ _globals['_MODELLIBRARYMODELTERM']._serialized_start=479
34
+ _globals['_MODELLIBRARYMODELTERM']._serialized_end=529
75
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()
@@ -19,73 +18,25 @@ from _qwak_proto.qwak.administration.authenticated_user.v1 import credentials_pb
19
18
 
20
19
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nJqwak/administration/authenticated_user/v1/authenticated_user_service.proto\x12)qwak.administration.authenticated_user.v1\x1a\x1egoogle/protobuf/duration.proto\x1a\x37qwak/administration/authenticated_user/v1/details.proto\x1a;qwak/administration/authenticated_user/v1/credentials.proto\"\x13\n\x11GetDetailsRequest\"\xae\x01\n\x12GetDetailsResponse\x12\x44\n\x04user\x18\x01 \x01(\x0b\x32\x36.qwak.administration.authenticated_user.v1.UserDetails\x12R\n\x0b\x65nvironment\x18\x02 \x01(\x0b\x32=.qwak.administration.authenticated_user.v1.EnvironmentDetails\"\x1e\n\x1cGetEnvironmentDetailsRequest\"s\n\x1dGetEnvironmentDetailsResponse\x12R\n\x0b\x65nvironment\x18\x01 \x01(\x0b\x32=.qwak.administration.authenticated_user.v1.EnvironmentDetails\"I\n\x1aGetCloudCredentialsRequest\x12+\n\x08\x64uration\x18\x01 \x01(\x0b\x32\x19.google.protobuf.Duration\"u\n\x1bGetCloudCredentialsResponse\x12V\n\x11\x63loud_credentials\x18\x01 \x01(\x0b\x32;.qwak.administration.authenticated_user.v1.CloudCredentials2\xf3\x03\n\x11\x41uthenticatedUser\x12\x89\x01\n\nGetDetails\x12<.qwak.administration.authenticated_user.v1.GetDetailsRequest\x1a=.qwak.administration.authenticated_user.v1.GetDetailsResponse\x12\xaa\x01\n\x15GetEnvironmentDetails\x12G.qwak.administration.authenticated_user.v1.GetEnvironmentDetailsRequest\x1aH.qwak.administration.authenticated_user.v1.GetEnvironmentDetailsResponse\x12\xa4\x01\n\x13GetCloudCredentials\x12\x45.qwak.administration.authenticated_user.v1.GetCloudCredentialsRequest\x1a\x46.qwak.administration.authenticated_user.v1.GetCloudCredentialsResponseBN\n4com.qwak.ai.administration.api.authenticated_user.v1P\x01Z\x14.;authenticated_userb\x06proto3')
21
20
 
22
-
23
-
24
- _GETDETAILSREQUEST = DESCRIPTOR.message_types_by_name['GetDetailsRequest']
25
- _GETDETAILSRESPONSE = DESCRIPTOR.message_types_by_name['GetDetailsResponse']
26
- _GETENVIRONMENTDETAILSREQUEST = DESCRIPTOR.message_types_by_name['GetEnvironmentDetailsRequest']
27
- _GETENVIRONMENTDETAILSRESPONSE = DESCRIPTOR.message_types_by_name['GetEnvironmentDetailsResponse']
28
- _GETCLOUDCREDENTIALSREQUEST = DESCRIPTOR.message_types_by_name['GetCloudCredentialsRequest']
29
- _GETCLOUDCREDENTIALSRESPONSE = DESCRIPTOR.message_types_by_name['GetCloudCredentialsResponse']
30
- GetDetailsRequest = _reflection.GeneratedProtocolMessageType('GetDetailsRequest', (_message.Message,), {
31
- 'DESCRIPTOR' : _GETDETAILSREQUEST,
32
- '__module__' : 'qwak.administration.authenticated_user.v1.authenticated_user_service_pb2'
33
- # @@protoc_insertion_point(class_scope:qwak.administration.authenticated_user.v1.GetDetailsRequest)
34
- })
35
- _sym_db.RegisterMessage(GetDetailsRequest)
36
-
37
- GetDetailsResponse = _reflection.GeneratedProtocolMessageType('GetDetailsResponse', (_message.Message,), {
38
- 'DESCRIPTOR' : _GETDETAILSRESPONSE,
39
- '__module__' : 'qwak.administration.authenticated_user.v1.authenticated_user_service_pb2'
40
- # @@protoc_insertion_point(class_scope:qwak.administration.authenticated_user.v1.GetDetailsResponse)
41
- })
42
- _sym_db.RegisterMessage(GetDetailsResponse)
43
-
44
- GetEnvironmentDetailsRequest = _reflection.GeneratedProtocolMessageType('GetEnvironmentDetailsRequest', (_message.Message,), {
45
- 'DESCRIPTOR' : _GETENVIRONMENTDETAILSREQUEST,
46
- '__module__' : 'qwak.administration.authenticated_user.v1.authenticated_user_service_pb2'
47
- # @@protoc_insertion_point(class_scope:qwak.administration.authenticated_user.v1.GetEnvironmentDetailsRequest)
48
- })
49
- _sym_db.RegisterMessage(GetEnvironmentDetailsRequest)
50
-
51
- GetEnvironmentDetailsResponse = _reflection.GeneratedProtocolMessageType('GetEnvironmentDetailsResponse', (_message.Message,), {
52
- 'DESCRIPTOR' : _GETENVIRONMENTDETAILSRESPONSE,
53
- '__module__' : 'qwak.administration.authenticated_user.v1.authenticated_user_service_pb2'
54
- # @@protoc_insertion_point(class_scope:qwak.administration.authenticated_user.v1.GetEnvironmentDetailsResponse)
55
- })
56
- _sym_db.RegisterMessage(GetEnvironmentDetailsResponse)
57
-
58
- GetCloudCredentialsRequest = _reflection.GeneratedProtocolMessageType('GetCloudCredentialsRequest', (_message.Message,), {
59
- 'DESCRIPTOR' : _GETCLOUDCREDENTIALSREQUEST,
60
- '__module__' : 'qwak.administration.authenticated_user.v1.authenticated_user_service_pb2'
61
- # @@protoc_insertion_point(class_scope:qwak.administration.authenticated_user.v1.GetCloudCredentialsRequest)
62
- })
63
- _sym_db.RegisterMessage(GetCloudCredentialsRequest)
64
-
65
- GetCloudCredentialsResponse = _reflection.GeneratedProtocolMessageType('GetCloudCredentialsResponse', (_message.Message,), {
66
- 'DESCRIPTOR' : _GETCLOUDCREDENTIALSRESPONSE,
67
- '__module__' : 'qwak.administration.authenticated_user.v1.authenticated_user_service_pb2'
68
- # @@protoc_insertion_point(class_scope:qwak.administration.authenticated_user.v1.GetCloudCredentialsResponse)
69
- })
70
- _sym_db.RegisterMessage(GetCloudCredentialsResponse)
71
-
72
- _AUTHENTICATEDUSER = DESCRIPTOR.services_by_name['AuthenticatedUser']
21
+ _globals = globals()
22
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
23
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.administration.authenticated_user.v1.authenticated_user_service_pb2', _globals)
73
24
  if _descriptor._USE_C_DESCRIPTORS == False:
74
25
 
75
26
  DESCRIPTOR._options = None
76
27
  DESCRIPTOR._serialized_options = b'\n4com.qwak.ai.administration.api.authenticated_user.v1P\001Z\024.;authenticated_user'
77
- _GETDETAILSREQUEST._serialized_start=271
78
- _GETDETAILSREQUEST._serialized_end=290
79
- _GETDETAILSRESPONSE._serialized_start=293
80
- _GETDETAILSRESPONSE._serialized_end=467
81
- _GETENVIRONMENTDETAILSREQUEST._serialized_start=469
82
- _GETENVIRONMENTDETAILSREQUEST._serialized_end=499
83
- _GETENVIRONMENTDETAILSRESPONSE._serialized_start=501
84
- _GETENVIRONMENTDETAILSRESPONSE._serialized_end=616
85
- _GETCLOUDCREDENTIALSREQUEST._serialized_start=618
86
- _GETCLOUDCREDENTIALSREQUEST._serialized_end=691
87
- _GETCLOUDCREDENTIALSRESPONSE._serialized_start=693
88
- _GETCLOUDCREDENTIALSRESPONSE._serialized_end=810
89
- _AUTHENTICATEDUSER._serialized_start=813
90
- _AUTHENTICATEDUSER._serialized_end=1312
28
+ _globals['_GETDETAILSREQUEST']._serialized_start=271
29
+ _globals['_GETDETAILSREQUEST']._serialized_end=290
30
+ _globals['_GETDETAILSRESPONSE']._serialized_start=293
31
+ _globals['_GETDETAILSRESPONSE']._serialized_end=467
32
+ _globals['_GETENVIRONMENTDETAILSREQUEST']._serialized_start=469
33
+ _globals['_GETENVIRONMENTDETAILSREQUEST']._serialized_end=499
34
+ _globals['_GETENVIRONMENTDETAILSRESPONSE']._serialized_start=501
35
+ _globals['_GETENVIRONMENTDETAILSRESPONSE']._serialized_end=616
36
+ _globals['_GETCLOUDCREDENTIALSREQUEST']._serialized_start=618
37
+ _globals['_GETCLOUDCREDENTIALSREQUEST']._serialized_end=691
38
+ _globals['_GETCLOUDCREDENTIALSRESPONSE']._serialized_start=693
39
+ _globals['_GETCLOUDCREDENTIALSRESPONSE']._serialized_end=810
40
+ _globals['_AUTHENTICATEDUSER']._serialized_start=813
41
+ _globals['_AUTHENTICATEDUSER']._serialized_end=1312
91
42
  # @@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,30 +16,15 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n;qwak/administration/authenticated_user/v1/credentials.proto\x12)qwak.administration.authenticated_user.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"\x8a\x01\n\x10\x43loudCredentials\x12g\n\x19\x61ws_temporary_credentials\x18\x01 \x01(\x0b\x32\x42.qwak.administration.authenticated_user.v1.AwsTemporaryCredentialsH\x00\x42\r\n\x0b\x63redentials\"\x97\x01\n\x17\x41wsTemporaryCredentials\x12\x15\n\raccess_key_id\x18\x01 \x01(\t\x12\x19\n\x11secret_access_key\x18\x02 \x01(\t\x12\x15\n\rsession_token\x18\x03 \x01(\t\x12\x33\n\x0f\x65xpiration_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampBN\n4com.qwak.ai.administration.api.authenticated_user.v1P\x01Z\x14.;authenticated_userb\x06proto3')
19
18
 
20
-
21
-
22
- _CLOUDCREDENTIALS = DESCRIPTOR.message_types_by_name['CloudCredentials']
23
- _AWSTEMPORARYCREDENTIALS = DESCRIPTOR.message_types_by_name['AwsTemporaryCredentials']
24
- CloudCredentials = _reflection.GeneratedProtocolMessageType('CloudCredentials', (_message.Message,), {
25
- 'DESCRIPTOR' : _CLOUDCREDENTIALS,
26
- '__module__' : 'qwak.administration.authenticated_user.v1.credentials_pb2'
27
- # @@protoc_insertion_point(class_scope:qwak.administration.authenticated_user.v1.CloudCredentials)
28
- })
29
- _sym_db.RegisterMessage(CloudCredentials)
30
-
31
- AwsTemporaryCredentials = _reflection.GeneratedProtocolMessageType('AwsTemporaryCredentials', (_message.Message,), {
32
- 'DESCRIPTOR' : _AWSTEMPORARYCREDENTIALS,
33
- '__module__' : 'qwak.administration.authenticated_user.v1.credentials_pb2'
34
- # @@protoc_insertion_point(class_scope:qwak.administration.authenticated_user.v1.AwsTemporaryCredentials)
35
- })
36
- _sym_db.RegisterMessage(AwsTemporaryCredentials)
37
-
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.administration.authenticated_user.v1.credentials_pb2', _globals)
38
22
  if _descriptor._USE_C_DESCRIPTORS == False:
39
23
 
40
24
  DESCRIPTOR._options = None
41
25
  DESCRIPTOR._serialized_options = b'\n4com.qwak.ai.administration.api.authenticated_user.v1P\001Z\024.;authenticated_user'
42
- _CLOUDCREDENTIALS._serialized_start=140
43
- _CLOUDCREDENTIALS._serialized_end=278
44
- _AWSTEMPORARYCREDENTIALS._serialized_start=281
45
- _AWSTEMPORARYCREDENTIALS._serialized_end=432
26
+ _globals['_CLOUDCREDENTIALS']._serialized_start=140
27
+ _globals['_CLOUDCREDENTIALS']._serialized_end=278
28
+ _globals['_AWSTEMPORARYCREDENTIALS']._serialized_start=281
29
+ _globals['_AWSTEMPORARYCREDENTIALS']._serialized_end=432
46
30
  # @@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,60 +15,21 @@ _sym_db = _symbol_database.Default()
16
15
 
17
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n7qwak/administration/authenticated_user/v1/details.proto\x12)qwak.administration.authenticated_user.v1\"/\n\x0bUserDetails\x12\n\n\x02id\x18\x01 \x01(\t\x12\x14\n\x0c\x64isplay_name\x18\x02 \x01(\t\"|\n\x12\x45nvironmentDetails\x12\n\n\x02id\x18\x01 \x01(\t\x12Z\n\rconfiguration\x18\x02 \x01(\x0b\x32\x43.qwak.administration.authenticated_user.v1.EnvironmentConfiguration\"\xa5\x02\n\x18\x45nvironmentConfiguration\x12\x19\n\x11\x65\x64ge_services_url\x18\x01 \x01(\t\x12\x1d\n\x15management_access_url\x18\x06 \x01(\t\x12\x15\n\rmodel_api_url\x18\x02 \x01(\t\x12\x1e\n\x16\x61nalytics_data_api_url\x18\x03 \x01(\t\x12\x1d\n\x15object_storage_bucket\x18\x04 \x01(\t\x12\x19\n\x11\x62i_system_api_key\x18\x05 \x01(\t\x12^\n\x13\x63loud_configuration\x18\x07 \x01(\x0b\x32\x41.qwak.administration.authenticated_user.v1.QwakCloudConfiguration\"\x8e\x01\n\x16QwakCloudConfiguration\x12\x63\n\x17\x61ws_cloud_configuration\x18\x01 \x01(\x0b\x32@.qwak.administration.authenticated_user.v1.AwsCloudConfigurationH\x00\x42\x0f\n\rconfiguration\"a\n\x15\x41wsCloudConfiguration\x12\x0e\n\x06region\x18\x01 \x01(\t\x12\x10\n\x08role_arn\x18\x02 \x01(\t\x12\x13\n\x0b\x65xternal_id\x18\x03 \x01(\t\x12\x11\n\tworkgroup\x18\x04 \x01(\tBN\n4com.qwak.ai.administration.api.authenticated_user.v1P\x01Z\x14.;authenticated_userb\x06proto3')
18
17
 
19
-
20
-
21
- _USERDETAILS = DESCRIPTOR.message_types_by_name['UserDetails']
22
- _ENVIRONMENTDETAILS = DESCRIPTOR.message_types_by_name['EnvironmentDetails']
23
- _ENVIRONMENTCONFIGURATION = DESCRIPTOR.message_types_by_name['EnvironmentConfiguration']
24
- _QWAKCLOUDCONFIGURATION = DESCRIPTOR.message_types_by_name['QwakCloudConfiguration']
25
- _AWSCLOUDCONFIGURATION = DESCRIPTOR.message_types_by_name['AwsCloudConfiguration']
26
- UserDetails = _reflection.GeneratedProtocolMessageType('UserDetails', (_message.Message,), {
27
- 'DESCRIPTOR' : _USERDETAILS,
28
- '__module__' : 'qwak.administration.authenticated_user.v1.details_pb2'
29
- # @@protoc_insertion_point(class_scope:qwak.administration.authenticated_user.v1.UserDetails)
30
- })
31
- _sym_db.RegisterMessage(UserDetails)
32
-
33
- EnvironmentDetails = _reflection.GeneratedProtocolMessageType('EnvironmentDetails', (_message.Message,), {
34
- 'DESCRIPTOR' : _ENVIRONMENTDETAILS,
35
- '__module__' : 'qwak.administration.authenticated_user.v1.details_pb2'
36
- # @@protoc_insertion_point(class_scope:qwak.administration.authenticated_user.v1.EnvironmentDetails)
37
- })
38
- _sym_db.RegisterMessage(EnvironmentDetails)
39
-
40
- EnvironmentConfiguration = _reflection.GeneratedProtocolMessageType('EnvironmentConfiguration', (_message.Message,), {
41
- 'DESCRIPTOR' : _ENVIRONMENTCONFIGURATION,
42
- '__module__' : 'qwak.administration.authenticated_user.v1.details_pb2'
43
- # @@protoc_insertion_point(class_scope:qwak.administration.authenticated_user.v1.EnvironmentConfiguration)
44
- })
45
- _sym_db.RegisterMessage(EnvironmentConfiguration)
46
-
47
- QwakCloudConfiguration = _reflection.GeneratedProtocolMessageType('QwakCloudConfiguration', (_message.Message,), {
48
- 'DESCRIPTOR' : _QWAKCLOUDCONFIGURATION,
49
- '__module__' : 'qwak.administration.authenticated_user.v1.details_pb2'
50
- # @@protoc_insertion_point(class_scope:qwak.administration.authenticated_user.v1.QwakCloudConfiguration)
51
- })
52
- _sym_db.RegisterMessage(QwakCloudConfiguration)
53
-
54
- AwsCloudConfiguration = _reflection.GeneratedProtocolMessageType('AwsCloudConfiguration', (_message.Message,), {
55
- 'DESCRIPTOR' : _AWSCLOUDCONFIGURATION,
56
- '__module__' : 'qwak.administration.authenticated_user.v1.details_pb2'
57
- # @@protoc_insertion_point(class_scope:qwak.administration.authenticated_user.v1.AwsCloudConfiguration)
58
- })
59
- _sym_db.RegisterMessage(AwsCloudConfiguration)
60
-
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.administration.authenticated_user.v1.details_pb2', _globals)
61
21
  if _descriptor._USE_C_DESCRIPTORS == False:
62
22
 
63
23
  DESCRIPTOR._options = None
64
24
  DESCRIPTOR._serialized_options = b'\n4com.qwak.ai.administration.api.authenticated_user.v1P\001Z\024.;authenticated_user'
65
- _USERDETAILS._serialized_start=102
66
- _USERDETAILS._serialized_end=149
67
- _ENVIRONMENTDETAILS._serialized_start=151
68
- _ENVIRONMENTDETAILS._serialized_end=275
69
- _ENVIRONMENTCONFIGURATION._serialized_start=278
70
- _ENVIRONMENTCONFIGURATION._serialized_end=571
71
- _QWAKCLOUDCONFIGURATION._serialized_start=574
72
- _QWAKCLOUDCONFIGURATION._serialized_end=716
73
- _AWSCLOUDCONFIGURATION._serialized_start=718
74
- _AWSCLOUDCONFIGURATION._serialized_end=815
25
+ _globals['_USERDETAILS']._serialized_start=102
26
+ _globals['_USERDETAILS']._serialized_end=149
27
+ _globals['_ENVIRONMENTDETAILS']._serialized_start=151
28
+ _globals['_ENVIRONMENTDETAILS']._serialized_end=275
29
+ _globals['_ENVIRONMENTCONFIGURATION']._serialized_start=278
30
+ _globals['_ENVIRONMENTCONFIGURATION']._serialized_end=571
31
+ _globals['_QWAKCLOUDCONFIGURATION']._serialized_start=574
32
+ _globals['_QWAKCLOUDCONFIGURATION']._serialized_end=716
33
+ _globals['_AWSCLOUDCONFIGURATION']._serialized_start=718
34
+ _globals['_AWSCLOUDCONFIGURATION']._serialized_end=815
75
35
  # @@protoc_insertion_point(module_scope)