qwak-core 0.4.284__py3-none-any.whl → 0.4.285__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (207) hide show
  1. _qwak_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py +8 -23
  2. _qwak_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py +10 -27
  3. _qwak_proto/qwak/administration/account/v1/account_pb2.py +22 -87
  4. _qwak_proto/qwak/administration/account/v1/account_service_pb2.py +42 -187
  5. _qwak_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +26 -114
  6. _qwak_proto/qwak/administration/account/v1/personalization_pb2.py +8 -24
  7. _qwak_proto/qwak/administration/account/v1/preferences_pb2.py +6 -14
  8. _qwak_proto/qwak/administration/account/v1/terms_pb2.py +14 -54
  9. _qwak_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py +18 -67
  10. _qwak_proto/qwak/administration/authenticated_user/v1/credentials_pb2.py +8 -24
  11. _qwak_proto/qwak/administration/authenticated_user/v1/details_pb2.py +14 -54
  12. _qwak_proto/qwak/administration/cluster/v2/cluster_pb2.py +38 -173
  13. _qwak_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py +6 -14
  14. _qwak_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py +8 -24
  15. _qwak_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +10 -34
  16. _qwak_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +6 -14
  17. _qwak_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +12 -44
  18. _qwak_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py +8 -24
  19. _qwak_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +6 -14
  20. _qwak_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py +6 -14
  21. _qwak_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +10 -34
  22. _qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +14 -54
  23. _qwak_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +6 -14
  24. _qwak_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +6 -14
  25. _qwak_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +14 -54
  26. _qwak_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +10 -34
  27. _qwak_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py +10 -34
  28. _qwak_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +6 -14
  29. _qwak_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +10 -34
  30. _qwak_proto/qwak/administration/v0/authentication/authentication_service_pb2.py +14 -47
  31. _qwak_proto/qwak/administration/v0/environments/configuration_pb2.py +20 -82
  32. _qwak_proto/qwak/administration/v0/environments/environment_pb2.py +12 -40
  33. _qwak_proto/qwak/administration/v0/environments/environment_service_pb2.py +36 -158
  34. _qwak_proto/qwak/administration/v0/environments/personalization_pb2.py +8 -24
  35. _qwak_proto/qwak/administration/v0/users/user_pb2.py +18 -71
  36. _qwak_proto/qwak/admiral/secret/v0/secret_pb2.py +26 -115
  37. _qwak_proto/qwak/admiral/secret/v0/secret_service_pb2.py +18 -67
  38. _qwak_proto/qwak/admiral/secret/v0/system_secret_service_pb2.py +18 -67
  39. _qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py +38 -174
  40. _qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py +22 -87
  41. _qwak_proto/qwak/analytics/analytics_pb2.py +26 -121
  42. _qwak_proto/qwak/analytics/analytics_service_pb2.py +46 -207
  43. _qwak_proto/qwak/artifactory_settings/artifactory_settings_pb2.py +8 -24
  44. _qwak_proto/qwak/audience/v1/audience_api_pb2.py +30 -127
  45. _qwak_proto/qwak/audience/v1/audience_pb2.py +26 -113
  46. _qwak_proto/qwak/auto_scaling/v1/auto_scaling_pb2.py +18 -79
  47. _qwak_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py +10 -27
  48. _qwak_proto/qwak/automation/v1/action_pb2.py +40 -180
  49. _qwak_proto/qwak/automation/v1/auto_scaling_pb2.py +18 -79
  50. _qwak_proto/qwak/automation/v1/automation_execution_pb2.py +12 -43
  51. _qwak_proto/qwak/automation/v1/automation_management_service_pb2.py +56 -258
  52. _qwak_proto/qwak/automation/v1/automation_pb2.py +10 -34
  53. _qwak_proto/qwak/automation/v1/common_pb2.py +10 -35
  54. _qwak_proto/qwak/automation/v1/notification_pb2.py +16 -68
  55. _qwak_proto/qwak/automation/v1/trigger_pb2.py +14 -54
  56. _qwak_proto/qwak/batch_job/v1/batch_job_events_pb2.py +26 -116
  57. _qwak_proto/qwak/batch_job/v1/batch_job_resources_pb2.py +8 -26
  58. _qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.py +118 -561
  59. _qwak_proto/qwak/build/v1/build_api_pb2.py +86 -407
  60. _qwak_proto/qwak/build/v1/build_pb2.py +114 -549
  61. _qwak_proto/qwak/build_settings/build_settings_api_pb2.py +18 -67
  62. _qwak_proto/qwak/build_settings/build_settings_pb2.py +18 -74
  63. _qwak_proto/qwak/builds/build_pb2.py +44 -206
  64. _qwak_proto/qwak/builds/build_url_pb2.py +26 -113
  65. _qwak_proto/qwak/builds/builds_orchestrator_service_pb2.py +58 -269
  66. _qwak_proto/qwak/builds/builds_pb2.py +110 -519
  67. _qwak_proto/qwak/builds/internal_builds_orchestrator_service_pb2.py +12 -37
  68. _qwak_proto/qwak/data_versioning/data_versioning_pb2.py +8 -24
  69. _qwak_proto/qwak/data_versioning/data_versioning_service_pb2.py +14 -47
  70. _qwak_proto/qwak/deployment/alert_pb2.py +24 -108
  71. _qwak_proto/qwak/deployment/alert_service_pb2.py +30 -127
  72. _qwak_proto/qwak/deployment/deployment_messages_pb2.py +6 -14
  73. _qwak_proto/qwak/deployment/deployment_pb2.py +124 -588
  74. _qwak_proto/qwak/deployment/deployment_service_pb2.py +86 -419
  75. _qwak_proto/qwak/ecosystem/jfrog/v0/token_pb2.py +36 -164
  76. _qwak_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py +22 -87
  77. _qwak_proto/qwak/ecosystem/v0/credentials_pb2.py +10 -34
  78. _qwak_proto/qwak/ecosystem/v0/ecosystem_pb2.py +30 -138
  79. _qwak_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py +52 -237
  80. _qwak_proto/qwak/execution/v1/backfill_pb2.py +18 -74
  81. _qwak_proto/qwak/execution/v1/batch_pb2.py +10 -34
  82. _qwak_proto/qwak/execution/v1/deletion_pb2.py +12 -44
  83. _qwak_proto/qwak/execution/v1/execution_pb2.py +16 -69
  84. _qwak_proto/qwak/execution/v1/execution_service_pb2.py +64 -298
  85. _qwak_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py +6 -14
  86. _qwak_proto/qwak/execution/v1/jobs/job_pb2.py +18 -76
  87. _qwak_proto/qwak/execution/v1/jobs/job_service_pb2.py +54 -247
  88. _qwak_proto/qwak/execution/v1/jobs/reports/report_pb2.py +20 -84
  89. _qwak_proto/qwak/execution/v1/state/execution_state_pb2.py +6 -14
  90. _qwak_proto/qwak/execution/v1/state/execution_state_service_pb2.py +30 -127
  91. _qwak_proto/qwak/execution/v1/state/featureset_state_pb2.py +6 -14
  92. _qwak_proto/qwak/execution/v1/state/spark_execution_state_pb2.py +14 -68
  93. _qwak_proto/qwak/execution/v1/streaming_aggregation_pb2.py +14 -54
  94. _qwak_proto/qwak/execution/v1/streaming_pb2.py +12 -44
  95. _qwak_proto/qwak/feature_store/entities/entity_pb2.py +16 -57
  96. _qwak_proto/qwak/feature_store/entities/entity_service_pb2.py +30 -127
  97. _qwak_proto/qwak/feature_store/features/aggregation_pb2.py +38 -175
  98. _qwak_proto/qwak/feature_store/features/deployment_pb2.py +36 -167
  99. _qwak_proto/qwak/feature_store/features/deployment_service_pb2.py +10 -27
  100. _qwak_proto/qwak/feature_store/features/execution_pb2.py +14 -56
  101. _qwak_proto/qwak/feature_store/features/feature_set_attribute_pb2.py +6 -14
  102. _qwak_proto/qwak/feature_store/features/feature_set_pb2.py +34 -155
  103. _qwak_proto/qwak/feature_store/features/feature_set_service_pb2.py +92 -439
  104. _qwak_proto/qwak/feature_store/features/feature_set_state_pb2.py +38 -181
  105. _qwak_proto/qwak/feature_store/features/feature_set_state_service_pb2.py +26 -107
  106. _qwak_proto/qwak/feature_store/features/feature_set_types_pb2.py +74 -346
  107. _qwak_proto/qwak/feature_store/features/monitoring_pb2.py +10 -34
  108. _qwak_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py +32 -143
  109. _qwak_proto/qwak/feature_store/jobs/job_pb2.py +12 -46
  110. _qwak_proto/qwak/feature_store/jobs/job_service_pb2.py +30 -127
  111. _qwak_proto/qwak/feature_store/jobs/v1/job_pb2.py +12 -45
  112. _qwak_proto/qwak/feature_store/jobs/v1/job_service_pb2.py +42 -187
  113. _qwak_proto/qwak/feature_store/platform/platform_details_pb2.py +8 -24
  114. _qwak_proto/qwak/feature_store/reports/report_pb2.py +14 -53
  115. _qwak_proto/qwak/feature_store/repository/common/platform_pb2.py +10 -34
  116. _qwak_proto/qwak/feature_store/serving/management_pb2.py +14 -47
  117. _qwak_proto/qwak/feature_store/serving/metadata_pb2.py +12 -44
  118. _qwak_proto/qwak/feature_store/serving/serving_pb2.py +50 -222
  119. _qwak_proto/qwak/feature_store/serving/v1/value_pb2.py +8 -24
  120. _qwak_proto/qwak/feature_store/sinks/sink_pb2.py +14 -54
  121. _qwak_proto/qwak/feature_store/sources/batch_pb2.py +70 -334
  122. _qwak_proto/qwak/feature_store/sources/data_source_attribute_pb2.py +6 -14
  123. _qwak_proto/qwak/feature_store/sources/data_source_pb2.py +14 -54
  124. _qwak_proto/qwak/feature_store/sources/data_source_service_pb2.py +34 -147
  125. _qwak_proto/qwak/feature_store/sources/streaming_pb2.py +34 -146
  126. _qwak_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +6 -14
  127. _qwak_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +10 -34
  128. _qwak_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +16 -58
  129. _qwak_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py +10 -27
  130. _qwak_proto/qwak/features_operator/v1/features_operator_pb2.py +14 -54
  131. _qwak_proto/qwak/features_operator/v1/features_operator_service_pb2.py +14 -47
  132. _qwak_proto/qwak/features_operator/v2/features_operator_pb2.py +16 -64
  133. _qwak_proto/qwak/features_operator/v2/features_operator_service_pb2.py +12 -37
  134. _qwak_proto/qwak/features_operator/v3/features_operator_async_service_pb2.py +26 -107
  135. _qwak_proto/qwak/features_operator/v3/features_operator_pb2.py +16 -64
  136. _qwak_proto/qwak/file_versioning/file_versioning_pb2.py +10 -33
  137. _qwak_proto/qwak/file_versioning/file_versioning_service_pb2.py +14 -47
  138. _qwak_proto/qwak/fitness_service/constructs_pb2.py +22 -99
  139. _qwak_proto/qwak/fitness_service/fitness_pb2.py +10 -32
  140. _qwak_proto/qwak/fitness_service/fitness_service_pb2.py +22 -87
  141. _qwak_proto/qwak/fitness_service/status_pb2.py +24 -106
  142. _qwak_proto/qwak/inference/feedback/feedback_pb2.py +28 -96
  143. _qwak_proto/qwak/instance_template/instance_template_pb2.py +12 -40
  144. _qwak_proto/qwak/instance_template/instance_template_service_pb2.py +14 -47
  145. _qwak_proto/qwak/integration/hugging_face_integration_pb2.py +16 -64
  146. _qwak_proto/qwak/integration/integration_pb2.py +28 -126
  147. _qwak_proto/qwak/integration/integration_service_pb2.py +34 -147
  148. _qwak_proto/qwak/integration/open_a_i_integration_pb2.py +16 -64
  149. _qwak_proto/qwak/integration/opsgenie_integration_pb2.py +20 -82
  150. _qwak_proto/qwak/integration/pagerduty_integration_pb2.py +24 -104
  151. _qwak_proto/qwak/integration/slack_app_integration_pb2.py +24 -104
  152. _qwak_proto/qwak/kube_deployment_captain/alert_pb2.py +22 -97
  153. _qwak_proto/qwak/kube_deployment_captain/alerting_pb2.py +12 -44
  154. _qwak_proto/qwak/kube_deployment_captain/batch_job_pb2.py +68 -322
  155. _qwak_proto/qwak/kube_deployment_captain/deployment_pb2.py +44 -167
  156. _qwak_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py +32 -144
  157. _qwak_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py +108 -519
  158. _qwak_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py +8 -24
  159. _qwak_proto/qwak/logging/log_filter_pb2.py +12 -44
  160. _qwak_proto/qwak/logging/log_line_pb2.py +8 -25
  161. _qwak_proto/qwak/logging/log_reader_service_pb2.py +10 -27
  162. _qwak_proto/qwak/logging/log_source_pb2.py +30 -134
  163. _qwak_proto/qwak/model_descriptor/open_ai_descriptor_pb2.py +18 -74
  164. _qwak_proto/qwak/model_group/model_group_pb2.py +14 -47
  165. _qwak_proto/qwak/model_group/model_group_repository_details_pb2.py +18 -74
  166. _qwak_proto/qwak/models/models_pb2.py +88 -405
  167. _qwak_proto/qwak/models/models_query_pb2.py +16 -56
  168. _qwak_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py +30 -127
  169. _qwak_proto/qwak/monitoring/v0/alerting_channel_pb2.py +34 -152
  170. _qwak_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py +14 -47
  171. _qwak_proto/qwak/offline/serving/v1/feature_values_pb2.py +6 -14
  172. _qwak_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py +30 -123
  173. _qwak_proto/qwak/offline/serving/v1/options_pb2.py +6 -14
  174. _qwak_proto/qwak/offline/serving/v1/population_pb2.py +14 -54
  175. _qwak_proto/qwak/projects/jfrog_project_spec_pb2.py +6 -14
  176. _qwak_proto/qwak/projects/projects_pb2.py +44 -190
  177. _qwak_proto/qwak/prompt/v1/prompt/prompt_manager_service_pb2.py +54 -247
  178. _qwak_proto/qwak/prompt/v1/prompt/prompt_pb2.py +46 -214
  179. _qwak_proto/qwak/secret_service/secret_service_pb2.py +18 -67
  180. _qwak_proto/qwak/self_service/account/v0/account_membership_pb2.py +24 -106
  181. _qwak_proto/qwak/self_service/account/v0/account_membership_service_pb2.py +50 -227
  182. _qwak_proto/qwak/self_service/account/v0/account_status_pb2.py +16 -65
  183. _qwak_proto/qwak/self_service/account/v0/managing_account_pb2.py +30 -131
  184. _qwak_proto/qwak/self_service/account/v0/managing_account_service_pb2.py +22 -87
  185. _qwak_proto/qwak/self_service/user/v1/api_key_pb2.py +6 -14
  186. _qwak_proto/qwak/self_service/user/v1/user_pb2.py +6 -14
  187. _qwak_proto/qwak/self_service/user/v1/user_service_pb2.py +30 -121
  188. _qwak_proto/qwak/service_discovery/service_discovery_location_pb2.py +12 -44
  189. _qwak_proto/qwak/service_discovery/service_discovery_location_service_pb2.py +10 -27
  190. _qwak_proto/qwak/traffic/v1/traffic_api_pb2.py +22 -87
  191. _qwak_proto/qwak/traffic/v1/traffic_pb2.py +26 -113
  192. _qwak_proto/qwak/user_application/common/v0/resources_pb2.py +30 -138
  193. _qwak_proto/qwak/user_application/v0/user_application_pb2.py +10 -43
  194. _qwak_proto/qwak/vectors/v1/collection/collection_pb2.py +24 -106
  195. _qwak_proto/qwak/vectors/v1/collection/collection_service_pb2.py +38 -167
  196. _qwak_proto/qwak/vectors/v1/collection/event/collection_event_pb2.py +6 -14
  197. _qwak_proto/qwak/vectors/v1/filters_pb2.py +30 -134
  198. _qwak_proto/qwak/vectors/v1/vector_pb2.py +14 -54
  199. _qwak_proto/qwak/vectors/v1/vector_service_pb2.py +26 -107
  200. _qwak_proto/qwak/workspace/workspace_pb2.py +22 -107
  201. _qwak_proto/qwak/workspace/workspace_service_pb2.py +62 -287
  202. frogml_storage/__init__.py +1 -1
  203. qwak/__init__.py +1 -1
  204. qwak/inner/build_logic/phases/phase_010_fetch_model/post_fetch_validation_step.py +1 -1
  205. {qwak_core-0.4.284.dist-info → qwak_core-0.4.285.dist-info}/METADATA +4 -5
  206. {qwak_core-0.4.284.dist-info → qwak_core-0.4.285.dist-info}/RECORD +207 -207
  207. {qwak_core-0.4.284.dist-info → qwak_core-0.4.285.dist-info}/WHEEL +0 -0
