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,266 +17,65 @@ from _qwak_proto.qwak.automation.v1 import automation_execution_pb2 as qwak_dot_
18
17
 
19
18
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n6qwak/automation/v1/automation_management_service.proto\x12\x12qwak.automation.v1\x1a#qwak/automation/v1/automation.proto\x1a-qwak/automation/v1/automation_execution.proto\"V\n\x17\x43reateAutomationRequest\x12;\n\x0f\x61utomation_spec\x18\x01 \x01(\x0b\x32\".qwak.automation.v1.AutomationSpec\"1\n\x18\x43reateAutomationResponse\x12\x15\n\rautomation_id\x18\x01 \x01(\t\"m\n\x17UpdateAutomationRequest\x12\x15\n\rautomation_id\x18\x01 \x01(\t\x12;\n\x0f\x61utomation_spec\x18\x02 \x01(\x0b\x32\".qwak.automation.v1.AutomationSpec\"\x1a\n\x18UpdateAutomationResponse\"0\n\x17\x44\x65leteAutomationRequest\x12\x15\n\rautomation_id\x18\x01 \x01(\t\"\x1a\n\x18\x44\x65leteAutomationResponse\"*\n\x16ListAutomationsRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\"N\n\x17ListAutomationsResponse\x12\x33\n\x0b\x61utomations\x18\x01 \x03(\x0b\x32\x1e.qwak.automation.v1.Automation\"-\n\x14GetAutomationRequest\x12\x15\n\rautomation_id\x18\x01 \x01(\t\"K\n\x15GetAutomationResponse\x12\x32\n\nautomation\x18\x01 \x01(\x0b\x32\x1e.qwak.automation.v1.Automation\"5\n\x1aGetAutomationByNameRequest\x12\x17\n\x0f\x61utomation_name\x18\x01 \x01(\t\"Q\n\x1bGetAutomationByNameResponse\x12\x32\n\nautomation\x18\x01 \x01(\x0b\x32\x1e.qwak.automation.v1.Automation\"k\n\x1fListAutomationExecutionsRequest\x12\x15\n\rautomation_id\x18\x01 \x01(\t\x12\x31\n\ndate_range\x18\x02 \x01(\x0b\x32\x1d.qwak.automation.v1.DateRange\"q\n ListAutomationExecutionsResponse\x12M\n\x15\x61utomation_executions\x18\x01 \x03(\x0b\x32..qwak.automation.v1.AutomationExecutionMessage\"7\n#ListLastAutomationExecutionsRequest\x12\x10\n\x08model_id\x18\x01 \x01(\t\"\xbe\x02\n$ListLastAutomationExecutionsResponse\x12\x97\x01\n*last_automation_execution_by_automation_id\x18\x01 \x03(\x0b\x32\x63.qwak.automation.v1.ListLastAutomationExecutionsResponse.LastAutomationExecutionByAutomationIdEntry\x1a|\n*LastAutomationExecutionByAutomationIdEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12=\n\x05value\x18\x02 \x01(\x0b\x32..qwak.automation.v1.AutomationExecutionMessage:\x02\x38\x01\"Q\n\"RegisterAutomationExecutionRequest\x12\x15\n\rautomation_id\x18\x01 \x01(\t\x12\x14\n\x0c\x65xecution_id\x18\x02 \x01(\t\"%\n#RegisterAutomationExecutionResponse\"}\n UpdateAutomationExecutionRequest\x12\x14\n\x0c\x65xecution_id\x18\x01 \x01(\t\x12\x43\n\x0brun_details\x18\x02 \x01(\x0b\x32..qwak.automation.v1.ExecutionRunDetailsMessage\"#\n!UpdateAutomationExecutionResponse\"L\n\x1fToggleAutomationActivityRequest\x12\x15\n\rautomation_id\x18\x01 \x01(\t\x12\x12\n\nis_enabled\x18\x02 \x01(\x08\"\"\n ToggleAutomationActivityResponse\"-\n\x14RunAutomationRequest\x12\x15\n\rautomation_id\x18\x01 \x01(\t\"\x17\n\x15RunAutomationResponse2\xda\x0b\n\x1b\x41utomationManagementService\x12m\n\x10\x43reateAutomation\x12+.qwak.automation.v1.CreateAutomationRequest\x1a,.qwak.automation.v1.CreateAutomationResponse\x12m\n\x10UpdateAutomation\x12+.qwak.automation.v1.UpdateAutomationRequest\x1a,.qwak.automation.v1.UpdateAutomationResponse\x12m\n\x10\x44\x65leteAutomation\x12+.qwak.automation.v1.DeleteAutomationRequest\x1a,.qwak.automation.v1.DeleteAutomationResponse\x12\x64\n\rGetAutomation\x12(.qwak.automation.v1.GetAutomationRequest\x1a).qwak.automation.v1.GetAutomationResponse\x12v\n\x13GetAutomationByName\x12..qwak.automation.v1.GetAutomationByNameRequest\x1a/.qwak.automation.v1.GetAutomationByNameResponse\x12j\n\x0fListAutomations\x12*.qwak.automation.v1.ListAutomationsRequest\x1a+.qwak.automation.v1.ListAutomationsResponse\x12\x85\x01\n\x18ListAutomationExecutions\x12\x33.qwak.automation.v1.ListAutomationExecutionsRequest\x1a\x34.qwak.automation.v1.ListAutomationExecutionsResponse\x12\x91\x01\n\x1cListLastAutomationExecutions\x12\x37.qwak.automation.v1.ListLastAutomationExecutionsRequest\x1a\x38.qwak.automation.v1.ListLastAutomationExecutionsResponse\x12\x8e\x01\n\x1bRegisterAutomationExecution\x12\x36.qwak.automation.v1.RegisterAutomationExecutionRequest\x1a\x37.qwak.automation.v1.RegisterAutomationExecutionResponse\x12\x88\x01\n\x19UpdateAutomationExecution\x12\x34.qwak.automation.v1.UpdateAutomationExecutionRequest\x1a\x35.qwak.automation.v1.UpdateAutomationExecutionResponse\x12\x85\x01\n\x18ToggleAutomationActivity\x12\x33.qwak.automation.v1.ToggleAutomationActivityRequest\x1a\x34.qwak.automation.v1.ToggleAutomationActivityResponse\x12\x64\n\rRunAutomation\x12(.qwak.automation.v1.RunAutomationRequest\x1a).qwak.automation.v1.RunAutomationResponseB!\n\x1d\x63om.qwak.ai.automation.api.v1P\x01\x62\x06proto3')
20
19
 
