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
@@ -2,12 +2,10 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # source: qwak/builds/build_url.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,120 +15,35 @@ _sym_db = _symbol_database.Default()
17
15
 
18
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1bqwak/builds/build_url.proto\x12\x18qwak.builds.orchestrator\"\xe7\x01\n\x18\x42uildVersioningUrlParams\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x10\n\x08\x62uild_id\x18\x02 \x01(\t\x12\x0b\n\x03tag\x18\x03 \x01(\t\x12\x16\n\x0e\x65nvironment_id\x18\x04 \x01(\t\x12\x43\n\x08tag_type\x18\x05 \x01(\x0e\x32\x31.qwak.builds.orchestrator.BuildVersioningTagsType\x12$\n\x1ause_cloud_provider_storage\x18\x06 \x01(\x08H\x00\x42\x17\n\x15\x63loud_provider_option\"\xb5\x01\n\x13\x42uildVersioningTags\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x10\n\x08\x62uild_id\x18\x02 \x01(\t\x12\x10\n\x04tags\x18\x03 \x03(\tB\x02\x18\x01\x12P\n\x0ftags_definition\x18\x04 \x03(\x0b\x32\x37.qwak.builds.orchestrator.BuildVersioningTagsDefinition\x12\x16\n\x0e\x65nvironment_id\x18\x05 \x01(\t\"n\n\x1d\x42uildVersioningTagsDefinition\x12\x0c\n\x04tags\x18\x01 \x03(\t\x12?\n\x04type\x18\x02 \x01(\x0e\x32\x31.qwak.builds.orchestrator.BuildVersioningTagsType\"\xf8\x01\n\x1d\x42uildVersioningTagsProperties\x12\x0b\n\x03tag\x18\x01 \x01(\t\x12\x14\n\x0c\x64ownload_url\x18\x02 \x01(\t\x12\x11\n\tfile_size\x18\x03 \x01(\x03\x12\x43\n\x08tag_type\x18\x04 \x01(\x0e\x32\x31.qwak.builds.orchestrator.BuildVersioningTagsType\x12\x44\n\x15\x65xternal_download_url\x18\x05 \x01(\x0b\x32%.qwak.builds.orchestrator.ExternalUrl\x12\x16\n\x0eui_direct_link\x18\x06 \x01(\t\"5\n\x0b\x45xternalUrl\x12\x0b\n\x03url\x18\x01 \x01(\t\x12\x19\n\x11original_hostname\x18\x02 \x01(\t\"Z\n\x15\x42uildArtifactPathSpec\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\x12\x10\n\x08model_id\x18\x02 \x01(\t\x12\x0b\n\x03tag\x18\x03 \x01(\t\x12\x10\n\x08key_path\x18\x04 \x01(\t\"\x0e\n\x0c\x44\x61taArtifact\"\x0e\n\x0c\x43odeArtifact\"\x0e\n\x0c\x46ileArtifact\"\xf6\x01\n\rBuildArtifact\x12\x0c\n\x04name\x18\x01 \x01(\t\x12?\n\rdata_artifact\x18\x02 \x01(\x0b\x32&.qwak.builds.orchestrator.DataArtifactH\x00\x12?\n\rcode_artifact\x18\x03 \x01(\x0b\x32&.qwak.builds.orchestrator.CodeArtifactH\x00\x12?\n\rfile_artifact\x18\x04 \x01(\x0b\x32&.qwak.builds.orchestrator.FileArtifactH\x00\x12\x0c\n\x04path\x18\x05 \x01(\tB\x06\n\x04type*h\n\x17\x42uildVersioningTagsType\x12\x14\n\x10INVALID_TAG_TYPE\x10\x00\x12\x11\n\rDATA_TAG_TYPE\x10\x01\x12\x11\n\rFILE_TAG_TYPE\x10\x02\x12\x11\n\rCODE_TAG_TYPE\x10\x03\x42\'\n#com.qwak.ai.builds.orchestrator.apiP\x01\x62\x06proto3')
19
17
 
