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()
@@ -18,129 +17,39 @@ from _qwak_proto.qwak.self_service.user.v1 import api_key_pb2 as qwak_dot_self__
18
17
 
19
18
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,qwak/self_service/user/v1/user_service.proto\x12\x19qwak.self_service.user.v1\x1a$qwak/self_service/user/v1/user.proto\x1a\'qwak/self_service/user/v1/api_key.proto\"O\n\x15GenerateApiKeyRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x16\n\x0e\x65nvironment_id\x18\x02 \x01(\t\x12\r\n\x05\x66orce\x18\x03 \x01(\x08\")\n\x16GenerateApiKeyResponse\x12\x0f\n\x07\x61pi_key\x18\x01 \x01(\t\">\n\x13RevokeApiKeyRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\x12\x16\n\x0e\x65nvironment_id\x18\x02 \x01(\t\"\x8e\x01\n\x14RevokeApiKeyResponse\x12\x46\n\x06status\x18\x01 \x01(\x0e\x32\x36.qwak.self_service.user.v1.RevokeApiKeyResponse.Status\".\n\x06Status\x12\x17\n\x13INVALID_USER_STATUS\x10\x00\x12\x0b\n\x07REVOKED\x10\x01\"\x1a\n\x18ListApiKeyDetailsRequest\"\x86\x02\n\x19ListApiKeyDetailsResponse\x12|\n\x1e\x65nvironment_to_api_key_details\x18\x01 \x03(\x0b\x32T.qwak.self_service.user.v1.ListApiKeyDetailsResponse.EnvironmentToApiKeyDetailsEntry\x1ak\n\x1f\x45nvironmentToApiKeyDetailsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x37\n\x05value\x18\x02 \x01(\x0b\x32(.qwak.self_service.user.v1.ApiKeyDetails:\x02\x38\x01\"\x17\n\x15GetUserProfileRequest\"V\n\x16GetUserProfileResponse\x12<\n\x0cuser_profile\x18\x01 \x01(\x0b\x32&.qwak.self_service.user.v1.UserProfile\"X\n\x18UpdateUserProfileRequest\x12<\n\x0cuser_profile\x18\x01 \x01(\x0b\x32&.qwak.self_service.user.v1.UserProfile\"a\n\x19UpdateUserProfileResponse\x12\x44\n\x14updated_user_profile\x18\x01 \x01(\x0b\x32&.qwak.self_service.user.v1.UserProfile2\xec\x04\n\x0bUserService\x12u\n\x0eGenerateApiKey\x12\x30.qwak.self_service.user.v1.GenerateApiKeyRequest\x1a\x31.qwak.self_service.user.v1.GenerateApiKeyResponse\x12o\n\x0cRevokeApiKey\x12..qwak.self_service.user.v1.RevokeApiKeyRequest\x1a/.qwak.self_service.user.v1.RevokeApiKeyResponse\x12~\n\x11ListApiKeyDetails\x12\x33.qwak.self_service.user.v1.ListApiKeyDetailsRequest\x1a\x34.qwak.self_service.user.v1.ListApiKeyDetailsResponse\x12u\n\x0eGetUserProfile\x12\x30.qwak.self_service.user.v1.GetUserProfileRequest\x1a\x31.qwak.self_service.user.v1.GetUserProfileResponse\x12~\n\x11UpdateUserProfile\x12\x33.qwak.self_service.user.v1.UpdateUserProfileRequest\x1a\x34.qwak.self_service.user.v1.UpdateUserProfileResponseB\xaf\x01\n\x1f\x63om.qwak.ai.self_service.v1.apiP\x01Z\x89\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/self_service/user/v1;self_service_user_v1b\x06proto3')
20
19
 