21
-
22
-
23
- _CREATEAUTOMATIONREQUEST = DESCRIPTOR.message_types_by_name['CreateAutomationRequest']
24
- _CREATEAUTOMATIONRESPONSE = DESCRIPTOR.message_types_by_name['CreateAutomationResponse']
25
- _UPDATEAUTOMATIONREQUEST = DESCRIPTOR.message_types_by_name['UpdateAutomationRequest']
26
- _UPDATEAUTOMATIONRESPONSE = DESCRIPTOR.message_types_by_name['UpdateAutomationResponse']
27
- _DELETEAUTOMATIONREQUEST = DESCRIPTOR.message_types_by_name['DeleteAutomationRequest']
28
- _DELETEAUTOMATIONRESPONSE = DESCRIPTOR.message_types_by_name['DeleteAutomationResponse']
29
- _LISTAUTOMATIONSREQUEST = DESCRIPTOR.message_types_by_name['ListAutomationsRequest']
30
- _LISTAUTOMATIONSRESPONSE = DESCRIPTOR.message_types_by_name['ListAutomationsResponse']
31
- _GETAUTOMATIONREQUEST = DESCRIPTOR.message_types_by_name['GetAutomationRequest']
32
- _GETAUTOMATIONRESPONSE = DESCRIPTOR.message_types_by_name['GetAutomationResponse']
33
- _GETAUTOMATIONBYNAMEREQUEST = DESCRIPTOR.message_types_by_name['GetAutomationByNameRequest']
34
- _GETAUTOMATIONBYNAMERESPONSE = DESCRIPTOR.message_types_by_name['GetAutomationByNameResponse']
35
- _LISTAUTOMATIONEXECUTIONSREQUEST = DESCRIPTOR.message_types_by_name['ListAutomationExecutionsRequest']
36
- _LISTAUTOMATIONEXECUTIONSRESPONSE = DESCRIPTOR.message_types_by_name['ListAutomationExecutionsResponse']
37
- _LISTLASTAUTOMATIONEXECUTIONSREQUEST = DESCRIPTOR.message_types_by_name['ListLastAutomationExecutionsRequest']
38
- _LISTLASTAUTOMATIONEXECUTIONSRESPONSE = DESCRIPTOR.message_types_by_name['ListLastAutomationExecutionsResponse']
39
- _LISTLASTAUTOMATIONEXECUTIONSRESPONSE_LASTAUTOMATIONEXECUTIONBYAUTOMATIONIDENTRY = _LISTLASTAUTOMATIONEXECUTIONSRESPONSE.nested_types_by_name['LastAutomationExecutionByAutomationIdEntry']
40
- _REGISTERAUTOMATIONEXECUTIONREQUEST = DESCRIPTOR.message_types_by_name['RegisterAutomationExecutionRequest']
41
- _REGISTERAUTOMATIONEXECUTIONRESPONSE = DESCRIPTOR.message_types_by_name['RegisterAutomationExecutionResponse']
42
- _UPDATEAUTOMATIONEXECUTIONREQUEST = DESCRIPTOR.message_types_by_name['UpdateAutomationExecutionRequest']
43
- _UPDATEAUTOMATIONEXECUTIONRESPONSE = DESCRIPTOR.message_types_by_name['UpdateAutomationExecutionResponse']
44
- _TOGGLEAUTOMATIONACTIVITYREQUEST = DESCRIPTOR.message_types_by_name['ToggleAutomationActivityRequest']
45
- _TOGGLEAUTOMATIONACTIVITYRESPONSE = DESCRIPTOR.message_types_by_name['ToggleAutomationActivityResponse']
46
- _RUNAUTOMATIONREQUEST = DESCRIPTOR.message_types_by_name['RunAutomationRequest']
47
- _RUNAUTOMATIONRESPONSE = DESCRIPTOR.message_types_by_name['RunAutomationResponse']
48
- CreateAutomationRequest = _reflection.GeneratedProtocolMessageType('CreateAutomationRequest', (_message.Message,), {
49
- 'DESCRIPTOR' : _CREATEAUTOMATIONREQUEST,
50
- '__module__' : 'qwak.automation.v1.automation_management_service_pb2'
51
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.CreateAutomationRequest)
52
- })
53
- _sym_db.RegisterMessage(CreateAutomationRequest)
54
-
55
- CreateAutomationResponse = _reflection.GeneratedProtocolMessageType('CreateAutomationResponse', (_message.Message,), {
56
- 'DESCRIPTOR' : _CREATEAUTOMATIONRESPONSE,
57
- '__module__' : 'qwak.automation.v1.automation_management_service_pb2'
58
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.CreateAutomationResponse)
59
- })
60
- _sym_db.RegisterMessage(CreateAutomationResponse)
61
-
62
- UpdateAutomationRequest = _reflection.GeneratedProtocolMessageType('UpdateAutomationRequest', (_message.Message,), {
63
- 'DESCRIPTOR' : _UPDATEAUTOMATIONREQUEST,
64
- '__module__' : 'qwak.automation.v1.automation_management_service_pb2'
65
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.UpdateAutomationRequest)
66
- })
67
- _sym_db.RegisterMessage(UpdateAutomationRequest)
68
-
69
- UpdateAutomationResponse = _reflection.GeneratedProtocolMessageType('UpdateAutomationResponse', (_message.Message,), {
70
- 'DESCRIPTOR' : _UPDATEAUTOMATIONRESPONSE,
71
- '__module__' : 'qwak.automation.v1.automation_management_service_pb2'
72
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.UpdateAutomationResponse)
73
- })
74
- _sym_db.RegisterMessage(UpdateAutomationResponse)
75
-
76
- DeleteAutomationRequest = _reflection.GeneratedProtocolMessageType('DeleteAutomationRequest', (_message.Message,), {
77
- 'DESCRIPTOR' : _DELETEAUTOMATIONREQUEST,
78
- '__module__' : 'qwak.automation.v1.automation_management_service_pb2'
79
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.DeleteAutomationRequest)
80
- })
81
- _sym_db.RegisterMessage(DeleteAutomationRequest)
82
-
83
- DeleteAutomationResponse = _reflection.GeneratedProtocolMessageType('DeleteAutomationResponse', (_message.Message,), {
84
- 'DESCRIPTOR' : _DELETEAUTOMATIONRESPONSE,
85
- '__module__' : 'qwak.automation.v1.automation_management_service_pb2'
86
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.DeleteAutomationResponse)
87
- })
88
- _sym_db.RegisterMessage(DeleteAutomationResponse)
89
-
90
- ListAutomationsRequest = _reflection.GeneratedProtocolMessageType('ListAutomationsRequest', (_message.Message,), {
91
- 'DESCRIPTOR' : _LISTAUTOMATIONSREQUEST,
92
- '__module__' : 'qwak.automation.v1.automation_management_service_pb2'
93
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.ListAutomationsRequest)
94
- })
95
- _sym_db.RegisterMessage(ListAutomationsRequest)
96
-
97
- ListAutomationsResponse = _reflection.GeneratedProtocolMessageType('ListAutomationsResponse', (_message.Message,), {
98
- 'DESCRIPTOR' : _LISTAUTOMATIONSRESPONSE,
99
- '__module__' : 'qwak.automation.v1.automation_management_service_pb2'
100
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.ListAutomationsResponse)
101
- })
102
- _sym_db.RegisterMessage(ListAutomationsResponse)
103
-
104
- GetAutomationRequest = _reflection.GeneratedProtocolMessageType('GetAutomationRequest', (_message.Message,), {
105
- 'DESCRIPTOR' : _GETAUTOMATIONREQUEST,
106
- '__module__' : 'qwak.automation.v1.automation_management_service_pb2'
107
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.GetAutomationRequest)
108
- })
109
- _sym_db.RegisterMessage(GetAutomationRequest)
110
-
111
- GetAutomationResponse = _reflection.GeneratedProtocolMessageType('GetAutomationResponse', (_message.Message,), {
112
- 'DESCRIPTOR' : _GETAUTOMATIONRESPONSE,
113
- '__module__' : 'qwak.automation.v1.automation_management_service_pb2'
114
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.GetAutomationResponse)
115
- })
116
- _sym_db.RegisterMessage(GetAutomationResponse)
117
-
118
- GetAutomationByNameRequest = _reflection.GeneratedProtocolMessageType('GetAutomationByNameRequest', (_message.Message,), {
119
- 'DESCRIPTOR' : _GETAUTOMATIONBYNAMEREQUEST,
120
- '__module__' : 'qwak.automation.v1.automation_management_service_pb2'
121
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.GetAutomationByNameRequest)
122
- })
123
- _sym_db.RegisterMessage(GetAutomationByNameRequest)
124
-
125
- GetAutomationByNameResponse = _reflection.GeneratedProtocolMessageType('GetAutomationByNameResponse', (_message.Message,), {
126
- 'DESCRIPTOR' : _GETAUTOMATIONBYNAMERESPONSE,
127
- '__module__' : 'qwak.automation.v1.automation_management_service_pb2'
128
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.GetAutomationByNameResponse)
129
- })
130
- _sym_db.RegisterMessage(GetAutomationByNameResponse)
131
-
132
- ListAutomationExecutionsRequest = _reflection.GeneratedProtocolMessageType('ListAutomationExecutionsRequest', (_message.Message,), {
133
- 'DESCRIPTOR' : _LISTAUTOMATIONEXECUTIONSREQUEST,
134
- '__module__' : 'qwak.automation.v1.automation_management_service_pb2'
135
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.ListAutomationExecutionsRequest)
136
- })
137
- _sym_db.RegisterMessage(ListAutomationExecutionsRequest)
138
-
139
- ListAutomationExecutionsResponse = _reflection.GeneratedProtocolMessageType('ListAutomationExecutionsResponse', (_message.Message,), {
140
- 'DESCRIPTOR' : _LISTAUTOMATIONEXECUTIONSRESPONSE,
141
- '__module__' : 'qwak.automation.v1.automation_management_service_pb2'
142
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.ListAutomationExecutionsResponse)
143
- })
144
- _sym_db.RegisterMessage(ListAutomationExecutionsResponse)
145
-
146
- ListLastAutomationExecutionsRequest = _reflection.GeneratedProtocolMessageType('ListLastAutomationExecutionsRequest', (_message.Message,), {
147
- 'DESCRIPTOR' : _LISTLASTAUTOMATIONEXECUTIONSREQUEST,
148
- '__module__' : 'qwak.automation.v1.automation_management_service_pb2'
149
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.ListLastAutomationExecutionsRequest)
150
- })
151
- _sym_db.RegisterMessage(ListLastAutomationExecutionsRequest)
152
-
153
- ListLastAutomationExecutionsResponse = _reflection.GeneratedProtocolMessageType('ListLastAutomationExecutionsResponse', (_message.Message,), {
154
-
155
- 'LastAutomationExecutionByAutomationIdEntry' : _reflection.GeneratedProtocolMessageType('LastAutomationExecutionByAutomationIdEntry', (_message.Message,), {
156
- 'DESCRIPTOR' : _LISTLASTAUTOMATIONEXECUTIONSRESPONSE_LASTAUTOMATIONEXECUTIONBYAUTOMATIONIDENTRY,
157
- '__module__' : 'qwak.automation.v1.automation_management_service_pb2'
158
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.ListLastAutomationExecutionsResponse.LastAutomationExecutionByAutomationIdEntry)
159
- })
160
- ,
161
- 'DESCRIPTOR' : _LISTLASTAUTOMATIONEXECUTIONSRESPONSE,
162
- '__module__' : 'qwak.automation.v1.automation_management_service_pb2'
163
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.ListLastAutomationExecutionsResponse)
164
- })
165
- _sym_db.RegisterMessage(ListLastAutomationExecutionsResponse)
166
- _sym_db.RegisterMessage(ListLastAutomationExecutionsResponse.LastAutomationExecutionByAutomationIdEntry)
167
-
168
- RegisterAutomationExecutionRequest = _reflection.GeneratedProtocolMessageType('RegisterAutomationExecutionRequest', (_message.Message,), {
169
- 'DESCRIPTOR' : _REGISTERAUTOMATIONEXECUTIONREQUEST,
170
- '__module__' : 'qwak.automation.v1.automation_management_service_pb2'
171
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.RegisterAutomationExecutionRequest)
172
- })
173
- _sym_db.RegisterMessage(RegisterAutomationExecutionRequest)
174
-
175
- RegisterAutomationExecutionResponse = _reflection.GeneratedProtocolMessageType('RegisterAutomationExecutionResponse', (_message.Message,), {
176
- 'DESCRIPTOR' : _REGISTERAUTOMATIONEXECUTIONRESPONSE,
177
- '__module__' : 'qwak.automation.v1.automation_management_service_pb2'
178
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.RegisterAutomationExecutionResponse)
179
- })
180
- _sym_db.RegisterMessage(RegisterAutomationExecutionResponse)
181
-
182
- UpdateAutomationExecutionRequest = _reflection.GeneratedProtocolMessageType('UpdateAutomationExecutionRequest', (_message.Message,), {
183
- 'DESCRIPTOR' : _UPDATEAUTOMATIONEXECUTIONREQUEST,
184
- '__module__' : 'qwak.automation.v1.automation_management_service_pb2'
185
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.UpdateAutomationExecutionRequest)
186
- })
187
- _sym_db.RegisterMessage(UpdateAutomationExecutionRequest)
188
-
189
- UpdateAutomationExecutionResponse = _reflection.GeneratedProtocolMessageType('UpdateAutomationExecutionResponse', (_message.Message,), {
190
- 'DESCRIPTOR' : _UPDATEAUTOMATIONEXECUTIONRESPONSE,
191
- '__module__' : 'qwak.automation.v1.automation_management_service_pb2'
192
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.UpdateAutomationExecutionResponse)
193
- })
194
- _sym_db.RegisterMessage(UpdateAutomationExecutionResponse)
195
-
196
- ToggleAutomationActivityRequest = _reflection.GeneratedProtocolMessageType('ToggleAutomationActivityRequest', (_message.Message,), {
197
- 'DESCRIPTOR' : _TOGGLEAUTOMATIONACTIVITYREQUEST,
198
- '__module__' : 'qwak.automation.v1.automation_management_service_pb2'
199
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.ToggleAutomationActivityRequest)
200
- })
201
- _sym_db.RegisterMessage(ToggleAutomationActivityRequest)
202
-
203
- ToggleAutomationActivityResponse = _reflection.GeneratedProtocolMessageType('ToggleAutomationActivityResponse', (_message.Message,), {
204
- 'DESCRIPTOR' : _TOGGLEAUTOMATIONACTIVITYRESPONSE,
205
- '__module__' : 'qwak.automation.v1.automation_management_service_pb2'
206
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.ToggleAutomationActivityResponse)
207
- })
208
- _sym_db.RegisterMessage(ToggleAutomationActivityResponse)
209
-
210
- RunAutomationRequest = _reflection.GeneratedProtocolMessageType('RunAutomationRequest', (_message.Message,), {
211
- 'DESCRIPTOR' : _RUNAUTOMATIONREQUEST,
212
- '__module__' : 'qwak.automation.v1.automation_management_service_pb2'
213
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.RunAutomationRequest)
214
- })
215
- _sym_db.RegisterMessage(RunAutomationRequest)
216
-
217
- RunAutomationResponse = _reflection.GeneratedProtocolMessageType('RunAutomationResponse', (_message.Message,), {
218
- 'DESCRIPTOR' : _RUNAUTOMATIONRESPONSE,
219
- '__module__' : 'qwak.automation.v1.automation_management_service_pb2'
220
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.RunAutomationResponse)
221
- })
222
- _sym_db.RegisterMessage(RunAutomationResponse)
223
-
224
- _AUTOMATIONMANAGEMENTSERVICE = DESCRIPTOR.services_by_name['AutomationManagementService']
20
+ _globals = globals()
21
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
22
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.automation.v1.automation_management_service_pb2', _globals)
225
23
  if _descriptor._USE_C_DESCRIPTORS == False:
