sift-stack-py 0.3.2__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.
- google/__init__.py +1 -0
- google/api/__init__.py +0 -0
- google/api/annotations_pb2.py +27 -0
- google/api/annotations_pb2.pyi +29 -0
- google/api/annotations_pb2_grpc.py +4 -0
- google/api/annotations_pb2_grpc.pyi +30 -0
- google/api/field_behavior_pb2.py +30 -0
- google/api/field_behavior_pb2.pyi +175 -0
- google/api/field_behavior_pb2_grpc.py +4 -0
- google/api/field_behavior_pb2_grpc.pyi +30 -0
- google/api/http_pb2.py +31 -0
- google/api/http_pb2.pyi +433 -0
- google/api/http_pb2_grpc.py +4 -0
- google/api/http_pb2_grpc.pyi +30 -0
- protoc_gen_openapiv2/__init__.py +0 -0
- protoc_gen_openapiv2/options/__init__.py +0 -0
- protoc_gen_openapiv2/options/annotations_pb2.py +27 -0
- protoc_gen_openapiv2/options/annotations_pb2.pyi +48 -0
- protoc_gen_openapiv2/options/annotations_pb2_grpc.py +4 -0
- protoc_gen_openapiv2/options/annotations_pb2_grpc.pyi +17 -0
- protoc_gen_openapiv2/options/openapiv2_pb2.py +132 -0
- protoc_gen_openapiv2/options/openapiv2_pb2.pyi +1533 -0
- protoc_gen_openapiv2/options/openapiv2_pb2_grpc.py +4 -0
- protoc_gen_openapiv2/options/openapiv2_pb2_grpc.pyi +17 -0
- sift/__init__.py +0 -0
- sift/annotation_logs/__init__.py +0 -0
- sift/annotation_logs/v1/__init__.py +0 -0
- sift/annotation_logs/v1/annotation_logs_pb2.py +115 -0
- sift/annotation_logs/v1/annotation_logs_pb2.pyi +370 -0
- sift/annotation_logs/v1/annotation_logs_pb2_grpc.py +135 -0
- sift/annotation_logs/v1/annotation_logs_pb2_grpc.pyi +84 -0
- sift/annotations/__init__.py +0 -0
- sift/annotations/v1/__init__.py +0 -0
- sift/annotations/v1/annotations_pb2.py +180 -0
- sift/annotations/v1/annotations_pb2.pyi +539 -0
- sift/annotations/v1/annotations_pb2_grpc.py +237 -0
- sift/annotations/v1/annotations_pb2_grpc.pyi +144 -0
- sift/assets/__init__.py +0 -0
- sift/assets/v1/__init__.py +0 -0
- sift/assets/v1/assets_pb2.py +90 -0
- sift/assets/v1/assets_pb2.pyi +235 -0
- sift/assets/v1/assets_pb2_grpc.py +168 -0
- sift/assets/v1/assets_pb2_grpc.pyi +101 -0
- sift/calculated_channels/__init__.py +0 -0
- sift/calculated_channels/v1/__init__.py +0 -0
- sift/calculated_channels/v1/calculated_channels_pb2.py +99 -0
- sift/calculated_channels/v1/calculated_channels_pb2.pyi +280 -0
- sift/calculated_channels/v1/calculated_channels_pb2_grpc.py +101 -0
- sift/calculated_channels/v1/calculated_channels_pb2_grpc.pyi +64 -0
- sift/campaigns/__init__.py +0 -0
- sift/campaigns/v1/__init__.py +0 -0
- sift/campaigns/v1/campaigns_pb2.py +144 -0
- sift/campaigns/v1/campaigns_pb2.pyi +383 -0
- sift/campaigns/v1/campaigns_pb2_grpc.py +169 -0
- sift/campaigns/v1/campaigns_pb2_grpc.pyi +104 -0
- sift/channel_schemas/__init__.py +0 -0
- sift/channel_schemas/v1/__init__.py +0 -0
- sift/channel_schemas/v1/channel_schemas_pb2.py +69 -0
- sift/channel_schemas/v1/channel_schemas_pb2.pyi +117 -0
- sift/channel_schemas/v1/channel_schemas_pb2_grpc.py +101 -0
- sift/channel_schemas/v1/channel_schemas_pb2_grpc.pyi +64 -0
- sift/channels/__init__.py +0 -0
- sift/channels/v2/__init__.py +0 -0
- sift/channels/v2/channels_pb2.py +88 -0
- sift/channels/v2/channels_pb2.pyi +183 -0
- sift/channels/v2/channels_pb2_grpc.py +101 -0
- sift/channels/v2/channels_pb2_grpc.pyi +64 -0
- sift/common/__init__.py +0 -0
- sift/common/type/__init__.py +0 -0
- sift/common/type/v1/__init__.py +0 -0
- sift/common/type/v1/channel_bit_field_element_pb2.py +34 -0
- sift/common/type/v1/channel_bit_field_element_pb2.pyi +33 -0
- sift/common/type/v1/channel_bit_field_element_pb2_grpc.py +4 -0
- sift/common/type/v1/channel_bit_field_element_pb2_grpc.pyi +17 -0
- sift/common/type/v1/channel_data_type_pb2.py +29 -0
- sift/common/type/v1/channel_data_type_pb2.pyi +50 -0
- sift/common/type/v1/channel_data_type_pb2_grpc.py +4 -0
- sift/common/type/v1/channel_data_type_pb2_grpc.pyi +17 -0
- sift/common/type/v1/channel_enum_type_pb2.py +32 -0
- sift/common/type/v1/channel_enum_type_pb2.pyi +29 -0
- sift/common/type/v1/channel_enum_type_pb2_grpc.py +4 -0
- sift/common/type/v1/channel_enum_type_pb2_grpc.pyi +17 -0
- sift/common/type/v1/organization_pb2.py +27 -0
- sift/common/type/v1/organization_pb2.pyi +29 -0
- sift/common/type/v1/organization_pb2_grpc.py +4 -0
- sift/common/type/v1/organization_pb2_grpc.pyi +17 -0
- sift/common/type/v1/resource_identifier_pb2.py +46 -0
- sift/common/type/v1/resource_identifier_pb2.pyi +145 -0
- sift/common/type/v1/resource_identifier_pb2_grpc.py +4 -0
- sift/common/type/v1/resource_identifier_pb2_grpc.pyi +17 -0
- sift/common/type/v1/user_pb2.py +33 -0
- sift/common/type/v1/user_pb2.pyi +36 -0
- sift/common/type/v1/user_pb2_grpc.py +4 -0
- sift/common/type/v1/user_pb2_grpc.pyi +17 -0
- sift/data/__init__.py +0 -0
- sift/data/v1/__init__.py +0 -0
- sift/data/v1/data_pb2.py +212 -0
- sift/data/v1/data_pb2.pyi +745 -0
- sift/data/v1/data_pb2_grpc.py +67 -0
- sift/data/v1/data_pb2_grpc.pyi +44 -0
- sift/ingest/__init__.py +0 -0
- sift/ingest/v1/__init__.py +0 -0
- sift/ingest/v1/ingest_pb2.py +35 -0
- sift/ingest/v1/ingest_pb2.pyi +118 -0
- sift/ingest/v1/ingest_pb2_grpc.py +66 -0
- sift/ingest/v1/ingest_pb2_grpc.pyi +41 -0
- sift/ingestion_configs/__init__.py +0 -0
- sift/ingestion_configs/v1/__init__.py +0 -0
- sift/ingestion_configs/v1/ingestion_configs_pb2.py +115 -0
- sift/ingestion_configs/v1/ingestion_configs_pb2.pyi +332 -0
- sift/ingestion_configs/v1/ingestion_configs_pb2_grpc.py +203 -0
- sift/ingestion_configs/v1/ingestion_configs_pb2_grpc.pyi +124 -0
- sift/notifications/__init__.py +0 -0
- sift/notifications/v1/__init__.py +0 -0
- sift/notifications/v1/notifications_pb2.py +64 -0
- sift/notifications/v1/notifications_pb2.pyi +225 -0
- sift/notifications/v1/notifications_pb2_grpc.py +101 -0
- sift/notifications/v1/notifications_pb2_grpc.pyi +64 -0
- sift/ping/__init__.py +0 -0
- sift/ping/v1/__init__.py +0 -0
- sift/ping/v1/ping_pb2.py +38 -0
- sift/ping/v1/ping_pb2.pyi +36 -0
- sift/ping/v1/ping_pb2_grpc.py +66 -0
- sift/ping/v1/ping_pb2_grpc.pyi +41 -0
- sift/remote_files/__init__.py +0 -0
- sift/remote_files/v1/__init__.py +0 -0
- sift/remote_files/v1/remote_files_pb2.py +174 -0
- sift/remote_files/v1/remote_files_pb2.pyi +472 -0
- sift/remote_files/v1/remote_files_pb2_grpc.py +271 -0
- sift/remote_files/v1/remote_files_pb2_grpc.pyi +164 -0
- sift/report_templates/__init__.py +0 -0
- sift/report_templates/v1/__init__.py +0 -0
- sift/report_templates/v1/report_templates_pb2.py +146 -0
- sift/report_templates/v1/report_templates_pb2.pyi +381 -0
- sift/report_templates/v1/report_templates_pb2_grpc.py +169 -0
- sift/report_templates/v1/report_templates_pb2_grpc.pyi +104 -0
- sift/reports/__init__.py +0 -0
- sift/reports/v1/__init__.py +0 -0
- sift/reports/v1/reports_pb2.py +193 -0
- sift/reports/v1/reports_pb2.pyi +562 -0
- sift/reports/v1/reports_pb2_grpc.py +205 -0
- sift/reports/v1/reports_pb2_grpc.pyi +136 -0
- sift/rule_evaluation/__init__.py +0 -0
- sift/rule_evaluation/v1/__init__.py +0 -0
- sift/rule_evaluation/v1/rule_evaluation_pb2.py +89 -0
- sift/rule_evaluation/v1/rule_evaluation_pb2.pyi +263 -0
- sift/rule_evaluation/v1/rule_evaluation_pb2_grpc.py +101 -0
- sift/rule_evaluation/v1/rule_evaluation_pb2_grpc.pyi +64 -0
- sift/rules/__init__.py +0 -0
- sift/rules/v1/__init__.py +0 -0
- sift/rules/v1/rules_pb2.py +420 -0
- sift/rules/v1/rules_pb2.pyi +1355 -0
- sift/rules/v1/rules_pb2_grpc.py +577 -0
- sift/rules/v1/rules_pb2_grpc.pyi +351 -0
- sift/runs/__init__.py +0 -0
- sift/runs/v2/__init__.py +0 -0
- sift/runs/v2/runs_pb2.py +150 -0
- sift/runs/v2/runs_pb2.pyi +413 -0
- sift/runs/v2/runs_pb2_grpc.py +271 -0
- sift/runs/v2/runs_pb2_grpc.pyi +164 -0
- sift/saved_searches/__init__.py +0 -0
- sift/saved_searches/v1/__init__.py +0 -0
- sift/saved_searches/v1/saved_searches_pb2.py +144 -0
- sift/saved_searches/v1/saved_searches_pb2.pyi +385 -0
- sift/saved_searches/v1/saved_searches_pb2_grpc.py +237 -0
- sift/saved_searches/v1/saved_searches_pb2_grpc.pyi +144 -0
- sift/tags/__init__.py +0 -0
- sift/tags/v1/__init__.py +0 -0
- sift/tags/v1/tags_pb2.py +49 -0
- sift/tags/v1/tags_pb2.pyi +71 -0
- sift/tags/v1/tags_pb2_grpc.py +4 -0
- sift/tags/v1/tags_pb2_grpc.pyi +17 -0
- sift/users/__init__.py +0 -0
- sift/users/v2/__init__.py +0 -0
- sift/users/v2/users_pb2.py +61 -0
- sift/users/v2/users_pb2.pyi +142 -0
- sift/users/v2/users_pb2_grpc.py +135 -0
- sift/users/v2/users_pb2_grpc.pyi +84 -0
- sift/views/__init__.py +0 -0
- sift/views/v1/__init__.py +0 -0
- sift/views/v1/views_pb2.py +130 -0
- sift/views/v1/views_pb2.pyi +466 -0
- sift/views/v1/views_pb2_grpc.py +305 -0
- sift/views/v1/views_pb2_grpc.pyi +184 -0
- sift_grafana/py.typed +0 -0
- sift_grafana/sift_query_model.py +64 -0
- sift_py/__init__.py +923 -0
- sift_py/_internal/__init__.py +5 -0
- sift_py/_internal/cel.py +18 -0
- sift_py/_internal/channel.py +42 -0
- sift_py/_internal/convert/__init__.py +3 -0
- sift_py/_internal/convert/json.py +24 -0
- sift_py/_internal/convert/protobuf.py +34 -0
- sift_py/_internal/convert/timestamp.py +9 -0
- sift_py/_internal/test_util/__init__.py +0 -0
- sift_py/_internal/test_util/channel.py +136 -0
- sift_py/_internal/test_util/fn.py +14 -0
- sift_py/_internal/test_util/server_interceptor.py +62 -0
- sift_py/_internal/time.py +48 -0
- sift_py/_internal/user.py +39 -0
- sift_py/data/__init__.py +171 -0
- sift_py/data/_channel.py +38 -0
- sift_py/data/_deserialize.py +208 -0
- sift_py/data/_deserialize_test.py +134 -0
- sift_py/data/_service_test.py +276 -0
- sift_py/data/_validate.py +10 -0
- sift_py/data/error.py +5 -0
- sift_py/data/query.py +299 -0
- sift_py/data/service.py +497 -0
- sift_py/data_import/__init__.py +130 -0
- sift_py/data_import/_config.py +167 -0
- sift_py/data_import/_config_test.py +166 -0
- sift_py/data_import/_csv_test.py +395 -0
- sift_py/data_import/_status_test.py +176 -0
- sift_py/data_import/_tdms_test.py +238 -0
- sift_py/data_import/ch10.py +157 -0
- sift_py/data_import/config.py +19 -0
- sift_py/data_import/csv.py +259 -0
- sift_py/data_import/status.py +113 -0
- sift_py/data_import/tdms.py +206 -0
- sift_py/data_import/tempfile.py +30 -0
- sift_py/data_import/time_format.py +39 -0
- sift_py/error.py +11 -0
- sift_py/file_attachment/__init__.py +88 -0
- sift_py/file_attachment/_internal/__init__.py +0 -0
- sift_py/file_attachment/_internal/download.py +13 -0
- sift_py/file_attachment/_internal/upload.py +100 -0
- sift_py/file_attachment/_service_test.py +161 -0
- sift_py/file_attachment/entity.py +30 -0
- sift_py/file_attachment/metadata.py +107 -0
- sift_py/file_attachment/service.py +142 -0
- sift_py/grpc/__init__.py +15 -0
- sift_py/grpc/_async_interceptors/__init__.py +0 -0
- sift_py/grpc/_async_interceptors/base.py +72 -0
- sift_py/grpc/_async_interceptors/metadata.py +36 -0
- sift_py/grpc/_interceptors/__init__.py +0 -0
- sift_py/grpc/_interceptors/base.py +61 -0
- sift_py/grpc/_interceptors/context.py +25 -0
- sift_py/grpc/_interceptors/metadata.py +33 -0
- sift_py/grpc/_retry.py +70 -0
- sift_py/grpc/keepalive.py +34 -0
- sift_py/grpc/transport.py +250 -0
- sift_py/grpc/transport_test.py +170 -0
- sift_py/ingestion/__init__.py +6 -0
- sift_py/ingestion/_internal/__init__.py +6 -0
- sift_py/ingestion/_internal/channel.py +12 -0
- sift_py/ingestion/_internal/error.py +10 -0
- sift_py/ingestion/_internal/ingest.py +350 -0
- sift_py/ingestion/_internal/ingest_test.py +357 -0
- sift_py/ingestion/_internal/ingestion_config.py +130 -0
- sift_py/ingestion/_internal/run.py +46 -0
- sift_py/ingestion/_service_test.py +478 -0
- sift_py/ingestion/buffer.py +189 -0
- sift_py/ingestion/channel.py +422 -0
- sift_py/ingestion/config/__init__.py +3 -0
- sift_py/ingestion/config/telemetry.py +281 -0
- sift_py/ingestion/config/telemetry_test.py +405 -0
- sift_py/ingestion/config/yaml/__init__.py +0 -0
- sift_py/ingestion/config/yaml/error.py +44 -0
- sift_py/ingestion/config/yaml/load.py +126 -0
- sift_py/ingestion/config/yaml/spec.py +58 -0
- sift_py/ingestion/config/yaml/test_load.py +25 -0
- sift_py/ingestion/flow.py +73 -0
- sift_py/ingestion/manager.py +99 -0
- sift_py/ingestion/rule/__init__.py +4 -0
- sift_py/ingestion/rule/config.py +11 -0
- sift_py/ingestion/service.py +237 -0
- sift_py/py.typed +0 -0
- sift_py/report_templates/__init__.py +0 -0
- sift_py/report_templates/_config_test.py +34 -0
- sift_py/report_templates/_service_test.py +94 -0
- sift_py/report_templates/config.py +36 -0
- sift_py/report_templates/service.py +171 -0
- sift_py/rest.py +29 -0
- sift_py/rule/__init__.py +0 -0
- sift_py/rule/_config_test.py +109 -0
- sift_py/rule/_service_test.py +168 -0
- sift_py/rule/config.py +229 -0
- sift_py/rule/service.py +484 -0
- sift_py/yaml/__init__.py +0 -0
- sift_py/yaml/_channel_test.py +169 -0
- sift_py/yaml/_rule_test.py +207 -0
- sift_py/yaml/channel.py +224 -0
- sift_py/yaml/report_templates.py +73 -0
- sift_py/yaml/rule.py +321 -0
- sift_py/yaml/utils.py +15 -0
- sift_stack_py-0.3.2.dist-info/LICENSE +7 -0
- sift_stack_py-0.3.2.dist-info/METADATA +109 -0
- sift_stack_py-0.3.2.dist-info/RECORD +291 -0
- sift_stack_py-0.3.2.dist-info/WHEEL +5 -0
- sift_stack_py-0.3.2.dist-info/top_level.txt +5 -0
|
@@ -0,0 +1,420 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: sift/rules/v1/rules.proto
|
|
4
|
+
# Protobuf Python Version: 5.26.1
|
|
5
|
+
"""Generated protocol buffer code."""
|
|
6
|
+
from google.protobuf import descriptor as _descriptor
|
|
7
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
8
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
9
|
+
from google.protobuf.internal import builder as _builder
|
|
10
|
+
# @@protoc_insertion_point(imports)
|
|
11
|
+
|
|
12
|
+
_sym_db = _symbol_database.Default()
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
16
|
+
from google.api import field_behavior_pb2 as google_dot_api_dot_field__behavior__pb2
|
|
17
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
18
|
+
from protoc_gen_openapiv2.options import annotations_pb2 as protoc__gen__openapiv2_dot_options_dot_annotations__pb2
|
|
19
|
+
from sift.annotations.v1 import annotations_pb2 as sift_dot_annotations_dot_v1_dot_annotations__pb2
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x19sift/rules/v1/rules.proto\x12\rsift.rules.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\x1a%sift/annotations/v1/annotations.proto\"\xaf\x06\n\x04Rule\x12\x1c\n\x07rule_id\x18\x01 \x01(\tB\x03\xe0\x41\x02R\x06ruleId\x12 \n\x08\x61sset_id\x18\x02 \x01(\tB\x05\x18\x01\xe0\x41\x02R\x07\x61ssetId\x12\x17\n\x04name\x18\x03 \x01(\tB\x03\xe0\x41\x02R\x04name\x12%\n\x0b\x64\x65scription\x18\x04 \x01(\tB\x03\xe0\x41\x02R\x0b\x64\x65scription\x12\"\n\nis_enabled\x18\x06 \x01(\x08\x42\x03\xe0\x41\x02R\tisEnabled\x12\x42\n\x0c\x63reated_date\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x02R\x0b\x63reatedDate\x12\x44\n\rmodified_date\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x02R\x0cmodifiedDate\x12\x30\n\x12\x63reated_by_user_id\x18\t \x01(\tB\x03\xe0\x41\x02R\x0f\x63reatedByUserId\x12\x32\n\x13modified_by_user_id\x18\n \x01(\tB\x03\xe0\x41\x02R\x10modifiedByUserId\x12,\n\x0forganization_id\x18\x0b \x01(\tB\x03\xe0\x41\x02R\x0eorganizationId\x12\x41\n\nconditions\x18\x0c \x03(\x0b\x32\x1c.sift.rules.v1.RuleConditionB\x03\xe0\x41\x02R\nconditions\x12\x42\n\x0crule_version\x18\r \x01(\x0b\x32\x1a.sift.rules.v1.RuleVersionB\x03\xe0\x41\x02R\x0bruleVersion\x12\"\n\nclient_key\x18\x0e \x01(\tB\x03\xe0\x41\x01R\tclientKey\x12[\n\x13\x61sset_configuration\x18\x0f \x01(\x0b\x32%.sift.rules.v1.RuleAssetConfigurationB\x03\xe0\x41\x02R\x12\x61ssetConfiguration\x12W\n\x13\x63ontextual_channels\x18\x10 \x01(\x0b\x32!.sift.rules.v1.ContextualChannelsB\x03\xe0\x41\x02R\x12\x63ontextualChannelsJ\x04\x08\x05\x10\x06\"\x9b\x04\n\rRuleCondition\x12/\n\x11rule_condition_id\x18\x01 \x01(\tB\x03\xe0\x41\x02R\x0fruleConditionId\x12\x1c\n\x07rule_id\x18\x02 \x01(\tB\x03\xe0\x41\x02R\x06ruleId\x12K\n\nexpression\x18\x03 \x01(\x0b\x32&.sift.rules.v1.RuleConditionExpressionB\x03\xe0\x41\x02R\nexpression\x12\x42\n\x0c\x63reated_date\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x02R\x0b\x63reatedDate\x12\x44\n\rmodified_date\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x02R\x0cmodifiedDate\x12\x30\n\x12\x63reated_by_user_id\x18\x07 \x01(\tB\x03\xe0\x41\x02R\x0f\x63reatedByUserId\x12\x32\n\x13modified_by_user_id\x18\x08 \x01(\tB\x03\xe0\x41\x02R\x10modifiedByUserId\x12\x38\n\x07\x61\x63tions\x18\t \x03(\x0b\x32\x19.sift.rules.v1.RuleActionB\x03\xe0\x41\x02R\x07\x61\x63tions\x12>\n\x19rule_condition_version_id\x18\n \x01(\tB\x03\xe0\x41\x02R\x16ruleConditionVersionIdJ\x04\x08\x04\x10\x05\"\xa6\x04\n\nRuleAction\x12)\n\x0erule_action_id\x18\x01 \x01(\tB\x03\xe0\x41\x02R\x0cruleActionId\x12/\n\x11rule_condition_id\x18\x02 \x01(\tB\x03\xe0\x41\x02R\x0fruleConditionId\x12?\n\x0b\x61\x63tion_type\x18\x03 \x01(\x0e\x32\x19.sift.rules.v1.ActionKindB\x03\xe0\x41\x02R\nactionType\x12Q\n\rconfiguration\x18\x04 \x01(\x0b\x32&.sift.rules.v1.RuleActionConfigurationB\x03\xe0\x41\x02R\rconfiguration\x12\x42\n\x0c\x63reated_date\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x02R\x0b\x63reatedDate\x12\x44\n\rmodified_date\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x02R\x0cmodifiedDate\x12\x30\n\x12\x63reated_by_user_id\x18\x07 \x01(\tB\x03\xe0\x41\x02R\x0f\x63reatedByUserId\x12\x32\n\x13modified_by_user_id\x18\x08 \x01(\tB\x03\xe0\x41\x02R\x10modifiedByUserId\x12\x38\n\x16rule_action_version_id\x18\t \x01(\tB\x03\xe0\x41\x02R\x13ruleActionVersionId\"N\n\x16RuleAssetConfiguration\x12\x1b\n\tasset_ids\x18\x01 \x03(\tR\x08\x61ssetIds\x12\x17\n\x07tag_ids\x18\x02 \x03(\tR\x06tagIds\"V\n\x12\x43ontextualChannels\x12@\n\x08\x63hannels\x18\x01 \x03(\x0b\x32\x1f.sift.rules.v1.ChannelReferenceB\x03\xe0\x41\x02R\x08\x63hannels\"\xd9\x02\n\x12SearchRulesRequest\x12\x19\n\x05limit\x18\x01 \x01(\rH\x00R\x05limit\x88\x01\x01\x12\x16\n\x06offset\x18\x02 \x01(\rR\x06offset\x12\x35\n\x05order\x18\x03 \x01(\x0e\x32\x1a.sift.rules.v1.SearchOrderH\x01R\x05order\x88\x01\x01\x12!\n\x0cname_matches\x18\x04 \x01(\tR\x0bnameMatches\x12%\n\x0e\x63\x61se_sensitive\x18\x05 \x01(\x08R\rcaseSensitive\x12\x16\n\x06regexp\x18\x06 \x01(\x08R\x06regexp\x12\x1e\n\x08order_by\x18\x07 \x01(\tH\x02R\x07orderBy\x88\x01\x01\x12\x19\n\x08rule_ids\x18\x08 \x03(\tR\x07ruleIds\x12\x1b\n\tasset_ids\x18\t \x03(\tR\x08\x61ssetIdsB\x08\n\x06_limitB\x08\n\x06_orderB\x0b\n\t_order_by\"`\n\x13SearchRulesResponse\x12\x19\n\x05\x63ount\x18\x01 \x01(\rB\x03\xe0\x41\x02R\x05\x63ount\x12.\n\x05rules\x18\x02 \x03(\x0b\x32\x13.sift.rules.v1.RuleB\x03\xe0\x41\x02R\x05rules\"R\n\x0eGetRuleRequest\x12\x1c\n\x07rule_id\x18\x01 \x01(\tB\x03\xe0\x41\x01R\x06ruleId\x12\"\n\nclient_key\x18\x02 \x01(\tB\x03\xe0\x41\x01R\tclientKey\"?\n\x0fGetRuleResponse\x12,\n\x04rule\x18\x01 \x01(\x0b\x32\x13.sift.rules.v1.RuleB\x03\xe0\x41\x02R\x04rule\"\\\n\x14\x42\x61tchGetRulesRequest\x12\x1e\n\x08rule_ids\x18\x01 \x03(\tB\x03\xe0\x41\x01R\x07ruleIds\x12$\n\x0b\x63lient_keys\x18\x02 \x03(\tB\x03\xe0\x41\x01R\nclientKeys\"G\n\x15\x42\x61tchGetRulesResponse\x12.\n\x05rules\x18\x01 \x03(\x0b\x32\x13.sift.rules.v1.RuleB\x03\xe0\x41\x02R\x05rules\"R\n\x11\x43reateRuleRequest\x12=\n\x06update\x18\x01 \x01(\x0b\x32 .sift.rules.v1.UpdateRuleRequestB\x03\xe0\x41\x02R\x06update\"2\n\x12\x43reateRuleResponse\x12\x1c\n\x07rule_id\x18\x01 \x01(\tB\x03\xe0\x41\x02R\x06ruleId\"\xbc\x04\n\x11UpdateRuleRequest\x12\x1c\n\x07rule_id\x18\x01 \x01(\tH\x00R\x06ruleId\x88\x01\x01\x12\x17\n\x04name\x18\x02 \x01(\tB\x03\xe0\x41\x02R\x04name\x12%\n\x0b\x64\x65scription\x18\x03 \x01(\tB\x03\xe0\x41\x02R\x0b\x64\x65scription\x12 \n\x08\x61sset_id\x18\x04 \x01(\tB\x05\x18\x01\xe0\x41\x01R\x07\x61ssetId\x12\"\n\nis_enabled\x18\x05 \x01(\x08\x42\x03\xe0\x41\x02R\tisEnabled\x12J\n\nconditions\x18\x06 \x03(\x0b\x32%.sift.rules.v1.UpdateConditionRequestB\x03\xe0\x41\x02R\nconditions\x12\'\n\x0forganization_id\x18\x07 \x01(\tR\x0eorganizationId\x12#\n\rversion_notes\x18\x08 \x01(\tR\x0cversionNotes\x12\"\n\nclient_key\x18\t \x01(\tH\x01R\tclientKey\x88\x01\x01\x12V\n\x13\x61sset_configuration\x18\n \x01(\x0b\x32%.sift.rules.v1.RuleAssetConfigurationR\x12\x61ssetConfiguration\x12R\n\x13\x63ontextual_channels\x18\x0b \x01(\x0b\x32!.sift.rules.v1.ContextualChannelsR\x12\x63ontextualChannelsB\n\n\x08_rule_idB\r\n\x0b_client_key\"\xf5\x01\n\x16UpdateConditionRequest\x12/\n\x11rule_condition_id\x18\x01 \x01(\tH\x00R\x0fruleConditionId\x88\x01\x01\x12K\n\nexpression\x18\x03 \x01(\x0b\x32&.sift.rules.v1.RuleConditionExpressionB\x03\xe0\x41\x02R\nexpression\x12\x41\n\x07\x61\x63tions\x18\x04 \x03(\x0b\x32\".sift.rules.v1.UpdateActionRequestB\x03\xe0\x41\x02R\x07\x61\x63tionsB\x14\n\x12_rule_condition_idJ\x04\x08\x02\x10\x03\"\xe7\x01\n\x13UpdateActionRequest\x12)\n\x0erule_action_id\x18\x01 \x01(\tH\x00R\x0cruleActionId\x88\x01\x01\x12?\n\x0b\x61\x63tion_type\x18\x02 \x01(\x0e\x32\x19.sift.rules.v1.ActionKindB\x03\xe0\x41\x02R\nactionType\x12Q\n\rconfiguration\x18\x03 \x01(\x0b\x32&.sift.rules.v1.RuleActionConfigurationB\x03\xe0\x41\x02R\rconfigurationB\x11\n\x0f_rule_action_id\"2\n\x12UpdateRuleResponse\x12\x1c\n\x07rule_id\x18\x01 \x01(\tB\x03\xe0\x41\x02R\x06ruleId\"V\n\x17\x42\x61tchUpdateRulesRequest\x12;\n\x05rules\x18\x01 \x03(\x0b\x32 .sift.rules.v1.UpdateRuleRequestB\x03\xe0\x41\x02R\x05rules\"\xa3\x01\n\x18\x42\x61tchUpdateRulesResponse\x12\x1d\n\x07success\x18\x01 \x01(\x08\x42\x03\xe0\x41\x02R\x07success\x12\x33\n\x13rules_created_count\x18\x02 \x01(\x05\x42\x03\xe0\x41\x02R\x11rulesCreatedCount\x12\x33\n\x13rules_updated_count\x18\x03 \x01(\x05\x42\x03\xe0\x41\x02R\x11rulesUpdatedCount\"U\n\x11\x44\x65leteRuleRequest\x12\x1c\n\x07rule_id\x18\x01 \x01(\tB\x03\xe0\x41\x01R\x06ruleId\x12\"\n\nclient_key\x18\x02 \x01(\tB\x03\xe0\x41\x01R\tclientKey\"\x14\n\x12\x44\x65leteRuleResponse\"C\n\x1dViewHumanFriendlyRulesRequest\x12\x1e\n\x08\x61sset_id\x18\x01 \x01(\tB\x03\xe0\x41\x02R\x07\x61ssetId:\x02\x18\x01\"H\n\x1eViewHumanFriendlyRulesResponse\x12\"\n\nrules_json\x18\x01 \x01(\tB\x03\xe0\x41\x02R\trulesJson:\x02\x18\x01\"\x97\x01\n\x1fUpdateHumanFriendlyRulesRequest\x12\x1e\n\x08\x61sset_id\x18\x01 \x01(\tB\x03\xe0\x41\x02R\x07\x61ssetId\x12\"\n\nrules_json\x18\x02 \x01(\tB\x03\xe0\x41\x02R\trulesJson\x12,\n\x0forganization_id\x18\x03 \x01(\tB\x03\xe0\x41\x02R\x0eorganizationId:\x02\x18\x01\"\x8c\x01\n UpdateHumanFriendlyRulesResponse\x12\x1d\n\x07success\x18\x01 \x01(\x08\x42\x03\xe0\x41\x02R\x07success\x12$\n\x0brules_count\x18\x02 \x01(\x05\x42\x03\xe0\x41\x02R\nrulesCount\x12\x1f\n\x08messages\x18\x03 \x01(\tB\x03\xe0\x41\x02R\x08messages:\x02\x18\x01\"6\n\x14ViewJsonRulesRequest\x12\x1e\n\x08\x61sset_id\x18\x01 \x01(\tB\x03\xe0\x41\x02R\x07\x61ssetId\";\n\x15ViewJsonRulesResponse\x12\"\n\nrules_json\x18\x01 \x01(\tB\x03\xe0\x41\x02R\trulesJson\"\x84\x01\n\x10JsonRulesRequest\x12\x1e\n\x08\x61sset_id\x18\x01 \x01(\tB\x03\xe0\x41\x02R\x07\x61ssetId\x12\"\n\nrules_json\x18\x02 \x01(\tB\x03\xe0\x41\x02R\trulesJson\x12,\n\x0forganization_id\x18\x03 \x01(\tB\x03\xe0\x41\x02R\x0eorganizationId\"\xc1\x02\n\x11JsonRulesResponse\x12\x1d\n\x07success\x18\x01 \x01(\x08\x42\x03\xe0\x41\x02R\x07success\x12/\n\x11total_rules_count\x18\x02 \x01(\x05\x42\x03\xe0\x41\x02R\x0ftotalRulesCount\x12\x33\n\x13rules_created_count\x18\x03 \x01(\x05\x42\x03\xe0\x41\x02R\x11rulesCreatedCount\x12\x33\n\x13rules_updated_count\x18\x04 \x01(\x05\x42\x03\xe0\x41\x02R\x11rulesUpdatedCount\x12\x33\n\x13rules_deleted_count\x18\x05 \x01(\x05\x42\x03\xe0\x41\x02R\x11rulesDeletedCount\x12*\n\x0e\x65rror_messages\x18\x06 \x01(\tH\x00R\rerrorMessages\x88\x01\x01\x42\x11\n\x0f_error_messages\"Z\n\x18ValidateJsonRulesRequest\x12>\n\x07request\x18\x01 \x01(\x0b\x32\x1f.sift.rules.v1.JsonRulesRequestB\x03\xe0\x41\x02R\x07request\"^\n\x19ValidateJsonRulesResponse\x12\x41\n\x08response\x18\x01 \x01(\x0b\x32 .sift.rules.v1.JsonRulesResponseB\x03\xe0\x41\x02R\x08response\"X\n\x16UpdateJsonRulesRequest\x12>\n\x07request\x18\x01 \x01(\x0b\x32\x1f.sift.rules.v1.JsonRulesRequestB\x03\xe0\x41\x02R\x07request\"\\\n\x17UpdateJsonRulesResponse\x12\x41\n\x08response\x18\x01 \x01(\x0b\x32 .sift.rules.v1.JsonRulesResponseB\x03\xe0\x41\x02R\x08response\"\x95\x01\n\x17ListRuleVersionsRequest\x12\x1c\n\x07rule_id\x18\x01 \x01(\tB\x03\xe0\x41\x02R\x06ruleId\x12 \n\tpage_size\x18\x02 \x01(\rB\x03\xe0\x41\x01R\x08pageSize\x12\"\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01R\tpageToken\x12\x16\n\x06\x66ilter\x18\x04 \x01(\tR\x06\x66ilter\"\xd6\x02\n\x0bRuleVersion\x12\x1c\n\x07rule_id\x18\x01 \x01(\tB\x03\xe0\x41\x02R\x06ruleId\x12+\n\x0frule_version_id\x18\x02 \x01(\tB\x03\xe0\x41\x02R\rruleVersionId\x12\x1d\n\x07version\x18\x03 \x01(\tB\x03\xe0\x41\x02R\x07version\x12\x42\n\x0c\x63reated_date\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x02R\x0b\x63reatedDate\x12\x30\n\x12\x63reated_by_user_id\x18\x05 \x01(\tB\x03\xe0\x41\x02R\x0f\x63reatedByUserId\x12(\n\rversion_notes\x18\x06 \x01(\tB\x03\xe0\x41\x02R\x0cversionNotes\x12=\n\x18generated_change_message\x18\x07 \x01(\tB\x03\xe0\x41\x02R\x16generatedChangeMessage\"\x88\x01\n\x18ListRuleVersionsResponse\x12\x44\n\rrule_versions\x18\x01 \x03(\x0b\x32\x1a.sift.rules.v1.RuleVersionB\x03\xe0\x41\x02R\x0cruleVersions\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\"D\n\x15GetRuleVersionRequest\x12+\n\x0frule_version_id\x18\x01 \x01(\tB\x03\xe0\x41\x02R\rruleVersionId\"F\n\x16GetRuleVersionResponse\x12,\n\x04rule\x18\x01 \x01(\x0b\x32\x13.sift.rules.v1.RuleB\x03\xe0\x41\x02R\x04rule\"L\n\x1b\x42\x61tchGetRuleVersionsRequest\x12-\n\x10rule_version_ids\x18\x01 \x03(\tB\x03\xe0\x41\x02R\x0eruleVersionIds\"N\n\x1c\x42\x61tchGetRuleVersionsResponse\x12.\n\x05rules\x18\x01 \x03(\x0b\x32\x13.sift.rules.v1.RuleB\x03\xe0\x41\x02R\x05rules\"\xf4\x01\n\x17RuleConditionExpression\x12r\n\x19single_channel_comparison\x18\x01 \x01(\x0b\x32\x30.sift.rules.v1.SingleChannelComparisonExpressionB\x02\x18\x01H\x00R\x17singleChannelComparison\x12W\n\x12\x63\x61lculated_channel\x18\x02 \x01(\x0b\x32&.sift.rules.v1.CalculatedChannelConfigH\x00R\x11\x63\x61lculatedChannelB\x0c\n\nexpression\"\xcb\x02\n!SingleChannelComparisonExpression\x12\x30\n\x11\x63hannel_component\x18\x01 \x01(\tB\x03\xe0\x41\x02R\x10\x63hannelComponent\x12&\n\x0c\x63hannel_name\x18\x02 \x01(\tB\x03\xe0\x41\x02R\x0b\x63hannelName\x12G\n\ncomparator\x18\x03 \x01(\x0e\x32\".sift.rules.v1.ConditionComparatorB\x03\xe0\x41\x02R\ncomparator\x12\x18\n\x06\x64ouble\x18\x04 \x01(\x01H\x00R\x06\x64ouble\x12\x18\n\x06string\x18\x05 \x01(\tH\x00R\x06string\x12\x42\n\nlast_value\x18\x06 \x01(\x0b\x32!.sift.rules.v1.LastValueThresholdH\x00R\tlastValueB\x0b\n\tthreshold\"\x14\n\x12LastValueThreshold\"\x98\x02\n\x17\x43\x61lculatedChannelConfig\x12q\n\x12\x63hannel_references\x18\x01 \x03(\x0b\x32=.sift.rules.v1.CalculatedChannelConfig.ChannelReferencesEntryB\x03\xe0\x41\x02R\x11\x63hannelReferences\x12#\n\nexpression\x18\x02 \x01(\tB\x03\xe0\x41\x02R\nexpression\x1a\x65\n\x16\x43hannelReferencesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x35\n\x05value\x18\x02 \x01(\x0b\x32\x1f.sift.rules.v1.ChannelReferenceR\x05value:\x02\x38\x01\"N\n\x10\x43hannelReference\x12\x17\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02R\x04name\x12!\n\tcomponent\x18\x02 \x01(\tB\x03\xe0\x41\x02R\tcomponent\"\xd0\x01\n\x17RuleActionConfiguration\x12T\n\x0cnotification\x18\x01 \x01(\x0b\x32..sift.rules.v1.NotificationActionConfigurationH\x00R\x0cnotification\x12N\n\nannotation\x18\x02 \x01(\x0b\x32,.sift.rules.v1.AnnotationActionConfigurationH\x00R\nannotationB\x0f\n\rconfiguration\"T\n\x1fNotificationActionConfiguration\x12\x31\n\x12recipient_user_ids\x18\x01 \x03(\tB\x03\xe0\x41\x02R\x10recipientUserIds\"\xd7\x01\n\x1d\x41nnotationActionConfiguration\x12\x1c\n\x07tag_ids\x18\x01 \x03(\tB\x03\xe0\x41\x02R\x06tagIds\x12L\n\x0f\x61nnotation_type\x18\x02 \x01(\x0e\x32#.sift.annotations.v1.AnnotationTypeR\x0e\x61nnotationType\x12\x32\n\x13\x61ssigned_to_user_id\x18\x03 \x01(\tH\x00R\x10\x61ssignedToUserId\x88\x01\x01\x42\x16\n\x14_assigned_to_user_id\"\x8e\x02\n\x14\x45valuateRulesRequest\x12\x1e\n\x08rule_ids\x18\x01 \x03(\tB\x03\xe0\x41\x02R\x07ruleIds\x12X\n\x12\x61nnotation_options\x18\x02 \x01(\x0b\x32).sift.rules.v1.EvaluatedAnnotationOptionsR\x11\x61nnotationOptions\x12\x17\n\x06run_id\x18\x03 \x01(\tH\x00R\x05runId\x12>\n\ntime_range\x18\x04 \x01(\x0b\x32\x1d.sift.rules.v1.TimeRangeQueryH\x00R\ttimeRange\x12\x17\n\x07\x64ry_run\x18\x05 \x01(\x08R\x06\x64ryRun:\x02\x18\x01\x42\x06\n\x04time\"5\n\x1a\x45valuatedAnnotationOptions\x12\x17\n\x07tag_ids\x18\x01 \x03(\tR\x06tagIds\"\x82\x01\n\x0eTimeRangeQuery\x12\x39\n\nstart_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tstartTime\x12\x35\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x07\x65ndTime\"\xfd\x01\n\x15\x45valuateRulesResponse\x12\x38\n\x18\x63reated_annotation_count\x18\x01 \x01(\x05R\x16\x63reatedAnnotationCount\x12O\n\x13\x64ry_run_annotations\x18\x02 \x03(\x0b\x32\x1f.sift.rules.v1.DryRunAnnotationR\x11\x64ryRunAnnotations\x12\x1a\n\x06job_id\x18\x03 \x01(\tH\x00R\x05jobId\x88\x01\x01\x12 \n\treport_id\x18\x04 \x01(\tH\x01R\x08reportId\x88\x01\x01:\x02\x18\x01\x42\t\n\x07_job_idB\x0c\n\n_report_id\"\xf7\x01\n\x10\x44ryRunAnnotation\x12!\n\x0c\x63ondition_id\x18\x01 \x01(\tR\x0b\x63onditionId\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12>\n\nstart_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x02R\tstartTime\x12:\n\x08\x65nd_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x02R\x07\x65ndTime\x12\x30\n\x14\x63ondition_version_id\x18\x05 \x01(\tR\x12\x63onditionVersionId*\\\n\x0bSearchOrder\x12 \n\x18SEARCH_ORDER_UNSPECIFIED\x10\x00\x1a\x02\x08\x01\x12\x14\n\x10SEARCH_ORDER_ASC\x10\x01\x12\x15\n\x11SEARCH_ORDER_DESC\x10\x02*O\n\nActionKind\x12\x1f\n\x17\x41\x43TION_KIND_UNSPECIFIED\x10\x00\x1a\x02\x08\x01\x12\x10\n\x0cNOTIFICATION\x10\x01\x12\x0e\n\nANNOTATION\x10\x02*\xad\x01\n\x13\x43onditionComparator\x12(\n CONDITION_COMPARATOR_UNSPECIFIED\x10\x00\x1a\x02\x08\x01\x12\r\n\tLESS_THAN\x10\x01\x12\x16\n\x12LESS_THAN_OR_EQUAL\x10\x02\x12\x10\n\x0cGREATER_THAN\x10\x03\x12\x19\n\x15GREATER_THAN_OR_EQUAL\x10\x04\x12\t\n\x05\x45QUAL\x10\x05\x12\r\n\tNOT_EQUAL\x10\x06\x32\x8f\x1b\n\x0bRuleService\x12\xb9\x01\n\x0bSearchRules\x12!.sift.rules.v1.SearchRulesRequest\x1a\".sift.rules.v1.SearchRulesResponse\"c\x92\x41\x41\x12\x0bSearchRules\x1a\x32Queries rules based on provided search parameters.\x82\xd3\xe4\x93\x02\x19\"\x14/api/v1/rules/search:\x01*\x12\x94\x01\n\x07GetRule\x12\x1d.sift.rules.v1.GetRuleRequest\x1a\x1e.sift.rules.v1.GetRuleResponse\"J\x92\x41\x32\x12\x07GetRule\x1a\'Retrieves the latest version of a rule.\x82\xd3\xe4\x93\x02\x0f\x12\r/api/v1/rules\x12\xaa\x01\n\rBatchGetRules\x12#.sift.rules.v1.BatchGetRulesRequest\x1a$.sift.rules.v1.BatchGetRulesResponse\"N\x92\x41*\x12\rBatchGetRules\x1a\x19Retrieves multiple rules.\x82\xd3\xe4\x93\x02\x1b\"\x16/api/v1/rules:batchGet:\x01*\x12\x8b\x01\n\nCreateRule\x12 .sift.rules.v1.CreateRuleRequest\x1a!.sift.rules.v1.CreateRuleResponse\"8\x92\x41\x1d\x12\nCreateRule\x1a\x0f\x43reates a rule.\x82\xd3\xe4\x93\x02\x12\"\r/api/v1/rules:\x01*\x12\x95\x01\n\nUpdateRule\x12 .sift.rules.v1.UpdateRuleRequest\x1a!.sift.rules.v1.UpdateRuleResponse\"B\x92\x41\'\x12\nUpdateRule\x1a\x19Updates an existing rule.\x82\xd3\xe4\x93\x02\x12\x1a\r/api/v1/rules:\x01*\x12\xda\x01\n\x10\x42\x61tchUpdateRules\x12&.sift.rules.v1.BatchUpdateRulesRequest\x1a\'.sift.rules.v1.BatchUpdateRulesResponse\"u\x92\x41N\x12\x10\x42\x61tchUpdateRules\x1a:Updates existing rules or creates rules that do not exist.\x82\xd3\xe4\x93\x02\x1e\x1a\x19/api/v1/rules:batchUpdate:\x01*\x12\x92\x01\n\nDeleteRule\x12 .sift.rules.v1.DeleteRuleRequest\x1a!.sift.rules.v1.DeleteRuleResponse\"?\x92\x41\x1d\x12\nDeleteRule\x1a\x0f\x44\x65letes a rule.\x82\xd3\xe4\x93\x02\x19\"\x14/api/v1/rules/delete:\x01*\x12\xdf\x01\n\rEvaluateRules\x12#.sift.rules.v1.EvaluateRulesRequest\x1a$.sift.rules.v1.EvaluateRulesResponse\"\x82\x01\x88\x02\x01\x92\x41[\x12\rEvaluateRules\x1aJEvaluates the provided rules and generate annotations based on the result.\x82\xd3\xe4\x93\x02\x1b\"\x16/api/v1/rules/evaluate:\x01*\x12\x84\x02\n\x16ViewHumanFriendlyRules\x12,.sift.rules.v1.ViewHumanFriendlyRulesRequest\x1a-.sift.rules.v1.ViewHumanFriendlyRulesResponse\"\x8c\x01\x88\x02\x01\x92\x41_\x12\x16ViewHumanFriendlyRules\x1a\x45Retrieve a JSON object containing all of the rules for a given asset.\x82\xd3\xe4\x93\x02!\x12\x1f/api/v1/rules:viewHumanFriendly\x12\xd3\x01\n\rViewJsonRules\x12#.sift.rules.v1.ViewJsonRulesRequest\x1a$.sift.rules.v1.ViewJsonRulesResponse\"w\x92\x41V\x12\rViewJsonRules\x1a\x45Retrieve a JSON object containing all of the rules for a given asset.\x82\xd3\xe4\x93\x02\x18\x12\x16/api/v1/rules:viewJson\x12\x94\x02\n\x18UpdateHumanFriendlyRules\x12..sift.rules.v1.UpdateHumanFriendlyRulesRequest\x1a/.sift.rules.v1.UpdateHumanFriendlyRulesResponse\"\x96\x01\x88\x02\x01\x92\x41\x64\x12\x18UpdateHumanFriendlyRules\x1aHBatch update rules given the `rules_json` which is a JSON list of rules.\x82\xd3\xe4\x93\x02&\"!/api/v1/rules:updateHumanFriendly:\x01*\x12\xfd\x01\n\x11ValidateJsonRules\x12\'.sift.rules.v1.ValidateJsonRulesRequest\x1a(.sift.rules.v1.ValidateJsonRulesResponse\"\x94\x01\x92\x41l\x12\x11ValidateJsonRules\x1aWValidate a batch update for rules given the `rules_json` which is a JSON list of rules.\x82\xd3\xe4\x93\x02\x1f\"\x1a/api/v1/rules:validateJson:\x01*\x12\xe4\x01\n\x0fUpdateJsonRules\x12%.sift.rules.v1.UpdateJsonRulesRequest\x1a&.sift.rules.v1.UpdateJsonRulesResponse\"\x81\x01\x92\x41[\x12\x0fUpdateJsonRules\x1aHBatch update rules given the `rules_json` which is a JSON list of rules.\x82\xd3\xe4\x93\x02\x1d\"\x18/api/v1/rules:updateJson:\x01*\x12\xd9\x01\n\x10ListRuleVersions\x12&.sift.rules.v1.ListRuleVersionsRequest\x1a\'.sift.rules.v1.ListRuleVersionsResponse\"t\x92\x41I\x12\x10ListRuleVersions\x1a\x35Retrieves a list of rule versions for the given rule.\x82\xd3\xe4\x93\x02\"\x12 /api/v1/rules/{rule_id}/versions\x12\xb8\x01\n\x0eGetRuleVersion\x12$.sift.rules.v1.GetRuleVersionRequest\x1a%.sift.rules.v1.GetRuleVersionResponse\"Y\x92\x41\x39\x12\x0eGetRuleVersion\x1a\'Retrieves a specific version of a rule.\x82\xd3\xe4\x93\x02\x17\x12\x15/api/v1/rules:version\x12\xdf\x01\n\x14\x42\x61tchGetRuleVersions\x12*.sift.rules.v1.BatchGetRuleVersionsRequest\x1a+.sift.rules.v1.BatchGetRuleVersionsResponse\"n\x92\x41\x42\x12\x14\x42\x61tchGetRuleVersions\x1a*Retrieves multiple rules by rule versions.\x82\xd3\xe4\x93\x02#\"\x1e/api/v1/rules:batchGetVersions:\x01*\x1a\xb1\x01\x92\x41\xad\x01\x12\x30Service to programmatically interact with rules.\x1ay\n\x1fRead more about what rules are.\x12Vhttps://customer.support.siftstack.com/servicedesk/customer/portal/2/article/265421102B\x88\x01\n\x11\x63om.sift.rules.v1B\nRulesProtoP\x01\xa2\x02\x03SRX\xaa\x02\rSift.Rules.V1\xca\x02\rSift\\Rules\\V1\xe2\x02\x19Sift\\Rules\\V1\\GPBMetadata\xea\x02\x0fSift::Rules::V1\x92\x41\x10\x12\x0e\n\x0cRule Serviceb\x06proto3')
|
|
23
|
+
|
|
24
|
+
_globals = globals()
|
|
25
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
26
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'sift.rules.v1.rules_pb2', _globals)
|
|
27
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
28
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
29
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\021com.sift.rules.v1B\nRulesProtoP\001\242\002\003SRX\252\002\rSift.Rules.V1\312\002\rSift\\Rules\\V1\342\002\031Sift\\Rules\\V1\\GPBMetadata\352\002\017Sift::Rules::V1\222A\020\022\016\n\014Rule Service'
|
|
30
|
+
_globals['_SEARCHORDER'].values_by_name["SEARCH_ORDER_UNSPECIFIED"]._loaded_options = None
|
|
31
|
+
_globals['_SEARCHORDER'].values_by_name["SEARCH_ORDER_UNSPECIFIED"]._serialized_options = b'\010\001'
|
|
32
|
+
_globals['_ACTIONKIND'].values_by_name["ACTION_KIND_UNSPECIFIED"]._loaded_options = None
|
|
33
|
+
_globals['_ACTIONKIND'].values_by_name["ACTION_KIND_UNSPECIFIED"]._serialized_options = b'\010\001'
|
|
34
|
+
_globals['_CONDITIONCOMPARATOR'].values_by_name["CONDITION_COMPARATOR_UNSPECIFIED"]._loaded_options = None
|
|
35
|
+
_globals['_CONDITIONCOMPARATOR'].values_by_name["CONDITION_COMPARATOR_UNSPECIFIED"]._serialized_options = b'\010\001'
|
|
36
|
+
_globals['_RULE'].fields_by_name['rule_id']._loaded_options = None
|
|
37
|
+
_globals['_RULE'].fields_by_name['rule_id']._serialized_options = b'\340A\002'
|
|
38
|
+
_globals['_RULE'].fields_by_name['asset_id']._loaded_options = None
|
|
39
|
+
_globals['_RULE'].fields_by_name['asset_id']._serialized_options = b'\030\001\340A\002'
|
|
40
|
+
_globals['_RULE'].fields_by_name['name']._loaded_options = None
|
|
41
|
+
_globals['_RULE'].fields_by_name['name']._serialized_options = b'\340A\002'
|
|
42
|
+
_globals['_RULE'].fields_by_name['description']._loaded_options = None
|
|
43
|
+
_globals['_RULE'].fields_by_name['description']._serialized_options = b'\340A\002'
|
|
44
|
+
_globals['_RULE'].fields_by_name['is_enabled']._loaded_options = None
|
|
45
|
+
_globals['_RULE'].fields_by_name['is_enabled']._serialized_options = b'\340A\002'
|
|
46
|
+
_globals['_RULE'].fields_by_name['created_date']._loaded_options = None
|
|
47
|
+
_globals['_RULE'].fields_by_name['created_date']._serialized_options = b'\340A\002'
|
|
48
|
+
_globals['_RULE'].fields_by_name['modified_date']._loaded_options = None
|
|
49
|
+
_globals['_RULE'].fields_by_name['modified_date']._serialized_options = b'\340A\002'
|
|
50
|
+
_globals['_RULE'].fields_by_name['created_by_user_id']._loaded_options = None
|
|
51
|
+
_globals['_RULE'].fields_by_name['created_by_user_id']._serialized_options = b'\340A\002'
|
|
52
|
+
_globals['_RULE'].fields_by_name['modified_by_user_id']._loaded_options = None
|
|
53
|
+
_globals['_RULE'].fields_by_name['modified_by_user_id']._serialized_options = b'\340A\002'
|
|
54
|
+
_globals['_RULE'].fields_by_name['organization_id']._loaded_options = None
|
|
55
|
+
_globals['_RULE'].fields_by_name['organization_id']._serialized_options = b'\340A\002'
|
|
56
|
+
_globals['_RULE'].fields_by_name['conditions']._loaded_options = None
|
|
57
|
+
_globals['_RULE'].fields_by_name['conditions']._serialized_options = b'\340A\002'
|
|
58
|
+
_globals['_RULE'].fields_by_name['rule_version']._loaded_options = None
|
|
59
|
+
_globals['_RULE'].fields_by_name['rule_version']._serialized_options = b'\340A\002'
|
|
60
|
+
_globals['_RULE'].fields_by_name['client_key']._loaded_options = None
|
|
61
|
+
_globals['_RULE'].fields_by_name['client_key']._serialized_options = b'\340A\001'
|
|
62
|
+
_globals['_RULE'].fields_by_name['asset_configuration']._loaded_options = None
|
|
63
|
+
_globals['_RULE'].fields_by_name['asset_configuration']._serialized_options = b'\340A\002'
|
|
64
|
+
_globals['_RULE'].fields_by_name['contextual_channels']._loaded_options = None
|
|
65
|
+
_globals['_RULE'].fields_by_name['contextual_channels']._serialized_options = b'\340A\002'
|
|
66
|
+
_globals['_RULECONDITION'].fields_by_name['rule_condition_id']._loaded_options = None
|
|
67
|
+
_globals['_RULECONDITION'].fields_by_name['rule_condition_id']._serialized_options = b'\340A\002'
|
|
68
|
+
_globals['_RULECONDITION'].fields_by_name['rule_id']._loaded_options = None
|
|
69
|
+
_globals['_RULECONDITION'].fields_by_name['rule_id']._serialized_options = b'\340A\002'
|
|
70
|
+
_globals['_RULECONDITION'].fields_by_name['expression']._loaded_options = None
|
|
71
|
+
_globals['_RULECONDITION'].fields_by_name['expression']._serialized_options = b'\340A\002'
|
|
72
|
+
_globals['_RULECONDITION'].fields_by_name['created_date']._loaded_options = None
|
|
73
|
+
_globals['_RULECONDITION'].fields_by_name['created_date']._serialized_options = b'\340A\002'
|
|
74
|
+
_globals['_RULECONDITION'].fields_by_name['modified_date']._loaded_options = None
|
|
75
|
+
_globals['_RULECONDITION'].fields_by_name['modified_date']._serialized_options = b'\340A\002'
|
|
76
|
+
_globals['_RULECONDITION'].fields_by_name['created_by_user_id']._loaded_options = None
|
|
77
|
+
_globals['_RULECONDITION'].fields_by_name['created_by_user_id']._serialized_options = b'\340A\002'
|
|
78
|
+
_globals['_RULECONDITION'].fields_by_name['modified_by_user_id']._loaded_options = None
|
|
79
|
+
_globals['_RULECONDITION'].fields_by_name['modified_by_user_id']._serialized_options = b'\340A\002'
|
|
80
|
+
_globals['_RULECONDITION'].fields_by_name['actions']._loaded_options = None
|
|
81
|
+
_globals['_RULECONDITION'].fields_by_name['actions']._serialized_options = b'\340A\002'
|
|
82
|
+
_globals['_RULECONDITION'].fields_by_name['rule_condition_version_id']._loaded_options = None
|
|
83
|
+
_globals['_RULECONDITION'].fields_by_name['rule_condition_version_id']._serialized_options = b'\340A\002'
|
|
84
|
+
_globals['_RULEACTION'].fields_by_name['rule_action_id']._loaded_options = None
|
|
85
|
+
_globals['_RULEACTION'].fields_by_name['rule_action_id']._serialized_options = b'\340A\002'
|
|
86
|
+
_globals['_RULEACTION'].fields_by_name['rule_condition_id']._loaded_options = None
|
|
87
|
+
_globals['_RULEACTION'].fields_by_name['rule_condition_id']._serialized_options = b'\340A\002'
|
|
88
|
+
_globals['_RULEACTION'].fields_by_name['action_type']._loaded_options = None
|
|
89
|
+
_globals['_RULEACTION'].fields_by_name['action_type']._serialized_options = b'\340A\002'
|
|
90
|
+
_globals['_RULEACTION'].fields_by_name['configuration']._loaded_options = None
|
|
91
|
+
_globals['_RULEACTION'].fields_by_name['configuration']._serialized_options = b'\340A\002'
|
|
92
|
+
_globals['_RULEACTION'].fields_by_name['created_date']._loaded_options = None
|
|
93
|
+
_globals['_RULEACTION'].fields_by_name['created_date']._serialized_options = b'\340A\002'
|
|
94
|
+
_globals['_RULEACTION'].fields_by_name['modified_date']._loaded_options = None
|
|
95
|
+
_globals['_RULEACTION'].fields_by_name['modified_date']._serialized_options = b'\340A\002'
|
|
96
|
+
_globals['_RULEACTION'].fields_by_name['created_by_user_id']._loaded_options = None
|
|
97
|
+
_globals['_RULEACTION'].fields_by_name['created_by_user_id']._serialized_options = b'\340A\002'
|
|
98
|
+
_globals['_RULEACTION'].fields_by_name['modified_by_user_id']._loaded_options = None
|
|
99
|
+
_globals['_RULEACTION'].fields_by_name['modified_by_user_id']._serialized_options = b'\340A\002'
|
|
100
|
+
_globals['_RULEACTION'].fields_by_name['rule_action_version_id']._loaded_options = None
|
|
101
|
+
_globals['_RULEACTION'].fields_by_name['rule_action_version_id']._serialized_options = b'\340A\002'
|
|
102
|
+
_globals['_CONTEXTUALCHANNELS'].fields_by_name['channels']._loaded_options = None
|
|
103
|
+
_globals['_CONTEXTUALCHANNELS'].fields_by_name['channels']._serialized_options = b'\340A\002'
|
|
104
|
+
_globals['_SEARCHRULESRESPONSE'].fields_by_name['count']._loaded_options = None
|
|
105
|
+
_globals['_SEARCHRULESRESPONSE'].fields_by_name['count']._serialized_options = b'\340A\002'
|
|
106
|
+
_globals['_SEARCHRULESRESPONSE'].fields_by_name['rules']._loaded_options = None
|
|
107
|
+
_globals['_SEARCHRULESRESPONSE'].fields_by_name['rules']._serialized_options = b'\340A\002'
|
|
108
|
+
_globals['_GETRULEREQUEST'].fields_by_name['rule_id']._loaded_options = None
|
|
109
|
+
_globals['_GETRULEREQUEST'].fields_by_name['rule_id']._serialized_options = b'\340A\001'
|
|
110
|
+
_globals['_GETRULEREQUEST'].fields_by_name['client_key']._loaded_options = None
|
|
111
|
+
_globals['_GETRULEREQUEST'].fields_by_name['client_key']._serialized_options = b'\340A\001'
|
|
112
|
+
_globals['_GETRULERESPONSE'].fields_by_name['rule']._loaded_options = None
|
|
113
|
+
_globals['_GETRULERESPONSE'].fields_by_name['rule']._serialized_options = b'\340A\002'
|
|
114
|
+
_globals['_BATCHGETRULESREQUEST'].fields_by_name['rule_ids']._loaded_options = None
|
|
115
|
+
_globals['_BATCHGETRULESREQUEST'].fields_by_name['rule_ids']._serialized_options = b'\340A\001'
|
|
116
|
+
_globals['_BATCHGETRULESREQUEST'].fields_by_name['client_keys']._loaded_options = None
|
|
117
|
+
_globals['_BATCHGETRULESREQUEST'].fields_by_name['client_keys']._serialized_options = b'\340A\001'
|
|
118
|
+
_globals['_BATCHGETRULESRESPONSE'].fields_by_name['rules']._loaded_options = None
|
|
119
|
+
_globals['_BATCHGETRULESRESPONSE'].fields_by_name['rules']._serialized_options = b'\340A\002'
|
|
120
|
+
_globals['_CREATERULEREQUEST'].fields_by_name['update']._loaded_options = None
|
|
121
|
+
_globals['_CREATERULEREQUEST'].fields_by_name['update']._serialized_options = b'\340A\002'
|
|
122
|
+
_globals['_CREATERULERESPONSE'].fields_by_name['rule_id']._loaded_options = None
|
|
123
|
+
_globals['_CREATERULERESPONSE'].fields_by_name['rule_id']._serialized_options = b'\340A\002'
|
|
124
|
+
_globals['_UPDATERULEREQUEST'].fields_by_name['name']._loaded_options = None
|
|
125
|
+
_globals['_UPDATERULEREQUEST'].fields_by_name['name']._serialized_options = b'\340A\002'
|
|
126
|
+
_globals['_UPDATERULEREQUEST'].fields_by_name['description']._loaded_options = None
|
|
127
|
+
_globals['_UPDATERULEREQUEST'].fields_by_name['description']._serialized_options = b'\340A\002'
|
|
128
|
+
_globals['_UPDATERULEREQUEST'].fields_by_name['asset_id']._loaded_options = None
|
|
129
|
+
_globals['_UPDATERULEREQUEST'].fields_by_name['asset_id']._serialized_options = b'\030\001\340A\001'
|
|
130
|
+
_globals['_UPDATERULEREQUEST'].fields_by_name['is_enabled']._loaded_options = None
|
|
131
|
+
_globals['_UPDATERULEREQUEST'].fields_by_name['is_enabled']._serialized_options = b'\340A\002'
|
|
132
|
+
_globals['_UPDATERULEREQUEST'].fields_by_name['conditions']._loaded_options = None
|
|
133
|
+
_globals['_UPDATERULEREQUEST'].fields_by_name['conditions']._serialized_options = b'\340A\002'
|
|
134
|
+
_globals['_UPDATECONDITIONREQUEST'].fields_by_name['expression']._loaded_options = None
|
|
135
|
+
_globals['_UPDATECONDITIONREQUEST'].fields_by_name['expression']._serialized_options = b'\340A\002'
|
|
136
|
+
_globals['_UPDATECONDITIONREQUEST'].fields_by_name['actions']._loaded_options = None
|
|
137
|
+
_globals['_UPDATECONDITIONREQUEST'].fields_by_name['actions']._serialized_options = b'\340A\002'
|
|
138
|
+
_globals['_UPDATEACTIONREQUEST'].fields_by_name['action_type']._loaded_options = None
|
|
139
|
+
_globals['_UPDATEACTIONREQUEST'].fields_by_name['action_type']._serialized_options = b'\340A\002'
|
|
140
|
+
_globals['_UPDATEACTIONREQUEST'].fields_by_name['configuration']._loaded_options = None
|
|
141
|
+
_globals['_UPDATEACTIONREQUEST'].fields_by_name['configuration']._serialized_options = b'\340A\002'
|
|
142
|
+
_globals['_UPDATERULERESPONSE'].fields_by_name['rule_id']._loaded_options = None
|
|
143
|
+
_globals['_UPDATERULERESPONSE'].fields_by_name['rule_id']._serialized_options = b'\340A\002'
|
|
144
|
+
_globals['_BATCHUPDATERULESREQUEST'].fields_by_name['rules']._loaded_options = None
|
|
145
|
+
_globals['_BATCHUPDATERULESREQUEST'].fields_by_name['rules']._serialized_options = b'\340A\002'
|
|
146
|
+
_globals['_BATCHUPDATERULESRESPONSE'].fields_by_name['success']._loaded_options = None
|
|
147
|
+
_globals['_BATCHUPDATERULESRESPONSE'].fields_by_name['success']._serialized_options = b'\340A\002'
|
|
148
|
+
_globals['_BATCHUPDATERULESRESPONSE'].fields_by_name['rules_created_count']._loaded_options = None
|
|
149
|
+
_globals['_BATCHUPDATERULESRESPONSE'].fields_by_name['rules_created_count']._serialized_options = b'\340A\002'
|
|
150
|
+
_globals['_BATCHUPDATERULESRESPONSE'].fields_by_name['rules_updated_count']._loaded_options = None
|
|
151
|
+
_globals['_BATCHUPDATERULESRESPONSE'].fields_by_name['rules_updated_count']._serialized_options = b'\340A\002'
|
|
152
|
+
_globals['_DELETERULEREQUEST'].fields_by_name['rule_id']._loaded_options = None
|
|
153
|
+
_globals['_DELETERULEREQUEST'].fields_by_name['rule_id']._serialized_options = b'\340A\001'
|
|
154
|
+
_globals['_DELETERULEREQUEST'].fields_by_name['client_key']._loaded_options = None
|
|
155
|
+
_globals['_DELETERULEREQUEST'].fields_by_name['client_key']._serialized_options = b'\340A\001'
|
|
156
|
+
_globals['_VIEWHUMANFRIENDLYRULESREQUEST'].fields_by_name['asset_id']._loaded_options = None
|
|
157
|
+
_globals['_VIEWHUMANFRIENDLYRULESREQUEST'].fields_by_name['asset_id']._serialized_options = b'\340A\002'
|
|
158
|
+
_globals['_VIEWHUMANFRIENDLYRULESREQUEST']._loaded_options = None
|
|
159
|
+
_globals['_VIEWHUMANFRIENDLYRULESREQUEST']._serialized_options = b'\030\001'
|
|
160
|
+
_globals['_VIEWHUMANFRIENDLYRULESRESPONSE'].fields_by_name['rules_json']._loaded_options = None
|
|
161
|
+
_globals['_VIEWHUMANFRIENDLYRULESRESPONSE'].fields_by_name['rules_json']._serialized_options = b'\340A\002'
|
|
162
|
+
_globals['_VIEWHUMANFRIENDLYRULESRESPONSE']._loaded_options = None
|
|
163
|
+
_globals['_VIEWHUMANFRIENDLYRULESRESPONSE']._serialized_options = b'\030\001'
|
|
164
|
+
_globals['_UPDATEHUMANFRIENDLYRULESREQUEST'].fields_by_name['asset_id']._loaded_options = None
|
|
165
|
+
_globals['_UPDATEHUMANFRIENDLYRULESREQUEST'].fields_by_name['asset_id']._serialized_options = b'\340A\002'
|
|
166
|
+
_globals['_UPDATEHUMANFRIENDLYRULESREQUEST'].fields_by_name['rules_json']._loaded_options = None
|
|
167
|
+
_globals['_UPDATEHUMANFRIENDLYRULESREQUEST'].fields_by_name['rules_json']._serialized_options = b'\340A\002'
|
|
168
|
+
_globals['_UPDATEHUMANFRIENDLYRULESREQUEST'].fields_by_name['organization_id']._loaded_options = None
|
|
169
|
+
_globals['_UPDATEHUMANFRIENDLYRULESREQUEST'].fields_by_name['organization_id']._serialized_options = b'\340A\002'
|
|
170
|
+
_globals['_UPDATEHUMANFRIENDLYRULESREQUEST']._loaded_options = None
|
|
171
|
+
_globals['_UPDATEHUMANFRIENDLYRULESREQUEST']._serialized_options = b'\030\001'
|
|
172
|
+
_globals['_UPDATEHUMANFRIENDLYRULESRESPONSE'].fields_by_name['success']._loaded_options = None
|
|
173
|
+
_globals['_UPDATEHUMANFRIENDLYRULESRESPONSE'].fields_by_name['success']._serialized_options = b'\340A\002'
|
|
174
|
+
_globals['_UPDATEHUMANFRIENDLYRULESRESPONSE'].fields_by_name['rules_count']._loaded_options = None
|
|
175
|
+
_globals['_UPDATEHUMANFRIENDLYRULESRESPONSE'].fields_by_name['rules_count']._serialized_options = b'\340A\002'
|
|
176
|
+
_globals['_UPDATEHUMANFRIENDLYRULESRESPONSE'].fields_by_name['messages']._loaded_options = None
|
|
177
|
+
_globals['_UPDATEHUMANFRIENDLYRULESRESPONSE'].fields_by_name['messages']._serialized_options = b'\340A\002'
|
|
178
|
+
_globals['_UPDATEHUMANFRIENDLYRULESRESPONSE']._loaded_options = None
|
|
179
|
+
_globals['_UPDATEHUMANFRIENDLYRULESRESPONSE']._serialized_options = b'\030\001'
|
|
180
|
+
_globals['_VIEWJSONRULESREQUEST'].fields_by_name['asset_id']._loaded_options = None
|
|
181
|
+
_globals['_VIEWJSONRULESREQUEST'].fields_by_name['asset_id']._serialized_options = b'\340A\002'
|
|
182
|
+
_globals['_VIEWJSONRULESRESPONSE'].fields_by_name['rules_json']._loaded_options = None
|
|
183
|
+
_globals['_VIEWJSONRULESRESPONSE'].fields_by_name['rules_json']._serialized_options = b'\340A\002'
|
|
184
|
+
_globals['_JSONRULESREQUEST'].fields_by_name['asset_id']._loaded_options = None
|
|
185
|
+
_globals['_JSONRULESREQUEST'].fields_by_name['asset_id']._serialized_options = b'\340A\002'
|
|
186
|
+
_globals['_JSONRULESREQUEST'].fields_by_name['rules_json']._loaded_options = None
|
|
187
|
+
_globals['_JSONRULESREQUEST'].fields_by_name['rules_json']._serialized_options = b'\340A\002'
|
|
188
|
+
_globals['_JSONRULESREQUEST'].fields_by_name['organization_id']._loaded_options = None
|
|
189
|
+
_globals['_JSONRULESREQUEST'].fields_by_name['organization_id']._serialized_options = b'\340A\002'
|
|
190
|
+
_globals['_JSONRULESRESPONSE'].fields_by_name['success']._loaded_options = None
|
|
191
|
+
_globals['_JSONRULESRESPONSE'].fields_by_name['success']._serialized_options = b'\340A\002'
|
|
192
|
+
_globals['_JSONRULESRESPONSE'].fields_by_name['total_rules_count']._loaded_options = None
|
|
193
|
+
_globals['_JSONRULESRESPONSE'].fields_by_name['total_rules_count']._serialized_options = b'\340A\002'
|
|
194
|
+
_globals['_JSONRULESRESPONSE'].fields_by_name['rules_created_count']._loaded_options = None
|
|
195
|
+
_globals['_JSONRULESRESPONSE'].fields_by_name['rules_created_count']._serialized_options = b'\340A\002'
|
|
196
|
+
_globals['_JSONRULESRESPONSE'].fields_by_name['rules_updated_count']._loaded_options = None
|
|
197
|
+
_globals['_JSONRULESRESPONSE'].fields_by_name['rules_updated_count']._serialized_options = b'\340A\002'
|
|
198
|
+
_globals['_JSONRULESRESPONSE'].fields_by_name['rules_deleted_count']._loaded_options = None
|
|
199
|
+
_globals['_JSONRULESRESPONSE'].fields_by_name['rules_deleted_count']._serialized_options = b'\340A\002'
|
|
200
|
+
_globals['_VALIDATEJSONRULESREQUEST'].fields_by_name['request']._loaded_options = None
|
|
201
|
+
_globals['_VALIDATEJSONRULESREQUEST'].fields_by_name['request']._serialized_options = b'\340A\002'
|
|
202
|
+
_globals['_VALIDATEJSONRULESRESPONSE'].fields_by_name['response']._loaded_options = None
|
|
203
|
+
_globals['_VALIDATEJSONRULESRESPONSE'].fields_by_name['response']._serialized_options = b'\340A\002'
|
|
204
|
+
_globals['_UPDATEJSONRULESREQUEST'].fields_by_name['request']._loaded_options = None
|
|
205
|
+
_globals['_UPDATEJSONRULESREQUEST'].fields_by_name['request']._serialized_options = b'\340A\002'
|
|
206
|
+
_globals['_UPDATEJSONRULESRESPONSE'].fields_by_name['response']._loaded_options = None
|
|
207
|
+
_globals['_UPDATEJSONRULESRESPONSE'].fields_by_name['response']._serialized_options = b'\340A\002'
|
|
208
|
+
_globals['_LISTRULEVERSIONSREQUEST'].fields_by_name['rule_id']._loaded_options = None
|
|
209
|
+
_globals['_LISTRULEVERSIONSREQUEST'].fields_by_name['rule_id']._serialized_options = b'\340A\002'
|
|
210
|
+
_globals['_LISTRULEVERSIONSREQUEST'].fields_by_name['page_size']._loaded_options = None
|
|
211
|
+
_globals['_LISTRULEVERSIONSREQUEST'].fields_by_name['page_size']._serialized_options = b'\340A\001'
|
|
212
|
+
_globals['_LISTRULEVERSIONSREQUEST'].fields_by_name['page_token']._loaded_options = None
|
|
213
|
+
_globals['_LISTRULEVERSIONSREQUEST'].fields_by_name['page_token']._serialized_options = b'\340A\001'
|
|
214
|
+
_globals['_RULEVERSION'].fields_by_name['rule_id']._loaded_options = None
|
|
215
|
+
_globals['_RULEVERSION'].fields_by_name['rule_id']._serialized_options = b'\340A\002'
|
|
216
|
+
_globals['_RULEVERSION'].fields_by_name['rule_version_id']._loaded_options = None
|
|
217
|
+
_globals['_RULEVERSION'].fields_by_name['rule_version_id']._serialized_options = b'\340A\002'
|
|
218
|
+
_globals['_RULEVERSION'].fields_by_name['version']._loaded_options = None
|
|
219
|
+
_globals['_RULEVERSION'].fields_by_name['version']._serialized_options = b'\340A\002'
|
|
220
|
+
_globals['_RULEVERSION'].fields_by_name['created_date']._loaded_options = None
|
|
221
|
+
_globals['_RULEVERSION'].fields_by_name['created_date']._serialized_options = b'\340A\002'
|
|
222
|
+
_globals['_RULEVERSION'].fields_by_name['created_by_user_id']._loaded_options = None
|
|
223
|
+
_globals['_RULEVERSION'].fields_by_name['created_by_user_id']._serialized_options = b'\340A\002'
|
|
224
|
+
_globals['_RULEVERSION'].fields_by_name['version_notes']._loaded_options = None
|
|
225
|
+
_globals['_RULEVERSION'].fields_by_name['version_notes']._serialized_options = b'\340A\002'
|
|
226
|
+
_globals['_RULEVERSION'].fields_by_name['generated_change_message']._loaded_options = None
|
|
227
|
+
_globals['_RULEVERSION'].fields_by_name['generated_change_message']._serialized_options = b'\340A\002'
|
|
228
|
+
_globals['_LISTRULEVERSIONSRESPONSE'].fields_by_name['rule_versions']._loaded_options = None
|
|
229
|
+
_globals['_LISTRULEVERSIONSRESPONSE'].fields_by_name['rule_versions']._serialized_options = b'\340A\002'
|
|
230
|
+
_globals['_GETRULEVERSIONREQUEST'].fields_by_name['rule_version_id']._loaded_options = None
|
|
231
|
+
_globals['_GETRULEVERSIONREQUEST'].fields_by_name['rule_version_id']._serialized_options = b'\340A\002'
|
|
232
|
+
_globals['_GETRULEVERSIONRESPONSE'].fields_by_name['rule']._loaded_options = None
|
|
233
|
+
_globals['_GETRULEVERSIONRESPONSE'].fields_by_name['rule']._serialized_options = b'\340A\002'
|
|
234
|
+
_globals['_BATCHGETRULEVERSIONSREQUEST'].fields_by_name['rule_version_ids']._loaded_options = None
|
|
235
|
+
_globals['_BATCHGETRULEVERSIONSREQUEST'].fields_by_name['rule_version_ids']._serialized_options = b'\340A\002'
|
|
236
|
+
_globals['_BATCHGETRULEVERSIONSRESPONSE'].fields_by_name['rules']._loaded_options = None
|
|
237
|
+
_globals['_BATCHGETRULEVERSIONSRESPONSE'].fields_by_name['rules']._serialized_options = b'\340A\002'
|
|
238
|
+
_globals['_RULECONDITIONEXPRESSION'].fields_by_name['single_channel_comparison']._loaded_options = None
|
|
239
|
+
_globals['_RULECONDITIONEXPRESSION'].fields_by_name['single_channel_comparison']._serialized_options = b'\030\001'
|
|
240
|
+
_globals['_SINGLECHANNELCOMPARISONEXPRESSION'].fields_by_name['channel_component']._loaded_options = None
|
|
241
|
+
_globals['_SINGLECHANNELCOMPARISONEXPRESSION'].fields_by_name['channel_component']._serialized_options = b'\340A\002'
|
|
242
|
+
_globals['_SINGLECHANNELCOMPARISONEXPRESSION'].fields_by_name['channel_name']._loaded_options = None
|
|
243
|
+
_globals['_SINGLECHANNELCOMPARISONEXPRESSION'].fields_by_name['channel_name']._serialized_options = b'\340A\002'
|
|
244
|
+
_globals['_SINGLECHANNELCOMPARISONEXPRESSION'].fields_by_name['comparator']._loaded_options = None
|
|
245
|
+
_globals['_SINGLECHANNELCOMPARISONEXPRESSION'].fields_by_name['comparator']._serialized_options = b'\340A\002'
|
|
246
|
+
_globals['_CALCULATEDCHANNELCONFIG_CHANNELREFERENCESENTRY']._loaded_options = None
|
|
247
|
+
_globals['_CALCULATEDCHANNELCONFIG_CHANNELREFERENCESENTRY']._serialized_options = b'8\001'
|
|
248
|
+
_globals['_CALCULATEDCHANNELCONFIG'].fields_by_name['channel_references']._loaded_options = None
|
|
249
|
+
_globals['_CALCULATEDCHANNELCONFIG'].fields_by_name['channel_references']._serialized_options = b'\340A\002'
|
|
250
|
+
_globals['_CALCULATEDCHANNELCONFIG'].fields_by_name['expression']._loaded_options = None
|
|
251
|
+
_globals['_CALCULATEDCHANNELCONFIG'].fields_by_name['expression']._serialized_options = b'\340A\002'
|
|
252
|
+
_globals['_CHANNELREFERENCE'].fields_by_name['name']._loaded_options = None
|
|
253
|
+
_globals['_CHANNELREFERENCE'].fields_by_name['name']._serialized_options = b'\340A\002'
|
|
254
|
+
_globals['_CHANNELREFERENCE'].fields_by_name['component']._loaded_options = None
|
|
255
|
+
_globals['_CHANNELREFERENCE'].fields_by_name['component']._serialized_options = b'\340A\002'
|
|
256
|
+
_globals['_NOTIFICATIONACTIONCONFIGURATION'].fields_by_name['recipient_user_ids']._loaded_options = None
|
|
257
|
+
_globals['_NOTIFICATIONACTIONCONFIGURATION'].fields_by_name['recipient_user_ids']._serialized_options = b'\340A\002'
|
|
258
|
+
_globals['_ANNOTATIONACTIONCONFIGURATION'].fields_by_name['tag_ids']._loaded_options = None
|
|
259
|
+
_globals['_ANNOTATIONACTIONCONFIGURATION'].fields_by_name['tag_ids']._serialized_options = b'\340A\002'
|
|
260
|
+
_globals['_EVALUATERULESREQUEST'].fields_by_name['rule_ids']._loaded_options = None
|
|
261
|
+
_globals['_EVALUATERULESREQUEST'].fields_by_name['rule_ids']._serialized_options = b'\340A\002'
|
|
262
|
+
_globals['_EVALUATERULESREQUEST']._loaded_options = None
|
|
263
|
+
_globals['_EVALUATERULESREQUEST']._serialized_options = b'\030\001'
|
|
264
|
+
_globals['_EVALUATERULESRESPONSE']._loaded_options = None
|
|
265
|
+
_globals['_EVALUATERULESRESPONSE']._serialized_options = b'\030\001'
|
|
266
|
+
_globals['_DRYRUNANNOTATION'].fields_by_name['start_time']._loaded_options = None
|
|
267
|
+
_globals['_DRYRUNANNOTATION'].fields_by_name['start_time']._serialized_options = b'\340A\002'
|
|
268
|
+
_globals['_DRYRUNANNOTATION'].fields_by_name['end_time']._loaded_options = None
|
|
269
|
+
_globals['_DRYRUNANNOTATION'].fields_by_name['end_time']._serialized_options = b'\340A\002'
|
|
270
|
+
_globals['_RULESERVICE']._loaded_options = None
|
|
271
|
+
_globals['_RULESERVICE']._serialized_options = b'\222A\255\001\0220Service to programmatically interact with rules.\032y\n\037Read more about what rules are.\022Vhttps://customer.support.siftstack.com/servicedesk/customer/portal/2/article/265421102'
|
|
272
|
+
_globals['_RULESERVICE'].methods_by_name['SearchRules']._loaded_options = None
|
|
273
|
+
_globals['_RULESERVICE'].methods_by_name['SearchRules']._serialized_options = b'\222AA\022\013SearchRules\0322Queries rules based on provided search parameters.\202\323\344\223\002\031\"\024/api/v1/rules/search:\001*'
|
|
274
|
+
_globals['_RULESERVICE'].methods_by_name['GetRule']._loaded_options = None
|
|
275
|
+
_globals['_RULESERVICE'].methods_by_name['GetRule']._serialized_options = b'\222A2\022\007GetRule\032\'Retrieves the latest version of a rule.\202\323\344\223\002\017\022\r/api/v1/rules'
|
|
276
|
+
_globals['_RULESERVICE'].methods_by_name['BatchGetRules']._loaded_options = None
|
|
277
|
+
_globals['_RULESERVICE'].methods_by_name['BatchGetRules']._serialized_options = b'\222A*\022\rBatchGetRules\032\031Retrieves multiple rules.\202\323\344\223\002\033\"\026/api/v1/rules:batchGet:\001*'
|
|
278
|
+
_globals['_RULESERVICE'].methods_by_name['CreateRule']._loaded_options = None
|
|
279
|
+
_globals['_RULESERVICE'].methods_by_name['CreateRule']._serialized_options = b'\222A\035\022\nCreateRule\032\017Creates a rule.\202\323\344\223\002\022\"\r/api/v1/rules:\001*'
|
|
280
|
+
_globals['_RULESERVICE'].methods_by_name['UpdateRule']._loaded_options = None
|
|
281
|
+
_globals['_RULESERVICE'].methods_by_name['UpdateRule']._serialized_options = b'\222A\'\022\nUpdateRule\032\031Updates an existing rule.\202\323\344\223\002\022\032\r/api/v1/rules:\001*'
|
|
282
|
+
_globals['_RULESERVICE'].methods_by_name['BatchUpdateRules']._loaded_options = None
|
|
283
|
+
_globals['_RULESERVICE'].methods_by_name['BatchUpdateRules']._serialized_options = b'\222AN\022\020BatchUpdateRules\032:Updates existing rules or creates rules that do not exist.\202\323\344\223\002\036\032\031/api/v1/rules:batchUpdate:\001*'
|
|
284
|
+
_globals['_RULESERVICE'].methods_by_name['DeleteRule']._loaded_options = None
|
|
285
|
+
_globals['_RULESERVICE'].methods_by_name['DeleteRule']._serialized_options = b'\222A\035\022\nDeleteRule\032\017Deletes a rule.\202\323\344\223\002\031\"\024/api/v1/rules/delete:\001*'
|
|
286
|
+
_globals['_RULESERVICE'].methods_by_name['EvaluateRules']._loaded_options = None
|
|
287
|
+
_globals['_RULESERVICE'].methods_by_name['EvaluateRules']._serialized_options = b'\210\002\001\222A[\022\rEvaluateRules\032JEvaluates the provided rules and generate annotations based on the result.\202\323\344\223\002\033\"\026/api/v1/rules/evaluate:\001*'
|
|
288
|
+
_globals['_RULESERVICE'].methods_by_name['ViewHumanFriendlyRules']._loaded_options = None
|
|
289
|
+
_globals['_RULESERVICE'].methods_by_name['ViewHumanFriendlyRules']._serialized_options = b'\210\002\001\222A_\022\026ViewHumanFriendlyRules\032ERetrieve a JSON object containing all of the rules for a given asset.\202\323\344\223\002!\022\037/api/v1/rules:viewHumanFriendly'
|
|
290
|
+
_globals['_RULESERVICE'].methods_by_name['ViewJsonRules']._loaded_options = None
|
|
291
|
+
_globals['_RULESERVICE'].methods_by_name['ViewJsonRules']._serialized_options = b'\222AV\022\rViewJsonRules\032ERetrieve a JSON object containing all of the rules for a given asset.\202\323\344\223\002\030\022\026/api/v1/rules:viewJson'
|
|
292
|
+
_globals['_RULESERVICE'].methods_by_name['UpdateHumanFriendlyRules']._loaded_options = None
|
|
293
|
+
_globals['_RULESERVICE'].methods_by_name['UpdateHumanFriendlyRules']._serialized_options = b'\210\002\001\222Ad\022\030UpdateHumanFriendlyRules\032HBatch update rules given the `rules_json` which is a JSON list of rules.\202\323\344\223\002&\"!/api/v1/rules:updateHumanFriendly:\001*'
|
|
294
|
+
_globals['_RULESERVICE'].methods_by_name['ValidateJsonRules']._loaded_options = None
|
|
295
|
+
_globals['_RULESERVICE'].methods_by_name['ValidateJsonRules']._serialized_options = b'\222Al\022\021ValidateJsonRules\032WValidate a batch update for rules given the `rules_json` which is a JSON list of rules.\202\323\344\223\002\037\"\032/api/v1/rules:validateJson:\001*'
|
|
296
|
+
_globals['_RULESERVICE'].methods_by_name['UpdateJsonRules']._loaded_options = None
|
|
297
|
+
_globals['_RULESERVICE'].methods_by_name['UpdateJsonRules']._serialized_options = b'\222A[\022\017UpdateJsonRules\032HBatch update rules given the `rules_json` which is a JSON list of rules.\202\323\344\223\002\035\"\030/api/v1/rules:updateJson:\001*'
|
|
298
|
+
_globals['_RULESERVICE'].methods_by_name['ListRuleVersions']._loaded_options = None
|
|
299
|
+
_globals['_RULESERVICE'].methods_by_name['ListRuleVersions']._serialized_options = b'\222AI\022\020ListRuleVersions\0325Retrieves a list of rule versions for the given rule.\202\323\344\223\002\"\022 /api/v1/rules/{rule_id}/versions'
|
|
300
|
+
_globals['_RULESERVICE'].methods_by_name['GetRuleVersion']._loaded_options = None
|
|
301
|
+
_globals['_RULESERVICE'].methods_by_name['GetRuleVersion']._serialized_options = b'\222A9\022\016GetRuleVersion\032\'Retrieves a specific version of a rule.\202\323\344\223\002\027\022\025/api/v1/rules:version'
|
|
302
|
+
_globals['_RULESERVICE'].methods_by_name['BatchGetRuleVersions']._loaded_options = None
|
|
303
|
+
_globals['_RULESERVICE'].methods_by_name['BatchGetRuleVersions']._serialized_options = b'\222AB\022\024BatchGetRuleVersions\032*Retrieves multiple rules by rule versions.\202\323\344\223\002#\"\036/api/v1/rules:batchGetVersions:\001*'
|
|
304
|
+
_globals['_SEARCHORDER']._serialized_start=9450
|
|
305
|
+
_globals['_SEARCHORDER']._serialized_end=9542
|
|
306
|
+
_globals['_ACTIONKIND']._serialized_start=9544
|
|
307
|
+
_globals['_ACTIONKIND']._serialized_end=9623
|
|
308
|
+
_globals['_CONDITIONCOMPARATOR']._serialized_start=9626
|
|
309
|
+
_globals['_CONDITIONCOMPARATOR']._serialized_end=9799
|
|
310
|
+
_globals['_RULE']._serialized_start=228
|
|
311
|
+
_globals['_RULE']._serialized_end=1043
|
|
312
|
+
_globals['_RULECONDITION']._serialized_start=1046
|
|
313
|
+
_globals['_RULECONDITION']._serialized_end=1585
|
|
314
|
+
_globals['_RULEACTION']._serialized_start=1588
|
|
315
|
+
_globals['_RULEACTION']._serialized_end=2138
|
|
316
|
+
_globals['_RULEASSETCONFIGURATION']._serialized_start=2140
|
|
317
|
+
_globals['_RULEASSETCONFIGURATION']._serialized_end=2218
|
|
318
|
+
_globals['_CONTEXTUALCHANNELS']._serialized_start=2220
|
|
319
|
+
_globals['_CONTEXTUALCHANNELS']._serialized_end=2306
|
|
320
|
+
_globals['_SEARCHRULESREQUEST']._serialized_start=2309
|
|
321
|
+
_globals['_SEARCHRULESREQUEST']._serialized_end=2654
|
|
322
|
+
_globals['_SEARCHRULESRESPONSE']._serialized_start=2656
|
|
323
|
+
_globals['_SEARCHRULESRESPONSE']._serialized_end=2752
|
|
324
|
+
_globals['_GETRULEREQUEST']._serialized_start=2754
|
|
325
|
+
_globals['_GETRULEREQUEST']._serialized_end=2836
|
|
326
|
+
_globals['_GETRULERESPONSE']._serialized_start=2838
|
|
327
|
+
_globals['_GETRULERESPONSE']._serialized_end=2901
|
|
328
|
+
_globals['_BATCHGETRULESREQUEST']._serialized_start=2903
|
|
329
|
+
_globals['_BATCHGETRULESREQUEST']._serialized_end=2995
|
|
330
|
+
_globals['_BATCHGETRULESRESPONSE']._serialized_start=2997
|
|
331
|
+
_globals['_BATCHGETRULESRESPONSE']._serialized_end=3068
|
|
332
|
+
_globals['_CREATERULEREQUEST']._serialized_start=3070
|
|
333
|
+
_globals['_CREATERULEREQUEST']._serialized_end=3152
|
|
334
|
+
_globals['_CREATERULERESPONSE']._serialized_start=3154
|
|
335
|
+
_globals['_CREATERULERESPONSE']._serialized_end=3204
|
|
336
|
+
_globals['_UPDATERULEREQUEST']._serialized_start=3207
|
|
337
|
+
_globals['_UPDATERULEREQUEST']._serialized_end=3779
|
|
338
|
+
_globals['_UPDATECONDITIONREQUEST']._serialized_start=3782
|
|
339
|
+
_globals['_UPDATECONDITIONREQUEST']._serialized_end=4027
|
|
340
|
+
_globals['_UPDATEACTIONREQUEST']._serialized_start=4030
|
|
341
|
+
_globals['_UPDATEACTIONREQUEST']._serialized_end=4261
|
|
342
|
+
_globals['_UPDATERULERESPONSE']._serialized_start=4263
|
|
343
|
+
_globals['_UPDATERULERESPONSE']._serialized_end=4313
|
|
344
|
+
_globals['_BATCHUPDATERULESREQUEST']._serialized_start=4315
|
|
345
|
+
_globals['_BATCHUPDATERULESREQUEST']._serialized_end=4401
|
|
346
|
+
_globals['_BATCHUPDATERULESRESPONSE']._serialized_start=4404
|
|
347
|
+
_globals['_BATCHUPDATERULESRESPONSE']._serialized_end=4567
|
|
348
|
+
_globals['_DELETERULEREQUEST']._serialized_start=4569
|
|
349
|
+
_globals['_DELETERULEREQUEST']._serialized_end=4654
|
|
350
|
+
_globals['_DELETERULERESPONSE']._serialized_start=4656
|
|
351
|
+
_globals['_DELETERULERESPONSE']._serialized_end=4676
|
|
352
|
+
_globals['_VIEWHUMANFRIENDLYRULESREQUEST']._serialized_start=4678
|
|
353
|
+
_globals['_VIEWHUMANFRIENDLYRULESREQUEST']._serialized_end=4745
|
|
354
|
+
_globals['_VIEWHUMANFRIENDLYRULESRESPONSE']._serialized_start=4747
|
|
355
|
+
_globals['_VIEWHUMANFRIENDLYRULESRESPONSE']._serialized_end=4819
|
|
356
|
+
_globals['_UPDATEHUMANFRIENDLYRULESREQUEST']._serialized_start=4822
|
|
357
|
+
_globals['_UPDATEHUMANFRIENDLYRULESREQUEST']._serialized_end=4973
|
|
358
|
+
_globals['_UPDATEHUMANFRIENDLYRULESRESPONSE']._serialized_start=4976
|
|
359
|
+
_globals['_UPDATEHUMANFRIENDLYRULESRESPONSE']._serialized_end=5116
|
|
360
|
+
_globals['_VIEWJSONRULESREQUEST']._serialized_start=5118
|
|
361
|
+
_globals['_VIEWJSONRULESREQUEST']._serialized_end=5172
|
|
362
|
+
_globals['_VIEWJSONRULESRESPONSE']._serialized_start=5174
|
|
363
|
+
_globals['_VIEWJSONRULESRESPONSE']._serialized_end=5233
|
|
364
|
+
_globals['_JSONRULESREQUEST']._serialized_start=5236
|
|
365
|
+
_globals['_JSONRULESREQUEST']._serialized_end=5368
|
|
366
|
+
_globals['_JSONRULESRESPONSE']._serialized_start=5371
|
|
367
|
+
_globals['_JSONRULESRESPONSE']._serialized_end=5692
|
|
368
|
+
_globals['_VALIDATEJSONRULESREQUEST']._serialized_start=5694
|
|
369
|
+
_globals['_VALIDATEJSONRULESREQUEST']._serialized_end=5784
|
|
370
|
+
_globals['_VALIDATEJSONRULESRESPONSE']._serialized_start=5786
|
|
371
|
+
_globals['_VALIDATEJSONRULESRESPONSE']._serialized_end=5880
|
|
372
|
+
_globals['_UPDATEJSONRULESREQUEST']._serialized_start=5882
|
|
373
|
+
_globals['_UPDATEJSONRULESREQUEST']._serialized_end=5970
|
|
374
|
+
_globals['_UPDATEJSONRULESRESPONSE']._serialized_start=5972
|
|
375
|
+
_globals['_UPDATEJSONRULESRESPONSE']._serialized_end=6064
|
|
376
|
+
_globals['_LISTRULEVERSIONSREQUEST']._serialized_start=6067
|
|
377
|
+
_globals['_LISTRULEVERSIONSREQUEST']._serialized_end=6216
|
|
378
|
+
_globals['_RULEVERSION']._serialized_start=6219
|
|
379
|
+
_globals['_RULEVERSION']._serialized_end=6561
|
|
380
|
+
_globals['_LISTRULEVERSIONSRESPONSE']._serialized_start=6564
|
|
381
|
+
_globals['_LISTRULEVERSIONSRESPONSE']._serialized_end=6700
|
|
382
|
+
_globals['_GETRULEVERSIONREQUEST']._serialized_start=6702
|
|
383
|
+
_globals['_GETRULEVERSIONREQUEST']._serialized_end=6770
|
|
384
|
+
_globals['_GETRULEVERSIONRESPONSE']._serialized_start=6772
|
|
385
|
+
_globals['_GETRULEVERSIONRESPONSE']._serialized_end=6842
|
|
386
|
+
_globals['_BATCHGETRULEVERSIONSREQUEST']._serialized_start=6844
|
|
387
|
+
_globals['_BATCHGETRULEVERSIONSREQUEST']._serialized_end=6920
|
|
388
|
+
_globals['_BATCHGETRULEVERSIONSRESPONSE']._serialized_start=6922
|
|
389
|
+
_globals['_BATCHGETRULEVERSIONSRESPONSE']._serialized_end=7000
|
|
390
|
+
_globals['_RULECONDITIONEXPRESSION']._serialized_start=7003
|
|
391
|
+
_globals['_RULECONDITIONEXPRESSION']._serialized_end=7247
|
|
392
|
+
_globals['_SINGLECHANNELCOMPARISONEXPRESSION']._serialized_start=7250
|
|
393
|
+
_globals['_SINGLECHANNELCOMPARISONEXPRESSION']._serialized_end=7581
|
|
394
|
+
_globals['_LASTVALUETHRESHOLD']._serialized_start=7583
|
|
395
|
+
_globals['_LASTVALUETHRESHOLD']._serialized_end=7603
|
|
396
|
+
_globals['_CALCULATEDCHANNELCONFIG']._serialized_start=7606
|
|
397
|
+
_globals['_CALCULATEDCHANNELCONFIG']._serialized_end=7886
|
|
398
|
+
_globals['_CALCULATEDCHANNELCONFIG_CHANNELREFERENCESENTRY']._serialized_start=7785
|
|
399
|
+
_globals['_CALCULATEDCHANNELCONFIG_CHANNELREFERENCESENTRY']._serialized_end=7886
|
|
400
|
+
_globals['_CHANNELREFERENCE']._serialized_start=7888
|
|
401
|
+
_globals['_CHANNELREFERENCE']._serialized_end=7966
|
|
402
|
+
_globals['_RULEACTIONCONFIGURATION']._serialized_start=7969
|
|
403
|
+
_globals['_RULEACTIONCONFIGURATION']._serialized_end=8177
|
|
404
|
+
_globals['_NOTIFICATIONACTIONCONFIGURATION']._serialized_start=8179
|
|
405
|
+
_globals['_NOTIFICATIONACTIONCONFIGURATION']._serialized_end=8263
|
|
406
|
+
_globals['_ANNOTATIONACTIONCONFIGURATION']._serialized_start=8266
|
|
407
|
+
_globals['_ANNOTATIONACTIONCONFIGURATION']._serialized_end=8481
|
|
408
|
+
_globals['_EVALUATERULESREQUEST']._serialized_start=8484
|
|
409
|
+
_globals['_EVALUATERULESREQUEST']._serialized_end=8754
|
|
410
|
+
_globals['_EVALUATEDANNOTATIONOPTIONS']._serialized_start=8756
|
|
411
|
+
_globals['_EVALUATEDANNOTATIONOPTIONS']._serialized_end=8809
|
|
412
|
+
_globals['_TIMERANGEQUERY']._serialized_start=8812
|
|
413
|
+
_globals['_TIMERANGEQUERY']._serialized_end=8942
|
|
414
|
+
_globals['_EVALUATERULESRESPONSE']._serialized_start=8945
|
|
415
|
+
_globals['_EVALUATERULESRESPONSE']._serialized_end=9198
|
|
416
|
+
_globals['_DRYRUNANNOTATION']._serialized_start=9201
|
|
417
|
+
_globals['_DRYRUNANNOTATION']._serialized_end=9448
|
|
418
|
+
_globals['_RULESERVICE']._serialized_start=9802
|
|
419
|
+
_globals['_RULESERVICE']._serialized_end=13273
|
|
420
|
+
# @@protoc_insertion_point(module_scope)
|