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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (207) hide show
  1. _qwak_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py +8 -23
  2. _qwak_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py +10 -27
  3. _qwak_proto/qwak/administration/account/v1/account_pb2.py +22 -87
  4. _qwak_proto/qwak/administration/account/v1/account_service_pb2.py +42 -187
  5. _qwak_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +26 -114
  6. _qwak_proto/qwak/administration/account/v1/personalization_pb2.py +8 -24
  7. _qwak_proto/qwak/administration/account/v1/preferences_pb2.py +6 -14
  8. _qwak_proto/qwak/administration/account/v1/terms_pb2.py +14 -54
  9. _qwak_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py +18 -67
  10. _qwak_proto/qwak/administration/authenticated_user/v1/credentials_pb2.py +8 -24
  11. _qwak_proto/qwak/administration/authenticated_user/v1/details_pb2.py +14 -54
  12. _qwak_proto/qwak/administration/cluster/v2/cluster_pb2.py +38 -173
  13. _qwak_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py +6 -14
  14. _qwak_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py +8 -24
  15. _qwak_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +10 -34
  16. _qwak_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +6 -14
  17. _qwak_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +12 -44
  18. _qwak_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py +8 -24
  19. _qwak_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +6 -14
  20. _qwak_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py +6 -14
  21. _qwak_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +10 -34
  22. _qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +14 -54
  23. _qwak_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +6 -14
  24. _qwak_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +6 -14
  25. _qwak_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +14 -54
  26. _qwak_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +10 -34
  27. _qwak_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py +10 -34
  28. _qwak_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +6 -14
  29. _qwak_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +10 -34
  30. _qwak_proto/qwak/administration/v0/authentication/authentication_service_pb2.py +14 -47
  31. _qwak_proto/qwak/administration/v0/environments/configuration_pb2.py +20 -82
  32. _qwak_proto/qwak/administration/v0/environments/environment_pb2.py +12 -40
  33. _qwak_proto/qwak/administration/v0/environments/environment_service_pb2.py +36 -158
  34. _qwak_proto/qwak/administration/v0/environments/personalization_pb2.py +8 -24
  35. _qwak_proto/qwak/administration/v0/users/user_pb2.py +18 -71
  36. _qwak_proto/qwak/admiral/secret/v0/secret_pb2.py +26 -115
  37. _qwak_proto/qwak/admiral/secret/v0/secret_service_pb2.py +18 -67
  38. _qwak_proto/qwak/admiral/secret/v0/system_secret_service_pb2.py +18 -67
  39. _qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py +38 -174
  40. _qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py +22 -87
  41. _qwak_proto/qwak/analytics/analytics_pb2.py +26 -121
  42. _qwak_proto/qwak/analytics/analytics_service_pb2.py +46 -207
  43. _qwak_proto/qwak/artifactory_settings/artifactory_settings_pb2.py +8 -24
  44. _qwak_proto/qwak/audience/v1/audience_api_pb2.py +30 -127
  45. _qwak_proto/qwak/audience/v1/audience_pb2.py +26 -113
  46. _qwak_proto/qwak/auto_scaling/v1/auto_scaling_pb2.py +18 -79
  47. _qwak_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py +10 -27
  48. _qwak_proto/qwak/automation/v1/action_pb2.py +40 -180
  49. _qwak_proto/qwak/automation/v1/auto_scaling_pb2.py +18 -79
  50. _qwak_proto/qwak/automation/v1/automation_execution_pb2.py +12 -43
  51. _qwak_proto/qwak/automation/v1/automation_management_service_pb2.py +56 -258
  52. _qwak_proto/qwak/automation/v1/automation_pb2.py +10 -34
  53. _qwak_proto/qwak/automation/v1/common_pb2.py +10 -35
  54. _qwak_proto/qwak/automation/v1/notification_pb2.py +16 -68
  55. _qwak_proto/qwak/automation/v1/trigger_pb2.py +14 -54
  56. _qwak_proto/qwak/batch_job/v1/batch_job_events_pb2.py +26 -116
  57. _qwak_proto/qwak/batch_job/v1/batch_job_resources_pb2.py +8 -26
  58. _qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.py +118 -561
  59. _qwak_proto/qwak/build/v1/build_api_pb2.py +86 -407
  60. _qwak_proto/qwak/build/v1/build_pb2.py +114 -549
  61. _qwak_proto/qwak/build_settings/build_settings_api_pb2.py +18 -67
  62. _qwak_proto/qwak/build_settings/build_settings_pb2.py +18 -74
  63. _qwak_proto/qwak/builds/build_pb2.py +44 -206
  64. _qwak_proto/qwak/builds/build_url_pb2.py +26 -113
  65. _qwak_proto/qwak/builds/builds_orchestrator_service_pb2.py +58 -269
  66. _qwak_proto/qwak/builds/builds_pb2.py +110 -519
  67. _qwak_proto/qwak/builds/internal_builds_orchestrator_service_pb2.py +12 -37
  68. _qwak_proto/qwak/data_versioning/data_versioning_pb2.py +8 -24
  69. _qwak_proto/qwak/data_versioning/data_versioning_service_pb2.py +14 -47
  70. _qwak_proto/qwak/deployment/alert_pb2.py +24 -108
  71. _qwak_proto/qwak/deployment/alert_service_pb2.py +30 -127
  72. _qwak_proto/qwak/deployment/deployment_messages_pb2.py +6 -14
  73. _qwak_proto/qwak/deployment/deployment_pb2.py +124 -588
  74. _qwak_proto/qwak/deployment/deployment_service_pb2.py +86 -419
  75. _qwak_proto/qwak/ecosystem/jfrog/v0/token_pb2.py +36 -164
  76. _qwak_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py +22 -87
  77. _qwak_proto/qwak/ecosystem/v0/credentials_pb2.py +10 -34
  78. _qwak_proto/qwak/ecosystem/v0/ecosystem_pb2.py +30 -138
  79. _qwak_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py +52 -237
  80. _qwak_proto/qwak/execution/v1/backfill_pb2.py +18 -74
  81. _qwak_proto/qwak/execution/v1/batch_pb2.py +10 -34
  82. _qwak_proto/qwak/execution/v1/deletion_pb2.py +12 -44
  83. _qwak_proto/qwak/execution/v1/execution_pb2.py +16 -69
  84. _qwak_proto/qwak/execution/v1/execution_service_pb2.py +64 -298
  85. _qwak_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py +6 -14
  86. _qwak_proto/qwak/execution/v1/jobs/job_pb2.py +18 -76
  87. _qwak_proto/qwak/execution/v1/jobs/job_service_pb2.py +54 -247
  88. _qwak_proto/qwak/execution/v1/jobs/reports/report_pb2.py +20 -84
  89. _qwak_proto/qwak/execution/v1/state/execution_state_pb2.py +6 -14
  90. _qwak_proto/qwak/execution/v1/state/execution_state_service_pb2.py +30 -127
  91. _qwak_proto/qwak/execution/v1/state/featureset_state_pb2.py +6 -14
  92. _qwak_proto/qwak/execution/v1/state/spark_execution_state_pb2.py +14 -68
  93. _qwak_proto/qwak/execution/v1/streaming_aggregation_pb2.py +14 -54
  94. _qwak_proto/qwak/execution/v1/streaming_pb2.py +12 -44
  95. _qwak_proto/qwak/feature_store/entities/entity_pb2.py +16 -57
  96. _qwak_proto/qwak/feature_store/entities/entity_service_pb2.py +30 -127
  97. _qwak_proto/qwak/feature_store/features/aggregation_pb2.py +38 -175
  98. _qwak_proto/qwak/feature_store/features/deployment_pb2.py +36 -167
  99. _qwak_proto/qwak/feature_store/features/deployment_service_pb2.py +10 -27
  100. _qwak_proto/qwak/feature_store/features/execution_pb2.py +14 -56
  101. _qwak_proto/qwak/feature_store/features/feature_set_attribute_pb2.py +6 -14
  102. _qwak_proto/qwak/feature_store/features/feature_set_pb2.py +34 -155
  103. _qwak_proto/qwak/feature_store/features/feature_set_service_pb2.py +92 -439
  104. _qwak_proto/qwak/feature_store/features/feature_set_state_pb2.py +38 -181
  105. _qwak_proto/qwak/feature_store/features/feature_set_state_service_pb2.py +26 -107
  106. _qwak_proto/qwak/feature_store/features/feature_set_types_pb2.py +74 -346
  107. _qwak_proto/qwak/feature_store/features/monitoring_pb2.py +10 -34
  108. _qwak_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py +32 -143
  109. _qwak_proto/qwak/feature_store/jobs/job_pb2.py +12 -46
  110. _qwak_proto/qwak/feature_store/jobs/job_service_pb2.py +30 -127
  111. _qwak_proto/qwak/feature_store/jobs/v1/job_pb2.py +12 -45
  112. _qwak_proto/qwak/feature_store/jobs/v1/job_service_pb2.py +42 -187
  113. _qwak_proto/qwak/feature_store/platform/platform_details_pb2.py +8 -24
  114. _qwak_proto/qwak/feature_store/reports/report_pb2.py +14 -53
  115. _qwak_proto/qwak/feature_store/repository/common/platform_pb2.py +10 -34
  116. _qwak_proto/qwak/feature_store/serving/management_pb2.py +14 -47
  117. _qwak_proto/qwak/feature_store/serving/metadata_pb2.py +12 -44
  118. _qwak_proto/qwak/feature_store/serving/serving_pb2.py +50 -222
  119. _qwak_proto/qwak/feature_store/serving/v1/value_pb2.py +8 -24
  120. _qwak_proto/qwak/feature_store/sinks/sink_pb2.py +14 -54
  121. _qwak_proto/qwak/feature_store/sources/batch_pb2.py +70 -334
  122. _qwak_proto/qwak/feature_store/sources/data_source_attribute_pb2.py +6 -14
  123. _qwak_proto/qwak/feature_store/sources/data_source_pb2.py +14 -54
  124. _qwak_proto/qwak/feature_store/sources/data_source_service_pb2.py +34 -147
  125. _qwak_proto/qwak/feature_store/sources/streaming_pb2.py +34 -146
  126. _qwak_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +6 -14
  127. _qwak_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +10 -34
  128. _qwak_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +16 -58
  129. _qwak_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py +10 -27
  130. _qwak_proto/qwak/features_operator/v1/features_operator_pb2.py +14 -54
  131. _qwak_proto/qwak/features_operator/v1/features_operator_service_pb2.py +14 -47
  132. _qwak_proto/qwak/features_operator/v2/features_operator_pb2.py +16 -64
  133. _qwak_proto/qwak/features_operator/v2/features_operator_service_pb2.py +12 -37
  134. _qwak_proto/qwak/features_operator/v3/features_operator_async_service_pb2.py +26 -107
  135. _qwak_proto/qwak/features_operator/v3/features_operator_pb2.py +16 -64
  136. _qwak_proto/qwak/file_versioning/file_versioning_pb2.py +10 -33
  137. _qwak_proto/qwak/file_versioning/file_versioning_service_pb2.py +14 -47
  138. _qwak_proto/qwak/fitness_service/constructs_pb2.py +22 -99
  139. _qwak_proto/qwak/fitness_service/fitness_pb2.py +10 -32
  140. _qwak_proto/qwak/fitness_service/fitness_service_pb2.py +22 -87
  141. _qwak_proto/qwak/fitness_service/status_pb2.py +24 -106
  142. _qwak_proto/qwak/inference/feedback/feedback_pb2.py +28 -96
  143. _qwak_proto/qwak/instance_template/instance_template_pb2.py +12 -40
  144. _qwak_proto/qwak/instance_template/instance_template_service_pb2.py +14 -47
  145. _qwak_proto/qwak/integration/hugging_face_integration_pb2.py +16 -64
  146. _qwak_proto/qwak/integration/integration_pb2.py +28 -126
  147. _qwak_proto/qwak/integration/integration_service_pb2.py +34 -147
  148. _qwak_proto/qwak/integration/open_a_i_integration_pb2.py +16 -64
  149. _qwak_proto/qwak/integration/opsgenie_integration_pb2.py +20 -82
  150. _qwak_proto/qwak/integration/pagerduty_integration_pb2.py +24 -104
  151. _qwak_proto/qwak/integration/slack_app_integration_pb2.py +24 -104
  152. _qwak_proto/qwak/kube_deployment_captain/alert_pb2.py +22 -97
  153. _qwak_proto/qwak/kube_deployment_captain/alerting_pb2.py +12 -44
  154. _qwak_proto/qwak/kube_deployment_captain/batch_job_pb2.py +68 -322
  155. _qwak_proto/qwak/kube_deployment_captain/deployment_pb2.py +44 -167
  156. _qwak_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py +32 -144
  157. _qwak_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py +108 -519
  158. _qwak_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py +8 -24
  159. _qwak_proto/qwak/logging/log_filter_pb2.py +12 -44
  160. _qwak_proto/qwak/logging/log_line_pb2.py +8 -25
  161. _qwak_proto/qwak/logging/log_reader_service_pb2.py +10 -27
  162. _qwak_proto/qwak/logging/log_source_pb2.py +30 -134
  163. _qwak_proto/qwak/model_descriptor/open_ai_descriptor_pb2.py +18 -74
  164. _qwak_proto/qwak/model_group/model_group_pb2.py +14 -47
  165. _qwak_proto/qwak/model_group/model_group_repository_details_pb2.py +18 -74
  166. _qwak_proto/qwak/models/models_pb2.py +88 -405
  167. _qwak_proto/qwak/models/models_query_pb2.py +16 -56
  168. _qwak_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py +30 -127
  169. _qwak_proto/qwak/monitoring/v0/alerting_channel_pb2.py +34 -152
  170. _qwak_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py +14 -47
  171. _qwak_proto/qwak/offline/serving/v1/feature_values_pb2.py +6 -14
  172. _qwak_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py +30 -123
  173. _qwak_proto/qwak/offline/serving/v1/options_pb2.py +6 -14
  174. _qwak_proto/qwak/offline/serving/v1/population_pb2.py +14 -54
  175. _qwak_proto/qwak/projects/jfrog_project_spec_pb2.py +6 -14
  176. _qwak_proto/qwak/projects/projects_pb2.py +44 -190
  177. _qwak_proto/qwak/prompt/v1/prompt/prompt_manager_service_pb2.py +54 -247
  178. _qwak_proto/qwak/prompt/v1/prompt/prompt_pb2.py +46 -214
  179. _qwak_proto/qwak/secret_service/secret_service_pb2.py +18 -67
  180. _qwak_proto/qwak/self_service/account/v0/account_membership_pb2.py +24 -106
  181. _qwak_proto/qwak/self_service/account/v0/account_membership_service_pb2.py +50 -227
  182. _qwak_proto/qwak/self_service/account/v0/account_status_pb2.py +16 -65
  183. _qwak_proto/qwak/self_service/account/v0/managing_account_pb2.py +30 -131
  184. _qwak_proto/qwak/self_service/account/v0/managing_account_service_pb2.py +22 -87
  185. _qwak_proto/qwak/self_service/user/v1/api_key_pb2.py +6 -14
  186. _qwak_proto/qwak/self_service/user/v1/user_pb2.py +6 -14
  187. _qwak_proto/qwak/self_service/user/v1/user_service_pb2.py +30 -121
  188. _qwak_proto/qwak/service_discovery/service_discovery_location_pb2.py +12 -44
  189. _qwak_proto/qwak/service_discovery/service_discovery_location_service_pb2.py +10 -27
  190. _qwak_proto/qwak/traffic/v1/traffic_api_pb2.py +22 -87
  191. _qwak_proto/qwak/traffic/v1/traffic_pb2.py +26 -113
  192. _qwak_proto/qwak/user_application/common/v0/resources_pb2.py +30 -138
  193. _qwak_proto/qwak/user_application/v0/user_application_pb2.py +10 -43
  194. _qwak_proto/qwak/vectors/v1/collection/collection_pb2.py +24 -106
  195. _qwak_proto/qwak/vectors/v1/collection/collection_service_pb2.py +38 -167
  196. _qwak_proto/qwak/vectors/v1/collection/event/collection_event_pb2.py +6 -14
  197. _qwak_proto/qwak/vectors/v1/filters_pb2.py +30 -134
  198. _qwak_proto/qwak/vectors/v1/vector_pb2.py +14 -54
  199. _qwak_proto/qwak/vectors/v1/vector_service_pb2.py +26 -107
  200. _qwak_proto/qwak/workspace/workspace_pb2.py +22 -107
  201. _qwak_proto/qwak/workspace/workspace_service_pb2.py +62 -287
  202. frogml_storage/__init__.py +1 -1
  203. qwak/__init__.py +1 -1
  204. qwak/inner/build_logic/phases/phase_010_fetch_model/post_fetch_validation_step.py +1 -1
  205. {qwak_core-0.4.284.dist-info → qwak_core-0.4.285.dist-info}/METADATA +4 -5
  206. {qwak_core-0.4.284.dist-info → qwak_core-0.4.285.dist-info}/RECORD +207 -207
  207. {qwak_core-0.4.284.dist-info → qwak_core-0.4.285.dist-info}/WHEEL +0 -0