226
24
 
227
25
  DESCRIPTOR._options = None
228
26
  DESCRIPTOR._serialized_options = b'\n\035com.qwak.ai.automation.api.v1P\001'
229
27
  _LISTLASTAUTOMATIONEXECUTIONSRESPONSE_LASTAUTOMATIONEXECUTIONBYAUTOMATIONIDENTRY._options = None
230
28
  _LISTLASTAUTOMATIONEXECUTIONSRESPONSE_LASTAUTOMATIONEXECUTIONBYAUTOMATIONIDENTRY._serialized_options = b'8\001'
231
- _CREATEAUTOMATIONREQUEST._serialized_start=162
232
- _CREATEAUTOMATIONREQUEST._serialized_end=248
233
- _CREATEAUTOMATIONRESPONSE._serialized_start=250
234
- _CREATEAUTOMATIONRESPONSE._serialized_end=299
235
- _UPDATEAUTOMATIONREQUEST._serialized_start=301
236
- _UPDATEAUTOMATIONREQUEST._serialized_end=410
237
- _UPDATEAUTOMATIONRESPONSE._serialized_start=412
238
- _UPDATEAUTOMATIONRESPONSE._serialized_end=438
239
- _DELETEAUTOMATIONREQUEST._serialized_start=440
240
- _DELETEAUTOMATIONREQUEST._serialized_end=488
241
- _DELETEAUTOMATIONRESPONSE._serialized_start=490
242
- _DELETEAUTOMATIONRESPONSE._serialized_end=516
243
- _LISTAUTOMATIONSREQUEST._serialized_start=518
244
- _LISTAUTOMATIONSREQUEST._serialized_end=560
245
- _LISTAUTOMATIONSRESPONSE._serialized_start=562
246
- _LISTAUTOMATIONSRESPONSE._serialized_end=640
247
- _GETAUTOMATIONREQUEST._serialized_start=642
248
- _GETAUTOMATIONREQUEST._serialized_end=687
249
- _GETAUTOMATIONRESPONSE._serialized_start=689
250
- _GETAUTOMATIONRESPONSE._serialized_end=764
251
- _GETAUTOMATIONBYNAMEREQUEST._serialized_start=766
252
- _GETAUTOMATIONBYNAMEREQUEST._serialized_end=819
253
- _GETAUTOMATIONBYNAMERESPONSE._serialized_start=821
254
- _GETAUTOMATIONBYNAMERESPONSE._serialized_end=902
255
- _LISTAUTOMATIONEXECUTIONSREQUEST._serialized_start=904
256
- _LISTAUTOMATIONEXECUTIONSREQUEST._serialized_end=1011
257
- _LISTAUTOMATIONEXECUTIONSRESPONSE._serialized_start=1013
258
- _LISTAUTOMATIONEXECUTIONSRESPONSE._serialized_end=1126
259
- _LISTLASTAUTOMATIONEXECUTIONSREQUEST._serialized_start=1128
260
- _LISTLASTAUTOMATIONEXECUTIONSREQUEST._serialized_end=1183
261
- _LISTLASTAUTOMATIONEXECUTIONSRESPONSE._serialized_start=1186
262
- _LISTLASTAUTOMATIONEXECUTIONSRESPONSE._serialized_end=1504
263
- _LISTLASTAUTOMATIONEXECUTIONSRESPONSE_LASTAUTOMATIONEXECUTIONBYAUTOMATIONIDENTRY._serialized_start=1380
264
- _LISTLASTAUTOMATIONEXECUTIONSRESPONSE_LASTAUTOMATIONEXECUTIONBYAUTOMATIONIDENTRY._serialized_end=1504
265
- _REGISTERAUTOMATIONEXECUTIONREQUEST._serialized_start=1506
266
- _REGISTERAUTOMATIONEXECUTIONREQUEST._serialized_end=1587
267
- _REGISTERAUTOMATIONEXECUTIONRESPONSE._serialized_start=1589
268
- _REGISTERAUTOMATIONEXECUTIONRESPONSE._serialized_end=1626
269
- _UPDATEAUTOMATIONEXECUTIONREQUEST._serialized_start=1628
270
- _UPDATEAUTOMATIONEXECUTIONREQUEST._serialized_end=1753
271
- _UPDATEAUTOMATIONEXECUTIONRESPONSE._serialized_start=1755
272
- _UPDATEAUTOMATIONEXECUTIONRESPONSE._serialized_end=1790
273
- _TOGGLEAUTOMATIONACTIVITYREQUEST._serialized_start=1792
274
- _TOGGLEAUTOMATIONACTIVITYREQUEST._serialized_end=1868
275
- _TOGGLEAUTOMATIONACTIVITYRESPONSE._serialized_start=1870
276
- _TOGGLEAUTOMATIONACTIVITYRESPONSE._serialized_end=1904
277
- _RUNAUTOMATIONREQUEST._serialized_start=1906
278
- _RUNAUTOMATIONREQUEST._serialized_end=1951
279
- _RUNAUTOMATIONRESPONSE._serialized_start=1953
280
- _RUNAUTOMATIONRESPONSE._serialized_end=1976
281
- _AUTOMATIONMANAGEMENTSERVICE._serialized_start=1979
282
- _AUTOMATIONMANAGEMENTSERVICE._serialized_end=3477
29
+ _globals['_CREATEAUTOMATIONREQUEST']._serialized_start=162
30
+ _globals['_CREATEAUTOMATIONREQUEST']._serialized_end=248
31
+ _globals['_CREATEAUTOMATIONRESPONSE']._serialized_start=250
32
+ _globals['_CREATEAUTOMATIONRESPONSE']._serialized_end=299
33
+ _globals['_UPDATEAUTOMATIONREQUEST']._serialized_start=301
34
+ _globals['_UPDATEAUTOMATIONREQUEST']._serialized_end=410
35
+ _globals['_UPDATEAUTOMATIONRESPONSE']._serialized_start=412
36
+ _globals['_UPDATEAUTOMATIONRESPONSE']._serialized_end=438
37
+ _globals['_DELETEAUTOMATIONREQUEST']._serialized_start=440
38
+ _globals['_DELETEAUTOMATIONREQUEST']._serialized_end=488
39
+ _globals['_DELETEAUTOMATIONRESPONSE']._serialized_start=490
40
+ _globals['_DELETEAUTOMATIONRESPONSE']._serialized_end=516
41
+ _globals['_LISTAUTOMATIONSREQUEST']._serialized_start=518
42
+ _globals['_LISTAUTOMATIONSREQUEST']._serialized_end=560
43
+ _globals['_LISTAUTOMATIONSRESPONSE']._serialized_start=562
44
+ _globals['_LISTAUTOMATIONSRESPONSE']._serialized_end=640
45
+ _globals['_GETAUTOMATIONREQUEST']._serialized_start=642
46
+ _globals['_GETAUTOMATIONREQUEST']._serialized_end=687
47
+ _globals['_GETAUTOMATIONRESPONSE']._serialized_start=689
48
+ _globals['_GETAUTOMATIONRESPONSE']._serialized_end=764
49
+ _globals['_GETAUTOMATIONBYNAMEREQUEST']._serialized_start=766
50
+ _globals['_GETAUTOMATIONBYNAMEREQUEST']._serialized_end=819
51
+ _globals['_GETAUTOMATIONBYNAMERESPONSE']._serialized_start=821
52
+ _globals['_GETAUTOMATIONBYNAMERESPONSE']._serialized_end=902
53
+ _globals['_LISTAUTOMATIONEXECUTIONSREQUEST']._serialized_start=904
54
+ _globals['_LISTAUTOMATIONEXECUTIONSREQUEST']._serialized_end=1011
55
+ _globals['_LISTAUTOMATIONEXECUTIONSRESPONSE']._serialized_start=1013
56
+ _globals['_LISTAUTOMATIONEXECUTIONSRESPONSE']._serialized_end=1126
57
+ _globals['_LISTLASTAUTOMATIONEXECUTIONSREQUEST']._serialized_start=1128
58
+ _globals['_LISTLASTAUTOMATIONEXECUTIONSREQUEST']._serialized_end=1183
59
+ _globals['_LISTLASTAUTOMATIONEXECUTIONSRESPONSE']._serialized_start=1186
60
+ _globals['_LISTLASTAUTOMATIONEXECUTIONSRESPONSE']._serialized_end=1504
61
+ _globals['_LISTLASTAUTOMATIONEXECUTIONSRESPONSE_LASTAUTOMATIONEXECUTIONBYAUTOMATIONIDENTRY']._serialized_start=1380
62
+ _globals['_LISTLASTAUTOMATIONEXECUTIONSRESPONSE_LASTAUTOMATIONEXECUTIONBYAUTOMATIONIDENTRY']._serialized_end=1504
63
+ _globals['_REGISTERAUTOMATIONEXECUTIONREQUEST']._serialized_start=1506
64
+ _globals['_REGISTERAUTOMATIONEXECUTIONREQUEST']._serialized_end=1587
65
+ _globals['_REGISTERAUTOMATIONEXECUTIONRESPONSE']._serialized_start=1589
66
+ _globals['_REGISTERAUTOMATIONEXECUTIONRESPONSE']._serialized_end=1626
67
+ _globals['_UPDATEAUTOMATIONEXECUTIONREQUEST']._serialized_start=1628
68
+ _globals['_UPDATEAUTOMATIONEXECUTIONREQUEST']._serialized_end=1753
69
+ _globals['_UPDATEAUTOMATIONEXECUTIONRESPONSE']._serialized_start=1755
70
+ _globals['_UPDATEAUTOMATIONEXECUTIONRESPONSE']._serialized_end=1790
71
+ _globals['_TOGGLEAUTOMATIONACTIVITYREQUEST']._serialized_start=1792
72
+ _globals['_TOGGLEAUTOMATIONACTIVITYREQUEST']._serialized_end=1868
73
+ _globals['_TOGGLEAUTOMATIONACTIVITYRESPONSE']._serialized_start=1870
74
+ _globals['_TOGGLEAUTOMATIONACTIVITYRESPONSE']._serialized_end=1904
75
+ _globals['_RUNAUTOMATIONREQUEST']._serialized_start=1906
76
+ _globals['_RUNAUTOMATIONREQUEST']._serialized_end=1951
77
+ _globals['_RUNAUTOMATIONRESPONSE']._serialized_start=1953
78
+ _globals['_RUNAUTOMATIONRESPONSE']._serialized_end=1976
79
+ _globals['_AUTOMATIONMANAGEMENTSERVICE']._serialized_start=1979
80
+ _globals['_AUTOMATIONMANAGEMENTSERVICE']._serialized_end=3477
283
81
  # @@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()
