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()
@@ -21,73 +20,25 @@ from _qwak_proto.qwak.administration.v0.environments import configuration_pb2 as
21
20
 
22
21
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n1qwak/self_service/account/v0/account_status.proto\x12\x1cqwak.self_service.account.v0\x1a\x30qwak/administration/account/v1/preferences.proto\x1a*qwak/administration/account/v1/terms.proto\x1a,qwak/administration/account/v1/account.proto\x1a\x39qwak/administration/account/v1/jfrog_tenant_details.proto\x1a\x37qwak/administration/v0/environments/configuration.proto\"\x91\x02\n\rAccountStatus\x12_\n\x1c\x61\x63\x63ount_creation_in_progress\x18\x01 \x01(\x0b\x32\x37.qwak.self_service.account.v0.AccountCreationInProgressH\x00\x12\x43\n\raccount_ready\x18\x02 \x01(\x0b\x32*.qwak.self_service.account.v0.AccountReadyH\x00\x12P\n\x14\x61\x63\x63ount_doesnt_exist\x18\x03 \x01(\x0b\x32\x30.qwak.self_service.account.v0.AccountDoesntExistH\x00\x42\x08\n\x06status\"\x1b\n\x19\x41\x63\x63ountCreationInProgress\"\xfa\x04\n\x0c\x41\x63\x63ountReady\x12\x12\n\naccount_id\x18\x01 \x01(\t\x12\x14\n\x0c\x61\x63\x63ount_name\x18\x02 \x01(\t\x12\x44\n\x0bpreferences\x18\x03 \x01(\x0b\x32/.qwak.administration.account.AccountPreferences\x12\x1e\n\x16\x64\x65\x66\x61ult_environment_id\x18\x04 \x01(\t\x12\\\n\x12\x65nvironments_by_id\x18\x05 \x03(\x0b\x32@.qwak.self_service.account.v0.AccountReady.EnvironmentsByIdEntry\x12\x39\n\x04type\x18\x06 \x01(\x0e\x32+.qwak.administration.account.v1.AccountType\x12\x39\n\x04tier\x18\x07 \x01(\x0e\x32+.qwak.administration.account.v1.AccountTier\x12P\n\x14jfrog_tenant_details\x18\x08 \x01(\x0b\x32\x32.qwak.administration.account.v1.JfrogTenantDetails\x12I\n\x0e\x61\x63\x63\x65pted_terms\x18\t \x01(\x0b\x32\x31.qwak.administration.account.AccountAcceptedTerms\x1ai\n\x15\x45nvironmentsByIdEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12?\n\x05value\x18\x02 \x01(\x0b\x32\x30.qwak.self_service.account.v0.EnvironmentDetails:\x02\x38\x01\"\\\n\x12\x41\x63\x63ountDoesntExist\x12\x1f\n\x17is_entitled_to_jfrog_ml\x18\x01 \x01(\x08\x12%\n\x1dhas_create_account_permission\x18\x02 \x01(\x08\"\x98\x01\n\x12\x45nvironmentDetails\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12T\n\rconfiguration\x18\x03 \x01(\x0b\x32=.qwak.administration.environment.QwakEnvironmentConfiguration\x12\x12\n\ncluster_id\x18\x04 \x01(\tB\xb9\x01\n#com.qwak.ai.self_service.account.v0P\x01Z\x8f\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/self_service/account/v0;self_service_account_v0b\x06proto3')
23
22
 
24
-
25
-
26
- _ACCOUNTSTATUS = DESCRIPTOR.message_types_by_name['AccountStatus']
27
- _ACCOUNTCREATIONINPROGRESS = DESCRIPTOR.message_types_by_name['AccountCreationInProgress']
28
- _ACCOUNTREADY = DESCRIPTOR.message_types_by_name['AccountReady']
29
- _ACCOUNTREADY_ENVIRONMENTSBYIDENTRY = _ACCOUNTREADY.nested_types_by_name['EnvironmentsByIdEntry']
30
- _ACCOUNTDOESNTEXIST = DESCRIPTOR.message_types_by_name['AccountDoesntExist']
31
- _ENVIRONMENTDETAILS = DESCRIPTOR.message_types_by_name['EnvironmentDetails']
32
- AccountStatus = _reflection.GeneratedProtocolMessageType('AccountStatus', (_message.Message,), {
33
- 'DESCRIPTOR' : _ACCOUNTSTATUS,
34
- '__module__' : 'qwak.self_service.account.v0.account_status_pb2'
35
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.AccountStatus)
36
- })
37
- _sym_db.RegisterMessage(AccountStatus)
38
-
39
- AccountCreationInProgress = _reflection.GeneratedProtocolMessageType('AccountCreationInProgress', (_message.Message,), {
40
- 'DESCRIPTOR' : _ACCOUNTCREATIONINPROGRESS,
41
- '__module__' : 'qwak.self_service.account.v0.account_status_pb2'
42
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.AccountCreationInProgress)
43
- })
44
- _sym_db.RegisterMessage(AccountCreationInProgress)
45
-
46
- AccountReady = _reflection.GeneratedProtocolMessageType('AccountReady', (_message.Message,), {
47
-
48
- 'EnvironmentsByIdEntry' : _reflection.GeneratedProtocolMessageType('EnvironmentsByIdEntry', (_message.Message,), {
49
- 'DESCRIPTOR' : _ACCOUNTREADY_ENVIRONMENTSBYIDENTRY,
50
- '__module__' : 'qwak.self_service.account.v0.account_status_pb2'
51
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.AccountReady.EnvironmentsByIdEntry)
52
- })
53
- ,
54
- 'DESCRIPTOR' : _ACCOUNTREADY,
55
- '__module__' : 'qwak.self_service.account.v0.account_status_pb2'
56
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.AccountReady)
57
- })
58
- _sym_db.RegisterMessage(AccountReady)
59
- _sym_db.RegisterMessage(AccountReady.EnvironmentsByIdEntry)
60
-
61
- AccountDoesntExist = _reflection.GeneratedProtocolMessageType('AccountDoesntExist', (_message.Message,), {
62
- 'DESCRIPTOR' : _ACCOUNTDOESNTEXIST,
63
- '__module__' : 'qwak.self_service.account.v0.account_status_pb2'
64
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.AccountDoesntExist)
65
- })
66
- _sym_db.RegisterMessage(AccountDoesntExist)
67
-
68
- EnvironmentDetails = _reflection.GeneratedProtocolMessageType('EnvironmentDetails', (_message.Message,), {
69
- 'DESCRIPTOR' : _ENVIRONMENTDETAILS,
70
- '__module__' : 'qwak.self_service.account.v0.account_status_pb2'
71
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.EnvironmentDetails)
72
- })
73
- _sym_db.RegisterMessage(EnvironmentDetails)
74
-
23
+ _globals = globals()
24
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
25
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.self_service.account.v0.account_status_pb2', _globals)
75
26
  if _descriptor._USE_C_DESCRIPTORS == False:
76
27
 
77
28
  DESCRIPTOR._options = None
78
29
  DESCRIPTOR._serialized_options = b'\n#com.qwak.ai.self_service.account.v0P\001Z\217\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/self_service/account/v0;self_service_account_v0'
79
30
  _ACCOUNTREADY_ENVIRONMENTSBYIDENTRY._options = None
80
31
  _ACCOUNTREADY_ENVIRONMENTSBYIDENTRY._serialized_options = b'8\001'
81
- _ACCOUNTSTATUS._serialized_start=340
82
- _ACCOUNTSTATUS._serialized_end=613
83
- _ACCOUNTCREATIONINPROGRESS._serialized_start=615
84
- _ACCOUNTCREATIONINPROGRESS._serialized_end=642
85
- _ACCOUNTREADY._serialized_start=645
86
- _ACCOUNTREADY._serialized_end=1279
87
- _ACCOUNTREADY_ENVIRONMENTSBYIDENTRY._serialized_start=1174
88
- _ACCOUNTREADY_ENVIRONMENTSBYIDENTRY._serialized_end=1279
89
- _ACCOUNTDOESNTEXIST._serialized_start=1281
90
- _ACCOUNTDOESNTEXIST._serialized_end=1373
91
- _ENVIRONMENTDETAILS._serialized_start=1376
92
- _ENVIRONMENTDETAILS._serialized_end=1528
32
+ _globals['_ACCOUNTSTATUS']._serialized_start=340
33
+ _globals['_ACCOUNTSTATUS']._serialized_end=613
34
+ _globals['_ACCOUNTCREATIONINPROGRESS']._serialized_start=615
35
+ _globals['_ACCOUNTCREATIONINPROGRESS']._serialized_end=642
36
+ _globals['_ACCOUNTREADY']._serialized_start=645
37
+ _globals['_ACCOUNTREADY']._serialized_end=1279
38
+ _globals['_ACCOUNTREADY_ENVIRONMENTSBYIDENTRY']._serialized_start=1174
39
+ _globals['_ACCOUNTREADY_ENVIRONMENTSBYIDENTRY']._serialized_end=1279
40
+ _globals['_ACCOUNTDOESNTEXIST']._serialized_start=1281
41
+ _globals['_ACCOUNTDOESNTEXIST']._serialized_end=1373
42
+ _globals['_ENVIRONMENTDETAILS']._serialized_start=1376
43
+ _globals['_ENVIRONMENTDETAILS']._serialized_end=1528
93
44
  # @@protoc_insertion_point(module_scope)
@@ -2,12 +2,10 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # source: qwak/self_service/account/v0/managing_account.proto
4
4
  """Generated protocol buffer code."""
5
- from google.protobuf.internal import enum_type_wrapper
6
5
  from google.protobuf import descriptor as _descriptor
7
6
  from google.protobuf import descriptor_pool as _descriptor_pool
8
- from google.protobuf import message as _message
9
- from google.protobuf import reflection as _reflection
10
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
11
9
  # @@protoc_insertion_point(imports)
12
10
 
13
11
  _sym_db = _symbol_database.Default()
@@ -18,138 +16,39 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
18
16
 