@@ -4,9 +4,8 @@
4
4
  """Generated protocol buffer code."""
5
5
  from google.protobuf import descriptor as _descriptor
6
6
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
10
9
  # @@protoc_insertion_point(imports)
11
10
 
12
11
  _sym_db = _symbol_database.Default()
@@ -17,133 +16,37 @@ from _qwak_proto.qwak.audience.v1 import audience_pb2 as qwak_dot_audience_dot_v
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#qwak/audience/v1/audience_api.proto\x12\x10qwak.audience.v1\x1a\x1fqwak/audience/v1/audience.proto\"E\n\x15\x43reateAudienceRequest\x12,\n\x08\x61udience\x18\x01 \x01(\x0b\x32\x1a.qwak.audience.v1.Audience\"-\n\x16\x43reateAudienceResponse\x12\x13\n\x0b\x61udience_id\x18\x01 \x01(\t\"Q\n\x15UpdateAudienceRequest\x12\n\n\x02id\x18\x01 \x01(\t\x12,\n\x08\x61udience\x18\x03 \x01(\x0b\x32\x1a.qwak.audience.v1.Audience\"\x18\n\x16UpdateAudienceResponse\")\n\x12GetAudienceRequest\x12\x13\n\x0b\x61udience_id\x18\x01 \x01(\t\"C\n\x13GetAudienceResponse\x12,\n\x08\x61udience\x18\x01 \x01(\x0b\x32\x1a.qwak.audience.v1.Audience\"\x15\n\x13ListAudienceRequest\"Q\n\x14ListAudienceResponse\x12\x39\n\x10\x61udience_entries\x18\x01 \x03(\x0b\x32\x1f.qwak.audience.v1.AudienceEntry\",\n\x15\x44\x65leteAudienceRequest\x12\x13\n\x0b\x61udience_id\x18\x01 \x01(\t\"\x18\n\x16\x44\x65leteAudienceResponse\".\n\x14SyncAudiencesRequest\x12\x16\n\x0e\x65nvironment_id\x18\x01 \x01(\t\"\x17\n\x15SyncAudiencesResponse2\xd9\x04\n\x0b\x41udienceAPI\x12\x63\n\x0e\x43reateAudience\x12\'.qwak.audience.v1.CreateAudienceRequest\x1a(.qwak.audience.v1.CreateAudienceResponse\x12\x63\n\x0eUpdateAudience\x12\'.qwak.audience.v1.UpdateAudienceRequest\x1a(.qwak.audience.v1.UpdateAudienceResponse\x12Z\n\x0bGetAudience\x12$.qwak.audience.v1.GetAudienceRequest\x1a%.qwak.audience.v1.GetAudienceResponse\x12]\n\x0cListAudience\x12%.qwak.audience.v1.ListAudienceRequest\x1a&.qwak.audience.v1.ListAudienceResponse\x12\x63\n\x0e\x44\x65leteAudience\x12\'.qwak.audience.v1.DeleteAudienceRequest\x1a(.qwak.audience.v1.DeleteAudienceResponse\x12`\n\rSyncAudiences\x12&.qwak.audience.v1.SyncAudiencesRequest\x1a\'.qwak.audience.v1.SyncAudiencesResponseBE\n\x14\x63om.qwak.audience.v1B\x10\x41udienceAPIProtoP\x01Z\x19qwak/audience/v1;audienceb\x06proto3')
19
18
 
