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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (207) hide show
  1. _qwak_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py +8 -23
  2. _qwak_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py +10 -27
  3. _qwak_proto/qwak/administration/account/v1/account_pb2.py +22 -87
  4. _qwak_proto/qwak/administration/account/v1/account_service_pb2.py +42 -187
  5. _qwak_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +26 -114
  6. _qwak_proto/qwak/administration/account/v1/personalization_pb2.py +8 -24
  7. _qwak_proto/qwak/administration/account/v1/preferences_pb2.py +6 -14
  8. _qwak_proto/qwak/administration/account/v1/terms_pb2.py +14 -54
  9. _qwak_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py +18 -67
  10. _qwak_proto/qwak/administration/authenticated_user/v1/credentials_pb2.py +8 -24
  11. _qwak_proto/qwak/administration/authenticated_user/v1/details_pb2.py +14 -54
  12. _qwak_proto/qwak/administration/cluster/v2/cluster_pb2.py +38 -173
  13. _qwak_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py +6 -14
  14. _qwak_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py +8 -24
  15. _qwak_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +10 -34
  16. _qwak_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +6 -14
  17. _qwak_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +12 -44
  18. _qwak_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py +8 -24
  19. _qwak_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +6 -14
  20. _qwak_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py +6 -14
  21. _qwak_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +10 -34
  22. _qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +14 -54
  23. _qwak_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +6 -14
  24. _qwak_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +6 -14
  25. _qwak_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +14 -54
  26. _qwak_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +10 -34
  27. _qwak_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py +10 -34
  28. _qwak_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +6 -14
  29. _qwak_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +10 -34
  30. _qwak_proto/qwak/administration/v0/authentication/authentication_service_pb2.py +14 -47
  31. _qwak_proto/qwak/administration/v0/environments/configuration_pb2.py +20 -82
  32. _qwak_proto/qwak/administration/v0/environments/environment_pb2.py +12 -40
  33. _qwak_proto/qwak/administration/v0/environments/environment_service_pb2.py +36 -158
  34. _qwak_proto/qwak/administration/v0/environments/personalization_pb2.py +8 -24
  35. _qwak_proto/qwak/administration/v0/users/user_pb2.py +18 -71
  36. _qwak_proto/qwak/admiral/secret/v0/secret_pb2.py +26 -115
  37. _qwak_proto/qwak/admiral/secret/v0/secret_service_pb2.py +18 -67
  38. _qwak_proto/qwak/admiral/secret/v0/system_secret_service_pb2.py +18 -67
  39. _qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py +38 -174
  40. _qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py +22 -87
  41. _qwak_proto/qwak/analytics/analytics_pb2.py +26 -121
  42. _qwak_proto/qwak/analytics/analytics_service_pb2.py +46 -207
  43. _qwak_proto/qwak/artifactory_settings/artifactory_settings_pb2.py +8 -24
  44. _qwak_proto/qwak/audience/v1/audience_api_pb2.py +30 -127
  45. _qwak_proto/qwak/audience/v1/audience_pb2.py +26 -113
  46. _qwak_proto/qwak/auto_scaling/v1/auto_scaling_pb2.py +18 -79
  47. _qwak_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py +10 -27
  48. _qwak_proto/qwak/automation/v1/action_pb2.py +40 -180
  49. _qwak_proto/qwak/automation/v1/auto_scaling_pb2.py +18 -79
  50. _qwak_proto/qwak/automation/v1/automation_execution_pb2.py +12 -43
  51. _qwak_proto/qwak/automation/v1/automation_management_service_pb2.py +56 -258
  52. _qwak_proto/qwak/automation/v1/automation_pb2.py +10 -34
  53. _qwak_proto/qwak/automation/v1/common_pb2.py +10 -35
  54. _qwak_proto/qwak/automation/v1/notification_pb2.py +16 -68
  55. _qwak_proto/qwak/automation/v1/trigger_pb2.py +14 -54
  56. _qwak_proto/qwak/batch_job/v1/batch_job_events_pb2.py +26 -116
  57. _qwak_proto/qwak/batch_job/v1/batch_job_resources_pb2.py +8 -26
  58. _qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.py +118 -561
  59. _qwak_proto/qwak/build/v1/build_api_pb2.py +86 -407
  60. _qwak_proto/qwak/build/v1/build_pb2.py +114 -549
  61. _qwak_proto/qwak/build_settings/build_settings_api_pb2.py +18 -67
  62. _qwak_proto/qwak/build_settings/build_settings_pb2.py +18 -74
  63. _qwak_proto/qwak/builds/build_pb2.py +44 -206
  64. _qwak_proto/qwak/builds/build_url_pb2.py +26 -113
  65. _qwak_proto/qwak/builds/builds_orchestrator_service_pb2.py +58 -269
  66. _qwak_proto/qwak/builds/builds_pb2.py +110 -519
  67. _qwak_proto/qwak/builds/internal_builds_orchestrator_service_pb2.py +12 -37
  68. _qwak_proto/qwak/data_versioning/data_versioning_pb2.py +8 -24
  69. _qwak_proto/qwak/data_versioning/data_versioning_service_pb2.py +14 -47
  70. _qwak_proto/qwak/deployment/alert_pb2.py +24 -108
  71. _qwak_proto/qwak/deployment/alert_service_pb2.py +30 -127
  72. _qwak_proto/qwak/deployment/deployment_messages_pb2.py +6 -14
  73. _qwak_proto/qwak/deployment/deployment_pb2.py +124 -588
  74. _qwak_proto/qwak/deployment/deployment_service_pb2.py +86 -419
  75. _qwak_proto/qwak/ecosystem/jfrog/v0/token_pb2.py +36 -164
  76. _qwak_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py +22 -87
  77. _qwak_proto/qwak/ecosystem/v0/credentials_pb2.py +10 -34
  78. _qwak_proto/qwak/ecosystem/v0/ecosystem_pb2.py +30 -138
  79. _qwak_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py +52 -237
  80. _qwak_proto/qwak/execution/v1/backfill_pb2.py +18 -74
  81. _qwak_proto/qwak/execution/v1/batch_pb2.py +10 -34
  82. _qwak_proto/qwak/execution/v1/deletion_pb2.py +12 -44
  83. _qwak_proto/qwak/execution/v1/execution_pb2.py +16 -69
  84. _qwak_proto/qwak/execution/v1/execution_service_pb2.py +64 -298
  85. _qwak_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py +6 -14
  86. _qwak_proto/qwak/execution/v1/jobs/job_pb2.py +18 -76
  87. _qwak_proto/qwak/execution/v1/jobs/job_service_pb2.py +54 -247
  88. _qwak_proto/qwak/execution/v1/jobs/reports/report_pb2.py +20 -84
  89. _qwak_proto/qwak/execution/v1/state/execution_state_pb2.py +6 -14
  90. _qwak_proto/qwak/execution/v1/state/execution_state_service_pb2.py +30 -127
  91. _qwak_proto/qwak/execution/v1/state/featureset_state_pb2.py +6 -14
  92. _qwak_proto/qwak/execution/v1/state/spark_execution_state_pb2.py +14 -68
  93. _qwak_proto/qwak/execution/v1/streaming_aggregation_pb2.py +14 -54
  94. _qwak_proto/qwak/execution/v1/streaming_pb2.py +12 -44
  95. _qwak_proto/qwak/feature_store/entities/entity_pb2.py +16 -57
  96. _qwak_proto/qwak/feature_store/entities/entity_service_pb2.py +30 -127
  97. _qwak_proto/qwak/feature_store/features/aggregation_pb2.py +38 -175
  98. _qwak_proto/qwak/feature_store/features/deployment_pb2.py +36 -167
  99. _qwak_proto/qwak/feature_store/features/deployment_service_pb2.py +10 -27
  100. _qwak_proto/qwak/feature_store/features/execution_pb2.py +14 -56
  101. _qwak_proto/qwak/feature_store/features/feature_set_attribute_pb2.py +6 -14
  102. _qwak_proto/qwak/feature_store/features/feature_set_pb2.py +34 -155
  103. _qwak_proto/qwak/feature_store/features/feature_set_service_pb2.py +92 -439
  104. _qwak_proto/qwak/feature_store/features/feature_set_state_pb2.py +38 -181
  105. _qwak_proto/qwak/feature_store/features/feature_set_state_service_pb2.py +26 -107
  106. _qwak_proto/qwak/feature_store/features/feature_set_types_pb2.py +74 -346
  107. _qwak_proto/qwak/feature_store/features/monitoring_pb2.py +10 -34
  108. _qwak_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py +32 -143
  109. _qwak_proto/qwak/feature_store/jobs/job_pb2.py +12 -46
  110. _qwak_proto/qwak/feature_store/jobs/job_service_pb2.py +30 -127
  111. _qwak_proto/qwak/feature_store/jobs/v1/job_pb2.py +12 -45
  112. _qwak_proto/qwak/feature_store/jobs/v1/job_service_pb2.py +42 -187
  113. _qwak_proto/qwak/feature_store/platform/platform_details_pb2.py +8 -24
  114. _qwak_proto/qwak/feature_store/reports/report_pb2.py +14 -53
  115. _qwak_proto/qwak/feature_store/repository/common/platform_pb2.py +10 -34
  116. _qwak_proto/qwak/feature_store/serving/management_pb2.py +14 -47
  117. _qwak_proto/qwak/feature_store/serving/metadata_pb2.py +12 -44
  118. _qwak_proto/qwak/feature_store/serving/serving_pb2.py +50 -222
  119. _qwak_proto/qwak/feature_store/serving/v1/value_pb2.py +8 -24
  120. _qwak_proto/qwak/feature_store/sinks/sink_pb2.py +14 -54
  121. _qwak_proto/qwak/feature_store/sources/batch_pb2.py +70 -334
  122. _qwak_proto/qwak/feature_store/sources/data_source_attribute_pb2.py +6 -14
  123. _qwak_proto/qwak/feature_store/sources/data_source_pb2.py +14 -54
  124. _qwak_proto/qwak/feature_store/sources/data_source_service_pb2.py +34 -147
  125. _qwak_proto/qwak/feature_store/sources/streaming_pb2.py +34 -146
  126. _qwak_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +6 -14
  127. _qwak_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +10 -34
  128. _qwak_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +16 -58
  129. _qwak_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py +10 -27
  130. _qwak_proto/qwak/features_operator/v1/features_operator_pb2.py +14 -54
  131. _qwak_proto/qwak/features_operator/v1/features_operator_service_pb2.py +14 -47
  132. _qwak_proto/qwak/features_operator/v2/features_operator_pb2.py +16 -64
  133. _qwak_proto/qwak/features_operator/v2/features_operator_service_pb2.py +12 -37
  134. _qwak_proto/qwak/features_operator/v3/features_operator_async_service_pb2.py +26 -107
  135. _qwak_proto/qwak/features_operator/v3/features_operator_pb2.py +16 -64
  136. _qwak_proto/qwak/file_versioning/file_versioning_pb2.py +10 -33
  137. _qwak_proto/qwak/file_versioning/file_versioning_service_pb2.py +14 -47
  138. _qwak_proto/qwak/fitness_service/constructs_pb2.py +22 -99
  139. _qwak_proto/qwak/fitness_service/fitness_pb2.py +10 -32
  140. _qwak_proto/qwak/fitness_service/fitness_service_pb2.py +22 -87
  141. _qwak_proto/qwak/fitness_service/status_pb2.py +24 -106
  142. _qwak_proto/qwak/inference/feedback/feedback_pb2.py +28 -96
  143. _qwak_proto/qwak/instance_template/instance_template_pb2.py +12 -40
  144. _qwak_proto/qwak/instance_template/instance_template_service_pb2.py +14 -47
  145. _qwak_proto/qwak/integration/hugging_face_integration_pb2.py +16 -64
  146. _qwak_proto/qwak/integration/integration_pb2.py +28 -126
  147. _qwak_proto/qwak/integration/integration_service_pb2.py +34 -147
  148. _qwak_proto/qwak/integration/open_a_i_integration_pb2.py +16 -64
  149. _qwak_proto/qwak/integration/opsgenie_integration_pb2.py +20 -82
  150. _qwak_proto/qwak/integration/pagerduty_integration_pb2.py +24 -104
  151. _qwak_proto/qwak/integration/slack_app_integration_pb2.py +24 -104
  152. _qwak_proto/qwak/kube_deployment_captain/alert_pb2.py +22 -97
  153. _qwak_proto/qwak/kube_deployment_captain/alerting_pb2.py +12 -44
  154. _qwak_proto/qwak/kube_deployment_captain/batch_job_pb2.py +68 -322
  155. _qwak_proto/qwak/kube_deployment_captain/deployment_pb2.py +44 -167
  156. _qwak_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py +32 -144
  157. _qwak_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py +108 -519
  158. _qwak_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py +8 -24
  159. _qwak_proto/qwak/logging/log_filter_pb2.py +12 -44
  160. _qwak_proto/qwak/logging/log_line_pb2.py +8 -25
  161. _qwak_proto/qwak/logging/log_reader_service_pb2.py +10 -27
  162. _qwak_proto/qwak/logging/log_source_pb2.py +30 -134
  163. _qwak_proto/qwak/model_descriptor/open_ai_descriptor_pb2.py +18 -74
  164. _qwak_proto/qwak/model_group/model_group_pb2.py +14 -47
  165. _qwak_proto/qwak/model_group/model_group_repository_details_pb2.py +18 -74
  166. _qwak_proto/qwak/models/models_pb2.py +88 -405
  167. _qwak_proto/qwak/models/models_query_pb2.py +16 -56
  168. _qwak_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py +30 -127
  169. _qwak_proto/qwak/monitoring/v0/alerting_channel_pb2.py +34 -152
  170. _qwak_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py +14 -47
  171. _qwak_proto/qwak/offline/serving/v1/feature_values_pb2.py +6 -14
  172. _qwak_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py +30 -123
  173. _qwak_proto/qwak/offline/serving/v1/options_pb2.py +6 -14
  174. _qwak_proto/qwak/offline/serving/v1/population_pb2.py +14 -54
  175. _qwak_proto/qwak/projects/jfrog_project_spec_pb2.py +6 -14
  176. _qwak_proto/qwak/projects/projects_pb2.py +44 -190
  177. _qwak_proto/qwak/prompt/v1/prompt/prompt_manager_service_pb2.py +54 -247
  178. _qwak_proto/qwak/prompt/v1/prompt/prompt_pb2.py +46 -214
  179. _qwak_proto/qwak/secret_service/secret_service_pb2.py +18 -67
  180. _qwak_proto/qwak/self_service/account/v0/account_membership_pb2.py +24 -106
  181. _qwak_proto/qwak/self_service/account/v0/account_membership_service_pb2.py +50 -227
  182. _qwak_proto/qwak/self_service/account/v0/account_status_pb2.py +16 -65
  183. _qwak_proto/qwak/self_service/account/v0/managing_account_pb2.py +30 -131
  184. _qwak_proto/qwak/self_service/account/v0/managing_account_service_pb2.py +22 -87
  185. _qwak_proto/qwak/self_service/user/v1/api_key_pb2.py +6 -14
  186. _qwak_proto/qwak/self_service/user/v1/user_pb2.py +6 -14
  187. _qwak_proto/qwak/self_service/user/v1/user_service_pb2.py +30 -121
  188. _qwak_proto/qwak/service_discovery/service_discovery_location_pb2.py +12 -44
  189. _qwak_proto/qwak/service_discovery/service_discovery_location_service_pb2.py +10 -27
  190. _qwak_proto/qwak/traffic/v1/traffic_api_pb2.py +22 -87
  191. _qwak_proto/qwak/traffic/v1/traffic_pb2.py +26 -113
  192. _qwak_proto/qwak/user_application/common/v0/resources_pb2.py +30 -138
  193. _qwak_proto/qwak/user_application/v0/user_application_pb2.py +10 -43
  194. _qwak_proto/qwak/vectors/v1/collection/collection_pb2.py +24 -106
  195. _qwak_proto/qwak/vectors/v1/collection/collection_service_pb2.py +38 -167
  196. _qwak_proto/qwak/vectors/v1/collection/event/collection_event_pb2.py +6 -14
  197. _qwak_proto/qwak/vectors/v1/filters_pb2.py +30 -134
  198. _qwak_proto/qwak/vectors/v1/vector_pb2.py +14 -54
  199. _qwak_proto/qwak/vectors/v1/vector_service_pb2.py +26 -107
  200. _qwak_proto/qwak/workspace/workspace_pb2.py +22 -107
  201. _qwak_proto/qwak/workspace/workspace_service_pb2.py +62 -287
  202. frogml_storage/__init__.py +1 -1
  203. qwak/__init__.py +1 -1
  204. qwak/inner/build_logic/phases/phase_010_fetch_model/post_fetch_validation_step.py +1 -1
  205. {qwak_core-0.4.284.dist-info → qwak_core-0.4.285.dist-info}/METADATA +4 -5
  206. {qwak_core-0.4.284.dist-info → qwak_core-0.4.285.dist-info}/RECORD +207 -207
  207. {qwak_core-0.4.284.dist-info → qwak_core-0.4.285.dist-info}/WHEEL +0 -0