21
-
22
-
23
- _GENERATEAPIKEYREQUEST = DESCRIPTOR.message_types_by_name['GenerateApiKeyRequest']
24
- _GENERATEAPIKEYRESPONSE = DESCRIPTOR.message_types_by_name['GenerateApiKeyResponse']
25
- _REVOKEAPIKEYREQUEST = DESCRIPTOR.message_types_by_name['RevokeApiKeyRequest']
26
- _REVOKEAPIKEYRESPONSE = DESCRIPTOR.message_types_by_name['RevokeApiKeyResponse']
27
- _LISTAPIKEYDETAILSREQUEST = DESCRIPTOR.message_types_by_name['ListApiKeyDetailsRequest']
28
- _LISTAPIKEYDETAILSRESPONSE = DESCRIPTOR.message_types_by_name['ListApiKeyDetailsResponse']
29
- _LISTAPIKEYDETAILSRESPONSE_ENVIRONMENTTOAPIKEYDETAILSENTRY = _LISTAPIKEYDETAILSRESPONSE.nested_types_by_name['EnvironmentToApiKeyDetailsEntry']
30
- _GETUSERPROFILEREQUEST = DESCRIPTOR.message_types_by_name['GetUserProfileRequest']
31
- _GETUSERPROFILERESPONSE = DESCRIPTOR.message_types_by_name['GetUserProfileResponse']
32
- _UPDATEUSERPROFILEREQUEST = DESCRIPTOR.message_types_by_name['UpdateUserProfileRequest']
33
- _UPDATEUSERPROFILERESPONSE = DESCRIPTOR.message_types_by_name['UpdateUserProfileResponse']
34
- _REVOKEAPIKEYRESPONSE_STATUS = _REVOKEAPIKEYRESPONSE.enum_types_by_name['Status']
35
- GenerateApiKeyRequest = _reflection.GeneratedProtocolMessageType('GenerateApiKeyRequest', (_message.Message,), {
36
- 'DESCRIPTOR' : _GENERATEAPIKEYREQUEST,
37
- '__module__' : 'qwak.self_service.user.v1.user_service_pb2'
38
- # @@protoc_insertion_point(class_scope:qwak.self_service.user.v1.GenerateApiKeyRequest)
39
- })
40
- _sym_db.RegisterMessage(GenerateApiKeyRequest)
41
-
42
- GenerateApiKeyResponse = _reflection.GeneratedProtocolMessageType('GenerateApiKeyResponse', (_message.Message,), {
43
- 'DESCRIPTOR' : _GENERATEAPIKEYRESPONSE,
44
- '__module__' : 'qwak.self_service.user.v1.user_service_pb2'
45
- # @@protoc_insertion_point(class_scope:qwak.self_service.user.v1.GenerateApiKeyResponse)
46
- })
47
- _sym_db.RegisterMessage(GenerateApiKeyResponse)
48
-
49
- RevokeApiKeyRequest = _reflection.GeneratedProtocolMessageType('RevokeApiKeyRequest', (_message.Message,), {
50
- 'DESCRIPTOR' : _REVOKEAPIKEYREQUEST,
51
- '__module__' : 'qwak.self_service.user.v1.user_service_pb2'
52
- # @@protoc_insertion_point(class_scope:qwak.self_service.user.v1.RevokeApiKeyRequest)
53
- })
54
- _sym_db.RegisterMessage(RevokeApiKeyRequest)
55
-
56
- RevokeApiKeyResponse = _reflection.GeneratedProtocolMessageType('RevokeApiKeyResponse', (_message.Message,), {
57
- 'DESCRIPTOR' : _REVOKEAPIKEYRESPONSE,
58
- '__module__' : 'qwak.self_service.user.v1.user_service_pb2'
59
- # @@protoc_insertion_point(class_scope:qwak.self_service.user.v1.RevokeApiKeyResponse)
60
- })
61
- _sym_db.RegisterMessage(RevokeApiKeyResponse)
62
-
63
- ListApiKeyDetailsRequest = _reflection.GeneratedProtocolMessageType('ListApiKeyDetailsRequest', (_message.Message,), {
64
- 'DESCRIPTOR' : _LISTAPIKEYDETAILSREQUEST,
65
- '__module__' : 'qwak.self_service.user.v1.user_service_pb2'
66
- # @@protoc_insertion_point(class_scope:qwak.self_service.user.v1.ListApiKeyDetailsRequest)
67
- })
68
- _sym_db.RegisterMessage(ListApiKeyDetailsRequest)
69
-
70
- ListApiKeyDetailsResponse = _reflection.GeneratedProtocolMessageType('ListApiKeyDetailsResponse', (_message.Message,), {
71
-
72
- 'EnvironmentToApiKeyDetailsEntry' : _reflection.GeneratedProtocolMessageType('EnvironmentToApiKeyDetailsEntry', (_message.Message,), {
73
- 'DESCRIPTOR' : _LISTAPIKEYDETAILSRESPONSE_ENVIRONMENTTOAPIKEYDETAILSENTRY,
74
- '__module__' : 'qwak.self_service.user.v1.user_service_pb2'
75
- # @@protoc_insertion_point(class_scope:qwak.self_service.user.v1.ListApiKeyDetailsResponse.EnvironmentToApiKeyDetailsEntry)
76
- })
77
- ,
78
- 'DESCRIPTOR' : _LISTAPIKEYDETAILSRESPONSE,
79
- '__module__' : 'qwak.self_service.user.v1.user_service_pb2'
80
- # @@protoc_insertion_point(class_scope:qwak.self_service.user.v1.ListApiKeyDetailsResponse)
81
- })
82
- _sym_db.RegisterMessage(ListApiKeyDetailsResponse)
83
- _sym_db.RegisterMessage(ListApiKeyDetailsResponse.EnvironmentToApiKeyDetailsEntry)
84
-
85
- GetUserProfileRequest = _reflection.GeneratedProtocolMessageType('GetUserProfileRequest', (_message.Message,), {
86
- 'DESCRIPTOR' : _GETUSERPROFILEREQUEST,
87
- '__module__' : 'qwak.self_service.user.v1.user_service_pb2'
88
- # @@protoc_insertion_point(class_scope:qwak.self_service.user.v1.GetUserProfileRequest)
89
- })
90
- _sym_db.RegisterMessage(GetUserProfileRequest)
91
-
92
- GetUserProfileResponse = _reflection.GeneratedProtocolMessageType('GetUserProfileResponse', (_message.Message,), {
93
- 'DESCRIPTOR' : _GETUSERPROFILERESPONSE,
94
- '__module__' : 'qwak.self_service.user.v1.user_service_pb2'
95
- # @@protoc_insertion_point(class_scope:qwak.self_service.user.v1.GetUserProfileResponse)
96
- })
97
- _sym_db.RegisterMessage(GetUserProfileResponse)
98
-
99
- UpdateUserProfileRequest = _reflection.GeneratedProtocolMessageType('UpdateUserProfileRequest', (_message.Message,), {
100
- 'DESCRIPTOR' : _UPDATEUSERPROFILEREQUEST,
101
- '__module__' : 'qwak.self_service.user.v1.user_service_pb2'
102
- # @@protoc_insertion_point(class_scope:qwak.self_service.user.v1.UpdateUserProfileRequest)
103
- })
104
- _sym_db.RegisterMessage(UpdateUserProfileRequest)
105
-
106
- UpdateUserProfileResponse = _reflection.GeneratedProtocolMessageType('UpdateUserProfileResponse', (_message.Message,), {
107
- 'DESCRIPTOR' : _UPDATEUSERPROFILERESPONSE,
108
- '__module__' : 'qwak.self_service.user.v1.user_service_pb2'
109
- # @@protoc_insertion_point(class_scope:qwak.self_service.user.v1.UpdateUserProfileResponse)
110
- })
111
- _sym_db.RegisterMessage(UpdateUserProfileResponse)
112
-
113
- _USERSERVICE = DESCRIPTOR.services_by_name['UserService']
20
+ _globals = globals()
21
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
22
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.self_service.user.v1.user_service_pb2', _globals)
114
23
  if _descriptor._USE_C_DESCRIPTORS == False:
115
24
 
116
25
  DESCRIPTOR._options = None
117
26
  DESCRIPTOR._serialized_options = b'\n\037com.qwak.ai.self_service.v1.apiP\001Z\211\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/self_service/user/v1;self_service_user_v1'
118
27
  _LISTAPIKEYDETAILSRESPONSE_ENVIRONMENTTOAPIKEYDETAILSENTRY._options = None
119
28
  _LISTAPIKEYDETAILSRESPONSE_ENVIRONMENTTOAPIKEYDETAILSENTRY._serialized_options = b'8\001'