@@ -20,40 +19,17 @@ from _qwak_proto.qwak.automation.v1 import notification_pb2 as qwak_dot_automati
20
19
 
21
20
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#qwak/automation/v1/automation.proto\x12\x12qwak.automation.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1fqwak/automation/v1/action.proto\x1a qwak/automation/v1/trigger.proto\x1a%qwak/automation/v1/notification.proto\"\xe4\x01\n\nAutomation\x12\x15\n\rautomation_id\x18\x01 \x01(\t\x12;\n\x0f\x61utomation_spec\x18\x02 \x01(\x0b\x32\".qwak.automation.v1.AutomationSpec\x12\x1b\n\x13qwak_environment_id\x18\x03 \x01(\t\x12\x39\n\x0c\x63reate_audit\x18\x04 \x01(\x0b\x32#.qwak.automation.v1.AutomationAudit\x12\x12\n\nis_deleted\x18\x05 \x01(\x08\x12\x16\n\x0ejfrog_token_id\x18\x06 \x01(\t\"\xe3\x02\n\x0e\x41utomationSpec\x12\x10\n\x08model_id\x18\x02 \x01(\t\x12\x17\n\x0f\x61utomation_name\x18\x03 \x01(\t\x12,\n\x07trigger\x18\x04 \x01(\x0b\x32\x1b.qwak.automation.v1.Trigger\x12*\n\x06\x61\x63tion\x18\x05 \x01(\x0b\x32\x1a.qwak.automation.v1.Action\x12\x1e\n\x16\x61utomation_description\x18\x06 \x01(\t\x12\x12\n\nis_enabled\x18\x07 \x01(\x08\x12\x32\n\x08on_error\x18\x08 \x01(\x0b\x32 .qwak.automation.v1.Notification\x12\x34\n\non_success\x18\t \x01(\x0b\x32 .qwak.automation.v1.Notification\x12\x1b\n\x13\x65xecute_immediately\x18\n \x01(\x08\x12\x11\n\tis_sdk_v1\x18\x0b \x01(\x08\"L\n\x0f\x41utomationAudit\x12(\n\x04\x64\x61te\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0f\n\x07user_id\x18\x02 \x01(\tB!\n\x1d\x63om.qwak.ai.automation.api.v1P\x01\x62\x06proto3')
22
21
 