@@ -2,12 +2,10 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # source: qwak/integration/integration.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()
@@ -23,131 +21,35 @@ from _qwak_proto.qwak.integration import hugging_face_integration_pb2 as qwak_do
23
21
 
24
22
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"qwak/integration/integration.proto\x12\x1bqwak.integration.management\x1a\x1fgoogle/protobuf/timestamp.proto\x1a+qwak/integration/open_a_i_integration.proto\x1a+qwak/integration/opsgenie_integration.proto\x1a,qwak/integration/pagerduty_integration.proto\x1a,qwak/integration/slack_app_integration.proto\x1a/qwak/integration/hugging_face_integration.proto\"\xac\x04\n\x0bIntegration\x12\x16\n\x0eintegration_id\x18\x01 \x01(\t\x12J\n\x11jfrog_integration\x18\x02 \x01(\x0b\x32-.qwak.integration.management.JFrogIntegrationH\x00\x12P\n\x14opsgenie_integration\x18\x03 \x01(\x0b\x32\x30.qwak.integration.management.OpsgenieIntegrationH\x00\x12R\n\x15pagerduty_integration\x18\x04 \x01(\x0b\x32\x31.qwak.integration.management.PagerdutyIntegrationH\x00\x12V\n\x1aqwak_slack_app_integration\x18\x05 \x01(\x0b\x32\x30.qwak.integration.management.SlackAppIntegrationH\x00\x12L\n\x12openai_integration\x18\x07 \x01(\x0b\x32..qwak.integration.management.OpenAIIntegrationH\x00\x12W\n\x18hugging_face_integration\x18\x08 \x01(\x0b\x32\x33.qwak.integration.management.HuggingFaceIntegrationH\x00\x12\x0c\n\x04name\x18\x06 \x01(\tB\x06\n\x04type\"\xce\x04\n\x0fIntegrationSpec\x12S\n\x16jfrog_integration_spec\x18\x01 \x01(\x0b\x32\x31.qwak.integration.management.JFrogIntegrationSpecH\x00\x12Y\n\x19opsgenie_integration_spec\x18\x02 \x01(\x0b\x32\x34.qwak.integration.management.OpsgenieIntegrationSpecH\x00\x12[\n\x1apagerduty_integration_spec\x18\x03 \x01(\x0b\x32\x35.qwak.integration.management.PagerdutyIntegrationSpecH\x00\x12_\n\x1fqwak_slack_app_integration_spec\x18\x04 \x01(\x0b\x32\x34.qwak.integration.management.SlackAppIntegrationSpecH\x00\x12U\n\x17openai_integration_spec\x18\x06 \x01(\x0b\x32\x32.qwak.integration.management.OpenAIIntegrationSpecH\x00\x12`\n\x1dhugging_face_integration_spec\x18\x07 \x01(\x0b\x32\x37.qwak.integration.management.HuggingFaceIntegrationSpecH\x00\x12\x0c\n\x04name\x18\x05 \x01(\tB\x06\n\x04spec\"V\n\x10JFrogIntegration\x12\x42\n\x0ejfrog_settings\x18\x01 \x01(\x0b\x32*.qwak.integration.management.JFrogSettings\"o\n\x14JFrogIntegrationSpec\x12\x13\n\x0b\x61\x64min_token\x18\x01 \x01(\t\x12\x42\n\x0ejfrog_settings\x18\x02 \x01(\x0b\x32*.qwak.integration.management.JFrogSettings\"\xb3\x01\n\rJFrogSettings\x12\x10\n\x08\x62\x61se_url\x18\x01 \x01(\t\x12\x1b\n\x13python_repositories\x18\x02 \x03(\t\x12\x1e\n\x16huggingface_repository\x18\x03 \x01(\t\x12%\n\x1d\x61llow_additional_repositories\x18\x04 \x01(\x08\x12,\n$create_huggingface_remote_repository\x18\x05 \x01(\x08\"\xbe\x04\n\x19IntegrationValidationSpec\x12Q\n\x15jfrog_validation_spec\x18\x01 \x01(\x0b\x32\x30.qwak.integration.management.JFrogValidationSpecH\x00\x12W\n\x18opsgenie_validation_spec\x18\x02 \x01(\x0b\x32\x33.qwak.integration.management.OpsgenieValidationSpecH\x00\x12Y\n\x19pagerduty_validation_spec\x18\x03 \x01(\x0b\x32\x34.qwak.integration.management.PagerdutyValidationSpecH\x00\x12]\n\x1eqwak_slack_app_validation_spec\x18\x04 \x01(\x0b\x32\x33.qwak.integration.management.SlackAppValidationSpecH\x00\x12S\n\x16openai_validation_spec\x18\x05 \x01(\x0b\x32\x31.qwak.integration.management.OpenAIValidationSpecH\x00\x12^\n\x1chugging_face_validation_spec\x18\x06 \x01(\x0b\x32\x36.qwak.integration.management.HuggingFaceValidationSpecH\x00\x42\x06\n\x04type\"<\n\x13JFrogValidationSpec\x12\x13\n\x0b\x61\x64min_token\x18\x01 \x01(\t\x12\x10\n\x08\x62\x61se_url\x18\x02 \x01(\t\"\xe7\x04\n\x12IntegrationOptions\x12Y\n\x19jfrog_integration_options\x18\x01 \x01(\x0b\x32\x34.qwak.integration.management.JFrogIntegrationOptionsH\x00\x12_\n\x1copsgenie_integration_options\x18\x02 \x01(\x0b\x32\x37.qwak.integration.management.OpsgenieIntegrationOptionsH\x00\x12\x61\n\x1dpagerduty_integration_options\x18\x03 \x01(\x0b\x32\x38.qwak.integration.management.PagerdutyIntegrationOptionsH\x00\x12\x65\n\"qwak_slack_app_integration_options\x18\x04 \x01(\x0b\x32\x37.qwak.integration.management.SlackAppIntegrationOptionsH\x00\x12[\n\x1aopenai_integration_options\x18\x05 \x01(\x0b\x32\x35.qwak.integration.management.OpenAIIntegrationOptionsH\x00\x12\x66\n hugging_face_integration_options\x18\x06 \x01(\x0b\x32:.qwak.integration.management.HuggingFaceIntegrationOptionsH\x00\x42\x06\n\x04type\"\xd8\x01\n\x17JFrogIntegrationOptions\x12[\n%available_private_python_repositories\x18\x01 \x03(\x0b\x32,.qwak.integration.management.JfrogRepository\x12`\n*available_private_huggingface_repositories\x18\x02 \x03(\x0b\x32,.qwak.integration.management.JfrogRepository\"\x1f\n\x0fJfrogRepository\x12\x0c\n\x04name\x18\x01 \x01(\t\"\x8d\x01\n\x1bValidationIntegrationResult\x12\x15\n\ris_successful\x18\x01 \x01(\x08\x12@\n\x07options\x18\x02 \x01(\x0b\x32/.qwak.integration.management.IntegrationOptions\x12\x15\n\rerror_message\x18\x03 \x01(\t*\xef\x01\n\x0fIntegrationType\x12\x1c\n\x18INTEGRATION_TYPE_INVALID\x10\x00\x12\x1a\n\x16INTEGRATION_TYPE_JFROG\x10\x01\x12\x1d\n\x19INTEGRATION_TYPE_OPSGENIE\x10\x02\x12\x1e\n\x1aINTEGRATION_TYPE_PAGERDUTY\x10\x03\x12#\n\x1fINTEGRATION_TYPE_QWAK_SLACK_APP\x10\x04\x12\x1b\n\x17INTEGRATION_TYPE_OPENAI\x10\x05\x12!\n\x1dINTEGRATION_TYPE_HUGGING_FACE\x10\x06\x42H\n&com.qwak.ai.management.integration.apiP\x01Z\x1cqwak/integration;integrationb\x06proto3')
25
23
 