120
- _GENERATEAPIKEYREQUEST._serialized_start=154
121
- _GENERATEAPIKEYREQUEST._serialized_end=233
122
- _GENERATEAPIKEYRESPONSE._serialized_start=235
123
- _GENERATEAPIKEYRESPONSE._serialized_end=276
124
- _REVOKEAPIKEYREQUEST._serialized_start=278
125
- _REVOKEAPIKEYREQUEST._serialized_end=340
126
- _REVOKEAPIKEYRESPONSE._serialized_start=343
127
- _REVOKEAPIKEYRESPONSE._serialized_end=485
128
- _REVOKEAPIKEYRESPONSE_STATUS._serialized_start=439
129
- _REVOKEAPIKEYRESPONSE_STATUS._serialized_end=485
130
- _LISTAPIKEYDETAILSREQUEST._serialized_start=487
131
- _LISTAPIKEYDETAILSREQUEST._serialized_end=513
132
- _LISTAPIKEYDETAILSRESPONSE._serialized_start=516
133
- _LISTAPIKEYDETAILSRESPONSE._serialized_end=778
134
- _LISTAPIKEYDETAILSRESPONSE_ENVIRONMENTTOAPIKEYDETAILSENTRY._serialized_start=671
135
- _LISTAPIKEYDETAILSRESPONSE_ENVIRONMENTTOAPIKEYDETAILSENTRY._serialized_end=778
136
- _GETUSERPROFILEREQUEST._serialized_start=780
137
- _GETUSERPROFILEREQUEST._serialized_end=803
138
- _GETUSERPROFILERESPONSE._serialized_start=805
139
- _GETUSERPROFILERESPONSE._serialized_end=891
140
- _UPDATEUSERPROFILEREQUEST._serialized_start=893
141
- _UPDATEUSERPROFILEREQUEST._serialized_end=981
142
- _UPDATEUSERPROFILERESPONSE._serialized_start=983
143
- _UPDATEUSERPROFILERESPONSE._serialized_end=1080
144
- _USERSERVICE._serialized_start=1083
145
- _USERSERVICE._serialized_end=1703
29
+ _globals['_GENERATEAPIKEYREQUEST']._serialized_start=154
30
+ _globals['_GENERATEAPIKEYREQUEST']._serialized_end=233
31
+ _globals['_GENERATEAPIKEYRESPONSE']._serialized_start=235
32
+ _globals['_GENERATEAPIKEYRESPONSE']._serialized_end=276
33
+ _globals['_REVOKEAPIKEYREQUEST']._serialized_start=278
34
+ _globals['_REVOKEAPIKEYREQUEST']._serialized_end=340
35
+ _globals['_REVOKEAPIKEYRESPONSE']._serialized_start=343
36
+ _globals['_REVOKEAPIKEYRESPONSE']._serialized_end=485
37
+ _globals['_REVOKEAPIKEYRESPONSE_STATUS']._serialized_start=439
38
+ _globals['_REVOKEAPIKEYRESPONSE_STATUS']._serialized_end=485
39
+ _globals['_LISTAPIKEYDETAILSREQUEST']._serialized_start=487
40
+ _globals['_LISTAPIKEYDETAILSREQUEST']._serialized_end=513
41
+ _globals['_LISTAPIKEYDETAILSRESPONSE']._serialized_start=516
42
+ _globals['_LISTAPIKEYDETAILSRESPONSE']._serialized_end=778
43
+ _globals['_LISTAPIKEYDETAILSRESPONSE_ENVIRONMENTTOAPIKEYDETAILSENTRY']._serialized_start=671
44
+ _globals['_LISTAPIKEYDETAILSRESPONSE_ENVIRONMENTTOAPIKEYDETAILSENTRY']._serialized_end=778
45
+ _globals['_GETUSERPROFILEREQUEST']._serialized_start=780
46
+ _globals['_GETUSERPROFILEREQUEST']._serialized_end=803
47
+ _globals['_GETUSERPROFILERESPONSE']._serialized_start=805
48
+ _globals['_GETUSERPROFILERESPONSE']._serialized_end=891
49
+ _globals['_UPDATEUSERPROFILEREQUEST']._serialized_start=893
50
+ _globals['_UPDATEUSERPROFILEREQUEST']._serialized_end=981
51
+ _globals['_UPDATEUSERPROFILERESPONSE']._serialized_start=983
52
+ _globals['_UPDATEUSERPROFILERESPONSE']._serialized_end=1080
53
+ _globals['_USERSERVICE']._serialized_start=1083
54
+ _globals['_USERSERVICE']._serialized_end=1703
146
55
  # @@protoc_insertion_point(module_scope)
@@ -4,9 +4,8 @@
4
4
  """Generated protocol buffer code."""
5
5
  from google.protobuf import descriptor as _descriptor
6
6
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
10
9
  # @@protoc_insertion_point(imports)
11
10
 
12
11
  _sym_db = _symbol_database.Default()
@@ -16,50 +15,19 @@ _sym_db = _symbol_database.Default()
16
15
 
17
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n7qwak/service_discovery/service_discovery_location.proto\x12\"qwak.service_discovery.location.v0\"w\n\x19ServiceLocationDescriptor\x12\x13\n\x0bservice_url\x18\x01 \x01(\t\x12\x45\n\x08location\x18\x02 \x01(\x0b\x32\x33.qwak.service_discovery.location.v0.ServiceLocation\"\x99\x01\n\x0fServiceLocation\x12\x38\n\x04\x63ore\x18\x01 \x01(\x0b\x32(.qwak.service_discovery.location.v0.CoreH\x00\x12\x38\n\x04\x65\x64ge\x18\x02 \x01(\x0b\x32(.qwak.service_discovery.location.v0.EdgeH\x00\x42\x12\n\x10service_location\"\x06\n\x04\x43ore\"\x06\n\x04\x45\x64geB-\n)com.qwak.ai.service_discovery.location.v0P\x01\x62\x06proto3')
18
17
 