23
-
24
-
25
- _AUTOMATION = DESCRIPTOR.message_types_by_name['Automation']
26
- _AUTOMATIONSPEC = DESCRIPTOR.message_types_by_name['AutomationSpec']
27
- _AUTOMATIONAUDIT = DESCRIPTOR.message_types_by_name['AutomationAudit']
28
- Automation = _reflection.GeneratedProtocolMessageType('Automation', (_message.Message,), {
29
- 'DESCRIPTOR' : _AUTOMATION,
30
- '__module__' : 'qwak.automation.v1.automation_pb2'
31
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.Automation)
32
- })
33
- _sym_db.RegisterMessage(Automation)
34
-
35
- AutomationSpec = _reflection.GeneratedProtocolMessageType('AutomationSpec', (_message.Message,), {
36
- 'DESCRIPTOR' : _AUTOMATIONSPEC,
37
- '__module__' : 'qwak.automation.v1.automation_pb2'
38
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.AutomationSpec)
39
- })
40
- _sym_db.RegisterMessage(AutomationSpec)
41
-
42
- AutomationAudit = _reflection.GeneratedProtocolMessageType('AutomationAudit', (_message.Message,), {
43
- 'DESCRIPTOR' : _AUTOMATIONAUDIT,
44
- '__module__' : 'qwak.automation.v1.automation_pb2'
45
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.AutomationAudit)
46
- })
47
- _sym_db.RegisterMessage(AutomationAudit)
48
-
22
+ _globals = globals()
23
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
24
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.automation.v1.automation_pb2', _globals)
49
25
  if _descriptor._USE_C_DESCRIPTORS == False:
50
26
 
51
27
  DESCRIPTOR._options = None
52
28
  DESCRIPTOR._serialized_options = b'\n\035com.qwak.ai.automation.api.v1P\001'
53
- _AUTOMATION._serialized_start=199
54
- _AUTOMATION._serialized_end=427
55
- _AUTOMATIONSPEC._serialized_start=430
56
- _AUTOMATIONSPEC._serialized_end=785
57
- _AUTOMATIONAUDIT._serialized_start=787
58
- _AUTOMATIONAUDIT._serialized_end=863
29
+ _globals['_AUTOMATION']._serialized_start=199
30
+ _globals['_AUTOMATION']._serialized_end=427
31
+ _globals['_AUTOMATIONSPEC']._serialized_start=430
32
+ _globals['_AUTOMATIONSPEC']._serialized_end=785
33
+ _globals['_AUTOMATIONAUDIT']._serialized_start=787
34
+ _globals['_AUTOMATIONAUDIT']._serialized_end=863
59
35
  # @@protoc_insertion_point(module_scope)
@@ -2,12 +2,10 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # source: qwak/automation/v1/common.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,40 +15,17 @@ _sym_db = _symbol_database.Default()
17
15
 
18
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fqwak/automation/v1/common.proto\x12\x12qwak.automation.v1\"G\n\x06Metric\x12\x33\n\nsql_metric\x18\x01 \x01(\x0b\x32\x1d.qwak.automation.v1.SqlMetricH\x00\x42\x08\n\x06metric\"\x1e\n\tSqlMetric\x12\x11\n\tsql_query\x18\x01 \x01(\t*\x84\x01\n\x18MetricThresholdDirection\x12\x1c\n\x18INVALID_METRIC_DIRECTION\x10\x00\x12\t\n\x05\x42\x45LOW\x10\x01\x12\t\n\x05\x41\x42OVE\x10\x02\x12\n\n\x06\x45QUALS\x10\x03\x12\x13\n\x0f\x42\x45LOW_OR_EQUALS\x10\x04\x12\x13\n\x0f\x41\x42OVE_OR_EQUALS\x10\x05\x42!\n\x1d\x63om.qwak.ai.automation.api.v1P\x01\x62\x06proto3')
19
17
 