26
- _INTEGRATIONTYPE = DESCRIPTOR.enum_types_by_name['IntegrationType']
27
- IntegrationType = enum_type_wrapper.EnumTypeWrapper(_INTEGRATIONTYPE)
28
- INTEGRATION_TYPE_INVALID = 0
29
- INTEGRATION_TYPE_JFROG = 1
30
- INTEGRATION_TYPE_OPSGENIE = 2
31
- INTEGRATION_TYPE_PAGERDUTY = 3
32
- INTEGRATION_TYPE_QWAK_SLACK_APP = 4
33
- INTEGRATION_TYPE_OPENAI = 5
34
- INTEGRATION_TYPE_HUGGING_FACE = 6
35
-
36
-
37
- _INTEGRATION = DESCRIPTOR.message_types_by_name['Integration']
38
- _INTEGRATIONSPEC = DESCRIPTOR.message_types_by_name['IntegrationSpec']
39
- _JFROGINTEGRATION = DESCRIPTOR.message_types_by_name['JFrogIntegration']
40
- _JFROGINTEGRATIONSPEC = DESCRIPTOR.message_types_by_name['JFrogIntegrationSpec']
41
- _JFROGSETTINGS = DESCRIPTOR.message_types_by_name['JFrogSettings']
42
- _INTEGRATIONVALIDATIONSPEC = DESCRIPTOR.message_types_by_name['IntegrationValidationSpec']
43
- _JFROGVALIDATIONSPEC = DESCRIPTOR.message_types_by_name['JFrogValidationSpec']
44
- _INTEGRATIONOPTIONS = DESCRIPTOR.message_types_by_name['IntegrationOptions']
45
- _JFROGINTEGRATIONOPTIONS = DESCRIPTOR.message_types_by_name['JFrogIntegrationOptions']
46
- _JFROGREPOSITORY = DESCRIPTOR.message_types_by_name['JfrogRepository']
47
- _VALIDATIONINTEGRATIONRESULT = DESCRIPTOR.message_types_by_name['ValidationIntegrationResult']
48
- Integration = _reflection.GeneratedProtocolMessageType('Integration', (_message.Message,), {
49
- 'DESCRIPTOR' : _INTEGRATION,
50
- '__module__' : 'qwak.integration.integration_pb2'
51
- # @@protoc_insertion_point(class_scope:qwak.integration.management.Integration)
52
- })
53
- _sym_db.RegisterMessage(Integration)
54
-
55
- IntegrationSpec = _reflection.GeneratedProtocolMessageType('IntegrationSpec', (_message.Message,), {
56
- 'DESCRIPTOR' : _INTEGRATIONSPEC,
57
- '__module__' : 'qwak.integration.integration_pb2'
58
- # @@protoc_insertion_point(class_scope:qwak.integration.management.IntegrationSpec)
59
- })
60
- _sym_db.RegisterMessage(IntegrationSpec)
61
-
62
- JFrogIntegration = _reflection.GeneratedProtocolMessageType('JFrogIntegration', (_message.Message,), {
63
- 'DESCRIPTOR' : _JFROGINTEGRATION,
64
- '__module__' : 'qwak.integration.integration_pb2'
65
- # @@protoc_insertion_point(class_scope:qwak.integration.management.JFrogIntegration)
66
- })
67
- _sym_db.RegisterMessage(JFrogIntegration)
68
-
69
- JFrogIntegrationSpec = _reflection.GeneratedProtocolMessageType('JFrogIntegrationSpec', (_message.Message,), {
70
- 'DESCRIPTOR' : _JFROGINTEGRATIONSPEC,
71
- '__module__' : 'qwak.integration.integration_pb2'
72
- # @@protoc_insertion_point(class_scope:qwak.integration.management.JFrogIntegrationSpec)
73
- })
74
- _sym_db.RegisterMessage(JFrogIntegrationSpec)
75
-
76
- JFrogSettings = _reflection.GeneratedProtocolMessageType('JFrogSettings', (_message.Message,), {
77
- 'DESCRIPTOR' : _JFROGSETTINGS,
78
- '__module__' : 'qwak.integration.integration_pb2'
79
- # @@protoc_insertion_point(class_scope:qwak.integration.management.JFrogSettings)
80
- })
81
- _sym_db.RegisterMessage(JFrogSettings)
82
-
83
- IntegrationValidationSpec = _reflection.GeneratedProtocolMessageType('IntegrationValidationSpec', (_message.Message,), {
84
- 'DESCRIPTOR' : _INTEGRATIONVALIDATIONSPEC,
85
- '__module__' : 'qwak.integration.integration_pb2'
86
- # @@protoc_insertion_point(class_scope:qwak.integration.management.IntegrationValidationSpec)
87
- })
88
- _sym_db.RegisterMessage(IntegrationValidationSpec)
89
-
90
- JFrogValidationSpec = _reflection.GeneratedProtocolMessageType('JFrogValidationSpec', (_message.Message,), {
91
- 'DESCRIPTOR' : _JFROGVALIDATIONSPEC,
92
- '__module__' : 'qwak.integration.integration_pb2'
93
- # @@protoc_insertion_point(class_scope:qwak.integration.management.JFrogValidationSpec)
94
- })
95
- _sym_db.RegisterMessage(JFrogValidationSpec)
96
-
97
- IntegrationOptions = _reflection.GeneratedProtocolMessageType('IntegrationOptions', (_message.Message,), {
98
- 'DESCRIPTOR' : _INTEGRATIONOPTIONS,
99
- '__module__' : 'qwak.integration.integration_pb2'
100
- # @@protoc_insertion_point(class_scope:qwak.integration.management.IntegrationOptions)
101
- })
102
- _sym_db.RegisterMessage(IntegrationOptions)
103
-
104
- JFrogIntegrationOptions = _reflection.GeneratedProtocolMessageType('JFrogIntegrationOptions', (_message.Message,), {
105
- 'DESCRIPTOR' : _JFROGINTEGRATIONOPTIONS,
106
- '__module__' : 'qwak.integration.integration_pb2'
107
- # @@protoc_insertion_point(class_scope:qwak.integration.management.JFrogIntegrationOptions)
108
- })
109
- _sym_db.RegisterMessage(JFrogIntegrationOptions)
110
-
111
- JfrogRepository = _reflection.GeneratedProtocolMessageType('JfrogRepository', (_message.Message,), {
112
- 'DESCRIPTOR' : _JFROGREPOSITORY,
113
- '__module__' : 'qwak.integration.integration_pb2'
114
- # @@protoc_insertion_point(class_scope:qwak.integration.management.JfrogRepository)
115
- })
116
- _sym_db.RegisterMessage(JfrogRepository)
117
-
118
- ValidationIntegrationResult = _reflection.GeneratedProtocolMessageType('ValidationIntegrationResult', (_message.Message,), {
119
- 'DESCRIPTOR' : _VALIDATIONINTEGRATIONRESULT,
120
- '__module__' : 'qwak.integration.integration_pb2'
121
- # @@protoc_insertion_point(class_scope:qwak.integration.management.ValidationIntegrationResult)
122
- })
123
- _sym_db.RegisterMessage(ValidationIntegrationResult)
124
-
24
+ _globals = globals()
25
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
26
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.integration.integration_pb2', _globals)
125
27
  if _descriptor._USE_C_DESCRIPTORS == False:
126
28
 
127
29
  DESCRIPTOR._options = None
128
30
  DESCRIPTOR._serialized_options = b'\n&com.qwak.ai.management.integration.apiP\001Z\034qwak/integration;integration'
129
- _INTEGRATIONTYPE._serialized_start=3520
130
- _INTEGRATIONTYPE._serialized_end=3759
131
- _INTEGRATION._serialized_start=332
132
- _INTEGRATION._serialized_end=888
133
- _INTEGRATIONSPEC._serialized_start=891
134
- _INTEGRATIONSPEC._serialized_end=1481
135
- _JFROGINTEGRATION._serialized_start=1483
136
- _JFROGINTEGRATION._serialized_end=1569
137
- _JFROGINTEGRATIONSPEC._serialized_start=1571
138
- _JFROGINTEGRATIONSPEC._serialized_end=1682
139
- _JFROGSETTINGS._serialized_start=1685
140
- _JFROGSETTINGS._serialized_end=1864
141
- _INTEGRATIONVALIDATIONSPEC._serialized_start=1867
142
- _INTEGRATIONVALIDATIONSPEC._serialized_end=2441
143
- _JFROGVALIDATIONSPEC._serialized_start=2443
144
- _JFROGVALIDATIONSPEC._serialized_end=2503
145
- _INTEGRATIONOPTIONS._serialized_start=2506
146
- _INTEGRATIONOPTIONS._serialized_end=3121
147
- _JFROGINTEGRATIONOPTIONS._serialized_start=3124
148
- _JFROGINTEGRATIONOPTIONS._serialized_end=3340
149
- _JFROGREPOSITORY._serialized_start=3342
150
- _JFROGREPOSITORY._serialized_end=3373
151
- _VALIDATIONINTEGRATIONRESULT._serialized_start=3376
152
- _VALIDATIONINTEGRATIONRESULT._serialized_end=3517
31
+ _globals['_INTEGRATIONTYPE']._serialized_start=3520
32
+ _globals['_INTEGRATIONTYPE']._serialized_end=3759
33
+ _globals['_INTEGRATION']._serialized_start=332
34
+ _globals['_INTEGRATION']._serialized_end=888
35
+ _globals['_INTEGRATIONSPEC']._serialized_start=891
36
+ _globals['_INTEGRATIONSPEC']._serialized_end=1481
37
+ _globals['_JFROGINTEGRATION']._serialized_start=1483
38
+ _globals['_JFROGINTEGRATION']._serialized_end=1569
39
+ _globals['_JFROGINTEGRATIONSPEC']._serialized_start=1571
40
+ _globals['_JFROGINTEGRATIONSPEC']._serialized_end=1682
41
+ _globals['_JFROGSETTINGS']._serialized_start=1685
42
+ _globals['_JFROGSETTINGS']._serialized_end=1864
43
+ _globals['_INTEGRATIONVALIDATIONSPEC']._serialized_start=1867
44
+ _globals['_INTEGRATIONVALIDATIONSPEC']._serialized_end=2441
45
+ _globals['_JFROGVALIDATIONSPEC']._serialized_start=2443
46
+ _globals['_JFROGVALIDATIONSPEC']._serialized_end=2503
47
+ _globals['_INTEGRATIONOPTIONS']._serialized_start=2506
48
+ _globals['_INTEGRATIONOPTIONS']._serialized_end=3121
49
+ _globals['_JFROGINTEGRATIONOPTIONS']._serialized_start=3124
50
+ _globals['_JFROGINTEGRATIONOPTIONS']._serialized_end=3340
51
+ _globals['_JFROGREPOSITORY']._serialized_start=3342
52
+ _globals['_JFROGREPOSITORY']._serialized_end=3373
53
+ _globals['_VALIDATIONINTEGRATIONRESULT']._serialized_start=3376
54
+ _globals['_VALIDATIONINTEGRATIONRESULT']._serialized_end=3517
153
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()
@@ -17,153 +16,41 @@ from _qwak_proto.qwak.integration import integration_pb2 as qwak_dot_integration
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*qwak/integration/integration_service.proto\x12\x1bqwak.integration.management\x1a\"qwak/integration/integration.proto\"b\n\x18\x43reateIntegrationRequest\x12\x46\n\x10integration_spec\x18\x01 \x01(\x0b\x32,.qwak.integration.management.IntegrationSpec\"a\n\x19\x43reateIntegrationResponse\x12\x16\n\x0eintegration_id\x18\x01 \x01(\t\x12\x15\n\ris_successful\x18\x02 \x01(\x08\x12\x15\n\rerror_message\x18\x03 \x01(\t\"/\n\x15GetIntegrationRequest\x12\x16\n\x0eintegration_id\x18\x01 \x01(\t\"W\n\x16GetIntegrationResponse\x12=\n\x0bintegration\x18\x01 \x01(\x0b\x32(.qwak.integration.management.Integration\"\x18\n\x16ListIntegrationRequest\"Z\n\x18ListIntegrationsResponse\x12>\n\x0cintegrations\x18\x01 \x03(\x0b\x32(.qwak.integration.management.Integration\"z\n\x18UpdateIntegrationRequest\x12\x16\n\x0eintegration_id\x18\x01 \x01(\t\x12\x46\n\x10integration_spec\x18\x02 \x01(\x0b\x32,.qwak.integration.management.IntegrationSpec\"\x1b\n\x19UpdateIntegrationResponse\"2\n\x18\x44\x65leteIntegrationRequest\x12\x16\n\x0eintegration_id\x18\x01 \x01(\t\"\x1b\n\x19\x44\x65leteIntegrationResponse\"m\n\x1aValidateIntegrationRequest\x12O\n\x0fvalidation_spec\x18\x01 \x01(\x0b\x32\x36.qwak.integration.management.IntegrationValidationSpec\"g\n\x1bValidateIntegrationResponse\x12H\n\x06result\x18\x01 \x01(\x0b\x32\x38.qwak.integration.management.ValidationIntegrationResult\"6\n\x1cGetIntegrationOptionsRequest\x12\x16\n\x0eintegration_id\x18\x01 \x01(\t\"a\n\x1dGetIntegrationOptionsResponse\x12@\n\x07options\x18\x01 \x01(\x0b\x32/.qwak.integration.management.IntegrationOptions2\xc4\x07\n\x1cIntegrationManagementService\x12\x82\x01\n\x11\x43reateIntegration\x12\x35.qwak.integration.management.CreateIntegrationRequest\x1a\x36.qwak.integration.management.CreateIntegrationResponse\x12y\n\x0eGetIntegration\x12\x32.qwak.integration.management.GetIntegrationRequest\x1a\x33.qwak.integration.management.GetIntegrationResponse\x12~\n\x10ListIntegrations\x12\x33.qwak.integration.management.ListIntegrationRequest\x1a\x35.qwak.integration.management.ListIntegrationsResponse\x12\x82\x01\n\x11UpdateIntegration\x12\x35.qwak.integration.management.UpdateIntegrationRequest\x1a\x36.qwak.integration.management.UpdateIntegrationResponse\x12\x82\x01\n\x11\x44\x65leteIntegration\x12\x35.qwak.integration.management.DeleteIntegrationRequest\x1a\x36.qwak.integration.management.DeleteIntegrationResponse\x12\x88\x01\n\x13ValidateIntegration\x12\x37.qwak.integration.management.ValidateIntegrationRequest\x1a\x38.qwak.integration.management.ValidateIntegrationResponse\x12\x8e\x01\n\x15GetIntegrationOptions\x12\x39.qwak.integration.management.GetIntegrationOptionsRequest\x1a:.qwak.integration.management.GetIntegrationOptionsResponseBH\n&com.qwak.ai.management.integration.apiP\x01Z\x1cqwak/integration;integrationb\x06proto3')
19
18
 