20
-
21
-
22
- _CREATEAUDIENCEREQUEST = DESCRIPTOR.message_types_by_name['CreateAudienceRequest']
23
- _CREATEAUDIENCERESPONSE = DESCRIPTOR.message_types_by_name['CreateAudienceResponse']
24
- _UPDATEAUDIENCEREQUEST = DESCRIPTOR.message_types_by_name['UpdateAudienceRequest']
25
- _UPDATEAUDIENCERESPONSE = DESCRIPTOR.message_types_by_name['UpdateAudienceResponse']
26
- _GETAUDIENCEREQUEST = DESCRIPTOR.message_types_by_name['GetAudienceRequest']
27
- _GETAUDIENCERESPONSE = DESCRIPTOR.message_types_by_name['GetAudienceResponse']
28
- _LISTAUDIENCEREQUEST = DESCRIPTOR.message_types_by_name['ListAudienceRequest']
29
- _LISTAUDIENCERESPONSE = DESCRIPTOR.message_types_by_name['ListAudienceResponse']
30
- _DELETEAUDIENCEREQUEST = DESCRIPTOR.message_types_by_name['DeleteAudienceRequest']
31
- _DELETEAUDIENCERESPONSE = DESCRIPTOR.message_types_by_name['DeleteAudienceResponse']
32
- _SYNCAUDIENCESREQUEST = DESCRIPTOR.message_types_by_name['SyncAudiencesRequest']
33
- _SYNCAUDIENCESRESPONSE = DESCRIPTOR.message_types_by_name['SyncAudiencesResponse']
34
- CreateAudienceRequest = _reflection.GeneratedProtocolMessageType('CreateAudienceRequest', (_message.Message,), {
35
- 'DESCRIPTOR' : _CREATEAUDIENCEREQUEST,
36
- '__module__' : 'qwak.audience.v1.audience_api_pb2'
37
- # @@protoc_insertion_point(class_scope:qwak.audience.v1.CreateAudienceRequest)
38
- })
39
- _sym_db.RegisterMessage(CreateAudienceRequest)
40
-
41
- CreateAudienceResponse = _reflection.GeneratedProtocolMessageType('CreateAudienceResponse', (_message.Message,), {
42
- 'DESCRIPTOR' : _CREATEAUDIENCERESPONSE,
43
- '__module__' : 'qwak.audience.v1.audience_api_pb2'
44
- # @@protoc_insertion_point(class_scope:qwak.audience.v1.CreateAudienceResponse)
45
- })
46
- _sym_db.RegisterMessage(CreateAudienceResponse)
47
-
48
- UpdateAudienceRequest = _reflection.GeneratedProtocolMessageType('UpdateAudienceRequest', (_message.Message,), {
49
- 'DESCRIPTOR' : _UPDATEAUDIENCEREQUEST,
50
- '__module__' : 'qwak.audience.v1.audience_api_pb2'
51
- # @@protoc_insertion_point(class_scope:qwak.audience.v1.UpdateAudienceRequest)
52
- })
53
- _sym_db.RegisterMessage(UpdateAudienceRequest)
54
-
55
- UpdateAudienceResponse = _reflection.GeneratedProtocolMessageType('UpdateAudienceResponse', (_message.Message,), {
56
- 'DESCRIPTOR' : _UPDATEAUDIENCERESPONSE,
57
- '__module__' : 'qwak.audience.v1.audience_api_pb2'
58
- # @@protoc_insertion_point(class_scope:qwak.audience.v1.UpdateAudienceResponse)
59
- })
60
- _sym_db.RegisterMessage(UpdateAudienceResponse)
61
-
62
- GetAudienceRequest = _reflection.GeneratedProtocolMessageType('GetAudienceRequest', (_message.Message,), {
63
- 'DESCRIPTOR' : _GETAUDIENCEREQUEST,
64
- '__module__' : 'qwak.audience.v1.audience_api_pb2'
65
- # @@protoc_insertion_point(class_scope:qwak.audience.v1.GetAudienceRequest)
66
- })
67
- _sym_db.RegisterMessage(GetAudienceRequest)
68
-
69
- GetAudienceResponse = _reflection.GeneratedProtocolMessageType('GetAudienceResponse', (_message.Message,), {
70
- 'DESCRIPTOR' : _GETAUDIENCERESPONSE,
71
- '__module__' : 'qwak.audience.v1.audience_api_pb2'
72
- # @@protoc_insertion_point(class_scope:qwak.audience.v1.GetAudienceResponse)
73
- })
74
- _sym_db.RegisterMessage(GetAudienceResponse)
75
-
76
- ListAudienceRequest = _reflection.GeneratedProtocolMessageType('ListAudienceRequest', (_message.Message,), {
77
- 'DESCRIPTOR' : _LISTAUDIENCEREQUEST,
78
- '__module__' : 'qwak.audience.v1.audience_api_pb2'
79
- # @@protoc_insertion_point(class_scope:qwak.audience.v1.ListAudienceRequest)
80
- })
81
- _sym_db.RegisterMessage(ListAudienceRequest)
82
-
83
- ListAudienceResponse = _reflection.GeneratedProtocolMessageType('ListAudienceResponse', (_message.Message,), {
84
- 'DESCRIPTOR' : _LISTAUDIENCERESPONSE,
85
- '__module__' : 'qwak.audience.v1.audience_api_pb2'
86
- # @@protoc_insertion_point(class_scope:qwak.audience.v1.ListAudienceResponse)
87
- })
88
- _sym_db.RegisterMessage(ListAudienceResponse)
89
-
90
- DeleteAudienceRequest = _reflection.GeneratedProtocolMessageType('DeleteAudienceRequest', (_message.Message,), {
91
- 'DESCRIPTOR' : _DELETEAUDIENCEREQUEST,
92
- '__module__' : 'qwak.audience.v1.audience_api_pb2'
93
- # @@protoc_insertion_point(class_scope:qwak.audience.v1.DeleteAudienceRequest)
94
- })
95
- _sym_db.RegisterMessage(DeleteAudienceRequest)
96
-
97
- DeleteAudienceResponse = _reflection.GeneratedProtocolMessageType('DeleteAudienceResponse', (_message.Message,), {
98
- 'DESCRIPTOR' : _DELETEAUDIENCERESPONSE,
99
- '__module__' : 'qwak.audience.v1.audience_api_pb2'
100
- # @@protoc_insertion_point(class_scope:qwak.audience.v1.DeleteAudienceResponse)
101
- })
102
- _sym_db.RegisterMessage(DeleteAudienceResponse)
103
-
104
- SyncAudiencesRequest = _reflection.GeneratedProtocolMessageType('SyncAudiencesRequest', (_message.Message,), {
105
- 'DESCRIPTOR' : _SYNCAUDIENCESREQUEST,
106
- '__module__' : 'qwak.audience.v1.audience_api_pb2'
107
- # @@protoc_insertion_point(class_scope:qwak.audience.v1.SyncAudiencesRequest)
108
- })
109
- _sym_db.RegisterMessage(SyncAudiencesRequest)
110
-
111
- SyncAudiencesResponse = _reflection.GeneratedProtocolMessageType('SyncAudiencesResponse', (_message.Message,), {
112
- 'DESCRIPTOR' : _SYNCAUDIENCESRESPONSE,
113
- '__module__' : 'qwak.audience.v1.audience_api_pb2'
114
- # @@protoc_insertion_point(class_scope:qwak.audience.v1.SyncAudiencesResponse)
115
- })
116
- _sym_db.RegisterMessage(SyncAudiencesResponse)
117
-
118
- _AUDIENCEAPI = DESCRIPTOR.services_by_name['AudienceAPI']
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.audience.v1.audience_api_pb2', _globals)
119
22
  if _descriptor._USE_C_DESCRIPTORS == False:
120
23
 
121
24
  DESCRIPTOR._options = None
122
25
  DESCRIPTOR._serialized_options = b'\n\024com.qwak.audience.v1B\020AudienceAPIProtoP\001Z\031qwak/audience/v1;audience'
123
- _CREATEAUDIENCEREQUEST._serialized_start=90
124
- _CREATEAUDIENCEREQUEST._serialized_end=159
125
- _CREATEAUDIENCERESPONSE._serialized_start=161
126
- _CREATEAUDIENCERESPONSE._serialized_end=206
127
- _UPDATEAUDIENCEREQUEST._serialized_start=208
128
- _UPDATEAUDIENCEREQUEST._serialized_end=289
129
- _UPDATEAUDIENCERESPONSE._serialized_start=291
130
- _UPDATEAUDIENCERESPONSE._serialized_end=315
131
- _GETAUDIENCEREQUEST._serialized_start=317
132
- _GETAUDIENCEREQUEST._serialized_end=358
133
- _GETAUDIENCERESPONSE._serialized_start=360
134
- _GETAUDIENCERESPONSE._serialized_end=427
135
- _LISTAUDIENCEREQUEST._serialized_start=429
136
- _LISTAUDIENCEREQUEST._serialized_end=450
137
- _LISTAUDIENCERESPONSE._serialized_start=452
138
- _LISTAUDIENCERESPONSE._serialized_end=533
139
- _DELETEAUDIENCEREQUEST._serialized_start=535
140
- _DELETEAUDIENCEREQUEST._serialized_end=579
141
- _DELETEAUDIENCERESPONSE._serialized_start=581
142
- _DELETEAUDIENCERESPONSE._serialized_end=605
143
- _SYNCAUDIENCESREQUEST._serialized_start=607
144
- _SYNCAUDIENCESREQUEST._serialized_end=653
145
- _SYNCAUDIENCESRESPONSE._serialized_start=655
146
- _SYNCAUDIENCESRESPONSE._serialized_end=678
147
- _AUDIENCEAPI._serialized_start=681
148
- _AUDIENCEAPI._serialized_end=1282
26
+ _globals['_CREATEAUDIENCEREQUEST']._serialized_start=90
27
+ _globals['_CREATEAUDIENCEREQUEST']._serialized_end=159
28
+ _globals['_CREATEAUDIENCERESPONSE']._serialized_start=161
29
+ _globals['_CREATEAUDIENCERESPONSE']._serialized_end=206
30
+ _globals['_UPDATEAUDIENCEREQUEST']._serialized_start=208
31
+ _globals['_UPDATEAUDIENCEREQUEST']._serialized_end=289
32
+ _globals['_UPDATEAUDIENCERESPONSE']._serialized_start=291
33
+ _globals['_UPDATEAUDIENCERESPONSE']._serialized_end=315
34
+ _globals['_GETAUDIENCEREQUEST']._serialized_start=317
35
+ _globals['_GETAUDIENCEREQUEST']._serialized_end=358
36
+ _globals['_GETAUDIENCERESPONSE']._serialized_start=360
37
+ _globals['_GETAUDIENCERESPONSE']._serialized_end=427
38
+ _globals['_LISTAUDIENCEREQUEST']._serialized_start=429
39
+ _globals['_LISTAUDIENCEREQUEST']._serialized_end=450
40
+ _globals['_LISTAUDIENCERESPONSE']._serialized_start=452
41
+ _globals['_LISTAUDIENCERESPONSE']._serialized_end=533
42
+ _globals['_DELETEAUDIENCEREQUEST']._serialized_start=535
43
+ _globals['_DELETEAUDIENCEREQUEST']._serialized_end=579
44
+ _globals['_DELETEAUDIENCERESPONSE']._serialized_start=581
45
+ _globals['_DELETEAUDIENCERESPONSE']._serialized_end=605
46
+ _globals['_SYNCAUDIENCESREQUEST']._serialized_start=607
47
+ _globals['_SYNCAUDIENCESREQUEST']._serialized_end=653
48
+ _globals['_SYNCAUDIENCESRESPONSE']._serialized_start=655
49
+ _globals['_SYNCAUDIENCESRESPONSE']._serialized_end=678
50
+ _globals['_AUDIENCEAPI']._serialized_start=681
51
+ _globals['_AUDIENCEAPI']._serialized_end=1282
149
52
  # @@protoc_insertion_point(module_scope)