19
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3qwak/self_service/account/v0/managing_account.proto\x12\x1cqwak.self_service.account.v0\x1a\x1fgoogle/protobuf/timestamp.proto\"\x12\n\x10\x43loudProviderAWS\"\x12\n\x10\x43loudProviderGCP\"\xb3\x01\n\x11\x43loudProviderSpec\x12=\n\x03\x61ws\x18\x01 \x01(\x0b\x32..qwak.self_service.account.v0.CloudProviderAWSH\x00\x12=\n\x03gcp\x18\x02 \x01(\x0b\x32..qwak.self_service.account.v0.CloudProviderGCPH\x00\x12\x0e\n\x06region\x18\x03 \x01(\tB\x10\n\x0e\x63loud_provider\"\x98\x02\n\x14\x43reateAccountOptions\x12\x14\n\x0c\x61\x63\x63ount_name\x18\x01 \x01(\t\x12G\n\x0e\x63loud_provider\x18\x02 \x01(\x0e\x32+.qwak.self_service.account.v0.CloudProviderB\x02\x18\x01\x12L\n\x13\x63loud_provider_spec\x18\x03 \x01(\x0b\x32/.qwak.self_service.account.v0.CloudProviderSpec\x12S\n\x11jfrog_tenant_spec\x18\x04 \x01(\x0b\x32\x38.qwak.self_service.account.v0.SelfServiceJFrogTenantSpec\"\xff\x01\n\x1f\x43reateAccountRequestDescription\x12L\n\x08metadata\x18\x01 \x01(\x0b\x32:.qwak.self_service.account.v0.CreateAccountRequestMetadata\x12\x44\n\x04spec\x18\x02 \x01(\x0b\x32\x36.qwak.self_service.account.v0.CreateAccountRequestSpec\x12H\n\x06status\x18\x03 \x01(\x0b\x32\x38.qwak.self_service.account.v0.CreateAccountRequestStatus\"x\n\x1c\x43reateAccountRequestMetadata\x12\x12\n\nrequest_id\x18\x01 \x01(\t\x12.\n\ncreated_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\x0crequested_by\x18\x03 \x01(\t\"0\n\x18\x43reateAccountRequestSpec\x12\x14\n\x0c\x61\x63\x63ount_name\x18\x01 \x01(\t\"\x9d\x01\n\x1a\x43reateAccountRequestStatus\x12J\n\x04\x63ode\x18\x01 \x01(\x0e\x32<.qwak.self_service.account.v0.CreateAccountRequestStatusCode\x12\x33\n\x0flast_changed_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"l\n\x14\x43loudProviderRegions\x12\x43\n\x0e\x63loud_provider\x18\x01 \x01(\x0e\x32+.qwak.self_service.account.v0.CloudProvider\x12\x0f\n\x07regions\x18\x02 \x03(\t\"2\n\x1bSelfServiceJFrogProjectSpec\x12\x13\n\x0bproject_key\x18\x01 \x01(\t\"u\n\x1aSelfServiceJFrogTenantSpec\x12W\n\x14\x64\x65\x66\x61ult_project_spec\x18\x01 \x01(\x0b\x32\x39.qwak.self_service.account.v0.SelfServiceJFrogProjectSpec*=\n\rCloudProvider\x12\x1a\n\x16\x43LOUD_PROVIDER_INVALID\x10\x00\x12\x07\n\x03\x41WS\x10\x01\x12\x07\n\x03GCP\x10\x02*\xa9\x01\n\x1e\x43reateAccountRequestStatusCode\x12.\n*CREATE_ACCOUNT_REQUEST_STATUS_CODE_INVALID\x10\x00\x12\x13\n\x0fREQUEST_PENDING\x10\x01\x12\x16\n\x12REQUEST_REGISTERED\x10\x02\x12\x16\n\x12REQUEST_PROCESSING\x10\x03\x12\x12\n\x0eREQUEST_FAILED\x10\x04\x42\xb9\x01\n#com.qwak.ai.self_service.account.v0P\x01Z\x8f\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/self_service/account/v0;self_service_account_v0b\x06proto3')
20
18
 
21
- _CLOUDPROVIDER = DESCRIPTOR.enum_types_by_name['CloudProvider']
22
- CloudProvider = enum_type_wrapper.EnumTypeWrapper(_CLOUDPROVIDER)
23
- _CREATEACCOUNTREQUESTSTATUSCODE = DESCRIPTOR.enum_types_by_name['CreateAccountRequestStatusCode']
24
- CreateAccountRequestStatusCode = enum_type_wrapper.EnumTypeWrapper(_CREATEACCOUNTREQUESTSTATUSCODE)
25
- CLOUD_PROVIDER_INVALID = 0
26
- AWS = 1
27
- GCP = 2
28
- CREATE_ACCOUNT_REQUEST_STATUS_CODE_INVALID = 0
29
- REQUEST_PENDING = 1
30
- REQUEST_REGISTERED = 2
31
- REQUEST_PROCESSING = 3
32
- REQUEST_FAILED = 4
33
-
34
-
35
- _CLOUDPROVIDERAWS = DESCRIPTOR.message_types_by_name['CloudProviderAWS']
36
- _CLOUDPROVIDERGCP = DESCRIPTOR.message_types_by_name['CloudProviderGCP']
37
- _CLOUDPROVIDERSPEC = DESCRIPTOR.message_types_by_name['CloudProviderSpec']
38
- _CREATEACCOUNTOPTIONS = DESCRIPTOR.message_types_by_name['CreateAccountOptions']
39
- _CREATEACCOUNTREQUESTDESCRIPTION = DESCRIPTOR.message_types_by_name['CreateAccountRequestDescription']
40
- _CREATEACCOUNTREQUESTMETADATA = DESCRIPTOR.message_types_by_name['CreateAccountRequestMetadata']
41
- _CREATEACCOUNTREQUESTSPEC = DESCRIPTOR.message_types_by_name['CreateAccountRequestSpec']
42
- _CREATEACCOUNTREQUESTSTATUS = DESCRIPTOR.message_types_by_name['CreateAccountRequestStatus']
43
- _CLOUDPROVIDERREGIONS = DESCRIPTOR.message_types_by_name['CloudProviderRegions']
44
- _SELFSERVICEJFROGPROJECTSPEC = DESCRIPTOR.message_types_by_name['SelfServiceJFrogProjectSpec']
45
- _SELFSERVICEJFROGTENANTSPEC = DESCRIPTOR.message_types_by_name['SelfServiceJFrogTenantSpec']
46
- CloudProviderAWS = _reflection.GeneratedProtocolMessageType('CloudProviderAWS', (_message.Message,), {
47
- 'DESCRIPTOR' : _CLOUDPROVIDERAWS,
48
- '__module__' : 'qwak.self_service.account.v0.managing_account_pb2'
49
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.CloudProviderAWS)
50
- })
51
- _sym_db.RegisterMessage(CloudProviderAWS)
52
-
53
- CloudProviderGCP = _reflection.GeneratedProtocolMessageType('CloudProviderGCP', (_message.Message,), {
54
- 'DESCRIPTOR' : _CLOUDPROVIDERGCP,
55
- '__module__' : 'qwak.self_service.account.v0.managing_account_pb2'
56
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.CloudProviderGCP)
57
- })
58
- _sym_db.RegisterMessage(CloudProviderGCP)
59
-
60
- CloudProviderSpec = _reflection.GeneratedProtocolMessageType('CloudProviderSpec', (_message.Message,), {
61
- 'DESCRIPTOR' : _CLOUDPROVIDERSPEC,
62
- '__module__' : 'qwak.self_service.account.v0.managing_account_pb2'
63
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.CloudProviderSpec)
64
- })
65
- _sym_db.RegisterMessage(CloudProviderSpec)
66
-
67
- CreateAccountOptions = _reflection.GeneratedProtocolMessageType('CreateAccountOptions', (_message.Message,), {
68
- 'DESCRIPTOR' : _CREATEACCOUNTOPTIONS,
69
- '__module__' : 'qwak.self_service.account.v0.managing_account_pb2'
70
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.CreateAccountOptions)
71
- })
72
- _sym_db.RegisterMessage(CreateAccountOptions)
73
-
74
- CreateAccountRequestDescription = _reflection.GeneratedProtocolMessageType('CreateAccountRequestDescription', (_message.Message,), {
75
- 'DESCRIPTOR' : _CREATEACCOUNTREQUESTDESCRIPTION,
76
- '__module__' : 'qwak.self_service.account.v0.managing_account_pb2'
77
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.CreateAccountRequestDescription)
78
- })
79
- _sym_db.RegisterMessage(CreateAccountRequestDescription)
80
-
81
- CreateAccountRequestMetadata = _reflection.GeneratedProtocolMessageType('CreateAccountRequestMetadata', (_message.Message,), {
82
- 'DESCRIPTOR' : _CREATEACCOUNTREQUESTMETADATA,
83
- '__module__' : 'qwak.self_service.account.v0.managing_account_pb2'
84
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.CreateAccountRequestMetadata)
85
- })
86
- _sym_db.RegisterMessage(CreateAccountRequestMetadata)
87
-
88
- CreateAccountRequestSpec = _reflection.GeneratedProtocolMessageType('CreateAccountRequestSpec', (_message.Message,), {
89
- 'DESCRIPTOR' : _CREATEACCOUNTREQUESTSPEC,
90
- '__module__' : 'qwak.self_service.account.v0.managing_account_pb2'
91
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.CreateAccountRequestSpec)
92
- })
93
- _sym_db.RegisterMessage(CreateAccountRequestSpec)
94
-
95
- CreateAccountRequestStatus = _reflection.GeneratedProtocolMessageType('CreateAccountRequestStatus', (_message.Message,), {
96
- 'DESCRIPTOR' : _CREATEACCOUNTREQUESTSTATUS,
97
- '__module__' : 'qwak.self_service.account.v0.managing_account_pb2'
98
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.CreateAccountRequestStatus)
99
- })
100
- _sym_db.RegisterMessage(CreateAccountRequestStatus)
101
-
102
- CloudProviderRegions = _reflection.GeneratedProtocolMessageType('CloudProviderRegions', (_message.Message,), {
103
- 'DESCRIPTOR' : _CLOUDPROVIDERREGIONS,
104
- '__module__' : 'qwak.self_service.account.v0.managing_account_pb2'
105
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.CloudProviderRegions)
106
- })
107
- _sym_db.RegisterMessage(CloudProviderRegions)
108
-
109
- SelfServiceJFrogProjectSpec = _reflection.GeneratedProtocolMessageType('SelfServiceJFrogProjectSpec', (_message.Message,), {
110
- 'DESCRIPTOR' : _SELFSERVICEJFROGPROJECTSPEC,
111
- '__module__' : 'qwak.self_service.account.v0.managing_account_pb2'
112
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.SelfServiceJFrogProjectSpec)
113
- })
114
- _sym_db.RegisterMessage(SelfServiceJFrogProjectSpec)
115
-
116
- SelfServiceJFrogTenantSpec = _reflection.GeneratedProtocolMessageType('SelfServiceJFrogTenantSpec', (_message.Message,), {
117
- 'DESCRIPTOR' : _SELFSERVICEJFROGTENANTSPEC,
118
- '__module__' : 'qwak.self_service.account.v0.managing_account_pb2'
119
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.SelfServiceJFrogTenantSpec)
120
- })
121
- _sym_db.RegisterMessage(SelfServiceJFrogTenantSpec)
122
-
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.self_service.account.v0.managing_account_pb2', _globals)
123
22
  if _descriptor._USE_C_DESCRIPTORS == False:
124
23
 
125
24
  DESCRIPTOR._options = None
126
25
  DESCRIPTOR._serialized_options = b'\n#com.qwak.ai.self_service.account.v0P\001Z\217\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/self_service/account/v0;self_service_account_v0'
127
26
  _CREATEACCOUNTOPTIONS.fields_by_name['cloud_provider']._options = None
128
27
  _CREATEACCOUNTOPTIONS.fields_by_name['cloud_provider']._serialized_options = b'\030\001'
129
- _CLOUDPROVIDER._serialized_start=1494
130
- _CLOUDPROVIDER._serialized_end=1555
131
- _CREATEACCOUNTREQUESTSTATUSCODE._serialized_start=1558
132
- _CREATEACCOUNTREQUESTSTATUSCODE._serialized_end=1727
133
- _CLOUDPROVIDERAWS._serialized_start=118
134
- _CLOUDPROVIDERAWS._serialized_end=136
135
- _CLOUDPROVIDERGCP._serialized_start=138
136
- _CLOUDPROVIDERGCP._serialized_end=156
137
- _CLOUDPROVIDERSPEC._serialized_start=159
138
- _CLOUDPROVIDERSPEC._serialized_end=338
139
- _CREATEACCOUNTOPTIONS._serialized_start=341
140
- _CREATEACCOUNTOPTIONS._serialized_end=621
141
- _CREATEACCOUNTREQUESTDESCRIPTION._serialized_start=624
142
- _CREATEACCOUNTREQUESTDESCRIPTION._serialized_end=879
143
- _CREATEACCOUNTREQUESTMETADATA._serialized_start=881
144
- _CREATEACCOUNTREQUESTMETADATA._serialized_end=1001
145
- _CREATEACCOUNTREQUESTSPEC._serialized_start=1003
146
- _CREATEACCOUNTREQUESTSPEC._serialized_end=1051
147
- _CREATEACCOUNTREQUESTSTATUS._serialized_start=1054
148
- _CREATEACCOUNTREQUESTSTATUS._serialized_end=1211
149
- _CLOUDPROVIDERREGIONS._serialized_start=1213
150
- _CLOUDPROVIDERREGIONS._serialized_end=1321
151
- _SELFSERVICEJFROGPROJECTSPEC._serialized_start=1323
152
- _SELFSERVICEJFROGPROJECTSPEC._serialized_end=1373
153
- _SELFSERVICEJFROGTENANTSPEC._serialized_start=1375
154
- _SELFSERVICEJFROGTENANTSPEC._serialized_end=1492
28
+ _globals['_CLOUDPROVIDER']._serialized_start=1494
29
+ _globals['_CLOUDPROVIDER']._serialized_end=1555
30
+ _globals['_CREATEACCOUNTREQUESTSTATUSCODE']._serialized_start=1558
31
+ _globals['_CREATEACCOUNTREQUESTSTATUSCODE']._serialized_end=1727
32
+ _globals['_CLOUDPROVIDERAWS']._serialized_start=118
33
+ _globals['_CLOUDPROVIDERAWS']._serialized_end=136
34
+ _globals['_CLOUDPROVIDERGCP']._serialized_start=138
35
+ _globals['_CLOUDPROVIDERGCP']._serialized_end=156
36
+ _globals['_CLOUDPROVIDERSPEC']._serialized_start=159
37
+ _globals['_CLOUDPROVIDERSPEC']._serialized_end=338
38
+ _globals['_CREATEACCOUNTOPTIONS']._serialized_start=341
39
+ _globals['_CREATEACCOUNTOPTIONS']._serialized_end=621
40
+ _globals['_CREATEACCOUNTREQUESTDESCRIPTION']._serialized_start=624
41
+ _globals['_CREATEACCOUNTREQUESTDESCRIPTION']._serialized_end=879
42
+ _globals['_CREATEACCOUNTREQUESTMETADATA']._serialized_start=881
43
+ _globals['_CREATEACCOUNTREQUESTMETADATA']._serialized_end=1001
44
+ _globals['_CREATEACCOUNTREQUESTSPEC']._serialized_start=1003
45
+ _globals['_CREATEACCOUNTREQUESTSPEC']._serialized_end=1051
46
+ _globals['_CREATEACCOUNTREQUESTSTATUS']._serialized_start=1054
47
+ _globals['_CREATEACCOUNTREQUESTSTATUS']._serialized_end=1211
48
+ _globals['_CLOUDPROVIDERREGIONS']._serialized_start=1213
49
+ _globals['_CLOUDPROVIDERREGIONS']._serialized_end=1321
50
+ _globals['_SELFSERVICEJFROGPROJECTSPEC']._serialized_start=1323
51
+ _globals['_SELFSERVICEJFROGPROJECTSPEC']._serialized_end=1373
52
+ _globals['_SELFSERVICEJFROGTENANTSPEC']._serialized_start=1375
53
+ _globals['_SELFSERVICEJFROGTENANTSPEC']._serialized_end=1492
155
54
  # @@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,93 +17,29 @@ from _qwak_proto.qwak.self_service.account.v0 import managing_account_pb2 as qwa