19
-
20
-
21
- _SERVICELOCATIONDESCRIPTOR = DESCRIPTOR.message_types_by_name['ServiceLocationDescriptor']
22
- _SERVICELOCATION = DESCRIPTOR.message_types_by_name['ServiceLocation']
23
- _CORE = DESCRIPTOR.message_types_by_name['Core']
24
- _EDGE = DESCRIPTOR.message_types_by_name['Edge']
25
- ServiceLocationDescriptor = _reflection.GeneratedProtocolMessageType('ServiceLocationDescriptor', (_message.Message,), {
26
- 'DESCRIPTOR' : _SERVICELOCATIONDESCRIPTOR,
27
- '__module__' : 'qwak.service_discovery.service_discovery_location_pb2'
28
- # @@protoc_insertion_point(class_scope:qwak.service_discovery.location.v0.ServiceLocationDescriptor)
29
- })
30
- _sym_db.RegisterMessage(ServiceLocationDescriptor)
31
-
32
- ServiceLocation = _reflection.GeneratedProtocolMessageType('ServiceLocation', (_message.Message,), {
33
- 'DESCRIPTOR' : _SERVICELOCATION,
34
- '__module__' : 'qwak.service_discovery.service_discovery_location_pb2'
35
- # @@protoc_insertion_point(class_scope:qwak.service_discovery.location.v0.ServiceLocation)
36
- })
37
- _sym_db.RegisterMessage(ServiceLocation)
38
-
39
- Core = _reflection.GeneratedProtocolMessageType('Core', (_message.Message,), {
40
- 'DESCRIPTOR' : _CORE,
41
- '__module__' : 'qwak.service_discovery.service_discovery_location_pb2'
42
- # @@protoc_insertion_point(class_scope:qwak.service_discovery.location.v0.Core)
43
- })
44
- _sym_db.RegisterMessage(Core)
45
-
46
- Edge = _reflection.GeneratedProtocolMessageType('Edge', (_message.Message,), {
47
- 'DESCRIPTOR' : _EDGE,
48
- '__module__' : 'qwak.service_discovery.service_discovery_location_pb2'
49
- # @@protoc_insertion_point(class_scope:qwak.service_discovery.location.v0.Edge)
50
- })
51
- _sym_db.RegisterMessage(Edge)
52
-
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.service_discovery.service_discovery_location_pb2', _globals)
53
21
  if _descriptor._USE_C_DESCRIPTORS == False:
54
22
 
55
23
  DESCRIPTOR._options = None
56
24
  DESCRIPTOR._serialized_options = b'\n)com.qwak.ai.service_discovery.location.v0P\001'
57
- _SERVICELOCATIONDESCRIPTOR._serialized_start=95
58
- _SERVICELOCATIONDESCRIPTOR._serialized_end=214
59
- _SERVICELOCATION._serialized_start=217
60
- _SERVICELOCATION._serialized_end=370
61
- _CORE._serialized_start=372
62
- _CORE._serialized_end=378
63
- _EDGE._serialized_start=380
64
- _EDGE._serialized_end=386
25
+ _globals['_SERVICELOCATIONDESCRIPTOR']._serialized_start=95
26
+ _globals['_SERVICELOCATIONDESCRIPTOR']._serialized_end=214
27
+ _globals['_SERVICELOCATION']._serialized_start=217
28
+ _globals['_SERVICELOCATION']._serialized_end=370
29
+ _globals['_CORE']._serialized_start=372
30
+ _globals['_CORE']._serialized_end=378
31
+ _globals['_EDGE']._serialized_start=380
32
+ _globals['_EDGE']._serialized_end=386
65
33
  # @@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.service_discovery import service_discovery_location_pb2 as
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n?qwak/service_discovery/service_discovery_location_service.proto\x12\"qwak.service_discovery.location.v0\x1a\x37qwak/service_discovery/service_discovery_location.proto\"\x16\n\x14GetServingUrlRequest\"o\n\x1cGetServingUrlRequestResponse\x12O\n\x08location\x18\x01 \x01(\x0b\x32=.qwak.service_discovery.location.v0.ServiceLocationDescriptor2\xa0\x07\n\x18LocationDiscoveryService\x12\x92\x01\n\x14GetOfflineServingUrl\x12\x38.qwak.service_discovery.location.v0.GetServingUrlRequest\x1a@.qwak.service_discovery.location.v0.GetServingUrlRequestResponse\x12\x97\x01\n\x19GetDistributionManagerUrl\x12\x38.qwak.service_discovery.location.v0.GetServingUrlRequest\x1a@.qwak.service_discovery.location.v0.GetServingUrlRequestResponse\x12\x93\x01\n\x15GetAnalyticsEngineUrl\x12\x38.qwak.service_discovery.location.v0.GetServingUrlRequest\x1a@.qwak.service_discovery.location.v0.GetServingUrlRequestResponse\x12\x92\x01\n\x14GetMetricsGatewayUrl\x12\x38.qwak.service_discovery.location.v0.GetServingUrlRequest\x1a@.qwak.service_discovery.location.v0.GetServingUrlRequestResponse\x12\x94\x01\n\x16GetFeaturesOperatorUrl\x12\x38.qwak.service_discovery.location.v0.GetServingUrlRequest\x1a@.qwak.service_discovery.location.v0.GetServingUrlRequestResponse\x12\x92\x01\n\x14GetHostingGatewayUrl\x12\x38.qwak.service_discovery.location.v0.GetServingUrlRequest\x1a@.qwak.service_discovery.location.v0.GetServingUrlRequestResponseB-\n)com.qwak.ai.service_discovery.location.v0P\x01\x62\x06proto3')
19
18
 