@@ -2,12 +2,10 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # source: qwak/audience/v1/audience.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()
@@ -18,120 +16,35 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
18
16
 
19
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fqwak/audience/v1/audience.proto\x12\x10qwak.audience.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"I\n\rAudienceEntry\x12\n\n\x02id\x18\x01 \x01(\t\x12,\n\x08\x61udience\x18\x02 \x01(\x0b\x32\x1a.qwak.audience.v1.Audience\"\xc1\x03\n\x08\x41udience\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12/\n\nconditions\x18\x03 \x03(\x0b\x32\x1b.qwak.audience.v1.Condition\x12\'\n\x06routes\x18\x04 \x03(\x0b\x32\x17.qwak.audience.v1.Route\x12+\n\x07\x63reated\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x12\n\ncreated_by\x18\x06 \x01(\t\x12,\n\x08modified\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x13\n\x0bmodified_by\x18\x08 \x01(\t\x12M\n\x12\x65nvironment_routes\x18\t \x03(\x0b\x32\x31.qwak.audience.v1.Audience.EnvironmentRoutesEntry\x1a\x65\n\x16\x45nvironmentRoutesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12:\n\x05value\x18\x02 \x01(\x0b\x32+.qwak.audience.v1.EnvironmentAudienceRoutes:\x02\x38\x01\"D\n\x19\x45nvironmentAudienceRoutes\x12\'\n\x06routes\x18\x01 \x03(\x0b\x32\x17.qwak.audience.v1.Route\"y\n\x13\x41udienceRoutesEntry\x12\x13\n\x0b\x61udience_id\x18\x01 \x01(\t\x12\x15\n\raudience_name\x18\x02 \x01(\t\x12\'\n\x06routes\x18\x04 \x03(\x0b\x32\x17.qwak.audience.v1.Route\x12\r\n\x05order\x18\x05 \x01(\x05\"\xb1\x01\n\tCondition\x12\x0b\n\x03key\x18\x01 \x01(\t\x12=\n\x10\x62inary_condition\x18\x02 \x01(\x0b\x32!.qwak.audience.v1.BinaryConditionH\x00\x12;\n\x0funary_condition\x18\x03 \x01(\x0b\x32 .qwak.audience.v1.UnaryConditionH\x00\x12\x0e\n\x06invert\x18\x04 \x01(\x08\x42\x0b\n\tcondition\"X\n\x0eUnaryCondition\x12\x35\n\x08operator\x18\x01 \x01(\x0e\x32#.qwak.audience.v1.UnaryOperatorType\x12\x0f\n\x07operand\x18\x02 \x01(\t\"x\n\x0f\x42inaryCondition\x12\x36\n\x08operator\x18\x01 \x01(\x0e\x32$.qwak.audience.v1.BinaryOperatorType\x12\x15\n\rfirst_operand\x18\x02 \x01(\t\x12\x16\n\x0esecond_operand\x18\x03 \x01(\t\"\x9a\x01\n\x05Route\x12\x16\n\x0evariation_name\x18\x01 \x01(\t\x12\x0e\n\x06weight\x18\x02 \x01(\r\x12\x0e\n\x06shadow\x18\x03 \x01(\x08\x12\x10\n\x08model_id\x18\x04 \x01(\t\x12\x16\n\x0e\x65nvironment_id\x18\x05 \x01(\t\x12\x13\n\x0b\x61udience_id\x18\x06 \x01(\t\x12\x1a\n\x12request_timeout_ms\x18\x07 \x01(\x05*\x9e\x02\n\x11UnaryOperatorType\x12\x1f\n\x1bUNARY_OPERATOR_TYPE_INVALID\x10\x00\x12#\n\x1fUNARY_OPERATOR_TYPE_EXACT_MATCH\x10\x01\x12(\n$UNARY_OPERATOR_TYPE_SAFE_REGEX_MATCH\x10\x02\x12%\n!UNARY_OPERATOR_TYPE_PRESENT_MATCH\x10\x03\x12$\n UNARY_OPERATOR_TYPE_PREFIX_MATCH\x10\x04\x12$\n UNARY_OPERATOR_TYPE_SUFFIX_MATCH\x10\x05\x12&\n\"UNARY_OPERATOR_TYPE_CONTAINS_MATCH\x10\x06*\\\n\x12\x42inaryOperatorType\x12 \n\x1c\x42INARY_OPERATOR_TYPE_INVALID\x10\x00\x12$\n BINARY_OPERATOR_TYPE_RANGE_MATCH\x10\x01\x42\x42\n\x14\x63om.qwak.audience.v1B\rAudienceProtoP\x01Z\x19qwak/audience/v1;audienceb\x06proto3')
20
18
 