20
-
21
-
22
- _CREATEINTEGRATIONREQUEST = DESCRIPTOR.message_types_by_name['CreateIntegrationRequest']
23
- _CREATEINTEGRATIONRESPONSE = DESCRIPTOR.message_types_by_name['CreateIntegrationResponse']
24
- _GETINTEGRATIONREQUEST = DESCRIPTOR.message_types_by_name['GetIntegrationRequest']
25
- _GETINTEGRATIONRESPONSE = DESCRIPTOR.message_types_by_name['GetIntegrationResponse']
26
- _LISTINTEGRATIONREQUEST = DESCRIPTOR.message_types_by_name['ListIntegrationRequest']
27
- _LISTINTEGRATIONSRESPONSE = DESCRIPTOR.message_types_by_name['ListIntegrationsResponse']
28
- _UPDATEINTEGRATIONREQUEST = DESCRIPTOR.message_types_by_name['UpdateIntegrationRequest']
29
- _UPDATEINTEGRATIONRESPONSE = DESCRIPTOR.message_types_by_name['UpdateIntegrationResponse']
30
- _DELETEINTEGRATIONREQUEST = DESCRIPTOR.message_types_by_name['DeleteIntegrationRequest']
31
- _DELETEINTEGRATIONRESPONSE = DESCRIPTOR.message_types_by_name['DeleteIntegrationResponse']
32
- _VALIDATEINTEGRATIONREQUEST = DESCRIPTOR.message_types_by_name['ValidateIntegrationRequest']
33
- _VALIDATEINTEGRATIONRESPONSE = DESCRIPTOR.message_types_by_name['ValidateIntegrationResponse']
34
- _GETINTEGRATIONOPTIONSREQUEST = DESCRIPTOR.message_types_by_name['GetIntegrationOptionsRequest']
35
- _GETINTEGRATIONOPTIONSRESPONSE = DESCRIPTOR.message_types_by_name['GetIntegrationOptionsResponse']
36
- CreateIntegrationRequest = _reflection.GeneratedProtocolMessageType('CreateIntegrationRequest', (_message.Message,), {
37
- 'DESCRIPTOR' : _CREATEINTEGRATIONREQUEST,
38
- '__module__' : 'qwak.integration.integration_service_pb2'
39
- # @@protoc_insertion_point(class_scope:qwak.integration.management.CreateIntegrationRequest)
40
- })
41
- _sym_db.RegisterMessage(CreateIntegrationRequest)
42
-
43
- CreateIntegrationResponse = _reflection.GeneratedProtocolMessageType('CreateIntegrationResponse', (_message.Message,), {
44
- 'DESCRIPTOR' : _CREATEINTEGRATIONRESPONSE,
45
- '__module__' : 'qwak.integration.integration_service_pb2'
46
- # @@protoc_insertion_point(class_scope:qwak.integration.management.CreateIntegrationResponse)
47
- })
48
- _sym_db.RegisterMessage(CreateIntegrationResponse)
49
-
50
- GetIntegrationRequest = _reflection.GeneratedProtocolMessageType('GetIntegrationRequest', (_message.Message,), {
51
- 'DESCRIPTOR' : _GETINTEGRATIONREQUEST,
52
- '__module__' : 'qwak.integration.integration_service_pb2'
53
- # @@protoc_insertion_point(class_scope:qwak.integration.management.GetIntegrationRequest)
54
- })
55
- _sym_db.RegisterMessage(GetIntegrationRequest)
56
-
57
- GetIntegrationResponse = _reflection.GeneratedProtocolMessageType('GetIntegrationResponse', (_message.Message,), {
58
- 'DESCRIPTOR' : _GETINTEGRATIONRESPONSE,
59
- '__module__' : 'qwak.integration.integration_service_pb2'
60
- # @@protoc_insertion_point(class_scope:qwak.integration.management.GetIntegrationResponse)
61
- })
62
- _sym_db.RegisterMessage(GetIntegrationResponse)
63
-
64
- ListIntegrationRequest = _reflection.GeneratedProtocolMessageType('ListIntegrationRequest', (_message.Message,), {
65
- 'DESCRIPTOR' : _LISTINTEGRATIONREQUEST,
66
- '__module__' : 'qwak.integration.integration_service_pb2'
67
- # @@protoc_insertion_point(class_scope:qwak.integration.management.ListIntegrationRequest)
68
- })
69
- _sym_db.RegisterMessage(ListIntegrationRequest)
70
-
71
- ListIntegrationsResponse = _reflection.GeneratedProtocolMessageType('ListIntegrationsResponse', (_message.Message,), {
72
- 'DESCRIPTOR' : _LISTINTEGRATIONSRESPONSE,
73
- '__module__' : 'qwak.integration.integration_service_pb2'
74
- # @@protoc_insertion_point(class_scope:qwak.integration.management.ListIntegrationsResponse)
75
- })
76
- _sym_db.RegisterMessage(ListIntegrationsResponse)
77
-
78
- UpdateIntegrationRequest = _reflection.GeneratedProtocolMessageType('UpdateIntegrationRequest', (_message.Message,), {
79
- 'DESCRIPTOR' : _UPDATEINTEGRATIONREQUEST,
80
- '__module__' : 'qwak.integration.integration_service_pb2'
81
- # @@protoc_insertion_point(class_scope:qwak.integration.management.UpdateIntegrationRequest)
82
- })
83
- _sym_db.RegisterMessage(UpdateIntegrationRequest)
84
-
85
- UpdateIntegrationResponse = _reflection.GeneratedProtocolMessageType('UpdateIntegrationResponse', (_message.Message,), {
86
- 'DESCRIPTOR' : _UPDATEINTEGRATIONRESPONSE,
87
- '__module__' : 'qwak.integration.integration_service_pb2'
88
- # @@protoc_insertion_point(class_scope:qwak.integration.management.UpdateIntegrationResponse)
89
- })
90
- _sym_db.RegisterMessage(UpdateIntegrationResponse)
91
-
92
- DeleteIntegrationRequest = _reflection.GeneratedProtocolMessageType('DeleteIntegrationRequest', (_message.Message,), {
93
- 'DESCRIPTOR' : _DELETEINTEGRATIONREQUEST,
94
- '__module__' : 'qwak.integration.integration_service_pb2'
95
- # @@protoc_insertion_point(class_scope:qwak.integration.management.DeleteIntegrationRequest)
96
- })
97
- _sym_db.RegisterMessage(DeleteIntegrationRequest)
98
-
99
- DeleteIntegrationResponse = _reflection.GeneratedProtocolMessageType('DeleteIntegrationResponse', (_message.Message,), {
100
- 'DESCRIPTOR' : _DELETEINTEGRATIONRESPONSE,
101
- '__module__' : 'qwak.integration.integration_service_pb2'
102
- # @@protoc_insertion_point(class_scope:qwak.integration.management.DeleteIntegrationResponse)
103
- })
104
- _sym_db.RegisterMessage(DeleteIntegrationResponse)
105
-
106
- ValidateIntegrationRequest = _reflection.GeneratedProtocolMessageType('ValidateIntegrationRequest', (_message.Message,), {
107
- 'DESCRIPTOR' : _VALIDATEINTEGRATIONREQUEST,
108
- '__module__' : 'qwak.integration.integration_service_pb2'
109
- # @@protoc_insertion_point(class_scope:qwak.integration.management.ValidateIntegrationRequest)
110
- })
111
- _sym_db.RegisterMessage(ValidateIntegrationRequest)
112
-
113
- ValidateIntegrationResponse = _reflection.GeneratedProtocolMessageType('ValidateIntegrationResponse', (_message.Message,), {
114
- 'DESCRIPTOR' : _VALIDATEINTEGRATIONRESPONSE,
115
- '__module__' : 'qwak.integration.integration_service_pb2'
116
- # @@protoc_insertion_point(class_scope:qwak.integration.management.ValidateIntegrationResponse)
117
- })
118
- _sym_db.RegisterMessage(ValidateIntegrationResponse)
119
-
120
- GetIntegrationOptionsRequest = _reflection.GeneratedProtocolMessageType('GetIntegrationOptionsRequest', (_message.Message,), {
121
- 'DESCRIPTOR' : _GETINTEGRATIONOPTIONSREQUEST,
122
- '__module__' : 'qwak.integration.integration_service_pb2'
123
- # @@protoc_insertion_point(class_scope:qwak.integration.management.GetIntegrationOptionsRequest)
124
- })
125
- _sym_db.RegisterMessage(GetIntegrationOptionsRequest)
126
-
127
- GetIntegrationOptionsResponse = _reflection.GeneratedProtocolMessageType('GetIntegrationOptionsResponse', (_message.Message,), {
128
- 'DESCRIPTOR' : _GETINTEGRATIONOPTIONSRESPONSE,
129
- '__module__' : 'qwak.integration.integration_service_pb2'
130
- # @@protoc_insertion_point(class_scope:qwak.integration.management.GetIntegrationOptionsResponse)
131
- })
132
- _sym_db.RegisterMessage(GetIntegrationOptionsResponse)
133
-
134
- _INTEGRATIONMANAGEMENTSERVICE = DESCRIPTOR.services_by_name['IntegrationManagementService']
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.integration.integration_service_pb2', _globals)
135
22
  if _descriptor._USE_C_DESCRIPTORS == False:
136
23
 
137
24
  DESCRIPTOR._options = None
138
25
  DESCRIPTOR._serialized_options = b'\n&com.qwak.ai.management.integration.apiP\001Z\034qwak/integration;integration'
139
- _CREATEINTEGRATIONREQUEST._serialized_start=111
140
- _CREATEINTEGRATIONREQUEST._serialized_end=209
141
- _CREATEINTEGRATIONRESPONSE._serialized_start=211
142
- _CREATEINTEGRATIONRESPONSE._serialized_end=308
143
- _GETINTEGRATIONREQUEST._serialized_start=310
144
- _GETINTEGRATIONREQUEST._serialized_end=357
145
- _GETINTEGRATIONRESPONSE._serialized_start=359
146
- _GETINTEGRATIONRESPONSE._serialized_end=446
147
- _LISTINTEGRATIONREQUEST._serialized_start=448
148
- _LISTINTEGRATIONREQUEST._serialized_end=472
149
- _LISTINTEGRATIONSRESPONSE._serialized_start=474
150
- _LISTINTEGRATIONSRESPONSE._serialized_end=564
151
- _UPDATEINTEGRATIONREQUEST._serialized_start=566
152
- _UPDATEINTEGRATIONREQUEST._serialized_end=688
153
- _UPDATEINTEGRATIONRESPONSE._serialized_start=690
154
- _UPDATEINTEGRATIONRESPONSE._serialized_end=717
155
- _DELETEINTEGRATIONREQUEST._serialized_start=719
156
- _DELETEINTEGRATIONREQUEST._serialized_end=769
157
- _DELETEINTEGRATIONRESPONSE._serialized_start=771
158
- _DELETEINTEGRATIONRESPONSE._serialized_end=798
159
- _VALIDATEINTEGRATIONREQUEST._serialized_start=800
160
- _VALIDATEINTEGRATIONREQUEST._serialized_end=909
161
- _VALIDATEINTEGRATIONRESPONSE._serialized_start=911
162
- _VALIDATEINTEGRATIONRESPONSE._serialized_end=1014
163
- _GETINTEGRATIONOPTIONSREQUEST._serialized_start=1016
164
- _GETINTEGRATIONOPTIONSREQUEST._serialized_end=1070
165
- _GETINTEGRATIONOPTIONSRESPONSE._serialized_start=1072
166
- _GETINTEGRATIONOPTIONSRESPONSE._serialized_end=1169
167
- _INTEGRATIONMANAGEMENTSERVICE._serialized_start=1172
168
- _INTEGRATIONMANAGEMENTSERVICE._serialized_end=2136
26
+ _globals['_CREATEINTEGRATIONREQUEST']._serialized_start=111
27
+ _globals['_CREATEINTEGRATIONREQUEST']._serialized_end=209
28
+ _globals['_CREATEINTEGRATIONRESPONSE']._serialized_start=211
29
+ _globals['_CREATEINTEGRATIONRESPONSE']._serialized_end=308
30
+ _globals['_GETINTEGRATIONREQUEST']._serialized_start=310
31
+ _globals['_GETINTEGRATIONREQUEST']._serialized_end=357
32
+ _globals['_GETINTEGRATIONRESPONSE']._serialized_start=359
33
+ _globals['_GETINTEGRATIONRESPONSE']._serialized_end=446
34
+ _globals['_LISTINTEGRATIONREQUEST']._serialized_start=448
35
+ _globals['_LISTINTEGRATIONREQUEST']._serialized_end=472
36
+ _globals['_LISTINTEGRATIONSRESPONSE']._serialized_start=474
37
+ _globals['_LISTINTEGRATIONSRESPONSE']._serialized_end=564
38
+ _globals['_UPDATEINTEGRATIONREQUEST']._serialized_start=566
39
+ _globals['_UPDATEINTEGRATIONREQUEST']._serialized_end=688
40
+ _globals['_UPDATEINTEGRATIONRESPONSE']._serialized_start=690
41
+ _globals['_UPDATEINTEGRATIONRESPONSE']._serialized_end=717
42
+ _globals['_DELETEINTEGRATIONREQUEST']._serialized_start=719
43
+ _globals['_DELETEINTEGRATIONREQUEST']._serialized_end=769
44
+ _globals['_DELETEINTEGRATIONRESPONSE']._serialized_start=771
45
+ _globals['_DELETEINTEGRATIONRESPONSE']._serialized_end=798
46
+ _globals['_VALIDATEINTEGRATIONREQUEST']._serialized_start=800
47
+ _globals['_VALIDATEINTEGRATIONREQUEST']._serialized_end=909
48
+ _globals['_VALIDATEINTEGRATIONRESPONSE']._serialized_start=911
49
+ _globals['_VALIDATEINTEGRATIONRESPONSE']._serialized_end=1014
50
+ _globals['_GETINTEGRATIONOPTIONSREQUEST']._serialized_start=1016
51
+ _globals['_GETINTEGRATIONOPTIONSREQUEST']._serialized_end=1070
52
+ _globals['_GETINTEGRATIONOPTIONSRESPONSE']._serialized_start=1072
53
+ _globals['_GETINTEGRATIONOPTIONSRESPONSE']._serialized_end=1169
54
+ _globals['_INTEGRATIONMANAGEMENTSERVICE']._serialized_start=1172
55
+ _globals['_INTEGRATIONMANAGEMENTSERVICE']._serialized_end=2136
169
56
  # @@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,70 +15,23 @@ _sym_db = _symbol_database.Default()
16
15
 