20
-
21
-
22
- _GETSERVINGURLREQUEST = DESCRIPTOR.message_types_by_name['GetServingUrlRequest']
23
- _GETSERVINGURLREQUESTRESPONSE = DESCRIPTOR.message_types_by_name['GetServingUrlRequestResponse']
24
- GetServingUrlRequest = _reflection.GeneratedProtocolMessageType('GetServingUrlRequest', (_message.Message,), {
25
- 'DESCRIPTOR' : _GETSERVINGURLREQUEST,
26
- '__module__' : 'qwak.service_discovery.service_discovery_location_service_pb2'
27
- # @@protoc_insertion_point(class_scope:qwak.service_discovery.location.v0.GetServingUrlRequest)
28
- })
29
- _sym_db.RegisterMessage(GetServingUrlRequest)
30
-
31
- GetServingUrlRequestResponse = _reflection.GeneratedProtocolMessageType('GetServingUrlRequestResponse', (_message.Message,), {
32
- 'DESCRIPTOR' : _GETSERVINGURLREQUESTRESPONSE,
33
- '__module__' : 'qwak.service_discovery.service_discovery_location_service_pb2'
34
- # @@protoc_insertion_point(class_scope:qwak.service_discovery.location.v0.GetServingUrlRequestResponse)
35
- })
36
- _sym_db.RegisterMessage(GetServingUrlRequestResponse)
37
-
38
- _LOCATIONDISCOVERYSERVICE = DESCRIPTOR.services_by_name['LocationDiscoveryService']
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.service_discovery.service_discovery_location_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.service_discovery.location.v0P\001'
43
- _GETSERVINGURLREQUEST._serialized_start=160
44
- _GETSERVINGURLREQUEST._serialized_end=182
45
- _GETSERVINGURLREQUESTRESPONSE._serialized_start=184
46
- _GETSERVINGURLREQUESTRESPONSE._serialized_end=295
47
- _LOCATIONDISCOVERYSERVICE._serialized_start=298
48
- _LOCATIONDISCOVERYSERVICE._serialized_end=1226
26
+ _globals['_GETSERVINGURLREQUEST']._serialized_start=160
27
+ _globals['_GETSERVINGURLREQUEST']._serialized_end=182
28
+ _globals['_GETSERVINGURLREQUESTRESPONSE']._serialized_start=184
29
+ _globals['_GETSERVINGURLREQUESTRESPONSE']._serialized_end=295
30
+ _globals['_LOCATIONDISCOVERYSERVICE']._serialized_start=298
31
+ _globals['_LOCATIONDISCOVERYSERVICE']._serialized_end=1226
49
32
  # @@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,93 +16,29 @@ from _qwak_proto.qwak.traffic.v1 import traffic_pb2 as qwak_dot_traffic_dot_v1_d
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!qwak/traffic/v1/traffic_api.proto\x12\x0fqwak.traffic.v1\x1a\x1dqwak/traffic/v1/traffic.proto\"e\n\x1eResetAndSetTrafficStateRequest\x12\x43\n\x15multiple_http_traffic\x18\x01 \x01(\x0b\x32$.qwak.traffic.v1.MultipleHttpTraffic\"!\n\x1fResetAndSetTrafficStateResponse\"\x8f\x01\n\x1a\x41pplyGroupedTrafficRequest\x12\x45\n\x15multiple_http_traffic\x18\x01 \x01(\x0b\x32$.qwak.traffic.v1.MultipleHttpTrafficH\x00\x12\x10\n\x08group_id\x18\x02 \x01(\t\x12\r\n\x05hosts\x18\x03 \x03(\tB\t\n\x07traffic\"\x1d\n\x1b\x41pplyGroupedTrafficResponse\"~\n\x15\x43reateEndpointRequest\x12\x10\n\x08group_id\x18\x01 \x01(\t\x12\x10\n\x08\x65ndpoint\x18\x02 \x01(\t\x12\x11\n\tvariation\x18\x03 \x01(\t\x12\x1f\n\x17http_request_timeout_ms\x18\x04 \x01(\x05\x12\r\n\x05hosts\x18\x05 \x03(\t\"\x18\n\x16\x43reateEndpointResponse\")\n\x15\x44\x65leteEndpointRequest\x12\x10\n\x08group_id\x18\x01 \x01(\t\"\x18\n\x16\x44\x65leteEndpointResponse2\xc2\x03\n\nTrafficAPI\x12|\n\x17ResetAndSetTrafficState\x12/.qwak.traffic.v1.ResetAndSetTrafficStateRequest\x1a\x30.qwak.traffic.v1.ResetAndSetTrafficStateResponse\x12p\n\x13\x41pplyGroupedTraffic\x12+.qwak.traffic.v1.ApplyGroupedTrafficRequest\x1a,.qwak.traffic.v1.ApplyGroupedTrafficResponse\x12\x61\n\x0e\x43reateEndpoint\x12&.qwak.traffic.v1.CreateEndpointRequest\x1a\'.qwak.traffic.v1.CreateEndpointResponse\x12\x61\n\x0e\x44\x65leteEndpoint\x12&.qwak.traffic.v1.DeleteEndpointRequest\x1a\'.qwak.traffic.v1.DeleteEndpointResponseB\x17\n\x13\x63om.qwak.traffic.v1P\x01\x62\x06proto3')
19
18
 
20
-
21
-
22
- _RESETANDSETTRAFFICSTATEREQUEST = DESCRIPTOR.message_types_by_name['ResetAndSetTrafficStateRequest']
23
- _RESETANDSETTRAFFICSTATERESPONSE = DESCRIPTOR.message_types_by_name['ResetAndSetTrafficStateResponse']
24
- _APPLYGROUPEDTRAFFICREQUEST = DESCRIPTOR.message_types_by_name['ApplyGroupedTrafficRequest']
25
- _APPLYGROUPEDTRAFFICRESPONSE = DESCRIPTOR.message_types_by_name['ApplyGroupedTrafficResponse']
26
- _CREATEENDPOINTREQUEST = DESCRIPTOR.message_types_by_name['CreateEndpointRequest']
27
- _CREATEENDPOINTRESPONSE = DESCRIPTOR.message_types_by_name['CreateEndpointResponse']
28
- _DELETEENDPOINTREQUEST = DESCRIPTOR.message_types_by_name['DeleteEndpointRequest']
29
- _DELETEENDPOINTRESPONSE = DESCRIPTOR.message_types_by_name['DeleteEndpointResponse']
30
- ResetAndSetTrafficStateRequest = _reflection.GeneratedProtocolMessageType('ResetAndSetTrafficStateRequest', (_message.Message,), {
31
- 'DESCRIPTOR' : _RESETANDSETTRAFFICSTATEREQUEST,
32
- '__module__' : 'qwak.traffic.v1.traffic_api_pb2'
33
- # @@protoc_insertion_point(class_scope:qwak.traffic.v1.ResetAndSetTrafficStateRequest)
34
- })
35
- _sym_db.RegisterMessage(ResetAndSetTrafficStateRequest)
36
-
37
- ResetAndSetTrafficStateResponse = _reflection.GeneratedProtocolMessageType('ResetAndSetTrafficStateResponse', (_message.Message,), {
38
- 'DESCRIPTOR' : _RESETANDSETTRAFFICSTATERESPONSE,
39
- '__module__' : 'qwak.traffic.v1.traffic_api_pb2'
40
- # @@protoc_insertion_point(class_scope:qwak.traffic.v1.ResetAndSetTrafficStateResponse)
41
- })
42
- _sym_db.RegisterMessage(ResetAndSetTrafficStateResponse)
43
-
44
- ApplyGroupedTrafficRequest = _reflection.GeneratedProtocolMessageType('ApplyGroupedTrafficRequest', (_message.Message,), {
45
- 'DESCRIPTOR' : _APPLYGROUPEDTRAFFICREQUEST,
46
- '__module__' : 'qwak.traffic.v1.traffic_api_pb2'
47
- # @@protoc_insertion_point(class_scope:qwak.traffic.v1.ApplyGroupedTrafficRequest)
48
- })
49
- _sym_db.RegisterMessage(ApplyGroupedTrafficRequest)
50
-
51
- ApplyGroupedTrafficResponse = _reflection.GeneratedProtocolMessageType('ApplyGroupedTrafficResponse', (_message.Message,), {
52
- 'DESCRIPTOR' : _APPLYGROUPEDTRAFFICRESPONSE,
53
- '__module__' : 'qwak.traffic.v1.traffic_api_pb2'
54
- # @@protoc_insertion_point(class_scope:qwak.traffic.v1.ApplyGroupedTrafficResponse)
55
- })
56
- _sym_db.RegisterMessage(ApplyGroupedTrafficResponse)
57
-
58
- CreateEndpointRequest = _reflection.GeneratedProtocolMessageType('CreateEndpointRequest', (_message.Message,), {
59
- 'DESCRIPTOR' : _CREATEENDPOINTREQUEST,
60
- '__module__' : 'qwak.traffic.v1.traffic_api_pb2'
61
- # @@protoc_insertion_point(class_scope:qwak.traffic.v1.CreateEndpointRequest)
62
- })
63
- _sym_db.RegisterMessage(CreateEndpointRequest)
64
-
65
- CreateEndpointResponse = _reflection.GeneratedProtocolMessageType('CreateEndpointResponse', (_message.Message,), {
66
- 'DESCRIPTOR' : _CREATEENDPOINTRESPONSE,
67
- '__module__' : 'qwak.traffic.v1.traffic_api_pb2'
68
- # @@protoc_insertion_point(class_scope:qwak.traffic.v1.CreateEndpointResponse)
69
- })
70
- _sym_db.RegisterMessage(CreateEndpointResponse)
71
-
72
- DeleteEndpointRequest = _reflection.GeneratedProtocolMessageType('DeleteEndpointRequest', (_message.Message,), {
73
- 'DESCRIPTOR' : _DELETEENDPOINTREQUEST,
74
- '__module__' : 'qwak.traffic.v1.traffic_api_pb2'
75
- # @@protoc_insertion_point(class_scope:qwak.traffic.v1.DeleteEndpointRequest)
76
- })
77
- _sym_db.RegisterMessage(DeleteEndpointRequest)
78
-
79
- DeleteEndpointResponse = _reflection.GeneratedProtocolMessageType('DeleteEndpointResponse', (_message.Message,), {
80
- 'DESCRIPTOR' : _DELETEENDPOINTRESPONSE,
81
- '__module__' : 'qwak.traffic.v1.traffic_api_pb2'
82
- # @@protoc_insertion_point(class_scope:qwak.traffic.v1.DeleteEndpointResponse)
83
- })
84
- _sym_db.RegisterMessage(DeleteEndpointResponse)
85
-
86
- _TRAFFICAPI = DESCRIPTOR.services_by_name['TrafficAPI']
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.traffic.v1.traffic_api_pb2', _globals)
87
22
  if _descriptor._USE_C_DESCRIPTORS == False:
88
23
 
89
24
  DESCRIPTOR._options = None
90
25
  DESCRIPTOR._serialized_options = b'\n\023com.qwak.traffic.v1P\001'
91
- _RESETANDSETTRAFFICSTATEREQUEST._serialized_start=85
92
- _RESETANDSETTRAFFICSTATEREQUEST._serialized_end=186
93
- _RESETANDSETTRAFFICSTATERESPONSE._serialized_start=188
94
- _RESETANDSETTRAFFICSTATERESPONSE._serialized_end=221
95
- _APPLYGROUPEDTRAFFICREQUEST._serialized_start=224
96
- _APPLYGROUPEDTRAFFICREQUEST._serialized_end=367
97
- _APPLYGROUPEDTRAFFICRESPONSE._serialized_start=369
98
- _APPLYGROUPEDTRAFFICRESPONSE._serialized_end=398
99
- _CREATEENDPOINTREQUEST._serialized_start=400
100
- _CREATEENDPOINTREQUEST._serialized_end=526
101
- _CREATEENDPOINTRESPONSE._serialized_start=528
102
- _CREATEENDPOINTRESPONSE._serialized_end=552
103
- _DELETEENDPOINTREQUEST._serialized_start=554
104
- _DELETEENDPOINTREQUEST._serialized_end=595
105
- _DELETEENDPOINTRESPONSE._serialized_start=597
106
- _DELETEENDPOINTRESPONSE._serialized_end=621
107
- _TRAFFICAPI._serialized_start=624
108
- _TRAFFICAPI._serialized_end=1074
26
+ _globals['_RESETANDSETTRAFFICSTATEREQUEST']._serialized_start=85
27
+ _globals['_RESETANDSETTRAFFICSTATEREQUEST']._serialized_end=186
28
+ _globals['_RESETANDSETTRAFFICSTATERESPONSE']._serialized_start=188
29
+ _globals['_RESETANDSETTRAFFICSTATERESPONSE']._serialized_end=221
30
+ _globals['_APPLYGROUPEDTRAFFICREQUEST']._serialized_start=224
31
+ _globals['_APPLYGROUPEDTRAFFICREQUEST']._serialized_end=367
32
+ _globals['_APPLYGROUPEDTRAFFICRESPONSE']._serialized_start=369
33
+ _globals['_APPLYGROUPEDTRAFFICRESPONSE']._serialized_end=398
34
+ _globals['_CREATEENDPOINTREQUEST']._serialized_start=400
35
+ _globals['_CREATEENDPOINTREQUEST']._serialized_end=526
36
+ _globals['_CREATEENDPOINTRESPONSE']._serialized_start=528
37
+ _globals['_CREATEENDPOINTRESPONSE']._serialized_end=552
38
+ _globals['_DELETEENDPOINTREQUEST']._serialized_start=554
39
+ _globals['_DELETEENDPOINTREQUEST']._serialized_end=595
40
+ _globals['_DELETEENDPOINTRESPONSE']._serialized_start=597
41
+ _globals['_DELETEENDPOINTRESPONSE']._serialized_end=621
42
+ _globals['_TRAFFICAPI']._serialized_start=624
43
+ _globals['_TRAFFICAPI']._serialized_end=1074
109
44
  # @@protoc_insertion_point(module_scope)
@@ -2,12 +2,10 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # source: qwak/traffic/v1/traffic.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,118 +15,33 @@ _sym_db = _symbol_database.Default()
17
15
 
