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,84 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import abc
|
|
7
|
+
import collections.abc
|
|
8
|
+
import grpc
|
|
9
|
+
import grpc.aio
|
|
10
|
+
import sift.users.v2.users_pb2
|
|
11
|
+
import typing
|
|
12
|
+
|
|
13
|
+
_T = typing.TypeVar("_T")
|
|
14
|
+
|
|
15
|
+
class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
|
|
16
|
+
|
|
17
|
+
class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
|
|
18
|
+
...
|
|
19
|
+
|
|
20
|
+
class UserServiceStub:
|
|
21
|
+
def __init__(self, channel: typing.Union[grpc.Channel, grpc.aio.Channel]) -> None: ...
|
|
22
|
+
UpdateUserOrganizationActive: grpc.UnaryUnaryMultiCallable[
|
|
23
|
+
sift.users.v2.users_pb2.UpdateUserOrganizationActiveRequest,
|
|
24
|
+
sift.users.v2.users_pb2.UpdateUserOrganizationActiveResponse,
|
|
25
|
+
]
|
|
26
|
+
"""Used to toggle a user's active status within their organization."""
|
|
27
|
+
|
|
28
|
+
GetUser: grpc.UnaryUnaryMultiCallable[
|
|
29
|
+
sift.users.v2.users_pb2.GetUserRequest,
|
|
30
|
+
sift.users.v2.users_pb2.GetUserResponse,
|
|
31
|
+
]
|
|
32
|
+
"""Retrieves a user object."""
|
|
33
|
+
|
|
34
|
+
ListActiveUsers: grpc.UnaryUnaryMultiCallable[
|
|
35
|
+
sift.users.v2.users_pb2.ListActiveUsersRequest,
|
|
36
|
+
sift.users.v2.users_pb2.ListActiveUsersResponse,
|
|
37
|
+
]
|
|
38
|
+
"""List active users."""
|
|
39
|
+
|
|
40
|
+
class UserServiceAsyncStub:
|
|
41
|
+
UpdateUserOrganizationActive: grpc.aio.UnaryUnaryMultiCallable[
|
|
42
|
+
sift.users.v2.users_pb2.UpdateUserOrganizationActiveRequest,
|
|
43
|
+
sift.users.v2.users_pb2.UpdateUserOrganizationActiveResponse,
|
|
44
|
+
]
|
|
45
|
+
"""Used to toggle a user's active status within their organization."""
|
|
46
|
+
|
|
47
|
+
GetUser: grpc.aio.UnaryUnaryMultiCallable[
|
|
48
|
+
sift.users.v2.users_pb2.GetUserRequest,
|
|
49
|
+
sift.users.v2.users_pb2.GetUserResponse,
|
|
50
|
+
]
|
|
51
|
+
"""Retrieves a user object."""
|
|
52
|
+
|
|
53
|
+
ListActiveUsers: grpc.aio.UnaryUnaryMultiCallable[
|
|
54
|
+
sift.users.v2.users_pb2.ListActiveUsersRequest,
|
|
55
|
+
sift.users.v2.users_pb2.ListActiveUsersResponse,
|
|
56
|
+
]
|
|
57
|
+
"""List active users."""
|
|
58
|
+
|
|
59
|
+
class UserServiceServicer(metaclass=abc.ABCMeta):
|
|
60
|
+
@abc.abstractmethod
|
|
61
|
+
def UpdateUserOrganizationActive(
|
|
62
|
+
self,
|
|
63
|
+
request: sift.users.v2.users_pb2.UpdateUserOrganizationActiveRequest,
|
|
64
|
+
context: _ServicerContext,
|
|
65
|
+
) -> typing.Union[sift.users.v2.users_pb2.UpdateUserOrganizationActiveResponse, collections.abc.Awaitable[sift.users.v2.users_pb2.UpdateUserOrganizationActiveResponse]]:
|
|
66
|
+
"""Used to toggle a user's active status within their organization."""
|
|
67
|
+
|
|
68
|
+
@abc.abstractmethod
|
|
69
|
+
def GetUser(
|
|
70
|
+
self,
|
|
71
|
+
request: sift.users.v2.users_pb2.GetUserRequest,
|
|
72
|
+
context: _ServicerContext,
|
|
73
|
+
) -> typing.Union[sift.users.v2.users_pb2.GetUserResponse, collections.abc.Awaitable[sift.users.v2.users_pb2.GetUserResponse]]:
|
|
74
|
+
"""Retrieves a user object."""
|
|
75
|
+
|
|
76
|
+
@abc.abstractmethod
|
|
77
|
+
def ListActiveUsers(
|
|
78
|
+
self,
|
|
79
|
+
request: sift.users.v2.users_pb2.ListActiveUsersRequest,
|
|
80
|
+
context: _ServicerContext,
|
|
81
|
+
) -> typing.Union[sift.users.v2.users_pb2.ListActiveUsersResponse, collections.abc.Awaitable[sift.users.v2.users_pb2.ListActiveUsersResponse]]:
|
|
82
|
+
"""List active users."""
|
|
83
|
+
|
|
84
|
+
def add_UserServiceServicer_to_server(servicer: UserServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|
sift/views/__init__.py
ADDED
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: sift/views/v1/views.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 field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
|
|
18
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
19
|
+
from protoc_gen_openapiv2.options import annotations_pb2 as protoc__gen__openapiv2_dot_options_dot_annotations__pb2
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x19sift/views/v1/views.proto\x12\rsift.views.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\"\xa9\n\n\x04View\x12\x17\n\x07view_id\x18\x01 \x01(\tR\x06viewId\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12?\n\x0b\x61xis_groups\x18\x03 \x01(\x0b\x32\x1e.sift.views.v1.View.AxisGroupsR\naxisGroups\x12\x37\n\x08\x63hannels\x18\x04 \x03(\x0b\x32\x1b.sift.views.v1.View.ChannelR\x08\x63hannels\x12=\n\x0c\x63reated_date\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0b\x63reatedDate\x12?\n\rmodified_date\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0cmodifiedDate\x12+\n\x12\x63reated_by_user_id\x18\x07 \x01(\tR\x0f\x63reatedByUserId\x12\'\n\x0forganization_id\x18\x08 \x01(\tR\x0eorganizationId\x12-\n\x13modified_by_user_id\x18\t \x01(\tR\x10modifiedByUserId\x12\x1b\n\tis_pinned\x18\n \x01(\x08R\x08isPinned\x1a\x36\n\nAxisGroups\x12\x12\n\x04left\x18\x01 \x03(\tR\x04left\x12\x14\n\x05right\x18\x02 \x03(\tR\x05right\x1a\x9f\x06\n\x07\x43hannel\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\x12 \n\tdata_type\x18\x03 \x01(\tB\x03\xe0\x41\x02R\x08\x64\x61taType\x12\x1d\n\naxis_group\x18\x04 \x01(\tR\taxisGroup\x12&\n\x0f\x62it_field_names\x18\x05 \x03(\tR\rbitFieldNames\x12t\n\x19\x63\x61lculated_channel_config\x18\x06 \x01(\x0b\x32\x33.sift.views.v1.View.Channel.CalculatedChannelConfigH\x00R\x17\x63\x61lculatedChannelConfig\x88\x01\x01\x1a\xda\x03\n\x17\x43\x61lculatedChannelConfig\x12$\n\x0b\x63hannel_key\x18\x01 \x01(\tB\x03\xe0\x41\x02R\nchannelKey\x12~\n\x12\x63hannel_references\x18\x02 \x03(\x0b\x32J.sift.views.v1.View.Channel.CalculatedChannelConfig.ChannelReferencesEntryB\x03\xe0\x41\x02R\x11\x63hannelReferences\x12#\n\nexpression\x18\x03 \x01(\tB\x03\xe0\x41\x02R\nexpression\x12\x17\n\x04unit\x18\x04 \x01(\tB\x03\xe0\x41\x02R\x04unit\x1aN\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\x1a\x8a\x01\n\x16\x43hannelReferencesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12Z\n\x05value\x18\x02 \x01(\x0b\x32\x44.sift.views.v1.View.Channel.CalculatedChannelConfig.ChannelReferenceR\x05value:\x02\x38\x01\x42\x1c\n\x1a_calculated_channel_config\".\n\x0eGetViewRequest\x12\x1c\n\x07view_id\x18\x01 \x01(\tB\x03\xe0\x41\x02R\x06viewId\":\n\x0fGetViewResponse\x12\'\n\x04view\x18\x01 \x01(\x0b\x32\x13.sift.views.v1.ViewR\x04view\"A\n\x11\x43reateViewRequest\x12,\n\x04view\x18\x01 \x01(\x0b\x32\x13.sift.views.v1.ViewB\x03\xe0\x41\x02R\x04view\"=\n\x12\x43reateViewResponse\x12\'\n\x04view\x18\x01 \x01(\x0b\x32\x13.sift.views.v1.ViewR\x04view\"~\n\x11UpdateViewRequest\x12,\n\x04view\x18\x01 \x01(\x0b\x32\x13.sift.views.v1.ViewB\x03\xe0\x41\x02R\x04view\x12;\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskR\nupdateMask\"=\n\x12UpdateViewResponse\x12\'\n\x04view\x18\x01 \x01(\x0b\x32\x13.sift.views.v1.ViewR\x04view\"f\n\x10ListViewsRequest\x12\x1b\n\tpage_size\x18\x01 \x01(\rR\x08pageSize\x12\x1d\n\npage_token\x18\x02 \x01(\tR\tpageToken\x12\x16\n\x06\x66ilter\x18\x03 \x01(\tR\x06\x66ilter\"f\n\x11ListViewsResponse\x12)\n\x05views\x18\x01 \x03(\x0b\x32\x13.sift.views.v1.ViewR\x05views\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\"\x98\x01\n\x1aListApplicableViewsRequest\x12\x1b\n\tpage_size\x18\x01 \x01(\rR\x08pageSize\x12\x1d\n\npage_token\x18\x02 \x01(\tR\tpageToken\x12 \n\tasset_ids\x18\x03 \x03(\tB\x03\xe0\x41\x01R\x08\x61ssetIds\x12\x1c\n\x07run_ids\x18\x04 \x03(\tB\x03\xe0\x41\x01R\x06runIds\"p\n\x1bListApplicableViewsResponse\x12)\n\x05views\x18\x01 \x03(\x0b\x32\x13.sift.views.v1.ViewR\x05views\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\"1\n\x11\x44\x65leteViewRequest\x12\x1c\n\x07view_id\x18\x01 \x01(\tB\x03\xe0\x41\x02R\x06viewId\"\x14\n\x12\x44\x65leteViewResponse\".\n\x0ePinViewRequest\x12\x1c\n\x07view_id\x18\x01 \x01(\tB\x03\xe0\x41\x02R\x06viewId\"\x11\n\x0fPinViewResponse\"0\n\x10UnpinViewRequest\x12\x1c\n\x07view_id\x18\x01 \x01(\tB\x03\xe0\x41\x02R\x06viewId\"\x13\n\x11UnpinViewResponse2\xa6\r\n\x0bViewService\x12\x88\x01\n\x07GetView\x12\x1d.sift.views.v1.GetViewRequest\x1a\x1e.sift.views.v1.GetViewResponse\">\x92\x41\x1c\x12\x07GetView\x1a\x11Retrieves a view.\x82\xd3\xe4\x93\x02\x19\x12\x17/api/v1/views/{view_id}\x12\x8e\x01\n\nCreateView\x12 .sift.views.v1.CreateViewRequest\x1a!.sift.views.v1.CreateViewResponse\";\x92\x41\x1d\x12\nCreateView\x1a\x0f\x43reates a view.\x82\xd3\xe4\x93\x02\x15\"\r/api/v1/views:\x04view\x12\xdf\x01\n\nUpdateView\x12 .sift.views.v1.UpdateViewRequest\x1a!.sift.views.v1.UpdateViewResponse\"\x8b\x01\x92\x41\x61\x12\nUpdateView\x1aSUpdates an existing view using using the list of fields specified in `update_mask`.\x82\xd3\xe4\x93\x02!2\x1c/api/v1/views/{view.view_id}:\x01*\x12\x9e\x01\n\tListViews\x12\x1f.sift.views.v1.ListViewsRequest\x1a .sift.views.v1.ListViewsResponse\"N\x92\x41\x36\x12\tListViews\x1a)Retrieves views using an optional filter.\x82\xd3\xe4\x93\x02\x0f\x12\r/api/v1/views\x12\x8e\x01\n\x13ListApplicableViews\x12).sift.views.v1.ListApplicableViewsRequest\x1a*.sift.views.v1.ListApplicableViewsResponse\" \x82\xd3\xe4\x93\x02\x1a\x12\x18/api/v1/views:applicable\x12\x92\x01\n\nDeleteView\x12 .sift.views.v1.DeleteViewRequest\x1a!.sift.views.v1.DeleteViewResponse\"?\x92\x41\x1d\x12\nDeleteView\x1a\x0f\x44\x65letes a view.\x82\xd3\xe4\x93\x02\x19*\x17/api/v1/views/{view_id}\x12\x87\x02\n\x07PinView\x12\x1d.sift.views.v1.PinViewRequest\x1a\x1e.sift.views.v1.PinViewResponse\"\xbc\x01\x92\x41\x92\x01\x12\x07PinView\x1a\x0cPins a view.\"y\n\x1fLearn more about pinning views.\x12Vhttps://customer.support.siftstack.com/servicedesk/customer/portal/2/article/295436289\x82\xd3\xe4\x93\x02 2\x1b/api/v1/views/{view_id}/pin:\x01*\x12\x93\x02\n\tUnpinView\x12\x1f.sift.views.v1.UnpinViewRequest\x1a .sift.views.v1.UnpinViewResponse\"\xc2\x01\x92\x41\x96\x01\x12\tUnpinView\x1a\x0eUnpins a view.\"y\n\x1fLearn more about pinning views.\x12Vhttps://customer.support.siftstack.com/servicedesk/customer/portal/2/article/295436289\x82\xd3\xe4\x93\x02\"2\x1d/api/v1/views/{view_id}/unpin:\x01*\x1a\xb1\x01\x92\x41\xad\x01\x12\x30Service to programmatically interact with views.\x1ay\n\x1fRead more about what views are.\x12Vhttps://customer.support.siftstack.com/servicedesk/customer/portal/2/article/298188809B\x88\x01\n\x11\x63om.sift.views.v1B\nViewsProtoP\x01\xa2\x02\x03SVX\xaa\x02\rSift.Views.V1\xca\x02\rSift\\Views\\V1\xe2\x02\x19Sift\\Views\\V1\\GPBMetadata\xea\x02\x0fSift::Views::V1\x92\x41\x10\x12\x0e\n\x0cView Serviceb\x06proto3')
|
|
23
|
+
|
|
24
|
+
_globals = globals()
|
|
25
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
26
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'sift.views.v1.views_pb2', _globals)
|
|
27
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
28
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
29
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\021com.sift.views.v1B\nViewsProtoP\001\242\002\003SVX\252\002\rSift.Views.V1\312\002\rSift\\Views\\V1\342\002\031Sift\\Views\\V1\\GPBMetadata\352\002\017Sift::Views::V1\222A\020\022\016\n\014View Service'
|
|
30
|
+
_globals['_VIEW_CHANNEL_CALCULATEDCHANNELCONFIG_CHANNELREFERENCE'].fields_by_name['name']._loaded_options = None
|
|
31
|
+
_globals['_VIEW_CHANNEL_CALCULATEDCHANNELCONFIG_CHANNELREFERENCE'].fields_by_name['name']._serialized_options = b'\340A\002'
|
|
32
|
+
_globals['_VIEW_CHANNEL_CALCULATEDCHANNELCONFIG_CHANNELREFERENCE'].fields_by_name['component']._loaded_options = None
|
|
33
|
+
_globals['_VIEW_CHANNEL_CALCULATEDCHANNELCONFIG_CHANNELREFERENCE'].fields_by_name['component']._serialized_options = b'\340A\002'
|
|
34
|
+
_globals['_VIEW_CHANNEL_CALCULATEDCHANNELCONFIG_CHANNELREFERENCESENTRY']._loaded_options = None
|
|
35
|
+
_globals['_VIEW_CHANNEL_CALCULATEDCHANNELCONFIG_CHANNELREFERENCESENTRY']._serialized_options = b'8\001'
|
|
36
|
+
_globals['_VIEW_CHANNEL_CALCULATEDCHANNELCONFIG'].fields_by_name['channel_key']._loaded_options = None
|
|
37
|
+
_globals['_VIEW_CHANNEL_CALCULATEDCHANNELCONFIG'].fields_by_name['channel_key']._serialized_options = b'\340A\002'
|
|
38
|
+
_globals['_VIEW_CHANNEL_CALCULATEDCHANNELCONFIG'].fields_by_name['channel_references']._loaded_options = None
|
|
39
|
+
_globals['_VIEW_CHANNEL_CALCULATEDCHANNELCONFIG'].fields_by_name['channel_references']._serialized_options = b'\340A\002'
|
|
40
|
+
_globals['_VIEW_CHANNEL_CALCULATEDCHANNELCONFIG'].fields_by_name['expression']._loaded_options = None
|
|
41
|
+
_globals['_VIEW_CHANNEL_CALCULATEDCHANNELCONFIG'].fields_by_name['expression']._serialized_options = b'\340A\002'
|
|
42
|
+
_globals['_VIEW_CHANNEL_CALCULATEDCHANNELCONFIG'].fields_by_name['unit']._loaded_options = None
|
|
43
|
+
_globals['_VIEW_CHANNEL_CALCULATEDCHANNELCONFIG'].fields_by_name['unit']._serialized_options = b'\340A\002'
|
|
44
|
+
_globals['_VIEW_CHANNEL'].fields_by_name['name']._loaded_options = None
|
|
45
|
+
_globals['_VIEW_CHANNEL'].fields_by_name['name']._serialized_options = b'\340A\002'
|
|
46
|
+
_globals['_VIEW_CHANNEL'].fields_by_name['component']._loaded_options = None
|
|
47
|
+
_globals['_VIEW_CHANNEL'].fields_by_name['component']._serialized_options = b'\340A\002'
|
|
48
|
+
_globals['_VIEW_CHANNEL'].fields_by_name['data_type']._loaded_options = None
|
|
49
|
+
_globals['_VIEW_CHANNEL'].fields_by_name['data_type']._serialized_options = b'\340A\002'
|
|
50
|
+
_globals['_GETVIEWREQUEST'].fields_by_name['view_id']._loaded_options = None
|
|
51
|
+
_globals['_GETVIEWREQUEST'].fields_by_name['view_id']._serialized_options = b'\340A\002'
|
|
52
|
+
_globals['_CREATEVIEWREQUEST'].fields_by_name['view']._loaded_options = None
|
|
53
|
+
_globals['_CREATEVIEWREQUEST'].fields_by_name['view']._serialized_options = b'\340A\002'
|
|
54
|
+
_globals['_UPDATEVIEWREQUEST'].fields_by_name['view']._loaded_options = None
|
|
55
|
+
_globals['_UPDATEVIEWREQUEST'].fields_by_name['view']._serialized_options = b'\340A\002'
|
|
56
|
+
_globals['_LISTAPPLICABLEVIEWSREQUEST'].fields_by_name['asset_ids']._loaded_options = None
|
|
57
|
+
_globals['_LISTAPPLICABLEVIEWSREQUEST'].fields_by_name['asset_ids']._serialized_options = b'\340A\001'
|
|
58
|
+
_globals['_LISTAPPLICABLEVIEWSREQUEST'].fields_by_name['run_ids']._loaded_options = None
|
|
59
|
+
_globals['_LISTAPPLICABLEVIEWSREQUEST'].fields_by_name['run_ids']._serialized_options = b'\340A\001'
|
|
60
|
+
_globals['_DELETEVIEWREQUEST'].fields_by_name['view_id']._loaded_options = None
|
|
61
|
+
_globals['_DELETEVIEWREQUEST'].fields_by_name['view_id']._serialized_options = b'\340A\002'
|
|
62
|
+
_globals['_PINVIEWREQUEST'].fields_by_name['view_id']._loaded_options = None
|
|
63
|
+
_globals['_PINVIEWREQUEST'].fields_by_name['view_id']._serialized_options = b'\340A\002'
|
|
64
|
+
_globals['_UNPINVIEWREQUEST'].fields_by_name['view_id']._loaded_options = None
|
|
65
|
+
_globals['_UNPINVIEWREQUEST'].fields_by_name['view_id']._serialized_options = b'\340A\002'
|
|
66
|
+
_globals['_VIEWSERVICE']._loaded_options = None
|
|
67
|
+
_globals['_VIEWSERVICE']._serialized_options = b'\222A\255\001\0220Service to programmatically interact with views.\032y\n\037Read more about what views are.\022Vhttps://customer.support.siftstack.com/servicedesk/customer/portal/2/article/298188809'
|
|
68
|
+
_globals['_VIEWSERVICE'].methods_by_name['GetView']._loaded_options = None
|
|
69
|
+
_globals['_VIEWSERVICE'].methods_by_name['GetView']._serialized_options = b'\222A\034\022\007GetView\032\021Retrieves a view.\202\323\344\223\002\031\022\027/api/v1/views/{view_id}'
|
|
70
|
+
_globals['_VIEWSERVICE'].methods_by_name['CreateView']._loaded_options = None
|
|
71
|
+
_globals['_VIEWSERVICE'].methods_by_name['CreateView']._serialized_options = b'\222A\035\022\nCreateView\032\017Creates a view.\202\323\344\223\002\025\"\r/api/v1/views:\004view'
|
|
72
|
+
_globals['_VIEWSERVICE'].methods_by_name['UpdateView']._loaded_options = None
|
|
73
|
+
_globals['_VIEWSERVICE'].methods_by_name['UpdateView']._serialized_options = b'\222Aa\022\nUpdateView\032SUpdates an existing view using using the list of fields specified in `update_mask`.\202\323\344\223\002!2\034/api/v1/views/{view.view_id}:\001*'
|
|
74
|
+
_globals['_VIEWSERVICE'].methods_by_name['ListViews']._loaded_options = None
|
|
75
|
+
_globals['_VIEWSERVICE'].methods_by_name['ListViews']._serialized_options = b'\222A6\022\tListViews\032)Retrieves views using an optional filter.\202\323\344\223\002\017\022\r/api/v1/views'
|
|
76
|
+
_globals['_VIEWSERVICE'].methods_by_name['ListApplicableViews']._loaded_options = None
|
|
77
|
+
_globals['_VIEWSERVICE'].methods_by_name['ListApplicableViews']._serialized_options = b'\202\323\344\223\002\032\022\030/api/v1/views:applicable'
|
|
78
|
+
_globals['_VIEWSERVICE'].methods_by_name['DeleteView']._loaded_options = None
|
|
79
|
+
_globals['_VIEWSERVICE'].methods_by_name['DeleteView']._serialized_options = b'\222A\035\022\nDeleteView\032\017Deletes a view.\202\323\344\223\002\031*\027/api/v1/views/{view_id}'
|
|
80
|
+
_globals['_VIEWSERVICE'].methods_by_name['PinView']._loaded_options = None
|
|
81
|
+
_globals['_VIEWSERVICE'].methods_by_name['PinView']._serialized_options = b'\222A\222\001\022\007PinView\032\014Pins a view.\"y\n\037Learn more about pinning views.\022Vhttps://customer.support.siftstack.com/servicedesk/customer/portal/2/article/295436289\202\323\344\223\002 2\033/api/v1/views/{view_id}/pin:\001*'
|
|
82
|
+
_globals['_VIEWSERVICE'].methods_by_name['UnpinView']._loaded_options = None
|
|
83
|
+
_globals['_VIEWSERVICE'].methods_by_name['UnpinView']._serialized_options = b'\222A\226\001\022\tUnpinView\032\016Unpins a view.\"y\n\037Learn more about pinning views.\022Vhttps://customer.support.siftstack.com/servicedesk/customer/portal/2/article/295436289\202\323\344\223\002\"2\035/api/v1/views/{view_id}/unpin:\001*'
|
|
84
|
+
_globals['_VIEW']._serialized_start=223
|
|
85
|
+
_globals['_VIEW']._serialized_end=1544
|
|
86
|
+
_globals['_VIEW_AXISGROUPS']._serialized_start=688
|
|
87
|
+
_globals['_VIEW_AXISGROUPS']._serialized_end=742
|
|
88
|
+
_globals['_VIEW_CHANNEL']._serialized_start=745
|
|
89
|
+
_globals['_VIEW_CHANNEL']._serialized_end=1544
|
|
90
|
+
_globals['_VIEW_CHANNEL_CALCULATEDCHANNELCONFIG']._serialized_start=1040
|
|
91
|
+
_globals['_VIEW_CHANNEL_CALCULATEDCHANNELCONFIG']._serialized_end=1514
|
|
92
|
+
_globals['_VIEW_CHANNEL_CALCULATEDCHANNELCONFIG_CHANNELREFERENCE']._serialized_start=1295
|
|
93
|
+
_globals['_VIEW_CHANNEL_CALCULATEDCHANNELCONFIG_CHANNELREFERENCE']._serialized_end=1373
|
|
94
|
+
_globals['_VIEW_CHANNEL_CALCULATEDCHANNELCONFIG_CHANNELREFERENCESENTRY']._serialized_start=1376
|
|
95
|
+
_globals['_VIEW_CHANNEL_CALCULATEDCHANNELCONFIG_CHANNELREFERENCESENTRY']._serialized_end=1514
|
|
96
|
+
_globals['_GETVIEWREQUEST']._serialized_start=1546
|
|
97
|
+
_globals['_GETVIEWREQUEST']._serialized_end=1592
|
|
98
|
+
_globals['_GETVIEWRESPONSE']._serialized_start=1594
|
|
99
|
+
_globals['_GETVIEWRESPONSE']._serialized_end=1652
|
|
100
|
+
_globals['_CREATEVIEWREQUEST']._serialized_start=1654
|
|
101
|
+
_globals['_CREATEVIEWREQUEST']._serialized_end=1719
|
|
102
|
+
_globals['_CREATEVIEWRESPONSE']._serialized_start=1721
|
|
103
|
+
_globals['_CREATEVIEWRESPONSE']._serialized_end=1782
|
|
104
|
+
_globals['_UPDATEVIEWREQUEST']._serialized_start=1784
|
|
105
|
+
_globals['_UPDATEVIEWREQUEST']._serialized_end=1910
|
|
106
|
+
_globals['_UPDATEVIEWRESPONSE']._serialized_start=1912
|
|
107
|
+
_globals['_UPDATEVIEWRESPONSE']._serialized_end=1973
|
|
108
|
+
_globals['_LISTVIEWSREQUEST']._serialized_start=1975
|
|
109
|
+
_globals['_LISTVIEWSREQUEST']._serialized_end=2077
|
|
110
|
+
_globals['_LISTVIEWSRESPONSE']._serialized_start=2079
|
|
111
|
+
_globals['_LISTVIEWSRESPONSE']._serialized_end=2181
|
|
112
|
+
_globals['_LISTAPPLICABLEVIEWSREQUEST']._serialized_start=2184
|
|
113
|
+
_globals['_LISTAPPLICABLEVIEWSREQUEST']._serialized_end=2336
|
|
114
|
+
_globals['_LISTAPPLICABLEVIEWSRESPONSE']._serialized_start=2338
|
|
115
|
+
_globals['_LISTAPPLICABLEVIEWSRESPONSE']._serialized_end=2450
|
|
116
|
+
_globals['_DELETEVIEWREQUEST']._serialized_start=2452
|
|
117
|
+
_globals['_DELETEVIEWREQUEST']._serialized_end=2501
|
|
118
|
+
_globals['_DELETEVIEWRESPONSE']._serialized_start=2503
|
|
119
|
+
_globals['_DELETEVIEWRESPONSE']._serialized_end=2523
|
|
120
|
+
_globals['_PINVIEWREQUEST']._serialized_start=2525
|
|
121
|
+
_globals['_PINVIEWREQUEST']._serialized_end=2571
|
|
122
|
+
_globals['_PINVIEWRESPONSE']._serialized_start=2573
|
|
123
|
+
_globals['_PINVIEWRESPONSE']._serialized_end=2590
|
|
124
|
+
_globals['_UNPINVIEWREQUEST']._serialized_start=2592
|
|
125
|
+
_globals['_UNPINVIEWREQUEST']._serialized_end=2640
|
|
126
|
+
_globals['_UNPINVIEWRESPONSE']._serialized_start=2642
|
|
127
|
+
_globals['_UNPINVIEWRESPONSE']._serialized_end=2661
|
|
128
|
+
_globals['_VIEWSERVICE']._serialized_start=2664
|
|
129
|
+
_globals['_VIEWSERVICE']._serialized_end=4366
|
|
130
|
+
# @@protoc_insertion_point(module_scope)
|