20
- _METRICTHRESHOLDDIRECTION = DESCRIPTOR.enum_types_by_name['MetricThresholdDirection']
21
- MetricThresholdDirection = enum_type_wrapper.EnumTypeWrapper(_METRICTHRESHOLDDIRECTION)
22
- INVALID_METRIC_DIRECTION = 0
23
- BELOW = 1
24
- ABOVE = 2
25
- EQUALS = 3
26
- BELOW_OR_EQUALS = 4
27
- ABOVE_OR_EQUALS = 5
28
-
29
-
30
- _METRIC = DESCRIPTOR.message_types_by_name['Metric']
31
- _SQLMETRIC = DESCRIPTOR.message_types_by_name['SqlMetric']
32
- Metric = _reflection.GeneratedProtocolMessageType('Metric', (_message.Message,), {
33
- 'DESCRIPTOR' : _METRIC,
34
- '__module__' : 'qwak.automation.v1.common_pb2'
35
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.Metric)
36
- })
37
- _sym_db.RegisterMessage(Metric)
38
-
39
- SqlMetric = _reflection.GeneratedProtocolMessageType('SqlMetric', (_message.Message,), {
40
- 'DESCRIPTOR' : _SQLMETRIC,
41
- '__module__' : 'qwak.automation.v1.common_pb2'
42
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.SqlMetric)
43
- })
44
- _sym_db.RegisterMessage(SqlMetric)
45
-
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.automation.v1.common_pb2', _globals)
46
21
  if _descriptor._USE_C_DESCRIPTORS == False:
47
22
 
48
23
  DESCRIPTOR._options = None
49
24
  DESCRIPTOR._serialized_options = b'\n\035com.qwak.ai.automation.api.v1P\001'
50
- _METRICTHRESHOLDDIRECTION._serialized_start=161
51
- _METRICTHRESHOLDDIRECTION._serialized_end=293
52
- _METRIC._serialized_start=55
53
- _METRIC._serialized_end=126
54
- _SQLMETRIC._serialized_start=128
55
- _SQLMETRIC._serialized_end=158
25
+ _globals['_METRICTHRESHOLDDIRECTION']._serialized_start=161
26
+ _globals['_METRICTHRESHOLDDIRECTION']._serialized_end=293
27
+ _globals['_METRIC']._serialized_start=55
28
+ _globals['_METRIC']._serialized_end=126
29
+ _globals['_SQLMETRIC']._serialized_start=128
30
+ _globals['_SQLMETRIC']._serialized_end=158
56
31
  # @@protoc_insertion_point(module_scope)
@@ -2,12 +2,10 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # source: qwak/automation/v1/notification.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,59 +15,9 @@ _sym_db = _symbol_database.Default()
17
15
 
18
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n%qwak/automation/v1/notification.proto\x12\x12qwak.automation.v1\"\xa9\x01\n\x0cNotification\x12L\n\x17post_slack_notification\x18\x01 \x01(\x0b\x32).qwak.automation.v1.PostSlackNotificationH\x00\x12;\n\x0e\x63ustom_webhook\x18\x02 \x01(\x0b\x32!.qwak.automation.v1.CustomWebhookH\x00\x42\x0e\n\x0cnotification\"(\n\x15PostSlackNotification\x12\x0f\n\x07webhook\x18\x01 \x01(\t\"\xae\x02\n\rCustomWebhook\x12\x0b\n\x03url\x18\x01 \x01(\t\x12\x37\n\x0bhttp_method\x18\x02 \x01(\x0e\x32\".qwak.automation.v1.HttpMethodType\x12?\n\x07headers\x18\x03 \x03(\x0b\x32..qwak.automation.v1.CustomWebhook.HeadersEntry\x12\x39\n\x04\x64\x61ta\x18\x04 \x03(\x0b\x32+.qwak.automation.v1.CustomWebhook.DataEntry\x1a.\n\x0cHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a+\n\tDataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01*\xd1\x01\n\x0eHttpMethodType\x12\x1c\n\x18HTTP_METHOD_TYPE_INVALID\x10\x00\x12\x18\n\x14HTTP_METHOD_TYPE_GET\x10\x01\x12\x19\n\x15HTTP_METHOD_TYPE_POST\x10\x02\x12\x18\n\x14HTTP_METHOD_TYPE_PUT\x10\x03\x12\x1b\n\x17HTTP_METHOD_TYPE_DELETE\x10\x04\x12\x1a\n\x16HTTP_METHOD_TYPE_PATCH\x10\x05\x12\x19\n\x15HTTP_METHOD_TYPE_HEAD\x10\x06\x42!\n\x1d\x63om.qwak.ai.automation.api.v1P\x01\x62\x06proto3')
19
17
 