20
- _BUILDVERSIONINGTAGSTYPE = DESCRIPTOR.enum_types_by_name['BuildVersioningTagsType']
21
- BuildVersioningTagsType = enum_type_wrapper.EnumTypeWrapper(_BUILDVERSIONINGTAGSTYPE)
22
- INVALID_TAG_TYPE = 0
23
- DATA_TAG_TYPE = 1
24
- FILE_TAG_TYPE = 2
25
- CODE_TAG_TYPE = 3
26
-
27
-
28
- _BUILDVERSIONINGURLPARAMS = DESCRIPTOR.message_types_by_name['BuildVersioningUrlParams']
29
- _BUILDVERSIONINGTAGS = DESCRIPTOR.message_types_by_name['BuildVersioningTags']
30
- _BUILDVERSIONINGTAGSDEFINITION = DESCRIPTOR.message_types_by_name['BuildVersioningTagsDefinition']
31
- _BUILDVERSIONINGTAGSPROPERTIES = DESCRIPTOR.message_types_by_name['BuildVersioningTagsProperties']
32
- _EXTERNALURL = DESCRIPTOR.message_types_by_name['ExternalUrl']
33
- _BUILDARTIFACTPATHSPEC = DESCRIPTOR.message_types_by_name['BuildArtifactPathSpec']
34
- _DATAARTIFACT = DESCRIPTOR.message_types_by_name['DataArtifact']
35
- _CODEARTIFACT = DESCRIPTOR.message_types_by_name['CodeArtifact']
36
- _FILEARTIFACT = DESCRIPTOR.message_types_by_name['FileArtifact']
37
- _BUILDARTIFACT = DESCRIPTOR.message_types_by_name['BuildArtifact']
38
- BuildVersioningUrlParams = _reflection.GeneratedProtocolMessageType('BuildVersioningUrlParams', (_message.Message,), {
39
- 'DESCRIPTOR' : _BUILDVERSIONINGURLPARAMS,
40
- '__module__' : 'qwak.builds.build_url_pb2'
41
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.BuildVersioningUrlParams)
42
- })
43
- _sym_db.RegisterMessage(BuildVersioningUrlParams)
44
-
45
- BuildVersioningTags = _reflection.GeneratedProtocolMessageType('BuildVersioningTags', (_message.Message,), {
46
- 'DESCRIPTOR' : _BUILDVERSIONINGTAGS,
47
- '__module__' : 'qwak.builds.build_url_pb2'
48
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.BuildVersioningTags)
49
- })
50
- _sym_db.RegisterMessage(BuildVersioningTags)
51
-
52
- BuildVersioningTagsDefinition = _reflection.GeneratedProtocolMessageType('BuildVersioningTagsDefinition', (_message.Message,), {
53
- 'DESCRIPTOR' : _BUILDVERSIONINGTAGSDEFINITION,
54
- '__module__' : 'qwak.builds.build_url_pb2'
55
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.BuildVersioningTagsDefinition)
56
- })
57
- _sym_db.RegisterMessage(BuildVersioningTagsDefinition)
58
-
59
- BuildVersioningTagsProperties = _reflection.GeneratedProtocolMessageType('BuildVersioningTagsProperties', (_message.Message,), {
60
- 'DESCRIPTOR' : _BUILDVERSIONINGTAGSPROPERTIES,
61
- '__module__' : 'qwak.builds.build_url_pb2'
62
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.BuildVersioningTagsProperties)
63
- })
64
- _sym_db.RegisterMessage(BuildVersioningTagsProperties)
65
-
66
- ExternalUrl = _reflection.GeneratedProtocolMessageType('ExternalUrl', (_message.Message,), {
67
- 'DESCRIPTOR' : _EXTERNALURL,
68
- '__module__' : 'qwak.builds.build_url_pb2'
69
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.ExternalUrl)
70
- })
71
- _sym_db.RegisterMessage(ExternalUrl)
72
-
73
- BuildArtifactPathSpec = _reflection.GeneratedProtocolMessageType('BuildArtifactPathSpec', (_message.Message,), {
74
- 'DESCRIPTOR' : _BUILDARTIFACTPATHSPEC,
75
- '__module__' : 'qwak.builds.build_url_pb2'
76
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.BuildArtifactPathSpec)
77
- })
78
- _sym_db.RegisterMessage(BuildArtifactPathSpec)
79
-
80
- DataArtifact = _reflection.GeneratedProtocolMessageType('DataArtifact', (_message.Message,), {
81
- 'DESCRIPTOR' : _DATAARTIFACT,
82
- '__module__' : 'qwak.builds.build_url_pb2'
83
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.DataArtifact)
84
- })
85
- _sym_db.RegisterMessage(DataArtifact)
86
-
87
- CodeArtifact = _reflection.GeneratedProtocolMessageType('CodeArtifact', (_message.Message,), {
88
- 'DESCRIPTOR' : _CODEARTIFACT,
89
- '__module__' : 'qwak.builds.build_url_pb2'
90
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.CodeArtifact)
91
- })
92
- _sym_db.RegisterMessage(CodeArtifact)
93
-
94
- FileArtifact = _reflection.GeneratedProtocolMessageType('FileArtifact', (_message.Message,), {
95
- 'DESCRIPTOR' : _FILEARTIFACT,
96
- '__module__' : 'qwak.builds.build_url_pb2'
97
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.FileArtifact)
98
- })
99
- _sym_db.RegisterMessage(FileArtifact)
100
-
101
- BuildArtifact = _reflection.GeneratedProtocolMessageType('BuildArtifact', (_message.Message,), {
102
- 'DESCRIPTOR' : _BUILDARTIFACT,
103
- '__module__' : 'qwak.builds.build_url_pb2'
104
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.BuildArtifact)
105
- })
106
- _sym_db.RegisterMessage(BuildArtifact)
107
-
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.builds.build_url_pb2', _globals)
108
21
  if _descriptor._USE_C_DESCRIPTORS == False:
109
22
 
110
23
  DESCRIPTOR._options = None
111
24
  DESCRIPTOR._serialized_options = b'\n#com.qwak.ai.builds.orchestrator.apiP\001'
112
25
  _BUILDVERSIONINGTAGS.fields_by_name['tags']._options = None
113
26
  _BUILDVERSIONINGTAGS.fields_by_name['tags']._serialized_options = b'\030\001'
114
- _BUILDVERSIONINGTAGSTYPE._serialized_start=1282
115
- _BUILDVERSIONINGTAGSTYPE._serialized_end=1386
116
- _BUILDVERSIONINGURLPARAMS._serialized_start=58
117
- _BUILDVERSIONINGURLPARAMS._serialized_end=289
118
- _BUILDVERSIONINGTAGS._serialized_start=292
119
- _BUILDVERSIONINGTAGS._serialized_end=473
120
- _BUILDVERSIONINGTAGSDEFINITION._serialized_start=475
121
- _BUILDVERSIONINGTAGSDEFINITION._serialized_end=585
122
- _BUILDVERSIONINGTAGSPROPERTIES._serialized_start=588
123
- _BUILDVERSIONINGTAGSPROPERTIES._serialized_end=836
124
- _EXTERNALURL._serialized_start=838
125
- _EXTERNALURL._serialized_end=891
126
- _BUILDARTIFACTPATHSPEC._serialized_start=893
127
- _BUILDARTIFACTPATHSPEC._serialized_end=983
128
- _DATAARTIFACT._serialized_start=985
129
- _DATAARTIFACT._serialized_end=999
130
- _CODEARTIFACT._serialized_start=1001
131
- _CODEARTIFACT._serialized_end=1015
132
- _FILEARTIFACT._serialized_start=1017
133
- _FILEARTIFACT._serialized_end=1031
134
- _BUILDARTIFACT._serialized_start=1034
135
- _BUILDARTIFACT._serialized_end=1280
27
+ _globals['_BUILDVERSIONINGTAGSTYPE']._serialized_start=1282
28
+ _globals['_BUILDVERSIONINGTAGSTYPE']._serialized_end=1386
29
+ _globals['_BUILDVERSIONINGURLPARAMS']._serialized_start=58
30
+ _globals['_BUILDVERSIONINGURLPARAMS']._serialized_end=289
31
+ _globals['_BUILDVERSIONINGTAGS']._serialized_start=292
32
+ _globals['_BUILDVERSIONINGTAGS']._serialized_end=473
33
+ _globals['_BUILDVERSIONINGTAGSDEFINITION']._serialized_start=475
34
+ _globals['_BUILDVERSIONINGTAGSDEFINITION']._serialized_end=585
35
+ _globals['_BUILDVERSIONINGTAGSPROPERTIES']._serialized_start=588
36
+ _globals['_BUILDVERSIONINGTAGSPROPERTIES']._serialized_end=836
37
+ _globals['_EXTERNALURL']._serialized_start=838
38
+ _globals['_EXTERNALURL']._serialized_end=891
39
+ _globals['_BUILDARTIFACTPATHSPEC']._serialized_start=893
40
+ _globals['_BUILDARTIFACTPATHSPEC']._serialized_end=983
41
+ _globals['_DATAARTIFACT']._serialized_start=985
42
+ _globals['_DATAARTIFACT']._serialized_end=999
43
+ _globals['_CODEARTIFACT']._serialized_start=1001
44
+ _globals['_CODEARTIFACT']._serialized_end=1015
45
+ _globals['_FILEARTIFACT']._serialized_start=1017
46
+ _globals['_FILEARTIFACT']._serialized_end=1031
47
+ _globals['_BUILDARTIFACT']._serialized_start=1034
48
+ _globals['_BUILDARTIFACT']._serialized_end=1280
136
49
  # @@protoc_insertion_point(module_scope)