21
- _UNARYOPERATORTYPE = DESCRIPTOR.enum_types_by_name['UnaryOperatorType']
22
- UnaryOperatorType = enum_type_wrapper.EnumTypeWrapper(_UNARYOPERATORTYPE)
23
- _BINARYOPERATORTYPE = DESCRIPTOR.enum_types_by_name['BinaryOperatorType']
24
- BinaryOperatorType = enum_type_wrapper.EnumTypeWrapper(_BINARYOPERATORTYPE)
25
- UNARY_OPERATOR_TYPE_INVALID = 0
26
- UNARY_OPERATOR_TYPE_EXACT_MATCH = 1
27
- UNARY_OPERATOR_TYPE_SAFE_REGEX_MATCH = 2
28
- UNARY_OPERATOR_TYPE_PRESENT_MATCH = 3
29
- UNARY_OPERATOR_TYPE_PREFIX_MATCH = 4
30
- UNARY_OPERATOR_TYPE_SUFFIX_MATCH = 5
31
- UNARY_OPERATOR_TYPE_CONTAINS_MATCH = 6
32
- BINARY_OPERATOR_TYPE_INVALID = 0
33
- BINARY_OPERATOR_TYPE_RANGE_MATCH = 1
34
-
35
-
36
- _AUDIENCEENTRY = DESCRIPTOR.message_types_by_name['AudienceEntry']
37
- _AUDIENCE = DESCRIPTOR.message_types_by_name['Audience']
38
- _AUDIENCE_ENVIRONMENTROUTESENTRY = _AUDIENCE.nested_types_by_name['EnvironmentRoutesEntry']
39
- _ENVIRONMENTAUDIENCEROUTES = DESCRIPTOR.message_types_by_name['EnvironmentAudienceRoutes']
40
- _AUDIENCEROUTESENTRY = DESCRIPTOR.message_types_by_name['AudienceRoutesEntry']
41
- _CONDITION = DESCRIPTOR.message_types_by_name['Condition']
42
- _UNARYCONDITION = DESCRIPTOR.message_types_by_name['UnaryCondition']
43
- _BINARYCONDITION = DESCRIPTOR.message_types_by_name['BinaryCondition']
44
- _ROUTE = DESCRIPTOR.message_types_by_name['Route']
45
- AudienceEntry = _reflection.GeneratedProtocolMessageType('AudienceEntry', (_message.Message,), {
46
- 'DESCRIPTOR' : _AUDIENCEENTRY,
47
- '__module__' : 'qwak.audience.v1.audience_pb2'
48
- # @@protoc_insertion_point(class_scope:qwak.audience.v1.AudienceEntry)
49
- })
50
- _sym_db.RegisterMessage(AudienceEntry)
51
-
52
- Audience = _reflection.GeneratedProtocolMessageType('Audience', (_message.Message,), {
53
-
54
- 'EnvironmentRoutesEntry' : _reflection.GeneratedProtocolMessageType('EnvironmentRoutesEntry', (_message.Message,), {
55
- 'DESCRIPTOR' : _AUDIENCE_ENVIRONMENTROUTESENTRY,
56
- '__module__' : 'qwak.audience.v1.audience_pb2'
57
- # @@protoc_insertion_point(class_scope:qwak.audience.v1.Audience.EnvironmentRoutesEntry)
58
- })
59
- ,
60
- 'DESCRIPTOR' : _AUDIENCE,
61
- '__module__' : 'qwak.audience.v1.audience_pb2'
62
- # @@protoc_insertion_point(class_scope:qwak.audience.v1.Audience)
63
- })
64
- _sym_db.RegisterMessage(Audience)
65
- _sym_db.RegisterMessage(Audience.EnvironmentRoutesEntry)
66
-
67
- EnvironmentAudienceRoutes = _reflection.GeneratedProtocolMessageType('EnvironmentAudienceRoutes', (_message.Message,), {
68
- 'DESCRIPTOR' : _ENVIRONMENTAUDIENCEROUTES,
69
- '__module__' : 'qwak.audience.v1.audience_pb2'
70
- # @@protoc_insertion_point(class_scope:qwak.audience.v1.EnvironmentAudienceRoutes)
71
- })
72
- _sym_db.RegisterMessage(EnvironmentAudienceRoutes)
73
-
74
- AudienceRoutesEntry = _reflection.GeneratedProtocolMessageType('AudienceRoutesEntry', (_message.Message,), {
75
- 'DESCRIPTOR' : _AUDIENCEROUTESENTRY,
76
- '__module__' : 'qwak.audience.v1.audience_pb2'
77
- # @@protoc_insertion_point(class_scope:qwak.audience.v1.AudienceRoutesEntry)
78
- })
79
- _sym_db.RegisterMessage(AudienceRoutesEntry)
80
-
81
- Condition = _reflection.GeneratedProtocolMessageType('Condition', (_message.Message,), {
82
- 'DESCRIPTOR' : _CONDITION,
83
- '__module__' : 'qwak.audience.v1.audience_pb2'
84
- # @@protoc_insertion_point(class_scope:qwak.audience.v1.Condition)
85
- })
86
- _sym_db.RegisterMessage(Condition)
87
-
88
- UnaryCondition = _reflection.GeneratedProtocolMessageType('UnaryCondition', (_message.Message,), {
89
- 'DESCRIPTOR' : _UNARYCONDITION,
90
- '__module__' : 'qwak.audience.v1.audience_pb2'
91
- # @@protoc_insertion_point(class_scope:qwak.audience.v1.UnaryCondition)
92
- })
93
- _sym_db.RegisterMessage(UnaryCondition)
94
-
95
- BinaryCondition = _reflection.GeneratedProtocolMessageType('BinaryCondition', (_message.Message,), {
96
- 'DESCRIPTOR' : _BINARYCONDITION,
97
- '__module__' : 'qwak.audience.v1.audience_pb2'
98
- # @@protoc_insertion_point(class_scope:qwak.audience.v1.BinaryCondition)
99
- })
100
- _sym_db.RegisterMessage(BinaryCondition)
101
-
102
- Route = _reflection.GeneratedProtocolMessageType('Route', (_message.Message,), {
103
- 'DESCRIPTOR' : _ROUTE,
104
- '__module__' : 'qwak.audience.v1.audience_pb2'
105
- # @@protoc_insertion_point(class_scope:qwak.audience.v1.Route)
106
- })
107
- _sym_db.RegisterMessage(Route)
108
-
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.audience.v1.audience_pb2', _globals)
109
22
  if _descriptor._USE_C_DESCRIPTORS == False:
110
23
 
111
24
  DESCRIPTOR._options = None
112
25
  DESCRIPTOR._serialized_options = b'\n\024com.qwak.audience.v1B\rAudienceProtoP\001Z\031qwak/audience/v1;audience'
113
26
  _AUDIENCE_ENVIRONMENTROUTESENTRY._options = None
114
27
  _AUDIENCE_ENVIRONMENTROUTESENTRY._serialized_options = b'8\001'
115
- _UNARYOPERATORTYPE._serialized_start=1356
116
- _UNARYOPERATORTYPE._serialized_end=1642
117
- _BINARYOPERATORTYPE._serialized_start=1644
118
- _BINARYOPERATORTYPE._serialized_end=1736
119
- _AUDIENCEENTRY._serialized_start=86
120
- _AUDIENCEENTRY._serialized_end=159
121
- _AUDIENCE._serialized_start=162
122
- _AUDIENCE._serialized_end=611
123
- _AUDIENCE_ENVIRONMENTROUTESENTRY._serialized_start=510
124
- _AUDIENCE_ENVIRONMENTROUTESENTRY._serialized_end=611
125
- _ENVIRONMENTAUDIENCEROUTES._serialized_start=613
126
- _ENVIRONMENTAUDIENCEROUTES._serialized_end=681
127
- _AUDIENCEROUTESENTRY._serialized_start=683
128
- _AUDIENCEROUTESENTRY._serialized_end=804
129
- _CONDITION._serialized_start=807
130
- _CONDITION._serialized_end=984
131
- _UNARYCONDITION._serialized_start=986
132
- _UNARYCONDITION._serialized_end=1074
133
- _BINARYCONDITION._serialized_start=1076
134
- _BINARYCONDITION._serialized_end=1196
135
- _ROUTE._serialized_start=1199
136
- _ROUTE._serialized_end=1353
28
+ _globals['_UNARYOPERATORTYPE']._serialized_start=1356
29
+ _globals['_UNARYOPERATORTYPE']._serialized_end=1642
30
+ _globals['_BINARYOPERATORTYPE']._serialized_start=1644
31
+ _globals['_BINARYOPERATORTYPE']._serialized_end=1736
32
+ _globals['_AUDIENCEENTRY']._serialized_start=86
33
+ _globals['_AUDIENCEENTRY']._serialized_end=159
34
+ _globals['_AUDIENCE']._serialized_start=162
35
+ _globals['_AUDIENCE']._serialized_end=611
36
+ _globals['_AUDIENCE_ENVIRONMENTROUTESENTRY']._serialized_start=510
37
+ _globals['_AUDIENCE_ENVIRONMENTROUTESENTRY']._serialized_end=611
38
+ _globals['_ENVIRONMENTAUDIENCEROUTES']._serialized_start=613
39
+ _globals['_ENVIRONMENTAUDIENCEROUTES']._serialized_end=681
40
+ _globals['_AUDIENCEROUTESENTRY']._serialized_start=683
41
+ _globals['_AUDIENCEROUTESENTRY']._serialized_end=804
42
+ _globals['_CONDITION']._serialized_start=807
43
+ _globals['_CONDITION']._serialized_end=984
44
+ _globals['_UNARYCONDITION']._serialized_start=986
45
+ _globals['_UNARYCONDITION']._serialized_end=1074
46
+ _globals['_BINARYCONDITION']._serialized_start=1076
47
+ _globals['_BINARYCONDITION']._serialized_end=1196
48
+ _globals['_ROUTE']._serialized_start=1199
49
+ _globals['_ROUTE']._serialized_end=1353
137
50
  # @@protoc_insertion_point(module_scope)