17
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+qwak/integration/open_a_i_integration.proto\x12\x1bqwak.integration.management\"\x8f\x01\n\x11OpenAIIntegration\x12r\n\'openai_api_key_system_secret_descriptor\x18\x01 \x01(\x0b\x32?.qwak.integration.management.OpenAIApiKeySystemSecretDescriptorH\x00\x42\x06\n\x04\x61uth\"z\n\x15OpenAIIntegrationSpec\x12Y\n\x1aopenai_api_key_auth_config\x18\x01 \x01(\x0b\x32\x33.qwak.integration.management.OpenAIApiKeyAuthConfigH\x00\x42\x06\n\x04\x61uth\")\n\x16OpenAIApiKeyAuthConfig\x12\x0f\n\x07\x61pi_key\x18\x01 \x01(\t\"U\n\"OpenAIApiKeySystemSecretDescriptor\x12\x13\n\x0bsecret_name\x18\x01 \x01(\t\x12\x1a\n\x12\x61pi_key_secret_key\x18\x02 \x01(\t\"y\n\x14OpenAIValidationSpec\x12Y\n\x1aopenai_api_key_auth_config\x18\x01 \x01(\x0b\x32\x33.qwak.integration.management.OpenAIApiKeyAuthConfigH\x00\x42\x06\n\x04\x61uth\"\x1a\n\x18OpenAIIntegrationOptionsBH\n&com.qwak.ai.management.integration.apiP\x01Z\x1cqwak/integration;integrationb\x06proto3')
18
17
 
19
-
20
-
21
- _OPENAIINTEGRATION = DESCRIPTOR.message_types_by_name['OpenAIIntegration']
22
- _OPENAIINTEGRATIONSPEC = DESCRIPTOR.message_types_by_name['OpenAIIntegrationSpec']
23
- _OPENAIAPIKEYAUTHCONFIG = DESCRIPTOR.message_types_by_name['OpenAIApiKeyAuthConfig']
24
- _OPENAIAPIKEYSYSTEMSECRETDESCRIPTOR = DESCRIPTOR.message_types_by_name['OpenAIApiKeySystemSecretDescriptor']
25
- _OPENAIVALIDATIONSPEC = DESCRIPTOR.message_types_by_name['OpenAIValidationSpec']
26
- _OPENAIINTEGRATIONOPTIONS = DESCRIPTOR.message_types_by_name['OpenAIIntegrationOptions']
27
- OpenAIIntegration = _reflection.GeneratedProtocolMessageType('OpenAIIntegration', (_message.Message,), {
28
- 'DESCRIPTOR' : _OPENAIINTEGRATION,
29
- '__module__' : 'qwak.integration.open_a_i_integration_pb2'
30
- # @@protoc_insertion_point(class_scope:qwak.integration.management.OpenAIIntegration)
31
- })
32
- _sym_db.RegisterMessage(OpenAIIntegration)
33
-
34
- OpenAIIntegrationSpec = _reflection.GeneratedProtocolMessageType('OpenAIIntegrationSpec', (_message.Message,), {
35
- 'DESCRIPTOR' : _OPENAIINTEGRATIONSPEC,
36
- '__module__' : 'qwak.integration.open_a_i_integration_pb2'
37
- # @@protoc_insertion_point(class_scope:qwak.integration.management.OpenAIIntegrationSpec)
38
- })
39
- _sym_db.RegisterMessage(OpenAIIntegrationSpec)
40
-
41
- OpenAIApiKeyAuthConfig = _reflection.GeneratedProtocolMessageType('OpenAIApiKeyAuthConfig', (_message.Message,), {
42
- 'DESCRIPTOR' : _OPENAIAPIKEYAUTHCONFIG,
43
- '__module__' : 'qwak.integration.open_a_i_integration_pb2'
44
- # @@protoc_insertion_point(class_scope:qwak.integration.management.OpenAIApiKeyAuthConfig)
45
- })
46
- _sym_db.RegisterMessage(OpenAIApiKeyAuthConfig)
47
-
48
- OpenAIApiKeySystemSecretDescriptor = _reflection.GeneratedProtocolMessageType('OpenAIApiKeySystemSecretDescriptor', (_message.Message,), {
49
- 'DESCRIPTOR' : _OPENAIAPIKEYSYSTEMSECRETDESCRIPTOR,
50
- '__module__' : 'qwak.integration.open_a_i_integration_pb2'
51
- # @@protoc_insertion_point(class_scope:qwak.integration.management.OpenAIApiKeySystemSecretDescriptor)
52
- })
53
- _sym_db.RegisterMessage(OpenAIApiKeySystemSecretDescriptor)
54
-
55
- OpenAIValidationSpec = _reflection.GeneratedProtocolMessageType('OpenAIValidationSpec', (_message.Message,), {
56
- 'DESCRIPTOR' : _OPENAIVALIDATIONSPEC,
57
- '__module__' : 'qwak.integration.open_a_i_integration_pb2'
58
- # @@protoc_insertion_point(class_scope:qwak.integration.management.OpenAIValidationSpec)
59
- })
60
- _sym_db.RegisterMessage(OpenAIValidationSpec)
61
-
62
- OpenAIIntegrationOptions = _reflection.GeneratedProtocolMessageType('OpenAIIntegrationOptions', (_message.Message,), {
63
- 'DESCRIPTOR' : _OPENAIINTEGRATIONOPTIONS,
64
- '__module__' : 'qwak.integration.open_a_i_integration_pb2'
65
- # @@protoc_insertion_point(class_scope:qwak.integration.management.OpenAIIntegrationOptions)
66
- })
67
- _sym_db.RegisterMessage(OpenAIIntegrationOptions)
68
-
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.integration.open_a_i_integration_pb2', _globals)
69
21
  if _descriptor._USE_C_DESCRIPTORS == False:
70
22
 
71
23
  DESCRIPTOR._options = None
72
24
  DESCRIPTOR._serialized_options = b'\n&com.qwak.ai.management.integration.apiP\001Z\034qwak/integration;integration'
73
- _OPENAIINTEGRATION._serialized_start=77
74
- _OPENAIINTEGRATION._serialized_end=220
75
- _OPENAIINTEGRATIONSPEC._serialized_start=222
76
- _OPENAIINTEGRATIONSPEC._serialized_end=344
77
- _OPENAIAPIKEYAUTHCONFIG._serialized_start=346
78
- _OPENAIAPIKEYAUTHCONFIG._serialized_end=387
79
- _OPENAIAPIKEYSYSTEMSECRETDESCRIPTOR._serialized_start=389
80
- _OPENAIAPIKEYSYSTEMSECRETDESCRIPTOR._serialized_end=474
81
- _OPENAIVALIDATIONSPEC._serialized_start=476
82
- _OPENAIVALIDATIONSPEC._serialized_end=597
83
- _OPENAIINTEGRATIONOPTIONS._serialized_start=599
84
- _OPENAIINTEGRATIONOPTIONS._serialized_end=625
25
+ _globals['_OPENAIINTEGRATION']._serialized_start=77
26
+ _globals['_OPENAIINTEGRATION']._serialized_end=220
27
+ _globals['_OPENAIINTEGRATIONSPEC']._serialized_start=222
28
+ _globals['_OPENAIINTEGRATIONSPEC']._serialized_end=344
29
+ _globals['_OPENAIAPIKEYAUTHCONFIG']._serialized_start=346
30
+ _globals['_OPENAIAPIKEYAUTHCONFIG']._serialized_end=387
31
+ _globals['_OPENAIAPIKEYSYSTEMSECRETDESCRIPTOR']._serialized_start=389
32
+ _globals['_OPENAIAPIKEYSYSTEMSECRETDESCRIPTOR']._serialized_end=474
33
+ _globals['_OPENAIVALIDATIONSPEC']._serialized_start=476
34
+ _globals['_OPENAIVALIDATIONSPEC']._serialized_end=597
35
+ _globals['_OPENAIINTEGRATIONOPTIONS']._serialized_start=599
36
+ _globals['_OPENAIINTEGRATIONOPTIONS']._serialized_end=625
85
37
  # @@protoc_insertion_point(module_scope)
@@ -2,12 +2,10 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # source: qwak/integration/opsgenie_integration.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,89 +15,29 @@ _sym_db = _symbol_database.Default()
17
15
 
18
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+qwak/integration/opsgenie_integration.proto\x12\x1bqwak.integration.management\"\xb7\x02\n\x13OpsgenieIntegration\x12[\n\x1e\x65ncrypted_opsgenie_auth_config\x18\x01 \x01(\x0b\x32/.qwak.integration.management.OpsgenieAuthConfigB\x02\x18\x01\x12H\n\x11opsgenie_settings\x18\x02 \x01(\x0b\x32-.qwak.integration.management.OpsgenieSettings\x12\x10\n\x08\x62\x61se_url\x18\x03 \x01(\t\x12_\n\x17opsgeinie_system_secret\x18\x04 \x01(\x0b\x32<.qwak.integration.management.OpsgeinieSystemSecretDescriptorH\x00\x42\x06\n\x04\x61uth\"\xc3\x01\n\x17OpsgenieIntegrationSpec\x12H\n\x11opsgenie_settings\x18\x02 \x01(\x0b\x32-.qwak.integration.management.OpsgenieSettings\x12V\n\x1bopsgenie_auth_configuration\x18\x03 \x01(\x0b\x32/.qwak.integration.management.OpsgenieAuthConfigH\x00\x42\x06\n\x04\x61uth\"O\n\x10OpsgenieSettings\x12;\n\x06region\x18\x02 \x01(\x0e\x32+.qwak.integration.management.OpsgenieRegion\"%\n\x12OpsgenieAuthConfig\x12\x0f\n\x07\x61pi_key\x18\x01 \x01(\t\"R\n\x1fOpsgeinieSystemSecretDescriptor\x12\x13\n\x0bsecret_name\x18\x01 \x01(\t\x12\x1a\n\x12\x61pi_key_secret_key\x18\x02 \x01(\t\"\xa4\x01\n\x16OpsgenieValidationSpec\x12M\n\x14opsgenie_auth_config\x18\x01 \x01(\x0b\x32/.qwak.integration.management.OpsgenieAuthConfig\x12;\n\x06region\x18\x02 \x01(\x0e\x32+.qwak.integration.management.OpsgenieRegion\"\x1c\n\x1aOpsgenieIntegrationOptions*]\n\x0eOpsgenieRegion\x12\x1b\n\x17OPSGENIE_REGION_INVALID\x10\x00\x12\x16\n\x12OPSGENIE_REGION_US\x10\x01\x12\x16\n\x12OPSGENIE_REGION_EU\x10\x02\x42H\n&com.qwak.ai.management.integration.apiP\x01Z\x1cqwak/integration;integrationb\x06proto3')
19
17
 