@@ -4,9 +4,8 @@
4
4
  """Generated protocol buffer code."""
5
5
  from google.protobuf import descriptor as _descriptor
6
6
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
10
9
  # @@protoc_insertion_point(imports)
11
10
 
12
11
  _sym_db = _symbol_database.Default()
@@ -18,219 +17,9 @@ from _qwak_proto.qwak.builds import build_url_pb2 as qwak_dot_builds_dot_build__
18
17
 
19
18
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n-qwak/builds/builds_orchestrator_service.proto\x12\x18qwak.builds.orchestrator\x1a\x17qwak/builds/build.proto\x1a\x1bqwak/builds/build_url.proto\"R\n\x11\x42uildModelRequest\x12=\n\nbuild_spec\x18\x01 \x01(\x0b\x32).qwak.builds.orchestrator.RemoteBuildSpec\"\x14\n\x12\x42uildModelResponse\"+\n\x17\x43\x61ncelBuildModelRequest\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\"\x1a\n\x18\x43\x61ncelBuildModelResponse\"*\n\x16\x43reateUploadURLRequest\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\"C\n\x17\x43reateUploadURLResponse\x12\x12\n\nupload_url\x18\x01 \x01(\t\x12\x14\n\x0c\x64ownload_url\x18\x02 \x01(\t\"h\n\"GetBuildVersioningUploadURLRequest\x12\x42\n\x06params\x18\x01 \x01(\x0b\x32\x32.qwak.builds.orchestrator.BuildVersioningUrlParams\"\xa7\x02\n#GetBuildVersioningUploadURLResponse\x12\x12\n\nupload_url\x18\x01 \x01(\t\x12\x0c\n\x04path\x18\x02 \x01(\t\x12Q\n\x15\x61uthentication_detail\x18\x03 \x01(\x0b\x32..qwak.builds.orchestrator.AuthenticationDetailB\x02\x18\x01\x12[\n\x07headers\x18\x04 \x03(\x0b\x32J.qwak.builds.orchestrator.GetBuildVersioningUploadURLResponse.HeadersEntry\x1a.\n\x0cHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x86\x01\n\x14\x41uthenticationDetail\x12Z\n\x1bjfrog_authentication_detail\x18\x01 \x01(\x0b\x32\x33.qwak.builds.orchestrator.JfrogAuthenticationDetailH\x00\x42\x12\n\x10integration_type\"<\n\x19JfrogAuthenticationDetail\x12\x10\n\x08username\x18\x01 \x01(\t\x12\r\n\x05token\x18\x02 \x01(\t\"j\n$GetBuildVersioningDownloadURLRequest\x12\x42\n\x06params\x18\x01 \x01(\x0b\x32\x32.qwak.builds.orchestrator.BuildVersioningUrlParams\"\xdf\x01\n%GetBuildVersioningDownloadURLResponse\x12\x14\n\x0c\x64ownload_url\x18\x01 \x01(\t\x12\x11\n\tfile_size\x18\x02 \x01(\x03\x12]\n\x07headers\x18\x03 \x03(\x0b\x32L.qwak.builds.orchestrator.GetBuildVersioningDownloadURLResponse.HeadersEntry\x1a.\n\x0cHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"n\n\x1eListBuildVersioningTagsRequest\x12L\n\x15\x62uild_versioning_tags\x18\x01 \x01(\x0b\x32-.qwak.builds.orchestrator.BuildVersioningTags\"\x9c\x01\n\x1fListBuildVersioningTagsResponse\x12\x61\n build_versioning_tags_properties\x18\x01 \x03(\x0b\x32\x37.qwak.builds.orchestrator.BuildVersioningTagsProperties\x12\x16\n\x0eui_direct_link\x18\x02 \x01(\t\"\x95\x01\n\x16\x43reateDataTableRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x10\n\x08\x62uild_id\x18\x02 \x01(\t\x12\x0b\n\x03tag\x18\x03 \x01(\t\x12<\n\x05table\x18\x04 \x01(\x0b\x32-.qwak.builds.orchestrator.DataTableDefinition\x12\x0c\n\x04path\x18\x05 \x01(\t\"\x19\n\x17\x43reateDataTableResponse\"n\n\x1dGetBaseDockerImageNameRequest\x12M\n\x16\x62\x61se_docker_image_type\x18\x01 \x01(\x0e\x32-.qwak.builds.orchestrator.BaseDockerImageType\"@\n\x1eGetBaseDockerImageNameResponse\x12\x1e\n\x16\x62\x61se_docker_image_name\x18\x01 \x01(\t\"f\n\x17SaveArtifactPathRequest\x12K\n\x12\x61rtifact_path_spec\x18\x01 \x01(\x0b\x32/.qwak.builds.orchestrator.BuildArtifactPathSpec\"\x1a\n\x18SaveArtifactPathResponse\"-\n\x19ListBuildArtifactsRequest\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\"X\n\x1aListBuildArtifactsResponse\x12:\n\tartifacts\x18\x01 \x03(\x0b\x32\'.qwak.builds.orchestrator.BuildArtifact\"A\n$DetachBuildsFromModelVersionsRequest\x12\x19\n\x11model_version_ids\x18\x01 \x03(\t\"\'\n%DetachBuildsFromModelVersionsResponse2\xf2\x0b\n\x19\x42uildsOrchestratorService\x12g\n\nBuildModel\x12+.qwak.builds.orchestrator.BuildModelRequest\x1a,.qwak.builds.orchestrator.BuildModelResponse\x12y\n\x10\x43\x61ncelBuildModel\x12\x31.qwak.builds.orchestrator.CancelBuildModelRequest\x1a\x32.qwak.builds.orchestrator.CancelBuildModelResponse\x12{\n\x0f\x43reateUploadURL\x12\x30.qwak.builds.orchestrator.CreateUploadURLRequest\x1a\x31.qwak.builds.orchestrator.CreateUploadURLResponse\"\x03\x88\x02\x01\x12\x9a\x01\n\x1bGetBuildVersioningUploadURL\x12<.qwak.builds.orchestrator.GetBuildVersioningUploadURLRequest\x1a=.qwak.builds.orchestrator.GetBuildVersioningUploadURLResponse\x12\xa0\x01\n\x1dGetBuildVersioningDownloadURL\x12>.qwak.builds.orchestrator.GetBuildVersioningDownloadURLRequest\x1a?.qwak.builds.orchestrator.GetBuildVersioningDownloadURLResponse\x12\x8e\x01\n\x17ListBuildVersioningTags\x12\x38.qwak.builds.orchestrator.ListBuildVersioningTagsRequest\x1a\x39.qwak.builds.orchestrator.ListBuildVersioningTagsResponse\x12v\n\x0f\x43reateDataTable\x12\x30.qwak.builds.orchestrator.CreateDataTableRequest\x1a\x31.qwak.builds.orchestrator.CreateDataTableResponse\x12\x8b\x01\n\x16GetBaseDockerImageName\x12\x37.qwak.builds.orchestrator.GetBaseDockerImageNameRequest\x1a\x38.qwak.builds.orchestrator.GetBaseDockerImageNameResponse\x12y\n\x10SaveArtifactPath\x12\x31.qwak.builds.orchestrator.SaveArtifactPathRequest\x1a\x32.qwak.builds.orchestrator.SaveArtifactPathResponse\x12\x7f\n\x12ListBuildArtifacts\x12\x33.qwak.builds.orchestrator.ListBuildArtifactsRequest\x1a\x34.qwak.builds.orchestrator.ListBuildArtifactsResponse\x12\xa0\x01\n\x1d\x44\x65tachBuildsFromModelVersions\x12>.qwak.builds.orchestrator.DetachBuildsFromModelVersionsRequest\x1a?.qwak.builds.orchestrator.DetachBuildsFromModelVersionsResponseB\'\n#com.qwak.ai.builds.orchestrator.apiP\x01\x62\x06proto3')
20
19
 
21
-
22
-
23
- _BUILDMODELREQUEST = DESCRIPTOR.message_types_by_name['BuildModelRequest']
24
- _BUILDMODELRESPONSE = DESCRIPTOR.message_types_by_name['BuildModelResponse']
25
- _CANCELBUILDMODELREQUEST = DESCRIPTOR.message_types_by_name['CancelBuildModelRequest']
26
- _CANCELBUILDMODELRESPONSE = DESCRIPTOR.message_types_by_name['CancelBuildModelResponse']
27
- _CREATEUPLOADURLREQUEST = DESCRIPTOR.message_types_by_name['CreateUploadURLRequest']
28
- _CREATEUPLOADURLRESPONSE = DESCRIPTOR.message_types_by_name['CreateUploadURLResponse']
29
- _GETBUILDVERSIONINGUPLOADURLREQUEST = DESCRIPTOR.message_types_by_name['GetBuildVersioningUploadURLRequest']
30
- _GETBUILDVERSIONINGUPLOADURLRESPONSE = DESCRIPTOR.message_types_by_name['GetBuildVersioningUploadURLResponse']
31
- _GETBUILDVERSIONINGUPLOADURLRESPONSE_HEADERSENTRY = _GETBUILDVERSIONINGUPLOADURLRESPONSE.nested_types_by_name['HeadersEntry']
32
- _AUTHENTICATIONDETAIL = DESCRIPTOR.message_types_by_name['AuthenticationDetail']
33
- _JFROGAUTHENTICATIONDETAIL = DESCRIPTOR.message_types_by_name['JfrogAuthenticationDetail']
34
- _GETBUILDVERSIONINGDOWNLOADURLREQUEST = DESCRIPTOR.message_types_by_name['GetBuildVersioningDownloadURLRequest']
35
- _GETBUILDVERSIONINGDOWNLOADURLRESPONSE = DESCRIPTOR.message_types_by_name['GetBuildVersioningDownloadURLResponse']
36
- _GETBUILDVERSIONINGDOWNLOADURLRESPONSE_HEADERSENTRY = _GETBUILDVERSIONINGDOWNLOADURLRESPONSE.nested_types_by_name['HeadersEntry']
37
- _LISTBUILDVERSIONINGTAGSREQUEST = DESCRIPTOR.message_types_by_name['ListBuildVersioningTagsRequest']
38
- _LISTBUILDVERSIONINGTAGSRESPONSE = DESCRIPTOR.message_types_by_name['ListBuildVersioningTagsResponse']
39
- _CREATEDATATABLEREQUEST = DESCRIPTOR.message_types_by_name['CreateDataTableRequest']
40
- _CREATEDATATABLERESPONSE = DESCRIPTOR.message_types_by_name['CreateDataTableResponse']
41
- _GETBASEDOCKERIMAGENAMEREQUEST = DESCRIPTOR.message_types_by_name['GetBaseDockerImageNameRequest']
42
- _GETBASEDOCKERIMAGENAMERESPONSE = DESCRIPTOR.message_types_by_name['GetBaseDockerImageNameResponse']
43
- _SAVEARTIFACTPATHREQUEST = DESCRIPTOR.message_types_by_name['SaveArtifactPathRequest']
44
- _SAVEARTIFACTPATHRESPONSE = DESCRIPTOR.message_types_by_name['SaveArtifactPathResponse']
45
- _LISTBUILDARTIFACTSREQUEST = DESCRIPTOR.message_types_by_name['ListBuildArtifactsRequest']
46
- _LISTBUILDARTIFACTSRESPONSE = DESCRIPTOR.message_types_by_name['ListBuildArtifactsResponse']
47
- _DETACHBUILDSFROMMODELVERSIONSREQUEST = DESCRIPTOR.message_types_by_name['DetachBuildsFromModelVersionsRequest']
48
- _DETACHBUILDSFROMMODELVERSIONSRESPONSE = DESCRIPTOR.message_types_by_name['DetachBuildsFromModelVersionsResponse']
49
- BuildModelRequest = _reflection.GeneratedProtocolMessageType('BuildModelRequest', (_message.Message,), {
50
- 'DESCRIPTOR' : _BUILDMODELREQUEST,
51
- '__module__' : 'qwak.builds.builds_orchestrator_service_pb2'
52
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.BuildModelRequest)
53
- })
54
- _sym_db.RegisterMessage(BuildModelRequest)
55
-
56
- BuildModelResponse = _reflection.GeneratedProtocolMessageType('BuildModelResponse', (_message.Message,), {
57
- 'DESCRIPTOR' : _BUILDMODELRESPONSE,
58
- '__module__' : 'qwak.builds.builds_orchestrator_service_pb2'
59
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.BuildModelResponse)
60
- })
61
- _sym_db.RegisterMessage(BuildModelResponse)
62
-
63
- CancelBuildModelRequest = _reflection.GeneratedProtocolMessageType('CancelBuildModelRequest', (_message.Message,), {
64
- 'DESCRIPTOR' : _CANCELBUILDMODELREQUEST,
65
- '__module__' : 'qwak.builds.builds_orchestrator_service_pb2'
66
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.CancelBuildModelRequest)
67
- })
68
- _sym_db.RegisterMessage(CancelBuildModelRequest)
69
-
70
- CancelBuildModelResponse = _reflection.GeneratedProtocolMessageType('CancelBuildModelResponse', (_message.Message,), {
71
- 'DESCRIPTOR' : _CANCELBUILDMODELRESPONSE,
72
- '__module__' : 'qwak.builds.builds_orchestrator_service_pb2'
73
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.CancelBuildModelResponse)
74
- })
75
- _sym_db.RegisterMessage(CancelBuildModelResponse)
76
-
77
- CreateUploadURLRequest = _reflection.GeneratedProtocolMessageType('CreateUploadURLRequest', (_message.Message,), {
78
- 'DESCRIPTOR' : _CREATEUPLOADURLREQUEST,
79
- '__module__' : 'qwak.builds.builds_orchestrator_service_pb2'
80
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.CreateUploadURLRequest)
81
- })
82
- _sym_db.RegisterMessage(CreateUploadURLRequest)
83
-
84
- CreateUploadURLResponse = _reflection.GeneratedProtocolMessageType('CreateUploadURLResponse', (_message.Message,), {
85
- 'DESCRIPTOR' : _CREATEUPLOADURLRESPONSE,
86
- '__module__' : 'qwak.builds.builds_orchestrator_service_pb2'
87
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.CreateUploadURLResponse)
88
- })
89
- _sym_db.RegisterMessage(CreateUploadURLResponse)
90
-
91
- GetBuildVersioningUploadURLRequest = _reflection.GeneratedProtocolMessageType('GetBuildVersioningUploadURLRequest', (_message.Message,), {
92
- 'DESCRIPTOR' : _GETBUILDVERSIONINGUPLOADURLREQUEST,
93
- '__module__' : 'qwak.builds.builds_orchestrator_service_pb2'
94
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.GetBuildVersioningUploadURLRequest)
95
- })
96
- _sym_db.RegisterMessage(GetBuildVersioningUploadURLRequest)
97
-
98
- GetBuildVersioningUploadURLResponse = _reflection.GeneratedProtocolMessageType('GetBuildVersioningUploadURLResponse', (_message.Message,), {
99
-
100
- 'HeadersEntry' : _reflection.GeneratedProtocolMessageType('HeadersEntry', (_message.Message,), {
101
- 'DESCRIPTOR' : _GETBUILDVERSIONINGUPLOADURLRESPONSE_HEADERSENTRY,
102
- '__module__' : 'qwak.builds.builds_orchestrator_service_pb2'
103
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.GetBuildVersioningUploadURLResponse.HeadersEntry)
104
- })
105
- ,
106
- 'DESCRIPTOR' : _GETBUILDVERSIONINGUPLOADURLRESPONSE,
107
- '__module__' : 'qwak.builds.builds_orchestrator_service_pb2'
108
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.GetBuildVersioningUploadURLResponse)
109
- })
110
- _sym_db.RegisterMessage(GetBuildVersioningUploadURLResponse)
111
- _sym_db.RegisterMessage(GetBuildVersioningUploadURLResponse.HeadersEntry)
112
-
113
- AuthenticationDetail = _reflection.GeneratedProtocolMessageType('AuthenticationDetail', (_message.Message,), {
114
- 'DESCRIPTOR' : _AUTHENTICATIONDETAIL,
115
- '__module__' : 'qwak.builds.builds_orchestrator_service_pb2'
116
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.AuthenticationDetail)
117
- })
118
- _sym_db.RegisterMessage(AuthenticationDetail)
119
-
120
- JfrogAuthenticationDetail = _reflection.GeneratedProtocolMessageType('JfrogAuthenticationDetail', (_message.Message,), {
121
- 'DESCRIPTOR' : _JFROGAUTHENTICATIONDETAIL,
122
- '__module__' : 'qwak.builds.builds_orchestrator_service_pb2'
123
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.JfrogAuthenticationDetail)
124
- })
125
- _sym_db.RegisterMessage(JfrogAuthenticationDetail)
126
-
127
- GetBuildVersioningDownloadURLRequest = _reflection.GeneratedProtocolMessageType('GetBuildVersioningDownloadURLRequest', (_message.Message,), {
128
- 'DESCRIPTOR' : _GETBUILDVERSIONINGDOWNLOADURLREQUEST,
129
- '__module__' : 'qwak.builds.builds_orchestrator_service_pb2'
130
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.GetBuildVersioningDownloadURLRequest)
131
- })
132
- _sym_db.RegisterMessage(GetBuildVersioningDownloadURLRequest)
133
-
134
- GetBuildVersioningDownloadURLResponse = _reflection.GeneratedProtocolMessageType('GetBuildVersioningDownloadURLResponse', (_message.Message,), {
135
-
136
- 'HeadersEntry' : _reflection.GeneratedProtocolMessageType('HeadersEntry', (_message.Message,), {
137
- 'DESCRIPTOR' : _GETBUILDVERSIONINGDOWNLOADURLRESPONSE_HEADERSENTRY,
138
- '__module__' : 'qwak.builds.builds_orchestrator_service_pb2'
139
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.GetBuildVersioningDownloadURLResponse.HeadersEntry)
140
- })
141
- ,
142
- 'DESCRIPTOR' : _GETBUILDVERSIONINGDOWNLOADURLRESPONSE,
143
- '__module__' : 'qwak.builds.builds_orchestrator_service_pb2'
144
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.GetBuildVersioningDownloadURLResponse)
145
- })
146
- _sym_db.RegisterMessage(GetBuildVersioningDownloadURLResponse)
147
- _sym_db.RegisterMessage(GetBuildVersioningDownloadURLResponse.HeadersEntry)
148
-
149
- ListBuildVersioningTagsRequest = _reflection.GeneratedProtocolMessageType('ListBuildVersioningTagsRequest', (_message.Message,), {
150
- 'DESCRIPTOR' : _LISTBUILDVERSIONINGTAGSREQUEST,
151
- '__module__' : 'qwak.builds.builds_orchestrator_service_pb2'
152
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.ListBuildVersioningTagsRequest)
153
- })
154
- _sym_db.RegisterMessage(ListBuildVersioningTagsRequest)
155
-
156
- ListBuildVersioningTagsResponse = _reflection.GeneratedProtocolMessageType('ListBuildVersioningTagsResponse', (_message.Message,), {
157
- 'DESCRIPTOR' : _LISTBUILDVERSIONINGTAGSRESPONSE,
158
- '__module__' : 'qwak.builds.builds_orchestrator_service_pb2'
159
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.ListBuildVersioningTagsResponse)
160
- })
161
- _sym_db.RegisterMessage(ListBuildVersioningTagsResponse)
162
-
163
- CreateDataTableRequest = _reflection.GeneratedProtocolMessageType('CreateDataTableRequest', (_message.Message,), {
164
- 'DESCRIPTOR' : _CREATEDATATABLEREQUEST,
165
- '__module__' : 'qwak.builds.builds_orchestrator_service_pb2'
166
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.CreateDataTableRequest)
167
- })
168
- _sym_db.RegisterMessage(CreateDataTableRequest)
169
-
170
- CreateDataTableResponse = _reflection.GeneratedProtocolMessageType('CreateDataTableResponse', (_message.Message,), {
171
- 'DESCRIPTOR' : _CREATEDATATABLERESPONSE,
172
- '__module__' : 'qwak.builds.builds_orchestrator_service_pb2'
173
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.CreateDataTableResponse)
174
- })
175
- _sym_db.RegisterMessage(CreateDataTableResponse)
176
-
177
- GetBaseDockerImageNameRequest = _reflection.GeneratedProtocolMessageType('GetBaseDockerImageNameRequest', (_message.Message,), {
178
- 'DESCRIPTOR' : _GETBASEDOCKERIMAGENAMEREQUEST,
179
- '__module__' : 'qwak.builds.builds_orchestrator_service_pb2'
180
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.GetBaseDockerImageNameRequest)
181
- })
182
- _sym_db.RegisterMessage(GetBaseDockerImageNameRequest)
183
-
184
- GetBaseDockerImageNameResponse = _reflection.GeneratedProtocolMessageType('GetBaseDockerImageNameResponse', (_message.Message,), {
185
- 'DESCRIPTOR' : _GETBASEDOCKERIMAGENAMERESPONSE,
186
- '__module__' : 'qwak.builds.builds_orchestrator_service_pb2'
187
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.GetBaseDockerImageNameResponse)
188
- })
189
- _sym_db.RegisterMessage(GetBaseDockerImageNameResponse)
190
-
191
- SaveArtifactPathRequest = _reflection.GeneratedProtocolMessageType('SaveArtifactPathRequest', (_message.Message,), {
192
- 'DESCRIPTOR' : _SAVEARTIFACTPATHREQUEST,
193
- '__module__' : 'qwak.builds.builds_orchestrator_service_pb2'
194
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.SaveArtifactPathRequest)
195
- })
196
- _sym_db.RegisterMessage(SaveArtifactPathRequest)
197
-
198
- SaveArtifactPathResponse = _reflection.GeneratedProtocolMessageType('SaveArtifactPathResponse', (_message.Message,), {
199
- 'DESCRIPTOR' : _SAVEARTIFACTPATHRESPONSE,
200
- '__module__' : 'qwak.builds.builds_orchestrator_service_pb2'
201
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.SaveArtifactPathResponse)
202
- })
203
- _sym_db.RegisterMessage(SaveArtifactPathResponse)
204
-
205
- ListBuildArtifactsRequest = _reflection.GeneratedProtocolMessageType('ListBuildArtifactsRequest', (_message.Message,), {
206
- 'DESCRIPTOR' : _LISTBUILDARTIFACTSREQUEST,
207
- '__module__' : 'qwak.builds.builds_orchestrator_service_pb2'
208
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.ListBuildArtifactsRequest)
209
- })
210
- _sym_db.RegisterMessage(ListBuildArtifactsRequest)
211
-
212
- ListBuildArtifactsResponse = _reflection.GeneratedProtocolMessageType('ListBuildArtifactsResponse', (_message.Message,), {
213
- 'DESCRIPTOR' : _LISTBUILDARTIFACTSRESPONSE,
214
- '__module__' : 'qwak.builds.builds_orchestrator_service_pb2'
215
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.ListBuildArtifactsResponse)
216
- })
217
- _sym_db.RegisterMessage(ListBuildArtifactsResponse)
218
-
219
- DetachBuildsFromModelVersionsRequest = _reflection.GeneratedProtocolMessageType('DetachBuildsFromModelVersionsRequest', (_message.Message,), {
220
- 'DESCRIPTOR' : _DETACHBUILDSFROMMODELVERSIONSREQUEST,
221
- '__module__' : 'qwak.builds.builds_orchestrator_service_pb2'
222
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.DetachBuildsFromModelVersionsRequest)
223
- })
224
- _sym_db.RegisterMessage(DetachBuildsFromModelVersionsRequest)
225
-
226
- DetachBuildsFromModelVersionsResponse = _reflection.GeneratedProtocolMessageType('DetachBuildsFromModelVersionsResponse', (_message.Message,), {
227
- 'DESCRIPTOR' : _DETACHBUILDSFROMMODELVERSIONSRESPONSE,
228
- '__module__' : 'qwak.builds.builds_orchestrator_service_pb2'
229
- # @@protoc_insertion_point(class_scope:qwak.builds.orchestrator.DetachBuildsFromModelVersionsResponse)
230
- })
231
- _sym_db.RegisterMessage(DetachBuildsFromModelVersionsResponse)
232
-
233
- _BUILDSORCHESTRATORSERVICE = DESCRIPTOR.services_by_name['BuildsOrchestratorService']
20
+ _globals = globals()
21
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
22
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.builds.builds_orchestrator_service_pb2', _globals)
234
23
  if _descriptor._USE_C_DESCRIPTORS == False:
235
24
 
236
25
  DESCRIPTOR._options = None
@@ -243,58 +32,58 @@ if _descriptor._USE_C_DESCRIPTORS == False:
243
32
  _GETBUILDVERSIONINGDOWNLOADURLRESPONSE_HEADERSENTRY._serialized_options = b'8\001'
244
33
  _BUILDSORCHESTRATORSERVICE.methods_by_name['CreateUploadURL']._options = None
245
34
  _BUILDSORCHESTRATORSERVICE.methods_by_name['CreateUploadURL']._serialized_options = b'\210\002\001'
246
- _BUILDMODELREQUEST._serialized_start=129
247
- _BUILDMODELREQUEST._serialized_end=211
248
- _BUILDMODELRESPONSE._serialized_start=213
249
- _BUILDMODELRESPONSE._serialized_end=233
250
- _CANCELBUILDMODELREQUEST._serialized_start=235
251
- _CANCELBUILDMODELREQUEST._serialized_end=278
252
- _CANCELBUILDMODELRESPONSE._serialized_start=280
253
- _CANCELBUILDMODELRESPONSE._serialized_end=306
254
- _CREATEUPLOADURLREQUEST._serialized_start=308
255
- _CREATEUPLOADURLREQUEST._serialized_end=350
256
- _CREATEUPLOADURLRESPONSE._serialized_start=352
257
- _CREATEUPLOADURLRESPONSE._serialized_end=419
258
- _GETBUILDVERSIONINGUPLOADURLREQUEST._serialized_start=421
259
- _GETBUILDVERSIONINGUPLOADURLREQUEST._serialized_end=525
260
- _GETBUILDVERSIONINGUPLOADURLRESPONSE._serialized_start=528
261
- _GETBUILDVERSIONINGUPLOADURLRESPONSE._serialized_end=823
262
- _GETBUILDVERSIONINGUPLOADURLRESPONSE_HEADERSENTRY._serialized_start=777
263
- _GETBUILDVERSIONINGUPLOADURLRESPONSE_HEADERSENTRY._serialized_end=823
264
- _AUTHENTICATIONDETAIL._serialized_start=826
265
- _AUTHENTICATIONDETAIL._serialized_end=960
266
- _JFROGAUTHENTICATIONDETAIL._serialized_start=962
267
- _JFROGAUTHENTICATIONDETAIL._serialized_end=1022
268
- _GETBUILDVERSIONINGDOWNLOADURLREQUEST._serialized_start=1024
269
- _GETBUILDVERSIONINGDOWNLOADURLREQUEST._serialized_end=1130
270
- _GETBUILDVERSIONINGDOWNLOADURLRESPONSE._serialized_start=1133
271
- _GETBUILDVERSIONINGDOWNLOADURLRESPONSE._serialized_end=1356
272
- _GETBUILDVERSIONINGDOWNLOADURLRESPONSE_HEADERSENTRY._serialized_start=777
273
- _GETBUILDVERSIONINGDOWNLOADURLRESPONSE_HEADERSENTRY._serialized_end=823
274
- _LISTBUILDVERSIONINGTAGSREQUEST._serialized_start=1358
275
- _LISTBUILDVERSIONINGTAGSREQUEST._serialized_end=1468
276
- _LISTBUILDVERSIONINGTAGSRESPONSE._serialized_start=1471
277
- _LISTBUILDVERSIONINGTAGSRESPONSE._serialized_end=1627
278
- _CREATEDATATABLEREQUEST._serialized_start=1630
279
- _CREATEDATATABLEREQUEST._serialized_end=1779
280
- _CREATEDATATABLERESPONSE._serialized_start=1781
281
- _CREATEDATATABLERESPONSE._serialized_end=1806
282
- _GETBASEDOCKERIMAGENAMEREQUEST._serialized_start=1808
283
- _GETBASEDOCKERIMAGENAMEREQUEST._serialized_end=1918
284
- _GETBASEDOCKERIMAGENAMERESPONSE._serialized_start=1920
285
- _GETBASEDOCKERIMAGENAMERESPONSE._serialized_end=1984
286
- _SAVEARTIFACTPATHREQUEST._serialized_start=1986
287
- _SAVEARTIFACTPATHREQUEST._serialized_end=2088
288
- _SAVEARTIFACTPATHRESPONSE._serialized_start=2090
289
- _SAVEARTIFACTPATHRESPONSE._serialized_end=2116
290
- _LISTBUILDARTIFACTSREQUEST._serialized_start=2118
291
- _LISTBUILDARTIFACTSREQUEST._serialized_end=2163
292
- _LISTBUILDARTIFACTSRESPONSE._serialized_start=2165
293
- _LISTBUILDARTIFACTSRESPONSE._serialized_end=2253
294
- _DETACHBUILDSFROMMODELVERSIONSREQUEST._serialized_start=2255
295
- _DETACHBUILDSFROMMODELVERSIONSREQUEST._serialized_end=2320
296
- _DETACHBUILDSFROMMODELVERSIONSRESPONSE._serialized_start=2322
297
- _DETACHBUILDSFROMMODELVERSIONSRESPONSE._serialized_end=2361
298
- _BUILDSORCHESTRATORSERVICE._serialized_start=2364
299
- _BUILDSORCHESTRATORSERVICE._serialized_end=3886
35
+ _globals['_BUILDMODELREQUEST']._serialized_start=129
36
+ _globals['_BUILDMODELREQUEST']._serialized_end=211
37
+ _globals['_BUILDMODELRESPONSE']._serialized_start=213
38
+ _globals['_BUILDMODELRESPONSE']._serialized_end=233
39
+ _globals['_CANCELBUILDMODELREQUEST']._serialized_start=235
40
+ _globals['_CANCELBUILDMODELREQUEST']._serialized_end=278
41
+ _globals['_CANCELBUILDMODELRESPONSE']._serialized_start=280
42
+ _globals['_CANCELBUILDMODELRESPONSE']._serialized_end=306
43
+ _globals['_CREATEUPLOADURLREQUEST']._serialized_start=308
44
+ _globals['_CREATEUPLOADURLREQUEST']._serialized_end=350
45
+ _globals['_CREATEUPLOADURLRESPONSE']._serialized_start=352
46
+ _globals['_CREATEUPLOADURLRESPONSE']._serialized_end=419
47
+ _globals['_GETBUILDVERSIONINGUPLOADURLREQUEST']._serialized_start=421
48
+ _globals['_GETBUILDVERSIONINGUPLOADURLREQUEST']._serialized_end=525
49
+ _globals['_GETBUILDVERSIONINGUPLOADURLRESPONSE']._serialized_start=528
50
+ _globals['_GETBUILDVERSIONINGUPLOADURLRESPONSE']._serialized_end=823
51
+ _globals['_GETBUILDVERSIONINGUPLOADURLRESPONSE_HEADERSENTRY']._serialized_start=777
52
+ _globals['_GETBUILDVERSIONINGUPLOADURLRESPONSE_HEADERSENTRY']._serialized_end=823
53
+ _globals['_AUTHENTICATIONDETAIL']._serialized_start=826
54
+ _globals['_AUTHENTICATIONDETAIL']._serialized_end=960
55
+ _globals['_JFROGAUTHENTICATIONDETAIL']._serialized_start=962
56
+ _globals['_JFROGAUTHENTICATIONDETAIL']._serialized_end=1022
57
+ _globals['_GETBUILDVERSIONINGDOWNLOADURLREQUEST']._serialized_start=1024
58
+ _globals['_GETBUILDVERSIONINGDOWNLOADURLREQUEST']._serialized_end=1130
59
+ _globals['_GETBUILDVERSIONINGDOWNLOADURLRESPONSE']._serialized_start=1133
60
+ _globals['_GETBUILDVERSIONINGDOWNLOADURLRESPONSE']._serialized_end=1356
61
+ _globals['_GETBUILDVERSIONINGDOWNLOADURLRESPONSE_HEADERSENTRY']._serialized_start=777
62
+ _globals['_GETBUILDVERSIONINGDOWNLOADURLRESPONSE_HEADERSENTRY']._serialized_end=823
63
+ _globals['_LISTBUILDVERSIONINGTAGSREQUEST']._serialized_start=1358
64
+ _globals['_LISTBUILDVERSIONINGTAGSREQUEST']._serialized_end=1468
65
+ _globals['_LISTBUILDVERSIONINGTAGSRESPONSE']._serialized_start=1471
66
+ _globals['_LISTBUILDVERSIONINGTAGSRESPONSE']._serialized_end=1627
67
+ _globals['_CREATEDATATABLEREQUEST']._serialized_start=1630
68
+ _globals['_CREATEDATATABLEREQUEST']._serialized_end=1779
69
+ _globals['_CREATEDATATABLERESPONSE']._serialized_start=1781
70
+ _globals['_CREATEDATATABLERESPONSE']._serialized_end=1806
71
+ _globals['_GETBASEDOCKERIMAGENAMEREQUEST']._serialized_start=1808
72
+ _globals['_GETBASEDOCKERIMAGENAMEREQUEST']._serialized_end=1918
73
+ _globals['_GETBASEDOCKERIMAGENAMERESPONSE']._serialized_start=1920
74
+ _globals['_GETBASEDOCKERIMAGENAMERESPONSE']._serialized_end=1984
75
+ _globals['_SAVEARTIFACTPATHREQUEST']._serialized_start=1986
76
+ _globals['_SAVEARTIFACTPATHREQUEST']._serialized_end=2088
77
+ _globals['_SAVEARTIFACTPATHRESPONSE']._serialized_start=2090
78
+ _globals['_SAVEARTIFACTPATHRESPONSE']._serialized_end=2116
79
+ _globals['_LISTBUILDARTIFACTSREQUEST']._serialized_start=2118
80
+ _globals['_LISTBUILDARTIFACTSREQUEST']._serialized_end=2163
81
+ _globals['_LISTBUILDARTIFACTSRESPONSE']._serialized_start=2165
82
+ _globals['_LISTBUILDARTIFACTSRESPONSE']._serialized_end=2253
83
+ _globals['_DETACHBUILDSFROMMODELVERSIONSREQUEST']._serialized_start=2255
84
+ _globals['_DETACHBUILDSFROMMODELVERSIONSREQUEST']._serialized_end=2320
85
+ _globals['_DETACHBUILDSFROMMODELVERSIONSRESPONSE']._serialized_start=2322
86
+ _globals['_DETACHBUILDSFROMMODELVERSIONSRESPONSE']._serialized_end=2361
87
+ _globals['_BUILDSORCHESTRATORSERVICE']._serialized_start=2364
88
+ _globals['_BUILDSORCHESTRATORSERVICE']._serialized_end=3886
300
89
  # @@protoc_insertion_point(module_scope)