18
17
 
19
18
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n;qwak/self_service/account/v0/managing_account_service.proto\x12\x1cqwak.self_service.account.v0\x1a\x31qwak/self_service/account/v0/account_status.proto\x1a\x33qwak/self_service/account/v0/managing_account.proto\"j\n#CreateAccountCreationRequestRequest\x12\x43\n\x07options\x18\x01 \x01(\x0b\x32\x32.qwak.self_service.account.v0.CreateAccountOptions\"z\n$CreateAccountCreationRequestResponse\x12R\n\x0b\x64\x65scription\x18\x01 \x01(\x0b\x32=.qwak.self_service.account.v0.CreateAccountRequestDescription\"l\n%ValidateAccountCreationRequestRequest\x12\x43\n\x07options\x18\x01 \x01(\x0b\x32\x32.qwak.self_service.account.v0.CreateAccountOptions\"C\n&ValidateAccountCreationRequestResponse\x12\x19\n\x11\x65rror_description\x18\x01 \x03(\t\"\x19\n\x17GetAccountStatusRequest\"W\n\x18GetAccountStatusResponse\x12;\n\x06status\x18\x01 \x01(\x0b\x32+.qwak.self_service.account.v0.AccountStatus\")\n\'GetCloudProviderSupportedRegionsRequest\"y\n(GetCloudProviderSupportedRegionsResponse\x12M\n\x11supported_regions\x18\x01 \x03(\x0b\x32\x32.qwak.self_service.account.v0.CloudProviderRegions2\xa6\x05\n\x16ManagingAccountService\x12\xa5\x01\n\x1c\x43reateAccountCreationRequest\x12\x41.qwak.self_service.account.v0.CreateAccountCreationRequestRequest\x1a\x42.qwak.self_service.account.v0.CreateAccountCreationRequestResponse\x12\xab\x01\n\x1eValidateAccountCreationRequest\x12\x43.qwak.self_service.account.v0.ValidateAccountCreationRequestRequest\x1a\x44.qwak.self_service.account.v0.ValidateAccountCreationRequestResponse\x12\x81\x01\n\x10GetAccountStatus\x12\x35.qwak.self_service.account.v0.GetAccountStatusRequest\x1a\x36.qwak.self_service.account.v0.GetAccountStatusResponse\x12\xb1\x01\n GetCloudProviderSupportedRegions\x12\x45.qwak.self_service.account.v0.GetCloudProviderSupportedRegionsRequest\x1a\x46.qwak.self_service.account.v0.GetCloudProviderSupportedRegionsResponseB\xb9\x01\n#com.qwak.ai.self_service.account.v0P\x01Z\x8f\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/self_service/account/v0;self_service_account_v0b\x06proto3')
20
19
 
