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/kube_deployment_captain/kube_deployment_captain_service.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()
@@ -25,418 +23,9 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
25
23
 
26
24
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nBqwak/kube_deployment_captain/kube_deployment_captain_service.proto\x12\x1cqwak.kube.deployment.captain\x1a(qwak/kube_deployment_captain/alert.proto\x1a-qwak/kube_deployment_captain/deployment.proto\x1a\x39qwak/kube_deployment_captain/feature_set_deployment.proto\x1a,qwak/kube_deployment_captain/batch_job.proto\x1a\x32qwak/kube_deployment_captain/traffic_mapping.proto\x1a+qwak/kube_deployment_captain/alerting.proto\x1a qwak/execution/v1/backfill.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xe4\x01\n\x18\x41pplyModelsAlertsRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x15\n\tbranch_id\x18\x02 \x01(\tB\x02\x18\x01\x12;\n\x06\x61lerts\x18\x03 \x03(\x0b\x32+.qwak.kube.deployment.captain.KubeAlertRule\x12N\n\x14kube_deployment_type\x18\x04 \x01(\x0e\x32\x30.qwak.kube.deployment.captain.KubeDeploymentType\x12\x12\n\nmodel_link\x18\x05 \x01(\t\"n\n%CreateOrReplaceFeatureSetAlertRequest\x12\x45\n\x07options\x18\x01 \x01(\x0b\x32\x34.qwak.kube.deployment.captain.FeatureSetAlertOptions\"e\n\x1c\x44\x65leteFeatureSetAlertRequest\x12\x45\n\x07options\x18\x01 \x01(\x0b\x32\x34.qwak.kube.deployment.captain.FeatureSetAlertOptions\"\x1f\n\x1d\x44\x65leteFeatureSetAlertResponse\"*\n(CreateOrReplaceFeatureSetFailureResponse\"\x1b\n\x19\x41pplyModelsAlertsResponse\"U\n*CleanStorageObjectFromCloudStorageResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x16\n\x0e\x66\x61ilure_reason\x18\x02 \x01(\t\"\xcf\x05\n\x16KubeDeployModelRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x15\n\tbranch_id\x18\x02 \x01(\tB\x02\x18\x01\x12\x10\n\x08\x62uild_id\x18\x03 \x01(\t\x12\x14\n\x0c\x64ocker_image\x18\x04 \x01(\t\x12\x1a\n\x0enumber_of_pods\x18\x05 \x01(\x05\x42\x02\x18\x01\x12I\n\x0f\x64\x65ployment_size\x18\x06 \x01(\x0b\x32\x30.qwak.kube.deployment.captain.KubeDeploymentSize\x12`\n\x1b\x61\x64vanced_deployment_options\x18\x07 \x01(\x0b\x32;.qwak.kube.deployment.captain.KubeAdvancedDeploymentOptions\x12\x15\n\rdeployment_id\x18\x08 \x01(\t\x12K\n\x10serving_strategy\x18\t \x01(\x0b\x32\x31.qwak.kube.deployment.captain.KubeServingStrategy\x12m\n\x15\x65nvironment_variables\x18\n \x03(\x0b\x32N.qwak.kube.deployment.captain.KubeDeployModelRequest.EnvironmentVariablesEntry\x12H\n\x11\x61uto_scaling_spec\x18\x0b \x01(\x0b\x32-.qwak.kube.deployment.captain.AutoScalingSpec\x12\x12\n\nmodel_uuid\x18\x0c \x01(\t\x12\x12\n\nproject_id\x18\r \x01(\t\x12\x19\n\x11image_pull_secret\x18\x0e \x01(\t\x1a;\n\x19\x45nvironmentVariablesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x19\n\x17KubeDeployModelResponse\"\xc6\x01\n!RevertFailedKubeDeploymentRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x15\n\tbranch_id\x18\x02 \x01(\tB\x02\x18\x01\x12\x10\n\x08\x62uild_id\x18\x03 \x01(\t\x12N\n\x14kube_deployment_type\x18\x04 \x01(\x0e\x32\x30.qwak.kube.deployment.captain.KubeDeploymentType\x12\x16\n\x0evariation_name\x18\x05 \x01(\t\"$\n\"RevertFailedKubeDeploymentResponse\"\x97\x02\n*UpdateKubeDeploymentRuntimeSettingsRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x15\n\tbranch_id\x18\x02 \x01(\tB\x02\x18\x01\x12X\n\x13\x64\x65ployment_settings\x18\x03 \x01(\x0b\x32;.qwak.kube.deployment.captain.KubeRuntimeDeploymentSettings\x12N\n\x14kube_deployment_type\x18\x04 \x01(\x0e\x32\x30.qwak.kube.deployment.captain.KubeDeploymentType\x12\x16\n\x0evariation_name\x18\x05 \x01(\t\"-\n+UpdateKubeDeploymentRuntimeSettingsResponse\"\xbc\x01\n\x18KubeUndeployModelRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12N\n\x14kube_deployment_type\x18\x02 \x01(\x0e\x32\x30.qwak.kube.deployment.captain.KubeDeploymentType\x12\'\n\x1fselected_variation_mapping_name\x18\x03 \x01(\t\x12\x15\n\rlast_undeploy\x18\x04 \x01(\x08\"\x1b\n\x19KubeUndeployModelResponse\"\xb6\x01\n#GetKubeModelDeploymentStatusRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x15\n\rdeployment_id\x18\x02 \x01(\t\x12N\n\x14kube_deployment_type\x18\x03 \x01(\x0e\x32\x30.qwak.kube.deployment.captain.KubeDeploymentType\x12\x16\n\x0evariation_name\x18\x04 \x01(\t\"\xa7\x01\n$GetKubeModelDeploymentStatusResponse\x12G\n\x06status\x18\x01 \x01(\x0e\x32\x37.qwak.kube.deployment.captain.KubeModelDeploymentStatus\x12\x1b\n\x13\x66\x61ilure_reason_code\x18\x02 \x01(\t\x12\x19\n\x11technical_details\x18\x03 \x01(\t\"w\n ApplyNotificationsChannelRequest\x12S\n\x14notification_channel\x18\x01 \x01(\x0b\x32\x35.qwak.kube.deployment.captain.KubeNotificationChannel\"\"\n ApplyNotificationChannelResponse\"C\n DeleteNotificationChannelRequest\x12\x1f\n\x17notification_channel_id\x18\x01 \x01(\t\"#\n!DeleteNotificationChannelResponse\"k\n\x17\x44\x65ployFeatureSetRequest\x12P\n\x10\x66\x65\x61ture_set_spec\x18\x01 \x01(\x0b\x32\x36.qwak.kube.deployment.captain.FeatureSetDeploymentSpec\"\x1a\n\x18\x44\x65ployFeatureSetResponse\"\x97\x01\n)DeployStreamingAggregationBackfillRequest\x12R\n\x16\x66\x65\x61ture_set_deployment\x18\x01 \x01(\x0b\x32\x32.qwak.kube.deployment.captain.FeatureSetDeployment\x12\x16\n\x0e\x65nvironment_id\x18\x02 \x01(\t\"\xb1\x02\n\"BatchFeatureSetV1DeploymentRequest\x12R\n\x16\x66\x65\x61ture_set_deployment\x18\x01 \x01(\x0b\x32\x32.qwak.kube.deployment.captain.FeatureSetDeployment\x12\x41\n\rbatch_details\x18\x02 \x01(\x0b\x32*.qwak.kube.deployment.captain.BatchDetails\x12\x16\n\x0e\x65nvironment_id\x18\x03 \x01(\t\x12Q\n\x14\x65xecution_identifier\x18\x04 \x01(\x0b\x32\x31.qwak.kube.deployment.captain.ExecutionIdentifierH\x00\x42\t\n\x07\x65xec_id\"\xe4\x02\n\x1a\x44\x65ployBatchBackfillRequest\x12R\n\x16\x66\x65\x61ture_set_deployment\x18\x01 \x01(\x0b\x32\x32.qwak.kube.deployment.captain.FeatureSetDeployment\x12\x44\n\rbackfill_spec\x18\x02 \x01(\x0b\x32-.qwak.feature.store.execution.v1.BackfillSpec\x12\x16\n\x0e\x65nvironment_id\x18\x03 \x01(\t\x12O\n\x14\x65xecution_identifier\x18\x04 \x01(\x0b\x32\x31.qwak.kube.deployment.captain.ExecutionIdentifier\x12\x43\n\x1flast_known_batch_execution_date\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\x1d\n\x1b\x44\x65ployBatchBackfillResponse\"7\n\x1cUndeployBatchBackfillRequest\x12\x17\n\x0f\x66\x65\x61tureset_name\x18\x01 \x01(\t\"\x1f\n\x1dUndeployBatchBackfillResponse\"\x8c\x01\n\x1e\x44\x65leteBatchFeatureSetV1Request\x12R\n\x16\x66\x65\x61ture_set_deployment\x18\x01 \x01(\x0b\x32\x32.qwak.kube.deployment.captain.FeatureSetDeployment\x12\x16\n\x0e\x65nvironment_id\x18\x02 \x01(\t\"!\n\x1f\x44\x65leteBatchFeatureSetV1Response\"\x90\x01\n\"DeleteStreamingFeatureSetV1Request\x12R\n\x16\x66\x65\x61ture_set_deployment\x18\x01 \x01(\x0b\x32\x32.qwak.kube.deployment.captain.FeatureSetDeployment\x12\x16\n\x0e\x65nvironment_id\x18\x02 \x01(\t\"%\n#DeleteStreamingFeatureSetV1Response\"\x99\x01\n+DeleteStreamingAggregationFeatureSetRequest\x12R\n\x16\x66\x65\x61ture_set_deployment\x18\x01 \x01(\x0b\x32\x32.qwak.kube.deployment.captain.FeatureSetDeployment\x12\x16\n\x0e\x65nvironment_id\x18\x02 \x01(\t\".\n,DeleteStreamingAggregationFeatureSetResponse\"\x99\x01\n+DeployStreamingAggregationCompactionRequest\x12R\n\x16\x66\x65\x61ture_set_deployment\x18\x01 \x01(\x0b\x32\x32.qwak.kube.deployment.captain.FeatureSetDeployment\x12\x16\n\x0e\x65nvironment_id\x18\x02 \x01(\t\"\x7f\n)DeployStreamingAggregationRowLevelRequest\x12R\n\x16\x66\x65\x61ture_set_deployment\x18\x01 \x01(\x0b\x32\x32.qwak.kube.deployment.captain.FeatureSetDeployment\"\x94\x01\n&StreamingFeatureSetV1DeploymentRequest\x12R\n\x16\x66\x65\x61ture_set_deployment\x18\x01 \x01(\x0b\x32\x32.qwak.kube.deployment.captain.FeatureSetDeployment\x12\x16\n\x0e\x65nvironment_id\x18\x02 \x01(\t\",\n*DeployStreamingAggregationBackfillResponse\",\n*DeployStreamingAggregationRowLevelResponse\".\n,DeployStreamingAggregationCompactionResponse\"5\n\x19UndeployFeatureSetRequest\x12\x18\n\x10\x66\x65\x61ture_set_name\x18\x01 \x01(\t\"\x1c\n\x1aUndeployFeatureSetResponse\"9\n\x1eUndeployBatchFeaturesetRequest\x12\x17\n\x0f\x66\x65\x61tureset_name\x18\x01 \x01(\t\"!\n\x1fUndeployBatchFeaturesetResponse\"\x7f\n\x1f\x41pplyModelTrafficMappingRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12J\n\x12variation_mappings\x18\x02 \x03(\x0b\x32..qwak.kube.deployment.captain.VariationMapping\"\"\n ApplyModelTrafficMappingResponse\"\xaf\x01\n\x1cRevertModelDeploymentRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x16\n\x0evariation_name\x18\x02 \x01(\t\x12N\n\x14kube_deployment_type\x18\x03 \x01(\x0e\x32\x30.qwak.kube.deployment.captain.KubeDeploymentType\x12\x15\n\rdeployment_id\x18\x04 \x01(\t\"\x1f\n\x1dRevertModelDeploymentResponse*\xaf\x01\n\x19KubeModelDeploymentStatus\x12\x12\n\x0eINVALID_STATUS\x10\x00\x12\x16\n\x12PENDING_DEPLOYMENT\x10\x02\x12\x19\n\x15SUCCESSFUL_DEPLOYMENT\x10\x03\x12\x15\n\x11\x46\x41ILED_DEPLOYMENT\x10\x04\x12\x1b\n\x17SUCCESSFUL_UNDEPLOYMENT\x10\x05\x12\x17\n\x13\x46\x41ILED_UNDEPLOYMENT\x10\x06\x32\xdd+\n\x15KubeDeploymentCaptain\x12~\n\x0fKubeDeployModel\x12\x34.qwak.kube.deployment.captain.KubeDeployModelRequest\x1a\x35.qwak.kube.deployment.captain.KubeDeployModelResponse\x12\x84\x01\n\x11KubeUndeployModel\x12\x36.qwak.kube.deployment.captain.KubeUndeployModelRequest\x1a\x37.qwak.kube.deployment.captain.KubeUndeployModelResponse\x12\x9e\x01\n\x18\x41pplyModelTrafficMapping\x12=.qwak.kube.deployment.captain.ApplyModelTrafficMappingRequest\x1a>.qwak.kube.deployment.captain.ApplyModelTrafficMappingResponse\"\x03\x88\x02\x01\x12\xa5\x01\n\x1cGetKubeModelDeploymentStatus\x12\x41.qwak.kube.deployment.captain.GetKubeModelDeploymentStatusRequest\x1a\x42.qwak.kube.deployment.captain.GetKubeModelDeploymentStatusResponse\x12\x9f\x01\n\x1aRevertFailedKubeDeployment\x12?.qwak.kube.deployment.captain.RevertFailedKubeDeploymentRequest\x1a@.qwak.kube.deployment.captain.RevertFailedKubeDeploymentResponse\x12\xba\x01\n#UpdateKubeDeploymentRuntimeSettings\x12H.qwak.kube.deployment.captain.UpdateKubeDeploymentRuntimeSettingsRequest\x1aI.qwak.kube.deployment.captain.UpdateKubeDeploymentRuntimeSettingsResponse\x12\x84\x01\n\x11\x41pplyModelsAlerts\x12\x36.qwak.kube.deployment.captain.ApplyModelsAlertsRequest\x1a\x37.qwak.kube.deployment.captain.ApplyModelsAlertsResponse\x12\x9a\x01\n\x18\x41pplyNotificationChannel\x12>.qwak.kube.deployment.captain.ApplyNotificationsChannelRequest\x1a>.qwak.kube.deployment.captain.ApplyNotificationChannelResponse\x12\x9c\x01\n\x19\x44\x65leteNotificationChannel\x12>.qwak.kube.deployment.captain.DeleteNotificationChannelRequest\x1a?.qwak.kube.deployment.captain.DeleteNotificationChannelResponse\x12\x8a\x01\n\x19\x44\x65ployFeatureSetProcessor\x12\x35.qwak.kube.deployment.captain.DeployFeatureSetRequest\x1a\x36.qwak.kube.deployment.captain.DeployFeatureSetResponse\x12\x9b\x01\n\x1b\x44\x65ployStreamingFeatureSetV1\x12\x44.qwak.kube.deployment.captain.StreamingFeatureSetV1DeploymentRequest\x1a\x36.qwak.kube.deployment.captain.DeployFeatureSetResponse\x12\xa1\x01\n!DeployStreamingOnlineFeatureSetV1\x12\x44.qwak.kube.deployment.captain.StreamingFeatureSetV1DeploymentRequest\x1a\x36.qwak.kube.deployment.captain.DeployFeatureSetResponse\x12\xa2\x01\n\"DeployStreamingOfflineFeatureSetV1\x12\x44.qwak.kube.deployment.captain.StreamingFeatureSetV1DeploymentRequest\x1a\x36.qwak.kube.deployment.captain.DeployFeatureSetResponse\x12\x93\x01\n\x17\x44\x65ployBatchFeatureSetV1\x12@.qwak.kube.deployment.captain.BatchFeatureSetV1DeploymentRequest\x1a\x36.qwak.kube.deployment.captain.DeployFeatureSetResponse\x12\x87\x01\n\x12UndeployFeatureSet\x12\x37.qwak.kube.deployment.captain.UndeployFeatureSetRequest\x1a\x38.qwak.kube.deployment.captain.UndeployFeatureSetResponse\x12\x96\x01\n\x17UndeployBatchFeatureset\x12<.qwak.kube.deployment.captain.UndeployBatchFeaturesetRequest\x1a=.qwak.kube.deployment.captain.UndeployBatchFeaturesetResponse\x12\x90\x01\n\x15ListInferenceJobFiles\x12:.qwak.kube.deployment.captain.ListInferenceJobFilesRequest\x1a;.qwak.kube.deployment.captain.ListInferenceJobFilesResponse\x12\xa3\x01\n\x1c\x43reateInferenceTaskExecution\x12@.qwak.kube.deployment.captain.CreateInferenceTaskExecutorRequest\x1a\x41.qwak.kube.deployment.captain.CreateInferenceTaskExecutorResponse\x12\xa5\x01\n\x1c\x43leanInferenceTasksExecutors\x12\x41.qwak.kube.deployment.captain.CleanInferenceTasksExecutorsRequest\x1a\x42.qwak.kube.deployment.captain.CleanInferenceTasksExecutorsResponse\x12\x9f\x01\n\x1a\x43leanInferenceTaskExecutor\x12?.qwak.kube.deployment.captain.CleanInferenceTaskExecutorRequest\x1a@.qwak.kube.deployment.captain.CleanInferenceTaskExecutorResponse\x12\x96\x01\n\x17StartInferenceJobWarmup\x12<.qwak.kube.deployment.captain.StartInferenceJobWarmupRequest\x1a=.qwak.kube.deployment.captain.StartInferenceJobWarmupResponse\x12\x99\x01\n\x18\x43\x61ncelInferenceJobWarmup\x12=.qwak.kube.deployment.captain.CancelInferenceJobWarmupRequest\x1a>.qwak.kube.deployment.captain.CancelInferenceJobWarmupResponse\x12\x8a\x01\n\x13PrepareInferenceJob\x12\x38.qwak.kube.deployment.captain.PrepareInferenceJobRequest\x1a\x39.qwak.kube.deployment.captain.PrepareInferenceJobResponse\x12\xad\x01\n\x1e\x43reateOrReplaceFeatureSetAlert\x12\x43.qwak.kube.deployment.captain.CreateOrReplaceFeatureSetAlertRequest\x1a\x46.qwak.kube.deployment.captain.CreateOrReplaceFeatureSetFailureResponse\x12\x90\x01\n\x15\x44\x65leteFeatureSetAlert\x12:.qwak.kube.deployment.captain.DeleteFeatureSetAlertRequest\x1a;.qwak.kube.deployment.captain.DeleteFeatureSetAlertResponse\x12\xb7\x01\n\"DeployStreamingAggregationBackfill\x12G.qwak.kube.deployment.captain.DeployStreamingAggregationBackfillRequest\x1aH.qwak.kube.deployment.captain.DeployStreamingAggregationBackfillResponse\x12\xbd\x01\n$DeployStreamingAggregationCompaction\x12I.qwak.kube.deployment.captain.DeployStreamingAggregationCompactionRequest\x1aJ.qwak.kube.deployment.captain.DeployStreamingAggregationCompactionResponse\x12\xb7\x01\n\"DeployStreamingAggregationRowLevel\x12G.qwak.kube.deployment.captain.DeployStreamingAggregationRowLevelRequest\x1aH.qwak.kube.deployment.captain.DeployStreamingAggregationRowLevelResponse\x12\x96\x01\n\x17\x44\x65leteBatchFeaturesetV1\x12<.qwak.kube.deployment.captain.DeleteBatchFeatureSetV1Request\x1a=.qwak.kube.deployment.captain.DeleteBatchFeatureSetV1Response\x12\xa2\x01\n\x1b\x44\x65leteStreamingFeatureSetV1\x12@.qwak.kube.deployment.captain.DeleteStreamingFeatureSetV1Request\x1a\x41.qwak.kube.deployment.captain.DeleteStreamingFeatureSetV1Response\x12\xbd\x01\n$DeleteStreamingAggregationFeatureSet\x12I.qwak.kube.deployment.captain.DeleteStreamingAggregationFeatureSetRequest\x1aJ.qwak.kube.deployment.captain.DeleteStreamingAggregationFeatureSetResponse\x12\x8a\x01\n\x13\x44\x65ployBatchBackfill\x12\x38.qwak.kube.deployment.captain.DeployBatchBackfillRequest\x1a\x39.qwak.kube.deployment.captain.DeployBatchBackfillResponse\x12\x90\x01\n\x15UndeployBatchBackfill\x12:.qwak.kube.deployment.captain.UndeployBatchBackfillRequest\x1a;.qwak.kube.deployment.captain.UndeployBatchBackfillResponse\x12\x90\x01\n\x15RevertModelDeployment\x12:.qwak.kube.deployment.captain.RevertModelDeploymentRequest\x1a;.qwak.kube.deployment.captain.RevertModelDeploymentResponse\x12\xb7\x01\n\"CleanStorageObjectFromCloudStorage\x12G.qwak.kube.deployment.captain.CleanStorageObjectFromCloudStorageRequest\x1aH.qwak.kube.deployment.captain.CleanStorageObjectFromCloudStorageResponseB+\n\'com.qwak.ai.kube.deployment.captain.apiP\x01\x62\x06proto3')
27
25
 
28
- _KUBEMODELDEPLOYMENTSTATUS = DESCRIPTOR.enum_types_by_name['KubeModelDeploymentStatus']
29
- KubeModelDeploymentStatus = enum_type_wrapper.EnumTypeWrapper(_KUBEMODELDEPLOYMENTSTATUS)
30
- INVALID_STATUS = 0
31
- PENDING_DEPLOYMENT = 2
32
- SUCCESSFUL_DEPLOYMENT = 3
33
- FAILED_DEPLOYMENT = 4
34
- SUCCESSFUL_UNDEPLOYMENT = 5
35
- FAILED_UNDEPLOYMENT = 6
36
-
37
-
38
- _APPLYMODELSALERTSREQUEST = DESCRIPTOR.message_types_by_name['ApplyModelsAlertsRequest']
39
- _CREATEORREPLACEFEATURESETALERTREQUEST = DESCRIPTOR.message_types_by_name['CreateOrReplaceFeatureSetAlertRequest']
40
- _DELETEFEATURESETALERTREQUEST = DESCRIPTOR.message_types_by_name['DeleteFeatureSetAlertRequest']
41
- _DELETEFEATURESETALERTRESPONSE = DESCRIPTOR.message_types_by_name['DeleteFeatureSetAlertResponse']
42
- _CREATEORREPLACEFEATURESETFAILURERESPONSE = DESCRIPTOR.message_types_by_name['CreateOrReplaceFeatureSetFailureResponse']
43
- _APPLYMODELSALERTSRESPONSE = DESCRIPTOR.message_types_by_name['ApplyModelsAlertsResponse']
44
- _CLEANSTORAGEOBJECTFROMCLOUDSTORAGERESPONSE = DESCRIPTOR.message_types_by_name['CleanStorageObjectFromCloudStorageResponse']
45
- _KUBEDEPLOYMODELREQUEST = DESCRIPTOR.message_types_by_name['KubeDeployModelRequest']
46
- _KUBEDEPLOYMODELREQUEST_ENVIRONMENTVARIABLESENTRY = _KUBEDEPLOYMODELREQUEST.nested_types_by_name['EnvironmentVariablesEntry']
47
- _KUBEDEPLOYMODELRESPONSE = DESCRIPTOR.message_types_by_name['KubeDeployModelResponse']
48
- _REVERTFAILEDKUBEDEPLOYMENTREQUEST = DESCRIPTOR.message_types_by_name['RevertFailedKubeDeploymentRequest']
49
- _REVERTFAILEDKUBEDEPLOYMENTRESPONSE = DESCRIPTOR.message_types_by_name['RevertFailedKubeDeploymentResponse']
50
- _UPDATEKUBEDEPLOYMENTRUNTIMESETTINGSREQUEST = DESCRIPTOR.message_types_by_name['UpdateKubeDeploymentRuntimeSettingsRequest']
51
- _UPDATEKUBEDEPLOYMENTRUNTIMESETTINGSRESPONSE = DESCRIPTOR.message_types_by_name['UpdateKubeDeploymentRuntimeSettingsResponse']
52
- _KUBEUNDEPLOYMODELREQUEST = DESCRIPTOR.message_types_by_name['KubeUndeployModelRequest']
53
- _KUBEUNDEPLOYMODELRESPONSE = DESCRIPTOR.message_types_by_name['KubeUndeployModelResponse']
54
- _GETKUBEMODELDEPLOYMENTSTATUSREQUEST = DESCRIPTOR.message_types_by_name['GetKubeModelDeploymentStatusRequest']
55
- _GETKUBEMODELDEPLOYMENTSTATUSRESPONSE = DESCRIPTOR.message_types_by_name['GetKubeModelDeploymentStatusResponse']
56
- _APPLYNOTIFICATIONSCHANNELREQUEST = DESCRIPTOR.message_types_by_name['ApplyNotificationsChannelRequest']
57
- _APPLYNOTIFICATIONCHANNELRESPONSE = DESCRIPTOR.message_types_by_name['ApplyNotificationChannelResponse']
58
- _DELETENOTIFICATIONCHANNELREQUEST = DESCRIPTOR.message_types_by_name['DeleteNotificationChannelRequest']
59
- _DELETENOTIFICATIONCHANNELRESPONSE = DESCRIPTOR.message_types_by_name['DeleteNotificationChannelResponse']
60
- _DEPLOYFEATURESETREQUEST = DESCRIPTOR.message_types_by_name['DeployFeatureSetRequest']
61
- _DEPLOYFEATURESETRESPONSE = DESCRIPTOR.message_types_by_name['DeployFeatureSetResponse']
62
- _DEPLOYSTREAMINGAGGREGATIONBACKFILLREQUEST = DESCRIPTOR.message_types_by_name['DeployStreamingAggregationBackfillRequest']
63
- _BATCHFEATURESETV1DEPLOYMENTREQUEST = DESCRIPTOR.message_types_by_name['BatchFeatureSetV1DeploymentRequest']
64
- _DEPLOYBATCHBACKFILLREQUEST = DESCRIPTOR.message_types_by_name['DeployBatchBackfillRequest']
65
- _DEPLOYBATCHBACKFILLRESPONSE = DESCRIPTOR.message_types_by_name['DeployBatchBackfillResponse']
66
- _UNDEPLOYBATCHBACKFILLREQUEST = DESCRIPTOR.message_types_by_name['UndeployBatchBackfillRequest']
67
- _UNDEPLOYBATCHBACKFILLRESPONSE = DESCRIPTOR.message_types_by_name['UndeployBatchBackfillResponse']
68
- _DELETEBATCHFEATURESETV1REQUEST = DESCRIPTOR.message_types_by_name['DeleteBatchFeatureSetV1Request']
69
- _DELETEBATCHFEATURESETV1RESPONSE = DESCRIPTOR.message_types_by_name['DeleteBatchFeatureSetV1Response']
70
- _DELETESTREAMINGFEATURESETV1REQUEST = DESCRIPTOR.message_types_by_name['DeleteStreamingFeatureSetV1Request']
71
- _DELETESTREAMINGFEATURESETV1RESPONSE = DESCRIPTOR.message_types_by_name['DeleteStreamingFeatureSetV1Response']
72
- _DELETESTREAMINGAGGREGATIONFEATURESETREQUEST = DESCRIPTOR.message_types_by_name['DeleteStreamingAggregationFeatureSetRequest']
73
- _DELETESTREAMINGAGGREGATIONFEATURESETRESPONSE = DESCRIPTOR.message_types_by_name['DeleteStreamingAggregationFeatureSetResponse']
74
- _DEPLOYSTREAMINGAGGREGATIONCOMPACTIONREQUEST = DESCRIPTOR.message_types_by_name['DeployStreamingAggregationCompactionRequest']
75
- _DEPLOYSTREAMINGAGGREGATIONROWLEVELREQUEST = DESCRIPTOR.message_types_by_name['DeployStreamingAggregationRowLevelRequest']
76
- _STREAMINGFEATURESETV1DEPLOYMENTREQUEST = DESCRIPTOR.message_types_by_name['StreamingFeatureSetV1DeploymentRequest']
77
- _DEPLOYSTREAMINGAGGREGATIONBACKFILLRESPONSE = DESCRIPTOR.message_types_by_name['DeployStreamingAggregationBackfillResponse']
78
- _DEPLOYSTREAMINGAGGREGATIONROWLEVELRESPONSE = DESCRIPTOR.message_types_by_name['DeployStreamingAggregationRowLevelResponse']
79
- _DEPLOYSTREAMINGAGGREGATIONCOMPACTIONRESPONSE = DESCRIPTOR.message_types_by_name['DeployStreamingAggregationCompactionResponse']
80
- _UNDEPLOYFEATURESETREQUEST = DESCRIPTOR.message_types_by_name['UndeployFeatureSetRequest']
81
- _UNDEPLOYFEATURESETRESPONSE = DESCRIPTOR.message_types_by_name['UndeployFeatureSetResponse']
82
- _UNDEPLOYBATCHFEATURESETREQUEST = DESCRIPTOR.message_types_by_name['UndeployBatchFeaturesetRequest']
83
- _UNDEPLOYBATCHFEATURESETRESPONSE = DESCRIPTOR.message_types_by_name['UndeployBatchFeaturesetResponse']
84
- _APPLYMODELTRAFFICMAPPINGREQUEST = DESCRIPTOR.message_types_by_name['ApplyModelTrafficMappingRequest']
85
- _APPLYMODELTRAFFICMAPPINGRESPONSE = DESCRIPTOR.message_types_by_name['ApplyModelTrafficMappingResponse']
86
- _REVERTMODELDEPLOYMENTREQUEST = DESCRIPTOR.message_types_by_name['RevertModelDeploymentRequest']
87
- _REVERTMODELDEPLOYMENTRESPONSE = DESCRIPTOR.message_types_by_name['RevertModelDeploymentResponse']
88
- ApplyModelsAlertsRequest = _reflection.GeneratedProtocolMessageType('ApplyModelsAlertsRequest', (_message.Message,), {
89
- 'DESCRIPTOR' : _APPLYMODELSALERTSREQUEST,
90
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
91
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.ApplyModelsAlertsRequest)
92
- })
93
- _sym_db.RegisterMessage(ApplyModelsAlertsRequest)
94
-
95
- CreateOrReplaceFeatureSetAlertRequest = _reflection.GeneratedProtocolMessageType('CreateOrReplaceFeatureSetAlertRequest', (_message.Message,), {
96
- 'DESCRIPTOR' : _CREATEORREPLACEFEATURESETALERTREQUEST,
97
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
98
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.CreateOrReplaceFeatureSetAlertRequest)
99
- })
100
- _sym_db.RegisterMessage(CreateOrReplaceFeatureSetAlertRequest)
101
-
102
- DeleteFeatureSetAlertRequest = _reflection.GeneratedProtocolMessageType('DeleteFeatureSetAlertRequest', (_message.Message,), {
103
- 'DESCRIPTOR' : _DELETEFEATURESETALERTREQUEST,
104
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
105
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.DeleteFeatureSetAlertRequest)
106
- })
107
- _sym_db.RegisterMessage(DeleteFeatureSetAlertRequest)
108
-
109
- DeleteFeatureSetAlertResponse = _reflection.GeneratedProtocolMessageType('DeleteFeatureSetAlertResponse', (_message.Message,), {
110
- 'DESCRIPTOR' : _DELETEFEATURESETALERTRESPONSE,
111
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
112
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.DeleteFeatureSetAlertResponse)
113
- })
114
- _sym_db.RegisterMessage(DeleteFeatureSetAlertResponse)
115
-
116
- CreateOrReplaceFeatureSetFailureResponse = _reflection.GeneratedProtocolMessageType('CreateOrReplaceFeatureSetFailureResponse', (_message.Message,), {
117
- 'DESCRIPTOR' : _CREATEORREPLACEFEATURESETFAILURERESPONSE,
118
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
119
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.CreateOrReplaceFeatureSetFailureResponse)
120
- })
121
- _sym_db.RegisterMessage(CreateOrReplaceFeatureSetFailureResponse)
122
-
123
- ApplyModelsAlertsResponse = _reflection.GeneratedProtocolMessageType('ApplyModelsAlertsResponse', (_message.Message,), {
124
- 'DESCRIPTOR' : _APPLYMODELSALERTSRESPONSE,
125
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
126
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.ApplyModelsAlertsResponse)
127
- })
128
- _sym_db.RegisterMessage(ApplyModelsAlertsResponse)
129
-
130
- CleanStorageObjectFromCloudStorageResponse = _reflection.GeneratedProtocolMessageType('CleanStorageObjectFromCloudStorageResponse', (_message.Message,), {
131
- 'DESCRIPTOR' : _CLEANSTORAGEOBJECTFROMCLOUDSTORAGERESPONSE,
132
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
133
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.CleanStorageObjectFromCloudStorageResponse)
134
- })
135
- _sym_db.RegisterMessage(CleanStorageObjectFromCloudStorageResponse)
136
-
137
- KubeDeployModelRequest = _reflection.GeneratedProtocolMessageType('KubeDeployModelRequest', (_message.Message,), {
138
-
139
- 'EnvironmentVariablesEntry' : _reflection.GeneratedProtocolMessageType('EnvironmentVariablesEntry', (_message.Message,), {
140
- 'DESCRIPTOR' : _KUBEDEPLOYMODELREQUEST_ENVIRONMENTVARIABLESENTRY,
141
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
142
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.KubeDeployModelRequest.EnvironmentVariablesEntry)
143
- })
144
- ,
145
- 'DESCRIPTOR' : _KUBEDEPLOYMODELREQUEST,
146
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
147
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.KubeDeployModelRequest)
148
- })
149
- _sym_db.RegisterMessage(KubeDeployModelRequest)
150
- _sym_db.RegisterMessage(KubeDeployModelRequest.EnvironmentVariablesEntry)
151
-
152
- KubeDeployModelResponse = _reflection.GeneratedProtocolMessageType('KubeDeployModelResponse', (_message.Message,), {
153
- 'DESCRIPTOR' : _KUBEDEPLOYMODELRESPONSE,
154
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
155
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.KubeDeployModelResponse)
156
- })
157
- _sym_db.RegisterMessage(KubeDeployModelResponse)
158
-
159
- RevertFailedKubeDeploymentRequest = _reflection.GeneratedProtocolMessageType('RevertFailedKubeDeploymentRequest', (_message.Message,), {
160
- 'DESCRIPTOR' : _REVERTFAILEDKUBEDEPLOYMENTREQUEST,
161
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
162
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.RevertFailedKubeDeploymentRequest)
163
- })
164
- _sym_db.RegisterMessage(RevertFailedKubeDeploymentRequest)
165
-
166
- RevertFailedKubeDeploymentResponse = _reflection.GeneratedProtocolMessageType('RevertFailedKubeDeploymentResponse', (_message.Message,), {
167
- 'DESCRIPTOR' : _REVERTFAILEDKUBEDEPLOYMENTRESPONSE,
168
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
169
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.RevertFailedKubeDeploymentResponse)
170
- })
171
- _sym_db.RegisterMessage(RevertFailedKubeDeploymentResponse)
172
-
173
- UpdateKubeDeploymentRuntimeSettingsRequest = _reflection.GeneratedProtocolMessageType('UpdateKubeDeploymentRuntimeSettingsRequest', (_message.Message,), {
174
- 'DESCRIPTOR' : _UPDATEKUBEDEPLOYMENTRUNTIMESETTINGSREQUEST,
175
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
176
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.UpdateKubeDeploymentRuntimeSettingsRequest)
177
- })
178
- _sym_db.RegisterMessage(UpdateKubeDeploymentRuntimeSettingsRequest)
179
-
180
- UpdateKubeDeploymentRuntimeSettingsResponse = _reflection.GeneratedProtocolMessageType('UpdateKubeDeploymentRuntimeSettingsResponse', (_message.Message,), {
181
- 'DESCRIPTOR' : _UPDATEKUBEDEPLOYMENTRUNTIMESETTINGSRESPONSE,
182
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
183
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.UpdateKubeDeploymentRuntimeSettingsResponse)
184
- })
185
- _sym_db.RegisterMessage(UpdateKubeDeploymentRuntimeSettingsResponse)
186
-
187
- KubeUndeployModelRequest = _reflection.GeneratedProtocolMessageType('KubeUndeployModelRequest', (_message.Message,), {
188
- 'DESCRIPTOR' : _KUBEUNDEPLOYMODELREQUEST,
189
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
190
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.KubeUndeployModelRequest)
191
- })
192
- _sym_db.RegisterMessage(KubeUndeployModelRequest)
193
-
194
- KubeUndeployModelResponse = _reflection.GeneratedProtocolMessageType('KubeUndeployModelResponse', (_message.Message,), {
195
- 'DESCRIPTOR' : _KUBEUNDEPLOYMODELRESPONSE,
196
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
197
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.KubeUndeployModelResponse)
198
- })
199
- _sym_db.RegisterMessage(KubeUndeployModelResponse)
200
-
201
- GetKubeModelDeploymentStatusRequest = _reflection.GeneratedProtocolMessageType('GetKubeModelDeploymentStatusRequest', (_message.Message,), {
202
- 'DESCRIPTOR' : _GETKUBEMODELDEPLOYMENTSTATUSREQUEST,
203
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
204
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.GetKubeModelDeploymentStatusRequest)
205
- })
206
- _sym_db.RegisterMessage(GetKubeModelDeploymentStatusRequest)
207
-
208
- GetKubeModelDeploymentStatusResponse = _reflection.GeneratedProtocolMessageType('GetKubeModelDeploymentStatusResponse', (_message.Message,), {
209
- 'DESCRIPTOR' : _GETKUBEMODELDEPLOYMENTSTATUSRESPONSE,
210
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
211
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.GetKubeModelDeploymentStatusResponse)
212
- })
213
- _sym_db.RegisterMessage(GetKubeModelDeploymentStatusResponse)
214
-
215
- ApplyNotificationsChannelRequest = _reflection.GeneratedProtocolMessageType('ApplyNotificationsChannelRequest', (_message.Message,), {
216
- 'DESCRIPTOR' : _APPLYNOTIFICATIONSCHANNELREQUEST,
217
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
218
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.ApplyNotificationsChannelRequest)
219
- })
220
- _sym_db.RegisterMessage(ApplyNotificationsChannelRequest)
221
-
222
- ApplyNotificationChannelResponse = _reflection.GeneratedProtocolMessageType('ApplyNotificationChannelResponse', (_message.Message,), {
223
- 'DESCRIPTOR' : _APPLYNOTIFICATIONCHANNELRESPONSE,
224
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
225
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.ApplyNotificationChannelResponse)
226
- })
227
- _sym_db.RegisterMessage(ApplyNotificationChannelResponse)
228
-
229
- DeleteNotificationChannelRequest = _reflection.GeneratedProtocolMessageType('DeleteNotificationChannelRequest', (_message.Message,), {
230
- 'DESCRIPTOR' : _DELETENOTIFICATIONCHANNELREQUEST,
231
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
232
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.DeleteNotificationChannelRequest)
233
- })
234
- _sym_db.RegisterMessage(DeleteNotificationChannelRequest)
235
-
236
- DeleteNotificationChannelResponse = _reflection.GeneratedProtocolMessageType('DeleteNotificationChannelResponse', (_message.Message,), {
237
- 'DESCRIPTOR' : _DELETENOTIFICATIONCHANNELRESPONSE,
238
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
239
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.DeleteNotificationChannelResponse)
240
- })
241
- _sym_db.RegisterMessage(DeleteNotificationChannelResponse)
242
-
243
- DeployFeatureSetRequest = _reflection.GeneratedProtocolMessageType('DeployFeatureSetRequest', (_message.Message,), {
244
- 'DESCRIPTOR' : _DEPLOYFEATURESETREQUEST,
245
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
246
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.DeployFeatureSetRequest)
247
- })
248
- _sym_db.RegisterMessage(DeployFeatureSetRequest)
249
-
250
- DeployFeatureSetResponse = _reflection.GeneratedProtocolMessageType('DeployFeatureSetResponse', (_message.Message,), {
251
- 'DESCRIPTOR' : _DEPLOYFEATURESETRESPONSE,
252
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
253
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.DeployFeatureSetResponse)
254
- })
255
- _sym_db.RegisterMessage(DeployFeatureSetResponse)
256
-
257
- DeployStreamingAggregationBackfillRequest = _reflection.GeneratedProtocolMessageType('DeployStreamingAggregationBackfillRequest', (_message.Message,), {
258
- 'DESCRIPTOR' : _DEPLOYSTREAMINGAGGREGATIONBACKFILLREQUEST,
259
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
260
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.DeployStreamingAggregationBackfillRequest)
261
- })
262
- _sym_db.RegisterMessage(DeployStreamingAggregationBackfillRequest)
263
-
264
- BatchFeatureSetV1DeploymentRequest = _reflection.GeneratedProtocolMessageType('BatchFeatureSetV1DeploymentRequest', (_message.Message,), {
265
- 'DESCRIPTOR' : _BATCHFEATURESETV1DEPLOYMENTREQUEST,
266
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
267
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.BatchFeatureSetV1DeploymentRequest)
268
- })
269
- _sym_db.RegisterMessage(BatchFeatureSetV1DeploymentRequest)
270
-
271
- DeployBatchBackfillRequest = _reflection.GeneratedProtocolMessageType('DeployBatchBackfillRequest', (_message.Message,), {
272
- 'DESCRIPTOR' : _DEPLOYBATCHBACKFILLREQUEST,
273
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
274
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.DeployBatchBackfillRequest)
275
- })
276
- _sym_db.RegisterMessage(DeployBatchBackfillRequest)
277
-
278
- DeployBatchBackfillResponse = _reflection.GeneratedProtocolMessageType('DeployBatchBackfillResponse', (_message.Message,), {
279
- 'DESCRIPTOR' : _DEPLOYBATCHBACKFILLRESPONSE,
280
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
281
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.DeployBatchBackfillResponse)
282
- })
283
- _sym_db.RegisterMessage(DeployBatchBackfillResponse)
284
-
285
- UndeployBatchBackfillRequest = _reflection.GeneratedProtocolMessageType('UndeployBatchBackfillRequest', (_message.Message,), {
286
- 'DESCRIPTOR' : _UNDEPLOYBATCHBACKFILLREQUEST,
287
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
288
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.UndeployBatchBackfillRequest)
289
- })
290
- _sym_db.RegisterMessage(UndeployBatchBackfillRequest)
291
-
292
- UndeployBatchBackfillResponse = _reflection.GeneratedProtocolMessageType('UndeployBatchBackfillResponse', (_message.Message,), {
293
- 'DESCRIPTOR' : _UNDEPLOYBATCHBACKFILLRESPONSE,
294
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
295
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.UndeployBatchBackfillResponse)
296
- })
297
- _sym_db.RegisterMessage(UndeployBatchBackfillResponse)
298
-
299
- DeleteBatchFeatureSetV1Request = _reflection.GeneratedProtocolMessageType('DeleteBatchFeatureSetV1Request', (_message.Message,), {
300
- 'DESCRIPTOR' : _DELETEBATCHFEATURESETV1REQUEST,
301
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
302
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.DeleteBatchFeatureSetV1Request)
303
- })
304
- _sym_db.RegisterMessage(DeleteBatchFeatureSetV1Request)
305
-
306
- DeleteBatchFeatureSetV1Response = _reflection.GeneratedProtocolMessageType('DeleteBatchFeatureSetV1Response', (_message.Message,), {
307
- 'DESCRIPTOR' : _DELETEBATCHFEATURESETV1RESPONSE,
308
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
309
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.DeleteBatchFeatureSetV1Response)
310
- })
311
- _sym_db.RegisterMessage(DeleteBatchFeatureSetV1Response)
312
-
313
- DeleteStreamingFeatureSetV1Request = _reflection.GeneratedProtocolMessageType('DeleteStreamingFeatureSetV1Request', (_message.Message,), {
314
- 'DESCRIPTOR' : _DELETESTREAMINGFEATURESETV1REQUEST,
315
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
316
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.DeleteStreamingFeatureSetV1Request)
317
- })
318
- _sym_db.RegisterMessage(DeleteStreamingFeatureSetV1Request)
319
-
320
- DeleteStreamingFeatureSetV1Response = _reflection.GeneratedProtocolMessageType('DeleteStreamingFeatureSetV1Response', (_message.Message,), {
321
- 'DESCRIPTOR' : _DELETESTREAMINGFEATURESETV1RESPONSE,
322
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
323
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.DeleteStreamingFeatureSetV1Response)
324
- })
325
- _sym_db.RegisterMessage(DeleteStreamingFeatureSetV1Response)
326
-
327
- DeleteStreamingAggregationFeatureSetRequest = _reflection.GeneratedProtocolMessageType('DeleteStreamingAggregationFeatureSetRequest', (_message.Message,), {
328
- 'DESCRIPTOR' : _DELETESTREAMINGAGGREGATIONFEATURESETREQUEST,
329
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
330
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.DeleteStreamingAggregationFeatureSetRequest)
331
- })
332
- _sym_db.RegisterMessage(DeleteStreamingAggregationFeatureSetRequest)
333
-
334
- DeleteStreamingAggregationFeatureSetResponse = _reflection.GeneratedProtocolMessageType('DeleteStreamingAggregationFeatureSetResponse', (_message.Message,), {
335
- 'DESCRIPTOR' : _DELETESTREAMINGAGGREGATIONFEATURESETRESPONSE,
336
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
337
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.DeleteStreamingAggregationFeatureSetResponse)
338
- })
339
- _sym_db.RegisterMessage(DeleteStreamingAggregationFeatureSetResponse)
340
-
341
- DeployStreamingAggregationCompactionRequest = _reflection.GeneratedProtocolMessageType('DeployStreamingAggregationCompactionRequest', (_message.Message,), {
342
- 'DESCRIPTOR' : _DEPLOYSTREAMINGAGGREGATIONCOMPACTIONREQUEST,
343
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
344
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.DeployStreamingAggregationCompactionRequest)
345
- })
346
- _sym_db.RegisterMessage(DeployStreamingAggregationCompactionRequest)
347
-
348
- DeployStreamingAggregationRowLevelRequest = _reflection.GeneratedProtocolMessageType('DeployStreamingAggregationRowLevelRequest', (_message.Message,), {
349
- 'DESCRIPTOR' : _DEPLOYSTREAMINGAGGREGATIONROWLEVELREQUEST,
350
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
351
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.DeployStreamingAggregationRowLevelRequest)
352
- })
353
- _sym_db.RegisterMessage(DeployStreamingAggregationRowLevelRequest)
354
-
355
- StreamingFeatureSetV1DeploymentRequest = _reflection.GeneratedProtocolMessageType('StreamingFeatureSetV1DeploymentRequest', (_message.Message,), {
356
- 'DESCRIPTOR' : _STREAMINGFEATURESETV1DEPLOYMENTREQUEST,
357
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
358
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.StreamingFeatureSetV1DeploymentRequest)
359
- })
360
- _sym_db.RegisterMessage(StreamingFeatureSetV1DeploymentRequest)
361
-
362
- DeployStreamingAggregationBackfillResponse = _reflection.GeneratedProtocolMessageType('DeployStreamingAggregationBackfillResponse', (_message.Message,), {
363
- 'DESCRIPTOR' : _DEPLOYSTREAMINGAGGREGATIONBACKFILLRESPONSE,
364
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
365
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.DeployStreamingAggregationBackfillResponse)
366
- })
367
- _sym_db.RegisterMessage(DeployStreamingAggregationBackfillResponse)
368
-
369
- DeployStreamingAggregationRowLevelResponse = _reflection.GeneratedProtocolMessageType('DeployStreamingAggregationRowLevelResponse', (_message.Message,), {
370
- 'DESCRIPTOR' : _DEPLOYSTREAMINGAGGREGATIONROWLEVELRESPONSE,
371
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
372
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.DeployStreamingAggregationRowLevelResponse)
373
- })
374
- _sym_db.RegisterMessage(DeployStreamingAggregationRowLevelResponse)
375
-
376
- DeployStreamingAggregationCompactionResponse = _reflection.GeneratedProtocolMessageType('DeployStreamingAggregationCompactionResponse', (_message.Message,), {
377
- 'DESCRIPTOR' : _DEPLOYSTREAMINGAGGREGATIONCOMPACTIONRESPONSE,
378
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
379
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.DeployStreamingAggregationCompactionResponse)
380
- })
381
- _sym_db.RegisterMessage(DeployStreamingAggregationCompactionResponse)
382
-
383
- UndeployFeatureSetRequest = _reflection.GeneratedProtocolMessageType('UndeployFeatureSetRequest', (_message.Message,), {
384
- 'DESCRIPTOR' : _UNDEPLOYFEATURESETREQUEST,
385
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
386
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.UndeployFeatureSetRequest)
387
- })
388
- _sym_db.RegisterMessage(UndeployFeatureSetRequest)
389
-
390
- UndeployFeatureSetResponse = _reflection.GeneratedProtocolMessageType('UndeployFeatureSetResponse', (_message.Message,), {
391
- 'DESCRIPTOR' : _UNDEPLOYFEATURESETRESPONSE,
392
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
393
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.UndeployFeatureSetResponse)
394
- })
395
- _sym_db.RegisterMessage(UndeployFeatureSetResponse)
396
-
397
- UndeployBatchFeaturesetRequest = _reflection.GeneratedProtocolMessageType('UndeployBatchFeaturesetRequest', (_message.Message,), {
398
- 'DESCRIPTOR' : _UNDEPLOYBATCHFEATURESETREQUEST,
399
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
400
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.UndeployBatchFeaturesetRequest)
401
- })
402
- _sym_db.RegisterMessage(UndeployBatchFeaturesetRequest)
403
-
404
- UndeployBatchFeaturesetResponse = _reflection.GeneratedProtocolMessageType('UndeployBatchFeaturesetResponse', (_message.Message,), {
405
- 'DESCRIPTOR' : _UNDEPLOYBATCHFEATURESETRESPONSE,
406
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
407
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.UndeployBatchFeaturesetResponse)
408
- })
409
- _sym_db.RegisterMessage(UndeployBatchFeaturesetResponse)
410
-
411
- ApplyModelTrafficMappingRequest = _reflection.GeneratedProtocolMessageType('ApplyModelTrafficMappingRequest', (_message.Message,), {
412
- 'DESCRIPTOR' : _APPLYMODELTRAFFICMAPPINGREQUEST,
413
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
414
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.ApplyModelTrafficMappingRequest)
415
- })
416
- _sym_db.RegisterMessage(ApplyModelTrafficMappingRequest)
417
-
418
- ApplyModelTrafficMappingResponse = _reflection.GeneratedProtocolMessageType('ApplyModelTrafficMappingResponse', (_message.Message,), {
419
- 'DESCRIPTOR' : _APPLYMODELTRAFFICMAPPINGRESPONSE,
420
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
421
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.ApplyModelTrafficMappingResponse)
422
- })
423
- _sym_db.RegisterMessage(ApplyModelTrafficMappingResponse)
424
-
425
- RevertModelDeploymentRequest = _reflection.GeneratedProtocolMessageType('RevertModelDeploymentRequest', (_message.Message,), {
426
- 'DESCRIPTOR' : _REVERTMODELDEPLOYMENTREQUEST,
427
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
428
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.RevertModelDeploymentRequest)
429
- })
430
- _sym_db.RegisterMessage(RevertModelDeploymentRequest)
431
-
432
- RevertModelDeploymentResponse = _reflection.GeneratedProtocolMessageType('RevertModelDeploymentResponse', (_message.Message,), {
433
- 'DESCRIPTOR' : _REVERTMODELDEPLOYMENTRESPONSE,
434
- '__module__' : 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2'
435
- # @@protoc_insertion_point(class_scope:qwak.kube.deployment.captain.RevertModelDeploymentResponse)
436
- })
437
- _sym_db.RegisterMessage(RevertModelDeploymentResponse)
438
-
439
- _KUBEDEPLOYMENTCAPTAIN = DESCRIPTOR.services_by_name['KubeDeploymentCaptain']
26
+ _globals = globals()
27
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
28
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.kube_deployment_captain.kube_deployment_captain_service_pb2', _globals)
440
29
  if _descriptor._USE_C_DESCRIPTORS == False:
441
30
 
442
31
  DESCRIPTOR._options = None
@@ -455,108 +44,108 @@ if _descriptor._USE_C_DESCRIPTORS == False:
455
44
  _UPDATEKUBEDEPLOYMENTRUNTIMESETTINGSREQUEST.fields_by_name['branch_id']._serialized_options = b'\030\001'
456
45
  _KUBEDEPLOYMENTCAPTAIN.methods_by_name['ApplyModelTrafficMapping']._options = None
457
46
  _KUBEDEPLOYMENTCAPTAIN.methods_by_name['ApplyModelTrafficMapping']._serialized_options = b'\210\002\001'
458
- _KUBEMODELDEPLOYMENTSTATUS._serialized_start=6031
459
- _KUBEMODELDEPLOYMENTSTATUS._serialized_end=6206
460
- _APPLYMODELSALERTSREQUEST._serialized_start=459
461
- _APPLYMODELSALERTSREQUEST._serialized_end=687
462
- _CREATEORREPLACEFEATURESETALERTREQUEST._serialized_start=689
463
- _CREATEORREPLACEFEATURESETALERTREQUEST._serialized_end=799
464
- _DELETEFEATURESETALERTREQUEST._serialized_start=801
465
- _DELETEFEATURESETALERTREQUEST._serialized_end=902
466
- _DELETEFEATURESETALERTRESPONSE._serialized_start=904
467
- _DELETEFEATURESETALERTRESPONSE._serialized_end=935
468
- _CREATEORREPLACEFEATURESETFAILURERESPONSE._serialized_start=937
469
- _CREATEORREPLACEFEATURESETFAILURERESPONSE._serialized_end=979
470
- _APPLYMODELSALERTSRESPONSE._serialized_start=981
471
- _APPLYMODELSALERTSRESPONSE._serialized_end=1008
472
- _CLEANSTORAGEOBJECTFROMCLOUDSTORAGERESPONSE._serialized_start=1010
473
- _CLEANSTORAGEOBJECTFROMCLOUDSTORAGERESPONSE._serialized_end=1095
474
- _KUBEDEPLOYMODELREQUEST._serialized_start=1098
475
- _KUBEDEPLOYMODELREQUEST._serialized_end=1817
476
- _KUBEDEPLOYMODELREQUEST_ENVIRONMENTVARIABLESENTRY._serialized_start=1758
477
- _KUBEDEPLOYMODELREQUEST_ENVIRONMENTVARIABLESENTRY._serialized_end=1817
478
- _KUBEDEPLOYMODELRESPONSE._serialized_start=1819
479
- _KUBEDEPLOYMODELRESPONSE._serialized_end=1844
480
- _REVERTFAILEDKUBEDEPLOYMENTREQUEST._serialized_start=1847
481
- _REVERTFAILEDKUBEDEPLOYMENTREQUEST._serialized_end=2045
482
- _REVERTFAILEDKUBEDEPLOYMENTRESPONSE._serialized_start=2047
483
- _REVERTFAILEDKUBEDEPLOYMENTRESPONSE._serialized_end=2083
484
- _UPDATEKUBEDEPLOYMENTRUNTIMESETTINGSREQUEST._serialized_start=2086
485
- _UPDATEKUBEDEPLOYMENTRUNTIMESETTINGSREQUEST._serialized_end=2365
486
- _UPDATEKUBEDEPLOYMENTRUNTIMESETTINGSRESPONSE._serialized_start=2367
487
- _UPDATEKUBEDEPLOYMENTRUNTIMESETTINGSRESPONSE._serialized_end=2412
488
- _KUBEUNDEPLOYMODELREQUEST._serialized_start=2415
489
- _KUBEUNDEPLOYMODELREQUEST._serialized_end=2603
490
- _KUBEUNDEPLOYMODELRESPONSE._serialized_start=2605
491
- _KUBEUNDEPLOYMODELRESPONSE._serialized_end=2632
492
- _GETKUBEMODELDEPLOYMENTSTATUSREQUEST._serialized_start=2635
493
- _GETKUBEMODELDEPLOYMENTSTATUSREQUEST._serialized_end=2817
494
- _GETKUBEMODELDEPLOYMENTSTATUSRESPONSE._serialized_start=2820
495
- _GETKUBEMODELDEPLOYMENTSTATUSRESPONSE._serialized_end=2987
496
- _APPLYNOTIFICATIONSCHANNELREQUEST._serialized_start=2989
497
- _APPLYNOTIFICATIONSCHANNELREQUEST._serialized_end=3108
498
- _APPLYNOTIFICATIONCHANNELRESPONSE._serialized_start=3110
499
- _APPLYNOTIFICATIONCHANNELRESPONSE._serialized_end=3144
500
- _DELETENOTIFICATIONCHANNELREQUEST._serialized_start=3146
501
- _DELETENOTIFICATIONCHANNELREQUEST._serialized_end=3213
502
- _DELETENOTIFICATIONCHANNELRESPONSE._serialized_start=3215
503
- _DELETENOTIFICATIONCHANNELRESPONSE._serialized_end=3250
504
- _DEPLOYFEATURESETREQUEST._serialized_start=3252
505
- _DEPLOYFEATURESETREQUEST._serialized_end=3359
506
- _DEPLOYFEATURESETRESPONSE._serialized_start=3361
507
- _DEPLOYFEATURESETRESPONSE._serialized_end=3387
508
- _DEPLOYSTREAMINGAGGREGATIONBACKFILLREQUEST._serialized_start=3390
509
- _DEPLOYSTREAMINGAGGREGATIONBACKFILLREQUEST._serialized_end=3541
510
- _BATCHFEATURESETV1DEPLOYMENTREQUEST._serialized_start=3544
511
- _BATCHFEATURESETV1DEPLOYMENTREQUEST._serialized_end=3849
512
- _DEPLOYBATCHBACKFILLREQUEST._serialized_start=3852
513
- _DEPLOYBATCHBACKFILLREQUEST._serialized_end=4208
514
- _DEPLOYBATCHBACKFILLRESPONSE._serialized_start=4210
515
- _DEPLOYBATCHBACKFILLRESPONSE._serialized_end=4239
516
- _UNDEPLOYBATCHBACKFILLREQUEST._serialized_start=4241
517
- _UNDEPLOYBATCHBACKFILLREQUEST._serialized_end=4296
518
- _UNDEPLOYBATCHBACKFILLRESPONSE._serialized_start=4298
519
- _UNDEPLOYBATCHBACKFILLRESPONSE._serialized_end=4329
520
- _DELETEBATCHFEATURESETV1REQUEST._serialized_start=4332
521
- _DELETEBATCHFEATURESETV1REQUEST._serialized_end=4472
522
- _DELETEBATCHFEATURESETV1RESPONSE._serialized_start=4474
523
- _DELETEBATCHFEATURESETV1RESPONSE._serialized_end=4507
524
- _DELETESTREAMINGFEATURESETV1REQUEST._serialized_start=4510
525
- _DELETESTREAMINGFEATURESETV1REQUEST._serialized_end=4654
526
- _DELETESTREAMINGFEATURESETV1RESPONSE._serialized_start=4656
527
- _DELETESTREAMINGFEATURESETV1RESPONSE._serialized_end=4693
528
- _DELETESTREAMINGAGGREGATIONFEATURESETREQUEST._serialized_start=4696
529
- _DELETESTREAMINGAGGREGATIONFEATURESETREQUEST._serialized_end=4849
530
- _DELETESTREAMINGAGGREGATIONFEATURESETRESPONSE._serialized_start=4851
531
- _DELETESTREAMINGAGGREGATIONFEATURESETRESPONSE._serialized_end=4897
532
- _DEPLOYSTREAMINGAGGREGATIONCOMPACTIONREQUEST._serialized_start=4900
533
- _DEPLOYSTREAMINGAGGREGATIONCOMPACTIONREQUEST._serialized_end=5053
534
- _DEPLOYSTREAMINGAGGREGATIONROWLEVELREQUEST._serialized_start=5055
535
- _DEPLOYSTREAMINGAGGREGATIONROWLEVELREQUEST._serialized_end=5182
536
- _STREAMINGFEATURESETV1DEPLOYMENTREQUEST._serialized_start=5185
537
- _STREAMINGFEATURESETV1DEPLOYMENTREQUEST._serialized_end=5333
538
- _DEPLOYSTREAMINGAGGREGATIONBACKFILLRESPONSE._serialized_start=5335
539
- _DEPLOYSTREAMINGAGGREGATIONBACKFILLRESPONSE._serialized_end=5379
540
- _DEPLOYSTREAMINGAGGREGATIONROWLEVELRESPONSE._serialized_start=5381
541
- _DEPLOYSTREAMINGAGGREGATIONROWLEVELRESPONSE._serialized_end=5425
542
- _DEPLOYSTREAMINGAGGREGATIONCOMPACTIONRESPONSE._serialized_start=5427
543
- _DEPLOYSTREAMINGAGGREGATIONCOMPACTIONRESPONSE._serialized_end=5473
544
- _UNDEPLOYFEATURESETREQUEST._serialized_start=5475
545
- _UNDEPLOYFEATURESETREQUEST._serialized_end=5528
546
- _UNDEPLOYFEATURESETRESPONSE._serialized_start=5530
547
- _UNDEPLOYFEATURESETRESPONSE._serialized_end=5558
548
- _UNDEPLOYBATCHFEATURESETREQUEST._serialized_start=5560
549
- _UNDEPLOYBATCHFEATURESETREQUEST._serialized_end=5617
550
- _UNDEPLOYBATCHFEATURESETRESPONSE._serialized_start=5619
551
- _UNDEPLOYBATCHFEATURESETRESPONSE._serialized_end=5652
552
- _APPLYMODELTRAFFICMAPPINGREQUEST._serialized_start=5654
553
- _APPLYMODELTRAFFICMAPPINGREQUEST._serialized_end=5781
554
- _APPLYMODELTRAFFICMAPPINGRESPONSE._serialized_start=5783
555
- _APPLYMODELTRAFFICMAPPINGRESPONSE._serialized_end=5817
556
- _REVERTMODELDEPLOYMENTREQUEST._serialized_start=5820
557
- _REVERTMODELDEPLOYMENTREQUEST._serialized_end=5995
558
- _REVERTMODELDEPLOYMENTRESPONSE._serialized_start=5997
559
- _REVERTMODELDEPLOYMENTRESPONSE._serialized_end=6028
560
- _KUBEDEPLOYMENTCAPTAIN._serialized_start=6209
561
- _KUBEDEPLOYMENTCAPTAIN._serialized_end=11806
47
+ _globals['_KUBEMODELDEPLOYMENTSTATUS']._serialized_start=6031
48
+ _globals['_KUBEMODELDEPLOYMENTSTATUS']._serialized_end=6206
49
+ _globals['_APPLYMODELSALERTSREQUEST']._serialized_start=459
50
+ _globals['_APPLYMODELSALERTSREQUEST']._serialized_end=687
51
+ _globals['_CREATEORREPLACEFEATURESETALERTREQUEST']._serialized_start=689
52
+ _globals['_CREATEORREPLACEFEATURESETALERTREQUEST']._serialized_end=799
53
+ _globals['_DELETEFEATURESETALERTREQUEST']._serialized_start=801
54
+ _globals['_DELETEFEATURESETALERTREQUEST']._serialized_end=902
55
+ _globals['_DELETEFEATURESETALERTRESPONSE']._serialized_start=904
56
+ _globals['_DELETEFEATURESETALERTRESPONSE']._serialized_end=935
57
+ _globals['_CREATEORREPLACEFEATURESETFAILURERESPONSE']._serialized_start=937
58
+ _globals['_CREATEORREPLACEFEATURESETFAILURERESPONSE']._serialized_end=979
59
+ _globals['_APPLYMODELSALERTSRESPONSE']._serialized_start=981
60
+ _globals['_APPLYMODELSALERTSRESPONSE']._serialized_end=1008
61
+ _globals['_CLEANSTORAGEOBJECTFROMCLOUDSTORAGERESPONSE']._serialized_start=1010
62
+ _globals['_CLEANSTORAGEOBJECTFROMCLOUDSTORAGERESPONSE']._serialized_end=1095
63
+ _globals['_KUBEDEPLOYMODELREQUEST']._serialized_start=1098
64
+ _globals['_KUBEDEPLOYMODELREQUEST']._serialized_end=1817
65
+ _globals['_KUBEDEPLOYMODELREQUEST_ENVIRONMENTVARIABLESENTRY']._serialized_start=1758
66
+ _globals['_KUBEDEPLOYMODELREQUEST_ENVIRONMENTVARIABLESENTRY']._serialized_end=1817
67
+ _globals['_KUBEDEPLOYMODELRESPONSE']._serialized_start=1819
68
+ _globals['_KUBEDEPLOYMODELRESPONSE']._serialized_end=1844
69
+ _globals['_REVERTFAILEDKUBEDEPLOYMENTREQUEST']._serialized_start=1847
70
+ _globals['_REVERTFAILEDKUBEDEPLOYMENTREQUEST']._serialized_end=2045
71
+ _globals['_REVERTFAILEDKUBEDEPLOYMENTRESPONSE']._serialized_start=2047
72
+ _globals['_REVERTFAILEDKUBEDEPLOYMENTRESPONSE']._serialized_end=2083
73
+ _globals['_UPDATEKUBEDEPLOYMENTRUNTIMESETTINGSREQUEST']._serialized_start=2086
74
+ _globals['_UPDATEKUBEDEPLOYMENTRUNTIMESETTINGSREQUEST']._serialized_end=2365
75
+ _globals['_UPDATEKUBEDEPLOYMENTRUNTIMESETTINGSRESPONSE']._serialized_start=2367
76
+ _globals['_UPDATEKUBEDEPLOYMENTRUNTIMESETTINGSRESPONSE']._serialized_end=2412
77
+ _globals['_KUBEUNDEPLOYMODELREQUEST']._serialized_start=2415
78
+ _globals['_KUBEUNDEPLOYMODELREQUEST']._serialized_end=2603
79
+ _globals['_KUBEUNDEPLOYMODELRESPONSE']._serialized_start=2605
80
+ _globals['_KUBEUNDEPLOYMODELRESPONSE']._serialized_end=2632
81
+ _globals['_GETKUBEMODELDEPLOYMENTSTATUSREQUEST']._serialized_start=2635
82
+ _globals['_GETKUBEMODELDEPLOYMENTSTATUSREQUEST']._serialized_end=2817
83
+ _globals['_GETKUBEMODELDEPLOYMENTSTATUSRESPONSE']._serialized_start=2820
84
+ _globals['_GETKUBEMODELDEPLOYMENTSTATUSRESPONSE']._serialized_end=2987
85
+ _globals['_APPLYNOTIFICATIONSCHANNELREQUEST']._serialized_start=2989
86
+ _globals['_APPLYNOTIFICATIONSCHANNELREQUEST']._serialized_end=3108
87
+ _globals['_APPLYNOTIFICATIONCHANNELRESPONSE']._serialized_start=3110
88
+ _globals['_APPLYNOTIFICATIONCHANNELRESPONSE']._serialized_end=3144
89
+ _globals['_DELETENOTIFICATIONCHANNELREQUEST']._serialized_start=3146
90
+ _globals['_DELETENOTIFICATIONCHANNELREQUEST']._serialized_end=3213
91
+ _globals['_DELETENOTIFICATIONCHANNELRESPONSE']._serialized_start=3215
92
+ _globals['_DELETENOTIFICATIONCHANNELRESPONSE']._serialized_end=3250
93
+ _globals['_DEPLOYFEATURESETREQUEST']._serialized_start=3252
94
+ _globals['_DEPLOYFEATURESETREQUEST']._serialized_end=3359
95
+ _globals['_DEPLOYFEATURESETRESPONSE']._serialized_start=3361
96
+ _globals['_DEPLOYFEATURESETRESPONSE']._serialized_end=3387
97
+ _globals['_DEPLOYSTREAMINGAGGREGATIONBACKFILLREQUEST']._serialized_start=3390
98
+ _globals['_DEPLOYSTREAMINGAGGREGATIONBACKFILLREQUEST']._serialized_end=3541
99
+ _globals['_BATCHFEATURESETV1DEPLOYMENTREQUEST']._serialized_start=3544
100
+ _globals['_BATCHFEATURESETV1DEPLOYMENTREQUEST']._serialized_end=3849
101
+ _globals['_DEPLOYBATCHBACKFILLREQUEST']._serialized_start=3852
102
+ _globals['_DEPLOYBATCHBACKFILLREQUEST']._serialized_end=4208
103
+ _globals['_DEPLOYBATCHBACKFILLRESPONSE']._serialized_start=4210
104
+ _globals['_DEPLOYBATCHBACKFILLRESPONSE']._serialized_end=4239
105
+ _globals['_UNDEPLOYBATCHBACKFILLREQUEST']._serialized_start=4241
106
+ _globals['_UNDEPLOYBATCHBACKFILLREQUEST']._serialized_end=4296
107
+ _globals['_UNDEPLOYBATCHBACKFILLRESPONSE']._serialized_start=4298
108
+ _globals['_UNDEPLOYBATCHBACKFILLRESPONSE']._serialized_end=4329
109
+ _globals['_DELETEBATCHFEATURESETV1REQUEST']._serialized_start=4332
110
+ _globals['_DELETEBATCHFEATURESETV1REQUEST']._serialized_end=4472
111
+ _globals['_DELETEBATCHFEATURESETV1RESPONSE']._serialized_start=4474
112
+ _globals['_DELETEBATCHFEATURESETV1RESPONSE']._serialized_end=4507
113
+ _globals['_DELETESTREAMINGFEATURESETV1REQUEST']._serialized_start=4510
114
+ _globals['_DELETESTREAMINGFEATURESETV1REQUEST']._serialized_end=4654
115
+ _globals['_DELETESTREAMINGFEATURESETV1RESPONSE']._serialized_start=4656
116
+ _globals['_DELETESTREAMINGFEATURESETV1RESPONSE']._serialized_end=4693
117
+ _globals['_DELETESTREAMINGAGGREGATIONFEATURESETREQUEST']._serialized_start=4696
118
+ _globals['_DELETESTREAMINGAGGREGATIONFEATURESETREQUEST']._serialized_end=4849
119
+ _globals['_DELETESTREAMINGAGGREGATIONFEATURESETRESPONSE']._serialized_start=4851
120
+ _globals['_DELETESTREAMINGAGGREGATIONFEATURESETRESPONSE']._serialized_end=4897
121
+ _globals['_DEPLOYSTREAMINGAGGREGATIONCOMPACTIONREQUEST']._serialized_start=4900
122
+ _globals['_DEPLOYSTREAMINGAGGREGATIONCOMPACTIONREQUEST']._serialized_end=5053
123
+ _globals['_DEPLOYSTREAMINGAGGREGATIONROWLEVELREQUEST']._serialized_start=5055
124
+ _globals['_DEPLOYSTREAMINGAGGREGATIONROWLEVELREQUEST']._serialized_end=5182
125
+ _globals['_STREAMINGFEATURESETV1DEPLOYMENTREQUEST']._serialized_start=5185
126
+ _globals['_STREAMINGFEATURESETV1DEPLOYMENTREQUEST']._serialized_end=5333
127
+ _globals['_DEPLOYSTREAMINGAGGREGATIONBACKFILLRESPONSE']._serialized_start=5335
128
+ _globals['_DEPLOYSTREAMINGAGGREGATIONBACKFILLRESPONSE']._serialized_end=5379
129
+ _globals['_DEPLOYSTREAMINGAGGREGATIONROWLEVELRESPONSE']._serialized_start=5381
130
+ _globals['_DEPLOYSTREAMINGAGGREGATIONROWLEVELRESPONSE']._serialized_end=5425
131
+ _globals['_DEPLOYSTREAMINGAGGREGATIONCOMPACTIONRESPONSE']._serialized_start=5427
132
+ _globals['_DEPLOYSTREAMINGAGGREGATIONCOMPACTIONRESPONSE']._serialized_end=5473
133
+ _globals['_UNDEPLOYFEATURESETREQUEST']._serialized_start=5475
134
+ _globals['_UNDEPLOYFEATURESETREQUEST']._serialized_end=5528
135
+ _globals['_UNDEPLOYFEATURESETRESPONSE']._serialized_start=5530
136
+ _globals['_UNDEPLOYFEATURESETRESPONSE']._serialized_end=5558
137
+ _globals['_UNDEPLOYBATCHFEATURESETREQUEST']._serialized_start=5560
138
+ _globals['_UNDEPLOYBATCHFEATURESETREQUEST']._serialized_end=5617
139
+ _globals['_UNDEPLOYBATCHFEATURESETRESPONSE']._serialized_start=5619
140
+ _globals['_UNDEPLOYBATCHFEATURESETRESPONSE']._serialized_end=5652
141
+ _globals['_APPLYMODELTRAFFICMAPPINGREQUEST']._serialized_start=5654
142
+ _globals['_APPLYMODELTRAFFICMAPPINGREQUEST']._serialized_end=5781
143
+ _globals['_APPLYMODELTRAFFICMAPPINGRESPONSE']._serialized_start=5783
144
+ _globals['_APPLYMODELTRAFFICMAPPINGRESPONSE']._serialized_end=5817
145
+ _globals['_REVERTMODELDEPLOYMENTREQUEST']._serialized_start=5820
146
+ _globals['_REVERTMODELDEPLOYMENTREQUEST']._serialized_end=5995
147
+ _globals['_REVERTMODELDEPLOYMENTRESPONSE']._serialized_start=5997
148
+ _globals['_REVERTMODELDEPLOYMENTRESPONSE']._serialized_end=6028
149
+ _globals['_KUBEDEPLOYMENTCAPTAIN']._serialized_start=6209
150
+ _globals['_KUBEDEPLOYMENTCAPTAIN']._serialized_end=11806
562
151
  # @@protoc_insertion_point(module_scope)