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,93 +16,29 @@ from _qwak_proto.qwak.admiral.user_application_instance.v0 import user_applicati
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nQqwak/admiral/user_application_instance/v0/user_application_instance_service.proto\x12!qwak.admiral.user_app_instance.v0\x1aIqwak/admiral/user_application_instance/v0/user_application_instance.proto\"p\n$CreateUserApplicationInstanceRequest\x12H\n\x0e\x63reate_options\x18\x01 \x01(\x0b\x32\x30.qwak.admiral.user_app_instance.v0.CreateOptions\"\'\n%CreateUserApplicationInstanceResponse\"x\n(UpdateUserApplicationInstanceSpecRequest\x12L\n\x0eupdate_options\x18\x01 \x01(\x0b\x32\x34.qwak.admiral.user_app_instance.v0.UpdateSpecOptions\"+\n)UpdateUserApplicationInstanceSpecResponse\"f\n!GetUserApplicationInstanceRequest\x12\x41\n\nidentifier\x18\x01 \x01(\x0b\x32-.qwak.admiral.user_app_instance.v0.Identifier\"i\n\"GetUserApplicationInstanceResponse\x12\x43\n\x0b\x64\x65scription\x18\x01 \x01(\x0b\x32..qwak.admiral.user_app_instance.v0.Description\"i\n$DeleteUserApplicationInstanceRequest\x12\x41\n\nidentifier\x18\x01 \x01(\x0b\x32-.qwak.admiral.user_app_instance.v0.Identifier\"\'\n%DeleteUserApplicationInstanceResponse2\xf7\x05\n\x1eUserApplicationInstanceService\x12\xb2\x01\n\x1d\x43reateUserApplicationInstance\x12G.qwak.admiral.user_app_instance.v0.CreateUserApplicationInstanceRequest\x1aH.qwak.admiral.user_app_instance.v0.CreateUserApplicationInstanceResponse\x12\xbe\x01\n!UpdateUserApplicationInstanceSpec\x12K.qwak.admiral.user_app_instance.v0.UpdateUserApplicationInstanceSpecRequest\x1aL.qwak.admiral.user_app_instance.v0.UpdateUserApplicationInstanceSpecResponse\x12\xa9\x01\n\x1aGetUserApplicationInstance\x12\x44.qwak.admiral.user_app_instance.v0.GetUserApplicationInstanceRequest\x1a\x45.qwak.admiral.user_app_instance.v0.GetUserApplicationInstanceResponse\x12\xb2\x01\n\x1d\x44\x65leteUserApplicationInstance\x12G.qwak.admiral.user_app_instance.v0.DeleteUserApplicationInstanceRequest\x1aH.qwak.admiral.user_app_instance.v0.DeleteUserApplicationInstanceResponseB\xbe\x01\n(com.qwak.ai.admiral.user_app_instance.v0P\x01Z\x8f\x01github.com/qwak-ai/qwak-platform/services/core/go/admiral/admiral-api/pb/qwak/admiral/user_application_instance/v0;user_application_instance_v0b\x06proto3')
19
18
 