18
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1dqwak/traffic/v1/traffic.proto\x12\x0fqwak.traffic.v1\"J\n\x13MultipleHttpTraffic\x12\x33\n\rhttp_traffics\x18\x01 \x03(\x0b\x32\x1c.qwak.traffic.v1.HttpTraffic\"~\n\x0bHttpTraffic\x12\n\n\x02id\x18\x01 \x01(\t\x12\x32\n\x0broute_match\x18\x02 \x01(\x0b\x32\x1b.qwak.traffic.v1.RouteMatchH\x00\x12\r\n\x05order\x18\x03 \x01(\x05\x12\x10\n\x08group_id\x18\x04 \x01(\tB\x0e\n\x0chttp_traffic\"k\n\nRouteMatch\x12\x0c\n\x04path\x18\x01 \x01(\t\x12\'\n\x07matches\x18\x02 \x03(\x0b\x32\x16.qwak.traffic.v1.Match\x12&\n\x06routes\x18\x03 \x03(\x0b\x32\x16.qwak.traffic.v1.Route\"E\n\x05Match\x12\x34\n\x0cheader_match\x18\x01 \x01(\x0b\x32\x1c.qwak.traffic.v1.HeaderMatchH\x00\x42\x06\n\x04rule\"_\n\x0bHeaderMatch\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x33\n\tcondition\x18\x02 \x01(\x0b\x32 .qwak.traffic.v1.HeaderCondition\x12\x0e\n\x06invert\x18\x03 \x01(\x08\"\xa4\x01\n\x0fHeaderCondition\x12\x42\n\x10\x62inary_condition\x18\x01 \x01(\x0b\x32&.qwak.traffic.v1.HeaderBinaryConditionH\x00\x12@\n\x0funary_condition\x18\x02 \x01(\x0b\x32%.qwak.traffic.v1.HeaderUnaryConditionH\x00\x42\x0b\n\tcondition\"]\n\x14HeaderUnaryCondition\x12\x34\n\x08operator\x18\x01 \x01(\x0e\x32\".qwak.traffic.v1.UnaryOperatorType\x12\x0f\n\x07operand\x18\x02 \x01(\t\"}\n\x15HeaderBinaryCondition\x12\x35\n\x08operator\x18\x01 \x01(\x0e\x32#.qwak.traffic.v1.BinaryOperatorType\x12\x15\n\rfirst_operand\x18\x02 \x01(\t\x12\x16\n\x0esecond_operand\x18\x03 \x01(\t\"h\n\x05Route\x12\x10\n\x08\x65ndpoint\x18\x01 \x01(\t\x12\x0e\n\x06weight\x18\x02 \x01(\r\x12\x0e\n\x06shadow\x18\x03 \x01(\x08\x12\x11\n\tvariation\x18\x04 \x01(\t\x12\x1a\n\x12request_timeout_ms\x18\x05 \x01(\x05*\xc4\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\x12$\n UNARY_OPERATOR_TYPE_STRING_MATCH\x10\x07*\\\n\x12\x42inaryOperatorType\x12 \n\x1c\x42INARY_OPERATOR_TYPE_INVALID\x10\x00\x12$\n BINARY_OPERATOR_TYPE_RANGE_MATCH\x10\x01\x42\x17\n\x13\x63om.qwak.traffic.v1P\x01\x62\x06proto3')
19
17
 
20
- _UNARYOPERATORTYPE = DESCRIPTOR.enum_types_by_name['UnaryOperatorType']
21
- UnaryOperatorType = enum_type_wrapper.EnumTypeWrapper(_UNARYOPERATORTYPE)
22
- _BINARYOPERATORTYPE = DESCRIPTOR.enum_types_by_name['BinaryOperatorType']
23
- BinaryOperatorType = enum_type_wrapper.EnumTypeWrapper(_BINARYOPERATORTYPE)
24
- UNARY_OPERATOR_TYPE_INVALID = 0
25
- UNARY_OPERATOR_TYPE_EXACT_MATCH = 1
26
- UNARY_OPERATOR_TYPE_SAFE_REGEX_MATCH = 2
27
- UNARY_OPERATOR_TYPE_PRESENT_MATCH = 3
28
- UNARY_OPERATOR_TYPE_PREFIX_MATCH = 4
29
- UNARY_OPERATOR_TYPE_SUFFIX_MATCH = 5
30
- UNARY_OPERATOR_TYPE_CONTAINS_MATCH = 6
31
- UNARY_OPERATOR_TYPE_STRING_MATCH = 7
32
- BINARY_OPERATOR_TYPE_INVALID = 0
33
- BINARY_OPERATOR_TYPE_RANGE_MATCH = 1
34
-
35
-
36
- _MULTIPLEHTTPTRAFFIC = DESCRIPTOR.message_types_by_name['MultipleHttpTraffic']
37
- _HTTPTRAFFIC = DESCRIPTOR.message_types_by_name['HttpTraffic']
38
- _ROUTEMATCH = DESCRIPTOR.message_types_by_name['RouteMatch']
39
- _MATCH = DESCRIPTOR.message_types_by_name['Match']
40
- _HEADERMATCH = DESCRIPTOR.message_types_by_name['HeaderMatch']
41
- _HEADERCONDITION = DESCRIPTOR.message_types_by_name['HeaderCondition']
42
- _HEADERUNARYCONDITION = DESCRIPTOR.message_types_by_name['HeaderUnaryCondition']
43
- _HEADERBINARYCONDITION = DESCRIPTOR.message_types_by_name['HeaderBinaryCondition']
44
- _ROUTE = DESCRIPTOR.message_types_by_name['Route']
45
- MultipleHttpTraffic = _reflection.GeneratedProtocolMessageType('MultipleHttpTraffic', (_message.Message,), {
46
- 'DESCRIPTOR' : _MULTIPLEHTTPTRAFFIC,
47
- '__module__' : 'qwak.traffic.v1.traffic_pb2'
48
- # @@protoc_insertion_point(class_scope:qwak.traffic.v1.MultipleHttpTraffic)
49
- })
50
- _sym_db.RegisterMessage(MultipleHttpTraffic)
51
-
52
- HttpTraffic = _reflection.GeneratedProtocolMessageType('HttpTraffic', (_message.Message,), {
53
- 'DESCRIPTOR' : _HTTPTRAFFIC,
54
- '__module__' : 'qwak.traffic.v1.traffic_pb2'
55
- # @@protoc_insertion_point(class_scope:qwak.traffic.v1.HttpTraffic)
56
- })
57
- _sym_db.RegisterMessage(HttpTraffic)
58
-
59
- RouteMatch = _reflection.GeneratedProtocolMessageType('RouteMatch', (_message.Message,), {
60
- 'DESCRIPTOR' : _ROUTEMATCH,
61
- '__module__' : 'qwak.traffic.v1.traffic_pb2'
62
- # @@protoc_insertion_point(class_scope:qwak.traffic.v1.RouteMatch)
63
- })
64
- _sym_db.RegisterMessage(RouteMatch)
65
-
66
- Match = _reflection.GeneratedProtocolMessageType('Match', (_message.Message,), {
67
- 'DESCRIPTOR' : _MATCH,
68
- '__module__' : 'qwak.traffic.v1.traffic_pb2'
69
- # @@protoc_insertion_point(class_scope:qwak.traffic.v1.Match)
70
- })
71
- _sym_db.RegisterMessage(Match)
72
-
73
- HeaderMatch = _reflection.GeneratedProtocolMessageType('HeaderMatch', (_message.Message,), {
74
- 'DESCRIPTOR' : _HEADERMATCH,
75
- '__module__' : 'qwak.traffic.v1.traffic_pb2'
76
- # @@protoc_insertion_point(class_scope:qwak.traffic.v1.HeaderMatch)
77
- })
78
- _sym_db.RegisterMessage(HeaderMatch)
79
-
80
- HeaderCondition = _reflection.GeneratedProtocolMessageType('HeaderCondition', (_message.Message,), {
81
- 'DESCRIPTOR' : _HEADERCONDITION,
82
- '__module__' : 'qwak.traffic.v1.traffic_pb2'
83
- # @@protoc_insertion_point(class_scope:qwak.traffic.v1.HeaderCondition)
84
- })
85
- _sym_db.RegisterMessage(HeaderCondition)
86
-
87
- HeaderUnaryCondition = _reflection.GeneratedProtocolMessageType('HeaderUnaryCondition', (_message.Message,), {
88
- 'DESCRIPTOR' : _HEADERUNARYCONDITION,
89
- '__module__' : 'qwak.traffic.v1.traffic_pb2'
90
- # @@protoc_insertion_point(class_scope:qwak.traffic.v1.HeaderUnaryCondition)
91
- })
92
- _sym_db.RegisterMessage(HeaderUnaryCondition)
93
-
94
- HeaderBinaryCondition = _reflection.GeneratedProtocolMessageType('HeaderBinaryCondition', (_message.Message,), {
95
- 'DESCRIPTOR' : _HEADERBINARYCONDITION,
96
- '__module__' : 'qwak.traffic.v1.traffic_pb2'
97
- # @@protoc_insertion_point(class_scope:qwak.traffic.v1.HeaderBinaryCondition)
98
- })
99
- _sym_db.RegisterMessage(HeaderBinaryCondition)
100
-
101
- Route = _reflection.GeneratedProtocolMessageType('Route', (_message.Message,), {
102
- 'DESCRIPTOR' : _ROUTE,
103
- '__module__' : 'qwak.traffic.v1.traffic_pb2'
104
- # @@protoc_insertion_point(class_scope:qwak.traffic.v1.Route)
105
- })
106
- _sym_db.RegisterMessage(Route)
107
-
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.traffic.v1.traffic_pb2', _globals)
108
21
  if _descriptor._USE_C_DESCRIPTORS == False:
109
22
 
110
23
  DESCRIPTOR._options = None
111
24
  DESCRIPTOR._serialized_options = b'\n\023com.qwak.traffic.v1P\001'
112
- _UNARYOPERATORTYPE._serialized_start=1027
113
- _UNARYOPERATORTYPE._serialized_end=1351
114
- _BINARYOPERATORTYPE._serialized_start=1353
115
- _BINARYOPERATORTYPE._serialized_end=1445
116
- _MULTIPLEHTTPTRAFFIC._serialized_start=50
117
- _MULTIPLEHTTPTRAFFIC._serialized_end=124
118
- _HTTPTRAFFIC._serialized_start=126
119
- _HTTPTRAFFIC._serialized_end=252
120
- _ROUTEMATCH._serialized_start=254
121
- _ROUTEMATCH._serialized_end=361
122
- _MATCH._serialized_start=363
123
- _MATCH._serialized_end=432
124
- _HEADERMATCH._serialized_start=434
125
- _HEADERMATCH._serialized_end=529
126
- _HEADERCONDITION._serialized_start=532
127
- _HEADERCONDITION._serialized_end=696
128
- _HEADERUNARYCONDITION._serialized_start=698
129
- _HEADERUNARYCONDITION._serialized_end=791
130
- _HEADERBINARYCONDITION._serialized_start=793
131
- _HEADERBINARYCONDITION._serialized_end=918
132
- _ROUTE._serialized_start=920
133
- _ROUTE._serialized_end=1024
25
+ _globals['_UNARYOPERATORTYPE']._serialized_start=1027
26
+ _globals['_UNARYOPERATORTYPE']._serialized_end=1351
27
+ _globals['_BINARYOPERATORTYPE']._serialized_start=1353
28
+ _globals['_BINARYOPERATORTYPE']._serialized_end=1445
29
+ _globals['_MULTIPLEHTTPTRAFFIC']._serialized_start=50
30
+ _globals['_MULTIPLEHTTPTRAFFIC']._serialized_end=124
31
+ _globals['_HTTPTRAFFIC']._serialized_start=126
32
+ _globals['_HTTPTRAFFIC']._serialized_end=252
33
+ _globals['_ROUTEMATCH']._serialized_start=254
34
+ _globals['_ROUTEMATCH']._serialized_end=361
35
+ _globals['_MATCH']._serialized_start=363
36
+ _globals['_MATCH']._serialized_end=432
37
+ _globals['_HEADERMATCH']._serialized_start=434
38
+ _globals['_HEADERMATCH']._serialized_end=529
39
+ _globals['_HEADERCONDITION']._serialized_start=532
40
+ _globals['_HEADERCONDITION']._serialized_end=696
41
+ _globals['_HEADERUNARYCONDITION']._serialized_start=698
42
+ _globals['_HEADERUNARYCONDITION']._serialized_end=791
43
+ _globals['_HEADERBINARYCONDITION']._serialized_start=793
44
+ _globals['_HEADERBINARYCONDITION']._serialized_end=918
45
+ _globals['_ROUTE']._serialized_start=920
46
+ _globals['_ROUTE']._serialized_end=1024
134
47
  # @@protoc_insertion_point(module_scope)