@@ -4,9 +4,8 @@
4
4
  """Generated protocol buffer code."""
5
5
  from google.protobuf import descriptor as _descriptor
6
6
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
10
9
  # @@protoc_insertion_point(imports)
11
10
 
12
11
  _sym_db = _symbol_database.Default()
@@ -17,136 +16,9 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#qwak/ecosystem/jfrog/v0/token.proto\x12\x1dqwak.ecosystem.jfrog.token.v0\x1a\x1fgoogle/protobuf/timestamp.proto\"\xa5\x01\n\nJFrogToken\x12G\n\ndefinition\x18\x01 \x01(\x0b\x32\x33.qwak.ecosystem.jfrog.token.v0.JFrogTokenDefinition\x12N\n\x0etenant_details\x18\x02 \x01(\x0b\x32\x36.qwak.ecosystem.jfrog.token.v0.JFrogTokenTenantDetails\"/\n\x17JFrogTokenTenantDetails\x12\x14\n\x0cplatform_url\x18\x01 \x01(\t\"\xe4\x01\n\x14JFrogTokenDefinition\x12\r\n\x05token\x18\x01 \x01(\t\x12\x17\n\rrefresh_token\x18\x02 \x01(\tH\x00\x12\x35\n\x0f\x65xpiration_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x01\x12\x0f\n\x07subject\x18\x04 \x01(\t\x12\x14\n\x0csubject_name\x18\x05 \x01(\t\x12\x10\n\x08token_id\x18\x06 \x01(\tB\x18\n\x16optional_refresh_tokenB\x1a\n\x18optional_expiration_time\"\x8c\x02\n\x0eJFrogTokenSpec\x12\x17\n\x0fjfrog_tenant_id\x18\x01 \x01(\t\x12V\n\x18subject_and_scope_source\x18\x02 \x01(\x0b\x32\x34.qwak.ecosystem.jfrog.token.v0.SubjectAndScopeSource\x12\x45\n\taudiences\x18\x03 \x01(\x0b\x32\x32.qwak.ecosystem.jfrog.token.v0.JFrogTokenAudiences\x12\x42\n\x08ttl_spec\x18\x04 \x01(\x0b\x32\x30.qwak.ecosystem.jfrog.token.v0.JFrogTokenTTLSpec\"\x94\x01\n\x1d\x41rtifactoryImagePullTokenSpec\x12\x17\n\x0fjfrog_tenant_id\x18\x01 \x01(\t\x12\x16\n\x0erepository_key\x18\x02 \x01(\t\x12\x42\n\x08ttl_spec\x18\x03 \x01(\x0b\x32\x30.qwak.ecosystem.jfrog.token.v0.JFrogTokenTTLSpec\"\x97\x01\n\x16PersistTokenClaimsSpec\x12\x17\n\x0fjfrog_tenant_id\x18\x01 \x01(\t\x12\x11\n\x05token\x18\x02 \x01(\tB\x02\x18\x01\x12Q\n\x15token_scope_extension\x18\x03 \x01(\x0b\x32\x32.qwak.ecosystem.jfrog.token.v0.TokenScopeExtension\"m\n\x14JFrogTokenRevokeSpec\x12\x17\n\x0fjfrog_tenant_id\x18\x01 \x01(\t\x12\x0f\n\x05token\x18\x02 \x01(\tH\x00\x12\x12\n\x08token_id\x18\x03 \x01(\tH\x00\x42\x17\n\x15token_descriptor_type\"{\n\x11JFrogTokenTTLSpec\x12\x35\n\x0f\x65xpiration_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00\x12\x13\n\x0brefreshable\x18\x02 \x01(\x08\x42\x1a\n\x18optional_expiration_time\"\xf4\x01\n\x15SubjectAndScopeSource\x12\x13\n\x05token\x18\x01 \x01(\tB\x02\x18\x01H\x00\x12\x12\n\x08token_id\x18\x02 \x01(\tH\x00\x12S\n\x11subject_and_scope\x18\x03 \x01(\x0b\x32\x36.qwak.ecosystem.jfrog.token.v0.ExplicitSubjectAndScopeH\x00\x12S\n\x15token_scope_extension\x18\x04 \x01(\x0b\x32\x32.qwak.ecosystem.jfrog.token.v0.TokenScopeExtensionH\x00\x42\x08\n\x06source\"P\n\x17\x45xplicitSubjectAndScope\x12\x11\n\x07subject\x18\x01 \x01(\tH\x00\x12\x0e\n\x06scopes\x18\x02 \x01(\tB\x12\n\x10optional_subject\"[\n\x13JFrogTokenAudiences\x12\x44\n\taudiences\x18\x01 \x03(\x0b\x32\x31.qwak.ecosystem.jfrog.token.v0.JFrogTokenAudience\"\x86\x02\n\x12JFrogTokenAudience\x12L\n\x08jfrog_ml\x18\x01 \x01(\x0b\x32\x38.qwak.ecosystem.jfrog.token.v0.JFrogTokenAudienceJFrogMLH\x00\x12S\n\x0b\x61rtifactory\x18\x02 \x01(\x0b\x32<.qwak.ecosystem.jfrog.token.v0.JFrogTokenAudienceArtifactoryH\x00\x12\x45\n\x04xray\x18\x03 \x01(\x0b\x32\x35.qwak.ecosystem.jfrog.token.v0.JFrogTokenAudienceXRayH\x00\x42\x06\n\x04type\"\x1f\n\x1dJFrogTokenAudienceArtifactory\"\x18\n\x16JFrogTokenAudienceXRay\"\x1b\n\x19JFrogTokenAudienceJFrogML\"?\n\x13TokenScopeExtension\x12\r\n\x05token\x18\x01 \x01(\t\x12\x19\n\x11\x61\x64\x64itional_scopes\x18\x02 \x03(\tB\xb7\x01\n\x1a\x63om.qwak.ai.jfrog.token.v0P\x01Z\x96\x01github.com/qwak-ai/qwak-platform/services/shared/java/libs/qwak-common/qwak-common-api/qwak-platform-ecosystem-api/pb/qwak/ecosystem/jfrog/v0;jfrog_v0b\x06proto3')
19
18
 
