raystack-proton 2025.11.5.35259__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 +0 -0
- google/api/__init__.py +0 -0
- google/api/annotations_pb2.py +37 -0
- google/api/annotations_pb2.pyi +8 -0
- google/api/field_behavior_pb2.py +38 -0
- google/api/field_behavior_pb2.pyi +27 -0
- google/api/http_pb2.py +41 -0
- google/api/http_pb2.pyi +47 -0
- google/api/httpbody_pb2.py +38 -0
- google/api/httpbody_pb2.pyi +18 -0
- protoc_gen_openapiv2/__init__.py +0 -0
- protoc_gen_openapiv2/options/__init__.py +0 -0
- protoc_gen_openapiv2/options/annotations_pb2.py +37 -0
- protoc_gen_openapiv2/options/annotations_pb2.pyi +16 -0
- protoc_gen_openapiv2/options/openapiv2_pb2.py +142 -0
- protoc_gen_openapiv2/options/openapiv2_pb2.pyi +463 -0
- raystack/__init__.py +0 -0
- raystack/assets/__init__.py +0 -0
- raystack/assets/v1beta1/__init__.py +0 -0
- raystack/assets/v1beta1/bucket_pb2.py +45 -0
- raystack/assets/v1beta1/bucket_pb2.pyi +59 -0
- raystack/assets/v1beta1/dashboard_pb2.py +45 -0
- raystack/assets/v1beta1/dashboard_pb2.pyi +65 -0
- raystack/assets/v1beta1/event_pb2.py +38 -0
- raystack/assets/v1beta1/event_pb2.pyi +19 -0
- raystack/assets/v1beta1/group_pb2.py +43 -0
- raystack/assets/v1beta1/group_pb2.pyi +35 -0
- raystack/assets/v1beta1/job_pb2.py +43 -0
- raystack/assets/v1beta1/job_pb2.pyi +28 -0
- raystack/assets/v1beta1/lineage_pb2.py +38 -0
- raystack/assets/v1beta1/lineage_pb2.pyi +16 -0
- raystack/assets/v1beta1/ownership_pb2.py +39 -0
- raystack/assets/v1beta1/ownership_pb2.pyi +25 -0
- raystack/assets/v1beta1/preview_pb2.py +38 -0
- raystack/assets/v1beta1/preview_pb2.pyi +16 -0
- raystack/assets/v1beta1/properties_pb2.py +42 -0
- raystack/assets/v1beta1/properties_pb2.pyi +25 -0
- raystack/assets/v1beta1/resource_pb2.py +37 -0
- raystack/assets/v1beta1/resource_pb2.pyi +21 -0
- raystack/assets/v1beta1/schema_pb2.py +44 -0
- raystack/assets/v1beta1/schema_pb2.pyi +58 -0
- raystack/assets/v1beta1/table_pb2.py +49 -0
- raystack/assets/v1beta1/table_pb2.pyi +63 -0
- raystack/assets/v1beta1/timestamp_pb2.py +40 -0
- raystack/assets/v1beta1/timestamp_pb2.pyi +25 -0
- raystack/assets/v1beta1/topic_pb2.py +46 -0
- raystack/assets/v1beta1/topic_pb2.pyi +41 -0
- raystack/assets/v1beta1/user_pb2.py +45 -0
- raystack/assets/v1beta1/user_pb2.pyi +63 -0
- raystack/assets/v1beta2/__init__.py +0 -0
- raystack/assets/v1beta2/application_pb2.py +39 -0
- raystack/assets/v1beta2/application_pb2.pyi +24 -0
- raystack/assets/v1beta2/asset_pb2.py +44 -0
- raystack/assets/v1beta2/asset_pb2.pyi +49 -0
- raystack/assets/v1beta2/bucket_pb2.py +42 -0
- raystack/assets/v1beta2/bucket_pb2.pyi +54 -0
- raystack/assets/v1beta2/common_pb2.py +44 -0
- raystack/assets/v1beta2/common_pb2.pyi +52 -0
- raystack/assets/v1beta2/dashboard_pb2.py +42 -0
- raystack/assets/v1beta2/dashboard_pb2.pyi +60 -0
- raystack/assets/v1beta2/experiment_pb2.py +41 -0
- raystack/assets/v1beta2/experiment_pb2.pyi +40 -0
- raystack/assets/v1beta2/feature_table_pb2.py +47 -0
- raystack/assets/v1beta2/feature_table_pb2.pyi +59 -0
- raystack/assets/v1beta2/group_pb2.py +40 -0
- raystack/assets/v1beta2/group_pb2.pyi +26 -0
- raystack/assets/v1beta2/job_pb2.py +39 -0
- raystack/assets/v1beta2/job_pb2.pyi +20 -0
- raystack/assets/v1beta2/metric_pb2.py +39 -0
- raystack/assets/v1beta2/metric_pb2.pyi +28 -0
- raystack/assets/v1beta2/model_pb2.py +49 -0
- raystack/assets/v1beta2/model_pb2.pyi +73 -0
- raystack/assets/v1beta2/table_pb2.py +47 -0
- raystack/assets/v1beta2/table_pb2.pyi +93 -0
- raystack/assets/v1beta2/topic_pb2.py +43 -0
- raystack/assets/v1beta2/topic_pb2.pyi +40 -0
- raystack/assets/v1beta2/user_pb2.py +43 -0
- raystack/assets/v1beta2/user_pb2.pyi +61 -0
- raystack/common/__init__.py +0 -0
- raystack/common/v1/__init__.py +0 -0
- raystack/common/v1/service_connect.py +119 -0
- raystack/common/v1/service_pb2.py +48 -0
- raystack/common/v1/service_pb2.pyi +39 -0
- raystack/compass/__init__.py +0 -0
- raystack/compass/v1beta1/__init__.py +0 -0
- raystack/compass/v1beta1/service_connect.py +2784 -0
- raystack/compass/v1beta1/service_pb2.py +581 -0
- raystack/compass/v1beta1/service_pb2.pyi +1055 -0
- raystack/entropy/__init__.py +0 -0
- raystack/entropy/v1beta1/__init__.py +0 -0
- raystack/entropy/v1beta1/module_connect.py +379 -0
- raystack/entropy/v1beta1/module_pb2.py +72 -0
- raystack/entropy/v1beta1/module_pb2.pyi +88 -0
- raystack/entropy/v1beta1/resource_connect.py +574 -0
- raystack/entropy/v1beta1/resource_pb2.py +134 -0
- raystack/entropy/v1beta1/resource_pb2.pyi +268 -0
- raystack/frontier/__init__.py +0 -0
- raystack/frontier/v1beta1/__init__.py +0 -0
- raystack/frontier/v1beta1/admin_connect.py +4021 -0
- raystack/frontier/v1beta1/admin_pb2.py +617 -0
- raystack/frontier/v1beta1/admin_pb2.pyi +1151 -0
- raystack/frontier/v1beta1/frontier_connect.py +10974 -0
- raystack/frontier/v1beta1/frontier_pb2.py +1612 -0
- raystack/frontier/v1beta1/frontier_pb2.pyi +2666 -0
- raystack/frontier/v1beta1/models_pb2.py +400 -0
- raystack/frontier/v1beta1/models_pb2.pyi +1160 -0
- raystack/guardian/__init__.py +0 -0
- raystack/guardian/v1beta1/__init__.py +0 -0
- raystack/guardian/v1beta1/guardian_connect.py +2654 -0
- raystack/guardian/v1beta1/guardian_pb2.py +527 -0
- raystack/guardian/v1beta1/guardian_pb2.pyi +1257 -0
- raystack/optimus/__init__.py +0 -0
- raystack/optimus/core/__init__.py +0 -0
- raystack/optimus/core/v1beta1/__init__.py +0 -0
- raystack/optimus/core/v1beta1/backup_connect.py +249 -0
- raystack/optimus/core/v1beta1/backup_pb2.py +70 -0
- raystack/optimus/core/v1beta1/backup_pb2.pyi +108 -0
- raystack/optimus/core/v1beta1/job_run_connect.py +314 -0
- raystack/optimus/core/v1beta1/job_run_pb2.py +88 -0
- raystack/optimus/core/v1beta1/job_run_pb2.pyi +164 -0
- raystack/optimus/core/v1beta1/job_spec_connect.py +1289 -0
- raystack/optimus/core/v1beta1/job_spec_pb2.py +229 -0
- raystack/optimus/core/v1beta1/job_spec_pb2.pyi +700 -0
- raystack/optimus/core/v1beta1/namespace_connect.py +249 -0
- raystack/optimus/core/v1beta1/namespace_pb2.py +63 -0
- raystack/optimus/core/v1beta1/namespace_pb2.pyi +66 -0
- raystack/optimus/core/v1beta1/project_connect.py +249 -0
- raystack/optimus/core/v1beta1/project_pb2.py +63 -0
- raystack/optimus/core/v1beta1/project_pb2.pyi +60 -0
- raystack/optimus/core/v1beta1/replay_connect.py +314 -0
- raystack/optimus/core/v1beta1/replay_pb2.py +72 -0
- raystack/optimus/core/v1beta1/replay_pb2.pyi +127 -0
- raystack/optimus/core/v1beta1/resource_connect.py +509 -0
- raystack/optimus/core/v1beta1/resource_pb2.py +93 -0
- raystack/optimus/core/v1beta1/resource_pb2.pyi +182 -0
- raystack/optimus/core/v1beta1/runtime_connect.py +119 -0
- raystack/optimus/core/v1beta1/runtime_pb2.py +45 -0
- raystack/optimus/core/v1beta1/runtime_pb2.pyi +19 -0
- raystack/optimus/core/v1beta1/secret_connect.py +314 -0
- raystack/optimus/core/v1beta1/secret_pb2.py +66 -0
- raystack/optimus/core/v1beta1/secret_pb2.pyi +81 -0
- raystack/optimus/core/v1beta1/status_pb2.py +39 -0
- raystack/optimus/core/v1beta1/status_pb2.pyi +31 -0
- raystack/optimus/integration/__init__.py +0 -0
- raystack/optimus/integration/v1beta1/__init__.py +0 -0
- raystack/optimus/integration/v1beta1/event_pb2.py +50 -0
- raystack/optimus/integration/v1beta1/event_pb2.pyi +94 -0
- raystack/optimus/plugins/__init__.py +0 -0
- raystack/optimus/plugins/v1beta1/__init__.py +0 -0
- raystack/optimus/plugins/v1beta1/dependency_resolver_connect.py +314 -0
- raystack/optimus/plugins/v1beta1/dependency_resolver_pb2.py +66 -0
- raystack/optimus/plugins/v1beta1/dependency_resolver_pb2.pyi +118 -0
- raystack/predator/__init__.py +0 -0
- raystack/predator/v1beta1/__init__.py +0 -0
- raystack/predator/v1beta1/metrics_log_pb2.py +46 -0
- raystack/predator/v1beta1/metrics_log_pb2.pyi +68 -0
- raystack/predator/v1beta1/result_log_pb2.py +45 -0
- raystack/predator/v1beta1/result_log_pb2.pyi +61 -0
- raystack/raccoon/__init__.py +0 -0
- raystack/raccoon/v1beta1/__init__.py +0 -0
- raystack/raccoon/v1beta1/raccoon_connect.py +119 -0
- raystack/raccoon/v1beta1/raccoon_pb2.py +52 -0
- raystack/raccoon/v1beta1/raccoon_pb2.pyi +74 -0
- raystack/siren/__init__.py +0 -0
- raystack/siren/v1beta1/__init__.py +0 -0
- raystack/siren/v1beta1/siren_connect.py +2329 -0
- raystack/siren/v1beta1/siren_pb2.py +415 -0
- raystack/siren/v1beta1/siren_pb2.pyi +890 -0
- raystack/stencil/__init__.py +0 -0
- raystack/stencil/v1beta1/__init__.py +0 -0
- raystack/stencil/v1beta1/stencil_connect.py +1094 -0
- raystack/stencil/v1beta1/stencil_pb2.py +158 -0
- raystack/stencil/v1beta1/stencil_pb2.pyi +357 -0
- raystack_proton-2025.11.5.35259.dist-info/METADATA +103 -0
- raystack_proton-2025.11.5.35259.dist-info/RECORD +181 -0
- raystack_proton-2025.11.5.35259.dist-info/WHEEL +5 -0
- raystack_proton-2025.11.5.35259.dist-info/licenses/LICENSE +201 -0
- raystack_proton-2025.11.5.35259.dist-info/top_level.txt +4 -0
- validate/__init__.py +0 -0
- validate/validate_pb2.py +86 -0
- validate/validate_pb2.pyi +497 -0
|
@@ -0,0 +1,415 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: raystack/siren/v1beta1/siren.proto
|
|
5
|
+
# Protobuf Python Version: 6.33.0
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
33,
|
|
16
|
+
0,
|
|
17
|
+
'',
|
|
18
|
+
'raystack/siren/v1beta1/siren.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
26
|
+
from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2
|
|
27
|
+
from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
|
|
28
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
29
|
+
from protoc_gen_openapiv2.options import annotations_pb2 as protoc__gen__openapiv2_dot_options_dot_annotations__pb2
|
|
30
|
+
from validate import validate_pb2 as validate_dot_validate__pb2
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"raystack/siren/v1beta1/siren.proto\x12\x16raystack.siren.v1beta1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/descriptor.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\x1a\x17validate/validate.proto\"\x9a\x03\n\x08Provider\x12\x0e\n\x02id\x18\x01 \x01(\x04R\x02id\x12\x12\n\x04host\x18\x02 \x01(\tR\x04host\x12\x10\n\x03urn\x18\x03 \x01(\tR\x03urn\x12\x12\n\x04name\x18\x04 \x01(\tR\x04name\x12\x12\n\x04type\x18\x05 \x01(\tR\x04type\x12\x39\n\x0b\x63redentials\x18\x06 \x01(\x0b\x32\x17.google.protobuf.StructR\x0b\x63redentials\x12\x44\n\x06labels\x18\x07 \x03(\x0b\x32,.raystack.siren.v1beta1.Provider.LabelsEntryR\x06labels\x12\x39\n\ncreated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x1a\x39\n\x0bLabelsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"<\n\x14ListProvidersRequest\x12\x10\n\x03urn\x18\x01 \x01(\tR\x03urn\x12\x12\n\x04type\x18\x02 \x01(\tR\x04type\"W\n\x15ListProvidersResponse\x12>\n\tproviders\x18\x01 \x03(\x0b\x32 .raystack.siren.v1beta1.ProviderR\tproviders\"\xea\x02\n\x15\x43reateProviderRequest\x12\x1c\n\x04host\x18\x01 \x01(\tB\x08\xfa\x42\x05r\x03\x88\x01\x01R\x04host\x12)\n\x03urn\x18\x02 \x01(\tB\x17\xfa\x42\x14r\x12\x32\x10^[A-Za-z0-9_-]+$R\x03urn\x12+\n\x04name\x18\x03 \x01(\tB\x17\xfa\x42\x14r\x12\x32\x10^[A-Za-z0-9_-]+$R\x04name\x12\x12\n\x04type\x18\x04 \x01(\tR\x04type\x12\x39\n\x0b\x63redentials\x18\x05 \x01(\x0b\x32\x17.google.protobuf.StructR\x0b\x63redentials\x12Q\n\x06labels\x18\x06 \x03(\x0b\x32\x39.raystack.siren.v1beta1.CreateProviderRequest.LabelsEntryR\x06labels\x1a\x39\n\x0bLabelsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"(\n\x16\x43reateProviderResponse\x12\x0e\n\x02id\x18\x01 \x01(\x04R\x02id\"$\n\x12GetProviderRequest\x12\x0e\n\x02id\x18\x01 \x01(\x04R\x02id\"S\n\x13GetProviderResponse\x12<\n\x08provider\x18\x01 \x01(\x0b\x32 .raystack.siren.v1beta1.ProviderR\x08provider\"\xcf\x02\n\x15UpdateProviderRequest\x12\x0e\n\x02id\x18\x01 \x01(\x04R\x02id\x12\x1c\n\x04host\x18\x02 \x01(\tB\x08\xfa\x42\x05r\x03\x88\x01\x01R\x04host\x12+\n\x04name\x18\x03 \x01(\tB\x17\xfa\x42\x14r\x12\x32\x10^[A-Za-z0-9_-]+$R\x04name\x12\x12\n\x04type\x18\x04 \x01(\tR\x04type\x12\x39\n\x0b\x63redentials\x18\x05 \x01(\x0b\x32\x17.google.protobuf.StructR\x0b\x63redentials\x12Q\n\x06labels\x18\x06 \x03(\x0b\x32\x39.raystack.siren.v1beta1.UpdateProviderRequest.LabelsEntryR\x06labels\x1a\x39\n\x0bLabelsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"(\n\x16UpdateProviderResponse\x12\x0e\n\x02id\x18\x01 \x01(\x04R\x02id\"\'\n\x15\x44\x65leteProviderRequest\x12\x0e\n\x02id\x18\x01 \x01(\x04R\x02id\"\x18\n\x16\x44\x65leteProviderResponse\"\x90\x03\n\tNamespace\x12\x0e\n\x02id\x18\x01 \x01(\x04R\x02id\x12\x10\n\x03urn\x18\x02 \x01(\tR\x03urn\x12\x12\n\x04name\x18\x03 \x01(\tR\x04name\x12\x1a\n\x08provider\x18\x04 \x01(\x04R\x08provider\x12\x39\n\x0b\x63redentials\x18\x05 \x01(\x0b\x32\x17.google.protobuf.StructR\x0b\x63redentials\x12\x45\n\x06labels\x18\x06 \x03(\x0b\x32-.raystack.siren.v1beta1.Namespace.LabelsEntryR\x06labels\x12\x39\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x1a\x39\n\x0bLabelsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\x17\n\x15ListNamespacesRequest\"[\n\x16ListNamespacesResponse\x12\x41\n\nnamespaces\x18\x01 \x03(\x0b\x32!.raystack.siren.v1beta1.NamespaceR\nnamespaces\"\xcc\x03\n\x16\x43reateNamespaceRequest\x12+\n\x04name\x18\x01 \x01(\tB\x17\xfa\x42\x14r\x12\x32\x10^[A-Za-z0-9_-]+$R\x04name\x12)\n\x03urn\x18\x02 \x01(\tB\x17\xfa\x42\x14r\x12\x32\x10^[A-Za-z0-9_-]+$R\x03urn\x12\x1a\n\x08provider\x18\x03 \x01(\x04R\x08provider\x12\x39\n\x0b\x63redentials\x18\x04 \x01(\x0b\x32\x17.google.protobuf.StructR\x0b\x63redentials\x12R\n\x06labels\x18\x05 \x03(\x0b\x32:.raystack.siren.v1beta1.CreateNamespaceRequest.LabelsEntryR\x06labels\x12\x39\n\ncreated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x1a\x39\n\x0bLabelsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\")\n\x17\x43reateNamespaceResponse\x12\x0e\n\x02id\x18\x01 \x01(\x04R\x02id\"%\n\x13GetNamespaceRequest\x12\x0e\n\x02id\x18\x01 \x01(\x04R\x02id\"W\n\x14GetNamespaceResponse\x12?\n\tnamespace\x18\x01 \x01(\x0b\x32!.raystack.siren.v1beta1.NamespaceR\tnamespace\"\xbb\x02\n\x16UpdateNamespaceRequest\x12\x0e\n\x02id\x18\x01 \x01(\x04R\x02id\x12+\n\x04name\x18\x02 \x01(\tB\x17\xfa\x42\x14r\x12\x32\x10^[A-Za-z0-9_-]+$R\x04name\x12\x1a\n\x08provider\x18\x03 \x01(\x04R\x08provider\x12\x39\n\x0b\x63redentials\x18\x04 \x01(\x0b\x32\x17.google.protobuf.StructR\x0b\x63redentials\x12R\n\x06labels\x18\x05 \x03(\x0b\x32:.raystack.siren.v1beta1.UpdateNamespaceRequest.LabelsEntryR\x06labels\x1a\x39\n\x0bLabelsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\")\n\x17UpdateNamespaceResponse\x12\x0e\n\x02id\x18\x01 \x01(\x04R\x02id\"(\n\x16\x44\x65leteNamespaceRequest\x12\x0e\n\x02id\x18\x01 \x01(\x04R\x02id\"\x19\n\x17\x44\x65leteNamespaceResponse\"a\n\x10ReceiverMetadata\x12\x0e\n\x02id\x18\x01 \x01(\x04R\x02id\x12=\n\rconfiguration\x18\x04 \x01(\x0b\x32\x17.google.protobuf.StructR\rconfiguration\"\xa6\x03\n\x0cSubscription\x12\x0e\n\x02id\x18\x01 \x01(\x04R\x02id\x12)\n\x03urn\x18\x02 \x01(\tB\x17\xfa\x42\x14r\x12\x32\x10^[A-Za-z0-9_-]+$R\x03urn\x12\x1c\n\tnamespace\x18\x03 \x01(\x04R\tnamespace\x12\x46\n\treceivers\x18\x04 \x03(\x0b\x32(.raystack.siren.v1beta1.ReceiverMetadataR\treceivers\x12\x45\n\x05match\x18\x05 \x03(\x0b\x32/.raystack.siren.v1beta1.Subscription.MatchEntryR\x05match\x12\x39\n\ncreated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x1a\x38\n\nMatchEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\xa6\x05\n\x18ListSubscriptionsRequest\x12!\n\x0cnamespace_id\x18\x01 \x01(\x04R\x0bnamespaceId\x12\xbd\x01\n\x05match\x18\x02 \x03(\x0b\x32;.raystack.siren.v1beta1.ListSubscriptionsRequest.MatchEntryBj\x92\x41g2equery result based on subscription label matchers. the match key is written as map. eg, \"match[key1]\"R\x05match\x12\x87\x02\n\x12notification_match\x18\x03 \x03(\x0b\x32G.raystack.siren.v1beta1.ListSubscriptionsRequest.NotificationMatchEntryB\x8e\x01\x92\x41\x8a\x01\x32\x87\x01query result based on applied notification label matchers. the notification_match key is written as map. eg, \"notification_match[key1]\"R\x11notificationMatch\x12\x1d\n\nsilence_id\x18\x04 \x01(\tR\tsilenceId\x1a\x38\n\nMatchEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x1a\x44\n\x16NotificationMatchEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"g\n\x19ListSubscriptionsResponse\x12J\n\rsubscriptions\x18\x01 \x03(\x0b\x32$.raystack.siren.v1beta1.SubscriptionR\rsubscriptions\"\xba\x02\n\x19\x43reateSubscriptionRequest\x12)\n\x03urn\x18\x01 \x01(\tB\x17\xfa\x42\x14r\x12\x32\x10^[A-Za-z0-9_-]+$R\x03urn\x12\x1c\n\tnamespace\x18\x02 \x01(\x04R\tnamespace\x12\x46\n\treceivers\x18\x03 \x03(\x0b\x32(.raystack.siren.v1beta1.ReceiverMetadataR\treceivers\x12R\n\x05match\x18\x04 \x03(\x0b\x32<.raystack.siren.v1beta1.CreateSubscriptionRequest.MatchEntryR\x05match\x1a\x38\n\nMatchEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\",\n\x1a\x43reateSubscriptionResponse\x12\x0e\n\x02id\x18\x01 \x01(\x04R\x02id\"(\n\x16GetSubscriptionRequest\x12\x0e\n\x02id\x18\x01 \x01(\x04R\x02id\"c\n\x17GetSubscriptionResponse\x12H\n\x0csubscription\x18\x01 \x01(\x0b\x32$.raystack.siren.v1beta1.SubscriptionR\x0csubscription\"\xca\x02\n\x19UpdateSubscriptionRequest\x12\x0e\n\x02id\x18\x01 \x01(\x04R\x02id\x12)\n\x03urn\x18\x02 \x01(\tB\x17\xfa\x42\x14r\x12\x32\x10^[A-Za-z0-9_-]+$R\x03urn\x12\x1c\n\tnamespace\x18\x03 \x01(\x04R\tnamespace\x12\x46\n\treceivers\x18\x04 \x03(\x0b\x32(.raystack.siren.v1beta1.ReceiverMetadataR\treceivers\x12R\n\x05match\x18\x05 \x03(\x0b\x32<.raystack.siren.v1beta1.UpdateSubscriptionRequest.MatchEntryR\x05match\x1a\x38\n\nMatchEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\",\n\x1aUpdateSubscriptionResponse\x12\x0e\n\x02id\x18\x01 \x01(\x04R\x02id\"+\n\x19\x44\x65leteSubscriptionRequest\x12\x0e\n\x02id\x18\x01 \x01(\x04R\x02id\"\x1c\n\x1a\x44\x65leteSubscriptionResponse\"\xa7\x03\n\x08Receiver\x12\x0e\n\x02id\x18\x01 \x01(\x04R\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x12\n\x04type\x18\x03 \x01(\tR\x04type\x12\x44\n\x06labels\x18\x04 \x03(\x0b\x32,.raystack.siren.v1beta1.Receiver.LabelsEntryR\x06labels\x12?\n\x0e\x63onfigurations\x18\x05 \x01(\x0b\x32\x17.google.protobuf.StructR\x0e\x63onfigurations\x12+\n\x04\x64\x61ta\x18\x06 \x01(\x0b\x32\x17.google.protobuf.StructR\x04\x64\x61ta\x12\x39\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x1a\x39\n\x0bLabelsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\x16\n\x14ListReceiversRequest\"W\n\x15ListReceiversResponse\x12>\n\treceivers\x18\x01 \x03(\x0b\x32 .raystack.siren.v1beta1.ReceiverR\treceivers\"\xa8\x02\n\x15\x43reateReceiverRequest\x12,\n\x04name\x18\x01 \x01(\tB\x18\xfa\x42\x15r\x13\x32\x11^[A-Za-z0-9_.-]+$R\x04name\x12\x12\n\x04type\x18\x02 \x01(\tR\x04type\x12Q\n\x06labels\x18\x03 \x03(\x0b\x32\x39.raystack.siren.v1beta1.CreateReceiverRequest.LabelsEntryR\x06labels\x12?\n\x0e\x63onfigurations\x18\x04 \x01(\x0b\x32\x17.google.protobuf.StructR\x0e\x63onfigurations\x1a\x39\n\x0bLabelsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"(\n\x16\x43reateReceiverResponse\x12\x0e\n\x02id\x18\x01 \x01(\x04R\x02id\"$\n\x12GetReceiverRequest\x12\x0e\n\x02id\x18\x01 \x01(\x04R\x02id\"S\n\x13GetReceiverResponse\x12<\n\x08receiver\x18\x01 \x01(\x0b\x32 .raystack.siren.v1beta1.ReceiverR\x08receiver\"\xa4\x02\n\x15UpdateReceiverRequest\x12\x0e\n\x02id\x18\x01 \x01(\x04R\x02id\x12,\n\x04name\x18\x02 \x01(\tB\x18\xfa\x42\x15r\x13\x32\x11^[A-Za-z0-9_.-]+$R\x04name\x12Q\n\x06labels\x18\x03 \x03(\x0b\x32\x39.raystack.siren.v1beta1.UpdateReceiverRequest.LabelsEntryR\x06labels\x12?\n\x0e\x63onfigurations\x18\x04 \x01(\x0b\x32\x17.google.protobuf.StructR\x0e\x63onfigurations\x1a\x39\n\x0bLabelsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"(\n\x16UpdateReceiverResponse\x12\x0e\n\x02id\x18\x01 \x01(\x04R\x02id\"\'\n\x15\x44\x65leteReceiverRequest\x12\x0e\n\x02id\x18\x01 \x01(\x04R\x02id\"\x18\n\x16\x44\x65leteReceiverResponse\"Z\n\x15NotifyReceiverRequest\x12\x0e\n\x02id\x18\x01 \x01(\x04R\x02id\x12\x31\n\x07payload\x18\x02 \x01(\x0b\x32\x17.google.protobuf.StructR\x07payload\"\x18\n\x16NotifyReceiverResponse\"\xda\x02\n\x05\x41lert\x12\x0e\n\x02id\x18\x01 \x01(\x04R\x02id\x12\x1f\n\x0bprovider_id\x18\x02 \x01(\x04R\nproviderId\x12#\n\rresource_name\x18\x03 \x01(\tR\x0cresourceName\x12\x1f\n\x0bmetric_name\x18\x04 \x01(\tR\nmetricName\x12!\n\x0cmetric_value\x18\x05 \x01(\tR\x0bmetricValue\x12\x1a\n\x08severity\x18\x06 \x01(\tR\x08severity\x12\x12\n\x04rule\x18\x07 \x01(\tR\x04rule\x12=\n\x0ctriggered_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0btriggeredAt\x12!\n\x0cnamespace_id\x18\t \x01(\x04R\x0bnamespaceId\x12%\n\x0esilence_status\x18\n \x01(\tR\rsilenceStatus\"\x93\x02\n\x11ListAlertsRequest\x12#\n\rprovider_type\x18\x01 \x01(\tR\x0cproviderType\x12\x1f\n\x0bprovider_id\x18\x02 \x01(\x04R\nproviderId\x12<\n\rresource_name\x18\x03 \x01(\tB\x17\xfa\x42\x14r\x12\x32\x10^[A-Za-z0-9_-]+$R\x0cresourceName\x12\x1d\n\nstart_time\x18\x04 \x01(\x04R\tstartTime\x12\x19\n\x08\x65nd_time\x18\x05 \x01(\x04R\x07\x65ndTime\x12!\n\x0cnamespace_id\x18\x06 \x01(\x04R\x0bnamespaceId\x12\x1d\n\nsilence_id\x18\x07 \x01(\tR\tsilenceId\"K\n\x12ListAlertsResponse\x12\x35\n\x06\x61lerts\x18\x01 \x03(\x0b\x32\x1d.raystack.siren.v1beta1.AlertR\x06\x61lerts\"\x88\x01\n\x13\x43reateAlertsRequest\x12#\n\rprovider_type\x18\x01 \x01(\tR\x0cproviderType\x12\x1f\n\x0bprovider_id\x18\x02 \x01(\x04R\nproviderId\x12+\n\x04\x62ody\x18\x03 \x01(\x0b\x32\x17.google.protobuf.StructR\x04\x62ody\"M\n\x14\x43reateAlertsResponse\x12\x35\n\x06\x61lerts\x18\x01 \x03(\x0b\x32\x1d.raystack.siren.v1beta1.AlertR\x06\x61lerts\"\xb8\x01\n CreateAlertsWithNamespaceRequest\x12#\n\rprovider_type\x18\x01 \x01(\tR\x0cproviderType\x12\x1f\n\x0bprovider_id\x18\x02 \x01(\x04R\nproviderId\x12+\n\x04\x62ody\x18\x03 \x01(\x0b\x32\x17.google.protobuf.StructR\x04\x62ody\x12!\n\x0cnamespace_id\x18\x04 \x01(\x04R\x0bnamespaceId\"Z\n!CreateAlertsWithNamespaceResponse\x12\x35\n\x06\x61lerts\x18\x01 \x03(\x0b\x32\x1d.raystack.siren.v1beta1.AlertR\x06\x61lerts\"\x89\x01\n\x0b\x41nnotations\x12\x1f\n\x0bmetric_name\x18\x01 \x01(\tR\nmetricName\x12!\n\x0cmetric_value\x18\x02 \x01(\tR\x0bmetricValue\x12\x1a\n\x08resource\x18\x03 \x01(\tR\x08resource\x12\x1a\n\x08template\x18\x04 \x01(\tR\x08template\"$\n\x06Labels\x12\x1a\n\x08severity\x18\x01 \x01(\tR\x08severity\"\x8c\x03\n\x04Rule\x12\x0e\n\x02id\x18\x01 \x01(\x04R\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x18\n\x07\x65nabled\x18\x03 \x01(\x08R\x07\x65nabled\x12\x1d\n\ngroup_name\x18\x04 \x01(\tR\tgroupName\x12\x1c\n\tnamespace\x18\x05 \x01(\tR\tnamespace\x12\x1a\n\x08template\x18\x06 \x01(\tR\x08template\x12?\n\tvariables\x18\x07 \x03(\x0b\x32!.raystack.siren.v1beta1.VariablesR\tvariables\x12\x39\n\ncreated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12\x36\n\x12provider_namespace\x18\n \x01(\x04\x42\x07\xfa\x42\x04\x32\x02(\x00R\x11providerNamespace\"\x84\x01\n\tVariables\x12+\n\x04name\x18\x01 \x01(\tB\x17\xfa\x42\x14r\x12\x32\x10^[A-Za-z0-9_-]+$R\x04name\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value\x12\x12\n\x04type\x18\x03 \x01(\tR\x04type\x12 \n\x0b\x64\x65scription\x18\x04 \x01(\tR\x0b\x64\x65scription\"\xae\x01\n\x10ListRulesRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x1c\n\tnamespace\x18\x02 \x01(\tR\tnamespace\x12\x1d\n\ngroup_name\x18\x03 \x01(\tR\tgroupName\x12\x1a\n\x08template\x18\x04 \x01(\tR\x08template\x12-\n\x12provider_namespace\x18\x05 \x01(\x04R\x11providerNamespace\"G\n\x11ListRulesResponse\x12\x32\n\x05rules\x18\x01 \x03(\x0b\x32\x1c.raystack.siren.v1beta1.RuleR\x05rules\"\xc1\x02\n\x11UpdateRuleRequest\x12\x18\n\x07\x65nabled\x18\x01 \x01(\x08R\x07\x65nabled\x12\x36\n\ngroup_name\x18\x02 \x01(\tB\x17\xfa\x42\x14r\x12\x32\x10^[A-Za-z0-9_-]+$R\tgroupName\x12\x35\n\tnamespace\x18\x03 \x01(\tB\x17\xfa\x42\x14r\x12\x32\x10^[A-Za-z0-9_-]+$R\tnamespace\x12\x33\n\x08template\x18\x04 \x01(\tB\x17\xfa\x42\x14r\x12\x32\x10^[A-Za-z0-9_-]+$R\x08template\x12?\n\tvariables\x18\x05 \x03(\x0b\x32!.raystack.siren.v1beta1.VariablesR\tvariables\x12-\n\x12provider_namespace\x18\x06 \x01(\x04R\x11providerNamespace\"F\n\x12UpdateRuleResponse\x12\x30\n\x04rule\x18\x01 \x01(\x0b\x32\x1c.raystack.siren.v1beta1.RuleR\x04rule\"\xa9\x01\n\x11TemplateVariables\x12+\n\x04name\x18\x01 \x01(\tB\x17\xfa\x42\x14r\x12\x32\x10^[A-Za-z0-9_-]+$R\x04name\x12+\n\x04type\x18\x02 \x01(\tB\x17\xfa\x42\x14r\x12\x32\x10^[A-Za-z0-9_-]+$R\x04type\x12\x18\n\x07\x64\x65\x66\x61ult\x18\x03 \x01(\tR\x07\x64\x65\x66\x61ult\x12 \n\x0b\x64\x65scription\x18\x04 \x01(\tR\x0b\x64\x65scription\"\xdb\x02\n\x08Template\x12\x0e\n\x02id\x18\x01 \x01(\x04R\x02id\x12+\n\x04name\x18\x02 \x01(\tB\x17\xfa\x42\x14r\x12\x32\x10^[A-Za-z0-9_-]+$R\x04name\x12+\n\x04\x62ody\x18\x03 \x01(\tB\x17\xfa\x42\x14r\x12\x32\x10^[A-Za-z0-9_-]+$R\x04\x62ody\x12\x1c\n\x04tags\x18\x04 \x03(\tB\x08\xfa\x42\x05\x92\x01\x02\x08\x01R\x04tags\x12\x39\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12Q\n\tvariables\x18\x07 \x03(\x0b\x32).raystack.siren.v1beta1.TemplateVariablesB\x08\xfa\x42\x05\x92\x01\x02\x08\x01R\tvariables\"(\n\x14ListTemplatesRequest\x12\x10\n\x03tag\x18\x01 \x01(\tR\x03tag\"W\n\x15ListTemplatesResponse\x12>\n\ttemplates\x18\x01 \x03(\x0b\x32 .raystack.siren.v1beta1.TemplateR\ttemplates\"\xd9\x01\n\x15UpsertTemplateRequest\x12\x0e\n\x02id\x18\x01 \x01(\x04R\x02id\x12+\n\x04name\x18\x02 \x01(\tB\x17\xfa\x42\x14r\x12\x32\x10^[A-Za-z0-9_-]+$R\x04name\x12\x12\n\x04\x62ody\x18\x03 \x01(\tR\x04\x62ody\x12\x1c\n\x04tags\x18\x04 \x03(\tB\x08\xfa\x42\x05\x92\x01\x02\x08\x01R\x04tags\x12Q\n\tvariables\x18\x05 \x03(\x0b\x32).raystack.siren.v1beta1.TemplateVariablesB\x08\xfa\x42\x05\x92\x01\x02\x08\x01R\tvariables\"(\n\x16UpsertTemplateResponse\x12\x0e\n\x02id\x18\x01 \x01(\x04R\x02id\"A\n\x12GetTemplateRequest\x12+\n\x04name\x18\x01 \x01(\tB\x17\xfa\x42\x14r\x12\x32\x10^[A-Za-z0-9_-]+$R\x04name\"S\n\x13GetTemplateResponse\x12<\n\x08template\x18\x01 \x01(\x0b\x32 .raystack.siren.v1beta1.TemplateR\x08template\"+\n\x15\x44\x65leteTemplateRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\"\x18\n\x16\x44\x65leteTemplateResponse\"\xde\x01\n\x15RenderTemplateRequest\x12+\n\x04name\x18\x01 \x01(\tB\x17\xfa\x42\x14r\x12\x32\x10^[A-Za-z0-9_-]+$R\x04name\x12Z\n\tvariables\x18\x02 \x03(\x0b\x32<.raystack.siren.v1beta1.RenderTemplateRequest.VariablesEntryR\tvariables\x1a<\n\x0eVariablesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\",\n\x16RenderTemplateResponse\x12\x12\n\x04\x62ody\x18\x01 \x01(\tR\x04\x62ody\"\xe4\x02\n\x07Silence\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12!\n\x0cnamespace_id\x18\x02 \x01(\x04R\x0bnamespaceId\x12\x12\n\x04type\x18\x03 \x01(\tR\x04type\x12\x1b\n\ttarget_id\x18\x04 \x01(\x04R\x08targetId\x12\x44\n\x11target_expression\x18\x05 \x01(\x0b\x32\x17.google.protobuf.StructR\x10targetExpression\x12\x39\n\ncreated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12\x39\n\ndeleted_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tdeletedAt\"\xb0\x01\n\x14\x43reateSilenceRequest\x12!\n\x0cnamespace_id\x18\x01 \x01(\x04R\x0bnamespaceId\x12\x12\n\x04type\x18\x02 \x01(\tR\x04type\x12\x1b\n\ttarget_id\x18\x03 \x01(\x04R\x08targetId\x12\x44\n\x11target_expression\x18\x04 \x01(\x0b\x32\x17.google.protobuf.StructR\x10targetExpression\"\'\n\x15\x43reateSilenceResponse\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\"\x9d\x05\n\x13ListSilencesRequest\x12\'\n\x0fsubscription_id\x18\x01 \x01(\x04R\x0esubscriptionId\x12!\n\x0cnamespace_id\x18\x02 \x01(\x04R\x0bnamespaceId\x12\xb4\x01\n\x05match\x18\x03 \x03(\x0b\x32\x36.raystack.siren.v1beta1.ListSilencesRequest.MatchEntryBf\x92\x41\x63\x32\x61query result based on silences label matchers. the match key is written as map. eg, \"match[key1]\"R\x05match\x12\x82\x02\n\x12subscription_match\x18\x04 \x03(\x0b\x32\x42.raystack.siren.v1beta1.ListSilencesRequest.SubscriptionMatchEntryB\x8e\x01\x92\x41\x8a\x01\x32\x87\x01query result based on applied subscription label matchers. the subscription_match key is written as map. eg, \"subscription_match[key1]\"R\x11subscriptionMatch\x1a\x38\n\nMatchEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x1a\x44\n\x16SubscriptionMatchEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"S\n\x14ListSilencesResponse\x12;\n\x08silences\x18\x01 \x03(\x0b\x32\x1f.raystack.siren.v1beta1.SilenceR\x08silences\"#\n\x11GetSilenceRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\"O\n\x12GetSilenceResponse\x12\x39\n\x07silence\x18\x01 \x01(\x0b\x32\x1f.raystack.siren.v1beta1.SilenceR\x07silence\"&\n\x14\x45xpireSilenceRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\"\x17\n\x15\x45xpireSilenceResponse2\xd1\x31\n\x0cSirenService\x12\xa5\x01\n\rListProviders\x12,.raystack.siren.v1beta1.ListProvidersRequest\x1a-.raystack.siren.v1beta1.ListProvidersResponse\"7\x92\x41\x1a\n\x08Provider\x12\x0elist providers\x82\xd3\xe4\x93\x02\x14\x12\x12/v1beta1/providers\x12\xae\x01\n\x0e\x43reateProvider\x12-.raystack.siren.v1beta1.CreateProviderRequest\x1a..raystack.siren.v1beta1.CreateProviderResponse\"=\x92\x41\x1d\n\x08Provider\x12\x11\x63reate a provider\x82\xd3\xe4\x93\x02\x17\"\x12/v1beta1/providers:\x01*\x12\xa4\x01\n\x0bGetProvider\x12*.raystack.siren.v1beta1.GetProviderRequest\x1a+.raystack.siren.v1beta1.GetProviderResponse\"<\x92\x41\x1a\n\x08Provider\x12\x0eget a provider\x82\xd3\xe4\x93\x02\x19\x12\x17/v1beta1/providers/{id}\x12\xb3\x01\n\x0eUpdateProvider\x12-.raystack.siren.v1beta1.UpdateProviderRequest\x1a..raystack.siren.v1beta1.UpdateProviderResponse\"B\x92\x41\x1d\n\x08Provider\x12\x11update a provider\x82\xd3\xe4\x93\x02\x1c\x1a\x17/v1beta1/providers/{id}:\x01*\x12\xb0\x01\n\x0e\x44\x65leteProvider\x12-.raystack.siren.v1beta1.DeleteProviderRequest\x1a..raystack.siren.v1beta1.DeleteProviderResponse\"?\x92\x41\x1d\n\x08Provider\x12\x11\x64\x65lete a provider\x82\xd3\xe4\x93\x02\x19*\x17/v1beta1/providers/{id}\x12\xc4\x01\n\x0eNotifyReceiver\x12-.raystack.siren.v1beta1.NotifyReceiverRequest\x1a..raystack.siren.v1beta1.NotifyReceiverResponse\"S\x92\x41)\n\x08Receiver\x12\x1dsend notification to receiver\x82\xd3\xe4\x93\x02!\"\x1c/v1beta1/receivers/{id}/send:\x01*\x12\xab\x01\n\x0eListNamespaces\x12-.raystack.siren.v1beta1.ListNamespacesRequest\x1a..raystack.siren.v1beta1.ListNamespacesResponse\":\x92\x41\x1c\n\tNamespace\x12\x0flist namespaces\x82\xd3\xe4\x93\x02\x15\x12\x13/v1beta1/namespaces\x12\xb4\x01\n\x0f\x43reateNamespace\x12..raystack.siren.v1beta1.CreateNamespaceRequest\x1a/.raystack.siren.v1beta1.CreateNamespaceResponse\"@\x92\x41\x1f\n\tNamespace\x12\x12\x63reate a namespace\x82\xd3\xe4\x93\x02\x18\"\x13/v1beta1/namespaces:\x01*\x12\xaa\x01\n\x0cGetNamespace\x12+.raystack.siren.v1beta1.GetNamespaceRequest\x1a,.raystack.siren.v1beta1.GetNamespaceResponse\"?\x92\x41\x1c\n\tNamespace\x12\x0fget a namespace\x82\xd3\xe4\x93\x02\x1a\x12\x18/v1beta1/namespaces/{id}\x12\xb9\x01\n\x0fUpdateNamespace\x12..raystack.siren.v1beta1.UpdateNamespaceRequest\x1a/.raystack.siren.v1beta1.UpdateNamespaceResponse\"E\x92\x41\x1f\n\tNamespace\x12\x12update a namespace\x82\xd3\xe4\x93\x02\x1d\x1a\x18/v1beta1/namespaces/{id}:\x01*\x12\xb6\x01\n\x0f\x44\x65leteNamespace\x12..raystack.siren.v1beta1.DeleteNamespaceRequest\x1a/.raystack.siren.v1beta1.DeleteNamespaceResponse\"B\x92\x41\x1f\n\tNamespace\x12\x12\x64\x65lete a namespace\x82\xd3\xe4\x93\x02\x1a*\x18/v1beta1/namespaces/{id}\x12\xbd\x01\n\x11ListSubscriptions\x12\x30.raystack.siren.v1beta1.ListSubscriptionsRequest\x1a\x31.raystack.siren.v1beta1.ListSubscriptionsResponse\"C\x92\x41\"\n\x0cSubscription\x12\x12List subscriptions\x82\xd3\xe4\x93\x02\x18\x12\x16/v1beta1/subscriptions\x12\xc6\x01\n\x12\x43reateSubscription\x12\x31.raystack.siren.v1beta1.CreateSubscriptionRequest\x1a\x32.raystack.siren.v1beta1.CreateSubscriptionResponse\"I\x92\x41%\n\x0cSubscription\x12\x15\x43reate a subscription\x82\xd3\xe4\x93\x02\x1b\"\x16/v1beta1/subscriptions:\x01*\x12\xbc\x01\n\x0fGetSubscription\x12..raystack.siren.v1beta1.GetSubscriptionRequest\x1a/.raystack.siren.v1beta1.GetSubscriptionResponse\"H\x92\x41\"\n\x0cSubscription\x12\x12Get a subscription\x82\xd3\xe4\x93\x02\x1d\x12\x1b/v1beta1/subscriptions/{id}\x12\xcb\x01\n\x12UpdateSubscription\x12\x31.raystack.siren.v1beta1.UpdateSubscriptionRequest\x1a\x32.raystack.siren.v1beta1.UpdateSubscriptionResponse\"N\x92\x41%\n\x0cSubscription\x12\x15Update a subscription\x82\xd3\xe4\x93\x02 \x1a\x1b/v1beta1/subscriptions/{id}:\x01*\x12\xc8\x01\n\x12\x44\x65leteSubscription\x12\x31.raystack.siren.v1beta1.DeleteSubscriptionRequest\x1a\x32.raystack.siren.v1beta1.DeleteSubscriptionResponse\"K\x92\x41%\n\x0cSubscription\x12\x15\x44\x65lete a subscription\x82\xd3\xe4\x93\x02\x1d*\x1b/v1beta1/subscriptions/{id}\x12\xa5\x01\n\rListReceivers\x12,.raystack.siren.v1beta1.ListReceiversRequest\x1a-.raystack.siren.v1beta1.ListReceiversResponse\"7\x92\x41\x1a\n\x08Receiver\x12\x0elist receivers\x82\xd3\xe4\x93\x02\x14\x12\x12/v1beta1/receivers\x12\xae\x01\n\x0e\x43reateReceiver\x12-.raystack.siren.v1beta1.CreateReceiverRequest\x1a..raystack.siren.v1beta1.CreateReceiverResponse\"=\x92\x41\x1d\n\x08Receiver\x12\x11\x63reate a receiver\x82\xd3\xe4\x93\x02\x17\"\x12/v1beta1/receivers:\x01*\x12\xa4\x01\n\x0bGetReceiver\x12*.raystack.siren.v1beta1.GetReceiverRequest\x1a+.raystack.siren.v1beta1.GetReceiverResponse\"<\x92\x41\x1a\n\x08Receiver\x12\x0eget a receiver\x82\xd3\xe4\x93\x02\x19\x12\x17/v1beta1/receivers/{id}\x12\xb3\x01\n\x0eUpdateReceiver\x12-.raystack.siren.v1beta1.UpdateReceiverRequest\x1a..raystack.siren.v1beta1.UpdateReceiverResponse\"B\x92\x41\x1d\n\x08Receiver\x12\x11update a receiver\x82\xd3\xe4\x93\x02\x1c\x1a\x17/v1beta1/receivers/{id}:\x01*\x12\xb0\x01\n\x0e\x44\x65leteReceiver\x12-.raystack.siren.v1beta1.DeleteReceiverRequest\x1a..raystack.siren.v1beta1.DeleteReceiverResponse\"?\x92\x41\x1d\n\x08Receiver\x12\x11\x64\x65lete a receiver\x82\xd3\xe4\x93\x02\x19*\x17/v1beta1/receivers/{id}\x12\xb1\x01\n\nListAlerts\x12).raystack.siren.v1beta1.ListAlertsRequest\x1a*.raystack.siren.v1beta1.ListAlertsResponse\"L\x92\x41\x14\n\x05\x41lert\x12\x0blist alerts\x82\xd3\xe4\x93\x02/\x12-/v1beta1/alerts/{provider_type}/{provider_id}\x12\xbf\x01\n\x0c\x43reateAlerts\x12+.raystack.siren.v1beta1.CreateAlertsRequest\x1a,.raystack.siren.v1beta1.CreateAlertsResponse\"T\x92\x41\x16\n\x05\x41lert\x12\rcreate alerts\x82\xd3\xe4\x93\x02\x35\"-/v1beta1/alerts/{provider_type}/{provider_id}:\x04\x62ody\x12\x84\x02\n\x19\x43reateAlertsWithNamespace\x12\x38.raystack.siren.v1beta1.CreateAlertsWithNamespaceRequest\x1a\x39.raystack.siren.v1beta1.CreateAlertsWithNamespaceResponse\"r\x92\x41%\n\x05\x41lert\x12\x1c\x63reate alerts with namespace\x82\xd3\xe4\x93\x02\x44\"</v1beta1/alerts/{provider_type}/{provider_id}/{namespace_id}:\x04\x62ody\x12\x8d\x01\n\tListRules\x12(.raystack.siren.v1beta1.ListRulesRequest\x1a).raystack.siren.v1beta1.ListRulesResponse\"+\x92\x41\x12\n\x04Rule\x12\nlist rules\x82\xd3\xe4\x93\x02\x10\x12\x0e/v1beta1/rules\x12\x9a\x01\n\nUpdateRule\x12).raystack.siren.v1beta1.UpdateRuleRequest\x1a*.raystack.siren.v1beta1.UpdateRuleResponse\"5\x92\x41\x19\n\x04Rule\x12\x11\x61\x64\x64/update a rule\x82\xd3\xe4\x93\x02\x13\x1a\x0e/v1beta1/rules:\x01*\x12\xa5\x01\n\rListTemplates\x12,.raystack.siren.v1beta1.ListTemplatesRequest\x1a-.raystack.siren.v1beta1.ListTemplatesResponse\"7\x92\x41\x1a\n\x08Template\x12\x0elist templates\x82\xd3\xe4\x93\x02\x14\x12\x12/v1beta1/templates\x12\xa6\x01\n\x0bGetTemplate\x12*.raystack.siren.v1beta1.GetTemplateRequest\x1a+.raystack.siren.v1beta1.GetTemplateResponse\">\x92\x41\x1a\n\x08Template\x12\x0eget a template\x82\xd3\xe4\x93\x02\x1b\x12\x19/v1beta1/templates/{name}\x12\xb2\x01\n\x0eUpsertTemplate\x12-.raystack.siren.v1beta1.UpsertTemplateRequest\x1a..raystack.siren.v1beta1.UpsertTemplateResponse\"A\x92\x41!\n\x08Template\x12\x15\x61\x64\x64/update a template\x82\xd3\xe4\x93\x02\x17\x1a\x12/v1beta1/templates:\x01*\x12\xb2\x01\n\x0e\x44\x65leteTemplate\x12-.raystack.siren.v1beta1.DeleteTemplateRequest\x1a..raystack.siren.v1beta1.DeleteTemplateResponse\"A\x92\x41\x1d\n\x08Template\x12\x11\x64\x65lete a template\x82\xd3\xe4\x93\x02\x1b*\x19/v1beta1/templates/{name}\x12\xbc\x01\n\x0eRenderTemplate\x12-.raystack.siren.v1beta1.RenderTemplateRequest\x1a..raystack.siren.v1beta1.RenderTemplateResponse\"K\x92\x41\x1d\n\x08Template\x12\x11render a template\x82\xd3\xe4\x93\x02%\" /v1beta1/templates/{name}/render:\x01*\x12\xa8\x01\n\rCreateSilence\x12,.raystack.siren.v1beta1.CreateSilenceRequest\x1a-.raystack.siren.v1beta1.CreateSilenceResponse\":\x92\x41\x1b\n\x07Silence\x12\x10\x63reate a silence\x82\xd3\xe4\x93\x02\x16\"\x11/v1beta1/silences:\x01*\x12\xa2\x01\n\x0cListSilences\x12+.raystack.siren.v1beta1.ListSilencesRequest\x1a,.raystack.siren.v1beta1.ListSilencesResponse\"7\x92\x41\x1b\n\x07Silence\x12\x10get all silences\x82\xd3\xe4\x93\x02\x13\x12\x11/v1beta1/silences\x12\x9e\x01\n\nGetSilence\x12).raystack.siren.v1beta1.GetSilenceRequest\x1a*.raystack.siren.v1beta1.GetSilenceResponse\"9\x92\x41\x18\n\x07Silence\x12\rget a silence\x82\xd3\xe4\x93\x02\x18\x12\x16/v1beta1/silences/{id}\x12\xaa\x01\n\rExpireSilence\x12,.raystack.siren.v1beta1.ExpireSilenceRequest\x1a-.raystack.siren.v1beta1.ExpireSilenceResponse\"<\x92\x41\x1b\n\x07Silence\x12\x10\x65xpire a silence\x82\xd3\xe4\x93\x02\x18*\x16/v1beta1/silences/{id}B\xb8\x01\n\x18io.raystack.proton.sirenB\x0eServiceManagerP\x01Z5github.com/raystack/proton/siren/v1beta1;sirenv1beta1\x92\x41R\x12M\n\nSiren APIs\x12:Documentation of our Siren API with gRPC and\ngRPC-Gateway.2\x03\x30.5*\x01\x01\x62\x06proto3')
|
|
34
|
+
|
|
35
|
+
_globals = globals()
|
|
36
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
37
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'raystack.siren.v1beta1.siren_pb2', _globals)
|
|
38
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
39
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
40
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\030io.raystack.proton.sirenB\016ServiceManagerP\001Z5github.com/raystack/proton/siren/v1beta1;sirenv1beta1\222AR\022M\n\nSiren APIs\022:Documentation of our Siren API with gRPC and\ngRPC-Gateway.2\0030.5*\001\001'
|
|
41
|
+
_globals['_PROVIDER_LABELSENTRY']._loaded_options = None
|
|
42
|
+
_globals['_PROVIDER_LABELSENTRY']._serialized_options = b'8\001'
|
|
43
|
+
_globals['_CREATEPROVIDERREQUEST_LABELSENTRY']._loaded_options = None
|
|
44
|
+
_globals['_CREATEPROVIDERREQUEST_LABELSENTRY']._serialized_options = b'8\001'
|
|
45
|
+
_globals['_CREATEPROVIDERREQUEST'].fields_by_name['host']._loaded_options = None
|
|
46
|
+
_globals['_CREATEPROVIDERREQUEST'].fields_by_name['host']._serialized_options = b'\372B\005r\003\210\001\001'
|
|
47
|
+
_globals['_CREATEPROVIDERREQUEST'].fields_by_name['urn']._loaded_options = None
|
|
48
|
+
_globals['_CREATEPROVIDERREQUEST'].fields_by_name['urn']._serialized_options = b'\372B\024r\0222\020^[A-Za-z0-9_-]+$'
|
|
49
|
+
_globals['_CREATEPROVIDERREQUEST'].fields_by_name['name']._loaded_options = None
|
|
50
|
+
_globals['_CREATEPROVIDERREQUEST'].fields_by_name['name']._serialized_options = b'\372B\024r\0222\020^[A-Za-z0-9_-]+$'
|
|
51
|
+
_globals['_UPDATEPROVIDERREQUEST_LABELSENTRY']._loaded_options = None
|
|
52
|
+
_globals['_UPDATEPROVIDERREQUEST_LABELSENTRY']._serialized_options = b'8\001'
|
|
53
|
+
_globals['_UPDATEPROVIDERREQUEST'].fields_by_name['host']._loaded_options = None
|
|
54
|
+
_globals['_UPDATEPROVIDERREQUEST'].fields_by_name['host']._serialized_options = b'\372B\005r\003\210\001\001'
|
|
55
|
+
_globals['_UPDATEPROVIDERREQUEST'].fields_by_name['name']._loaded_options = None
|
|
56
|
+
_globals['_UPDATEPROVIDERREQUEST'].fields_by_name['name']._serialized_options = b'\372B\024r\0222\020^[A-Za-z0-9_-]+$'
|
|
57
|
+
_globals['_NAMESPACE_LABELSENTRY']._loaded_options = None
|
|
58
|
+
_globals['_NAMESPACE_LABELSENTRY']._serialized_options = b'8\001'
|
|
59
|
+
_globals['_CREATENAMESPACEREQUEST_LABELSENTRY']._loaded_options = None
|
|
60
|
+
_globals['_CREATENAMESPACEREQUEST_LABELSENTRY']._serialized_options = b'8\001'
|
|
61
|
+
_globals['_CREATENAMESPACEREQUEST'].fields_by_name['name']._loaded_options = None
|
|
62
|
+
_globals['_CREATENAMESPACEREQUEST'].fields_by_name['name']._serialized_options = b'\372B\024r\0222\020^[A-Za-z0-9_-]+$'
|
|
63
|
+
_globals['_CREATENAMESPACEREQUEST'].fields_by_name['urn']._loaded_options = None
|
|
64
|
+
_globals['_CREATENAMESPACEREQUEST'].fields_by_name['urn']._serialized_options = b'\372B\024r\0222\020^[A-Za-z0-9_-]+$'
|
|
65
|
+
_globals['_UPDATENAMESPACEREQUEST_LABELSENTRY']._loaded_options = None
|
|
66
|
+
_globals['_UPDATENAMESPACEREQUEST_LABELSENTRY']._serialized_options = b'8\001'
|
|
67
|
+
_globals['_UPDATENAMESPACEREQUEST'].fields_by_name['name']._loaded_options = None
|
|
68
|
+
_globals['_UPDATENAMESPACEREQUEST'].fields_by_name['name']._serialized_options = b'\372B\024r\0222\020^[A-Za-z0-9_-]+$'
|
|
69
|
+
_globals['_SUBSCRIPTION_MATCHENTRY']._loaded_options = None
|
|
70
|
+
_globals['_SUBSCRIPTION_MATCHENTRY']._serialized_options = b'8\001'
|
|
71
|
+
_globals['_SUBSCRIPTION'].fields_by_name['urn']._loaded_options = None
|
|
72
|
+
_globals['_SUBSCRIPTION'].fields_by_name['urn']._serialized_options = b'\372B\024r\0222\020^[A-Za-z0-9_-]+$'
|
|
73
|
+
_globals['_LISTSUBSCRIPTIONSREQUEST_MATCHENTRY']._loaded_options = None
|
|
74
|
+
_globals['_LISTSUBSCRIPTIONSREQUEST_MATCHENTRY']._serialized_options = b'8\001'
|
|
75
|
+
_globals['_LISTSUBSCRIPTIONSREQUEST_NOTIFICATIONMATCHENTRY']._loaded_options = None
|
|
76
|
+
_globals['_LISTSUBSCRIPTIONSREQUEST_NOTIFICATIONMATCHENTRY']._serialized_options = b'8\001'
|
|
77
|
+
_globals['_LISTSUBSCRIPTIONSREQUEST'].fields_by_name['match']._loaded_options = None
|
|
78
|
+
_globals['_LISTSUBSCRIPTIONSREQUEST'].fields_by_name['match']._serialized_options = b'\222Ag2equery result based on subscription label matchers. the match key is written as map. eg, \"match[key1]\"'
|
|
79
|
+
_globals['_LISTSUBSCRIPTIONSREQUEST'].fields_by_name['notification_match']._loaded_options = None
|
|
80
|
+
_globals['_LISTSUBSCRIPTIONSREQUEST'].fields_by_name['notification_match']._serialized_options = b'\222A\212\0012\207\001query result based on applied notification label matchers. the notification_match key is written as map. eg, \"notification_match[key1]\"'
|
|
81
|
+
_globals['_CREATESUBSCRIPTIONREQUEST_MATCHENTRY']._loaded_options = None
|
|
82
|
+
_globals['_CREATESUBSCRIPTIONREQUEST_MATCHENTRY']._serialized_options = b'8\001'
|
|
83
|
+
_globals['_CREATESUBSCRIPTIONREQUEST'].fields_by_name['urn']._loaded_options = None
|
|
84
|
+
_globals['_CREATESUBSCRIPTIONREQUEST'].fields_by_name['urn']._serialized_options = b'\372B\024r\0222\020^[A-Za-z0-9_-]+$'
|
|
85
|
+
_globals['_UPDATESUBSCRIPTIONREQUEST_MATCHENTRY']._loaded_options = None
|
|
86
|
+
_globals['_UPDATESUBSCRIPTIONREQUEST_MATCHENTRY']._serialized_options = b'8\001'
|
|
87
|
+
_globals['_UPDATESUBSCRIPTIONREQUEST'].fields_by_name['urn']._loaded_options = None
|
|
88
|
+
_globals['_UPDATESUBSCRIPTIONREQUEST'].fields_by_name['urn']._serialized_options = b'\372B\024r\0222\020^[A-Za-z0-9_-]+$'
|
|
89
|
+
_globals['_RECEIVER_LABELSENTRY']._loaded_options = None
|
|
90
|
+
_globals['_RECEIVER_LABELSENTRY']._serialized_options = b'8\001'
|
|
91
|
+
_globals['_CREATERECEIVERREQUEST_LABELSENTRY']._loaded_options = None
|
|
92
|
+
_globals['_CREATERECEIVERREQUEST_LABELSENTRY']._serialized_options = b'8\001'
|
|
93
|
+
_globals['_CREATERECEIVERREQUEST'].fields_by_name['name']._loaded_options = None
|
|
94
|
+
_globals['_CREATERECEIVERREQUEST'].fields_by_name['name']._serialized_options = b'\372B\025r\0232\021^[A-Za-z0-9_.-]+$'
|
|
95
|
+
_globals['_UPDATERECEIVERREQUEST_LABELSENTRY']._loaded_options = None
|
|
96
|
+
_globals['_UPDATERECEIVERREQUEST_LABELSENTRY']._serialized_options = b'8\001'
|
|
97
|
+
_globals['_UPDATERECEIVERREQUEST'].fields_by_name['name']._loaded_options = None
|
|
98
|
+
_globals['_UPDATERECEIVERREQUEST'].fields_by_name['name']._serialized_options = b'\372B\025r\0232\021^[A-Za-z0-9_.-]+$'
|
|
99
|
+
_globals['_LISTALERTSREQUEST'].fields_by_name['resource_name']._loaded_options = None
|
|
100
|
+
_globals['_LISTALERTSREQUEST'].fields_by_name['resource_name']._serialized_options = b'\372B\024r\0222\020^[A-Za-z0-9_-]+$'
|
|
101
|
+
_globals['_RULE'].fields_by_name['provider_namespace']._loaded_options = None
|
|
102
|
+
_globals['_RULE'].fields_by_name['provider_namespace']._serialized_options = b'\372B\0042\002(\000'
|
|
103
|
+
_globals['_VARIABLES'].fields_by_name['name']._loaded_options = None
|
|
104
|
+
_globals['_VARIABLES'].fields_by_name['name']._serialized_options = b'\372B\024r\0222\020^[A-Za-z0-9_-]+$'
|
|
105
|
+
_globals['_UPDATERULEREQUEST'].fields_by_name['group_name']._loaded_options = None
|
|
106
|
+
_globals['_UPDATERULEREQUEST'].fields_by_name['group_name']._serialized_options = b'\372B\024r\0222\020^[A-Za-z0-9_-]+$'
|
|
107
|
+
_globals['_UPDATERULEREQUEST'].fields_by_name['namespace']._loaded_options = None
|
|
108
|
+
_globals['_UPDATERULEREQUEST'].fields_by_name['namespace']._serialized_options = b'\372B\024r\0222\020^[A-Za-z0-9_-]+$'
|
|
109
|
+
_globals['_UPDATERULEREQUEST'].fields_by_name['template']._loaded_options = None
|
|
110
|
+
_globals['_UPDATERULEREQUEST'].fields_by_name['template']._serialized_options = b'\372B\024r\0222\020^[A-Za-z0-9_-]+$'
|
|
111
|
+
_globals['_TEMPLATEVARIABLES'].fields_by_name['name']._loaded_options = None
|
|
112
|
+
_globals['_TEMPLATEVARIABLES'].fields_by_name['name']._serialized_options = b'\372B\024r\0222\020^[A-Za-z0-9_-]+$'
|
|
113
|
+
_globals['_TEMPLATEVARIABLES'].fields_by_name['type']._loaded_options = None
|
|
114
|
+
_globals['_TEMPLATEVARIABLES'].fields_by_name['type']._serialized_options = b'\372B\024r\0222\020^[A-Za-z0-9_-]+$'
|
|
115
|
+
_globals['_TEMPLATE'].fields_by_name['name']._loaded_options = None
|
|
116
|
+
_globals['_TEMPLATE'].fields_by_name['name']._serialized_options = b'\372B\024r\0222\020^[A-Za-z0-9_-]+$'
|
|
117
|
+
_globals['_TEMPLATE'].fields_by_name['body']._loaded_options = None
|
|
118
|
+
_globals['_TEMPLATE'].fields_by_name['body']._serialized_options = b'\372B\024r\0222\020^[A-Za-z0-9_-]+$'
|
|
119
|
+
_globals['_TEMPLATE'].fields_by_name['tags']._loaded_options = None
|
|
120
|
+
_globals['_TEMPLATE'].fields_by_name['tags']._serialized_options = b'\372B\005\222\001\002\010\001'
|
|
121
|
+
_globals['_TEMPLATE'].fields_by_name['variables']._loaded_options = None
|
|
122
|
+
_globals['_TEMPLATE'].fields_by_name['variables']._serialized_options = b'\372B\005\222\001\002\010\001'
|
|
123
|
+
_globals['_UPSERTTEMPLATEREQUEST'].fields_by_name['name']._loaded_options = None
|
|
124
|
+
_globals['_UPSERTTEMPLATEREQUEST'].fields_by_name['name']._serialized_options = b'\372B\024r\0222\020^[A-Za-z0-9_-]+$'
|
|
125
|
+
_globals['_UPSERTTEMPLATEREQUEST'].fields_by_name['tags']._loaded_options = None
|
|
126
|
+
_globals['_UPSERTTEMPLATEREQUEST'].fields_by_name['tags']._serialized_options = b'\372B\005\222\001\002\010\001'
|
|
127
|
+
_globals['_UPSERTTEMPLATEREQUEST'].fields_by_name['variables']._loaded_options = None
|
|
128
|
+
_globals['_UPSERTTEMPLATEREQUEST'].fields_by_name['variables']._serialized_options = b'\372B\005\222\001\002\010\001'
|
|
129
|
+
_globals['_GETTEMPLATEREQUEST'].fields_by_name['name']._loaded_options = None
|
|
130
|
+
_globals['_GETTEMPLATEREQUEST'].fields_by_name['name']._serialized_options = b'\372B\024r\0222\020^[A-Za-z0-9_-]+$'
|
|
131
|
+
_globals['_RENDERTEMPLATEREQUEST_VARIABLESENTRY']._loaded_options = None
|
|
132
|
+
_globals['_RENDERTEMPLATEREQUEST_VARIABLESENTRY']._serialized_options = b'8\001'
|
|
133
|
+
_globals['_RENDERTEMPLATEREQUEST'].fields_by_name['name']._loaded_options = None
|
|
134
|
+
_globals['_RENDERTEMPLATEREQUEST'].fields_by_name['name']._serialized_options = b'\372B\024r\0222\020^[A-Za-z0-9_-]+$'
|
|
135
|
+
_globals['_LISTSILENCESREQUEST_MATCHENTRY']._loaded_options = None
|
|
136
|
+
_globals['_LISTSILENCESREQUEST_MATCHENTRY']._serialized_options = b'8\001'
|
|
137
|
+
_globals['_LISTSILENCESREQUEST_SUBSCRIPTIONMATCHENTRY']._loaded_options = None
|
|
138
|
+
_globals['_LISTSILENCESREQUEST_SUBSCRIPTIONMATCHENTRY']._serialized_options = b'8\001'
|
|
139
|
+
_globals['_LISTSILENCESREQUEST'].fields_by_name['match']._loaded_options = None
|
|
140
|
+
_globals['_LISTSILENCESREQUEST'].fields_by_name['match']._serialized_options = b'\222Ac2aquery result based on silences label matchers. the match key is written as map. eg, \"match[key1]\"'
|
|
141
|
+
_globals['_LISTSILENCESREQUEST'].fields_by_name['subscription_match']._loaded_options = None
|
|
142
|
+
_globals['_LISTSILENCESREQUEST'].fields_by_name['subscription_match']._serialized_options = b'\222A\212\0012\207\001query result based on applied subscription label matchers. the subscription_match key is written as map. eg, \"subscription_match[key1]\"'
|
|
143
|
+
_globals['_SIRENSERVICE'].methods_by_name['ListProviders']._loaded_options = None
|
|
144
|
+
_globals['_SIRENSERVICE'].methods_by_name['ListProviders']._serialized_options = b'\222A\032\n\010Provider\022\016list providers\202\323\344\223\002\024\022\022/v1beta1/providers'
|
|
145
|
+
_globals['_SIRENSERVICE'].methods_by_name['CreateProvider']._loaded_options = None
|
|
146
|
+
_globals['_SIRENSERVICE'].methods_by_name['CreateProvider']._serialized_options = b'\222A\035\n\010Provider\022\021create a provider\202\323\344\223\002\027\"\022/v1beta1/providers:\001*'
|
|
147
|
+
_globals['_SIRENSERVICE'].methods_by_name['GetProvider']._loaded_options = None
|
|
148
|
+
_globals['_SIRENSERVICE'].methods_by_name['GetProvider']._serialized_options = b'\222A\032\n\010Provider\022\016get a provider\202\323\344\223\002\031\022\027/v1beta1/providers/{id}'
|
|
149
|
+
_globals['_SIRENSERVICE'].methods_by_name['UpdateProvider']._loaded_options = None
|
|
150
|
+
_globals['_SIRENSERVICE'].methods_by_name['UpdateProvider']._serialized_options = b'\222A\035\n\010Provider\022\021update a provider\202\323\344\223\002\034\032\027/v1beta1/providers/{id}:\001*'
|
|
151
|
+
_globals['_SIRENSERVICE'].methods_by_name['DeleteProvider']._loaded_options = None
|
|
152
|
+
_globals['_SIRENSERVICE'].methods_by_name['DeleteProvider']._serialized_options = b'\222A\035\n\010Provider\022\021delete a provider\202\323\344\223\002\031*\027/v1beta1/providers/{id}'
|
|
153
|
+
_globals['_SIRENSERVICE'].methods_by_name['NotifyReceiver']._loaded_options = None
|
|
154
|
+
_globals['_SIRENSERVICE'].methods_by_name['NotifyReceiver']._serialized_options = b'\222A)\n\010Receiver\022\035send notification to receiver\202\323\344\223\002!\"\034/v1beta1/receivers/{id}/send:\001*'
|
|
155
|
+
_globals['_SIRENSERVICE'].methods_by_name['ListNamespaces']._loaded_options = None
|
|
156
|
+
_globals['_SIRENSERVICE'].methods_by_name['ListNamespaces']._serialized_options = b'\222A\034\n\tNamespace\022\017list namespaces\202\323\344\223\002\025\022\023/v1beta1/namespaces'
|
|
157
|
+
_globals['_SIRENSERVICE'].methods_by_name['CreateNamespace']._loaded_options = None
|
|
158
|
+
_globals['_SIRENSERVICE'].methods_by_name['CreateNamespace']._serialized_options = b'\222A\037\n\tNamespace\022\022create a namespace\202\323\344\223\002\030\"\023/v1beta1/namespaces:\001*'
|
|
159
|
+
_globals['_SIRENSERVICE'].methods_by_name['GetNamespace']._loaded_options = None
|
|
160
|
+
_globals['_SIRENSERVICE'].methods_by_name['GetNamespace']._serialized_options = b'\222A\034\n\tNamespace\022\017get a namespace\202\323\344\223\002\032\022\030/v1beta1/namespaces/{id}'
|
|
161
|
+
_globals['_SIRENSERVICE'].methods_by_name['UpdateNamespace']._loaded_options = None
|
|
162
|
+
_globals['_SIRENSERVICE'].methods_by_name['UpdateNamespace']._serialized_options = b'\222A\037\n\tNamespace\022\022update a namespace\202\323\344\223\002\035\032\030/v1beta1/namespaces/{id}:\001*'
|
|
163
|
+
_globals['_SIRENSERVICE'].methods_by_name['DeleteNamespace']._loaded_options = None
|
|
164
|
+
_globals['_SIRENSERVICE'].methods_by_name['DeleteNamespace']._serialized_options = b'\222A\037\n\tNamespace\022\022delete a namespace\202\323\344\223\002\032*\030/v1beta1/namespaces/{id}'
|
|
165
|
+
_globals['_SIRENSERVICE'].methods_by_name['ListSubscriptions']._loaded_options = None
|
|
166
|
+
_globals['_SIRENSERVICE'].methods_by_name['ListSubscriptions']._serialized_options = b'\222A\"\n\014Subscription\022\022List subscriptions\202\323\344\223\002\030\022\026/v1beta1/subscriptions'
|
|
167
|
+
_globals['_SIRENSERVICE'].methods_by_name['CreateSubscription']._loaded_options = None
|
|
168
|
+
_globals['_SIRENSERVICE'].methods_by_name['CreateSubscription']._serialized_options = b'\222A%\n\014Subscription\022\025Create a subscription\202\323\344\223\002\033\"\026/v1beta1/subscriptions:\001*'
|
|
169
|
+
_globals['_SIRENSERVICE'].methods_by_name['GetSubscription']._loaded_options = None
|
|
170
|
+
_globals['_SIRENSERVICE'].methods_by_name['GetSubscription']._serialized_options = b'\222A\"\n\014Subscription\022\022Get a subscription\202\323\344\223\002\035\022\033/v1beta1/subscriptions/{id}'
|
|
171
|
+
_globals['_SIRENSERVICE'].methods_by_name['UpdateSubscription']._loaded_options = None
|
|
172
|
+
_globals['_SIRENSERVICE'].methods_by_name['UpdateSubscription']._serialized_options = b'\222A%\n\014Subscription\022\025Update a subscription\202\323\344\223\002 \032\033/v1beta1/subscriptions/{id}:\001*'
|
|
173
|
+
_globals['_SIRENSERVICE'].methods_by_name['DeleteSubscription']._loaded_options = None
|
|
174
|
+
_globals['_SIRENSERVICE'].methods_by_name['DeleteSubscription']._serialized_options = b'\222A%\n\014Subscription\022\025Delete a subscription\202\323\344\223\002\035*\033/v1beta1/subscriptions/{id}'
|
|
175
|
+
_globals['_SIRENSERVICE'].methods_by_name['ListReceivers']._loaded_options = None
|
|
176
|
+
_globals['_SIRENSERVICE'].methods_by_name['ListReceivers']._serialized_options = b'\222A\032\n\010Receiver\022\016list receivers\202\323\344\223\002\024\022\022/v1beta1/receivers'
|
|
177
|
+
_globals['_SIRENSERVICE'].methods_by_name['CreateReceiver']._loaded_options = None
|
|
178
|
+
_globals['_SIRENSERVICE'].methods_by_name['CreateReceiver']._serialized_options = b'\222A\035\n\010Receiver\022\021create a receiver\202\323\344\223\002\027\"\022/v1beta1/receivers:\001*'
|
|
179
|
+
_globals['_SIRENSERVICE'].methods_by_name['GetReceiver']._loaded_options = None
|
|
180
|
+
_globals['_SIRENSERVICE'].methods_by_name['GetReceiver']._serialized_options = b'\222A\032\n\010Receiver\022\016get a receiver\202\323\344\223\002\031\022\027/v1beta1/receivers/{id}'
|
|
181
|
+
_globals['_SIRENSERVICE'].methods_by_name['UpdateReceiver']._loaded_options = None
|
|
182
|
+
_globals['_SIRENSERVICE'].methods_by_name['UpdateReceiver']._serialized_options = b'\222A\035\n\010Receiver\022\021update a receiver\202\323\344\223\002\034\032\027/v1beta1/receivers/{id}:\001*'
|
|
183
|
+
_globals['_SIRENSERVICE'].methods_by_name['DeleteReceiver']._loaded_options = None
|
|
184
|
+
_globals['_SIRENSERVICE'].methods_by_name['DeleteReceiver']._serialized_options = b'\222A\035\n\010Receiver\022\021delete a receiver\202\323\344\223\002\031*\027/v1beta1/receivers/{id}'
|
|
185
|
+
_globals['_SIRENSERVICE'].methods_by_name['ListAlerts']._loaded_options = None
|
|
186
|
+
_globals['_SIRENSERVICE'].methods_by_name['ListAlerts']._serialized_options = b'\222A\024\n\005Alert\022\013list alerts\202\323\344\223\002/\022-/v1beta1/alerts/{provider_type}/{provider_id}'
|
|
187
|
+
_globals['_SIRENSERVICE'].methods_by_name['CreateAlerts']._loaded_options = None
|
|
188
|
+
_globals['_SIRENSERVICE'].methods_by_name['CreateAlerts']._serialized_options = b'\222A\026\n\005Alert\022\rcreate alerts\202\323\344\223\0025\"-/v1beta1/alerts/{provider_type}/{provider_id}:\004body'
|
|
189
|
+
_globals['_SIRENSERVICE'].methods_by_name['CreateAlertsWithNamespace']._loaded_options = None
|
|
190
|
+
_globals['_SIRENSERVICE'].methods_by_name['CreateAlertsWithNamespace']._serialized_options = b'\222A%\n\005Alert\022\034create alerts with namespace\202\323\344\223\002D\"</v1beta1/alerts/{provider_type}/{provider_id}/{namespace_id}:\004body'
|
|
191
|
+
_globals['_SIRENSERVICE'].methods_by_name['ListRules']._loaded_options = None
|
|
192
|
+
_globals['_SIRENSERVICE'].methods_by_name['ListRules']._serialized_options = b'\222A\022\n\004Rule\022\nlist rules\202\323\344\223\002\020\022\016/v1beta1/rules'
|
|
193
|
+
_globals['_SIRENSERVICE'].methods_by_name['UpdateRule']._loaded_options = None
|
|
194
|
+
_globals['_SIRENSERVICE'].methods_by_name['UpdateRule']._serialized_options = b'\222A\031\n\004Rule\022\021add/update a rule\202\323\344\223\002\023\032\016/v1beta1/rules:\001*'
|
|
195
|
+
_globals['_SIRENSERVICE'].methods_by_name['ListTemplates']._loaded_options = None
|
|
196
|
+
_globals['_SIRENSERVICE'].methods_by_name['ListTemplates']._serialized_options = b'\222A\032\n\010Template\022\016list templates\202\323\344\223\002\024\022\022/v1beta1/templates'
|
|
197
|
+
_globals['_SIRENSERVICE'].methods_by_name['GetTemplate']._loaded_options = None
|
|
198
|
+
_globals['_SIRENSERVICE'].methods_by_name['GetTemplate']._serialized_options = b'\222A\032\n\010Template\022\016get a template\202\323\344\223\002\033\022\031/v1beta1/templates/{name}'
|
|
199
|
+
_globals['_SIRENSERVICE'].methods_by_name['UpsertTemplate']._loaded_options = None
|
|
200
|
+
_globals['_SIRENSERVICE'].methods_by_name['UpsertTemplate']._serialized_options = b'\222A!\n\010Template\022\025add/update a template\202\323\344\223\002\027\032\022/v1beta1/templates:\001*'
|
|
201
|
+
_globals['_SIRENSERVICE'].methods_by_name['DeleteTemplate']._loaded_options = None
|
|
202
|
+
_globals['_SIRENSERVICE'].methods_by_name['DeleteTemplate']._serialized_options = b'\222A\035\n\010Template\022\021delete a template\202\323\344\223\002\033*\031/v1beta1/templates/{name}'
|
|
203
|
+
_globals['_SIRENSERVICE'].methods_by_name['RenderTemplate']._loaded_options = None
|
|
204
|
+
_globals['_SIRENSERVICE'].methods_by_name['RenderTemplate']._serialized_options = b'\222A\035\n\010Template\022\021render a template\202\323\344\223\002%\" /v1beta1/templates/{name}/render:\001*'
|
|
205
|
+
_globals['_SIRENSERVICE'].methods_by_name['CreateSilence']._loaded_options = None
|
|
206
|
+
_globals['_SIRENSERVICE'].methods_by_name['CreateSilence']._serialized_options = b'\222A\033\n\007Silence\022\020create a silence\202\323\344\223\002\026\"\021/v1beta1/silences:\001*'
|
|
207
|
+
_globals['_SIRENSERVICE'].methods_by_name['ListSilences']._loaded_options = None
|
|
208
|
+
_globals['_SIRENSERVICE'].methods_by_name['ListSilences']._serialized_options = b'\222A\033\n\007Silence\022\020get all silences\202\323\344\223\002\023\022\021/v1beta1/silences'
|
|
209
|
+
_globals['_SIRENSERVICE'].methods_by_name['GetSilence']._loaded_options = None
|
|
210
|
+
_globals['_SIRENSERVICE'].methods_by_name['GetSilence']._serialized_options = b'\222A\030\n\007Silence\022\rget a silence\202\323\344\223\002\030\022\026/v1beta1/silences/{id}'
|
|
211
|
+
_globals['_SIRENSERVICE'].methods_by_name['ExpireSilence']._loaded_options = None
|
|
212
|
+
_globals['_SIRENSERVICE'].methods_by_name['ExpireSilence']._serialized_options = b'\222A\033\n\007Silence\022\020expire a silence\202\323\344\223\002\030*\026/v1beta1/silences/{id}'
|
|
213
|
+
_globals['_PROVIDER']._serialized_start=263
|
|
214
|
+
_globals['_PROVIDER']._serialized_end=673
|
|
215
|
+
_globals['_PROVIDER_LABELSENTRY']._serialized_start=616
|
|
216
|
+
_globals['_PROVIDER_LABELSENTRY']._serialized_end=673
|
|
217
|
+
_globals['_LISTPROVIDERSREQUEST']._serialized_start=675
|
|
218
|
+
_globals['_LISTPROVIDERSREQUEST']._serialized_end=735
|
|
219
|
+
_globals['_LISTPROVIDERSRESPONSE']._serialized_start=737
|
|
220
|
+
_globals['_LISTPROVIDERSRESPONSE']._serialized_end=824
|
|
221
|
+
_globals['_CREATEPROVIDERREQUEST']._serialized_start=827
|
|
222
|
+
_globals['_CREATEPROVIDERREQUEST']._serialized_end=1189
|
|
223
|
+
_globals['_CREATEPROVIDERREQUEST_LABELSENTRY']._serialized_start=616
|
|
224
|
+
_globals['_CREATEPROVIDERREQUEST_LABELSENTRY']._serialized_end=673
|
|
225
|
+
_globals['_CREATEPROVIDERRESPONSE']._serialized_start=1191
|
|
226
|
+
_globals['_CREATEPROVIDERRESPONSE']._serialized_end=1231
|
|
227
|
+
_globals['_GETPROVIDERREQUEST']._serialized_start=1233
|
|
228
|
+
_globals['_GETPROVIDERREQUEST']._serialized_end=1269
|
|
229
|
+
_globals['_GETPROVIDERRESPONSE']._serialized_start=1271
|
|
230
|
+
_globals['_GETPROVIDERRESPONSE']._serialized_end=1354
|
|
231
|
+
_globals['_UPDATEPROVIDERREQUEST']._serialized_start=1357
|
|
232
|
+
_globals['_UPDATEPROVIDERREQUEST']._serialized_end=1692
|
|
233
|
+
_globals['_UPDATEPROVIDERREQUEST_LABELSENTRY']._serialized_start=616
|
|
234
|
+
_globals['_UPDATEPROVIDERREQUEST_LABELSENTRY']._serialized_end=673
|
|
235
|
+
_globals['_UPDATEPROVIDERRESPONSE']._serialized_start=1694
|
|
236
|
+
_globals['_UPDATEPROVIDERRESPONSE']._serialized_end=1734
|
|
237
|
+
_globals['_DELETEPROVIDERREQUEST']._serialized_start=1736
|
|
238
|
+
_globals['_DELETEPROVIDERREQUEST']._serialized_end=1775
|
|
239
|
+
_globals['_DELETEPROVIDERRESPONSE']._serialized_start=1777
|
|
240
|
+
_globals['_DELETEPROVIDERRESPONSE']._serialized_end=1801
|
|
241
|
+
_globals['_NAMESPACE']._serialized_start=1804
|
|
242
|
+
_globals['_NAMESPACE']._serialized_end=2204
|
|
243
|
+
_globals['_NAMESPACE_LABELSENTRY']._serialized_start=616
|
|
244
|
+
_globals['_NAMESPACE_LABELSENTRY']._serialized_end=673
|
|
245
|
+
_globals['_LISTNAMESPACESREQUEST']._serialized_start=2206
|
|
246
|
+
_globals['_LISTNAMESPACESREQUEST']._serialized_end=2229
|
|
247
|
+
_globals['_LISTNAMESPACESRESPONSE']._serialized_start=2231
|
|
248
|
+
_globals['_LISTNAMESPACESRESPONSE']._serialized_end=2322
|
|
249
|
+
_globals['_CREATENAMESPACEREQUEST']._serialized_start=2325
|
|
250
|
+
_globals['_CREATENAMESPACEREQUEST']._serialized_end=2785
|
|
251
|
+
_globals['_CREATENAMESPACEREQUEST_LABELSENTRY']._serialized_start=616
|
|
252
|
+
_globals['_CREATENAMESPACEREQUEST_LABELSENTRY']._serialized_end=673
|
|
253
|
+
_globals['_CREATENAMESPACERESPONSE']._serialized_start=2787
|
|
254
|
+
_globals['_CREATENAMESPACERESPONSE']._serialized_end=2828
|
|
255
|
+
_globals['_GETNAMESPACEREQUEST']._serialized_start=2830
|
|
256
|
+
_globals['_GETNAMESPACEREQUEST']._serialized_end=2867
|
|
257
|
+
_globals['_GETNAMESPACERESPONSE']._serialized_start=2869
|
|
258
|
+
_globals['_GETNAMESPACERESPONSE']._serialized_end=2956
|
|
259
|
+
_globals['_UPDATENAMESPACEREQUEST']._serialized_start=2959
|
|
260
|
+
_globals['_UPDATENAMESPACEREQUEST']._serialized_end=3274
|
|
261
|
+
_globals['_UPDATENAMESPACEREQUEST_LABELSENTRY']._serialized_start=616
|
|
262
|
+
_globals['_UPDATENAMESPACEREQUEST_LABELSENTRY']._serialized_end=673
|
|
263
|
+
_globals['_UPDATENAMESPACERESPONSE']._serialized_start=3276
|
|
264
|
+
_globals['_UPDATENAMESPACERESPONSE']._serialized_end=3317
|
|
265
|
+
_globals['_DELETENAMESPACEREQUEST']._serialized_start=3319
|
|
266
|
+
_globals['_DELETENAMESPACEREQUEST']._serialized_end=3359
|
|
267
|
+
_globals['_DELETENAMESPACERESPONSE']._serialized_start=3361
|
|
268
|
+
_globals['_DELETENAMESPACERESPONSE']._serialized_end=3386
|
|
269
|
+
_globals['_RECEIVERMETADATA']._serialized_start=3388
|
|
270
|
+
_globals['_RECEIVERMETADATA']._serialized_end=3485
|
|
271
|
+
_globals['_SUBSCRIPTION']._serialized_start=3488
|
|
272
|
+
_globals['_SUBSCRIPTION']._serialized_end=3910
|
|
273
|
+
_globals['_SUBSCRIPTION_MATCHENTRY']._serialized_start=3854
|
|
274
|
+
_globals['_SUBSCRIPTION_MATCHENTRY']._serialized_end=3910
|
|
275
|
+
_globals['_LISTSUBSCRIPTIONSREQUEST']._serialized_start=3913
|
|
276
|
+
_globals['_LISTSUBSCRIPTIONSREQUEST']._serialized_end=4591
|
|
277
|
+
_globals['_LISTSUBSCRIPTIONSREQUEST_MATCHENTRY']._serialized_start=3854
|
|
278
|
+
_globals['_LISTSUBSCRIPTIONSREQUEST_MATCHENTRY']._serialized_end=3910
|
|
279
|
+
_globals['_LISTSUBSCRIPTIONSREQUEST_NOTIFICATIONMATCHENTRY']._serialized_start=4523
|
|
280
|
+
_globals['_LISTSUBSCRIPTIONSREQUEST_NOTIFICATIONMATCHENTRY']._serialized_end=4591
|
|
281
|
+
_globals['_LISTSUBSCRIPTIONSRESPONSE']._serialized_start=4593
|
|
282
|
+
_globals['_LISTSUBSCRIPTIONSRESPONSE']._serialized_end=4696
|
|
283
|
+
_globals['_CREATESUBSCRIPTIONREQUEST']._serialized_start=4699
|
|
284
|
+
_globals['_CREATESUBSCRIPTIONREQUEST']._serialized_end=5013
|
|
285
|
+
_globals['_CREATESUBSCRIPTIONREQUEST_MATCHENTRY']._serialized_start=3854
|
|
286
|
+
_globals['_CREATESUBSCRIPTIONREQUEST_MATCHENTRY']._serialized_end=3910
|
|
287
|
+
_globals['_CREATESUBSCRIPTIONRESPONSE']._serialized_start=5015
|
|
288
|
+
_globals['_CREATESUBSCRIPTIONRESPONSE']._serialized_end=5059
|
|
289
|
+
_globals['_GETSUBSCRIPTIONREQUEST']._serialized_start=5061
|
|
290
|
+
_globals['_GETSUBSCRIPTIONREQUEST']._serialized_end=5101
|
|
291
|
+
_globals['_GETSUBSCRIPTIONRESPONSE']._serialized_start=5103
|
|
292
|
+
_globals['_GETSUBSCRIPTIONRESPONSE']._serialized_end=5202
|
|
293
|
+
_globals['_UPDATESUBSCRIPTIONREQUEST']._serialized_start=5205
|
|
294
|
+
_globals['_UPDATESUBSCRIPTIONREQUEST']._serialized_end=5535
|
|
295
|
+
_globals['_UPDATESUBSCRIPTIONREQUEST_MATCHENTRY']._serialized_start=3854
|
|
296
|
+
_globals['_UPDATESUBSCRIPTIONREQUEST_MATCHENTRY']._serialized_end=3910
|
|
297
|
+
_globals['_UPDATESUBSCRIPTIONRESPONSE']._serialized_start=5537
|
|
298
|
+
_globals['_UPDATESUBSCRIPTIONRESPONSE']._serialized_end=5581
|
|
299
|
+
_globals['_DELETESUBSCRIPTIONREQUEST']._serialized_start=5583
|
|
300
|
+
_globals['_DELETESUBSCRIPTIONREQUEST']._serialized_end=5626
|
|
301
|
+
_globals['_DELETESUBSCRIPTIONRESPONSE']._serialized_start=5628
|
|
302
|
+
_globals['_DELETESUBSCRIPTIONRESPONSE']._serialized_end=5656
|
|
303
|
+
_globals['_RECEIVER']._serialized_start=5659
|
|
304
|
+
_globals['_RECEIVER']._serialized_end=6082
|
|
305
|
+
_globals['_RECEIVER_LABELSENTRY']._serialized_start=616
|
|
306
|
+
_globals['_RECEIVER_LABELSENTRY']._serialized_end=673
|
|
307
|
+
_globals['_LISTRECEIVERSREQUEST']._serialized_start=6084
|
|
308
|
+
_globals['_LISTRECEIVERSREQUEST']._serialized_end=6106
|
|
309
|
+
_globals['_LISTRECEIVERSRESPONSE']._serialized_start=6108
|
|
310
|
+
_globals['_LISTRECEIVERSRESPONSE']._serialized_end=6195
|
|
311
|
+
_globals['_CREATERECEIVERREQUEST']._serialized_start=6198
|
|
312
|
+
_globals['_CREATERECEIVERREQUEST']._serialized_end=6494
|
|
313
|
+
_globals['_CREATERECEIVERREQUEST_LABELSENTRY']._serialized_start=616
|
|
314
|
+
_globals['_CREATERECEIVERREQUEST_LABELSENTRY']._serialized_end=673
|
|
315
|
+
_globals['_CREATERECEIVERRESPONSE']._serialized_start=6496
|
|
316
|
+
_globals['_CREATERECEIVERRESPONSE']._serialized_end=6536
|
|
317
|
+
_globals['_GETRECEIVERREQUEST']._serialized_start=6538
|
|
318
|
+
_globals['_GETRECEIVERREQUEST']._serialized_end=6574
|
|
319
|
+
_globals['_GETRECEIVERRESPONSE']._serialized_start=6576
|
|
320
|
+
_globals['_GETRECEIVERRESPONSE']._serialized_end=6659
|
|
321
|
+
_globals['_UPDATERECEIVERREQUEST']._serialized_start=6662
|
|
322
|
+
_globals['_UPDATERECEIVERREQUEST']._serialized_end=6954
|
|
323
|
+
_globals['_UPDATERECEIVERREQUEST_LABELSENTRY']._serialized_start=616
|
|
324
|
+
_globals['_UPDATERECEIVERREQUEST_LABELSENTRY']._serialized_end=673
|
|
325
|
+
_globals['_UPDATERECEIVERRESPONSE']._serialized_start=6956
|
|
326
|
+
_globals['_UPDATERECEIVERRESPONSE']._serialized_end=6996
|
|
327
|
+
_globals['_DELETERECEIVERREQUEST']._serialized_start=6998
|
|
328
|
+
_globals['_DELETERECEIVERREQUEST']._serialized_end=7037
|
|
329
|
+
_globals['_DELETERECEIVERRESPONSE']._serialized_start=7039
|
|
330
|
+
_globals['_DELETERECEIVERRESPONSE']._serialized_end=7063
|
|
331
|
+
_globals['_NOTIFYRECEIVERREQUEST']._serialized_start=7065
|
|
332
|
+
_globals['_NOTIFYRECEIVERREQUEST']._serialized_end=7155
|
|
333
|
+
_globals['_NOTIFYRECEIVERRESPONSE']._serialized_start=7157
|
|
334
|
+
_globals['_NOTIFYRECEIVERRESPONSE']._serialized_end=7181
|
|
335
|
+
_globals['_ALERT']._serialized_start=7184
|
|
336
|
+
_globals['_ALERT']._serialized_end=7530
|
|
337
|
+
_globals['_LISTALERTSREQUEST']._serialized_start=7533
|
|
338
|
+
_globals['_LISTALERTSREQUEST']._serialized_end=7808
|
|
339
|
+
_globals['_LISTALERTSRESPONSE']._serialized_start=7810
|
|
340
|
+
_globals['_LISTALERTSRESPONSE']._serialized_end=7885
|
|
341
|
+
_globals['_CREATEALERTSREQUEST']._serialized_start=7888
|
|
342
|
+
_globals['_CREATEALERTSREQUEST']._serialized_end=8024
|
|
343
|
+
_globals['_CREATEALERTSRESPONSE']._serialized_start=8026
|
|
344
|
+
_globals['_CREATEALERTSRESPONSE']._serialized_end=8103
|
|
345
|
+
_globals['_CREATEALERTSWITHNAMESPACEREQUEST']._serialized_start=8106
|
|
346
|
+
_globals['_CREATEALERTSWITHNAMESPACEREQUEST']._serialized_end=8290
|
|
347
|
+
_globals['_CREATEALERTSWITHNAMESPACERESPONSE']._serialized_start=8292
|
|
348
|
+
_globals['_CREATEALERTSWITHNAMESPACERESPONSE']._serialized_end=8382
|
|
349
|
+
_globals['_ANNOTATIONS']._serialized_start=8385
|
|
350
|
+
_globals['_ANNOTATIONS']._serialized_end=8522
|
|
351
|
+
_globals['_LABELS']._serialized_start=8524
|
|
352
|
+
_globals['_LABELS']._serialized_end=8560
|
|
353
|
+
_globals['_RULE']._serialized_start=8563
|
|
354
|
+
_globals['_RULE']._serialized_end=8959
|
|
355
|
+
_globals['_VARIABLES']._serialized_start=8962
|
|
356
|
+
_globals['_VARIABLES']._serialized_end=9094
|
|
357
|
+
_globals['_LISTRULESREQUEST']._serialized_start=9097
|
|
358
|
+
_globals['_LISTRULESREQUEST']._serialized_end=9271
|
|
359
|
+
_globals['_LISTRULESRESPONSE']._serialized_start=9273
|
|
360
|
+
_globals['_LISTRULESRESPONSE']._serialized_end=9344
|
|
361
|
+
_globals['_UPDATERULEREQUEST']._serialized_start=9347
|
|
362
|
+
_globals['_UPDATERULEREQUEST']._serialized_end=9668
|
|
363
|
+
_globals['_UPDATERULERESPONSE']._serialized_start=9670
|
|
364
|
+
_globals['_UPDATERULERESPONSE']._serialized_end=9740
|
|
365
|
+
_globals['_TEMPLATEVARIABLES']._serialized_start=9743
|
|
366
|
+
_globals['_TEMPLATEVARIABLES']._serialized_end=9912
|
|
367
|
+
_globals['_TEMPLATE']._serialized_start=9915
|
|
368
|
+
_globals['_TEMPLATE']._serialized_end=10262
|
|
369
|
+
_globals['_LISTTEMPLATESREQUEST']._serialized_start=10264
|
|
370
|
+
_globals['_LISTTEMPLATESREQUEST']._serialized_end=10304
|
|
371
|
+
_globals['_LISTTEMPLATESRESPONSE']._serialized_start=10306
|
|
372
|
+
_globals['_LISTTEMPLATESRESPONSE']._serialized_end=10393
|
|
373
|
+
_globals['_UPSERTTEMPLATEREQUEST']._serialized_start=10396
|
|
374
|
+
_globals['_UPSERTTEMPLATEREQUEST']._serialized_end=10613
|
|
375
|
+
_globals['_UPSERTTEMPLATERESPONSE']._serialized_start=10615
|
|
376
|
+
_globals['_UPSERTTEMPLATERESPONSE']._serialized_end=10655
|
|
377
|
+
_globals['_GETTEMPLATEREQUEST']._serialized_start=10657
|
|
378
|
+
_globals['_GETTEMPLATEREQUEST']._serialized_end=10722
|
|
379
|
+
_globals['_GETTEMPLATERESPONSE']._serialized_start=10724
|
|
380
|
+
_globals['_GETTEMPLATERESPONSE']._serialized_end=10807
|
|
381
|
+
_globals['_DELETETEMPLATEREQUEST']._serialized_start=10809
|
|
382
|
+
_globals['_DELETETEMPLATEREQUEST']._serialized_end=10852
|
|
383
|
+
_globals['_DELETETEMPLATERESPONSE']._serialized_start=10854
|
|
384
|
+
_globals['_DELETETEMPLATERESPONSE']._serialized_end=10878
|
|
385
|
+
_globals['_RENDERTEMPLATEREQUEST']._serialized_start=10881
|
|
386
|
+
_globals['_RENDERTEMPLATEREQUEST']._serialized_end=11103
|
|
387
|
+
_globals['_RENDERTEMPLATEREQUEST_VARIABLESENTRY']._serialized_start=11043
|
|
388
|
+
_globals['_RENDERTEMPLATEREQUEST_VARIABLESENTRY']._serialized_end=11103
|
|
389
|
+
_globals['_RENDERTEMPLATERESPONSE']._serialized_start=11105
|
|
390
|
+
_globals['_RENDERTEMPLATERESPONSE']._serialized_end=11149
|
|
391
|
+
_globals['_SILENCE']._serialized_start=11152
|
|
392
|
+
_globals['_SILENCE']._serialized_end=11508
|
|
393
|
+
_globals['_CREATESILENCEREQUEST']._serialized_start=11511
|
|
394
|
+
_globals['_CREATESILENCEREQUEST']._serialized_end=11687
|
|
395
|
+
_globals['_CREATESILENCERESPONSE']._serialized_start=11689
|
|
396
|
+
_globals['_CREATESILENCERESPONSE']._serialized_end=11728
|
|
397
|
+
_globals['_LISTSILENCESREQUEST']._serialized_start=11731
|
|
398
|
+
_globals['_LISTSILENCESREQUEST']._serialized_end=12400
|
|
399
|
+
_globals['_LISTSILENCESREQUEST_MATCHENTRY']._serialized_start=3854
|
|
400
|
+
_globals['_LISTSILENCESREQUEST_MATCHENTRY']._serialized_end=3910
|
|
401
|
+
_globals['_LISTSILENCESREQUEST_SUBSCRIPTIONMATCHENTRY']._serialized_start=12332
|
|
402
|
+
_globals['_LISTSILENCESREQUEST_SUBSCRIPTIONMATCHENTRY']._serialized_end=12400
|
|
403
|
+
_globals['_LISTSILENCESRESPONSE']._serialized_start=12402
|
|
404
|
+
_globals['_LISTSILENCESRESPONSE']._serialized_end=12485
|
|
405
|
+
_globals['_GETSILENCEREQUEST']._serialized_start=12487
|
|
406
|
+
_globals['_GETSILENCEREQUEST']._serialized_end=12522
|
|
407
|
+
_globals['_GETSILENCERESPONSE']._serialized_start=12524
|
|
408
|
+
_globals['_GETSILENCERESPONSE']._serialized_end=12603
|
|
409
|
+
_globals['_EXPIRESILENCEREQUEST']._serialized_start=12605
|
|
410
|
+
_globals['_EXPIRESILENCEREQUEST']._serialized_end=12643
|
|
411
|
+
_globals['_EXPIRESILENCERESPONSE']._serialized_start=12645
|
|
412
|
+
_globals['_EXPIRESILENCERESPONSE']._serialized_end=12668
|
|
413
|
+
_globals['_SIRENSERVICE']._serialized_start=12671
|
|
414
|
+
_globals['_SIRENSERVICE']._serialized_end=19024
|
|
415
|
+
# @@protoc_insertion_point(module_scope)
|