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,745 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import builtins
|
|
7
|
+
import collections.abc
|
|
8
|
+
import google.protobuf.any_pb2
|
|
9
|
+
import google.protobuf.descriptor
|
|
10
|
+
import google.protobuf.internal.containers
|
|
11
|
+
import google.protobuf.message
|
|
12
|
+
import google.protobuf.timestamp_pb2
|
|
13
|
+
import sift.calculated_channels.v1.calculated_channels_pb2
|
|
14
|
+
import sift.common.type.v1.channel_bit_field_element_pb2
|
|
15
|
+
import sift.common.type.v1.channel_data_type_pb2
|
|
16
|
+
import sift.common.type.v1.channel_enum_type_pb2
|
|
17
|
+
import typing
|
|
18
|
+
|
|
19
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
20
|
+
|
|
21
|
+
@typing.final
|
|
22
|
+
class GetDataRequest(google.protobuf.message.Message):
|
|
23
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
24
|
+
|
|
25
|
+
QUERIES_FIELD_NUMBER: builtins.int
|
|
26
|
+
START_TIME_FIELD_NUMBER: builtins.int
|
|
27
|
+
END_TIME_FIELD_NUMBER: builtins.int
|
|
28
|
+
SAMPLE_MS_FIELD_NUMBER: builtins.int
|
|
29
|
+
PAGE_SIZE_FIELD_NUMBER: builtins.int
|
|
30
|
+
PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
31
|
+
sample_ms: builtins.int
|
|
32
|
+
"""The rate to sample the returned data at. The data is sampled using [LTTB](https://github.com/sveinn-steinarsson/flot-downsample)
|
|
33
|
+
which will return one point approximately every sample_ms milliseconds that retains the shape of the raw data.
|
|
34
|
+
Sampling is only supported for numeric data types, if sample_ms is provided for non-numeric data, it will be
|
|
35
|
+
ignored and the full-fidelity data will be returned.
|
|
36
|
+
"""
|
|
37
|
+
page_size: builtins.int
|
|
38
|
+
"""The maximum number of channel values to return.
|
|
39
|
+
The service may return fewer than this value.
|
|
40
|
+
If unspecified, at most 10,000 values will be returned.
|
|
41
|
+
The maximum value is 100,000; values above 100,000 will be coerced to 100,000.
|
|
42
|
+
For variable data types (i.e. string channels), at most page_size elements
|
|
43
|
+
will be read, or 1MB, whichever occurs first.
|
|
44
|
+
"""
|
|
45
|
+
page_token: builtins.str
|
|
46
|
+
"""A page token, received from a previous `GetData` call.
|
|
47
|
+
Provide this to retrieve the subsequent page.
|
|
48
|
+
When paginating, all other parameters provided to `GetData` must match
|
|
49
|
+
the call that provided the page token.
|
|
50
|
+
"""
|
|
51
|
+
@property
|
|
52
|
+
def queries(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___Query]: ...
|
|
53
|
+
@property
|
|
54
|
+
def start_time(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
55
|
+
"""Required. The starting timestamp of the data to retrieve. This is an inclusive bound."""
|
|
56
|
+
|
|
57
|
+
@property
|
|
58
|
+
def end_time(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
59
|
+
"""Required. The end timestamp of the data to retrieve. This is an exclusive bound."""
|
|
60
|
+
|
|
61
|
+
def __init__(
|
|
62
|
+
self,
|
|
63
|
+
*,
|
|
64
|
+
queries: collections.abc.Iterable[global___Query] | None = ...,
|
|
65
|
+
start_time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
66
|
+
end_time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
67
|
+
sample_ms: builtins.int = ...,
|
|
68
|
+
page_size: builtins.int = ...,
|
|
69
|
+
page_token: builtins.str = ...,
|
|
70
|
+
) -> None: ...
|
|
71
|
+
def HasField(self, field_name: typing.Literal["end_time", b"end_time", "start_time", b"start_time"]) -> builtins.bool: ...
|
|
72
|
+
def ClearField(self, field_name: typing.Literal["end_time", b"end_time", "page_size", b"page_size", "page_token", b"page_token", "queries", b"queries", "sample_ms", b"sample_ms", "start_time", b"start_time"]) -> None: ...
|
|
73
|
+
|
|
74
|
+
global___GetDataRequest = GetDataRequest
|
|
75
|
+
|
|
76
|
+
@typing.final
|
|
77
|
+
class Query(google.protobuf.message.Message):
|
|
78
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
79
|
+
|
|
80
|
+
CHANNEL_FIELD_NUMBER: builtins.int
|
|
81
|
+
CALCULATED_CHANNEL_FIELD_NUMBER: builtins.int
|
|
82
|
+
@property
|
|
83
|
+
def channel(self) -> global___ChannelQuery: ...
|
|
84
|
+
@property
|
|
85
|
+
def calculated_channel(self) -> global___CalculatedChannelQuery: ...
|
|
86
|
+
def __init__(
|
|
87
|
+
self,
|
|
88
|
+
*,
|
|
89
|
+
channel: global___ChannelQuery | None = ...,
|
|
90
|
+
calculated_channel: global___CalculatedChannelQuery | None = ...,
|
|
91
|
+
) -> None: ...
|
|
92
|
+
def HasField(self, field_name: typing.Literal["calculated_channel", b"calculated_channel", "channel", b"channel", "query", b"query"]) -> builtins.bool: ...
|
|
93
|
+
def ClearField(self, field_name: typing.Literal["calculated_channel", b"calculated_channel", "channel", b"channel", "query", b"query"]) -> None: ...
|
|
94
|
+
def WhichOneof(self, oneof_group: typing.Literal["query", b"query"]) -> typing.Literal["channel", "calculated_channel"] | None: ...
|
|
95
|
+
|
|
96
|
+
global___Query = Query
|
|
97
|
+
|
|
98
|
+
@typing.final
|
|
99
|
+
class ChannelQuery(google.protobuf.message.Message):
|
|
100
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
101
|
+
|
|
102
|
+
CHANNEL_ID_FIELD_NUMBER: builtins.int
|
|
103
|
+
RUN_ID_FIELD_NUMBER: builtins.int
|
|
104
|
+
channel_id: builtins.str
|
|
105
|
+
"""channel_id is the uuid of the channel."""
|
|
106
|
+
run_id: builtins.str
|
|
107
|
+
"""Optional.
|
|
108
|
+
If set, only data associated with the specified run is returned.
|
|
109
|
+
If set to the empty string, only non-run data is returned.
|
|
110
|
+
If unset, all run / non-run data is returned.
|
|
111
|
+
"""
|
|
112
|
+
def __init__(
|
|
113
|
+
self,
|
|
114
|
+
*,
|
|
115
|
+
channel_id: builtins.str = ...,
|
|
116
|
+
run_id: builtins.str | None = ...,
|
|
117
|
+
) -> None: ...
|
|
118
|
+
def HasField(self, field_name: typing.Literal["_run_id", b"_run_id", "run_id", b"run_id"]) -> builtins.bool: ...
|
|
119
|
+
def ClearField(self, field_name: typing.Literal["_run_id", b"_run_id", "channel_id", b"channel_id", "run_id", b"run_id"]) -> None: ...
|
|
120
|
+
def WhichOneof(self, oneof_group: typing.Literal["_run_id", b"_run_id"]) -> typing.Literal["run_id"] | None: ...
|
|
121
|
+
|
|
122
|
+
global___ChannelQuery = ChannelQuery
|
|
123
|
+
|
|
124
|
+
@typing.final
|
|
125
|
+
class CalculatedChannelQuery(google.protobuf.message.Message):
|
|
126
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
127
|
+
|
|
128
|
+
CHANNEL_KEY_FIELD_NUMBER: builtins.int
|
|
129
|
+
EXPRESSION_FIELD_NUMBER: builtins.int
|
|
130
|
+
RUN_ID_FIELD_NUMBER: builtins.int
|
|
131
|
+
MODE_FIELD_NUMBER: builtins.int
|
|
132
|
+
channel_key: builtins.str
|
|
133
|
+
run_id: builtins.str
|
|
134
|
+
"""Optional.
|
|
135
|
+
If set, only data for the specified run is returned
|
|
136
|
+
If set to the empty string, only non-run data is returned.
|
|
137
|
+
If unset, all run / non-run data is returned.
|
|
138
|
+
"""
|
|
139
|
+
mode: sift.calculated_channels.v1.calculated_channels_pb2.ExpressionMode.ValueType
|
|
140
|
+
"""Optional. If unset, will default to EXPRESSION_MODE_CALCULATED_CHANNELS."""
|
|
141
|
+
@property
|
|
142
|
+
def expression(self) -> sift.calculated_channels.v1.calculated_channels_pb2.ExpressionRequest: ...
|
|
143
|
+
def __init__(
|
|
144
|
+
self,
|
|
145
|
+
*,
|
|
146
|
+
channel_key: builtins.str = ...,
|
|
147
|
+
expression: sift.calculated_channels.v1.calculated_channels_pb2.ExpressionRequest | None = ...,
|
|
148
|
+
run_id: builtins.str | None = ...,
|
|
149
|
+
mode: sift.calculated_channels.v1.calculated_channels_pb2.ExpressionMode.ValueType | None = ...,
|
|
150
|
+
) -> None: ...
|
|
151
|
+
def HasField(self, field_name: typing.Literal["_mode", b"_mode", "_run_id", b"_run_id", "expression", b"expression", "mode", b"mode", "run_id", b"run_id"]) -> builtins.bool: ...
|
|
152
|
+
def ClearField(self, field_name: typing.Literal["_mode", b"_mode", "_run_id", b"_run_id", "channel_key", b"channel_key", "expression", b"expression", "mode", b"mode", "run_id", b"run_id"]) -> None: ...
|
|
153
|
+
@typing.overload
|
|
154
|
+
def WhichOneof(self, oneof_group: typing.Literal["_mode", b"_mode"]) -> typing.Literal["mode"] | None: ...
|
|
155
|
+
@typing.overload
|
|
156
|
+
def WhichOneof(self, oneof_group: typing.Literal["_run_id", b"_run_id"]) -> typing.Literal["run_id"] | None: ...
|
|
157
|
+
|
|
158
|
+
global___CalculatedChannelQuery = CalculatedChannelQuery
|
|
159
|
+
|
|
160
|
+
@typing.final
|
|
161
|
+
class GetDataResponse(google.protobuf.message.Message):
|
|
162
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
163
|
+
|
|
164
|
+
NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
165
|
+
DATA_FIELD_NUMBER: builtins.int
|
|
166
|
+
next_page_token: builtins.str
|
|
167
|
+
@property
|
|
168
|
+
def data(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[google.protobuf.any_pb2.Any]:
|
|
169
|
+
"""data contains the result of the supplied queries.
|
|
170
|
+
Be aware that each query can generate multiple data responses.
|
|
171
|
+
For example, if run_id is omitted from a ChannelQuery, the query returns
|
|
172
|
+
data for all runs containing that channel. Channel data for each run is
|
|
173
|
+
returned in a separate data object.
|
|
174
|
+
Possible message types:
|
|
175
|
+
sift.data.v1.DoubleValues
|
|
176
|
+
sift.data.v1.FloatValues
|
|
177
|
+
sift.data.v1.StringValues
|
|
178
|
+
sift.data.v1.EnumValues
|
|
179
|
+
sift.data.v1.BitFieldValues
|
|
180
|
+
sift.data.v1.BoolValues
|
|
181
|
+
sift.data.v1.Int32Values
|
|
182
|
+
sift.data.v1.Int64Values
|
|
183
|
+
sift.data.v1.Uint32Values
|
|
184
|
+
sift.data.v1.Uint64Values
|
|
185
|
+
"""
|
|
186
|
+
|
|
187
|
+
def __init__(
|
|
188
|
+
self,
|
|
189
|
+
*,
|
|
190
|
+
next_page_token: builtins.str = ...,
|
|
191
|
+
data: collections.abc.Iterable[google.protobuf.any_pb2.Any] | None = ...,
|
|
192
|
+
) -> None: ...
|
|
193
|
+
def ClearField(self, field_name: typing.Literal["data", b"data", "next_page_token", b"next_page_token"]) -> None: ...
|
|
194
|
+
|
|
195
|
+
global___GetDataResponse = GetDataResponse
|
|
196
|
+
|
|
197
|
+
@typing.final
|
|
198
|
+
class Metadata(google.protobuf.message.Message):
|
|
199
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
200
|
+
|
|
201
|
+
@typing.final
|
|
202
|
+
class Asset(google.protobuf.message.Message):
|
|
203
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
204
|
+
|
|
205
|
+
ASSET_ID_FIELD_NUMBER: builtins.int
|
|
206
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
207
|
+
asset_id: builtins.str
|
|
208
|
+
name: builtins.str
|
|
209
|
+
def __init__(
|
|
210
|
+
self,
|
|
211
|
+
*,
|
|
212
|
+
asset_id: builtins.str = ...,
|
|
213
|
+
name: builtins.str = ...,
|
|
214
|
+
) -> None: ...
|
|
215
|
+
def ClearField(self, field_name: typing.Literal["asset_id", b"asset_id", "name", b"name"]) -> None: ...
|
|
216
|
+
|
|
217
|
+
@typing.final
|
|
218
|
+
class Run(google.protobuf.message.Message):
|
|
219
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
220
|
+
|
|
221
|
+
RUN_ID_FIELD_NUMBER: builtins.int
|
|
222
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
223
|
+
run_id: builtins.str
|
|
224
|
+
"""The run_id that was sent with the data during ingestion (if any).
|
|
225
|
+
Note that this may be different from the run_id that was requested in the query.
|
|
226
|
+
"""
|
|
227
|
+
name: builtins.str
|
|
228
|
+
def __init__(
|
|
229
|
+
self,
|
|
230
|
+
*,
|
|
231
|
+
run_id: builtins.str = ...,
|
|
232
|
+
name: builtins.str = ...,
|
|
233
|
+
) -> None: ...
|
|
234
|
+
def ClearField(self, field_name: typing.Literal["name", b"name", "run_id", b"run_id"]) -> None: ...
|
|
235
|
+
|
|
236
|
+
@typing.final
|
|
237
|
+
class Channel(google.protobuf.message.Message):
|
|
238
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
239
|
+
|
|
240
|
+
@typing.final
|
|
241
|
+
class Unit(google.protobuf.message.Message):
|
|
242
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
243
|
+
|
|
244
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
245
|
+
ABBREVIATED_NAME_FIELD_NUMBER: builtins.int
|
|
246
|
+
name: builtins.str
|
|
247
|
+
abbreviated_name: builtins.str
|
|
248
|
+
def __init__(
|
|
249
|
+
self,
|
|
250
|
+
*,
|
|
251
|
+
name: builtins.str = ...,
|
|
252
|
+
abbreviated_name: builtins.str = ...,
|
|
253
|
+
) -> None: ...
|
|
254
|
+
def ClearField(self, field_name: typing.Literal["abbreviated_name", b"abbreviated_name", "name", b"name"]) -> None: ...
|
|
255
|
+
|
|
256
|
+
CHANNEL_ID_FIELD_NUMBER: builtins.int
|
|
257
|
+
COMPONENT_FIELD_NUMBER: builtins.int
|
|
258
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
259
|
+
UNIT_FIELD_NUMBER: builtins.int
|
|
260
|
+
ENUM_TYPES_FIELD_NUMBER: builtins.int
|
|
261
|
+
BIT_FIELD_ELEMENTS_FIELD_NUMBER: builtins.int
|
|
262
|
+
channel_id: builtins.str
|
|
263
|
+
"""For channel queries, this will contain the requested backing channel id.
|
|
264
|
+
For calculated channel queries, this will contain the requested channel key.
|
|
265
|
+
"""
|
|
266
|
+
component: builtins.str
|
|
267
|
+
name: builtins.str
|
|
268
|
+
@property
|
|
269
|
+
def unit(self) -> global___Metadata.Channel.Unit: ...
|
|
270
|
+
@property
|
|
271
|
+
def enum_types(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[sift.common.type.v1.channel_enum_type_pb2.ChannelEnumType]: ...
|
|
272
|
+
@property
|
|
273
|
+
def bit_field_elements(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[sift.common.type.v1.channel_bit_field_element_pb2.ChannelBitFieldElement]: ...
|
|
274
|
+
def __init__(
|
|
275
|
+
self,
|
|
276
|
+
*,
|
|
277
|
+
channel_id: builtins.str = ...,
|
|
278
|
+
component: builtins.str = ...,
|
|
279
|
+
name: builtins.str = ...,
|
|
280
|
+
unit: global___Metadata.Channel.Unit | None = ...,
|
|
281
|
+
enum_types: collections.abc.Iterable[sift.common.type.v1.channel_enum_type_pb2.ChannelEnumType] | None = ...,
|
|
282
|
+
bit_field_elements: collections.abc.Iterable[sift.common.type.v1.channel_bit_field_element_pb2.ChannelBitFieldElement] | None = ...,
|
|
283
|
+
) -> None: ...
|
|
284
|
+
def HasField(self, field_name: typing.Literal["unit", b"unit"]) -> builtins.bool: ...
|
|
285
|
+
def ClearField(self, field_name: typing.Literal["bit_field_elements", b"bit_field_elements", "channel_id", b"channel_id", "component", b"component", "enum_types", b"enum_types", "name", b"name", "unit", b"unit"]) -> None: ...
|
|
286
|
+
|
|
287
|
+
DATA_TYPE_FIELD_NUMBER: builtins.int
|
|
288
|
+
SAMPLED_MS_FIELD_NUMBER: builtins.int
|
|
289
|
+
ASSET_FIELD_NUMBER: builtins.int
|
|
290
|
+
RUN_FIELD_NUMBER: builtins.int
|
|
291
|
+
CHANNEL_FIELD_NUMBER: builtins.int
|
|
292
|
+
data_type: sift.common.type.v1.channel_data_type_pb2.ChannelDataType.ValueType
|
|
293
|
+
sampled_ms: builtins.int
|
|
294
|
+
@property
|
|
295
|
+
def asset(self) -> global___Metadata.Asset: ...
|
|
296
|
+
@property
|
|
297
|
+
def run(self) -> global___Metadata.Run: ...
|
|
298
|
+
@property
|
|
299
|
+
def channel(self) -> global___Metadata.Channel: ...
|
|
300
|
+
def __init__(
|
|
301
|
+
self,
|
|
302
|
+
*,
|
|
303
|
+
data_type: sift.common.type.v1.channel_data_type_pb2.ChannelDataType.ValueType = ...,
|
|
304
|
+
sampled_ms: builtins.int = ...,
|
|
305
|
+
asset: global___Metadata.Asset | None = ...,
|
|
306
|
+
run: global___Metadata.Run | None = ...,
|
|
307
|
+
channel: global___Metadata.Channel | None = ...,
|
|
308
|
+
) -> None: ...
|
|
309
|
+
def HasField(self, field_name: typing.Literal["_channel", b"_channel", "_run", b"_run", "asset", b"asset", "channel", b"channel", "run", b"run"]) -> builtins.bool: ...
|
|
310
|
+
def ClearField(self, field_name: typing.Literal["_channel", b"_channel", "_run", b"_run", "asset", b"asset", "channel", b"channel", "data_type", b"data_type", "run", b"run", "sampled_ms", b"sampled_ms"]) -> None: ...
|
|
311
|
+
@typing.overload
|
|
312
|
+
def WhichOneof(self, oneof_group: typing.Literal["_channel", b"_channel"]) -> typing.Literal["channel"] | None: ...
|
|
313
|
+
@typing.overload
|
|
314
|
+
def WhichOneof(self, oneof_group: typing.Literal["_run", b"_run"]) -> typing.Literal["run"] | None: ...
|
|
315
|
+
|
|
316
|
+
global___Metadata = Metadata
|
|
317
|
+
|
|
318
|
+
@typing.final
|
|
319
|
+
class DoubleValue(google.protobuf.message.Message):
|
|
320
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
321
|
+
|
|
322
|
+
TIMESTAMP_FIELD_NUMBER: builtins.int
|
|
323
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
324
|
+
value: builtins.float
|
|
325
|
+
@property
|
|
326
|
+
def timestamp(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
|
|
327
|
+
def __init__(
|
|
328
|
+
self,
|
|
329
|
+
*,
|
|
330
|
+
timestamp: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
331
|
+
value: builtins.float = ...,
|
|
332
|
+
) -> None: ...
|
|
333
|
+
def HasField(self, field_name: typing.Literal["timestamp", b"timestamp"]) -> builtins.bool: ...
|
|
334
|
+
def ClearField(self, field_name: typing.Literal["timestamp", b"timestamp", "value", b"value"]) -> None: ...
|
|
335
|
+
|
|
336
|
+
global___DoubleValue = DoubleValue
|
|
337
|
+
|
|
338
|
+
@typing.final
|
|
339
|
+
class DoubleValues(google.protobuf.message.Message):
|
|
340
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
341
|
+
|
|
342
|
+
METADATA_FIELD_NUMBER: builtins.int
|
|
343
|
+
VALUES_FIELD_NUMBER: builtins.int
|
|
344
|
+
@property
|
|
345
|
+
def metadata(self) -> global___Metadata: ...
|
|
346
|
+
@property
|
|
347
|
+
def values(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___DoubleValue]: ...
|
|
348
|
+
def __init__(
|
|
349
|
+
self,
|
|
350
|
+
*,
|
|
351
|
+
metadata: global___Metadata | None = ...,
|
|
352
|
+
values: collections.abc.Iterable[global___DoubleValue] | None = ...,
|
|
353
|
+
) -> None: ...
|
|
354
|
+
def HasField(self, field_name: typing.Literal["metadata", b"metadata"]) -> builtins.bool: ...
|
|
355
|
+
def ClearField(self, field_name: typing.Literal["metadata", b"metadata", "values", b"values"]) -> None: ...
|
|
356
|
+
|
|
357
|
+
global___DoubleValues = DoubleValues
|
|
358
|
+
|
|
359
|
+
@typing.final
|
|
360
|
+
class StringValue(google.protobuf.message.Message):
|
|
361
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
362
|
+
|
|
363
|
+
TIMESTAMP_FIELD_NUMBER: builtins.int
|
|
364
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
365
|
+
value: builtins.str
|
|
366
|
+
@property
|
|
367
|
+
def timestamp(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
|
|
368
|
+
def __init__(
|
|
369
|
+
self,
|
|
370
|
+
*,
|
|
371
|
+
timestamp: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
372
|
+
value: builtins.str = ...,
|
|
373
|
+
) -> None: ...
|
|
374
|
+
def HasField(self, field_name: typing.Literal["timestamp", b"timestamp"]) -> builtins.bool: ...
|
|
375
|
+
def ClearField(self, field_name: typing.Literal["timestamp", b"timestamp", "value", b"value"]) -> None: ...
|
|
376
|
+
|
|
377
|
+
global___StringValue = StringValue
|
|
378
|
+
|
|
379
|
+
@typing.final
|
|
380
|
+
class StringValues(google.protobuf.message.Message):
|
|
381
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
382
|
+
|
|
383
|
+
METADATA_FIELD_NUMBER: builtins.int
|
|
384
|
+
VALUES_FIELD_NUMBER: builtins.int
|
|
385
|
+
@property
|
|
386
|
+
def metadata(self) -> global___Metadata: ...
|
|
387
|
+
@property
|
|
388
|
+
def values(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___StringValue]: ...
|
|
389
|
+
def __init__(
|
|
390
|
+
self,
|
|
391
|
+
*,
|
|
392
|
+
metadata: global___Metadata | None = ...,
|
|
393
|
+
values: collections.abc.Iterable[global___StringValue] | None = ...,
|
|
394
|
+
) -> None: ...
|
|
395
|
+
def HasField(self, field_name: typing.Literal["metadata", b"metadata"]) -> builtins.bool: ...
|
|
396
|
+
def ClearField(self, field_name: typing.Literal["metadata", b"metadata", "values", b"values"]) -> None: ...
|
|
397
|
+
|
|
398
|
+
global___StringValues = StringValues
|
|
399
|
+
|
|
400
|
+
@typing.final
|
|
401
|
+
class EnumValue(google.protobuf.message.Message):
|
|
402
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
403
|
+
|
|
404
|
+
TIMESTAMP_FIELD_NUMBER: builtins.int
|
|
405
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
406
|
+
value: builtins.int
|
|
407
|
+
@property
|
|
408
|
+
def timestamp(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
|
|
409
|
+
def __init__(
|
|
410
|
+
self,
|
|
411
|
+
*,
|
|
412
|
+
timestamp: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
413
|
+
value: builtins.int = ...,
|
|
414
|
+
) -> None: ...
|
|
415
|
+
def HasField(self, field_name: typing.Literal["timestamp", b"timestamp"]) -> builtins.bool: ...
|
|
416
|
+
def ClearField(self, field_name: typing.Literal["timestamp", b"timestamp", "value", b"value"]) -> None: ...
|
|
417
|
+
|
|
418
|
+
global___EnumValue = EnumValue
|
|
419
|
+
|
|
420
|
+
@typing.final
|
|
421
|
+
class EnumValues(google.protobuf.message.Message):
|
|
422
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
423
|
+
|
|
424
|
+
METADATA_FIELD_NUMBER: builtins.int
|
|
425
|
+
VALUES_FIELD_NUMBER: builtins.int
|
|
426
|
+
@property
|
|
427
|
+
def metadata(self) -> global___Metadata: ...
|
|
428
|
+
@property
|
|
429
|
+
def values(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___EnumValue]: ...
|
|
430
|
+
def __init__(
|
|
431
|
+
self,
|
|
432
|
+
*,
|
|
433
|
+
metadata: global___Metadata | None = ...,
|
|
434
|
+
values: collections.abc.Iterable[global___EnumValue] | None = ...,
|
|
435
|
+
) -> None: ...
|
|
436
|
+
def HasField(self, field_name: typing.Literal["metadata", b"metadata"]) -> builtins.bool: ...
|
|
437
|
+
def ClearField(self, field_name: typing.Literal["metadata", b"metadata", "values", b"values"]) -> None: ...
|
|
438
|
+
|
|
439
|
+
global___EnumValues = EnumValues
|
|
440
|
+
|
|
441
|
+
@typing.final
|
|
442
|
+
class BitFieldValue(google.protobuf.message.Message):
|
|
443
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
444
|
+
|
|
445
|
+
TIMESTAMP_FIELD_NUMBER: builtins.int
|
|
446
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
447
|
+
value: builtins.int
|
|
448
|
+
@property
|
|
449
|
+
def timestamp(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
|
|
450
|
+
def __init__(
|
|
451
|
+
self,
|
|
452
|
+
*,
|
|
453
|
+
timestamp: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
454
|
+
value: builtins.int = ...,
|
|
455
|
+
) -> None: ...
|
|
456
|
+
def HasField(self, field_name: typing.Literal["timestamp", b"timestamp"]) -> builtins.bool: ...
|
|
457
|
+
def ClearField(self, field_name: typing.Literal["timestamp", b"timestamp", "value", b"value"]) -> None: ...
|
|
458
|
+
|
|
459
|
+
global___BitFieldValue = BitFieldValue
|
|
460
|
+
|
|
461
|
+
@typing.final
|
|
462
|
+
class BitFieldElementValues(google.protobuf.message.Message):
|
|
463
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
464
|
+
|
|
465
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
466
|
+
VALUES_FIELD_NUMBER: builtins.int
|
|
467
|
+
name: builtins.str
|
|
468
|
+
@property
|
|
469
|
+
def values(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___BitFieldValue]: ...
|
|
470
|
+
def __init__(
|
|
471
|
+
self,
|
|
472
|
+
*,
|
|
473
|
+
name: builtins.str = ...,
|
|
474
|
+
values: collections.abc.Iterable[global___BitFieldValue] | None = ...,
|
|
475
|
+
) -> None: ...
|
|
476
|
+
def ClearField(self, field_name: typing.Literal["name", b"name", "values", b"values"]) -> None: ...
|
|
477
|
+
|
|
478
|
+
global___BitFieldElementValues = BitFieldElementValues
|
|
479
|
+
|
|
480
|
+
@typing.final
|
|
481
|
+
class BitFieldValues(google.protobuf.message.Message):
|
|
482
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
483
|
+
|
|
484
|
+
METADATA_FIELD_NUMBER: builtins.int
|
|
485
|
+
VALUES_FIELD_NUMBER: builtins.int
|
|
486
|
+
@property
|
|
487
|
+
def metadata(self) -> global___Metadata: ...
|
|
488
|
+
@property
|
|
489
|
+
def values(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___BitFieldElementValues]: ...
|
|
490
|
+
def __init__(
|
|
491
|
+
self,
|
|
492
|
+
*,
|
|
493
|
+
metadata: global___Metadata | None = ...,
|
|
494
|
+
values: collections.abc.Iterable[global___BitFieldElementValues] | None = ...,
|
|
495
|
+
) -> None: ...
|
|
496
|
+
def HasField(self, field_name: typing.Literal["metadata", b"metadata"]) -> builtins.bool: ...
|
|
497
|
+
def ClearField(self, field_name: typing.Literal["metadata", b"metadata", "values", b"values"]) -> None: ...
|
|
498
|
+
|
|
499
|
+
global___BitFieldValues = BitFieldValues
|
|
500
|
+
|
|
501
|
+
@typing.final
|
|
502
|
+
class BoolValue(google.protobuf.message.Message):
|
|
503
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
504
|
+
|
|
505
|
+
TIMESTAMP_FIELD_NUMBER: builtins.int
|
|
506
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
507
|
+
value: builtins.bool
|
|
508
|
+
@property
|
|
509
|
+
def timestamp(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
|
|
510
|
+
def __init__(
|
|
511
|
+
self,
|
|
512
|
+
*,
|
|
513
|
+
timestamp: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
514
|
+
value: builtins.bool = ...,
|
|
515
|
+
) -> None: ...
|
|
516
|
+
def HasField(self, field_name: typing.Literal["timestamp", b"timestamp"]) -> builtins.bool: ...
|
|
517
|
+
def ClearField(self, field_name: typing.Literal["timestamp", b"timestamp", "value", b"value"]) -> None: ...
|
|
518
|
+
|
|
519
|
+
global___BoolValue = BoolValue
|
|
520
|
+
|
|
521
|
+
@typing.final
|
|
522
|
+
class BoolValues(google.protobuf.message.Message):
|
|
523
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
524
|
+
|
|
525
|
+
METADATA_FIELD_NUMBER: builtins.int
|
|
526
|
+
VALUES_FIELD_NUMBER: builtins.int
|
|
527
|
+
@property
|
|
528
|
+
def metadata(self) -> global___Metadata: ...
|
|
529
|
+
@property
|
|
530
|
+
def values(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___BoolValue]: ...
|
|
531
|
+
def __init__(
|
|
532
|
+
self,
|
|
533
|
+
*,
|
|
534
|
+
metadata: global___Metadata | None = ...,
|
|
535
|
+
values: collections.abc.Iterable[global___BoolValue] | None = ...,
|
|
536
|
+
) -> None: ...
|
|
537
|
+
def HasField(self, field_name: typing.Literal["metadata", b"metadata"]) -> builtins.bool: ...
|
|
538
|
+
def ClearField(self, field_name: typing.Literal["metadata", b"metadata", "values", b"values"]) -> None: ...
|
|
539
|
+
|
|
540
|
+
global___BoolValues = BoolValues
|
|
541
|
+
|
|
542
|
+
@typing.final
|
|
543
|
+
class FloatValue(google.protobuf.message.Message):
|
|
544
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
545
|
+
|
|
546
|
+
TIMESTAMP_FIELD_NUMBER: builtins.int
|
|
547
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
548
|
+
value: builtins.float
|
|
549
|
+
@property
|
|
550
|
+
def timestamp(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
|
|
551
|
+
def __init__(
|
|
552
|
+
self,
|
|
553
|
+
*,
|
|
554
|
+
timestamp: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
555
|
+
value: builtins.float = ...,
|
|
556
|
+
) -> None: ...
|
|
557
|
+
def HasField(self, field_name: typing.Literal["timestamp", b"timestamp"]) -> builtins.bool: ...
|
|
558
|
+
def ClearField(self, field_name: typing.Literal["timestamp", b"timestamp", "value", b"value"]) -> None: ...
|
|
559
|
+
|
|
560
|
+
global___FloatValue = FloatValue
|
|
561
|
+
|
|
562
|
+
@typing.final
|
|
563
|
+
class FloatValues(google.protobuf.message.Message):
|
|
564
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
565
|
+
|
|
566
|
+
METADATA_FIELD_NUMBER: builtins.int
|
|
567
|
+
VALUES_FIELD_NUMBER: builtins.int
|
|
568
|
+
@property
|
|
569
|
+
def metadata(self) -> global___Metadata: ...
|
|
570
|
+
@property
|
|
571
|
+
def values(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___FloatValue]: ...
|
|
572
|
+
def __init__(
|
|
573
|
+
self,
|
|
574
|
+
*,
|
|
575
|
+
metadata: global___Metadata | None = ...,
|
|
576
|
+
values: collections.abc.Iterable[global___FloatValue] | None = ...,
|
|
577
|
+
) -> None: ...
|
|
578
|
+
def HasField(self, field_name: typing.Literal["metadata", b"metadata"]) -> builtins.bool: ...
|
|
579
|
+
def ClearField(self, field_name: typing.Literal["metadata", b"metadata", "values", b"values"]) -> None: ...
|
|
580
|
+
|
|
581
|
+
global___FloatValues = FloatValues
|
|
582
|
+
|
|
583
|
+
@typing.final
|
|
584
|
+
class Int32Value(google.protobuf.message.Message):
|
|
585
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
586
|
+
|
|
587
|
+
TIMESTAMP_FIELD_NUMBER: builtins.int
|
|
588
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
589
|
+
value: builtins.int
|
|
590
|
+
@property
|
|
591
|
+
def timestamp(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
|
|
592
|
+
def __init__(
|
|
593
|
+
self,
|
|
594
|
+
*,
|
|
595
|
+
timestamp: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
596
|
+
value: builtins.int = ...,
|
|
597
|
+
) -> None: ...
|
|
598
|
+
def HasField(self, field_name: typing.Literal["timestamp", b"timestamp"]) -> builtins.bool: ...
|
|
599
|
+
def ClearField(self, field_name: typing.Literal["timestamp", b"timestamp", "value", b"value"]) -> None: ...
|
|
600
|
+
|
|
601
|
+
global___Int32Value = Int32Value
|
|
602
|
+
|
|
603
|
+
@typing.final
|
|
604
|
+
class Int32Values(google.protobuf.message.Message):
|
|
605
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
606
|
+
|
|
607
|
+
METADATA_FIELD_NUMBER: builtins.int
|
|
608
|
+
VALUES_FIELD_NUMBER: builtins.int
|
|
609
|
+
@property
|
|
610
|
+
def metadata(self) -> global___Metadata: ...
|
|
611
|
+
@property
|
|
612
|
+
def values(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___Int32Value]: ...
|
|
613
|
+
def __init__(
|
|
614
|
+
self,
|
|
615
|
+
*,
|
|
616
|
+
metadata: global___Metadata | None = ...,
|
|
617
|
+
values: collections.abc.Iterable[global___Int32Value] | None = ...,
|
|
618
|
+
) -> None: ...
|
|
619
|
+
def HasField(self, field_name: typing.Literal["metadata", b"metadata"]) -> builtins.bool: ...
|
|
620
|
+
def ClearField(self, field_name: typing.Literal["metadata", b"metadata", "values", b"values"]) -> None: ...
|
|
621
|
+
|
|
622
|
+
global___Int32Values = Int32Values
|
|
623
|
+
|
|
624
|
+
@typing.final
|
|
625
|
+
class Uint32Value(google.protobuf.message.Message):
|
|
626
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
627
|
+
|
|
628
|
+
TIMESTAMP_FIELD_NUMBER: builtins.int
|
|
629
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
630
|
+
value: builtins.int
|
|
631
|
+
@property
|
|
632
|
+
def timestamp(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
|
|
633
|
+
def __init__(
|
|
634
|
+
self,
|
|
635
|
+
*,
|
|
636
|
+
timestamp: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
637
|
+
value: builtins.int = ...,
|
|
638
|
+
) -> None: ...
|
|
639
|
+
def HasField(self, field_name: typing.Literal["timestamp", b"timestamp"]) -> builtins.bool: ...
|
|
640
|
+
def ClearField(self, field_name: typing.Literal["timestamp", b"timestamp", "value", b"value"]) -> None: ...
|
|
641
|
+
|
|
642
|
+
global___Uint32Value = Uint32Value
|
|
643
|
+
|
|
644
|
+
@typing.final
|
|
645
|
+
class Uint32Values(google.protobuf.message.Message):
|
|
646
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
647
|
+
|
|
648
|
+
METADATA_FIELD_NUMBER: builtins.int
|
|
649
|
+
VALUES_FIELD_NUMBER: builtins.int
|
|
650
|
+
@property
|
|
651
|
+
def metadata(self) -> global___Metadata: ...
|
|
652
|
+
@property
|
|
653
|
+
def values(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___Uint32Value]: ...
|
|
654
|
+
def __init__(
|
|
655
|
+
self,
|
|
656
|
+
*,
|
|
657
|
+
metadata: global___Metadata | None = ...,
|
|
658
|
+
values: collections.abc.Iterable[global___Uint32Value] | None = ...,
|
|
659
|
+
) -> None: ...
|
|
660
|
+
def HasField(self, field_name: typing.Literal["metadata", b"metadata"]) -> builtins.bool: ...
|
|
661
|
+
def ClearField(self, field_name: typing.Literal["metadata", b"metadata", "values", b"values"]) -> None: ...
|
|
662
|
+
|
|
663
|
+
global___Uint32Values = Uint32Values
|
|
664
|
+
|
|
665
|
+
@typing.final
|
|
666
|
+
class Int64Value(google.protobuf.message.Message):
|
|
667
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
668
|
+
|
|
669
|
+
TIMESTAMP_FIELD_NUMBER: builtins.int
|
|
670
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
671
|
+
value: builtins.int
|
|
672
|
+
@property
|
|
673
|
+
def timestamp(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
|
|
674
|
+
def __init__(
|
|
675
|
+
self,
|
|
676
|
+
*,
|
|
677
|
+
timestamp: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
678
|
+
value: builtins.int = ...,
|
|
679
|
+
) -> None: ...
|
|
680
|
+
def HasField(self, field_name: typing.Literal["timestamp", b"timestamp"]) -> builtins.bool: ...
|
|
681
|
+
def ClearField(self, field_name: typing.Literal["timestamp", b"timestamp", "value", b"value"]) -> None: ...
|
|
682
|
+
|
|
683
|
+
global___Int64Value = Int64Value
|
|
684
|
+
|
|
685
|
+
@typing.final
|
|
686
|
+
class Int64Values(google.protobuf.message.Message):
|
|
687
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
688
|
+
|
|
689
|
+
METADATA_FIELD_NUMBER: builtins.int
|
|
690
|
+
VALUES_FIELD_NUMBER: builtins.int
|
|
691
|
+
@property
|
|
692
|
+
def metadata(self) -> global___Metadata: ...
|
|
693
|
+
@property
|
|
694
|
+
def values(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___Int64Value]: ...
|
|
695
|
+
def __init__(
|
|
696
|
+
self,
|
|
697
|
+
*,
|
|
698
|
+
metadata: global___Metadata | None = ...,
|
|
699
|
+
values: collections.abc.Iterable[global___Int64Value] | None = ...,
|
|
700
|
+
) -> None: ...
|
|
701
|
+
def HasField(self, field_name: typing.Literal["metadata", b"metadata"]) -> builtins.bool: ...
|
|
702
|
+
def ClearField(self, field_name: typing.Literal["metadata", b"metadata", "values", b"values"]) -> None: ...
|
|
703
|
+
|
|
704
|
+
global___Int64Values = Int64Values
|
|
705
|
+
|
|
706
|
+
@typing.final
|
|
707
|
+
class Uint64Value(google.protobuf.message.Message):
|
|
708
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
709
|
+
|
|
710
|
+
TIMESTAMP_FIELD_NUMBER: builtins.int
|
|
711
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
712
|
+
value: builtins.int
|
|
713
|
+
@property
|
|
714
|
+
def timestamp(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
|
|
715
|
+
def __init__(
|
|
716
|
+
self,
|
|
717
|
+
*,
|
|
718
|
+
timestamp: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
719
|
+
value: builtins.int = ...,
|
|
720
|
+
) -> None: ...
|
|
721
|
+
def HasField(self, field_name: typing.Literal["timestamp", b"timestamp"]) -> builtins.bool: ...
|
|
722
|
+
def ClearField(self, field_name: typing.Literal["timestamp", b"timestamp", "value", b"value"]) -> None: ...
|
|
723
|
+
|
|
724
|
+
global___Uint64Value = Uint64Value
|
|
725
|
+
|
|
726
|
+
@typing.final
|
|
727
|
+
class Uint64Values(google.protobuf.message.Message):
|
|
728
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
729
|
+
|
|
730
|
+
METADATA_FIELD_NUMBER: builtins.int
|
|
731
|
+
VALUES_FIELD_NUMBER: builtins.int
|
|
732
|
+
@property
|
|
733
|
+
def metadata(self) -> global___Metadata: ...
|
|
734
|
+
@property
|
|
735
|
+
def values(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___Uint64Value]: ...
|
|
736
|
+
def __init__(
|
|
737
|
+
self,
|
|
738
|
+
*,
|
|
739
|
+
metadata: global___Metadata | None = ...,
|
|
740
|
+
values: collections.abc.Iterable[global___Uint64Value] | None = ...,
|
|
741
|
+
) -> None: ...
|
|
742
|
+
def HasField(self, field_name: typing.Literal["metadata", b"metadata"]) -> builtins.bool: ...
|
|
743
|
+
def ClearField(self, field_name: typing.Literal["metadata", b"metadata", "values", b"values"]) -> None: ...
|
|
744
|
+
|
|
745
|
+
global___Uint64Values = Uint64Values
|