20
-
21
-
22
- _JFROGTOKEN = DESCRIPTOR.message_types_by_name['JFrogToken']
23
- _JFROGTOKENTENANTDETAILS = DESCRIPTOR.message_types_by_name['JFrogTokenTenantDetails']
24
- _JFROGTOKENDEFINITION = DESCRIPTOR.message_types_by_name['JFrogTokenDefinition']
25
- _JFROGTOKENSPEC = DESCRIPTOR.message_types_by_name['JFrogTokenSpec']
26
- _ARTIFACTORYIMAGEPULLTOKENSPEC = DESCRIPTOR.message_types_by_name['ArtifactoryImagePullTokenSpec']
27
- _PERSISTTOKENCLAIMSSPEC = DESCRIPTOR.message_types_by_name['PersistTokenClaimsSpec']
28
- _JFROGTOKENREVOKESPEC = DESCRIPTOR.message_types_by_name['JFrogTokenRevokeSpec']
29
- _JFROGTOKENTTLSPEC = DESCRIPTOR.message_types_by_name['JFrogTokenTTLSpec']
30
- _SUBJECTANDSCOPESOURCE = DESCRIPTOR.message_types_by_name['SubjectAndScopeSource']
31
- _EXPLICITSUBJECTANDSCOPE = DESCRIPTOR.message_types_by_name['ExplicitSubjectAndScope']
32
- _JFROGTOKENAUDIENCES = DESCRIPTOR.message_types_by_name['JFrogTokenAudiences']
33
- _JFROGTOKENAUDIENCE = DESCRIPTOR.message_types_by_name['JFrogTokenAudience']
34
- _JFROGTOKENAUDIENCEARTIFACTORY = DESCRIPTOR.message_types_by_name['JFrogTokenAudienceArtifactory']
35
- _JFROGTOKENAUDIENCEXRAY = DESCRIPTOR.message_types_by_name['JFrogTokenAudienceXRay']
36
- _JFROGTOKENAUDIENCEJFROGML = DESCRIPTOR.message_types_by_name['JFrogTokenAudienceJFrogML']
37
- _TOKENSCOPEEXTENSION = DESCRIPTOR.message_types_by_name['TokenScopeExtension']
38
- JFrogToken = _reflection.GeneratedProtocolMessageType('JFrogToken', (_message.Message,), {
39
- 'DESCRIPTOR' : _JFROGTOKEN,
40
- '__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
41
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.JFrogToken)
42
- })
43
- _sym_db.RegisterMessage(JFrogToken)
44
-
45
- JFrogTokenTenantDetails = _reflection.GeneratedProtocolMessageType('JFrogTokenTenantDetails', (_message.Message,), {
46
- 'DESCRIPTOR' : _JFROGTOKENTENANTDETAILS,
47
- '__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
48
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.JFrogTokenTenantDetails)
49
- })
50
- _sym_db.RegisterMessage(JFrogTokenTenantDetails)
51
-
52
- JFrogTokenDefinition = _reflection.GeneratedProtocolMessageType('JFrogTokenDefinition', (_message.Message,), {
53
- 'DESCRIPTOR' : _JFROGTOKENDEFINITION,
54
- '__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
55
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.JFrogTokenDefinition)
56
- })
57
- _sym_db.RegisterMessage(JFrogTokenDefinition)
58
-
59
- JFrogTokenSpec = _reflection.GeneratedProtocolMessageType('JFrogTokenSpec', (_message.Message,), {
60
- 'DESCRIPTOR' : _JFROGTOKENSPEC,
61
- '__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
62
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.JFrogTokenSpec)
63
- })
64
- _sym_db.RegisterMessage(JFrogTokenSpec)
65
-
66
- ArtifactoryImagePullTokenSpec = _reflection.GeneratedProtocolMessageType('ArtifactoryImagePullTokenSpec', (_message.Message,), {
67
- 'DESCRIPTOR' : _ARTIFACTORYIMAGEPULLTOKENSPEC,
68
- '__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
69
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.ArtifactoryImagePullTokenSpec)
70
- })
71
- _sym_db.RegisterMessage(ArtifactoryImagePullTokenSpec)
72
-
73
- PersistTokenClaimsSpec = _reflection.GeneratedProtocolMessageType('PersistTokenClaimsSpec', (_message.Message,), {
74
- 'DESCRIPTOR' : _PERSISTTOKENCLAIMSSPEC,
75
- '__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
76
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.PersistTokenClaimsSpec)
77
- })
78
- _sym_db.RegisterMessage(PersistTokenClaimsSpec)
79
-
80
- JFrogTokenRevokeSpec = _reflection.GeneratedProtocolMessageType('JFrogTokenRevokeSpec', (_message.Message,), {
81
- 'DESCRIPTOR' : _JFROGTOKENREVOKESPEC,
82
- '__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
83
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.JFrogTokenRevokeSpec)
84
- })
85
- _sym_db.RegisterMessage(JFrogTokenRevokeSpec)
86
-
87
- JFrogTokenTTLSpec = _reflection.GeneratedProtocolMessageType('JFrogTokenTTLSpec', (_message.Message,), {
88
- 'DESCRIPTOR' : _JFROGTOKENTTLSPEC,
89
- '__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
90
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.JFrogTokenTTLSpec)
91
- })
92
- _sym_db.RegisterMessage(JFrogTokenTTLSpec)
93
-
94
- SubjectAndScopeSource = _reflection.GeneratedProtocolMessageType('SubjectAndScopeSource', (_message.Message,), {
95
- 'DESCRIPTOR' : _SUBJECTANDSCOPESOURCE,
96
- '__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
97
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.SubjectAndScopeSource)
98
- })
99
- _sym_db.RegisterMessage(SubjectAndScopeSource)
100
-
101
- ExplicitSubjectAndScope = _reflection.GeneratedProtocolMessageType('ExplicitSubjectAndScope', (_message.Message,), {
102
- 'DESCRIPTOR' : _EXPLICITSUBJECTANDSCOPE,
103
- '__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
104
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.ExplicitSubjectAndScope)
105
- })
106
- _sym_db.RegisterMessage(ExplicitSubjectAndScope)
107
-
108
- JFrogTokenAudiences = _reflection.GeneratedProtocolMessageType('JFrogTokenAudiences', (_message.Message,), {
109
- 'DESCRIPTOR' : _JFROGTOKENAUDIENCES,
110
- '__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
111
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.JFrogTokenAudiences)
112
- })
113
- _sym_db.RegisterMessage(JFrogTokenAudiences)
114
-
115
- JFrogTokenAudience = _reflection.GeneratedProtocolMessageType('JFrogTokenAudience', (_message.Message,), {
116
- 'DESCRIPTOR' : _JFROGTOKENAUDIENCE,
117
- '__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
118
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.JFrogTokenAudience)
119
- })
120
- _sym_db.RegisterMessage(JFrogTokenAudience)
121
-
122
- JFrogTokenAudienceArtifactory = _reflection.GeneratedProtocolMessageType('JFrogTokenAudienceArtifactory', (_message.Message,), {
123
- 'DESCRIPTOR' : _JFROGTOKENAUDIENCEARTIFACTORY,
124
- '__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
125
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.JFrogTokenAudienceArtifactory)
126
- })
127
- _sym_db.RegisterMessage(JFrogTokenAudienceArtifactory)
128
-
129
- JFrogTokenAudienceXRay = _reflection.GeneratedProtocolMessageType('JFrogTokenAudienceXRay', (_message.Message,), {
130
- 'DESCRIPTOR' : _JFROGTOKENAUDIENCEXRAY,
131
- '__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
132
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.JFrogTokenAudienceXRay)
133
- })
134
- _sym_db.RegisterMessage(JFrogTokenAudienceXRay)
135
-
136
- JFrogTokenAudienceJFrogML = _reflection.GeneratedProtocolMessageType('JFrogTokenAudienceJFrogML', (_message.Message,), {
137
- 'DESCRIPTOR' : _JFROGTOKENAUDIENCEJFROGML,
138
- '__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
139
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.JFrogTokenAudienceJFrogML)
140
- })
141
- _sym_db.RegisterMessage(JFrogTokenAudienceJFrogML)
142
-
143
- TokenScopeExtension = _reflection.GeneratedProtocolMessageType('TokenScopeExtension', (_message.Message,), {
144
- 'DESCRIPTOR' : _TOKENSCOPEEXTENSION,
145
- '__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
146
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.TokenScopeExtension)
147
- })
148
- _sym_db.RegisterMessage(TokenScopeExtension)
149
-
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.ecosystem.jfrog.v0.token_pb2', _globals)
150
22
  if _descriptor._USE_C_DESCRIPTORS == False:
151
23
 
152
24
  DESCRIPTOR._options = None
@@ -155,36 +27,36 @@ if _descriptor._USE_C_DESCRIPTORS == False:
155
27
  _PERSISTTOKENCLAIMSSPEC.fields_by_name['token']._serialized_options = b'\030\001'
156
28
  _SUBJECTANDSCOPESOURCE.fields_by_name['token']._options = None
157
29
  _SUBJECTANDSCOPESOURCE.fields_by_name['token']._serialized_options = b'\030\001'
158
- _JFROGTOKEN._serialized_start=104
159
- _JFROGTOKEN._serialized_end=269
160
- _JFROGTOKENTENANTDETAILS._serialized_start=271
161
- _JFROGTOKENTENANTDETAILS._serialized_end=318
162
- _JFROGTOKENDEFINITION._serialized_start=321
163
- _JFROGTOKENDEFINITION._serialized_end=549
164
- _JFROGTOKENSPEC._serialized_start=552
165
- _JFROGTOKENSPEC._serialized_end=820
166
- _ARTIFACTORYIMAGEPULLTOKENSPEC._serialized_start=823
167
- _ARTIFACTORYIMAGEPULLTOKENSPEC._serialized_end=971
168
- _PERSISTTOKENCLAIMSSPEC._serialized_start=974
169
- _PERSISTTOKENCLAIMSSPEC._serialized_end=1125
170
- _JFROGTOKENREVOKESPEC._serialized_start=1127
171
- _JFROGTOKENREVOKESPEC._serialized_end=1236
172
- _JFROGTOKENTTLSPEC._serialized_start=1238
173
- _JFROGTOKENTTLSPEC._serialized_end=1361
174
- _SUBJECTANDSCOPESOURCE._serialized_start=1364
175
- _SUBJECTANDSCOPESOURCE._serialized_end=1608
176
- _EXPLICITSUBJECTANDSCOPE._serialized_start=1610
177
- _EXPLICITSUBJECTANDSCOPE._serialized_end=1690
178
- _JFROGTOKENAUDIENCES._serialized_start=1692
179
- _JFROGTOKENAUDIENCES._serialized_end=1783
180
- _JFROGTOKENAUDIENCE._serialized_start=1786
181
- _JFROGTOKENAUDIENCE._serialized_end=2048
182
- _JFROGTOKENAUDIENCEARTIFACTORY._serialized_start=2050
183
- _JFROGTOKENAUDIENCEARTIFACTORY._serialized_end=2081
184
- _JFROGTOKENAUDIENCEXRAY._serialized_start=2083
185
- _JFROGTOKENAUDIENCEXRAY._serialized_end=2107
186
- _JFROGTOKENAUDIENCEJFROGML._serialized_start=2109
187
- _JFROGTOKENAUDIENCEJFROGML._serialized_end=2136
188
- _TOKENSCOPEEXTENSION._serialized_start=2138
189
- _TOKENSCOPEEXTENSION._serialized_end=2201
30
+ _globals['_JFROGTOKEN']._serialized_start=104
31
+ _globals['_JFROGTOKEN']._serialized_end=269
32
+ _globals['_JFROGTOKENTENANTDETAILS']._serialized_start=271
33
+ _globals['_JFROGTOKENTENANTDETAILS']._serialized_end=318
34
+ _globals['_JFROGTOKENDEFINITION']._serialized_start=321
35
+ _globals['_JFROGTOKENDEFINITION']._serialized_end=549
36
+ _globals['_JFROGTOKENSPEC']._serialized_start=552
37
+ _globals['_JFROGTOKENSPEC']._serialized_end=820
38
+ _globals['_ARTIFACTORYIMAGEPULLTOKENSPEC']._serialized_start=823
39
+ _globals['_ARTIFACTORYIMAGEPULLTOKENSPEC']._serialized_end=971
40
+ _globals['_PERSISTTOKENCLAIMSSPEC']._serialized_start=974
41
+ _globals['_PERSISTTOKENCLAIMSSPEC']._serialized_end=1125
42
+ _globals['_JFROGTOKENREVOKESPEC']._serialized_start=1127
43
+ _globals['_JFROGTOKENREVOKESPEC']._serialized_end=1236
44
+ _globals['_JFROGTOKENTTLSPEC']._serialized_start=1238
45
+ _globals['_JFROGTOKENTTLSPEC']._serialized_end=1361
46
+ _globals['_SUBJECTANDSCOPESOURCE']._serialized_start=1364
47
+ _globals['_SUBJECTANDSCOPESOURCE']._serialized_end=1608
48
+ _globals['_EXPLICITSUBJECTANDSCOPE']._serialized_start=1610
49
+ _globals['_EXPLICITSUBJECTANDSCOPE']._serialized_end=1690
50
+ _globals['_JFROGTOKENAUDIENCES']._serialized_start=1692
51
+ _globals['_JFROGTOKENAUDIENCES']._serialized_end=1783
52
+ _globals['_JFROGTOKENAUDIENCE']._serialized_start=1786
53
+ _globals['_JFROGTOKENAUDIENCE']._serialized_end=2048
54
+ _globals['_JFROGTOKENAUDIENCEARTIFACTORY']._serialized_start=2050
55
+ _globals['_JFROGTOKENAUDIENCEARTIFACTORY']._serialized_end=2081
56
+ _globals['_JFROGTOKENAUDIENCEXRAY']._serialized_start=2083
57
+ _globals['_JFROGTOKENAUDIENCEXRAY']._serialized_end=2107
58
+ _globals['_JFROGTOKENAUDIENCEJFROGML']._serialized_start=2109
59
+ _globals['_JFROGTOKENAUDIENCEJFROGML']._serialized_end=2136
60
+ _globals['_TOKENSCOPEEXTENSION']._serialized_start=2138
61
+ _globals['_TOKENSCOPEEXTENSION']._serialized_end=2201
190
62
  # @@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,93 +16,29 @@ from _qwak_proto.qwak.ecosystem.jfrog.v0 import token_pb2 as qwak_dot_ecosystem_
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+qwak/ecosystem/jfrog/v0/token_service.proto\x12\x1dqwak.ecosystem.jfrog.token.v0\x1a#qwak/ecosystem/jfrog/v0/token.proto\"Y\n\x14GenerateTokenRequest\x12\x41\n\ntoken_spec\x18\x01 \x01(\x0b\x32-.qwak.ecosystem.jfrog.token.v0.JFrogTokenSpec\"Q\n\x15GenerateTokenResponse\x12\x38\n\x05token\x18\x01 \x01(\x0b\x32).qwak.ecosystem.jfrog.token.v0.JFrogToken\"|\n(GenerateArtifactoryImagePullTokenRequest\x12P\n\ntoken_spec\x18\x01 \x01(\x0b\x32<.qwak.ecosystem.jfrog.token.v0.ArtifactoryImagePullTokenSpec\"e\n)GenerateArtifactoryImagePullTokenResponse\x12\x38\n\x05token\x18\x01 \x01(\x0b\x32).qwak.ecosystem.jfrog.token.v0.JFrogToken\"`\n\x19PersistTokenClaimsRequest\x12\x43\n\x04spec\x18\x01 \x01(\x0b\x32\x35.qwak.ecosystem.jfrog.token.v0.PersistTokenClaimsSpec\".\n\x1aPersistTokenClaimsResponse\x12\x10\n\x08token_id\x18\x01 \x01(\t\"d\n\x12RevokeTokenRequest\x12N\n\x11token_revoke_spec\x18\x01 \x01(\x0b\x32\x33.qwak.ecosystem.jfrog.token.v0.JFrogTokenRevokeSpec\"\x1c\n\x1aRevokeTokenRequestResponse2\xcc\x04\n\x0cTokenService\x12z\n\rGenerateToken\x12\x33.qwak.ecosystem.jfrog.token.v0.GenerateTokenRequest\x1a\x34.qwak.ecosystem.jfrog.token.v0.GenerateTokenResponse\x12\xb6\x01\n!GenerateArtifactoryImagePullToken\x12G.qwak.ecosystem.jfrog.token.v0.GenerateArtifactoryImagePullTokenRequest\x1aH.qwak.ecosystem.jfrog.token.v0.GenerateArtifactoryImagePullTokenResponse\x12\x89\x01\n\x12PersistTokenClaims\x12\x38.qwak.ecosystem.jfrog.token.v0.PersistTokenClaimsRequest\x1a\x39.qwak.ecosystem.jfrog.token.v0.PersistTokenClaimsResponse\x12{\n\x0bRevokeToken\x12\x31.qwak.ecosystem.jfrog.token.v0.RevokeTokenRequest\x1a\x39.qwak.ecosystem.jfrog.token.v0.RevokeTokenRequestResponseB\xb7\x01\n\x1a\x63om.qwak.ai.jfrog.token.v0P\x01Z\x96\x01github.com/qwak-ai/qwak-platform/services/shared/java/libs/qwak-common/qwak-common-api/qwak-platform-ecosystem-api/pb/qwak/ecosystem/jfrog/v0;jfrog_v0b\x06proto3')
19
18
 