21
-
22
-
23
- _CREATEACCOUNTCREATIONREQUESTREQUEST = DESCRIPTOR.message_types_by_name['CreateAccountCreationRequestRequest']
24
- _CREATEACCOUNTCREATIONREQUESTRESPONSE = DESCRIPTOR.message_types_by_name['CreateAccountCreationRequestResponse']
25
- _VALIDATEACCOUNTCREATIONREQUESTREQUEST = DESCRIPTOR.message_types_by_name['ValidateAccountCreationRequestRequest']
26
- _VALIDATEACCOUNTCREATIONREQUESTRESPONSE = DESCRIPTOR.message_types_by_name['ValidateAccountCreationRequestResponse']
27
- _GETACCOUNTSTATUSREQUEST = DESCRIPTOR.message_types_by_name['GetAccountStatusRequest']
28
- _GETACCOUNTSTATUSRESPONSE = DESCRIPTOR.message_types_by_name['GetAccountStatusResponse']
29
- _GETCLOUDPROVIDERSUPPORTEDREGIONSREQUEST = DESCRIPTOR.message_types_by_name['GetCloudProviderSupportedRegionsRequest']
30
- _GETCLOUDPROVIDERSUPPORTEDREGIONSRESPONSE = DESCRIPTOR.message_types_by_name['GetCloudProviderSupportedRegionsResponse']
31
- CreateAccountCreationRequestRequest = _reflection.GeneratedProtocolMessageType('CreateAccountCreationRequestRequest', (_message.Message,), {
32
- 'DESCRIPTOR' : _CREATEACCOUNTCREATIONREQUESTREQUEST,
33
- '__module__' : 'qwak.self_service.account.v0.managing_account_service_pb2'
34
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.CreateAccountCreationRequestRequest)
35
- })
36
- _sym_db.RegisterMessage(CreateAccountCreationRequestRequest)
37
-
38
- CreateAccountCreationRequestResponse = _reflection.GeneratedProtocolMessageType('CreateAccountCreationRequestResponse', (_message.Message,), {
39
- 'DESCRIPTOR' : _CREATEACCOUNTCREATIONREQUESTRESPONSE,
40
- '__module__' : 'qwak.self_service.account.v0.managing_account_service_pb2'
41
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.CreateAccountCreationRequestResponse)
42
- })
43
- _sym_db.RegisterMessage(CreateAccountCreationRequestResponse)
44
-
45
- ValidateAccountCreationRequestRequest = _reflection.GeneratedProtocolMessageType('ValidateAccountCreationRequestRequest', (_message.Message,), {
46
- 'DESCRIPTOR' : _VALIDATEACCOUNTCREATIONREQUESTREQUEST,
47
- '__module__' : 'qwak.self_service.account.v0.managing_account_service_pb2'
48
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.ValidateAccountCreationRequestRequest)
49
- })
50
- _sym_db.RegisterMessage(ValidateAccountCreationRequestRequest)
51
-
52
- ValidateAccountCreationRequestResponse = _reflection.GeneratedProtocolMessageType('ValidateAccountCreationRequestResponse', (_message.Message,), {
53
- 'DESCRIPTOR' : _VALIDATEACCOUNTCREATIONREQUESTRESPONSE,
54
- '__module__' : 'qwak.self_service.account.v0.managing_account_service_pb2'
55
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.ValidateAccountCreationRequestResponse)
56
- })
57
- _sym_db.RegisterMessage(ValidateAccountCreationRequestResponse)
58
-
59
- GetAccountStatusRequest = _reflection.GeneratedProtocolMessageType('GetAccountStatusRequest', (_message.Message,), {
60
- 'DESCRIPTOR' : _GETACCOUNTSTATUSREQUEST,
61
- '__module__' : 'qwak.self_service.account.v0.managing_account_service_pb2'
62
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.GetAccountStatusRequest)
63
- })
64
- _sym_db.RegisterMessage(GetAccountStatusRequest)
65
-
66
- GetAccountStatusResponse = _reflection.GeneratedProtocolMessageType('GetAccountStatusResponse', (_message.Message,), {
67
- 'DESCRIPTOR' : _GETACCOUNTSTATUSRESPONSE,
68
- '__module__' : 'qwak.self_service.account.v0.managing_account_service_pb2'
69
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.GetAccountStatusResponse)
70
- })
71
- _sym_db.RegisterMessage(GetAccountStatusResponse)
72
-
73
- GetCloudProviderSupportedRegionsRequest = _reflection.GeneratedProtocolMessageType('GetCloudProviderSupportedRegionsRequest', (_message.Message,), {
74
- 'DESCRIPTOR' : _GETCLOUDPROVIDERSUPPORTEDREGIONSREQUEST,
75
- '__module__' : 'qwak.self_service.account.v0.managing_account_service_pb2'
76
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.GetCloudProviderSupportedRegionsRequest)
77
- })
78
- _sym_db.RegisterMessage(GetCloudProviderSupportedRegionsRequest)
79
-
80
- GetCloudProviderSupportedRegionsResponse = _reflection.GeneratedProtocolMessageType('GetCloudProviderSupportedRegionsResponse', (_message.Message,), {
81
- 'DESCRIPTOR' : _GETCLOUDPROVIDERSUPPORTEDREGIONSRESPONSE,
82
- '__module__' : 'qwak.self_service.account.v0.managing_account_service_pb2'
83
- # @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.GetCloudProviderSupportedRegionsResponse)
84
- })
85
- _sym_db.RegisterMessage(GetCloudProviderSupportedRegionsResponse)
86
-
87
- _MANAGINGACCOUNTSERVICE = DESCRIPTOR.services_by_name['ManagingAccountService']
20
+ _globals = globals()
21
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
22
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.self_service.account.v0.managing_account_service_pb2', _globals)
88
23
  if _descriptor._USE_C_DESCRIPTORS == False:
89
24
 
90
25
  DESCRIPTOR._options = None
91
26
  DESCRIPTOR._serialized_options = b'\n#com.qwak.ai.self_service.account.v0P\001Z\217\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/self_service/account/v0;self_service_account_v0'
92
- _CREATEACCOUNTCREATIONREQUESTREQUEST._serialized_start=197
93
- _CREATEACCOUNTCREATIONREQUESTREQUEST._serialized_end=303
94
- _CREATEACCOUNTCREATIONREQUESTRESPONSE._serialized_start=305
95
- _CREATEACCOUNTCREATIONREQUESTRESPONSE._serialized_end=427
96
- _VALIDATEACCOUNTCREATIONREQUESTREQUEST._serialized_start=429
97
- _VALIDATEACCOUNTCREATIONREQUESTREQUEST._serialized_end=537
98
- _VALIDATEACCOUNTCREATIONREQUESTRESPONSE._serialized_start=539
99
- _VALIDATEACCOUNTCREATIONREQUESTRESPONSE._serialized_end=606
100
- _GETACCOUNTSTATUSREQUEST._serialized_start=608
101
- _GETACCOUNTSTATUSREQUEST._serialized_end=633
102
- _GETACCOUNTSTATUSRESPONSE._serialized_start=635
103
- _GETACCOUNTSTATUSRESPONSE._serialized_end=722
104
- _GETCLOUDPROVIDERSUPPORTEDREGIONSREQUEST._serialized_start=724
105
- _GETCLOUDPROVIDERSUPPORTEDREGIONSREQUEST._serialized_end=765
106
- _GETCLOUDPROVIDERSUPPORTEDREGIONSRESPONSE._serialized_start=767
107
- _GETCLOUDPROVIDERSUPPORTEDREGIONSRESPONSE._serialized_end=888
108
- _MANAGINGACCOUNTSERVICE._serialized_start=891
109
- _MANAGINGACCOUNTSERVICE._serialized_end=1569
27
+ _globals['_CREATEACCOUNTCREATIONREQUESTREQUEST']._serialized_start=197
28
+ _globals['_CREATEACCOUNTCREATIONREQUESTREQUEST']._serialized_end=303
29
+ _globals['_CREATEACCOUNTCREATIONREQUESTRESPONSE']._serialized_start=305
30
+ _globals['_CREATEACCOUNTCREATIONREQUESTRESPONSE']._serialized_end=427
31
+ _globals['_VALIDATEACCOUNTCREATIONREQUESTREQUEST']._serialized_start=429
32
+ _globals['_VALIDATEACCOUNTCREATIONREQUESTREQUEST']._serialized_end=537
33
+ _globals['_VALIDATEACCOUNTCREATIONREQUESTRESPONSE']._serialized_start=539
34
+ _globals['_VALIDATEACCOUNTCREATIONREQUESTRESPONSE']._serialized_end=606
35
+ _globals['_GETACCOUNTSTATUSREQUEST']._serialized_start=608
36
+ _globals['_GETACCOUNTSTATUSREQUEST']._serialized_end=633
37
+ _globals['_GETACCOUNTSTATUSRESPONSE']._serialized_start=635
38
+ _globals['_GETACCOUNTSTATUSRESPONSE']._serialized_end=722
39
+ _globals['_GETCLOUDPROVIDERSUPPORTEDREGIONSREQUEST']._serialized_start=724
40
+ _globals['_GETCLOUDPROVIDERSUPPORTEDREGIONSREQUEST']._serialized_end=765
41
+ _globals['_GETCLOUDPROVIDERSUPPORTEDREGIONSRESPONSE']._serialized_start=767
42
+ _globals['_GETCLOUDPROVIDERSUPPORTEDREGIONSRESPONSE']._serialized_end=888
43
+ _globals['_MANAGINGACCOUNTSERVICE']._serialized_start=891
44
+ _globals['_MANAGINGACCOUNTSERVICE']._serialized_end=1569
110
45
  # @@protoc_insertion_point(module_scope)