@@ -2,12 +2,10 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # source: qwak/auto_scaling/v1/auto_scaling.proto
4
4
  """Generated protocol buffer code."""
5
- from google.protobuf.internal import enum_type_wrapper
6
5
  from google.protobuf import descriptor as _descriptor
7
6
  from google.protobuf import descriptor_pool as _descriptor_pool
8
- from google.protobuf import message as _message
9
- from google.protobuf import reflection as _reflection
10
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
11
9
  # @@protoc_insertion_point(imports)
12
10
 
13
11
  _sym_db = _symbol_database.Default()
@@ -17,84 +15,25 @@ _sym_db = _symbol_database.Default()
17
15
 
18
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'qwak/auto_scaling/v1/auto_scaling.proto\x12\x14qwak.auto_scaling.v1\"\xaf\x01\n\x11\x41utoScalingConfig\x12\x19\n\x11min_replica_count\x18\x01 \x01(\x05\x12\x19\n\x11max_replica_count\x18\x02 \x01(\x05\x12\x18\n\x10polling_interval\x18\x03 \x01(\x05\x12\x18\n\x10\x63ool_down_period\x18\x04 \x01(\x05\x12\x30\n\x08triggers\x18\x05 \x01(\x0b\x32\x1e.qwak.auto_scaling.v1.Triggers\";\n\x08Triggers\x12/\n\x08triggers\x18\x01 \x03(\x0b\x32\x1d.qwak.auto_scaling.v1.Trigger\"`\n\x07Trigger\x12\x45\n\x12prometheus_trigger\x18\x01 \x01(\x0b\x32\'.qwak.auto_scaling.v1.PrometheusTriggerH\x00\x42\x0e\n\x0ctrigger_type\"[\n\x11PrometheusTrigger\x12\x33\n\nquery_spec\x18\x01 \x01(\x0b\x32\x1f.qwak.auto_scaling.v1.QuerySpec\x12\x11\n\tthreshold\x18\x02 \x01(\x05\"\xac\x01\n\tQuerySpec\x12\x35\n\x0bmetric_type\x18\x01 \x01(\x0e\x32 .qwak.auto_scaling.v1.MetricType\x12?\n\x10\x61ggregation_type\x18\x02 \x01(\x0e\x32%.qwak.auto_scaling.v1.AggregationType\x12\x13\n\x0btime_period\x18\x03 \x01(\x05\x12\x12\n\nerror_code\x18\x04 \x01(\t*\xba\x01\n\nMetricType\x12\x19\n\x15METRIC_TYPE_NOT_VALID\x10\x00\x12\x13\n\x0fMETRIC_TYPE_CPU\x10\x01\x12\x16\n\x12METRIC_TYPE_MEMORY\x10\x02\x12\x17\n\x13METRIC_TYPE_LATENCY\x10\x03\x12\x13\n\x0fMETRIC_TYPE_GPU\x10\x04\x12\x1a\n\x16METRIC_TYPE_ERROR_RATE\x10\x05\x12\x1a\n\x16METRIC_TYPE_THROUGHPUT\x10\x06*\x85\x02\n\x0f\x41ggregationType\x12\x1e\n\x1a\x41GGREGATION_TYPE_NOT_VALID\x10\x00\x12\x18\n\x14\x41GGREGATION_TYPE_MIN\x10\x01\x12\x18\n\x14\x41GGREGATION_TYPE_MAX\x10\x02\x12\x1c\n\x18\x41GGREGATION_TYPE_AVERAGE\x10\x03\x12\x18\n\x14\x41GGREGATION_TYPE_SUM\x10\x04\x12\x18\n\x14\x41GGREGATION_TYPE_P50\x10\x05\x12\x18\n\x14\x41GGREGATION_TYPE_P90\x10\x06\x12\x18\n\x14\x41GGREGATION_TYPE_P95\x10\x07\x12\x18\n\x14\x41GGREGATION_TYPE_P99\x10\x08\x42K\n%com.qwak.ai.management.deployment.apiP\x01Z qwak/auto_scaling/v1;autoscalingb\x06proto3')
19
17
 
20
- _METRICTYPE = DESCRIPTOR.enum_types_by_name['MetricType']
21
- MetricType = enum_type_wrapper.EnumTypeWrapper(_METRICTYPE)
22
- _AGGREGATIONTYPE = DESCRIPTOR.enum_types_by_name['AggregationType']
23
- AggregationType = enum_type_wrapper.EnumTypeWrapper(_AGGREGATIONTYPE)
24
- METRIC_TYPE_NOT_VALID = 0
25
- METRIC_TYPE_CPU = 1
26
- METRIC_TYPE_MEMORY = 2
27
- METRIC_TYPE_LATENCY = 3
28
- METRIC_TYPE_GPU = 4
29
- METRIC_TYPE_ERROR_RATE = 5
30
- METRIC_TYPE_THROUGHPUT = 6
31
- AGGREGATION_TYPE_NOT_VALID = 0
32
- AGGREGATION_TYPE_MIN = 1
33
- AGGREGATION_TYPE_MAX = 2
34
- AGGREGATION_TYPE_AVERAGE = 3
35
- AGGREGATION_TYPE_SUM = 4
36
- AGGREGATION_TYPE_P50 = 5
37
- AGGREGATION_TYPE_P90 = 6
38
- AGGREGATION_TYPE_P95 = 7
39
- AGGREGATION_TYPE_P99 = 8
40
-
41
-
42
- _AUTOSCALINGCONFIG = DESCRIPTOR.message_types_by_name['AutoScalingConfig']
43
- _TRIGGERS = DESCRIPTOR.message_types_by_name['Triggers']
44
- _TRIGGER = DESCRIPTOR.message_types_by_name['Trigger']
45
- _PROMETHEUSTRIGGER = DESCRIPTOR.message_types_by_name['PrometheusTrigger']
46
- _QUERYSPEC = DESCRIPTOR.message_types_by_name['QuerySpec']
47
- AutoScalingConfig = _reflection.GeneratedProtocolMessageType('AutoScalingConfig', (_message.Message,), {
48
- 'DESCRIPTOR' : _AUTOSCALINGCONFIG,
49
- '__module__' : 'qwak.auto_scaling.v1.auto_scaling_pb2'
50
- # @@protoc_insertion_point(class_scope:qwak.auto_scaling.v1.AutoScalingConfig)
51
- })
52
- _sym_db.RegisterMessage(AutoScalingConfig)
53
-
54
- Triggers = _reflection.GeneratedProtocolMessageType('Triggers', (_message.Message,), {
55
- 'DESCRIPTOR' : _TRIGGERS,
56
- '__module__' : 'qwak.auto_scaling.v1.auto_scaling_pb2'
57
- # @@protoc_insertion_point(class_scope:qwak.auto_scaling.v1.Triggers)
58
- })
59
- _sym_db.RegisterMessage(Triggers)
60
-
61
- Trigger = _reflection.GeneratedProtocolMessageType('Trigger', (_message.Message,), {
62
- 'DESCRIPTOR' : _TRIGGER,
63
- '__module__' : 'qwak.auto_scaling.v1.auto_scaling_pb2'
64
- # @@protoc_insertion_point(class_scope:qwak.auto_scaling.v1.Trigger)
65
- })
66
- _sym_db.RegisterMessage(Trigger)
67
-
68
- PrometheusTrigger = _reflection.GeneratedProtocolMessageType('PrometheusTrigger', (_message.Message,), {
69
- 'DESCRIPTOR' : _PROMETHEUSTRIGGER,
70
- '__module__' : 'qwak.auto_scaling.v1.auto_scaling_pb2'
71
- # @@protoc_insertion_point(class_scope:qwak.auto_scaling.v1.PrometheusTrigger)
72
- })
73
- _sym_db.RegisterMessage(PrometheusTrigger)
74
-
75
- QuerySpec = _reflection.GeneratedProtocolMessageType('QuerySpec', (_message.Message,), {
76
- 'DESCRIPTOR' : _QUERYSPEC,
77
- '__module__' : 'qwak.auto_scaling.v1.auto_scaling_pb2'
78
- # @@protoc_insertion_point(class_scope:qwak.auto_scaling.v1.QuerySpec)
79
- })
80
- _sym_db.RegisterMessage(QuerySpec)
81
-
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.auto_scaling.v1.auto_scaling_pb2', _globals)
82
21
  if _descriptor._USE_C_DESCRIPTORS == False:
83
22
 
84
23
  DESCRIPTOR._options = None
85
24
  DESCRIPTOR._serialized_options = b'\n%com.qwak.ai.management.deployment.apiP\001Z qwak/auto_scaling/v1;autoscaling'
86
- _METRICTYPE._serialized_start=671
87
- _METRICTYPE._serialized_end=857
88
- _AGGREGATIONTYPE._serialized_start=860
89
- _AGGREGATIONTYPE._serialized_end=1121
90
- _AUTOSCALINGCONFIG._serialized_start=66
91
- _AUTOSCALINGCONFIG._serialized_end=241
92
- _TRIGGERS._serialized_start=243
93
- _TRIGGERS._serialized_end=302
94
- _TRIGGER._serialized_start=304
95
- _TRIGGER._serialized_end=400
96
- _PROMETHEUSTRIGGER._serialized_start=402
97
- _PROMETHEUSTRIGGER._serialized_end=493
98
- _QUERYSPEC._serialized_start=496
99
- _QUERYSPEC._serialized_end=668
25
+ _globals['_METRICTYPE']._serialized_start=671
26
+ _globals['_METRICTYPE']._serialized_end=857
27
+ _globals['_AGGREGATIONTYPE']._serialized_start=860
28
+ _globals['_AGGREGATIONTYPE']._serialized_end=1121
29
+ _globals['_AUTOSCALINGCONFIG']._serialized_start=66
30
+ _globals['_AUTOSCALINGCONFIG']._serialized_end=241
31
+ _globals['_TRIGGERS']._serialized_start=243
32
+ _globals['_TRIGGERS']._serialized_end=302
33
+ _globals['_TRIGGER']._serialized_start=304
34
+ _globals['_TRIGGER']._serialized_end=400
35
+ _globals['_PROMETHEUSTRIGGER']._serialized_start=402
36
+ _globals['_PROMETHEUSTRIGGER']._serialized_end=493
37
+ _globals['_QUERYSPEC']._serialized_start=496
38
+ _globals['_QUERYSPEC']._serialized_end=668
100
39
  # @@protoc_insertion_point(module_scope)
@@ -4,9 +4,8 @@
4
4
  """Generated protocol buffer code."""
5
5
  from google.protobuf import descriptor as _descriptor
6
6
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
10
9
  # @@protoc_insertion_point(imports)
11
10
 
12
11
  _sym_db = _symbol_database.Default()
@@ -17,33 +16,17 @@ from _qwak_proto.qwak.auto_scaling.v1 import auto_scaling_pb2 as qwak_dot_auto__
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n/qwak/auto_scaling/v1/auto_scaling_service.proto\x12\x14qwak.auto_scaling.v1\x1a\'qwak/auto_scaling/v1/auto_scaling.proto\"\x8a\x01\n\x18\x41ttachAutoScalingRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\x12\x16\n\x0evariation_name\x18\x02 \x01(\t\x12\x44\n\x13\x61uto_scaling_config\x18\x03 \x01(\x0b\x32\'.qwak.auto_scaling.v1.AutoScalingConfig\"4\n\x19\x41ttachAutoScalingResponse\x12\x17\n\x0f\x61uto_scaling_id\x18\x01 \x01(\t2\x8a\x01\n\x12\x41utoScalingService\x12t\n\x11\x41ttachAutoScaling\x12..qwak.auto_scaling.v1.AttachAutoScalingRequest\x1a/.qwak.auto_scaling.v1.AttachAutoScalingResponseBK\n%com.qwak.ai.management.deployment.apiP\x01Z qwak/auto_scaling/v1;autoscalingb\x06proto3')
19
18
 
20
-
21
-
22
- _ATTACHAUTOSCALINGREQUEST = DESCRIPTOR.message_types_by_name['AttachAutoScalingRequest']
23
- _ATTACHAUTOSCALINGRESPONSE = DESCRIPTOR.message_types_by_name['AttachAutoScalingResponse']
24
- AttachAutoScalingRequest = _reflection.GeneratedProtocolMessageType('AttachAutoScalingRequest', (_message.Message,), {
25
- 'DESCRIPTOR' : _ATTACHAUTOSCALINGREQUEST,
26
- '__module__' : 'qwak.auto_scaling.v1.auto_scaling_service_pb2'
27
- # @@protoc_insertion_point(class_scope:qwak.auto_scaling.v1.AttachAutoScalingRequest)
28
- })
29
- _sym_db.RegisterMessage(AttachAutoScalingRequest)
30
-
31
- AttachAutoScalingResponse = _reflection.GeneratedProtocolMessageType('AttachAutoScalingResponse', (_message.Message,), {
32
- 'DESCRIPTOR' : _ATTACHAUTOSCALINGRESPONSE,
33
- '__module__' : 'qwak.auto_scaling.v1.auto_scaling_service_pb2'
34
- # @@protoc_insertion_point(class_scope:qwak.auto_scaling.v1.AttachAutoScalingResponse)
35
- })
36
- _sym_db.RegisterMessage(AttachAutoScalingResponse)
37
-
38
- _AUTOSCALINGSERVICE = DESCRIPTOR.services_by_name['AutoScalingService']
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.auto_scaling.v1.auto_scaling_service_pb2', _globals)
39
22
  if _descriptor._USE_C_DESCRIPTORS == False:
40
23
 
41
24
  DESCRIPTOR._options = None
42
25
  DESCRIPTOR._serialized_options = b'\n%com.qwak.ai.management.deployment.apiP\001Z qwak/auto_scaling/v1;autoscaling'
43
- _ATTACHAUTOSCALINGREQUEST._serialized_start=115
44
- _ATTACHAUTOSCALINGREQUEST._serialized_end=253
45
- _ATTACHAUTOSCALINGRESPONSE._serialized_start=255
46
- _ATTACHAUTOSCALINGRESPONSE._serialized_end=307
47
- _AUTOSCALINGSERVICE._serialized_start=310
48
- _AUTOSCALINGSERVICE._serialized_end=448
26
+ _globals['_ATTACHAUTOSCALINGREQUEST']._serialized_start=115
27
+ _globals['_ATTACHAUTOSCALINGREQUEST']._serialized_end=253
28
+ _globals['_ATTACHAUTOSCALINGRESPONSE']._serialized_start=255
29
+ _globals['_ATTACHAUTOSCALINGRESPONSE']._serialized_end=307
30
+ _globals['_AUTOSCALINGSERVICE']._serialized_start=310
31
+ _globals['_AUTOSCALINGSERVICE']._serialized_end=448
49
32
  # @@protoc_insertion_point(module_scope)