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/build/v1/build_api.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()
@@ -21,328 +19,9 @@ from _qwak_proto.qwak.fitness_service import fitness_pb2 as qwak_dot_fitness__se
21
19
 
22
20
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1dqwak/build/v1/build_api.proto\x12\x11\x63om.qwak.build.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x19qwak/build/v1/build.proto\x1a/qwak/user_application/common/v0/resources.proto\x1a\"qwak/fitness_service/fitness.proto\"R\n\x1aSaveFrameworkModelsRequest\x12\x34\n\x04spec\x18\x01 \x01(\x0b\x32&.com.qwak.build.v1.FrameworkModelsSpec\"\x1d\n\x1bSaveFrameworkModelsResponse\"|\n\x14RegisterBuildRequest\x12\x0f\n\x07\x62uildId\x18\x01 \x01(\t\x12\x10\n\x08\x63ommitId\x18\x02 \x01(\t\x12\x0f\n\x07modelId\x18\x03 \x01(\t\x12\x13\n\x0b\x62uildConfig\x18\x04 \x01(\t\x12\x0c\n\x04tags\x18\x05 \x03(\t\x12\r\n\x05steps\x18\x06 \x03(\t\"\x17\n\x15RegisterBuildResponse\"a\n\x18UpdateBuildStatusRequest\x12\x0f\n\x07\x62uildId\x18\x01 \x01(\t\x12\x34\n\x0c\x62uild_status\x18\x02 \x01(\x0e\x32\x1e.com.qwak.build.v1.BuildStatus\"\x1b\n\x19UpdateBuildStatusResponse\"\xba\x02\n!RegisterExperimentTrackingRequest\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\x12P\n\x06params\x18\x02 \x03(\x0b\x32@.com.qwak.build.v1.RegisterExperimentTrackingRequest.ParamsEntry\x12R\n\x07metrics\x18\x03 \x03(\x0b\x32\x41.com.qwak.build.v1.RegisterExperimentTrackingRequest.MetricsEntry\x1a-\n\x0bParamsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a.\n\x0cMetricsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x02:\x02\x38\x01\"$\n\"RegisterExperimentTrackingResponse\"d\n\x1aRegisterModelSchemaRequest\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\x12\x34\n\x0cmodel_schema\x18\x02 \x01(\x0b\x32\x1e.com.qwak.build.v1.ModelSchema\"\x1d\n\x1bRegisterModelSchemaResponse\"#\n\x0fGetBuildRequest\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\";\n\x10GetBuildResponse\x12\'\n\x05\x62uild\x18\x01 \x01(\x0b\x32\x18.com.qwak.build.v1.Build\"n\n\x11ListBuildsRequest\x12\x15\n\tbranch_id\x18\x01 \x01(\tB\x02\x18\x01\x12.\n\x06\x66ilter\x18\x02 \x01(\x0b\x32\x1e.com.qwak.build.v1.BuildFilter\x12\x12\n\nmodel_uuid\x18\x03 \x01(\t\"=\n\x12ListBuildsResponse\x12\'\n\x05\x62uild\x18\x01 \x03(\x0b\x32\x18.com.qwak.build.v1.Build\"5\n\x13RegisterTagsRequest\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\x12\x0c\n\x04tags\x18\x02 \x03(\t\"\x16\n\x14RegisterTagsResponse\"\x8e\x01\n\x15LogPhaseStatusRequest\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\x12\x10\n\x08phase_id\x18\x02 \x01(\t\x12.\n\x06status\x18\x03 \x01(\x0e\x32\x1e.com.qwak.build.v1.PhaseStatus\x12!\n\x19phase_duration_in_seconds\x18\x04 \x01(\x05\"\x18\n\x16LogPhaseStatusResponse\"+\n\x17GetPhaseStatusesRequest\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\"\x99\x02\n\x0ePhaseStatusLog\x12\x10\n\x08phase_id\x18\x01 \x01(\t\x12.\n\x06status\x18\x02 \x01(\x0e\x32\x1e.com.qwak.build.v1.PhaseStatus\x12!\n\x19phase_duration_in_seconds\x18\x03 \x01(\x05\x12<\n\x12pod_failure_reason\x18\x04 \x01(\x0e\x32 .com.qwak.build.v1.FailureReason\x12.\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x34\n\x10last_modified_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"O\n\x18GetPhaseStatusesResponse\x12\x33\n\x08statuses\x18\x01 \x03(\x0b\x32!.com.qwak.build.v1.PhaseStatusLog\"\'\n\x12\x44\x65leteBuildRequest\x12\x11\n\tbuild_ids\x18\x01 \x03(\t\"\x15\n\x13\x44\x65leteBuildResponse\"a\n\x11GetTagPathRequest\x12\x16\n\x0e\x65nvironment_id\x18\x01 \x01(\t\x12\x10\n\x08model_id\x18\x02 \x01(\t\x12\x10\n\x08\x62uild_id\x18\x03 \x01(\t\x12\x10\n\x08tag_name\x18\x04 \x01(\t\"&\n\x12GetTagPathResponse\x12\x10\n\x08key_path\x18\x01 \x01(\t\"\xa4\x02\n\x1dRerunBuildFromExistingRequest\x12\x19\n\x11\x65xisting_build_id\x18\x01 \x01(\t\x12\x46\n\x17new_build_configuration\x18\x02 \x01(\x0b\x32%.com.qwak.build.v1.BuildConfiguration\x12M\n\tresources\x18\x03 \x01(\x0b\x32:.qwak.user_application.common.v0.ClientPodComputeResources\x12=\n\x0fpurchase_option\x18\x04 \x01(\x0e\x32$.qwak.fitness.service.PurchaseOption\x12\x12\n\nbuild_name\x18\x05 \x01(\t\" \n\x1eRerunBuildFromExistingResponse\"S\n$GetBuildsArtifactsScanSummaryRequest\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\x12\x19\n\rartifact_name\x18\x02 \x01(\tB\x02\x18\x01\"\xd5\x02\n%GetBuildsArtifactsScanSummaryResponse\x12\x38\n\x06result\x18\x01 \x01(\x0b\x32$.com.qwak.build.v1.ScanResultSummaryB\x02\x18\x01\x12\x1a\n\x0eui_direct_link\x18\x02 \x01(\tB\x02\x18\x01\x12s\n\x17result_by_artifact_name\x18\x03 \x03(\x0b\x32R.com.qwak.build.v1.GetBuildsArtifactsScanSummaryResponse.ResultByArtifactNameEntry\x1a\x61\n\x19ResultByArtifactNameEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x33\n\x05value\x18\x02 \x01(\x0b\x32$.com.qwak.build.v1.ScanResultSummary:\x02\x38\x01\"G\n\x1bGetBuildImageDetailsRequest\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\x12\x16\n\x0e\x65nvironment_id\x18\x02 \x01(\t\"a\n\x1cGetBuildImageDetailsResponse\x12\x41\n\x13\x62uild_image_details\x18\x01 \x01(\x0b\x32$.com.qwak.build.v1.BuildImageDetails\">\n\x16UpdateBuildNameRequest\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\x12\x12\n\nbuild_name\x18\x02 \x01(\t\"\x19\n\x17UpdateBuildNameResponse\"p\n\x1dGetBuildsArtifactsScanRequest\x12\x10\n\x08\x62uild_id\x18\x01 \x01(\t\x12=\n\x11scan_request_type\x18\x02 \x01(\x0b\x32\".com.qwak.build.v1.ScanRequestType\"2\n\x1eGetBuildsArtifactsScanResponse\x12\x10\n\x08raw_data\x18\x01 \x01(\t*\x97\x01\n\x0bPhaseStatus\x12\x18\n\x14PHASE_STATUS_INVALID\x10\x00\x12\x1c\n\x18PHASE_STATUS_IN_PROGRESS\x10\x01\x12\x1b\n\x17PHASE_STATUS_SUCCESSFUL\x10\x02\x12\x17\n\x13PHASE_STATUS_FAILED\x10\x03\x12\x1a\n\x16PHASE_STATUS_CANCELLED\x10\x04*w\n\rFailureReason\x12\x1e\n\x1a\x46\x41ILURE_REASON_UNSPECIFIED\x10\x00\x12$\n FAILURE_REASON_AVAILABLE_IN_LOGS\x10\x01\x12 \n\x1c\x46\x41ILURE_REASON_OUT_OF_MEMORY\x10\x02\x32\xea\x0e\n\x08\x42uildAPI\x12\x62\n\rRegisterBuild\x12\'.com.qwak.build.v1.RegisterBuildRequest\x1a(.com.qwak.build.v1.RegisterBuildResponse\x12n\n\x11UpdateBuildStatus\x12+.com.qwak.build.v1.UpdateBuildStatusRequest\x1a,.com.qwak.build.v1.UpdateBuildStatusResponse\x12\x89\x01\n\x1aRegisterExperimentTracking\x12\x34.com.qwak.build.v1.RegisterExperimentTrackingRequest\x1a\x35.com.qwak.build.v1.RegisterExperimentTrackingResponse\x12_\n\x0cRegisterTags\x12&.com.qwak.build.v1.RegisterTagsRequest\x1a\'.com.qwak.build.v1.RegisterTagsResponse\x12t\n\x13RegisterModelSchema\x12-.com.qwak.build.v1.RegisterModelSchemaRequest\x1a..com.qwak.build.v1.RegisterModelSchemaResponse\x12S\n\x08GetBuild\x12\".com.qwak.build.v1.GetBuildRequest\x1a#.com.qwak.build.v1.GetBuildResponse\x12Y\n\nListBuilds\x12$.com.qwak.build.v1.ListBuildsRequest\x1a%.com.qwak.build.v1.ListBuildsResponse\x12\\\n\x0b\x44\x65leteBuild\x12%.com.qwak.build.v1.DeleteBuildRequest\x1a&.com.qwak.build.v1.DeleteBuildResponse\x12\x65\n\x0eLogPhaseStatus\x12(.com.qwak.build.v1.LogPhaseStatusRequest\x1a).com.qwak.build.v1.LogPhaseStatusResponse\x12k\n\x10GetPhaseStatuses\x12*.com.qwak.build.v1.GetPhaseStatusesRequest\x1a+.com.qwak.build.v1.GetPhaseStatusesResponse\x12Y\n\nGetTagPath\x12$.com.qwak.build.v1.GetTagPathRequest\x1a%.com.qwak.build.v1.GetTagPathResponse\x12}\n\x16RerunBuildFromExisting\x12\x30.com.qwak.build.v1.RerunBuildFromExistingRequest\x1a\x31.com.qwak.build.v1.RerunBuildFromExistingResponse\x12t\n\x13SaveFrameworkModels\x12-.com.qwak.build.v1.SaveFrameworkModelsRequest\x1a..com.qwak.build.v1.SaveFrameworkModelsResponse\x12\x92\x01\n\x1dGetBuildsArtifactsScanSummary\x12\x37.com.qwak.build.v1.GetBuildsArtifactsScanSummaryRequest\x1a\x38.com.qwak.build.v1.GetBuildsArtifactsScanSummaryResponse\x12w\n\x14GetBuildImageDetails\x12..com.qwak.build.v1.GetBuildImageDetailsRequest\x1a/.com.qwak.build.v1.GetBuildImageDetailsResponse\x12h\n\x0fUpdateBuildName\x12).com.qwak.build.v1.UpdateBuildNameRequest\x1a*.com.qwak.build.v1.UpdateBuildNameResponse\x12}\n\x16GetBuildsArtifactsScan\x12\x30.com.qwak.build.v1.GetBuildsArtifactsScanRequest\x1a\x31.com.qwak.build.v1.GetBuildsArtifactsScanResponseB$\n\x11\x63om.qwak.build.v1B\rBuildApiProtoP\x01\x62\x06proto3')
23
21
 
24
- _PHASESTATUS = DESCRIPTOR.enum_types_by_name['PhaseStatus']
25
- PhaseStatus = enum_type_wrapper.EnumTypeWrapper(_PHASESTATUS)
26
- _FAILUREREASON = DESCRIPTOR.enum_types_by_name['FailureReason']
27
- FailureReason = enum_type_wrapper.EnumTypeWrapper(_FAILUREREASON)
28
- PHASE_STATUS_INVALID = 0
29
- PHASE_STATUS_IN_PROGRESS = 1
30
- PHASE_STATUS_SUCCESSFUL = 2
31
- PHASE_STATUS_FAILED = 3
32
- PHASE_STATUS_CANCELLED = 4
33
- FAILURE_REASON_UNSPECIFIED = 0
34
- FAILURE_REASON_AVAILABLE_IN_LOGS = 1
35
- FAILURE_REASON_OUT_OF_MEMORY = 2
36
-
37
-
38
- _SAVEFRAMEWORKMODELSREQUEST = DESCRIPTOR.message_types_by_name['SaveFrameworkModelsRequest']
39
- _SAVEFRAMEWORKMODELSRESPONSE = DESCRIPTOR.message_types_by_name['SaveFrameworkModelsResponse']
40
- _REGISTERBUILDREQUEST = DESCRIPTOR.message_types_by_name['RegisterBuildRequest']
41
- _REGISTERBUILDRESPONSE = DESCRIPTOR.message_types_by_name['RegisterBuildResponse']
42
- _UPDATEBUILDSTATUSREQUEST = DESCRIPTOR.message_types_by_name['UpdateBuildStatusRequest']
43
- _UPDATEBUILDSTATUSRESPONSE = DESCRIPTOR.message_types_by_name['UpdateBuildStatusResponse']
44
- _REGISTEREXPERIMENTTRACKINGREQUEST = DESCRIPTOR.message_types_by_name['RegisterExperimentTrackingRequest']
45
- _REGISTEREXPERIMENTTRACKINGREQUEST_PARAMSENTRY = _REGISTEREXPERIMENTTRACKINGREQUEST.nested_types_by_name['ParamsEntry']
46
- _REGISTEREXPERIMENTTRACKINGREQUEST_METRICSENTRY = _REGISTEREXPERIMENTTRACKINGREQUEST.nested_types_by_name['MetricsEntry']
47
- _REGISTEREXPERIMENTTRACKINGRESPONSE = DESCRIPTOR.message_types_by_name['RegisterExperimentTrackingResponse']
48
- _REGISTERMODELSCHEMAREQUEST = DESCRIPTOR.message_types_by_name['RegisterModelSchemaRequest']
49
- _REGISTERMODELSCHEMARESPONSE = DESCRIPTOR.message_types_by_name['RegisterModelSchemaResponse']
50
- _GETBUILDREQUEST = DESCRIPTOR.message_types_by_name['GetBuildRequest']
51
- _GETBUILDRESPONSE = DESCRIPTOR.message_types_by_name['GetBuildResponse']
52
- _LISTBUILDSREQUEST = DESCRIPTOR.message_types_by_name['ListBuildsRequest']
53
- _LISTBUILDSRESPONSE = DESCRIPTOR.message_types_by_name['ListBuildsResponse']
54
- _REGISTERTAGSREQUEST = DESCRIPTOR.message_types_by_name['RegisterTagsRequest']
55
- _REGISTERTAGSRESPONSE = DESCRIPTOR.message_types_by_name['RegisterTagsResponse']
56
- _LOGPHASESTATUSREQUEST = DESCRIPTOR.message_types_by_name['LogPhaseStatusRequest']
57
- _LOGPHASESTATUSRESPONSE = DESCRIPTOR.message_types_by_name['LogPhaseStatusResponse']
58
- _GETPHASESTATUSESREQUEST = DESCRIPTOR.message_types_by_name['GetPhaseStatusesRequest']
59
- _PHASESTATUSLOG = DESCRIPTOR.message_types_by_name['PhaseStatusLog']
60
- _GETPHASESTATUSESRESPONSE = DESCRIPTOR.message_types_by_name['GetPhaseStatusesResponse']
61
- _DELETEBUILDREQUEST = DESCRIPTOR.message_types_by_name['DeleteBuildRequest']
62
- _DELETEBUILDRESPONSE = DESCRIPTOR.message_types_by_name['DeleteBuildResponse']
63
- _GETTAGPATHREQUEST = DESCRIPTOR.message_types_by_name['GetTagPathRequest']
64
- _GETTAGPATHRESPONSE = DESCRIPTOR.message_types_by_name['GetTagPathResponse']
65
- _RERUNBUILDFROMEXISTINGREQUEST = DESCRIPTOR.message_types_by_name['RerunBuildFromExistingRequest']
66
- _RERUNBUILDFROMEXISTINGRESPONSE = DESCRIPTOR.message_types_by_name['RerunBuildFromExistingResponse']
67
- _GETBUILDSARTIFACTSSCANSUMMARYREQUEST = DESCRIPTOR.message_types_by_name['GetBuildsArtifactsScanSummaryRequest']
68
- _GETBUILDSARTIFACTSSCANSUMMARYRESPONSE = DESCRIPTOR.message_types_by_name['GetBuildsArtifactsScanSummaryResponse']
69
- _GETBUILDSARTIFACTSSCANSUMMARYRESPONSE_RESULTBYARTIFACTNAMEENTRY = _GETBUILDSARTIFACTSSCANSUMMARYRESPONSE.nested_types_by_name['ResultByArtifactNameEntry']
70
- _GETBUILDIMAGEDETAILSREQUEST = DESCRIPTOR.message_types_by_name['GetBuildImageDetailsRequest']
71
- _GETBUILDIMAGEDETAILSRESPONSE = DESCRIPTOR.message_types_by_name['GetBuildImageDetailsResponse']
72
- _UPDATEBUILDNAMEREQUEST = DESCRIPTOR.message_types_by_name['UpdateBuildNameRequest']
73
- _UPDATEBUILDNAMERESPONSE = DESCRIPTOR.message_types_by_name['UpdateBuildNameResponse']
74
- _GETBUILDSARTIFACTSSCANREQUEST = DESCRIPTOR.message_types_by_name['GetBuildsArtifactsScanRequest']
75
- _GETBUILDSARTIFACTSSCANRESPONSE = DESCRIPTOR.message_types_by_name['GetBuildsArtifactsScanResponse']
76
- SaveFrameworkModelsRequest = _reflection.GeneratedProtocolMessageType('SaveFrameworkModelsRequest', (_message.Message,), {
77
- 'DESCRIPTOR' : _SAVEFRAMEWORKMODELSREQUEST,
78
- '__module__' : 'qwak.build.v1.build_api_pb2'
79
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.SaveFrameworkModelsRequest)
80
- })
81
- _sym_db.RegisterMessage(SaveFrameworkModelsRequest)
82
-
83
- SaveFrameworkModelsResponse = _reflection.GeneratedProtocolMessageType('SaveFrameworkModelsResponse', (_message.Message,), {
84
- 'DESCRIPTOR' : _SAVEFRAMEWORKMODELSRESPONSE,
85
- '__module__' : 'qwak.build.v1.build_api_pb2'
86
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.SaveFrameworkModelsResponse)
87
- })
88
- _sym_db.RegisterMessage(SaveFrameworkModelsResponse)
89
-
90
- RegisterBuildRequest = _reflection.GeneratedProtocolMessageType('RegisterBuildRequest', (_message.Message,), {
91
- 'DESCRIPTOR' : _REGISTERBUILDREQUEST,
92
- '__module__' : 'qwak.build.v1.build_api_pb2'
93
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.RegisterBuildRequest)
94
- })
95
- _sym_db.RegisterMessage(RegisterBuildRequest)
96
-
97
- RegisterBuildResponse = _reflection.GeneratedProtocolMessageType('RegisterBuildResponse', (_message.Message,), {
98
- 'DESCRIPTOR' : _REGISTERBUILDRESPONSE,
99
- '__module__' : 'qwak.build.v1.build_api_pb2'
100
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.RegisterBuildResponse)
101
- })
102
- _sym_db.RegisterMessage(RegisterBuildResponse)
103
-
104
- UpdateBuildStatusRequest = _reflection.GeneratedProtocolMessageType('UpdateBuildStatusRequest', (_message.Message,), {
105
- 'DESCRIPTOR' : _UPDATEBUILDSTATUSREQUEST,
106
- '__module__' : 'qwak.build.v1.build_api_pb2'
107
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.UpdateBuildStatusRequest)
108
- })
109
- _sym_db.RegisterMessage(UpdateBuildStatusRequest)
110
-
111
- UpdateBuildStatusResponse = _reflection.GeneratedProtocolMessageType('UpdateBuildStatusResponse', (_message.Message,), {
112
- 'DESCRIPTOR' : _UPDATEBUILDSTATUSRESPONSE,
113
- '__module__' : 'qwak.build.v1.build_api_pb2'
114
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.UpdateBuildStatusResponse)
115
- })
116
- _sym_db.RegisterMessage(UpdateBuildStatusResponse)
117
-
118
- RegisterExperimentTrackingRequest = _reflection.GeneratedProtocolMessageType('RegisterExperimentTrackingRequest', (_message.Message,), {
119
-
120
- 'ParamsEntry' : _reflection.GeneratedProtocolMessageType('ParamsEntry', (_message.Message,), {
121
- 'DESCRIPTOR' : _REGISTEREXPERIMENTTRACKINGREQUEST_PARAMSENTRY,
122
- '__module__' : 'qwak.build.v1.build_api_pb2'
123
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.RegisterExperimentTrackingRequest.ParamsEntry)
124
- })
125
- ,
126
-
127
- 'MetricsEntry' : _reflection.GeneratedProtocolMessageType('MetricsEntry', (_message.Message,), {
128
- 'DESCRIPTOR' : _REGISTEREXPERIMENTTRACKINGREQUEST_METRICSENTRY,
129
- '__module__' : 'qwak.build.v1.build_api_pb2'
130
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.RegisterExperimentTrackingRequest.MetricsEntry)
131
- })
132
- ,
133
- 'DESCRIPTOR' : _REGISTEREXPERIMENTTRACKINGREQUEST,
134
- '__module__' : 'qwak.build.v1.build_api_pb2'
135
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.RegisterExperimentTrackingRequest)
136
- })
137
- _sym_db.RegisterMessage(RegisterExperimentTrackingRequest)
138
- _sym_db.RegisterMessage(RegisterExperimentTrackingRequest.ParamsEntry)
139
- _sym_db.RegisterMessage(RegisterExperimentTrackingRequest.MetricsEntry)
140
-
141
- RegisterExperimentTrackingResponse = _reflection.GeneratedProtocolMessageType('RegisterExperimentTrackingResponse', (_message.Message,), {
142
- 'DESCRIPTOR' : _REGISTEREXPERIMENTTRACKINGRESPONSE,
143
- '__module__' : 'qwak.build.v1.build_api_pb2'
144
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.RegisterExperimentTrackingResponse)
145
- })
146
- _sym_db.RegisterMessage(RegisterExperimentTrackingResponse)
147
-
148
- RegisterModelSchemaRequest = _reflection.GeneratedProtocolMessageType('RegisterModelSchemaRequest', (_message.Message,), {
149
- 'DESCRIPTOR' : _REGISTERMODELSCHEMAREQUEST,
150
- '__module__' : 'qwak.build.v1.build_api_pb2'
151
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.RegisterModelSchemaRequest)
152
- })
153
- _sym_db.RegisterMessage(RegisterModelSchemaRequest)
154
-
155
- RegisterModelSchemaResponse = _reflection.GeneratedProtocolMessageType('RegisterModelSchemaResponse', (_message.Message,), {
156
- 'DESCRIPTOR' : _REGISTERMODELSCHEMARESPONSE,
157
- '__module__' : 'qwak.build.v1.build_api_pb2'
158
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.RegisterModelSchemaResponse)
159
- })
160
- _sym_db.RegisterMessage(RegisterModelSchemaResponse)
161
-
162
- GetBuildRequest = _reflection.GeneratedProtocolMessageType('GetBuildRequest', (_message.Message,), {
163
- 'DESCRIPTOR' : _GETBUILDREQUEST,
164
- '__module__' : 'qwak.build.v1.build_api_pb2'
165
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.GetBuildRequest)
166
- })
167
- _sym_db.RegisterMessage(GetBuildRequest)
168
-
169
- GetBuildResponse = _reflection.GeneratedProtocolMessageType('GetBuildResponse', (_message.Message,), {
170
- 'DESCRIPTOR' : _GETBUILDRESPONSE,
171
- '__module__' : 'qwak.build.v1.build_api_pb2'
172
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.GetBuildResponse)
173
- })
174
- _sym_db.RegisterMessage(GetBuildResponse)
175
-
176
- ListBuildsRequest = _reflection.GeneratedProtocolMessageType('ListBuildsRequest', (_message.Message,), {
177
- 'DESCRIPTOR' : _LISTBUILDSREQUEST,
178
- '__module__' : 'qwak.build.v1.build_api_pb2'
179
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.ListBuildsRequest)
180
- })
181
- _sym_db.RegisterMessage(ListBuildsRequest)
182
-
183
- ListBuildsResponse = _reflection.GeneratedProtocolMessageType('ListBuildsResponse', (_message.Message,), {
184
- 'DESCRIPTOR' : _LISTBUILDSRESPONSE,
185
- '__module__' : 'qwak.build.v1.build_api_pb2'
186
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.ListBuildsResponse)
187
- })
188
- _sym_db.RegisterMessage(ListBuildsResponse)
189
-
190
- RegisterTagsRequest = _reflection.GeneratedProtocolMessageType('RegisterTagsRequest', (_message.Message,), {
191
- 'DESCRIPTOR' : _REGISTERTAGSREQUEST,
192
- '__module__' : 'qwak.build.v1.build_api_pb2'
193
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.RegisterTagsRequest)
194
- })
195
- _sym_db.RegisterMessage(RegisterTagsRequest)
196
-
197
- RegisterTagsResponse = _reflection.GeneratedProtocolMessageType('RegisterTagsResponse', (_message.Message,), {
198
- 'DESCRIPTOR' : _REGISTERTAGSRESPONSE,
199
- '__module__' : 'qwak.build.v1.build_api_pb2'
200
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.RegisterTagsResponse)
201
- })
202
- _sym_db.RegisterMessage(RegisterTagsResponse)
203
-
204
- LogPhaseStatusRequest = _reflection.GeneratedProtocolMessageType('LogPhaseStatusRequest', (_message.Message,), {
205
- 'DESCRIPTOR' : _LOGPHASESTATUSREQUEST,
206
- '__module__' : 'qwak.build.v1.build_api_pb2'
207
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.LogPhaseStatusRequest)
208
- })
209
- _sym_db.RegisterMessage(LogPhaseStatusRequest)
210
-
211
- LogPhaseStatusResponse = _reflection.GeneratedProtocolMessageType('LogPhaseStatusResponse', (_message.Message,), {
212
- 'DESCRIPTOR' : _LOGPHASESTATUSRESPONSE,
213
- '__module__' : 'qwak.build.v1.build_api_pb2'
214
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.LogPhaseStatusResponse)
215
- })
216
- _sym_db.RegisterMessage(LogPhaseStatusResponse)
217
-
218
- GetPhaseStatusesRequest = _reflection.GeneratedProtocolMessageType('GetPhaseStatusesRequest', (_message.Message,), {
219
- 'DESCRIPTOR' : _GETPHASESTATUSESREQUEST,
220
- '__module__' : 'qwak.build.v1.build_api_pb2'
221
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.GetPhaseStatusesRequest)
222
- })
223
- _sym_db.RegisterMessage(GetPhaseStatusesRequest)
224
-
225
- PhaseStatusLog = _reflection.GeneratedProtocolMessageType('PhaseStatusLog', (_message.Message,), {
226
- 'DESCRIPTOR' : _PHASESTATUSLOG,
227
- '__module__' : 'qwak.build.v1.build_api_pb2'
228
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.PhaseStatusLog)
229
- })
230
- _sym_db.RegisterMessage(PhaseStatusLog)
231
-
232
- GetPhaseStatusesResponse = _reflection.GeneratedProtocolMessageType('GetPhaseStatusesResponse', (_message.Message,), {
233
- 'DESCRIPTOR' : _GETPHASESTATUSESRESPONSE,
234
- '__module__' : 'qwak.build.v1.build_api_pb2'
235
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.GetPhaseStatusesResponse)
236
- })
237
- _sym_db.RegisterMessage(GetPhaseStatusesResponse)
238
-
239
- DeleteBuildRequest = _reflection.GeneratedProtocolMessageType('DeleteBuildRequest', (_message.Message,), {
240
- 'DESCRIPTOR' : _DELETEBUILDREQUEST,
241
- '__module__' : 'qwak.build.v1.build_api_pb2'
242
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.DeleteBuildRequest)
243
- })
244
- _sym_db.RegisterMessage(DeleteBuildRequest)
245
-
246
- DeleteBuildResponse = _reflection.GeneratedProtocolMessageType('DeleteBuildResponse', (_message.Message,), {
247
- 'DESCRIPTOR' : _DELETEBUILDRESPONSE,
248
- '__module__' : 'qwak.build.v1.build_api_pb2'
249
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.DeleteBuildResponse)
250
- })
251
- _sym_db.RegisterMessage(DeleteBuildResponse)
252
-
253
- GetTagPathRequest = _reflection.GeneratedProtocolMessageType('GetTagPathRequest', (_message.Message,), {
254
- 'DESCRIPTOR' : _GETTAGPATHREQUEST,
255
- '__module__' : 'qwak.build.v1.build_api_pb2'
256
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.GetTagPathRequest)
257
- })
258
- _sym_db.RegisterMessage(GetTagPathRequest)
259
-
260
- GetTagPathResponse = _reflection.GeneratedProtocolMessageType('GetTagPathResponse', (_message.Message,), {
261
- 'DESCRIPTOR' : _GETTAGPATHRESPONSE,
262
- '__module__' : 'qwak.build.v1.build_api_pb2'
263
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.GetTagPathResponse)
264
- })
265
- _sym_db.RegisterMessage(GetTagPathResponse)
266
-
267
- RerunBuildFromExistingRequest = _reflection.GeneratedProtocolMessageType('RerunBuildFromExistingRequest', (_message.Message,), {
268
- 'DESCRIPTOR' : _RERUNBUILDFROMEXISTINGREQUEST,
269
- '__module__' : 'qwak.build.v1.build_api_pb2'
270
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.RerunBuildFromExistingRequest)
271
- })
272
- _sym_db.RegisterMessage(RerunBuildFromExistingRequest)
273
-
274
- RerunBuildFromExistingResponse = _reflection.GeneratedProtocolMessageType('RerunBuildFromExistingResponse', (_message.Message,), {
275
- 'DESCRIPTOR' : _RERUNBUILDFROMEXISTINGRESPONSE,
276
- '__module__' : 'qwak.build.v1.build_api_pb2'
277
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.RerunBuildFromExistingResponse)
278
- })
279
- _sym_db.RegisterMessage(RerunBuildFromExistingResponse)
280
-
281
- GetBuildsArtifactsScanSummaryRequest = _reflection.GeneratedProtocolMessageType('GetBuildsArtifactsScanSummaryRequest', (_message.Message,), {
282
- 'DESCRIPTOR' : _GETBUILDSARTIFACTSSCANSUMMARYREQUEST,
283
- '__module__' : 'qwak.build.v1.build_api_pb2'
284
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.GetBuildsArtifactsScanSummaryRequest)
285
- })
286
- _sym_db.RegisterMessage(GetBuildsArtifactsScanSummaryRequest)
287
-
288
- GetBuildsArtifactsScanSummaryResponse = _reflection.GeneratedProtocolMessageType('GetBuildsArtifactsScanSummaryResponse', (_message.Message,), {
289
-
290
- 'ResultByArtifactNameEntry' : _reflection.GeneratedProtocolMessageType('ResultByArtifactNameEntry', (_message.Message,), {
291
- 'DESCRIPTOR' : _GETBUILDSARTIFACTSSCANSUMMARYRESPONSE_RESULTBYARTIFACTNAMEENTRY,
292
- '__module__' : 'qwak.build.v1.build_api_pb2'
293
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.GetBuildsArtifactsScanSummaryResponse.ResultByArtifactNameEntry)
294
- })
295
- ,
296
- 'DESCRIPTOR' : _GETBUILDSARTIFACTSSCANSUMMARYRESPONSE,
297
- '__module__' : 'qwak.build.v1.build_api_pb2'
298
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.GetBuildsArtifactsScanSummaryResponse)
299
- })
300
- _sym_db.RegisterMessage(GetBuildsArtifactsScanSummaryResponse)
301
- _sym_db.RegisterMessage(GetBuildsArtifactsScanSummaryResponse.ResultByArtifactNameEntry)
302
-
303
- GetBuildImageDetailsRequest = _reflection.GeneratedProtocolMessageType('GetBuildImageDetailsRequest', (_message.Message,), {
304
- 'DESCRIPTOR' : _GETBUILDIMAGEDETAILSREQUEST,
305
- '__module__' : 'qwak.build.v1.build_api_pb2'
306
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.GetBuildImageDetailsRequest)
307
- })
308
- _sym_db.RegisterMessage(GetBuildImageDetailsRequest)
309
-
310
- GetBuildImageDetailsResponse = _reflection.GeneratedProtocolMessageType('GetBuildImageDetailsResponse', (_message.Message,), {
311
- 'DESCRIPTOR' : _GETBUILDIMAGEDETAILSRESPONSE,
312
- '__module__' : 'qwak.build.v1.build_api_pb2'
313
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.GetBuildImageDetailsResponse)
314
- })
315
- _sym_db.RegisterMessage(GetBuildImageDetailsResponse)
316
-
317
- UpdateBuildNameRequest = _reflection.GeneratedProtocolMessageType('UpdateBuildNameRequest', (_message.Message,), {
318
- 'DESCRIPTOR' : _UPDATEBUILDNAMEREQUEST,
319
- '__module__' : 'qwak.build.v1.build_api_pb2'
320
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.UpdateBuildNameRequest)
321
- })
322
- _sym_db.RegisterMessage(UpdateBuildNameRequest)
323
-
324
- UpdateBuildNameResponse = _reflection.GeneratedProtocolMessageType('UpdateBuildNameResponse', (_message.Message,), {
325
- 'DESCRIPTOR' : _UPDATEBUILDNAMERESPONSE,
326
- '__module__' : 'qwak.build.v1.build_api_pb2'
327
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.UpdateBuildNameResponse)
328
- })
329
- _sym_db.RegisterMessage(UpdateBuildNameResponse)
330
-
331
- GetBuildsArtifactsScanRequest = _reflection.GeneratedProtocolMessageType('GetBuildsArtifactsScanRequest', (_message.Message,), {
332
- 'DESCRIPTOR' : _GETBUILDSARTIFACTSSCANREQUEST,
333
- '__module__' : 'qwak.build.v1.build_api_pb2'
334
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.GetBuildsArtifactsScanRequest)
335
- })
336
- _sym_db.RegisterMessage(GetBuildsArtifactsScanRequest)
337
-
338
- GetBuildsArtifactsScanResponse = _reflection.GeneratedProtocolMessageType('GetBuildsArtifactsScanResponse', (_message.Message,), {
339
- 'DESCRIPTOR' : _GETBUILDSARTIFACTSSCANRESPONSE,
340
- '__module__' : 'qwak.build.v1.build_api_pb2'
341
- # @@protoc_insertion_point(class_scope:com.qwak.build.v1.GetBuildsArtifactsScanResponse)
342
- })
343
- _sym_db.RegisterMessage(GetBuildsArtifactsScanResponse)
344
-
345
- _BUILDAPI = DESCRIPTOR.services_by_name['BuildAPI']
22
+ _globals = globals()
23
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
24
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.build.v1.build_api_pb2', _globals)
346
25
  if _descriptor._USE_C_DESCRIPTORS == False:
347
26
 
348
27
  DESCRIPTOR._options = None
@@ -361,86 +40,86 @@ if _descriptor._USE_C_DESCRIPTORS == False:
361
40
  _GETBUILDSARTIFACTSSCANSUMMARYRESPONSE.fields_by_name['result']._serialized_options = b'\030\001'
362
41
  _GETBUILDSARTIFACTSSCANSUMMARYRESPONSE.fields_by_name['ui_direct_link']._options = None
363
42
  _GETBUILDSARTIFACTSSCANSUMMARYRESPONSE.fields_by_name['ui_direct_link']._serialized_options = b'\030\001'
364
- _PHASESTATUS._serialized_start=3403
365
- _PHASESTATUS._serialized_end=3554
366
- _FAILUREREASON._serialized_start=3556
367
- _FAILUREREASON._serialized_end=3675
368
- _SAVEFRAMEWORKMODELSREQUEST._serialized_start=197
369
- _SAVEFRAMEWORKMODELSREQUEST._serialized_end=279
370
- _SAVEFRAMEWORKMODELSRESPONSE._serialized_start=281
371
- _SAVEFRAMEWORKMODELSRESPONSE._serialized_end=310
372
- _REGISTERBUILDREQUEST._serialized_start=312
373
- _REGISTERBUILDREQUEST._serialized_end=436
374
- _REGISTERBUILDRESPONSE._serialized_start=438
375
- _REGISTERBUILDRESPONSE._serialized_end=461
376
- _UPDATEBUILDSTATUSREQUEST._serialized_start=463
377
- _UPDATEBUILDSTATUSREQUEST._serialized_end=560
378
- _UPDATEBUILDSTATUSRESPONSE._serialized_start=562
379
- _UPDATEBUILDSTATUSRESPONSE._serialized_end=589
380
- _REGISTEREXPERIMENTTRACKINGREQUEST._serialized_start=592
381
- _REGISTEREXPERIMENTTRACKINGREQUEST._serialized_end=906
382
- _REGISTEREXPERIMENTTRACKINGREQUEST_PARAMSENTRY._serialized_start=813
383
- _REGISTEREXPERIMENTTRACKINGREQUEST_PARAMSENTRY._serialized_end=858
384
- _REGISTEREXPERIMENTTRACKINGREQUEST_METRICSENTRY._serialized_start=860
385
- _REGISTEREXPERIMENTTRACKINGREQUEST_METRICSENTRY._serialized_end=906
386
- _REGISTEREXPERIMENTTRACKINGRESPONSE._serialized_start=908
387
- _REGISTEREXPERIMENTTRACKINGRESPONSE._serialized_end=944
388
- _REGISTERMODELSCHEMAREQUEST._serialized_start=946
389
- _REGISTERMODELSCHEMAREQUEST._serialized_end=1046
390
- _REGISTERMODELSCHEMARESPONSE._serialized_start=1048
391
- _REGISTERMODELSCHEMARESPONSE._serialized_end=1077
392
- _GETBUILDREQUEST._serialized_start=1079
393
- _GETBUILDREQUEST._serialized_end=1114
394
- _GETBUILDRESPONSE._serialized_start=1116
395
- _GETBUILDRESPONSE._serialized_end=1175
396
- _LISTBUILDSREQUEST._serialized_start=1177
397
- _LISTBUILDSREQUEST._serialized_end=1287
398
- _LISTBUILDSRESPONSE._serialized_start=1289
399
- _LISTBUILDSRESPONSE._serialized_end=1350
400
- _REGISTERTAGSREQUEST._serialized_start=1352
401
- _REGISTERTAGSREQUEST._serialized_end=1405
402
- _REGISTERTAGSRESPONSE._serialized_start=1407
403
- _REGISTERTAGSRESPONSE._serialized_end=1429
404
- _LOGPHASESTATUSREQUEST._serialized_start=1432
405
- _LOGPHASESTATUSREQUEST._serialized_end=1574
406
- _LOGPHASESTATUSRESPONSE._serialized_start=1576
407
- _LOGPHASESTATUSRESPONSE._serialized_end=1600
408
- _GETPHASESTATUSESREQUEST._serialized_start=1602
409
- _GETPHASESTATUSESREQUEST._serialized_end=1645
410
- _PHASESTATUSLOG._serialized_start=1648
411
- _PHASESTATUSLOG._serialized_end=1929
412
- _GETPHASESTATUSESRESPONSE._serialized_start=1931
413
- _GETPHASESTATUSESRESPONSE._serialized_end=2010
414
- _DELETEBUILDREQUEST._serialized_start=2012
415
- _DELETEBUILDREQUEST._serialized_end=2051
416
- _DELETEBUILDRESPONSE._serialized_start=2053
417
- _DELETEBUILDRESPONSE._serialized_end=2074
418
- _GETTAGPATHREQUEST._serialized_start=2076
419
- _GETTAGPATHREQUEST._serialized_end=2173
420
- _GETTAGPATHRESPONSE._serialized_start=2175
421
- _GETTAGPATHRESPONSE._serialized_end=2213
422
- _RERUNBUILDFROMEXISTINGREQUEST._serialized_start=2216
423
- _RERUNBUILDFROMEXISTINGREQUEST._serialized_end=2508
424
- _RERUNBUILDFROMEXISTINGRESPONSE._serialized_start=2510
425
- _RERUNBUILDFROMEXISTINGRESPONSE._serialized_end=2542
426
- _GETBUILDSARTIFACTSSCANSUMMARYREQUEST._serialized_start=2544
427
- _GETBUILDSARTIFACTSSCANSUMMARYREQUEST._serialized_end=2627
428
- _GETBUILDSARTIFACTSSCANSUMMARYRESPONSE._serialized_start=2630
429
- _GETBUILDSARTIFACTSSCANSUMMARYRESPONSE._serialized_end=2971
430
- _GETBUILDSARTIFACTSSCANSUMMARYRESPONSE_RESULTBYARTIFACTNAMEENTRY._serialized_start=2874
431
- _GETBUILDSARTIFACTSSCANSUMMARYRESPONSE_RESULTBYARTIFACTNAMEENTRY._serialized_end=2971
432
- _GETBUILDIMAGEDETAILSREQUEST._serialized_start=2973
433
- _GETBUILDIMAGEDETAILSREQUEST._serialized_end=3044
434
- _GETBUILDIMAGEDETAILSRESPONSE._serialized_start=3046
435
- _GETBUILDIMAGEDETAILSRESPONSE._serialized_end=3143
436
- _UPDATEBUILDNAMEREQUEST._serialized_start=3145
437
- _UPDATEBUILDNAMEREQUEST._serialized_end=3207
438
- _UPDATEBUILDNAMERESPONSE._serialized_start=3209
439
- _UPDATEBUILDNAMERESPONSE._serialized_end=3234
440
- _GETBUILDSARTIFACTSSCANREQUEST._serialized_start=3236
441
- _GETBUILDSARTIFACTSSCANREQUEST._serialized_end=3348
442
- _GETBUILDSARTIFACTSSCANRESPONSE._serialized_start=3350
443
- _GETBUILDSARTIFACTSSCANRESPONSE._serialized_end=3400
444
- _BUILDAPI._serialized_start=3678
445
- _BUILDAPI._serialized_end=5576
43
+ _globals['_PHASESTATUS']._serialized_start=3403
44
+ _globals['_PHASESTATUS']._serialized_end=3554
45
+ _globals['_FAILUREREASON']._serialized_start=3556
46
+ _globals['_FAILUREREASON']._serialized_end=3675
47
+ _globals['_SAVEFRAMEWORKMODELSREQUEST']._serialized_start=197
48
+ _globals['_SAVEFRAMEWORKMODELSREQUEST']._serialized_end=279
49
+ _globals['_SAVEFRAMEWORKMODELSRESPONSE']._serialized_start=281
50
+ _globals['_SAVEFRAMEWORKMODELSRESPONSE']._serialized_end=310
51
+ _globals['_REGISTERBUILDREQUEST']._serialized_start=312
52
+ _globals['_REGISTERBUILDREQUEST']._serialized_end=436
53
+ _globals['_REGISTERBUILDRESPONSE']._serialized_start=438
54
+ _globals['_REGISTERBUILDRESPONSE']._serialized_end=461
55
+ _globals['_UPDATEBUILDSTATUSREQUEST']._serialized_start=463
56
+ _globals['_UPDATEBUILDSTATUSREQUEST']._serialized_end=560
57
+ _globals['_UPDATEBUILDSTATUSRESPONSE']._serialized_start=562
58
+ _globals['_UPDATEBUILDSTATUSRESPONSE']._serialized_end=589
59
+ _globals['_REGISTEREXPERIMENTTRACKINGREQUEST']._serialized_start=592
60
+ _globals['_REGISTEREXPERIMENTTRACKINGREQUEST']._serialized_end=906
61
+ _globals['_REGISTEREXPERIMENTTRACKINGREQUEST_PARAMSENTRY']._serialized_start=813
62
+ _globals['_REGISTEREXPERIMENTTRACKINGREQUEST_PARAMSENTRY']._serialized_end=858
63
+ _globals['_REGISTEREXPERIMENTTRACKINGREQUEST_METRICSENTRY']._serialized_start=860
64
+ _globals['_REGISTEREXPERIMENTTRACKINGREQUEST_METRICSENTRY']._serialized_end=906
65
+ _globals['_REGISTEREXPERIMENTTRACKINGRESPONSE']._serialized_start=908
66
+ _globals['_REGISTEREXPERIMENTTRACKINGRESPONSE']._serialized_end=944
67
+ _globals['_REGISTERMODELSCHEMAREQUEST']._serialized_start=946
68
+ _globals['_REGISTERMODELSCHEMAREQUEST']._serialized_end=1046
69
+ _globals['_REGISTERMODELSCHEMARESPONSE']._serialized_start=1048
70
+ _globals['_REGISTERMODELSCHEMARESPONSE']._serialized_end=1077
71
+ _globals['_GETBUILDREQUEST']._serialized_start=1079
72
+ _globals['_GETBUILDREQUEST']._serialized_end=1114
73
+ _globals['_GETBUILDRESPONSE']._serialized_start=1116
74
+ _globals['_GETBUILDRESPONSE']._serialized_end=1175
75
+ _globals['_LISTBUILDSREQUEST']._serialized_start=1177
76
+ _globals['_LISTBUILDSREQUEST']._serialized_end=1287
77
+ _globals['_LISTBUILDSRESPONSE']._serialized_start=1289
78
+ _globals['_LISTBUILDSRESPONSE']._serialized_end=1350
79
+ _globals['_REGISTERTAGSREQUEST']._serialized_start=1352
80
+ _globals['_REGISTERTAGSREQUEST']._serialized_end=1405
81
+ _globals['_REGISTERTAGSRESPONSE']._serialized_start=1407
82
+ _globals['_REGISTERTAGSRESPONSE']._serialized_end=1429
83
+ _globals['_LOGPHASESTATUSREQUEST']._serialized_start=1432
84
+ _globals['_LOGPHASESTATUSREQUEST']._serialized_end=1574
85
+ _globals['_LOGPHASESTATUSRESPONSE']._serialized_start=1576
86
+ _globals['_LOGPHASESTATUSRESPONSE']._serialized_end=1600
87
+ _globals['_GETPHASESTATUSESREQUEST']._serialized_start=1602
88
+ _globals['_GETPHASESTATUSESREQUEST']._serialized_end=1645
89
+ _globals['_PHASESTATUSLOG']._serialized_start=1648
90
+ _globals['_PHASESTATUSLOG']._serialized_end=1929
91
+ _globals['_GETPHASESTATUSESRESPONSE']._serialized_start=1931
92
+ _globals['_GETPHASESTATUSESRESPONSE']._serialized_end=2010
93
+ _globals['_DELETEBUILDREQUEST']._serialized_start=2012
94
+ _globals['_DELETEBUILDREQUEST']._serialized_end=2051
95
+ _globals['_DELETEBUILDRESPONSE']._serialized_start=2053
96
+ _globals['_DELETEBUILDRESPONSE']._serialized_end=2074
97
+ _globals['_GETTAGPATHREQUEST']._serialized_start=2076
98
+ _globals['_GETTAGPATHREQUEST']._serialized_end=2173
99
+ _globals['_GETTAGPATHRESPONSE']._serialized_start=2175
100
+ _globals['_GETTAGPATHRESPONSE']._serialized_end=2213
101
+ _globals['_RERUNBUILDFROMEXISTINGREQUEST']._serialized_start=2216
102
+ _globals['_RERUNBUILDFROMEXISTINGREQUEST']._serialized_end=2508
103
+ _globals['_RERUNBUILDFROMEXISTINGRESPONSE']._serialized_start=2510
104
+ _globals['_RERUNBUILDFROMEXISTINGRESPONSE']._serialized_end=2542
105
+ _globals['_GETBUILDSARTIFACTSSCANSUMMARYREQUEST']._serialized_start=2544
106
+ _globals['_GETBUILDSARTIFACTSSCANSUMMARYREQUEST']._serialized_end=2627
107
+ _globals['_GETBUILDSARTIFACTSSCANSUMMARYRESPONSE']._serialized_start=2630
108
+ _globals['_GETBUILDSARTIFACTSSCANSUMMARYRESPONSE']._serialized_end=2971
109
+ _globals['_GETBUILDSARTIFACTSSCANSUMMARYRESPONSE_RESULTBYARTIFACTNAMEENTRY']._serialized_start=2874
110
+ _globals['_GETBUILDSARTIFACTSSCANSUMMARYRESPONSE_RESULTBYARTIFACTNAMEENTRY']._serialized_end=2971
111
+ _globals['_GETBUILDIMAGEDETAILSREQUEST']._serialized_start=2973
112
+ _globals['_GETBUILDIMAGEDETAILSREQUEST']._serialized_end=3044
113
+ _globals['_GETBUILDIMAGEDETAILSRESPONSE']._serialized_start=3046
114
+ _globals['_GETBUILDIMAGEDETAILSRESPONSE']._serialized_end=3143
115
+ _globals['_UPDATEBUILDNAMEREQUEST']._serialized_start=3145
116
+ _globals['_UPDATEBUILDNAMEREQUEST']._serialized_end=3207
117
+ _globals['_UPDATEBUILDNAMERESPONSE']._serialized_start=3209
118
+ _globals['_UPDATEBUILDNAMERESPONSE']._serialized_end=3234
119
+ _globals['_GETBUILDSARTIFACTSSCANREQUEST']._serialized_start=3236
120
+ _globals['_GETBUILDSARTIFACTSSCANREQUEST']._serialized_end=3348
121
+ _globals['_GETBUILDSARTIFACTSSCANRESPONSE']._serialized_start=3350
122
+ _globals['_GETBUILDSARTIFACTSSCANRESPONSE']._serialized_end=3400
123
+ _globals['_BUILDAPI']._serialized_start=3678
124
+ _globals['_BUILDAPI']._serialized_end=5576
446
125
  # @@protoc_insertion_point(module_scope)