@@ -4,9 +4,8 @@
4
4
  """Generated protocol buffer code."""
5
5
  from google.protobuf import descriptor as _descriptor
6
6
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
10
9
  # @@protoc_insertion_point(imports)
11
10
 
12
11
  _sym_db = _symbol_database.Default()
@@ -16,20 +15,13 @@ _sym_db = _symbol_database.Default()
16
15
 
17
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'qwak/self_service/user/v1/api_key.proto\x12\x19qwak.self_service.user.v1\"\x1f\n\rApiKeyDetails\x12\x0e\n\x06\x65xists\x18\x01 \x01(\x08\x42\xaf\x01\n\x1f\x63om.qwak.ai.self_service.v1.apiP\x01Z\x89\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/self_service/user/v1;self_service_user_v1b\x06proto3')
18
17
 
19
-
20
-
21
- _APIKEYDETAILS = DESCRIPTOR.message_types_by_name['ApiKeyDetails']
22
- ApiKeyDetails = _reflection.GeneratedProtocolMessageType('ApiKeyDetails', (_message.Message,), {
23
- 'DESCRIPTOR' : _APIKEYDETAILS,
24
- '__module__' : 'qwak.self_service.user.v1.api_key_pb2'
25
- # @@protoc_insertion_point(class_scope:qwak.self_service.user.v1.ApiKeyDetails)
26
- })
27
- _sym_db.RegisterMessage(ApiKeyDetails)
28
-
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.self_service.user.v1.api_key_pb2', _globals)
29
21
  if _descriptor._USE_C_DESCRIPTORS == False:
30
22
 
31
23
  DESCRIPTOR._options = None
32
24
  DESCRIPTOR._serialized_options = b'\n\037com.qwak.ai.self_service.v1.apiP\001Z\211\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/self_service/user/v1;self_service_user_v1'
33
- _APIKEYDETAILS._serialized_start=70
34
- _APIKEYDETAILS._serialized_end=101
25
+ _globals['_APIKEYDETAILS']._serialized_start=70
26
+ _globals['_APIKEYDETAILS']._serialized_end=101
35
27
  # @@protoc_insertion_point(module_scope)
@@ -4,9 +4,8 @@
4
4
  """Generated protocol buffer code."""
5
5
  from google.protobuf import descriptor as _descriptor
6
6
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
10
9
  # @@protoc_insertion_point(imports)
11
10
 
12
11
  _sym_db = _symbol_database.Default()
@@ -18,20 +17,13 @@ from _qwak_proto.qwak.administration.v0.users import user_pb2 as qwak_dot_admini
18
17
 
19
18
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n$qwak/self_service/user/v1/user.proto\x12\x19qwak.self_service.user.v1\x1a\x1egoogle/protobuf/wrappers.proto\x1a\'qwak/administration/v0/users/user.proto\"\xdc\x02\n\x0bUserProfile\x12(\n\x02id\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x32\n\x0c\x64isplay_name\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x43\n\x0cjob_function\x18\x03 \x01(\x0e\x32-.qwak.administration.user.QwakUserJobFunction\x12=\n\tjob_level\x18\x04 \x01(\x0e\x32*.qwak.administration.user.QwakUserJobLevel\x12?\n\x0c\x61\x63\x63ount_role\x18\x05 \x01(\x0e\x32).qwak.administration.user.QwakAccountRole\x12\x17\n\x0f\x65nvironment_ids\x18\x06 \x03(\t\x12\x11\n\ttime_zone\x18\x07 \x01(\tB\xaf\x01\n\x1f\x63om.qwak.ai.self_service.v1.apiP\x01Z\x89\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/self_service/user/v1;self_service_user_v1b\x06proto3')
20
19
 
21
-
22
-
23
- _USERPROFILE = DESCRIPTOR.message_types_by_name['UserProfile']
24
- UserProfile = _reflection.GeneratedProtocolMessageType('UserProfile', (_message.Message,), {
25
- 'DESCRIPTOR' : _USERPROFILE,
26
- '__module__' : 'qwak.self_service.user.v1.user_pb2'
27
- # @@protoc_insertion_point(class_scope:qwak.self_service.user.v1.UserProfile)
28
- })
29
- _sym_db.RegisterMessage(UserProfile)
30
-
20
+ _globals = globals()
21
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
22
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.self_service.user.v1.user_pb2', _globals)
31
23
  if _descriptor._USE_C_DESCRIPTORS == False:
32
24
 
33
25
  DESCRIPTOR._options = None
34
26
  DESCRIPTOR._serialized_options = b'\n\037com.qwak.ai.self_service.v1.apiP\001Z\211\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/self_service/user/v1;self_service_user_v1'
35
- _USERPROFILE._serialized_start=141
36
- _USERPROFILE._serialized_end=489
27
+ _globals['_USERPROFILE']._serialized_start=141
28
+ _globals['_USERPROFILE']._serialized_end=489
37
29
  # @@protoc_insertion_point(module_scope)