20
-
21
-
22
- _GENERATETOKENREQUEST = DESCRIPTOR.message_types_by_name['GenerateTokenRequest']
23
- _GENERATETOKENRESPONSE = DESCRIPTOR.message_types_by_name['GenerateTokenResponse']
24
- _GENERATEARTIFACTORYIMAGEPULLTOKENREQUEST = DESCRIPTOR.message_types_by_name['GenerateArtifactoryImagePullTokenRequest']
25
- _GENERATEARTIFACTORYIMAGEPULLTOKENRESPONSE = DESCRIPTOR.message_types_by_name['GenerateArtifactoryImagePullTokenResponse']
26
- _PERSISTTOKENCLAIMSREQUEST = DESCRIPTOR.message_types_by_name['PersistTokenClaimsRequest']
27
- _PERSISTTOKENCLAIMSRESPONSE = DESCRIPTOR.message_types_by_name['PersistTokenClaimsResponse']
28
- _REVOKETOKENREQUEST = DESCRIPTOR.message_types_by_name['RevokeTokenRequest']
29
- _REVOKETOKENREQUESTRESPONSE = DESCRIPTOR.message_types_by_name['RevokeTokenRequestResponse']
30
- GenerateTokenRequest = _reflection.GeneratedProtocolMessageType('GenerateTokenRequest', (_message.Message,), {
31
- 'DESCRIPTOR' : _GENERATETOKENREQUEST,
32
- '__module__' : 'qwak.ecosystem.jfrog.v0.token_service_pb2'
33
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.GenerateTokenRequest)
34
- })
35
- _sym_db.RegisterMessage(GenerateTokenRequest)
36
-
37
- GenerateTokenResponse = _reflection.GeneratedProtocolMessageType('GenerateTokenResponse', (_message.Message,), {
38
- 'DESCRIPTOR' : _GENERATETOKENRESPONSE,
39
- '__module__' : 'qwak.ecosystem.jfrog.v0.token_service_pb2'
40
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.GenerateTokenResponse)
41
- })
42
- _sym_db.RegisterMessage(GenerateTokenResponse)
43
-
44
- GenerateArtifactoryImagePullTokenRequest = _reflection.GeneratedProtocolMessageType('GenerateArtifactoryImagePullTokenRequest', (_message.Message,), {
45
- 'DESCRIPTOR' : _GENERATEARTIFACTORYIMAGEPULLTOKENREQUEST,
46
- '__module__' : 'qwak.ecosystem.jfrog.v0.token_service_pb2'
47
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.GenerateArtifactoryImagePullTokenRequest)
48
- })
49
- _sym_db.RegisterMessage(GenerateArtifactoryImagePullTokenRequest)
50
-
51
- GenerateArtifactoryImagePullTokenResponse = _reflection.GeneratedProtocolMessageType('GenerateArtifactoryImagePullTokenResponse', (_message.Message,), {
52
- 'DESCRIPTOR' : _GENERATEARTIFACTORYIMAGEPULLTOKENRESPONSE,
53
- '__module__' : 'qwak.ecosystem.jfrog.v0.token_service_pb2'
54
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.GenerateArtifactoryImagePullTokenResponse)
55
- })
56
- _sym_db.RegisterMessage(GenerateArtifactoryImagePullTokenResponse)
57
-
58
- PersistTokenClaimsRequest = _reflection.GeneratedProtocolMessageType('PersistTokenClaimsRequest', (_message.Message,), {
59
- 'DESCRIPTOR' : _PERSISTTOKENCLAIMSREQUEST,
60
- '__module__' : 'qwak.ecosystem.jfrog.v0.token_service_pb2'
61
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.PersistTokenClaimsRequest)
62
- })
63
- _sym_db.RegisterMessage(PersistTokenClaimsRequest)
64
-
65
- PersistTokenClaimsResponse = _reflection.GeneratedProtocolMessageType('PersistTokenClaimsResponse', (_message.Message,), {
66
- 'DESCRIPTOR' : _PERSISTTOKENCLAIMSRESPONSE,
67
- '__module__' : 'qwak.ecosystem.jfrog.v0.token_service_pb2'
68
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.PersistTokenClaimsResponse)
69
- })
70
- _sym_db.RegisterMessage(PersistTokenClaimsResponse)
71
-
72
- RevokeTokenRequest = _reflection.GeneratedProtocolMessageType('RevokeTokenRequest', (_message.Message,), {
73
- 'DESCRIPTOR' : _REVOKETOKENREQUEST,
74
- '__module__' : 'qwak.ecosystem.jfrog.v0.token_service_pb2'
75
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.RevokeTokenRequest)
76
- })
77
- _sym_db.RegisterMessage(RevokeTokenRequest)
78
-
79
- RevokeTokenRequestResponse = _reflection.GeneratedProtocolMessageType('RevokeTokenRequestResponse', (_message.Message,), {
80
- 'DESCRIPTOR' : _REVOKETOKENREQUESTRESPONSE,
81
- '__module__' : 'qwak.ecosystem.jfrog.v0.token_service_pb2'
82
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.RevokeTokenRequestResponse)
83
- })
84
- _sym_db.RegisterMessage(RevokeTokenRequestResponse)
85
-
86
- _TOKENSERVICE = DESCRIPTOR.services_by_name['TokenService']
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.ecosystem.jfrog.v0.token_service_pb2', _globals)
87
22
  if _descriptor._USE_C_DESCRIPTORS == False:
88
23
 
89
24
  DESCRIPTOR._options = None
90
25
  DESCRIPTOR._serialized_options = b'\n\032com.qwak.ai.jfrog.token.v0P\001Z\226\001github.com/qwak-ai/qwak-platform/services/shared/java/libs/qwak-common/qwak-common-api/qwak-platform-ecosystem-api/pb/qwak/ecosystem/jfrog/v0;jfrog_v0'
91
- _GENERATETOKENREQUEST._serialized_start=115
92
- _GENERATETOKENREQUEST._serialized_end=204
93
- _GENERATETOKENRESPONSE._serialized_start=206
94
- _GENERATETOKENRESPONSE._serialized_end=287
95
- _GENERATEARTIFACTORYIMAGEPULLTOKENREQUEST._serialized_start=289
96
- _GENERATEARTIFACTORYIMAGEPULLTOKENREQUEST._serialized_end=413
97
- _GENERATEARTIFACTORYIMAGEPULLTOKENRESPONSE._serialized_start=415
98
- _GENERATEARTIFACTORYIMAGEPULLTOKENRESPONSE._serialized_end=516
99
- _PERSISTTOKENCLAIMSREQUEST._serialized_start=518
100
- _PERSISTTOKENCLAIMSREQUEST._serialized_end=614
101
- _PERSISTTOKENCLAIMSRESPONSE._serialized_start=616
102
- _PERSISTTOKENCLAIMSRESPONSE._serialized_end=662
103
- _REVOKETOKENREQUEST._serialized_start=664
104
- _REVOKETOKENREQUEST._serialized_end=764
105
- _REVOKETOKENREQUESTRESPONSE._serialized_start=766
106
- _REVOKETOKENREQUESTRESPONSE._serialized_end=794
107
- _TOKENSERVICE._serialized_start=797
108
- _TOKENSERVICE._serialized_end=1385
26
+ _globals['_GENERATETOKENREQUEST']._serialized_start=115
27
+ _globals['_GENERATETOKENREQUEST']._serialized_end=204
28
+ _globals['_GENERATETOKENRESPONSE']._serialized_start=206
29
+ _globals['_GENERATETOKENRESPONSE']._serialized_end=287
30
+ _globals['_GENERATEARTIFACTORYIMAGEPULLTOKENREQUEST']._serialized_start=289
31
+ _globals['_GENERATEARTIFACTORYIMAGEPULLTOKENREQUEST']._serialized_end=413
32
+ _globals['_GENERATEARTIFACTORYIMAGEPULLTOKENRESPONSE']._serialized_start=415
33
+ _globals['_GENERATEARTIFACTORYIMAGEPULLTOKENRESPONSE']._serialized_end=516
34
+ _globals['_PERSISTTOKENCLAIMSREQUEST']._serialized_start=518
35
+ _globals['_PERSISTTOKENCLAIMSREQUEST']._serialized_end=614
36
+ _globals['_PERSISTTOKENCLAIMSRESPONSE']._serialized_start=616
37
+ _globals['_PERSISTTOKENCLAIMSRESPONSE']._serialized_end=662
38
+ _globals['_REVOKETOKENREQUEST']._serialized_start=664
39
+ _globals['_REVOKETOKENREQUEST']._serialized_end=764
40
+ _globals['_REVOKETOKENREQUESTRESPONSE']._serialized_start=766
41
+ _globals['_REVOKETOKENREQUESTRESPONSE']._serialized_end=794
42
+ _globals['_TOKENSERVICE']._serialized_start=797
43
+ _globals['_TOKENSERVICE']._serialized_end=1385
109
44
  # @@protoc_insertion_point(module_scope)
@@ -4,9 +4,8 @@
4
4
  """Generated protocol buffer code."""
5
5
  from google.protobuf import descriptor as _descriptor
6
6
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
10
9
  # @@protoc_insertion_point(imports)
11
10
 
12
11
  _sym_db = _symbol_database.Default()
@@ -17,40 +16,17 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#qwak/ecosystem/v0/credentials.proto\x12\x11qwak.ecosystem.v0\x1a\x1fgoogle/protobuf/timestamp.proto\"\xc3\x01\n\x10\x43loudCredentials\x12O\n\x19\x61ws_temporary_credentials\x18\x01 \x01(\x0b\x32*.qwak.ecosystem.v0.AwsTemporaryCredentialsH\x00\x12O\n\x19gcp_temporary_credentials\x18\x02 \x01(\x0b\x32*.qwak.ecosystem.v0.GcpTemporaryCredentialsH\x00\x42\r\n\x0b\x63redentials\"\xa7\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.Timestamp\x12\x0e\n\x06region\x18\x05 \x01(\t\"d\n\x17GcpTemporaryCredentials\x12\x14\n\x0c\x61\x63\x63\x65ss_token\x18\x01 \x01(\t\x12\x33\n\x0f\x65xpiration_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\xb7\x01\n\x1c\x63om.qwak.ai.common.ecosystemP\x01Z\x94\x01github.com/qwak-ai/qwak-platform/services/shared/java/libs/qwak-common/qwak-common-api/qwak-platform-ecosystem-api/pb/qwak/ecosystem/v0;ecosystem_v0b\x06proto3')
19
18
 
20
-
21
-
22
- _CLOUDCREDENTIALS = DESCRIPTOR.message_types_by_name['CloudCredentials']
23
- _AWSTEMPORARYCREDENTIALS = DESCRIPTOR.message_types_by_name['AwsTemporaryCredentials']
24
- _GCPTEMPORARYCREDENTIALS = DESCRIPTOR.message_types_by_name['GcpTemporaryCredentials']
25
- CloudCredentials = _reflection.GeneratedProtocolMessageType('CloudCredentials', (_message.Message,), {
26
- 'DESCRIPTOR' : _CLOUDCREDENTIALS,
27
- '__module__' : 'qwak.ecosystem.v0.credentials_pb2'
28
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.CloudCredentials)
29
- })
30
- _sym_db.RegisterMessage(CloudCredentials)
31
-
32
- AwsTemporaryCredentials = _reflection.GeneratedProtocolMessageType('AwsTemporaryCredentials', (_message.Message,), {
33
- 'DESCRIPTOR' : _AWSTEMPORARYCREDENTIALS,
34
- '__module__' : 'qwak.ecosystem.v0.credentials_pb2'
35
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.AwsTemporaryCredentials)
36
- })
37
- _sym_db.RegisterMessage(AwsTemporaryCredentials)
38
-
39
- GcpTemporaryCredentials = _reflection.GeneratedProtocolMessageType('GcpTemporaryCredentials', (_message.Message,), {
40
- 'DESCRIPTOR' : _GCPTEMPORARYCREDENTIALS,
41
- '__module__' : 'qwak.ecosystem.v0.credentials_pb2'
42
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.GcpTemporaryCredentials)
43
- })
44
- _sym_db.RegisterMessage(GcpTemporaryCredentials)
45
-
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.ecosystem.v0.credentials_pb2', _globals)
46
22
  if _descriptor._USE_C_DESCRIPTORS == False:
47
23
 
48
24
  DESCRIPTOR._options = None
49
25
  DESCRIPTOR._serialized_options = b'\n\034com.qwak.ai.common.ecosystemP\001Z\224\001github.com/qwak-ai/qwak-platform/services/shared/java/libs/qwak-common/qwak-common-api/qwak-platform-ecosystem-api/pb/qwak/ecosystem/v0;ecosystem_v0'
50
- _CLOUDCREDENTIALS._serialized_start=92
51
- _CLOUDCREDENTIALS._serialized_end=287
52
- _AWSTEMPORARYCREDENTIALS._serialized_start=290
53
- _AWSTEMPORARYCREDENTIALS._serialized_end=457
54
- _GCPTEMPORARYCREDENTIALS._serialized_start=459
55
- _GCPTEMPORARYCREDENTIALS._serialized_end=559
26
+ _globals['_CLOUDCREDENTIALS']._serialized_start=92
27
+ _globals['_CLOUDCREDENTIALS']._serialized_end=287
28
+ _globals['_AWSTEMPORARYCREDENTIALS']._serialized_start=290
29
+ _globals['_AWSTEMPORARYCREDENTIALS']._serialized_end=457
30
+ _globals['_GCPTEMPORARYCREDENTIALS']._serialized_start=459
31
+ _globals['_GCPTEMPORARYCREDENTIALS']._serialized_end=559
56
32
  # @@protoc_insertion_point(module_scope)
@@ -4,9 +4,8 @@
4
4
  """Generated protocol buffer code."""
5
5
  from google.protobuf import descriptor as _descriptor
6
6
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
10
9
  # @@protoc_insertion_point(imports)
11
10
 
12
11
  _sym_db = _symbol_database.Default()
@@ -22,116 +21,9 @@ from _qwak_proto.qwak.administration.v0.users import user_pb2 as qwak_dot_admini
22
21
 