20
- _HTTPMETHODTYPE = DESCRIPTOR.enum_types_by_name['HttpMethodType']
21
- HttpMethodType = enum_type_wrapper.EnumTypeWrapper(_HTTPMETHODTYPE)
22
- HTTP_METHOD_TYPE_INVALID = 0
23
- HTTP_METHOD_TYPE_GET = 1
24
- HTTP_METHOD_TYPE_POST = 2
25
- HTTP_METHOD_TYPE_PUT = 3
26
- HTTP_METHOD_TYPE_DELETE = 4
27
- HTTP_METHOD_TYPE_PATCH = 5
28
- HTTP_METHOD_TYPE_HEAD = 6
29
-
30
-
31
- _NOTIFICATION = DESCRIPTOR.message_types_by_name['Notification']
32
- _POSTSLACKNOTIFICATION = DESCRIPTOR.message_types_by_name['PostSlackNotification']
33
- _CUSTOMWEBHOOK = DESCRIPTOR.message_types_by_name['CustomWebhook']
34
- _CUSTOMWEBHOOK_HEADERSENTRY = _CUSTOMWEBHOOK.nested_types_by_name['HeadersEntry']
35
- _CUSTOMWEBHOOK_DATAENTRY = _CUSTOMWEBHOOK.nested_types_by_name['DataEntry']
36
- Notification = _reflection.GeneratedProtocolMessageType('Notification', (_message.Message,), {
37
- 'DESCRIPTOR' : _NOTIFICATION,
38
- '__module__' : 'qwak.automation.v1.notification_pb2'
39
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.Notification)
40
- })
41
- _sym_db.RegisterMessage(Notification)
42
-
43
- PostSlackNotification = _reflection.GeneratedProtocolMessageType('PostSlackNotification', (_message.Message,), {
44
- 'DESCRIPTOR' : _POSTSLACKNOTIFICATION,
45
- '__module__' : 'qwak.automation.v1.notification_pb2'
46
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.PostSlackNotification)
47
- })
48
- _sym_db.RegisterMessage(PostSlackNotification)
49
-
50
- CustomWebhook = _reflection.GeneratedProtocolMessageType('CustomWebhook', (_message.Message,), {
51
-
52
- 'HeadersEntry' : _reflection.GeneratedProtocolMessageType('HeadersEntry', (_message.Message,), {
53
- 'DESCRIPTOR' : _CUSTOMWEBHOOK_HEADERSENTRY,
54
- '__module__' : 'qwak.automation.v1.notification_pb2'
55
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.CustomWebhook.HeadersEntry)
56
- })
57
- ,
58
-
59
- 'DataEntry' : _reflection.GeneratedProtocolMessageType('DataEntry', (_message.Message,), {
60
- 'DESCRIPTOR' : _CUSTOMWEBHOOK_DATAENTRY,
61
- '__module__' : 'qwak.automation.v1.notification_pb2'
62
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.CustomWebhook.DataEntry)
63
- })
64
- ,
65
- 'DESCRIPTOR' : _CUSTOMWEBHOOK,
66
- '__module__' : 'qwak.automation.v1.notification_pb2'
67
- # @@protoc_insertion_point(class_scope:qwak.automation.v1.CustomWebhook)
68
- })
69
- _sym_db.RegisterMessage(CustomWebhook)
70
- _sym_db.RegisterMessage(CustomWebhook.HeadersEntry)
71
- _sym_db.RegisterMessage(CustomWebhook.DataEntry)
72
-
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.automation.v1.notification_pb2', _globals)
73
21
  if _descriptor._USE_C_DESCRIPTORS == False:
74
22
 
75
23
  DESCRIPTOR._options = None
@@ -78,16 +26,16 @@ if _descriptor._USE_C_DESCRIPTORS == False:
78
26
  _CUSTOMWEBHOOK_HEADERSENTRY._serialized_options = b'8\001'
79
27
  _CUSTOMWEBHOOK_DATAENTRY._options = None
80
28
  _CUSTOMWEBHOOK_DATAENTRY._serialized_options = b'8\001'
81
- _HTTPMETHODTYPE._serialized_start=581
82
- _HTTPMETHODTYPE._serialized_end=790
83
- _NOTIFICATION._serialized_start=62
84
- _NOTIFICATION._serialized_end=231
85
- _POSTSLACKNOTIFICATION._serialized_start=233
86
- _POSTSLACKNOTIFICATION._serialized_end=273
87
- _CUSTOMWEBHOOK._serialized_start=276
88
- _CUSTOMWEBHOOK._serialized_end=578
89
- _CUSTOMWEBHOOK_HEADERSENTRY._serialized_start=487
90
- _CUSTOMWEBHOOK_HEADERSENTRY._serialized_end=533
91
- _CUSTOMWEBHOOK_DATAENTRY._serialized_start=535
92
- _CUSTOMWEBHOOK_DATAENTRY._serialized_end=578
29
+ _globals['_HTTPMETHODTYPE']._serialized_start=581
30
+ _globals['_HTTPMETHODTYPE']._serialized_end=790
31
+ _globals['_NOTIFICATION']._serialized_start=62
32
+ _globals['_NOTIFICATION']._serialized_end=231
33
+ _globals['_POSTSLACKNOTIFICATION']._serialized_start=233
34
+ _globals['_POSTSLACKNOTIFICATION']._serialized_end=273
35
+ _globals['_CUSTOMWEBHOOK']._serialized_start=276
36
+ _globals['_CUSTOMWEBHOOK']._serialized_end=578
37
+ _globals['_CUSTOMWEBHOOK_HEADERSENTRY']._serialized_start=487
38
+ _globals['_CUSTOMWEBHOOK_HEADERSENTRY']._serialized_end=533
39
+ _globals['_CUSTOMWEBHOOK_DATAENTRY']._serialized_start=535
40
+ _globals['_CUSTOMWEBHOOK_DATAENTRY']._serialized_end=578
93
41
  # @@protoc_insertion_point(module_scope)