20
-
21
-
22
- _CREATEUSERAPPLICATIONINSTANCEREQUEST = DESCRIPTOR.message_types_by_name['CreateUserApplicationInstanceRequest']
23
- _CREATEUSERAPPLICATIONINSTANCERESPONSE = DESCRIPTOR.message_types_by_name['CreateUserApplicationInstanceResponse']
24
- _UPDATEUSERAPPLICATIONINSTANCESPECREQUEST = DESCRIPTOR.message_types_by_name['UpdateUserApplicationInstanceSpecRequest']
25
- _UPDATEUSERAPPLICATIONINSTANCESPECRESPONSE = DESCRIPTOR.message_types_by_name['UpdateUserApplicationInstanceSpecResponse']
26
- _GETUSERAPPLICATIONINSTANCEREQUEST = DESCRIPTOR.message_types_by_name['GetUserApplicationInstanceRequest']
27
- _GETUSERAPPLICATIONINSTANCERESPONSE = DESCRIPTOR.message_types_by_name['GetUserApplicationInstanceResponse']
28
- _DELETEUSERAPPLICATIONINSTANCEREQUEST = DESCRIPTOR.message_types_by_name['DeleteUserApplicationInstanceRequest']
29
- _DELETEUSERAPPLICATIONINSTANCERESPONSE = DESCRIPTOR.message_types_by_name['DeleteUserApplicationInstanceResponse']
30
- CreateUserApplicationInstanceRequest = _reflection.GeneratedProtocolMessageType('CreateUserApplicationInstanceRequest', (_message.Message,), {
31
- 'DESCRIPTOR' : _CREATEUSERAPPLICATIONINSTANCEREQUEST,
32
- '__module__' : 'qwak.admiral.user_application_instance.v0.user_application_instance_service_pb2'
33
- # @@protoc_insertion_point(class_scope:qwak.admiral.user_app_instance.v0.CreateUserApplicationInstanceRequest)
34
- })
35
- _sym_db.RegisterMessage(CreateUserApplicationInstanceRequest)
36
-
37
- CreateUserApplicationInstanceResponse = _reflection.GeneratedProtocolMessageType('CreateUserApplicationInstanceResponse', (_message.Message,), {
38
- 'DESCRIPTOR' : _CREATEUSERAPPLICATIONINSTANCERESPONSE,
39
- '__module__' : 'qwak.admiral.user_application_instance.v0.user_application_instance_service_pb2'
40
- # @@protoc_insertion_point(class_scope:qwak.admiral.user_app_instance.v0.CreateUserApplicationInstanceResponse)
41
- })
42
- _sym_db.RegisterMessage(CreateUserApplicationInstanceResponse)
43
-
44
- UpdateUserApplicationInstanceSpecRequest = _reflection.GeneratedProtocolMessageType('UpdateUserApplicationInstanceSpecRequest', (_message.Message,), {
45
- 'DESCRIPTOR' : _UPDATEUSERAPPLICATIONINSTANCESPECREQUEST,
46
- '__module__' : 'qwak.admiral.user_application_instance.v0.user_application_instance_service_pb2'
47
- # @@protoc_insertion_point(class_scope:qwak.admiral.user_app_instance.v0.UpdateUserApplicationInstanceSpecRequest)
48
- })
49
- _sym_db.RegisterMessage(UpdateUserApplicationInstanceSpecRequest)
50
-
51
- UpdateUserApplicationInstanceSpecResponse = _reflection.GeneratedProtocolMessageType('UpdateUserApplicationInstanceSpecResponse', (_message.Message,), {
52
- 'DESCRIPTOR' : _UPDATEUSERAPPLICATIONINSTANCESPECRESPONSE,
53
- '__module__' : 'qwak.admiral.user_application_instance.v0.user_application_instance_service_pb2'
54
- # @@protoc_insertion_point(class_scope:qwak.admiral.user_app_instance.v0.UpdateUserApplicationInstanceSpecResponse)
55
- })
56
- _sym_db.RegisterMessage(UpdateUserApplicationInstanceSpecResponse)
57
-
58
- GetUserApplicationInstanceRequest = _reflection.GeneratedProtocolMessageType('GetUserApplicationInstanceRequest', (_message.Message,), {
59
- 'DESCRIPTOR' : _GETUSERAPPLICATIONINSTANCEREQUEST,
60
- '__module__' : 'qwak.admiral.user_application_instance.v0.user_application_instance_service_pb2'
61
- # @@protoc_insertion_point(class_scope:qwak.admiral.user_app_instance.v0.GetUserApplicationInstanceRequest)
62
- })
63
- _sym_db.RegisterMessage(GetUserApplicationInstanceRequest)
64
-
65
- GetUserApplicationInstanceResponse = _reflection.GeneratedProtocolMessageType('GetUserApplicationInstanceResponse', (_message.Message,), {
66
- 'DESCRIPTOR' : _GETUSERAPPLICATIONINSTANCERESPONSE,
67
- '__module__' : 'qwak.admiral.user_application_instance.v0.user_application_instance_service_pb2'
68
- # @@protoc_insertion_point(class_scope:qwak.admiral.user_app_instance.v0.GetUserApplicationInstanceResponse)
69
- })
70
- _sym_db.RegisterMessage(GetUserApplicationInstanceResponse)
71
-
72
- DeleteUserApplicationInstanceRequest = _reflection.GeneratedProtocolMessageType('DeleteUserApplicationInstanceRequest', (_message.Message,), {
73
- 'DESCRIPTOR' : _DELETEUSERAPPLICATIONINSTANCEREQUEST,
74
- '__module__' : 'qwak.admiral.user_application_instance.v0.user_application_instance_service_pb2'
75
- # @@protoc_insertion_point(class_scope:qwak.admiral.user_app_instance.v0.DeleteUserApplicationInstanceRequest)
76
- })
77
- _sym_db.RegisterMessage(DeleteUserApplicationInstanceRequest)
78
-
79
- DeleteUserApplicationInstanceResponse = _reflection.GeneratedProtocolMessageType('DeleteUserApplicationInstanceResponse', (_message.Message,), {
80
- 'DESCRIPTOR' : _DELETEUSERAPPLICATIONINSTANCERESPONSE,
81
- '__module__' : 'qwak.admiral.user_application_instance.v0.user_application_instance_service_pb2'
82
- # @@protoc_insertion_point(class_scope:qwak.admiral.user_app_instance.v0.DeleteUserApplicationInstanceResponse)
83
- })
84
- _sym_db.RegisterMessage(DeleteUserApplicationInstanceResponse)
85
-
86
- _USERAPPLICATIONINSTANCESERVICE = DESCRIPTOR.services_by_name['UserApplicationInstanceService']
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.admiral.user_application_instance.v0.user_application_instance_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(com.qwak.ai.admiral.user_app_instance.v0P\001Z\217\001github.com/qwak-ai/qwak-platform/services/core/go/admiral/admiral-api/pb/qwak/admiral/user_application_instance/v0;user_application_instance_v0'
91
- _CREATEUSERAPPLICATIONINSTANCEREQUEST._serialized_start=195
92
- _CREATEUSERAPPLICATIONINSTANCEREQUEST._serialized_end=307
93
- _CREATEUSERAPPLICATIONINSTANCERESPONSE._serialized_start=309
94
- _CREATEUSERAPPLICATIONINSTANCERESPONSE._serialized_end=348
95
- _UPDATEUSERAPPLICATIONINSTANCESPECREQUEST._serialized_start=350
96
- _UPDATEUSERAPPLICATIONINSTANCESPECREQUEST._serialized_end=470
97
- _UPDATEUSERAPPLICATIONINSTANCESPECRESPONSE._serialized_start=472
98
- _UPDATEUSERAPPLICATIONINSTANCESPECRESPONSE._serialized_end=515
99
- _GETUSERAPPLICATIONINSTANCEREQUEST._serialized_start=517
100
- _GETUSERAPPLICATIONINSTANCEREQUEST._serialized_end=619
101
- _GETUSERAPPLICATIONINSTANCERESPONSE._serialized_start=621
102
- _GETUSERAPPLICATIONINSTANCERESPONSE._serialized_end=726
103
- _DELETEUSERAPPLICATIONINSTANCEREQUEST._serialized_start=728
104
- _DELETEUSERAPPLICATIONINSTANCEREQUEST._serialized_end=833
105
- _DELETEUSERAPPLICATIONINSTANCERESPONSE._serialized_start=835
106
- _DELETEUSERAPPLICATIONINSTANCERESPONSE._serialized_end=874
107
- _USERAPPLICATIONINSTANCESERVICE._serialized_start=877
108
- _USERAPPLICATIONINSTANCESERVICE._serialized_end=1636
26
+ _globals['_CREATEUSERAPPLICATIONINSTANCEREQUEST']._serialized_start=195
27
+ _globals['_CREATEUSERAPPLICATIONINSTANCEREQUEST']._serialized_end=307
28
+ _globals['_CREATEUSERAPPLICATIONINSTANCERESPONSE']._serialized_start=309
29
+ _globals['_CREATEUSERAPPLICATIONINSTANCERESPONSE']._serialized_end=348
30
+ _globals['_UPDATEUSERAPPLICATIONINSTANCESPECREQUEST']._serialized_start=350
31
+ _globals['_UPDATEUSERAPPLICATIONINSTANCESPECREQUEST']._serialized_end=470
32
+ _globals['_UPDATEUSERAPPLICATIONINSTANCESPECRESPONSE']._serialized_start=472
33
+ _globals['_UPDATEUSERAPPLICATIONINSTANCESPECRESPONSE']._serialized_end=515
34
+ _globals['_GETUSERAPPLICATIONINSTANCEREQUEST']._serialized_start=517
35
+ _globals['_GETUSERAPPLICATIONINSTANCEREQUEST']._serialized_end=619
36
+ _globals['_GETUSERAPPLICATIONINSTANCERESPONSE']._serialized_start=621
37
+ _globals['_GETUSERAPPLICATIONINSTANCERESPONSE']._serialized_end=726
38
+ _globals['_DELETEUSERAPPLICATIONINSTANCEREQUEST']._serialized_start=728
39
+ _globals['_DELETEUSERAPPLICATIONINSTANCEREQUEST']._serialized_end=833
40
+ _globals['_DELETEUSERAPPLICATIONINSTANCERESPONSE']._serialized_start=835
41
+ _globals['_DELETEUSERAPPLICATIONINSTANCERESPONSE']._serialized_end=874
42
+ _globals['_USERAPPLICATIONINSTANCESERVICE']._serialized_start=877
43
+ _globals['_USERAPPLICATIONINSTANCESERVICE']._serialized_end=1636
109
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/analytics/analytics.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()
@@ -17,126 +15,33 @@ _sym_db = _symbol_database.Default()
17
15
 
18
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1eqwak/analytics/analytics.proto\x12\x0eqwak.analytics\"w\n\nResultData\x12\x0f\n\x07headers\x18\x01 \x03(\t\x12/\n\x0bheadersDesc\x18\x03 \x03(\x0b\x32\x1a.qwak.analytics.HeaderDesc\x12\'\n\x04rows\x18\x02 \x03(\x0b\x32\x19.qwak.analytics.ResultRow\"(\n\nHeaderDesc\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04type\x18\x02 \x01(\t\"\x1b\n\tResultRow\x12\x0e\n\x06values\x18\x01 \x03(\t\":\n\x0bTableColumn\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04type\x18\x02 \x01(\t\x12\x0f\n\x07\x63omment\x18\x03 \x01(\t\"O\n\x15TableColumnDefinition\x12\x0c\n\x04name\x18\x01 \x01(\t\x12(\n\x04type\x18\x02 \x01(\x0e\x32\x1a.qwak.analytics.ColumnType\"\xe8\x01\n\x0fTableDefinition\x12\x0f\n\x07\x64\x62_name\x18\x01 \x01(\t\x12\x12\n\ntable_name\x18\x02 \x01(\t\x12\x36\n\x07\x63olumns\x18\x03 \x03(\x0b\x32%.qwak.analytics.TableColumnDefinition\x12\x11\n\tdata_path\x18\x04 \x01(\t\x12*\n\x06\x66ormat\x18\x05 \x01(\x0b\x32\x1a.qwak.analytics.DataFormat\x12\x39\n\npartitions\x18\x06 \x03(\x0b\x32%.qwak.analytics.TableColumnDefinition\"?\n\nDataFormat\x12\'\n\x03\x63sv\x18\x01 \x01(\x0b\x32\x18.qwak.analytics.CsvInputH\x00\x42\x08\n\x06\x66ormat\"F\n\x08\x43svInput\x12\x11\n\tdelimiter\x18\x01 \x01(\t\x12\x12\n\nquote_char\x18\x02 \x01(\t\x12\x13\n\x0b\x65scape_char\x18\x03 \x01(\t\"0\n\x1cQueryResultDownloadURLParams\x12\x10\n\x08query_id\x18\x01 \x01(\t*N\n\x0bQueryStatus\x12\x0b\n\x07INVALID\x10\x00\x12\x0b\n\x07SUCCESS\x10\x01\x12\x0b\n\x07PENDING\x10\x02\x12\x0c\n\x08\x43\x41NCELED\x10\x03\x12\n\n\x06\x46\x41ILED\x10\x04*\xad\x01\n\nColumnType\x12\x10\n\x0cINVALID_TYPE\x10\x00\x12\x0b\n\x07\x42OOLEAN\x10\x01\x12\x0b\n\x07TINYINT\x10\x02\x12\x0c\n\x08SMALLINT\x10\x03\x12\x07\n\x03INT\x10\x04\x12\n\n\x06\x42IGINT\x10\x05\x12\n\n\x06\x44OUBLE\x10\x06\x12\t\n\x05\x46LOAT\x10\x07\x12\x08\n\x04\x43HAR\x10\x08\x12\n\n\x06STRING\x10\t\x12\n\n\x06\x42INARY\x10\n\x12\x08\n\x04\x44\x41TE\x10\x0b\x12\r\n\tTIMESTAMP\x10\x0c\x42\x86\x01\n\x19\x63om.qwak.ai.analytics.apiP\x01Zggithub.com/qwak-ai/qwak-platform/services/core/java/analytics/analytics-api/pb/qwak/analytics;analyticsb\x06proto3')
19
17
 
20
- _QUERYSTATUS = DESCRIPTOR.enum_types_by_name['QueryStatus']
21
- QueryStatus = enum_type_wrapper.EnumTypeWrapper(_QUERYSTATUS)
22
- _COLUMNTYPE = DESCRIPTOR.enum_types_by_name['ColumnType']
23
- ColumnType = enum_type_wrapper.EnumTypeWrapper(_COLUMNTYPE)
24
- INVALID = 0
25
- SUCCESS = 1
26
- PENDING = 2
27
- CANCELED = 3
28
- FAILED = 4
29
- INVALID_TYPE = 0
30
- BOOLEAN = 1
31
- TINYINT = 2
32
- SMALLINT = 3
33
- INT = 4
34
- BIGINT = 5
35
- DOUBLE = 6
36
- FLOAT = 7
37
- CHAR = 8
38
- STRING = 9
39
- BINARY = 10
40
- DATE = 11
41
- TIMESTAMP = 12
42
-
43
-
44
- _RESULTDATA = DESCRIPTOR.message_types_by_name['ResultData']
45
- _HEADERDESC = DESCRIPTOR.message_types_by_name['HeaderDesc']
46
- _RESULTROW = DESCRIPTOR.message_types_by_name['ResultRow']
47
- _TABLECOLUMN = DESCRIPTOR.message_types_by_name['TableColumn']
48
- _TABLECOLUMNDEFINITION = DESCRIPTOR.message_types_by_name['TableColumnDefinition']
49
- _TABLEDEFINITION = DESCRIPTOR.message_types_by_name['TableDefinition']
50
- _DATAFORMAT = DESCRIPTOR.message_types_by_name['DataFormat']
51
- _CSVINPUT = DESCRIPTOR.message_types_by_name['CsvInput']
52
- _QUERYRESULTDOWNLOADURLPARAMS = DESCRIPTOR.message_types_by_name['QueryResultDownloadURLParams']
53
- ResultData = _reflection.GeneratedProtocolMessageType('ResultData', (_message.Message,), {
54
- 'DESCRIPTOR' : _RESULTDATA,
55
- '__module__' : 'qwak.analytics.analytics_pb2'
56
- # @@protoc_insertion_point(class_scope:qwak.analytics.ResultData)
57
- })
58
- _sym_db.RegisterMessage(ResultData)
59
-
60
- HeaderDesc = _reflection.GeneratedProtocolMessageType('HeaderDesc', (_message.Message,), {
61
- 'DESCRIPTOR' : _HEADERDESC,
62
- '__module__' : 'qwak.analytics.analytics_pb2'
63
- # @@protoc_insertion_point(class_scope:qwak.analytics.HeaderDesc)
64
- })
65
- _sym_db.RegisterMessage(HeaderDesc)
66
-
67
- ResultRow = _reflection.GeneratedProtocolMessageType('ResultRow', (_message.Message,), {
68
- 'DESCRIPTOR' : _RESULTROW,
69
- '__module__' : 'qwak.analytics.analytics_pb2'
70
- # @@protoc_insertion_point(class_scope:qwak.analytics.ResultRow)
71
- })
72
- _sym_db.RegisterMessage(ResultRow)
73
-
74
- TableColumn = _reflection.GeneratedProtocolMessageType('TableColumn', (_message.Message,), {
75
- 'DESCRIPTOR' : _TABLECOLUMN,
76
- '__module__' : 'qwak.analytics.analytics_pb2'
77
- # @@protoc_insertion_point(class_scope:qwak.analytics.TableColumn)
78
- })
79
- _sym_db.RegisterMessage(TableColumn)
80
-
81
- TableColumnDefinition = _reflection.GeneratedProtocolMessageType('TableColumnDefinition', (_message.Message,), {
82
- 'DESCRIPTOR' : _TABLECOLUMNDEFINITION,
83
- '__module__' : 'qwak.analytics.analytics_pb2'
84
- # @@protoc_insertion_point(class_scope:qwak.analytics.TableColumnDefinition)
85
- })
86
- _sym_db.RegisterMessage(TableColumnDefinition)
87
-
88
- TableDefinition = _reflection.GeneratedProtocolMessageType('TableDefinition', (_message.Message,), {
89
- 'DESCRIPTOR' : _TABLEDEFINITION,
90
- '__module__' : 'qwak.analytics.analytics_pb2'
91
- # @@protoc_insertion_point(class_scope:qwak.analytics.TableDefinition)
92
- })
93
- _sym_db.RegisterMessage(TableDefinition)
94
-
95
- DataFormat = _reflection.GeneratedProtocolMessageType('DataFormat', (_message.Message,), {
96
- 'DESCRIPTOR' : _DATAFORMAT,
97
- '__module__' : 'qwak.analytics.analytics_pb2'
98
- # @@protoc_insertion_point(class_scope:qwak.analytics.DataFormat)
99
- })
100
- _sym_db.RegisterMessage(DataFormat)
101
-
102
- CsvInput = _reflection.GeneratedProtocolMessageType('CsvInput', (_message.Message,), {
103
- 'DESCRIPTOR' : _CSVINPUT,
104
- '__module__' : 'qwak.analytics.analytics_pb2'
105
- # @@protoc_insertion_point(class_scope:qwak.analytics.CsvInput)
106
- })
107
- _sym_db.RegisterMessage(CsvInput)
108
-
109
- QueryResultDownloadURLParams = _reflection.GeneratedProtocolMessageType('QueryResultDownloadURLParams', (_message.Message,), {
110
- 'DESCRIPTOR' : _QUERYRESULTDOWNLOADURLPARAMS,
111
- '__module__' : 'qwak.analytics.analytics_pb2'
112
- # @@protoc_insertion_point(class_scope:qwak.analytics.QueryResultDownloadURLParams)
113
- })
114
- _sym_db.RegisterMessage(QueryResultDownloadURLParams)
115
-
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.analytics.analytics_pb2', _globals)
116
21
  if _descriptor._USE_C_DESCRIPTORS == False:
117
22
 
118
23
  DESCRIPTOR._options = None
119
24
  DESCRIPTOR._serialized_options = b'\n\031com.qwak.ai.analytics.apiP\001Zggithub.com/qwak-ai/qwak-platform/services/core/java/analytics/analytics-api/pb/qwak/analytics;analytics'
120
- _QUERYSTATUS._serialized_start=805
121
- _QUERYSTATUS._serialized_end=883
122
- _COLUMNTYPE._serialized_start=886
123
- _COLUMNTYPE._serialized_end=1059
124
- _RESULTDATA._serialized_start=50
125
- _RESULTDATA._serialized_end=169
126
- _HEADERDESC._serialized_start=171
127
- _HEADERDESC._serialized_end=211
128
- _RESULTROW._serialized_start=213
129
- _RESULTROW._serialized_end=240
130
- _TABLECOLUMN._serialized_start=242
131
- _TABLECOLUMN._serialized_end=300
132
- _TABLECOLUMNDEFINITION._serialized_start=302
133
- _TABLECOLUMNDEFINITION._serialized_end=381
134
- _TABLEDEFINITION._serialized_start=384
135
- _TABLEDEFINITION._serialized_end=616
136
- _DATAFORMAT._serialized_start=618
137
- _DATAFORMAT._serialized_end=681
138
- _CSVINPUT._serialized_start=683
139
- _CSVINPUT._serialized_end=753
140
- _QUERYRESULTDOWNLOADURLPARAMS._serialized_start=755
141
- _QUERYRESULTDOWNLOADURLPARAMS._serialized_end=803
25
+ _globals['_QUERYSTATUS']._serialized_start=805
26
+ _globals['_QUERYSTATUS']._serialized_end=883
27
+ _globals['_COLUMNTYPE']._serialized_start=886
28
+ _globals['_COLUMNTYPE']._serialized_end=1059
29
+ _globals['_RESULTDATA']._serialized_start=50
30
+ _globals['_RESULTDATA']._serialized_end=169
31
+ _globals['_HEADERDESC']._serialized_start=171
32
+ _globals['_HEADERDESC']._serialized_end=211
33
+ _globals['_RESULTROW']._serialized_start=213
34
+ _globals['_RESULTROW']._serialized_end=240
35
+ _globals['_TABLECOLUMN']._serialized_start=242
36
+ _globals['_TABLECOLUMN']._serialized_end=300
37
+ _globals['_TABLECOLUMNDEFINITION']._serialized_start=302
38
+ _globals['_TABLECOLUMNDEFINITION']._serialized_end=381
39
+ _globals['_TABLEDEFINITION']._serialized_start=384
40
+ _globals['_TABLEDEFINITION']._serialized_end=616
41
+ _globals['_DATAFORMAT']._serialized_start=618
42
+ _globals['_DATAFORMAT']._serialized_end=681
43
+ _globals['_CSVINPUT']._serialized_start=683
44
+ _globals['_CSVINPUT']._serialized_end=753
45
+ _globals['_QUERYRESULTDOWNLOADURLPARAMS']._serialized_start=755
46
+ _globals['_QUERYRESULTDOWNLOADURLPARAMS']._serialized_end=803
142
47
  # @@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,213 +16,53 @@ from _qwak_proto.qwak.analytics import analytics_pb2 as qwak_dot_analytics_dot_a
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n&qwak/analytics/analytics_service.proto\x12\x0eqwak.analytics\x1a\x1eqwak/analytics/analytics.proto\"\x1d\n\x0cQueryRequest\x12\r\n\x05query\x18\x01 \x01(\t\"!\n\rQueryResponse\x12\x10\n\x08query_id\x18\x01 \x01(\t\"\'\n\x16\x45xecuteDdlQueryRequest\x12\r\n\x05query\x18\x01 \x01(\t\"+\n\x17\x45xecuteDdlQueryResponse\x12\x10\n\x08query_id\x18\x01 \x01(\t\"T\n\x1aGetQueryResultsPageRequest\x12\x10\n\x08query_id\x18\x01 \x01(\t\x12\x0f\n\x07page_id\x18\x02 \x01(\t\x12\x13\n\x0bmax_results\x18\x03 \x01(\x05\"\xa2\x01\n\x1bGetQueryResultsPageResponse\x12+\n\x06status\x18\x01 \x01(\x0e\x32\x1b.qwak.analytics.QueryStatus\x12\x16\n\x0e\x66\x61ilure_reason\x18\x04 \x01(\t\x12\x14\n\x0cnext_page_id\x18\x02 \x01(\t\x12(\n\x04\x64\x61ta\x18\x03 \x01(\x0b\x32\x1a.qwak.analytics.ResultData\")\n\x15GetQueryStatusRequest\x12\x10\n\x08query_id\x18\x01 \x01(\t\"]\n\x16GetQueryStatusResponse\x12+\n\x06status\x18\x01 \x01(\x0e\x32\x1b.qwak.analytics.QueryStatus\x12\x16\n\x0e\x66\x61ilure_reason\x18\x02 \x01(\t\"A\n\x14\x44\x65scribeTableRequest\x12\x12\n\ntable_name\x18\x01 \x01(\t\x12\x15\n\rdatabase_name\x18\x02 \x01(\t\"Y\n\x15\x44\x65scribeTableResponse\x12\x12\n\ntable_name\x18\x01 \x01(\t\x12,\n\x07\x63olumns\x18\x02 \x03(\x0b\x32\x1b.qwak.analytics.TableColumn\"\x12\n\x10ListTableRequest\"(\n\x11ListTableResponse\x12\x13\n\x0btable_names\x18\x01 \x03(\t\"D\n\x12\x43reateTableRequest\x12.\n\x05table\x18\x01 \x01(\x0b\x32\x1f.qwak.analytics.TableDefinition\"\x15\n\x13\x43reateTableResponse\"`\n GetQueryResultDownloadURLRequest\x12<\n\x06params\x18\x01 \x01(\x0b\x32,.qwak.analytics.QueryResultDownloadURLParams\"9\n!GetQueryResultDownloadURLResponse\x12\x14\n\x0c\x64ownload_url\x18\x01 \x01(\t\"B\n\x14OptimizeTableRequest\x12\x16\n\x0e\x65nvironment_id\x18\x01 \x01(\t\x12\x12\n\ntable_name\x18\x02 \x01(\t\")\n\x15OptimizeTableResponse\x12\x10\n\x08query_id\x18\x01 \x01(\t\".\n\x15\x43reateDatabaseRequest\x12\x15\n\rdatabase_name\x18\x01 \x01(\t\"\x18\n\x16\x43reateDatabaseResponse2\xdd\x07\n\x15\x41nalyticsQueryService\x12\x44\n\x05Query\x12\x1c.qwak.analytics.QueryRequest\x1a\x1d.qwak.analytics.QueryResponse\x12\x62\n\x0f\x45xecuteDdlQuery\x12&.qwak.analytics.ExecuteDdlQueryRequest\x1a\'.qwak.analytics.ExecuteDdlQueryResponse\x12n\n\x13GetQueryResultsPage\x12*.qwak.analytics.GetQueryResultsPageRequest\x1a+.qwak.analytics.GetQueryResultsPageResponse\x12_\n\x0eGetQueryStatus\x12%.qwak.analytics.GetQueryStatusRequest\x1a&.qwak.analytics.GetQueryStatusResponse\x12\\\n\rDescribeTable\x12$.qwak.analytics.DescribeTableRequest\x1a%.qwak.analytics.DescribeTableResponse\x12Q\n\nListTables\x12 .qwak.analytics.ListTableRequest\x1a!.qwak.analytics.ListTableResponse\x12V\n\x0b\x43reateTable\x12\".qwak.analytics.CreateTableRequest\x1a#.qwak.analytics.CreateTableResponse\x12\x80\x01\n\x19GetQueryResultDownloadURL\x12\x30.qwak.analytics.GetQueryResultDownloadURLRequest\x1a\x31.qwak.analytics.GetQueryResultDownloadURLResponse\x12\\\n\rOptimizeTable\x12$.qwak.analytics.OptimizeTableRequest\x1a%.qwak.analytics.OptimizeTableResponse\x12_\n\x0e\x43reateDatabase\x12%.qwak.analytics.CreateDatabaseRequest\x1a&.qwak.analytics.CreateDatabaseResponseB\x86\x01\n\x19\x63om.qwak.ai.analytics.apiP\x01Zggithub.com/qwak-ai/qwak-platform/services/core/java/analytics/analytics-api/pb/qwak/analytics;analyticsb\x06proto3')
19
18
 
20
-
21
-
22
- _QUERYREQUEST = DESCRIPTOR.message_types_by_name['QueryRequest']
23
- _QUERYRESPONSE = DESCRIPTOR.message_types_by_name['QueryResponse']
24
- _EXECUTEDDLQUERYREQUEST = DESCRIPTOR.message_types_by_name['ExecuteDdlQueryRequest']
25
- _EXECUTEDDLQUERYRESPONSE = DESCRIPTOR.message_types_by_name['ExecuteDdlQueryResponse']
26
- _GETQUERYRESULTSPAGEREQUEST = DESCRIPTOR.message_types_by_name['GetQueryResultsPageRequest']
27
- _GETQUERYRESULTSPAGERESPONSE = DESCRIPTOR.message_types_by_name['GetQueryResultsPageResponse']
28
- _GETQUERYSTATUSREQUEST = DESCRIPTOR.message_types_by_name['GetQueryStatusRequest']
29
- _GETQUERYSTATUSRESPONSE = DESCRIPTOR.message_types_by_name['GetQueryStatusResponse']
30
- _DESCRIBETABLEREQUEST = DESCRIPTOR.message_types_by_name['DescribeTableRequest']
31
- _DESCRIBETABLERESPONSE = DESCRIPTOR.message_types_by_name['DescribeTableResponse']
32
- _LISTTABLEREQUEST = DESCRIPTOR.message_types_by_name['ListTableRequest']
33
- _LISTTABLERESPONSE = DESCRIPTOR.message_types_by_name['ListTableResponse']
34
- _CREATETABLEREQUEST = DESCRIPTOR.message_types_by_name['CreateTableRequest']
35
- _CREATETABLERESPONSE = DESCRIPTOR.message_types_by_name['CreateTableResponse']
36
- _GETQUERYRESULTDOWNLOADURLREQUEST = DESCRIPTOR.message_types_by_name['GetQueryResultDownloadURLRequest']
37
- _GETQUERYRESULTDOWNLOADURLRESPONSE = DESCRIPTOR.message_types_by_name['GetQueryResultDownloadURLResponse']
38
- _OPTIMIZETABLEREQUEST = DESCRIPTOR.message_types_by_name['OptimizeTableRequest']
39
- _OPTIMIZETABLERESPONSE = DESCRIPTOR.message_types_by_name['OptimizeTableResponse']
40
- _CREATEDATABASEREQUEST = DESCRIPTOR.message_types_by_name['CreateDatabaseRequest']
41
- _CREATEDATABASERESPONSE = DESCRIPTOR.message_types_by_name['CreateDatabaseResponse']
42
- QueryRequest = _reflection.GeneratedProtocolMessageType('QueryRequest', (_message.Message,), {
43
- 'DESCRIPTOR' : _QUERYREQUEST,
44
- '__module__' : 'qwak.analytics.analytics_service_pb2'
45
- # @@protoc_insertion_point(class_scope:qwak.analytics.QueryRequest)
46
- })
47
- _sym_db.RegisterMessage(QueryRequest)
48
-
49
- QueryResponse = _reflection.GeneratedProtocolMessageType('QueryResponse', (_message.Message,), {
50
- 'DESCRIPTOR' : _QUERYRESPONSE,
51
- '__module__' : 'qwak.analytics.analytics_service_pb2'
52
- # @@protoc_insertion_point(class_scope:qwak.analytics.QueryResponse)
53
- })
54
- _sym_db.RegisterMessage(QueryResponse)
55
-
56
- ExecuteDdlQueryRequest = _reflection.GeneratedProtocolMessageType('ExecuteDdlQueryRequest', (_message.Message,), {
57
- 'DESCRIPTOR' : _EXECUTEDDLQUERYREQUEST,
58
- '__module__' : 'qwak.analytics.analytics_service_pb2'
59
- # @@protoc_insertion_point(class_scope:qwak.analytics.ExecuteDdlQueryRequest)
60
- })
61
- _sym_db.RegisterMessage(ExecuteDdlQueryRequest)
62
-
63
- ExecuteDdlQueryResponse = _reflection.GeneratedProtocolMessageType('ExecuteDdlQueryResponse', (_message.Message,), {
64
- 'DESCRIPTOR' : _EXECUTEDDLQUERYRESPONSE,
65
- '__module__' : 'qwak.analytics.analytics_service_pb2'
66
- # @@protoc_insertion_point(class_scope:qwak.analytics.ExecuteDdlQueryResponse)
67
- })
68
- _sym_db.RegisterMessage(ExecuteDdlQueryResponse)
69
-
70
- GetQueryResultsPageRequest = _reflection.GeneratedProtocolMessageType('GetQueryResultsPageRequest', (_message.Message,), {
71
- 'DESCRIPTOR' : _GETQUERYRESULTSPAGEREQUEST,
72
- '__module__' : 'qwak.analytics.analytics_service_pb2'
73
- # @@protoc_insertion_point(class_scope:qwak.analytics.GetQueryResultsPageRequest)
74
- })
75
- _sym_db.RegisterMessage(GetQueryResultsPageRequest)
76
-
77
- GetQueryResultsPageResponse = _reflection.GeneratedProtocolMessageType('GetQueryResultsPageResponse', (_message.Message,), {
78
- 'DESCRIPTOR' : _GETQUERYRESULTSPAGERESPONSE,
79
- '__module__' : 'qwak.analytics.analytics_service_pb2'
80
- # @@protoc_insertion_point(class_scope:qwak.analytics.GetQueryResultsPageResponse)
81
- })
82
- _sym_db.RegisterMessage(GetQueryResultsPageResponse)
83
-
84
- GetQueryStatusRequest = _reflection.GeneratedProtocolMessageType('GetQueryStatusRequest', (_message.Message,), {
85
- 'DESCRIPTOR' : _GETQUERYSTATUSREQUEST,
86
- '__module__' : 'qwak.analytics.analytics_service_pb2'
87
- # @@protoc_insertion_point(class_scope:qwak.analytics.GetQueryStatusRequest)
88
- })
89
- _sym_db.RegisterMessage(GetQueryStatusRequest)
90
-
91
- GetQueryStatusResponse = _reflection.GeneratedProtocolMessageType('GetQueryStatusResponse', (_message.Message,), {
92
- 'DESCRIPTOR' : _GETQUERYSTATUSRESPONSE,
93
- '__module__' : 'qwak.analytics.analytics_service_pb2'
94
- # @@protoc_insertion_point(class_scope:qwak.analytics.GetQueryStatusResponse)
95
- })
96
- _sym_db.RegisterMessage(GetQueryStatusResponse)
97
-
98
- DescribeTableRequest = _reflection.GeneratedProtocolMessageType('DescribeTableRequest', (_message.Message,), {
99
- 'DESCRIPTOR' : _DESCRIBETABLEREQUEST,
100
- '__module__' : 'qwak.analytics.analytics_service_pb2'
101
- # @@protoc_insertion_point(class_scope:qwak.analytics.DescribeTableRequest)
102
- })
103
- _sym_db.RegisterMessage(DescribeTableRequest)
104
-
105
- DescribeTableResponse = _reflection.GeneratedProtocolMessageType('DescribeTableResponse', (_message.Message,), {
106
- 'DESCRIPTOR' : _DESCRIBETABLERESPONSE,
107
- '__module__' : 'qwak.analytics.analytics_service_pb2'
108
- # @@protoc_insertion_point(class_scope:qwak.analytics.DescribeTableResponse)
109
- })
110
- _sym_db.RegisterMessage(DescribeTableResponse)
111
-
112
- ListTableRequest = _reflection.GeneratedProtocolMessageType('ListTableRequest', (_message.Message,), {
113
- 'DESCRIPTOR' : _LISTTABLEREQUEST,
114
- '__module__' : 'qwak.analytics.analytics_service_pb2'
115
- # @@protoc_insertion_point(class_scope:qwak.analytics.ListTableRequest)
116
- })
117
- _sym_db.RegisterMessage(ListTableRequest)
118
-
119
- ListTableResponse = _reflection.GeneratedProtocolMessageType('ListTableResponse', (_message.Message,), {
120
- 'DESCRIPTOR' : _LISTTABLERESPONSE,
121
- '__module__' : 'qwak.analytics.analytics_service_pb2'
122
- # @@protoc_insertion_point(class_scope:qwak.analytics.ListTableResponse)
123
- })
124
- _sym_db.RegisterMessage(ListTableResponse)
125
-
126
- CreateTableRequest = _reflection.GeneratedProtocolMessageType('CreateTableRequest', (_message.Message,), {
127
- 'DESCRIPTOR' : _CREATETABLEREQUEST,
128
- '__module__' : 'qwak.analytics.analytics_service_pb2'
129
- # @@protoc_insertion_point(class_scope:qwak.analytics.CreateTableRequest)
130
- })
131
- _sym_db.RegisterMessage(CreateTableRequest)
132
-
133
- CreateTableResponse = _reflection.GeneratedProtocolMessageType('CreateTableResponse', (_message.Message,), {
134
- 'DESCRIPTOR' : _CREATETABLERESPONSE,
135
- '__module__' : 'qwak.analytics.analytics_service_pb2'
136
- # @@protoc_insertion_point(class_scope:qwak.analytics.CreateTableResponse)
137
- })
138
- _sym_db.RegisterMessage(CreateTableResponse)
139
-
140
- GetQueryResultDownloadURLRequest = _reflection.GeneratedProtocolMessageType('GetQueryResultDownloadURLRequest', (_message.Message,), {
141
- 'DESCRIPTOR' : _GETQUERYRESULTDOWNLOADURLREQUEST,
142
- '__module__' : 'qwak.analytics.analytics_service_pb2'
143
- # @@protoc_insertion_point(class_scope:qwak.analytics.GetQueryResultDownloadURLRequest)
144
- })
145
- _sym_db.RegisterMessage(GetQueryResultDownloadURLRequest)
146
-
147
- GetQueryResultDownloadURLResponse = _reflection.GeneratedProtocolMessageType('GetQueryResultDownloadURLResponse', (_message.Message,), {
148
- 'DESCRIPTOR' : _GETQUERYRESULTDOWNLOADURLRESPONSE,
149
- '__module__' : 'qwak.analytics.analytics_service_pb2'
150
- # @@protoc_insertion_point(class_scope:qwak.analytics.GetQueryResultDownloadURLResponse)
151
- })
152
- _sym_db.RegisterMessage(GetQueryResultDownloadURLResponse)
153
-
154
- OptimizeTableRequest = _reflection.GeneratedProtocolMessageType('OptimizeTableRequest', (_message.Message,), {
155
- 'DESCRIPTOR' : _OPTIMIZETABLEREQUEST,
156
- '__module__' : 'qwak.analytics.analytics_service_pb2'
157
- # @@protoc_insertion_point(class_scope:qwak.analytics.OptimizeTableRequest)
158
- })
159
- _sym_db.RegisterMessage(OptimizeTableRequest)
160
-
161
- OptimizeTableResponse = _reflection.GeneratedProtocolMessageType('OptimizeTableResponse', (_message.Message,), {
162
- 'DESCRIPTOR' : _OPTIMIZETABLERESPONSE,
163
- '__module__' : 'qwak.analytics.analytics_service_pb2'
164
- # @@protoc_insertion_point(class_scope:qwak.analytics.OptimizeTableResponse)
165
- })
166
- _sym_db.RegisterMessage(OptimizeTableResponse)
167
-
168
- CreateDatabaseRequest = _reflection.GeneratedProtocolMessageType('CreateDatabaseRequest', (_message.Message,), {
169
- 'DESCRIPTOR' : _CREATEDATABASEREQUEST,
170
- '__module__' : 'qwak.analytics.analytics_service_pb2'
171
- # @@protoc_insertion_point(class_scope:qwak.analytics.CreateDatabaseRequest)
172
- })
173
- _sym_db.RegisterMessage(CreateDatabaseRequest)
174
-
175
- CreateDatabaseResponse = _reflection.GeneratedProtocolMessageType('CreateDatabaseResponse', (_message.Message,), {
176
- 'DESCRIPTOR' : _CREATEDATABASERESPONSE,
177
- '__module__' : 'qwak.analytics.analytics_service_pb2'
178
- # @@protoc_insertion_point(class_scope:qwak.analytics.CreateDatabaseResponse)
179
- })
180
- _sym_db.RegisterMessage(CreateDatabaseResponse)
181
-
182
- _ANALYTICSQUERYSERVICE = DESCRIPTOR.services_by_name['AnalyticsQueryService']
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.analytics.analytics_service_pb2', _globals)
183
22
  if _descriptor._USE_C_DESCRIPTORS == False:
184
23
 
185
24
  DESCRIPTOR._options = None
186
25
  DESCRIPTOR._serialized_options = b'\n\031com.qwak.ai.analytics.apiP\001Zggithub.com/qwak-ai/qwak-platform/services/core/java/analytics/analytics-api/pb/qwak/analytics;analytics'
187
- _QUERYREQUEST._serialized_start=90
188
- _QUERYREQUEST._serialized_end=119
189
- _QUERYRESPONSE._serialized_start=121
190
- _QUERYRESPONSE._serialized_end=154
191
- _EXECUTEDDLQUERYREQUEST._serialized_start=156
192
- _EXECUTEDDLQUERYREQUEST._serialized_end=195
193
- _EXECUTEDDLQUERYRESPONSE._serialized_start=197
194
- _EXECUTEDDLQUERYRESPONSE._serialized_end=240
195
- _GETQUERYRESULTSPAGEREQUEST._serialized_start=242
196
- _GETQUERYRESULTSPAGEREQUEST._serialized_end=326
197
- _GETQUERYRESULTSPAGERESPONSE._serialized_start=329
198
- _GETQUERYRESULTSPAGERESPONSE._serialized_end=491
199
- _GETQUERYSTATUSREQUEST._serialized_start=493
200
- _GETQUERYSTATUSREQUEST._serialized_end=534
201
- _GETQUERYSTATUSRESPONSE._serialized_start=536
202
- _GETQUERYSTATUSRESPONSE._serialized_end=629
203
- _DESCRIBETABLEREQUEST._serialized_start=631
204
- _DESCRIBETABLEREQUEST._serialized_end=696
205
- _DESCRIBETABLERESPONSE._serialized_start=698
206
- _DESCRIBETABLERESPONSE._serialized_end=787
207
- _LISTTABLEREQUEST._serialized_start=789
208
- _LISTTABLEREQUEST._serialized_end=807
209
- _LISTTABLERESPONSE._serialized_start=809
210
- _LISTTABLERESPONSE._serialized_end=849
211
- _CREATETABLEREQUEST._serialized_start=851
212
- _CREATETABLEREQUEST._serialized_end=919
213
- _CREATETABLERESPONSE._serialized_start=921
214
- _CREATETABLERESPONSE._serialized_end=942
215
- _GETQUERYRESULTDOWNLOADURLREQUEST._serialized_start=944
216
- _GETQUERYRESULTDOWNLOADURLREQUEST._serialized_end=1040
217
- _GETQUERYRESULTDOWNLOADURLRESPONSE._serialized_start=1042
218
- _GETQUERYRESULTDOWNLOADURLRESPONSE._serialized_end=1099
219
- _OPTIMIZETABLEREQUEST._serialized_start=1101
220
- _OPTIMIZETABLEREQUEST._serialized_end=1167
221
- _OPTIMIZETABLERESPONSE._serialized_start=1169
222
- _OPTIMIZETABLERESPONSE._serialized_end=1210
223
- _CREATEDATABASEREQUEST._serialized_start=1212
224
- _CREATEDATABASEREQUEST._serialized_end=1258
225
- _CREATEDATABASERESPONSE._serialized_start=1260
226
- _CREATEDATABASERESPONSE._serialized_end=1284
227
- _ANALYTICSQUERYSERVICE._serialized_start=1287
228
- _ANALYTICSQUERYSERVICE._serialized_end=2276
26
+ _globals['_QUERYREQUEST']._serialized_start=90
27
+ _globals['_QUERYREQUEST']._serialized_end=119
28
+ _globals['_QUERYRESPONSE']._serialized_start=121
29
+ _globals['_QUERYRESPONSE']._serialized_end=154
30
+ _globals['_EXECUTEDDLQUERYREQUEST']._serialized_start=156
31
+ _globals['_EXECUTEDDLQUERYREQUEST']._serialized_end=195
32
+ _globals['_EXECUTEDDLQUERYRESPONSE']._serialized_start=197
33
+ _globals['_EXECUTEDDLQUERYRESPONSE']._serialized_end=240
34
+ _globals['_GETQUERYRESULTSPAGEREQUEST']._serialized_start=242
35
+ _globals['_GETQUERYRESULTSPAGEREQUEST']._serialized_end=326
36
+ _globals['_GETQUERYRESULTSPAGERESPONSE']._serialized_start=329
37
+ _globals['_GETQUERYRESULTSPAGERESPONSE']._serialized_end=491
38
+ _globals['_GETQUERYSTATUSREQUEST']._serialized_start=493
39
+ _globals['_GETQUERYSTATUSREQUEST']._serialized_end=534
40
+ _globals['_GETQUERYSTATUSRESPONSE']._serialized_start=536
41
+ _globals['_GETQUERYSTATUSRESPONSE']._serialized_end=629
42
+ _globals['_DESCRIBETABLEREQUEST']._serialized_start=631
43
+ _globals['_DESCRIBETABLEREQUEST']._serialized_end=696
44
+ _globals['_DESCRIBETABLERESPONSE']._serialized_start=698
45
+ _globals['_DESCRIBETABLERESPONSE']._serialized_end=787
46
+ _globals['_LISTTABLEREQUEST']._serialized_start=789
47
+ _globals['_LISTTABLEREQUEST']._serialized_end=807
48
+ _globals['_LISTTABLERESPONSE']._serialized_start=809
49
+ _globals['_LISTTABLERESPONSE']._serialized_end=849
50
+ _globals['_CREATETABLEREQUEST']._serialized_start=851
51
+ _globals['_CREATETABLEREQUEST']._serialized_end=919
52
+ _globals['_CREATETABLERESPONSE']._serialized_start=921
53
+ _globals['_CREATETABLERESPONSE']._serialized_end=942
54
+ _globals['_GETQUERYRESULTDOWNLOADURLREQUEST']._serialized_start=944
55
+ _globals['_GETQUERYRESULTDOWNLOADURLREQUEST']._serialized_end=1040
56
+ _globals['_GETQUERYRESULTDOWNLOADURLRESPONSE']._serialized_start=1042
57
+ _globals['_GETQUERYRESULTDOWNLOADURLRESPONSE']._serialized_end=1099
58
+ _globals['_OPTIMIZETABLEREQUEST']._serialized_start=1101
59
+ _globals['_OPTIMIZETABLEREQUEST']._serialized_end=1167
60
+ _globals['_OPTIMIZETABLERESPONSE']._serialized_start=1169
61
+ _globals['_OPTIMIZETABLERESPONSE']._serialized_end=1210
62
+ _globals['_CREATEDATABASEREQUEST']._serialized_start=1212
63
+ _globals['_CREATEDATABASEREQUEST']._serialized_end=1258
64
+ _globals['_CREATEDATABASERESPONSE']._serialized_start=1260
65
+ _globals['_CREATEDATABASERESPONSE']._serialized_end=1284
66
+ _globals['_ANALYTICSQUERYSERVICE']._serialized_start=1287
67
+ _globals['_ANALYTICSQUERYSERVICE']._serialized_end=2276
229
68
  # @@protoc_insertion_point(module_scope)
@@ -4,9 +4,8 @@
4
4
  """Generated protocol buffer code."""
5
5
  from google.protobuf import descriptor as _descriptor
6
6
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
10
9
  # @@protoc_insertion_point(imports)
11
10
 
12
11
  _sym_db = _symbol_database.Default()
@@ -16,30 +15,15 @@ _sym_db = _symbol_database.Default()
16
15
 
17
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4qwak/artifactory_settings/artifactory_settings.proto\x12\x1d\x63om.qwak.artifactory_settings\"\xbb\x01\n\x13\x41rtifactorySettings\x12!\n\x19\x63ontainer_registry_prefix\x18\x01 \x01(\t\x12 \n\x18internal_repository_name\x18\x02 \x01(\t\x12_\n\x16\x61uthentication_details\x18\x03 \x01(\x0b\x32?.com.qwak.artifactory_settings.ArtifactoryAuthenticationDetails\"V\n ArtifactoryAuthenticationDetails\x12\r\n\x05token\x18\x01 \x01(\t\x12\x10\n\x08username\x18\x02 \x01(\t\x12\x11\n\ttenant_id\x18\x03 \x01(\tB;\n\x1d\x63om.qwak.artifactory_settingsB\x18\x41rtifactorySettingsProtoP\x01\x62\x06proto3')
18
17
 
19
-
20
-
21
- _ARTIFACTORYSETTINGS = DESCRIPTOR.message_types_by_name['ArtifactorySettings']
22
- _ARTIFACTORYAUTHENTICATIONDETAILS = DESCRIPTOR.message_types_by_name['ArtifactoryAuthenticationDetails']
23
- ArtifactorySettings = _reflection.GeneratedProtocolMessageType('ArtifactorySettings', (_message.Message,), {
24
- 'DESCRIPTOR' : _ARTIFACTORYSETTINGS,
25
- '__module__' : 'qwak.artifactory_settings.artifactory_settings_pb2'
26
- # @@protoc_insertion_point(class_scope:com.qwak.artifactory_settings.ArtifactorySettings)
27
- })
28
- _sym_db.RegisterMessage(ArtifactorySettings)
29
-
30
- ArtifactoryAuthenticationDetails = _reflection.GeneratedProtocolMessageType('ArtifactoryAuthenticationDetails', (_message.Message,), {
31
- 'DESCRIPTOR' : _ARTIFACTORYAUTHENTICATIONDETAILS,
32
- '__module__' : 'qwak.artifactory_settings.artifactory_settings_pb2'
33
- # @@protoc_insertion_point(class_scope:com.qwak.artifactory_settings.ArtifactoryAuthenticationDetails)
34
- })
35
- _sym_db.RegisterMessage(ArtifactoryAuthenticationDetails)
36
-
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.artifactory_settings.artifactory_settings_pb2', _globals)
37
21
  if _descriptor._USE_C_DESCRIPTORS == False:
38
22
 
39
23
  DESCRIPTOR._options = None
40
24
  DESCRIPTOR._serialized_options = b'\n\035com.qwak.artifactory_settingsB\030ArtifactorySettingsProtoP\001'
41
- _ARTIFACTORYSETTINGS._serialized_start=88
42
- _ARTIFACTORYSETTINGS._serialized_end=275
43
- _ARTIFACTORYAUTHENTICATIONDETAILS._serialized_start=277
44
- _ARTIFACTORYAUTHENTICATIONDETAILS._serialized_end=363
25
+ _globals['_ARTIFACTORYSETTINGS']._serialized_start=88
26
+ _globals['_ARTIFACTORYSETTINGS']._serialized_end=275
27
+ _globals['_ARTIFACTORYAUTHENTICATIONDETAILS']._serialized_start=277
28
+ _globals['_ARTIFACTORYAUTHENTICATIONDETAILS']._serialized_end=363
45
29
  # @@protoc_insertion_point(module_scope)