23
22
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!qwak/ecosystem/v0/ecosystem.proto\x12\x11qwak.ecosystem.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\x1a\'qwak/administration/v0/users/user.proto\"<\n\x16UsernamePasswordMethod\x12\x10\n\x08username\x18\x01 \x01(\t\x12\x10\n\x08password\x18\x02 \x01(\t\"(\n\x10QwakApiKeyMethod\x12\x14\n\x0cqwak_api_key\x18\x01 \x01(\t\"\\\n\x18\x41uthenticatedUserContext\x12@\n\x04user\x18\x01 \x01(\x0b\x32\x32.qwak.ecosystem.v0.AuthenticatedUnifiedUserContext\"\xfe\x01\n\x1f\x41uthenticatedUnifiedUserContext\x12\x0f\n\x07user_id\x18\x04 \x01(\t\x12\x45\n\x0f\x61\x63\x63ount_details\x18\x05 \x01(\x0b\x32,.qwak.ecosystem.v0.UserContextAccountDetails\x12?\n\x0c\x61\x63\x63ount_role\x18\x01 \x01(\x0e\x32).qwak.administration.user.QwakAccountRole\x12\x42\n\x13\x65nvironment_details\x18\x06 \x01(\x0b\x32%.qwak.ecosystem.v0.EnvironmentDetails\"\xd6\x06\n\x19UserContextAccountDetails\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x1e\n\x16\x64\x65\x66\x61ult_environment_id\x18\x03 \x01(\t\x12\x44\n\x0bpreferences\x18\x05 \x01(\x0b\x32/.qwak.administration.account.AccountPreferences\x12\\\n\x11\x65nvironment_by_id\x18\x04 \x03(\x0b\x32\x41.qwak.ecosystem.v0.UserContextAccountDetails.EnvironmentByIdEntry\x12t\n\x1euser_context_environment_by_id\x18\x06 \x03(\x0b\x32L.qwak.ecosystem.v0.UserContextAccountDetails.UserContextEnvironmentByIdEntry\x12\x39\n\x04type\x18\x07 \x01(\x0e\x32+.qwak.administration.account.v1.AccountType\x12\x39\n\x04tier\x18\x08 \x01(\x0e\x32+.qwak.administration.account.v1.AccountTier\x12I\n\x0e\x61\x63\x63\x65pted_terms\x18\t \x01(\x0b\x32\x31.qwak.administration.account.AccountAcceptedTerms\x12P\n\x14jfrog_tenant_details\x18\n \x01(\x0b\x32\x32.qwak.administration.account.v1.JfrogTenantDetails\x1a]\n\x14\x45nvironmentByIdEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x34\n\x05value\x18\x02 \x01(\x0b\x32%.qwak.ecosystem.v0.EnvironmentDetails:\x02\x38\x01\x1as\n\x1fUserContextEnvironmentByIdEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12?\n\x05value\x18\x02 \x01(\x0b\x32\x30.qwak.ecosystem.v0.UserContextEnvironmentDetails:\x02\x38\x01\"\x1f\n\x1dUserContextEnvironmentDetails\"\xd8\x04\n\x0e\x41\x63\x63ountDetails\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\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\x05 \x01(\t\x12S\n\x12\x65nvironments_by_id\x18\x04 \x03(\x0b\x32\x37.qwak.ecosystem.v0.AccountDetails.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\x12I\n\x0e\x61\x63\x63\x65pted_terms\x18\x08 \x01(\x0b\x32\x31.qwak.administration.account.AccountAcceptedTerms\x12P\n\x14jfrog_tenant_details\x18\t \x01(\x0b\x32\x32.qwak.administration.account.v1.JfrogTenantDetails\x1a^\n\x15\x45nvironmentsByIdEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x34\n\x05value\x18\x02 \x01(\x0b\x32%.qwak.ecosystem.v0.EnvironmentDetails:\x02\x38\x01\"\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(\t\"\xde\x01\n\x0fUserAccountList\x12\x1a\n\x12\x64\x65\x66\x61ult_account_id\x18\x01 \x01(\t\x12L\n\x0e\x61\x63\x63ounts_by_id\x18\x02 \x03(\x0b\x32\x34.qwak.ecosystem.v0.UserAccountList.AccountsByIdEntry\x1a\x61\n\x11\x41\x63\x63ountsByIdEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12;\n\x05value\x18\x02 \x01(\x0b\x32,.qwak.ecosystem.v0.UserContextAccountDetails:\x02\x38\x01\x42\xb7\x01\n\x1c\x63om.qwak.ai.common.ecosystemP\x01Z\x94\x01github.com/qwak-ai/qwak-platform/services/shared/java/libs/qwak-common/qwak-common-api/qwak-platform-ecosystem-api/pb/qwak/ecosystem/v0;ecosystem_v0b\x06proto3')
24
23
 
25
-
26
-
27
- _USERNAMEPASSWORDMETHOD = DESCRIPTOR.message_types_by_name['UsernamePasswordMethod']
28
- _QWAKAPIKEYMETHOD = DESCRIPTOR.message_types_by_name['QwakApiKeyMethod']
29
- _AUTHENTICATEDUSERCONTEXT = DESCRIPTOR.message_types_by_name['AuthenticatedUserContext']
30
- _AUTHENTICATEDUNIFIEDUSERCONTEXT = DESCRIPTOR.message_types_by_name['AuthenticatedUnifiedUserContext']
31
- _USERCONTEXTACCOUNTDETAILS = DESCRIPTOR.message_types_by_name['UserContextAccountDetails']
32
- _USERCONTEXTACCOUNTDETAILS_ENVIRONMENTBYIDENTRY = _USERCONTEXTACCOUNTDETAILS.nested_types_by_name['EnvironmentByIdEntry']
33
- _USERCONTEXTACCOUNTDETAILS_USERCONTEXTENVIRONMENTBYIDENTRY = _USERCONTEXTACCOUNTDETAILS.nested_types_by_name['UserContextEnvironmentByIdEntry']
34
- _USERCONTEXTENVIRONMENTDETAILS = DESCRIPTOR.message_types_by_name['UserContextEnvironmentDetails']
35
- _ACCOUNTDETAILS = DESCRIPTOR.message_types_by_name['AccountDetails']
36
- _ACCOUNTDETAILS_ENVIRONMENTSBYIDENTRY = _ACCOUNTDETAILS.nested_types_by_name['EnvironmentsByIdEntry']
37
- _ENVIRONMENTDETAILS = DESCRIPTOR.message_types_by_name['EnvironmentDetails']
38
- _USERACCOUNTLIST = DESCRIPTOR.message_types_by_name['UserAccountList']
39
- _USERACCOUNTLIST_ACCOUNTSBYIDENTRY = _USERACCOUNTLIST.nested_types_by_name['AccountsByIdEntry']
40
- UsernamePasswordMethod = _reflection.GeneratedProtocolMessageType('UsernamePasswordMethod', (_message.Message,), {
41
- 'DESCRIPTOR' : _USERNAMEPASSWORDMETHOD,
42
- '__module__' : 'qwak.ecosystem.v0.ecosystem_pb2'
43
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.UsernamePasswordMethod)
44
- })
45
- _sym_db.RegisterMessage(UsernamePasswordMethod)
46
-
47
- QwakApiKeyMethod = _reflection.GeneratedProtocolMessageType('QwakApiKeyMethod', (_message.Message,), {
48
- 'DESCRIPTOR' : _QWAKAPIKEYMETHOD,
49
- '__module__' : 'qwak.ecosystem.v0.ecosystem_pb2'
50
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.QwakApiKeyMethod)
51
- })
52
- _sym_db.RegisterMessage(QwakApiKeyMethod)
53
-
54
- AuthenticatedUserContext = _reflection.GeneratedProtocolMessageType('AuthenticatedUserContext', (_message.Message,), {
55
- 'DESCRIPTOR' : _AUTHENTICATEDUSERCONTEXT,
56
- '__module__' : 'qwak.ecosystem.v0.ecosystem_pb2'
57
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.AuthenticatedUserContext)
58
- })
59
- _sym_db.RegisterMessage(AuthenticatedUserContext)
60
-
61
- AuthenticatedUnifiedUserContext = _reflection.GeneratedProtocolMessageType('AuthenticatedUnifiedUserContext', (_message.Message,), {
62
- 'DESCRIPTOR' : _AUTHENTICATEDUNIFIEDUSERCONTEXT,
63
- '__module__' : 'qwak.ecosystem.v0.ecosystem_pb2'
64
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.AuthenticatedUnifiedUserContext)
65
- })
66
- _sym_db.RegisterMessage(AuthenticatedUnifiedUserContext)
67
-
68
- UserContextAccountDetails = _reflection.GeneratedProtocolMessageType('UserContextAccountDetails', (_message.Message,), {
69
-
70
- 'EnvironmentByIdEntry' : _reflection.GeneratedProtocolMessageType('EnvironmentByIdEntry', (_message.Message,), {
71
- 'DESCRIPTOR' : _USERCONTEXTACCOUNTDETAILS_ENVIRONMENTBYIDENTRY,
72
- '__module__' : 'qwak.ecosystem.v0.ecosystem_pb2'
73
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.UserContextAccountDetails.EnvironmentByIdEntry)
74
- })
75
- ,
76
-
77
- 'UserContextEnvironmentByIdEntry' : _reflection.GeneratedProtocolMessageType('UserContextEnvironmentByIdEntry', (_message.Message,), {
78
- 'DESCRIPTOR' : _USERCONTEXTACCOUNTDETAILS_USERCONTEXTENVIRONMENTBYIDENTRY,
79
- '__module__' : 'qwak.ecosystem.v0.ecosystem_pb2'
80
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.UserContextAccountDetails.UserContextEnvironmentByIdEntry)
81
- })
82
- ,
83
- 'DESCRIPTOR' : _USERCONTEXTACCOUNTDETAILS,
84
- '__module__' : 'qwak.ecosystem.v0.ecosystem_pb2'
85
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.UserContextAccountDetails)
86
- })
87
- _sym_db.RegisterMessage(UserContextAccountDetails)
88
- _sym_db.RegisterMessage(UserContextAccountDetails.EnvironmentByIdEntry)
89
- _sym_db.RegisterMessage(UserContextAccountDetails.UserContextEnvironmentByIdEntry)
90
-
91
- UserContextEnvironmentDetails = _reflection.GeneratedProtocolMessageType('UserContextEnvironmentDetails', (_message.Message,), {
92
- 'DESCRIPTOR' : _USERCONTEXTENVIRONMENTDETAILS,
93
- '__module__' : 'qwak.ecosystem.v0.ecosystem_pb2'
94
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.UserContextEnvironmentDetails)
95
- })
96
- _sym_db.RegisterMessage(UserContextEnvironmentDetails)
97
-
98
- AccountDetails = _reflection.GeneratedProtocolMessageType('AccountDetails', (_message.Message,), {
99
-
100
- 'EnvironmentsByIdEntry' : _reflection.GeneratedProtocolMessageType('EnvironmentsByIdEntry', (_message.Message,), {
101
- 'DESCRIPTOR' : _ACCOUNTDETAILS_ENVIRONMENTSBYIDENTRY,
102
- '__module__' : 'qwak.ecosystem.v0.ecosystem_pb2'
103
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.AccountDetails.EnvironmentsByIdEntry)
104
- })
105
- ,
106
- 'DESCRIPTOR' : _ACCOUNTDETAILS,
107
- '__module__' : 'qwak.ecosystem.v0.ecosystem_pb2'
108
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.AccountDetails)
109
- })
110
- _sym_db.RegisterMessage(AccountDetails)
111
- _sym_db.RegisterMessage(AccountDetails.EnvironmentsByIdEntry)
112
-
113
- EnvironmentDetails = _reflection.GeneratedProtocolMessageType('EnvironmentDetails', (_message.Message,), {
114
- 'DESCRIPTOR' : _ENVIRONMENTDETAILS,
115
- '__module__' : 'qwak.ecosystem.v0.ecosystem_pb2'
116
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.EnvironmentDetails)
117
- })
118
- _sym_db.RegisterMessage(EnvironmentDetails)
119
-
120
- UserAccountList = _reflection.GeneratedProtocolMessageType('UserAccountList', (_message.Message,), {
121
-
122
- 'AccountsByIdEntry' : _reflection.GeneratedProtocolMessageType('AccountsByIdEntry', (_message.Message,), {
123
- 'DESCRIPTOR' : _USERACCOUNTLIST_ACCOUNTSBYIDENTRY,
124
- '__module__' : 'qwak.ecosystem.v0.ecosystem_pb2'
125
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.UserAccountList.AccountsByIdEntry)
126
- })
127
- ,
128
- 'DESCRIPTOR' : _USERACCOUNTLIST,
129
- '__module__' : 'qwak.ecosystem.v0.ecosystem_pb2'
130
- # @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.UserAccountList)
131
- })
132
- _sym_db.RegisterMessage(UserAccountList)
133
- _sym_db.RegisterMessage(UserAccountList.AccountsByIdEntry)
134
-
24
+ _globals = globals()
25
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
26
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.ecosystem.v0.ecosystem_pb2', _globals)
135
27
  if _descriptor._USE_C_DESCRIPTORS == False:
136
28
 
137
29
  DESCRIPTOR._options = None
@@ -144,30 +36,30 @@ if _descriptor._USE_C_DESCRIPTORS == False:
144
36
  _ACCOUNTDETAILS_ENVIRONMENTSBYIDENTRY._serialized_options = b'8\001'
145
37
  _USERACCOUNTLIST_ACCOUNTSBYIDENTRY._options = None
146
38
  _USERACCOUNTLIST_ACCOUNTSBYIDENTRY._serialized_options = b'8\001'
147
- _USERNAMEPASSWORDMETHOD._serialized_start=353
148
- _USERNAMEPASSWORDMETHOD._serialized_end=413
149
- _QWAKAPIKEYMETHOD._serialized_start=415
150
- _QWAKAPIKEYMETHOD._serialized_end=455
151
- _AUTHENTICATEDUSERCONTEXT._serialized_start=457
152
- _AUTHENTICATEDUSERCONTEXT._serialized_end=549
153
- _AUTHENTICATEDUNIFIEDUSERCONTEXT._serialized_start=552
154
- _AUTHENTICATEDUNIFIEDUSERCONTEXT._serialized_end=806
155
- _USERCONTEXTACCOUNTDETAILS._serialized_start=809
156
- _USERCONTEXTACCOUNTDETAILS._serialized_end=1663
157
- _USERCONTEXTACCOUNTDETAILS_ENVIRONMENTBYIDENTRY._serialized_start=1453
158
- _USERCONTEXTACCOUNTDETAILS_ENVIRONMENTBYIDENTRY._serialized_end=1546
159
- _USERCONTEXTACCOUNTDETAILS_USERCONTEXTENVIRONMENTBYIDENTRY._serialized_start=1548
160
- _USERCONTEXTACCOUNTDETAILS_USERCONTEXTENVIRONMENTBYIDENTRY._serialized_end=1663
161
- _USERCONTEXTENVIRONMENTDETAILS._serialized_start=1665
162
- _USERCONTEXTENVIRONMENTDETAILS._serialized_end=1696
163
- _ACCOUNTDETAILS._serialized_start=1699
164
- _ACCOUNTDETAILS._serialized_end=2299
165
- _ACCOUNTDETAILS_ENVIRONMENTSBYIDENTRY._serialized_start=2205
166
- _ACCOUNTDETAILS_ENVIRONMENTSBYIDENTRY._serialized_end=2299
167
- _ENVIRONMENTDETAILS._serialized_start=2302
168
- _ENVIRONMENTDETAILS._serialized_end=2454
169
- _USERACCOUNTLIST._serialized_start=2457
170
- _USERACCOUNTLIST._serialized_end=2679
171
- _USERACCOUNTLIST_ACCOUNTSBYIDENTRY._serialized_start=2582
172
- _USERACCOUNTLIST_ACCOUNTSBYIDENTRY._serialized_end=2679
39
+ _globals['_USERNAMEPASSWORDMETHOD']._serialized_start=353
40
+ _globals['_USERNAMEPASSWORDMETHOD']._serialized_end=413
41
+ _globals['_QWAKAPIKEYMETHOD']._serialized_start=415
42
+ _globals['_QWAKAPIKEYMETHOD']._serialized_end=455
43
+ _globals['_AUTHENTICATEDUSERCONTEXT']._serialized_start=457
44
+ _globals['_AUTHENTICATEDUSERCONTEXT']._serialized_end=549
45
+ _globals['_AUTHENTICATEDUNIFIEDUSERCONTEXT']._serialized_start=552
46
+ _globals['_AUTHENTICATEDUNIFIEDUSERCONTEXT']._serialized_end=806
47
+ _globals['_USERCONTEXTACCOUNTDETAILS']._serialized_start=809
48
+ _globals['_USERCONTEXTACCOUNTDETAILS']._serialized_end=1663
49
+ _globals['_USERCONTEXTACCOUNTDETAILS_ENVIRONMENTBYIDENTRY']._serialized_start=1453
50
+ _globals['_USERCONTEXTACCOUNTDETAILS_ENVIRONMENTBYIDENTRY']._serialized_end=1546
51
+ _globals['_USERCONTEXTACCOUNTDETAILS_USERCONTEXTENVIRONMENTBYIDENTRY']._serialized_start=1548
52
+ _globals['_USERCONTEXTACCOUNTDETAILS_USERCONTEXTENVIRONMENTBYIDENTRY']._serialized_end=1663
53
+ _globals['_USERCONTEXTENVIRONMENTDETAILS']._serialized_start=1665
54
+ _globals['_USERCONTEXTENVIRONMENTDETAILS']._serialized_end=1696
55
+ _globals['_ACCOUNTDETAILS']._serialized_start=1699
56
+ _globals['_ACCOUNTDETAILS']._serialized_end=2299
57
+ _globals['_ACCOUNTDETAILS_ENVIRONMENTSBYIDENTRY']._serialized_start=2205
58
+ _globals['_ACCOUNTDETAILS_ENVIRONMENTSBYIDENTRY']._serialized_end=2299
59
+ _globals['_ENVIRONMENTDETAILS']._serialized_start=2302
60
+ _globals['_ENVIRONMENTDETAILS']._serialized_end=2454
61
+ _globals['_USERACCOUNTLIST']._serialized_start=2457
62
+ _globals['_USERACCOUNTLIST']._serialized_end=2679
63
+ _globals['_USERACCOUNTLIST_ACCOUNTSBYIDENTRY']._serialized_start=2582
64
+ _globals['_USERACCOUNTLIST_ACCOUNTSBYIDENTRY']._serialized_end=2679
173
65
  # @@protoc_insertion_point(module_scope)