20
- _OPSGENIEREGION = DESCRIPTOR.enum_types_by_name['OpsgenieRegion']
21
- OpsgenieRegion = enum_type_wrapper.EnumTypeWrapper(_OPSGENIEREGION)
22
- OPSGENIE_REGION_INVALID = 0
23
- OPSGENIE_REGION_US = 1
24
- OPSGENIE_REGION_EU = 2
25
-
26
-
27
- _OPSGENIEINTEGRATION = DESCRIPTOR.message_types_by_name['OpsgenieIntegration']
28
- _OPSGENIEINTEGRATIONSPEC = DESCRIPTOR.message_types_by_name['OpsgenieIntegrationSpec']
29
- _OPSGENIESETTINGS = DESCRIPTOR.message_types_by_name['OpsgenieSettings']
30
- _OPSGENIEAUTHCONFIG = DESCRIPTOR.message_types_by_name['OpsgenieAuthConfig']
31
- _OPSGEINIESYSTEMSECRETDESCRIPTOR = DESCRIPTOR.message_types_by_name['OpsgeinieSystemSecretDescriptor']
32
- _OPSGENIEVALIDATIONSPEC = DESCRIPTOR.message_types_by_name['OpsgenieValidationSpec']
33
- _OPSGENIEINTEGRATIONOPTIONS = DESCRIPTOR.message_types_by_name['OpsgenieIntegrationOptions']
34
- OpsgenieIntegration = _reflection.GeneratedProtocolMessageType('OpsgenieIntegration', (_message.Message,), {
35
- 'DESCRIPTOR' : _OPSGENIEINTEGRATION,
36
- '__module__' : 'qwak.integration.opsgenie_integration_pb2'
37
- # @@protoc_insertion_point(class_scope:qwak.integration.management.OpsgenieIntegration)
38
- })
39
- _sym_db.RegisterMessage(OpsgenieIntegration)
40
-
41
- OpsgenieIntegrationSpec = _reflection.GeneratedProtocolMessageType('OpsgenieIntegrationSpec', (_message.Message,), {
42
- 'DESCRIPTOR' : _OPSGENIEINTEGRATIONSPEC,
43
- '__module__' : 'qwak.integration.opsgenie_integration_pb2'
44
- # @@protoc_insertion_point(class_scope:qwak.integration.management.OpsgenieIntegrationSpec)
45
- })
46
- _sym_db.RegisterMessage(OpsgenieIntegrationSpec)
47
-
48
- OpsgenieSettings = _reflection.GeneratedProtocolMessageType('OpsgenieSettings', (_message.Message,), {
49
- 'DESCRIPTOR' : _OPSGENIESETTINGS,
50
- '__module__' : 'qwak.integration.opsgenie_integration_pb2'
51
- # @@protoc_insertion_point(class_scope:qwak.integration.management.OpsgenieSettings)
52
- })
53
- _sym_db.RegisterMessage(OpsgenieSettings)
54
-
55
- OpsgenieAuthConfig = _reflection.GeneratedProtocolMessageType('OpsgenieAuthConfig', (_message.Message,), {
56
- 'DESCRIPTOR' : _OPSGENIEAUTHCONFIG,
57
- '__module__' : 'qwak.integration.opsgenie_integration_pb2'
58
- # @@protoc_insertion_point(class_scope:qwak.integration.management.OpsgenieAuthConfig)
59
- })
60
- _sym_db.RegisterMessage(OpsgenieAuthConfig)
61
-
62
- OpsgeinieSystemSecretDescriptor = _reflection.GeneratedProtocolMessageType('OpsgeinieSystemSecretDescriptor', (_message.Message,), {
63
- 'DESCRIPTOR' : _OPSGEINIESYSTEMSECRETDESCRIPTOR,
64
- '__module__' : 'qwak.integration.opsgenie_integration_pb2'
65
- # @@protoc_insertion_point(class_scope:qwak.integration.management.OpsgeinieSystemSecretDescriptor)
66
- })
67
- _sym_db.RegisterMessage(OpsgeinieSystemSecretDescriptor)
68
-
69
- OpsgenieValidationSpec = _reflection.GeneratedProtocolMessageType('OpsgenieValidationSpec', (_message.Message,), {
70
- 'DESCRIPTOR' : _OPSGENIEVALIDATIONSPEC,
71
- '__module__' : 'qwak.integration.opsgenie_integration_pb2'
72
- # @@protoc_insertion_point(class_scope:qwak.integration.management.OpsgenieValidationSpec)
73
- })
74
- _sym_db.RegisterMessage(OpsgenieValidationSpec)
75
-
76
- OpsgenieIntegrationOptions = _reflection.GeneratedProtocolMessageType('OpsgenieIntegrationOptions', (_message.Message,), {
77
- 'DESCRIPTOR' : _OPSGENIEINTEGRATIONOPTIONS,
78
- '__module__' : 'qwak.integration.opsgenie_integration_pb2'
79
- # @@protoc_insertion_point(class_scope:qwak.integration.management.OpsgenieIntegrationOptions)
80
- })
81
- _sym_db.RegisterMessage(OpsgenieIntegrationOptions)
82
-
18
+ _globals = globals()
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.integration.opsgenie_integration_pb2', _globals)
83
21
  if _descriptor._USE_C_DESCRIPTORS == False:
84
22
 
85
23
  DESCRIPTOR._options = None
86
24
  DESCRIPTOR._serialized_options = b'\n&com.qwak.ai.management.integration.apiP\001Z\034qwak/integration;integration'
87
25
  _OPSGENIEINTEGRATION.fields_by_name['encrypted_opsgenie_auth_config']._options = None
88
26
  _OPSGENIEINTEGRATION.fields_by_name['encrypted_opsgenie_auth_config']._serialized_options = b'\030\001'
89
- _OPSGENIEREGION._serialized_start=989
90
- _OPSGENIEREGION._serialized_end=1082
91
- _OPSGENIEINTEGRATION._serialized_start=77
92
- _OPSGENIEINTEGRATION._serialized_end=388
93
- _OPSGENIEINTEGRATIONSPEC._serialized_start=391
94
- _OPSGENIEINTEGRATIONSPEC._serialized_end=586
95
- _OPSGENIESETTINGS._serialized_start=588
96
- _OPSGENIESETTINGS._serialized_end=667
97
- _OPSGENIEAUTHCONFIG._serialized_start=669
98
- _OPSGENIEAUTHCONFIG._serialized_end=706
99
- _OPSGEINIESYSTEMSECRETDESCRIPTOR._serialized_start=708
100
- _OPSGEINIESYSTEMSECRETDESCRIPTOR._serialized_end=790
101
- _OPSGENIEVALIDATIONSPEC._serialized_start=793
102
- _OPSGENIEVALIDATIONSPEC._serialized_end=957
103
- _OPSGENIEINTEGRATIONOPTIONS._serialized_start=959
104
- _OPSGENIEINTEGRATIONOPTIONS._serialized_end=987
27
+ _globals['_OPSGENIEREGION']._serialized_start=989
28
+ _globals['_OPSGENIEREGION']._serialized_end=1082
29
+ _globals['_OPSGENIEINTEGRATION']._serialized_start=77
30
+ _globals['_OPSGENIEINTEGRATION']._serialized_end=388
31
+ _globals['_OPSGENIEINTEGRATIONSPEC']._serialized_start=391
32
+ _globals['_OPSGENIEINTEGRATIONSPEC']._serialized_end=586
33
+ _globals['_OPSGENIESETTINGS']._serialized_start=588
34
+ _globals['_OPSGENIESETTINGS']._serialized_end=667
35
+ _globals['_OPSGENIEAUTHCONFIG']._serialized_start=669
36
+ _globals['_OPSGENIEAUTHCONFIG']._serialized_end=706
37
+ _globals['_OPSGEINIESYSTEMSECRETDESCRIPTOR']._serialized_start=708
38
+ _globals['_OPSGEINIESYSTEMSECRETDESCRIPTOR']._serialized_end=790
39
+ _globals['_OPSGENIEVALIDATIONSPEC']._serialized_start=793
40
+ _globals['_OPSGENIEVALIDATIONSPEC']._serialized_end=957
41
+ _globals['_OPSGENIEINTEGRATIONOPTIONS']._serialized_start=959
42
+ _globals['_OPSGENIEINTEGRATIONOPTIONS']._serialized_end=987
105
43
  # @@protoc_insertion_point(module_scope)