yandexcloud 0.351.0__py3-none-any.whl → 0.353.0__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.
Potentially problematic release.
This version of yandexcloud might be problematic. Click here for more details.
- yandex/cloud/ai/foundation_models/v1/text_generation/text_generation_service_pb2.py +18 -18
- yandex/cloud/ai/foundation_models/v1/text_generation/text_generation_service_pb2.pyi +18 -2
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.py +13 -3
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +40 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.py +43 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/tuning/v1/tuning_task_pb2.py +3 -3
- yandex/cloud/ai/tuning/v1/tuning_task_pb2.pyi +2 -0
- yandex/cloud/baremetal/v1alpha/server_pb2.py +13 -11
- yandex/cloud/cdn/v1/origin_group_pb2.py +3 -3
- yandex/cloud/cdn/v1/origin_group_pb2.pyi +5 -1
- yandex/cloud/cdn/v1/origin_group_service_pb2.py +14 -14
- yandex/cloud/cdn/v1/origin_group_service_pb2.pyi +5 -1
- yandex/cloud/cdn/v1/origin_pb2.py +10 -10
- yandex/cloud/cdn/v1/origin_pb2.pyi +5 -1
- yandex/cloud/cdn/v1/origin_service_pb2.py +14 -14
- yandex/cloud/cdn/v1/origin_service_pb2.pyi +5 -1
- yandex/cloud/cdn/v1/resource_pb2.py +64 -64
- yandex/cloud/cdn/v1/resource_pb2.pyi +9 -1
- yandex/cloud/cdn/v1/resource_service_pb2.py +26 -26
- yandex/cloud/cdn/v1/resource_service_pb2.pyi +5 -1
- yandex/cloud/connectionmanager/__init__.py +0 -0
- yandex/cloud/connectionmanager/v1/__init__.py +0 -0
- yandex/cloud/connectionmanager/v1/clickhouse_pb2.py +46 -0
- yandex/cloud/connectionmanager/v1/clickhouse_pb2.pyi +138 -0
- yandex/cloud/connectionmanager/v1/clickhouse_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/clickhouse_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/common_pb2.py +49 -0
- yandex/cloud/connectionmanager/v1/common_pb2.pyi +187 -0
- yandex/cloud/connectionmanager/v1/common_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/common_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/connection_pb2.py +58 -0
- yandex/cloud/connectionmanager/v1/connection_pb2.pyi +205 -0
- yandex/cloud/connectionmanager/v1/connection_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/connection_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/connection_service_pb2.py +91 -0
- yandex/cloud/connectionmanager/v1/connection_service_pb2.pyi +320 -0
- yandex/cloud/connectionmanager/v1/connection_service_pb2_grpc.py +362 -0
- yandex/cloud/connectionmanager/v1/connection_service_pb2_grpc.pyi +163 -0
- yandex/cloud/connectionmanager/v1/greenplum_pb2.py +48 -0
- yandex/cloud/connectionmanager/v1/greenplum_pb2.pyi +151 -0
- yandex/cloud/connectionmanager/v1/greenplum_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/greenplum_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/mongodb_pb2.py +50 -0
- yandex/cloud/connectionmanager/v1/mongodb_pb2.pyi +169 -0
- yandex/cloud/connectionmanager/v1/mongodb_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/mongodb_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/mysql_pb2.py +48 -0
- yandex/cloud/connectionmanager/v1/mysql_pb2.pyi +151 -0
- yandex/cloud/connectionmanager/v1/mysql_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/mysql_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/opensearch_pb2.py +48 -0
- yandex/cloud/connectionmanager/v1/opensearch_pb2.pyi +148 -0
- yandex/cloud/connectionmanager/v1/opensearch_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/opensearch_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/package_options_pb2.py +35 -0
- yandex/cloud/connectionmanager/v1/package_options_pb2.pyi +8 -0
- yandex/cloud/connectionmanager/v1/package_options_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/package_options_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/postgresql_pb2.py +50 -0
- yandex/cloud/connectionmanager/v1/postgresql_pb2.pyi +171 -0
- yandex/cloud/connectionmanager/v1/postgresql_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/postgresql_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/redis_pb2.py +50 -0
- yandex/cloud/connectionmanager/v1/redis_pb2.pyi +163 -0
- yandex/cloud/connectionmanager/v1/redis_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/redis_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/trino_pb2.py +44 -0
- yandex/cloud/connectionmanager/v1/trino_pb2.pyi +88 -0
- yandex/cloud/connectionmanager/v1/trino_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/trino_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/valkey_pb2.py +50 -0
- yandex/cloud/connectionmanager/v1/valkey_pb2.pyi +173 -0
- yandex/cloud/connectionmanager/v1/valkey_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/valkey_pb2_grpc.pyi +17 -0
- yandex/cloud/iot/broker/v1/broker_service_pb2.py +50 -50
- yandex/cloud/iot/devices/v1/device_service_pb2.py +61 -61
- yandex/cloud/iot/devices/v1/registry_service_pb2.py +82 -82
- yandex/cloud/mdb/greenplum/v1/hba_rule_pb2.py +9 -5
- yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.py +94 -76
- yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.pyi +239 -14
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2.py +74 -76
- yandex/cloud/metastore/v1/cluster_pb2.py +19 -19
- yandex/cloud/metastore/v1/cluster_pb2.pyi +39 -32
- yandex/cloud/metastore/v1/cluster_service_pb2.py +47 -47
- yandex/cloud/metastore/v1/cluster_service_pb2.pyi +90 -91
- yandex/cloud/metastore/v1/cluster_service_pb2_grpc.py +63 -66
- yandex/cloud/metastore/v1/cluster_service_pb2_grpc.pyi +62 -77
- yandex/cloud/organizationmanager/v1/saml/federation_pb2.py +17 -3
- yandex/cloud/organizationmanager/v1/saml/federation_pb2.pyi +209 -0
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2.py +55 -3
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2.pyi +231 -0
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2_grpc.py +222 -0
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2_grpc.pyi +109 -0
- yandex/cloud/quotamanager/v1/quota_request_service_pb2.py +3 -3
- yandex/cloud/serverless/eventrouter/v1/connector_pb2.py +12 -10
- yandex/cloud/serverless/eventrouter/v1/connector_pb2.pyi +17 -3
- yandex/cloud/video/v1/channel_pb2.py +12 -12
- yandex/cloud/video/v1/channel_pb2.pyi +88 -22
- yandex/cloud/video/v1/channel_service_pb2.py +14 -14
- yandex/cloud/video/v1/channel_service_pb2.pyi +77 -41
- yandex/cloud/video/v1/channel_service_pb2_grpc.py +26 -9
- yandex/cloud/video/v1/channel_service_pb2_grpc.pyi +87 -30
- yandex/cloud/video/v1/episode_pb2.py +8 -10
- yandex/cloud/video/v1/episode_pb2.pyi +52 -36
- yandex/cloud/video/v1/episode_service_pb2.py +44 -42
- yandex/cloud/video/v1/episode_service_pb2.pyi +131 -82
- yandex/cloud/video/v1/episode_service_pb2_grpc.py +30 -10
- yandex/cloud/video/v1/episode_service_pb2_grpc.pyi +102 -33
- yandex/cloud/video/v1/manifest_pb2.pyi +24 -1
- yandex/cloud/video/v1/playlist_pb2.py +4 -6
- yandex/cloud/video/v1/playlist_pb2.pyi +24 -12
- yandex/cloud/video/v1/playlist_service_pb2.py +28 -24
- yandex/cloud/video/v1/playlist_service_pb2.pyi +99 -47
- yandex/cloud/video/v1/playlist_service_pb2_grpc.py +20 -7
- yandex/cloud/video/v1/playlist_service_pb2_grpc.pyi +75 -24
- yandex/cloud/video/v1/stream_line_pb2.py +16 -16
- yandex/cloud/video/v1/stream_line_pb2.pyi +11 -12
- yandex/cloud/video/v1/stream_line_service_pb2.py +54 -56
- yandex/cloud/video/v1/stream_line_service_pb2.pyi +110 -65
- yandex/cloud/video/v1/stream_line_service_pb2_grpc.py +25 -10
- yandex/cloud/video/v1/stream_line_service_pb2_grpc.pyi +96 -33
- yandex/cloud/video/v1/stream_pb2.pyi +49 -36
- yandex/cloud/video/v1/stream_service_pb2.pyi +123 -52
- yandex/cloud/video/v1/stream_service_pb2_grpc.py +25 -8
- yandex/cloud/video/v1/stream_service_pb2_grpc.pyi +84 -27
- yandex/cloud/video/v1/style_preset_pb2.py +49 -0
- yandex/cloud/video/v1/style_preset_pb2.pyi +200 -0
- yandex/cloud/video/v1/style_preset_pb2_grpc.py +24 -0
- yandex/cloud/video/v1/style_preset_pb2_grpc.pyi +17 -0
- yandex/cloud/video/v1/style_preset_service_pb2.py +141 -0
- yandex/cloud/video/v1/style_preset_service_pb2.pyi +348 -0
- yandex/cloud/video/v1/style_preset_service_pb2_grpc.py +290 -0
- yandex/cloud/video/v1/style_preset_service_pb2_grpc.pyi +171 -0
- yandex/cloud/video/v1/subtitle_pb2.pyi +32 -23
- yandex/cloud/video/v1/subtitle_service_pb2.py +17 -17
- yandex/cloud/video/v1/subtitle_service_pb2.pyi +25 -13
- yandex/cloud/video/v1/subtitle_service_pb2_grpc.py +18 -5
- yandex/cloud/video/v1/subtitle_service_pb2_grpc.pyi +63 -18
- yandex/cloud/video/v1/thumbnail_pb2.py +3 -3
- yandex/cloud/video/v1/thumbnail_pb2.pyi +18 -5
- yandex/cloud/video/v1/thumbnail_service_pb2.py +39 -31
- yandex/cloud/video/v1/thumbnail_service_pb2.pyi +94 -33
- yandex/cloud/video/v1/thumbnail_service_pb2_grpc.py +21 -6
- yandex/cloud/video/v1/thumbnail_service_pb2_grpc.pyi +75 -21
- yandex/cloud/video/v1/video_pb2.py +24 -24
- yandex/cloud/video/v1/video_pb2.pyi +105 -64
- yandex/cloud/video/v1/video_service_pb2.py +80 -74
- yandex/cloud/video/v1/video_service_pb2.pyi +193 -90
- yandex/cloud/video/v1/video_service_pb2_grpc.py +35 -12
- yandex/cloud/video/v1/video_service_pb2_grpc.pyi +123 -39
- yandex/cloud/ytsaurus/v1/package_options_pb2.py +35 -0
- yandex/cloud/ytsaurus/v1/package_options_pb2.pyi +8 -0
- yandex/cloud/ytsaurus/v1/package_options_pb2_grpc.py +24 -0
- yandex/cloud/ytsaurus/v1/package_options_pb2_grpc.pyi +17 -0
- yandexcloud/__init__.py +1 -1
- yandexcloud/_wrappers/dataproc/__init__.py +4 -0
- {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/RECORD +163 -97
- {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
|
|
2
|
+
"""Client and server classes corresponding to protobuf-defined services."""
|
|
3
|
+
import grpc
|
|
4
|
+
import warnings
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
GRPC_GENERATED_VERSION = '1.70.0'
|
|
8
|
+
GRPC_VERSION = grpc.__version__
|
|
9
|
+
_version_not_supported = False
|
|
10
|
+
|
|
11
|
+
try:
|
|
12
|
+
from grpc._utilities import first_version_is_lower
|
|
13
|
+
_version_not_supported = first_version_is_lower(GRPC_VERSION, GRPC_GENERATED_VERSION)
|
|
14
|
+
except ImportError:
|
|
15
|
+
_version_not_supported = True
|
|
16
|
+
|
|
17
|
+
if _version_not_supported:
|
|
18
|
+
raise RuntimeError(
|
|
19
|
+
f'The grpc package installed is at version {GRPC_VERSION},'
|
|
20
|
+
+ f' but the generated code in yandex/cloud/connectionmanager/v1/valkey_pb2_grpc.py depends on'
|
|
21
|
+
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
|
22
|
+
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
|
23
|
+
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
|
24
|
+
)
|
|
@@ -0,0 +1,17 @@
|
|
|
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 typing
|
|
11
|
+
|
|
12
|
+
_T = typing.TypeVar("_T")
|
|
13
|
+
|
|
14
|
+
class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
|
|
15
|
+
|
|
16
|
+
class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
|
|
17
|
+
...
|
|
@@ -30,7 +30,7 @@ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operati
|
|
|
30
30
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n/yandex/cloud/iot/broker/v1/broker_service.proto\x12\x1ayandex.cloud.iot.broker.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a\'yandex/cloud/iot/broker/v1/broker.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"3\n\x10GetBrokerRequest\x12\x1f\n\tbroker_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"s\n\x12ListBrokersRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"c\n\x13ListBrokersResponse\x12\x33\n\x07\x62rokers\x18\x01 \x03(\x0b\x32\".yandex.cloud.iot.broker.v1.Broker\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\
|
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n/yandex/cloud/iot/broker/v1/broker_service.proto\x12\x1ayandex.cloud.iot.broker.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a\'yandex/cloud/iot/broker/v1/broker.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"3\n\x10GetBrokerRequest\x12\x1f\n\tbroker_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"s\n\x12ListBrokersRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"c\n\x13ListBrokersResponse\x12\x33\n\x07\x62rokers\x18\x01 \x03(\x0b\x32\".yandex.cloud.iot.broker.v1.Broker\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x8f\x04\n\x13\x43reateBrokerRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x32\n\x04name\x18\x02 \x01(\tB$\xf2\xc7\x31 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x88\x01\n\x06labels\x18\x04 \x03(\x0b\x32;.yandex.cloud.iot.broker.v1.CreateBrokerRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04\x31-63\x12Q\n\x0c\x63\x65rtificates\x18\x05 \x03(\x0b\x32;.yandex.cloud.iot.broker.v1.CreateBrokerRequest.Certificate\x12\x10\n\x08password\x18\x06 \x01(\t\x12;\n\x0blog_options\x18\x07 \x01(\x0b\x32&.yandex.cloud.iot.broker.v1.LogOptions\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\'\n\x0b\x43\x65rtificate\x12\x18\n\x10\x63\x65rtificate_data\x18\x01 \x01(\t\")\n\x14\x43reateBrokerMetadata\x12\x11\n\tbroker_id\x18\x01 \x01(\t\"\xb2\x03\n\x13UpdateBrokerRequest\x12\x1f\n\tbroker_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x32\n\x04name\x18\x03 \x01(\tB$\xf2\xc7\x31 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x88\x01\n\x06labels\x18\x05 \x03(\x0b\x32;.yandex.cloud.iot.broker.v1.UpdateBrokerRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04\x31-63\x12;\n\x0blog_options\x18\x06 \x01(\x0b\x32&.yandex.cloud.iot.broker.v1.LogOptions\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\")\n\x14UpdateBrokerMetadata\x12\x11\n\tbroker_id\x18\x01 \x01(\t\"6\n\x13\x44\x65leteBrokerRequest\x12\x1f\n\tbroker_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\")\n\x14\x44\x65leteBrokerMetadata\x12\x11\n\tbroker_id\x18\x01 \x01(\t\"@\n\x1dListBrokerCertificatesRequest\x12\x1f\n\tbroker_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"e\n\x1eListBrokerCertificatesResponse\x12\x43\n\x0c\x63\x65rtificates\x18\x01 \x03(\x0b\x32-.yandex.cloud.iot.broker.v1.BrokerCertificate\"^\n\x1b\x41\x64\x64\x42rokerCertificateRequest\x12\x1f\n\tbroker_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x18\n\x10\x63\x65rtificate_data\x18\x03 \x01(\tJ\x04\x08\x02\x10\x03\"F\n\x1c\x41\x64\x64\x42rokerCertificateMetadata\x12\x11\n\tbroker_id\x18\x01 \x01(\t\x12\x13\n\x0b\x66ingerprint\x18\x02 \x01(\t\"d\n\x1e\x44\x65leteBrokerCertificateRequest\x12\x1f\n\tbroker_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12!\n\x0b\x66ingerprint\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"e\n\x1f\x44\x65leteBrokerCertificateMetadata\x12\x1f\n\tbroker_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12!\n\x0b\x66ingerprint\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"=\n\x1aListBrokerPasswordsRequest\x12\x1f\n\tbroker_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\\\n\x1bListBrokerPasswordsResponse\x12=\n\tpasswords\x18\x01 \x03(\x0b\x32*.yandex.cloud.iot.broker.v1.BrokerPassword\"W\n\x18\x41\x64\x64\x42rokerPasswordRequest\x12\x1f\n\tbroker_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1a\n\x08password\x18\x02 \x01(\tB\x08\x8a\xc8\x31\x04>=14\"C\n\x19\x41\x64\x64\x42rokerPasswordMetadata\x12\x11\n\tbroker_id\x18\x01 \x01(\t\x12\x13\n\x0bpassword_id\x18\x02 \x01(\t\"a\n\x1b\x44\x65leteBrokerPasswordRequest\x12\x1f\n\tbroker_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12!\n\x0bpassword_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"b\n\x1c\x44\x65leteBrokerPasswordMetadata\x12\x1f\n\tbroker_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12!\n\x0bpassword_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\x90\x01\n\x1bListBrokerOperationsRequest\x12\x17\n\tbroker_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"n\n\x1cListBrokerOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\x80\x12\n\rBrokerService\x12\x83\x01\n\x03Get\x12,.yandex.cloud.iot.broker.v1.GetBrokerRequest\x1a\".yandex.cloud.iot.broker.v1.Broker\"*\x82\xd3\xe4\x93\x02$\x12\"/iot-broker/v1/brokers/{broker_id}\x12\x87\x01\n\x04List\x12..yandex.cloud.iot.broker.v1.ListBrokersRequest\x1a/.yandex.cloud.iot.broker.v1.ListBrokersResponse\"\x1e\x82\xd3\xe4\x93\x02\x18\x12\x16/iot-broker/v1/brokers\x12\xa1\x01\n\x06\x43reate\x12/.yandex.cloud.iot.broker.v1.CreateBrokerRequest\x1a!.yandex.cloud.operation.Operation\"C\xb2\xd2*\x1e\n\x14\x43reateBrokerMetadata\x12\x06\x42roker\x82\xd3\xe4\x93\x02\x1b\"\x16/iot-broker/v1/brokers:\x01*\x12\xad\x01\n\x06Update\x12/.yandex.cloud.iot.broker.v1.UpdateBrokerRequest\x1a!.yandex.cloud.operation.Operation\"O\xb2\xd2*\x1e\n\x14UpdateBrokerMetadata\x12\x06\x42roker\x82\xd3\xe4\x93\x02\'2\"/iot-broker/v1/brokers/{broker_id}:\x01*\x12\xb9\x01\n\x06\x44\x65lete\x12/.yandex.cloud.iot.broker.v1.DeleteBrokerRequest\x1a!.yandex.cloud.operation.Operation\"[\xb2\xd2*-\n\x14\x44\x65leteBrokerMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02$*\"/iot-broker/v1/brokers/{broker_id}\x12\xc2\x01\n\x10ListCertificates\x12\x39.yandex.cloud.iot.broker.v1.ListBrokerCertificatesRequest\x1a:.yandex.cloud.iot.broker.v1.ListBrokerCertificatesResponse\"7\x82\xd3\xe4\x93\x02\x31\x12//iot-broker/v1/brokers/{broker_id}/certificates\x12\xdd\x01\n\x0e\x41\x64\x64\x43\x65rtificate\x12\x37.yandex.cloud.iot.broker.v1.AddBrokerCertificateRequest\x1a!.yandex.cloud.operation.Operation\"o\xb2\xd2*1\n\x1c\x41\x64\x64\x42rokerCertificateMetadata\x12\x11\x42rokerCertificate\x82\xd3\xe4\x93\x02\x34\"//iot-broker/v1/brokers/{broker_id}/certificates:\x01*\x12\xf6\x01\n\x11\x44\x65leteCertificate\x12:.yandex.cloud.iot.broker.v1.DeleteBrokerCertificateRequest\x1a!.yandex.cloud.operation.Operation\"\x81\x01\xb2\xd2*8\n\x1f\x44\x65leteBrokerCertificateMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02?*=/iot-broker/v1/brokers/{broker_id}/certificates/{fingerprint}\x12\xb6\x01\n\rListPasswords\x12\x36.yandex.cloud.iot.broker.v1.ListBrokerPasswordsRequest\x1a\x37.yandex.cloud.iot.broker.v1.ListBrokerPasswordsResponse\"4\x82\xd3\xe4\x93\x02.\x12,/iot-broker/v1/brokers/{broker_id}/passwords\x12\xce\x01\n\x0b\x41\x64\x64Password\x12\x34.yandex.cloud.iot.broker.v1.AddBrokerPasswordRequest\x1a!.yandex.cloud.operation.Operation\"f\xb2\xd2*+\n\x19\x41\x64\x64\x42rokerPasswordMetadata\x12\x0e\x42rokerPassword\x82\xd3\xe4\x93\x02\x31\",/iot-broker/v1/brokers/{broker_id}/passwords:\x01*\x12\xe9\x01\n\x0e\x44\x65letePassword\x12\x37.yandex.cloud.iot.broker.v1.DeleteBrokerPasswordRequest\x1a!.yandex.cloud.operation.Operation\"{\xb2\xd2*5\n\x1c\x44\x65leteBrokerPasswordMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02<*:/iot-broker/v1/brokers/{broker_id}/passwords/{password_id}\x12\xba\x01\n\x0eListOperations\x12\x37.yandex.cloud.iot.broker.v1.ListBrokerOperationsRequest\x1a\x38.yandex.cloud.iot.broker.v1.ListBrokerOperationsResponse\"5\x82\xd3\xe4\x93\x02/\x12-/iot-broker/v1/brokers/{broker_id}/operationsBg\n\x1eyandex.cloud.api.iot.broker.v1ZEgithub.com/yandex-cloud/go-genproto/yandex/cloud/iot/broker/v1;brokerb\x06proto3')
|
|
34
34
|
|
|
35
35
|
_globals = globals()
|
|
36
36
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -51,7 +51,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
51
51
|
_globals['_CREATEBROKERREQUEST'].fields_by_name['folder_id']._loaded_options = None
|
|
52
52
|
_globals['_CREATEBROKERREQUEST'].fields_by_name['folder_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
53
53
|
_globals['_CREATEBROKERREQUEST'].fields_by_name['name']._loaded_options = None
|
|
54
|
-
_globals['_CREATEBROKERREQUEST'].fields_by_name['name']._serialized_options = b'\
|
|
54
|
+
_globals['_CREATEBROKERREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?'
|
|
55
55
|
_globals['_CREATEBROKERREQUEST'].fields_by_name['description']._loaded_options = None
|
|
56
56
|
_globals['_CREATEBROKERREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\005<=256'
|
|
57
57
|
_globals['_CREATEBROKERREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
@@ -61,7 +61,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
61
61
|
_globals['_UPDATEBROKERREQUEST'].fields_by_name['broker_id']._loaded_options = None
|
|
62
62
|
_globals['_UPDATEBROKERREQUEST'].fields_by_name['broker_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
63
63
|
_globals['_UPDATEBROKERREQUEST'].fields_by_name['name']._loaded_options = None
|
|
64
|
-
_globals['_UPDATEBROKERREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071
|
|
64
|
+
_globals['_UPDATEBROKERREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?'
|
|
65
65
|
_globals['_UPDATEBROKERREQUEST'].fields_by_name['description']._loaded_options = None
|
|
66
66
|
_globals['_UPDATEBROKERREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\005<=256'
|
|
67
67
|
_globals['_UPDATEBROKERREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
@@ -133,51 +133,51 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
133
133
|
_globals['_LISTBROKERSRESPONSE']._serialized_start=459
|
|
134
134
|
_globals['_LISTBROKERSRESPONSE']._serialized_end=558
|
|
135
135
|
_globals['_CREATEBROKERREQUEST']._serialized_start=561
|
|
136
|
-
_globals['_CREATEBROKERREQUEST']._serialized_end=
|
|
137
|
-
_globals['_CREATEBROKERREQUEST_LABELSENTRY']._serialized_start=
|
|
138
|
-
_globals['_CREATEBROKERREQUEST_LABELSENTRY']._serialized_end=
|
|
139
|
-
_globals['_CREATEBROKERREQUEST_CERTIFICATE']._serialized_start=
|
|
140
|
-
_globals['_CREATEBROKERREQUEST_CERTIFICATE']._serialized_end=
|
|
141
|
-
_globals['_CREATEBROKERMETADATA']._serialized_start=
|
|
142
|
-
_globals['_CREATEBROKERMETADATA']._serialized_end=
|
|
143
|
-
_globals['_UPDATEBROKERREQUEST']._serialized_start=
|
|
144
|
-
_globals['_UPDATEBROKERREQUEST']._serialized_end=
|
|
145
|
-
_globals['_UPDATEBROKERREQUEST_LABELSENTRY']._serialized_start=
|
|
146
|
-
_globals['_UPDATEBROKERREQUEST_LABELSENTRY']._serialized_end=
|
|
147
|
-
_globals['_UPDATEBROKERMETADATA']._serialized_start=
|
|
148
|
-
_globals['_UPDATEBROKERMETADATA']._serialized_end=
|
|
149
|
-
_globals['_DELETEBROKERREQUEST']._serialized_start=
|
|
150
|
-
_globals['_DELETEBROKERREQUEST']._serialized_end=
|
|
151
|
-
_globals['_DELETEBROKERMETADATA']._serialized_start=
|
|
152
|
-
_globals['_DELETEBROKERMETADATA']._serialized_end=
|
|
153
|
-
_globals['_LISTBROKERCERTIFICATESREQUEST']._serialized_start=
|
|
154
|
-
_globals['_LISTBROKERCERTIFICATESREQUEST']._serialized_end=
|
|
155
|
-
_globals['_LISTBROKERCERTIFICATESRESPONSE']._serialized_start=
|
|
156
|
-
_globals['_LISTBROKERCERTIFICATESRESPONSE']._serialized_end=
|
|
157
|
-
_globals['_ADDBROKERCERTIFICATEREQUEST']._serialized_start=
|
|
158
|
-
_globals['_ADDBROKERCERTIFICATEREQUEST']._serialized_end=
|
|
159
|
-
_globals['_ADDBROKERCERTIFICATEMETADATA']._serialized_start=
|
|
160
|
-
_globals['_ADDBROKERCERTIFICATEMETADATA']._serialized_end=
|
|
161
|
-
_globals['_DELETEBROKERCERTIFICATEREQUEST']._serialized_start=
|
|
162
|
-
_globals['_DELETEBROKERCERTIFICATEREQUEST']._serialized_end=
|
|
163
|
-
_globals['_DELETEBROKERCERTIFICATEMETADATA']._serialized_start=
|
|
164
|
-
_globals['_DELETEBROKERCERTIFICATEMETADATA']._serialized_end=
|
|
165
|
-
_globals['_LISTBROKERPASSWORDSREQUEST']._serialized_start=
|
|
166
|
-
_globals['_LISTBROKERPASSWORDSREQUEST']._serialized_end=
|
|
167
|
-
_globals['_LISTBROKERPASSWORDSRESPONSE']._serialized_start=
|
|
168
|
-
_globals['_LISTBROKERPASSWORDSRESPONSE']._serialized_end=
|
|
169
|
-
_globals['_ADDBROKERPASSWORDREQUEST']._serialized_start=
|
|
170
|
-
_globals['_ADDBROKERPASSWORDREQUEST']._serialized_end=
|
|
171
|
-
_globals['_ADDBROKERPASSWORDMETADATA']._serialized_start=
|
|
172
|
-
_globals['_ADDBROKERPASSWORDMETADATA']._serialized_end=
|
|
173
|
-
_globals['_DELETEBROKERPASSWORDREQUEST']._serialized_start=
|
|
174
|
-
_globals['_DELETEBROKERPASSWORDREQUEST']._serialized_end=
|
|
175
|
-
_globals['_DELETEBROKERPASSWORDMETADATA']._serialized_start=
|
|
176
|
-
_globals['_DELETEBROKERPASSWORDMETADATA']._serialized_end=
|
|
177
|
-
_globals['_LISTBROKEROPERATIONSREQUEST']._serialized_start=
|
|
178
|
-
_globals['_LISTBROKEROPERATIONSREQUEST']._serialized_end=
|
|
179
|
-
_globals['_LISTBROKEROPERATIONSRESPONSE']._serialized_start=
|
|
180
|
-
_globals['_LISTBROKEROPERATIONSRESPONSE']._serialized_end=
|
|
181
|
-
_globals['_BROKERSERVICE']._serialized_start=
|
|
182
|
-
_globals['_BROKERSERVICE']._serialized_end=
|
|
136
|
+
_globals['_CREATEBROKERREQUEST']._serialized_end=1088
|
|
137
|
+
_globals['_CREATEBROKERREQUEST_LABELSENTRY']._serialized_start=1002
|
|
138
|
+
_globals['_CREATEBROKERREQUEST_LABELSENTRY']._serialized_end=1047
|
|
139
|
+
_globals['_CREATEBROKERREQUEST_CERTIFICATE']._serialized_start=1049
|
|
140
|
+
_globals['_CREATEBROKERREQUEST_CERTIFICATE']._serialized_end=1088
|
|
141
|
+
_globals['_CREATEBROKERMETADATA']._serialized_start=1090
|
|
142
|
+
_globals['_CREATEBROKERMETADATA']._serialized_end=1131
|
|
143
|
+
_globals['_UPDATEBROKERREQUEST']._serialized_start=1134
|
|
144
|
+
_globals['_UPDATEBROKERREQUEST']._serialized_end=1568
|
|
145
|
+
_globals['_UPDATEBROKERREQUEST_LABELSENTRY']._serialized_start=1002
|
|
146
|
+
_globals['_UPDATEBROKERREQUEST_LABELSENTRY']._serialized_end=1047
|
|
147
|
+
_globals['_UPDATEBROKERMETADATA']._serialized_start=1570
|
|
148
|
+
_globals['_UPDATEBROKERMETADATA']._serialized_end=1611
|
|
149
|
+
_globals['_DELETEBROKERREQUEST']._serialized_start=1613
|
|
150
|
+
_globals['_DELETEBROKERREQUEST']._serialized_end=1667
|
|
151
|
+
_globals['_DELETEBROKERMETADATA']._serialized_start=1669
|
|
152
|
+
_globals['_DELETEBROKERMETADATA']._serialized_end=1710
|
|
153
|
+
_globals['_LISTBROKERCERTIFICATESREQUEST']._serialized_start=1712
|
|
154
|
+
_globals['_LISTBROKERCERTIFICATESREQUEST']._serialized_end=1776
|
|
155
|
+
_globals['_LISTBROKERCERTIFICATESRESPONSE']._serialized_start=1778
|
|
156
|
+
_globals['_LISTBROKERCERTIFICATESRESPONSE']._serialized_end=1879
|
|
157
|
+
_globals['_ADDBROKERCERTIFICATEREQUEST']._serialized_start=1881
|
|
158
|
+
_globals['_ADDBROKERCERTIFICATEREQUEST']._serialized_end=1975
|
|
159
|
+
_globals['_ADDBROKERCERTIFICATEMETADATA']._serialized_start=1977
|
|
160
|
+
_globals['_ADDBROKERCERTIFICATEMETADATA']._serialized_end=2047
|
|
161
|
+
_globals['_DELETEBROKERCERTIFICATEREQUEST']._serialized_start=2049
|
|
162
|
+
_globals['_DELETEBROKERCERTIFICATEREQUEST']._serialized_end=2149
|
|
163
|
+
_globals['_DELETEBROKERCERTIFICATEMETADATA']._serialized_start=2151
|
|
164
|
+
_globals['_DELETEBROKERCERTIFICATEMETADATA']._serialized_end=2252
|
|
165
|
+
_globals['_LISTBROKERPASSWORDSREQUEST']._serialized_start=2254
|
|
166
|
+
_globals['_LISTBROKERPASSWORDSREQUEST']._serialized_end=2315
|
|
167
|
+
_globals['_LISTBROKERPASSWORDSRESPONSE']._serialized_start=2317
|
|
168
|
+
_globals['_LISTBROKERPASSWORDSRESPONSE']._serialized_end=2409
|
|
169
|
+
_globals['_ADDBROKERPASSWORDREQUEST']._serialized_start=2411
|
|
170
|
+
_globals['_ADDBROKERPASSWORDREQUEST']._serialized_end=2498
|
|
171
|
+
_globals['_ADDBROKERPASSWORDMETADATA']._serialized_start=2500
|
|
172
|
+
_globals['_ADDBROKERPASSWORDMETADATA']._serialized_end=2567
|
|
173
|
+
_globals['_DELETEBROKERPASSWORDREQUEST']._serialized_start=2569
|
|
174
|
+
_globals['_DELETEBROKERPASSWORDREQUEST']._serialized_end=2666
|
|
175
|
+
_globals['_DELETEBROKERPASSWORDMETADATA']._serialized_start=2668
|
|
176
|
+
_globals['_DELETEBROKERPASSWORDMETADATA']._serialized_end=2766
|
|
177
|
+
_globals['_LISTBROKEROPERATIONSREQUEST']._serialized_start=2769
|
|
178
|
+
_globals['_LISTBROKEROPERATIONSREQUEST']._serialized_end=2913
|
|
179
|
+
_globals['_LISTBROKEROPERATIONSRESPONSE']._serialized_start=2915
|
|
180
|
+
_globals['_LISTBROKEROPERATIONSRESPONSE']._serialized_end=3025
|
|
181
|
+
_globals['_BROKERSERVICE']._serialized_start=3028
|
|
182
|
+
_globals['_BROKERSERVICE']._serialized_end=5332
|
|
183
183
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -30,7 +30,7 @@ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operati
|
|
|
30
30
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0yandex/cloud/iot/devices/v1/device_service.proto\x12\x1byandex.cloud.iot.devices.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a(yandex/cloud/iot/devices/v1/device.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"q\n\x10GetDeviceRequest\x12\x1f\n\tdevice_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12<\n\x0b\x64\x65vice_view\x18\x02 \x01(\x0e\x32\'.yandex.cloud.iot.devices.v1.DeviceView\"\
|
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0yandex/cloud/iot/devices/v1/device_service.proto\x12\x1byandex.cloud.iot.devices.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a(yandex/cloud/iot/devices/v1/device.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"q\n\x10GetDeviceRequest\x12\x1f\n\tdevice_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12<\n\x0b\x64\x65vice_view\x18\x02 \x01(\x0e\x32\'.yandex.cloud.iot.devices.v1.DeviceView\"\xa7\x01\n\x16GetByNameDeviceRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12,\n\x0b\x64\x65vice_name\x18\x02 \x01(\tB\x17\xf2\xc7\x31\x13[a-zA-Z0-9_-]{0,63}\x12<\n\x0b\x64\x65vice_view\x18\x03 \x01(\x0e\x32\'.yandex.cloud.iot.devices.v1.DeviceView\"\xdd\x01\n\x12ListDevicesRequest\x12\x1f\n\x0bregistry_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x1d\n\tfolder_id\x18\x02 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x1e\n\tpage_size\x18\x03 \x01(\x03\x42\x0b\xfa\xc7\x31\x07\x30-20000\x12\x1d\n\npage_token\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12<\n\x0b\x64\x65vice_view\x18\x05 \x01(\x0e\x32\'.yandex.cloud.iot.devices.v1.DeviceViewB\n\n\x02id\x12\x04\xc0\xc1\x31\x01\"d\n\x13ListDevicesResponse\x12\x34\n\x07\x64\x65vices\x18\x01 \x03(\x0b\x32#.yandex.cloud.iot.devices.v1.Device\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xe6\x04\n\x13\x43reateDeviceRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x32\n\x04name\x18\x02 \x01(\tB$\xf2\xc7\x31 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12R\n\x0c\x63\x65rtificates\x18\x04 \x03(\x0b\x32<.yandex.cloud.iot.devices.v1.CreateDeviceRequest.Certificate\x12Y\n\rtopic_aliases\x18\x05 \x03(\x0b\x32\x42.yandex.cloud.iot.devices.v1.CreateDeviceRequest.TopicAliasesEntry\x12\x10\n\x08password\x18\x06 \x01(\t\x12\x89\x01\n\x06labels\x18\x07 \x03(\x0b\x32<.yandex.cloud.iot.devices.v1.CreateDeviceRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04\x31-63\x1a\x33\n\x11TopicAliasesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\'\n\x0b\x43\x65rtificate\x12\x18\n\x10\x63\x65rtificate_data\x18\x01 \x01(\t\")\n\x14\x43reateDeviceMetadata\x12\x11\n\tdevice_id\x18\x01 \x01(\t\"\x86\x04\n\x13UpdateDeviceRequest\x12\x1f\n\tdevice_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x32\n\x04name\x18\x03 \x01(\tB$\xf2\xc7\x31 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12Y\n\rtopic_aliases\x18\x05 \x03(\x0b\x32\x42.yandex.cloud.iot.devices.v1.UpdateDeviceRequest.TopicAliasesEntry\x12\x89\x01\n\x06labels\x18\x06 \x03(\x0b\x32<.yandex.cloud.iot.devices.v1.UpdateDeviceRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04\x31-63\x1a\x33\n\x11TopicAliasesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\")\n\x14UpdateDeviceMetadata\x12\x11\n\tdevice_id\x18\x01 \x01(\t\"6\n\x13\x44\x65leteDeviceRequest\x12\x1f\n\tdevice_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\")\n\x14\x44\x65leteDeviceMetadata\x12\x11\n\tdevice_id\x18\x01 \x01(\t\"@\n\x1dListDeviceCertificatesRequest\x12\x1f\n\tdevice_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"f\n\x1eListDeviceCertificatesResponse\x12\x44\n\x0c\x63\x65rtificates\x18\x01 \x03(\x0b\x32..yandex.cloud.iot.devices.v1.DeviceCertificate\"^\n\x1b\x41\x64\x64\x44\x65viceCertificateRequest\x12\x1f\n\tdevice_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x18\n\x10\x63\x65rtificate_data\x18\x03 \x01(\tJ\x04\x08\x02\x10\x03\"F\n\x1c\x41\x64\x64\x44\x65viceCertificateMetadata\x12\x11\n\tdevice_id\x18\x01 \x01(\t\x12\x13\n\x0b\x66ingerprint\x18\x02 \x01(\t\"d\n\x1e\x44\x65leteDeviceCertificateRequest\x12\x1f\n\tdevice_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12!\n\x0b\x66ingerprint\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"e\n\x1f\x44\x65leteDeviceCertificateMetadata\x12\x1f\n\tdevice_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12!\n\x0b\x66ingerprint\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"=\n\x1aListDevicePasswordsRequest\x12\x1f\n\tdevice_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"]\n\x1bListDevicePasswordsResponse\x12>\n\tpasswords\x18\x01 \x03(\x0b\x32+.yandex.cloud.iot.devices.v1.DevicePassword\"W\n\x18\x41\x64\x64\x44\x65vicePasswordRequest\x12\x1f\n\tdevice_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1a\n\x08password\x18\x02 \x01(\tB\x08\x8a\xc8\x31\x04>=14\"C\n\x19\x41\x64\x64\x44\x65vicePasswordMetadata\x12\x11\n\tdevice_id\x18\x01 \x01(\t\x12\x13\n\x0bpassword_id\x18\x02 \x01(\t\"a\n\x1b\x44\x65leteDevicePasswordRequest\x12\x1f\n\tdevice_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12!\n\x0bpassword_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"b\n\x1c\x44\x65leteDevicePasswordMetadata\x12\x1f\n\tdevice_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12!\n\x0bpassword_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\x90\x01\n\x1bListDeviceOperationsRequest\x12\x17\n\tdevice_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"n\n\x1cListDeviceOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\xb0\x13\n\rDeviceService\x12\x86\x01\n\x03Get\x12-.yandex.cloud.iot.devices.v1.GetDeviceRequest\x1a#.yandex.cloud.iot.devices.v1.Device\"+\x82\xd3\xe4\x93\x02%\x12#/iot-devices/v1/devices/{device_id}\x12\x90\x01\n\tGetByName\x12\x33.yandex.cloud.iot.devices.v1.GetByNameDeviceRequest\x1a#.yandex.cloud.iot.devices.v1.Device\")\x82\xd3\xe4\x93\x02#\x12!/iot-devices/v1/devices:getByName\x12\x8a\x01\n\x04List\x12/.yandex.cloud.iot.devices.v1.ListDevicesRequest\x1a\x30.yandex.cloud.iot.devices.v1.ListDevicesResponse\"\x1f\x82\xd3\xe4\x93\x02\x19\x12\x17/iot-devices/v1/devices\x12\xa3\x01\n\x06\x43reate\x12\x30.yandex.cloud.iot.devices.v1.CreateDeviceRequest\x1a!.yandex.cloud.operation.Operation\"D\xb2\xd2*\x1e\n\x14\x43reateDeviceMetadata\x12\x06\x44\x65vice\x82\xd3\xe4\x93\x02\x1c\"\x17/iot-devices/v1/devices:\x01*\x12\xaf\x01\n\x06Update\x12\x30.yandex.cloud.iot.devices.v1.UpdateDeviceRequest\x1a!.yandex.cloud.operation.Operation\"P\xb2\xd2*\x1e\n\x14UpdateDeviceMetadata\x12\x06\x44\x65vice\x82\xd3\xe4\x93\x02(2#/iot-devices/v1/devices/{device_id}:\x01*\x12\xbb\x01\n\x06\x44\x65lete\x12\x30.yandex.cloud.iot.devices.v1.DeleteDeviceRequest\x1a!.yandex.cloud.operation.Operation\"\\\xb2\xd2*-\n\x14\x44\x65leteDeviceMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02%*#/iot-devices/v1/devices/{device_id}\x12\xc5\x01\n\x10ListCertificates\x12:.yandex.cloud.iot.devices.v1.ListDeviceCertificatesRequest\x1a;.yandex.cloud.iot.devices.v1.ListDeviceCertificatesResponse\"8\x82\xd3\xe4\x93\x02\x32\x12\x30/iot-devices/v1/devices/{device_id}/certificates\x12\xdf\x01\n\x0e\x41\x64\x64\x43\x65rtificate\x12\x38.yandex.cloud.iot.devices.v1.AddDeviceCertificateRequest\x1a!.yandex.cloud.operation.Operation\"p\xb2\xd2*1\n\x1c\x41\x64\x64\x44\x65viceCertificateMetadata\x12\x11\x44\x65viceCertificate\x82\xd3\xe4\x93\x02\x35\"0/iot-devices/v1/devices/{device_id}/certificates:\x01*\x12\xf8\x01\n\x11\x44\x65leteCertificate\x12;.yandex.cloud.iot.devices.v1.DeleteDeviceCertificateRequest\x1a!.yandex.cloud.operation.Operation\"\x82\x01\xb2\xd2*8\n\x1f\x44\x65leteDeviceCertificateMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02@*>/iot-devices/v1/devices/{device_id}/certificates/{fingerprint}\x12\xb9\x01\n\rListPasswords\x12\x37.yandex.cloud.iot.devices.v1.ListDevicePasswordsRequest\x1a\x38.yandex.cloud.iot.devices.v1.ListDevicePasswordsResponse\"5\x82\xd3\xe4\x93\x02/\x12-/iot-devices/v1/devices/{device_id}/passwords\x12\xd0\x01\n\x0b\x41\x64\x64Password\x12\x35.yandex.cloud.iot.devices.v1.AddDevicePasswordRequest\x1a!.yandex.cloud.operation.Operation\"g\xb2\xd2*+\n\x19\x41\x64\x64\x44\x65vicePasswordMetadata\x12\x0e\x44\x65vicePassword\x82\xd3\xe4\x93\x02\x32\"-/iot-devices/v1/devices/{device_id}/passwords:\x01*\x12\xeb\x01\n\x0e\x44\x65letePassword\x12\x38.yandex.cloud.iot.devices.v1.DeleteDevicePasswordRequest\x1a!.yandex.cloud.operation.Operation\"|\xb2\xd2*5\n\x1c\x44\x65leteDevicePasswordMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02=*;/iot-devices/v1/devices/{device_id}/passwords/{password_id}\x12\xbd\x01\n\x0eListOperations\x12\x38.yandex.cloud.iot.devices.v1.ListDeviceOperationsRequest\x1a\x39.yandex.cloud.iot.devices.v1.ListDeviceOperationsResponse\"6\x82\xd3\xe4\x93\x02\x30\x12./iot-devices/v1/devices/{device_id}/operationsBj\n\x1fyandex.cloud.api.iot.devices.v1ZGgithub.com/yandex-cloud/go-genproto/yandex/cloud/iot/devices/v1;devicesb\x06proto3')
|
|
34
34
|
|
|
35
35
|
_globals = globals()
|
|
36
36
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -43,7 +43,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
43
43
|
_globals['_GETBYNAMEDEVICEREQUEST'].fields_by_name['registry_id']._loaded_options = None
|
|
44
44
|
_globals['_GETBYNAMEDEVICEREQUEST'].fields_by_name['registry_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
45
45
|
_globals['_GETBYNAMEDEVICEREQUEST'].fields_by_name['device_name']._loaded_options = None
|
|
46
|
-
_globals['_GETBYNAMEDEVICEREQUEST'].fields_by_name['device_name']._serialized_options = b'\
|
|
46
|
+
_globals['_GETBYNAMEDEVICEREQUEST'].fields_by_name['device_name']._serialized_options = b'\362\3071\023[a-zA-Z0-9_-]{0,63}'
|
|
47
47
|
_globals['_LISTDEVICESREQUEST'].oneofs_by_name['id']._loaded_options = None
|
|
48
48
|
_globals['_LISTDEVICESREQUEST'].oneofs_by_name['id']._serialized_options = b'\300\3011\001'
|
|
49
49
|
_globals['_LISTDEVICESREQUEST'].fields_by_name['registry_id']._loaded_options = None
|
|
@@ -61,7 +61,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
61
61
|
_globals['_CREATEDEVICEREQUEST'].fields_by_name['registry_id']._loaded_options = None
|
|
62
62
|
_globals['_CREATEDEVICEREQUEST'].fields_by_name['registry_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
63
63
|
_globals['_CREATEDEVICEREQUEST'].fields_by_name['name']._loaded_options = None
|
|
64
|
-
_globals['_CREATEDEVICEREQUEST'].fields_by_name['name']._serialized_options = b'\
|
|
64
|
+
_globals['_CREATEDEVICEREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?'
|
|
65
65
|
_globals['_CREATEDEVICEREQUEST'].fields_by_name['description']._loaded_options = None
|
|
66
66
|
_globals['_CREATEDEVICEREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\005<=256'
|
|
67
67
|
_globals['_CREATEDEVICEREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
@@ -73,7 +73,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
73
73
|
_globals['_UPDATEDEVICEREQUEST'].fields_by_name['device_id']._loaded_options = None
|
|
74
74
|
_globals['_UPDATEDEVICEREQUEST'].fields_by_name['device_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
75
75
|
_globals['_UPDATEDEVICEREQUEST'].fields_by_name['name']._loaded_options = None
|
|
76
|
-
_globals['_UPDATEDEVICEREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071
|
|
76
|
+
_globals['_UPDATEDEVICEREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?'
|
|
77
77
|
_globals['_UPDATEDEVICEREQUEST'].fields_by_name['description']._loaded_options = None
|
|
78
78
|
_globals['_UPDATEDEVICEREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\005<=256'
|
|
79
79
|
_globals['_UPDATEDEVICEREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
@@ -143,61 +143,61 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
143
143
|
_globals['_GETDEVICEREQUEST']._serialized_start=292
|
|
144
144
|
_globals['_GETDEVICEREQUEST']._serialized_end=405
|
|
145
145
|
_globals['_GETBYNAMEDEVICEREQUEST']._serialized_start=408
|
|
146
|
-
_globals['_GETBYNAMEDEVICEREQUEST']._serialized_end=
|
|
147
|
-
_globals['_LISTDEVICESREQUEST']._serialized_start=
|
|
148
|
-
_globals['_LISTDEVICESREQUEST']._serialized_end=
|
|
149
|
-
_globals['_LISTDEVICESRESPONSE']._serialized_start=
|
|
150
|
-
_globals['_LISTDEVICESRESPONSE']._serialized_end=
|
|
151
|
-
_globals['_CREATEDEVICEREQUEST']._serialized_start=
|
|
152
|
-
_globals['_CREATEDEVICEREQUEST']._serialized_end=
|
|
153
|
-
_globals['_CREATEDEVICEREQUEST_TOPICALIASESENTRY']._serialized_start=
|
|
154
|
-
_globals['_CREATEDEVICEREQUEST_TOPICALIASESENTRY']._serialized_end=
|
|
155
|
-
_globals['_CREATEDEVICEREQUEST_LABELSENTRY']._serialized_start=
|
|
156
|
-
_globals['_CREATEDEVICEREQUEST_LABELSENTRY']._serialized_end=
|
|
157
|
-
_globals['_CREATEDEVICEREQUEST_CERTIFICATE']._serialized_start=
|
|
158
|
-
_globals['_CREATEDEVICEREQUEST_CERTIFICATE']._serialized_end=
|
|
159
|
-
_globals['_CREATEDEVICEMETADATA']._serialized_start=
|
|
160
|
-
_globals['_CREATEDEVICEMETADATA']._serialized_end=
|
|
161
|
-
_globals['_UPDATEDEVICEREQUEST']._serialized_start=
|
|
162
|
-
_globals['_UPDATEDEVICEREQUEST']._serialized_end=
|
|
163
|
-
_globals['_UPDATEDEVICEREQUEST_TOPICALIASESENTRY']._serialized_start=
|
|
164
|
-
_globals['_UPDATEDEVICEREQUEST_TOPICALIASESENTRY']._serialized_end=
|
|
165
|
-
_globals['_UPDATEDEVICEREQUEST_LABELSENTRY']._serialized_start=
|
|
166
|
-
_globals['_UPDATEDEVICEREQUEST_LABELSENTRY']._serialized_end=
|
|
167
|
-
_globals['_UPDATEDEVICEMETADATA']._serialized_start=
|
|
168
|
-
_globals['_UPDATEDEVICEMETADATA']._serialized_end=
|
|
169
|
-
_globals['_DELETEDEVICEREQUEST']._serialized_start=
|
|
170
|
-
_globals['_DELETEDEVICEREQUEST']._serialized_end=
|
|
171
|
-
_globals['_DELETEDEVICEMETADATA']._serialized_start=
|
|
172
|
-
_globals['_DELETEDEVICEMETADATA']._serialized_end=
|
|
173
|
-
_globals['_LISTDEVICECERTIFICATESREQUEST']._serialized_start=
|
|
174
|
-
_globals['_LISTDEVICECERTIFICATESREQUEST']._serialized_end=
|
|
175
|
-
_globals['_LISTDEVICECERTIFICATESRESPONSE']._serialized_start=
|
|
176
|
-
_globals['_LISTDEVICECERTIFICATESRESPONSE']._serialized_end=
|
|
177
|
-
_globals['_ADDDEVICECERTIFICATEREQUEST']._serialized_start=
|
|
178
|
-
_globals['_ADDDEVICECERTIFICATEREQUEST']._serialized_end=
|
|
179
|
-
_globals['_ADDDEVICECERTIFICATEMETADATA']._serialized_start=
|
|
180
|
-
_globals['_ADDDEVICECERTIFICATEMETADATA']._serialized_end=
|
|
181
|
-
_globals['_DELETEDEVICECERTIFICATEREQUEST']._serialized_start=
|
|
182
|
-
_globals['_DELETEDEVICECERTIFICATEREQUEST']._serialized_end=
|
|
183
|
-
_globals['_DELETEDEVICECERTIFICATEMETADATA']._serialized_start=
|
|
184
|
-
_globals['_DELETEDEVICECERTIFICATEMETADATA']._serialized_end=
|
|
185
|
-
_globals['_LISTDEVICEPASSWORDSREQUEST']._serialized_start=
|
|
186
|
-
_globals['_LISTDEVICEPASSWORDSREQUEST']._serialized_end=
|
|
187
|
-
_globals['_LISTDEVICEPASSWORDSRESPONSE']._serialized_start=
|
|
188
|
-
_globals['_LISTDEVICEPASSWORDSRESPONSE']._serialized_end=
|
|
189
|
-
_globals['_ADDDEVICEPASSWORDREQUEST']._serialized_start=
|
|
190
|
-
_globals['_ADDDEVICEPASSWORDREQUEST']._serialized_end=
|
|
191
|
-
_globals['_ADDDEVICEPASSWORDMETADATA']._serialized_start=
|
|
192
|
-
_globals['_ADDDEVICEPASSWORDMETADATA']._serialized_end=
|
|
193
|
-
_globals['_DELETEDEVICEPASSWORDREQUEST']._serialized_start=
|
|
194
|
-
_globals['_DELETEDEVICEPASSWORDREQUEST']._serialized_end=
|
|
195
|
-
_globals['_DELETEDEVICEPASSWORDMETADATA']._serialized_start=
|
|
196
|
-
_globals['_DELETEDEVICEPASSWORDMETADATA']._serialized_end=
|
|
197
|
-
_globals['_LISTDEVICEOPERATIONSREQUEST']._serialized_start=
|
|
198
|
-
_globals['_LISTDEVICEOPERATIONSREQUEST']._serialized_end=
|
|
199
|
-
_globals['_LISTDEVICEOPERATIONSRESPONSE']._serialized_start=
|
|
200
|
-
_globals['_LISTDEVICEOPERATIONSRESPONSE']._serialized_end=
|
|
201
|
-
_globals['_DEVICESERVICE']._serialized_start=
|
|
202
|
-
_globals['_DEVICESERVICE']._serialized_end=
|
|
146
|
+
_globals['_GETBYNAMEDEVICEREQUEST']._serialized_end=575
|
|
147
|
+
_globals['_LISTDEVICESREQUEST']._serialized_start=578
|
|
148
|
+
_globals['_LISTDEVICESREQUEST']._serialized_end=799
|
|
149
|
+
_globals['_LISTDEVICESRESPONSE']._serialized_start=801
|
|
150
|
+
_globals['_LISTDEVICESRESPONSE']._serialized_end=901
|
|
151
|
+
_globals['_CREATEDEVICEREQUEST']._serialized_start=904
|
|
152
|
+
_globals['_CREATEDEVICEREQUEST']._serialized_end=1518
|
|
153
|
+
_globals['_CREATEDEVICEREQUEST_TOPICALIASESENTRY']._serialized_start=1379
|
|
154
|
+
_globals['_CREATEDEVICEREQUEST_TOPICALIASESENTRY']._serialized_end=1430
|
|
155
|
+
_globals['_CREATEDEVICEREQUEST_LABELSENTRY']._serialized_start=1432
|
|
156
|
+
_globals['_CREATEDEVICEREQUEST_LABELSENTRY']._serialized_end=1477
|
|
157
|
+
_globals['_CREATEDEVICEREQUEST_CERTIFICATE']._serialized_start=1479
|
|
158
|
+
_globals['_CREATEDEVICEREQUEST_CERTIFICATE']._serialized_end=1518
|
|
159
|
+
_globals['_CREATEDEVICEMETADATA']._serialized_start=1520
|
|
160
|
+
_globals['_CREATEDEVICEMETADATA']._serialized_end=1561
|
|
161
|
+
_globals['_UPDATEDEVICEREQUEST']._serialized_start=1564
|
|
162
|
+
_globals['_UPDATEDEVICEREQUEST']._serialized_end=2082
|
|
163
|
+
_globals['_UPDATEDEVICEREQUEST_TOPICALIASESENTRY']._serialized_start=1379
|
|
164
|
+
_globals['_UPDATEDEVICEREQUEST_TOPICALIASESENTRY']._serialized_end=1430
|
|
165
|
+
_globals['_UPDATEDEVICEREQUEST_LABELSENTRY']._serialized_start=1432
|
|
166
|
+
_globals['_UPDATEDEVICEREQUEST_LABELSENTRY']._serialized_end=1477
|
|
167
|
+
_globals['_UPDATEDEVICEMETADATA']._serialized_start=2084
|
|
168
|
+
_globals['_UPDATEDEVICEMETADATA']._serialized_end=2125
|
|
169
|
+
_globals['_DELETEDEVICEREQUEST']._serialized_start=2127
|
|
170
|
+
_globals['_DELETEDEVICEREQUEST']._serialized_end=2181
|
|
171
|
+
_globals['_DELETEDEVICEMETADATA']._serialized_start=2183
|
|
172
|
+
_globals['_DELETEDEVICEMETADATA']._serialized_end=2224
|
|
173
|
+
_globals['_LISTDEVICECERTIFICATESREQUEST']._serialized_start=2226
|
|
174
|
+
_globals['_LISTDEVICECERTIFICATESREQUEST']._serialized_end=2290
|
|
175
|
+
_globals['_LISTDEVICECERTIFICATESRESPONSE']._serialized_start=2292
|
|
176
|
+
_globals['_LISTDEVICECERTIFICATESRESPONSE']._serialized_end=2394
|
|
177
|
+
_globals['_ADDDEVICECERTIFICATEREQUEST']._serialized_start=2396
|
|
178
|
+
_globals['_ADDDEVICECERTIFICATEREQUEST']._serialized_end=2490
|
|
179
|
+
_globals['_ADDDEVICECERTIFICATEMETADATA']._serialized_start=2492
|
|
180
|
+
_globals['_ADDDEVICECERTIFICATEMETADATA']._serialized_end=2562
|
|
181
|
+
_globals['_DELETEDEVICECERTIFICATEREQUEST']._serialized_start=2564
|
|
182
|
+
_globals['_DELETEDEVICECERTIFICATEREQUEST']._serialized_end=2664
|
|
183
|
+
_globals['_DELETEDEVICECERTIFICATEMETADATA']._serialized_start=2666
|
|
184
|
+
_globals['_DELETEDEVICECERTIFICATEMETADATA']._serialized_end=2767
|
|
185
|
+
_globals['_LISTDEVICEPASSWORDSREQUEST']._serialized_start=2769
|
|
186
|
+
_globals['_LISTDEVICEPASSWORDSREQUEST']._serialized_end=2830
|
|
187
|
+
_globals['_LISTDEVICEPASSWORDSRESPONSE']._serialized_start=2832
|
|
188
|
+
_globals['_LISTDEVICEPASSWORDSRESPONSE']._serialized_end=2925
|
|
189
|
+
_globals['_ADDDEVICEPASSWORDREQUEST']._serialized_start=2927
|
|
190
|
+
_globals['_ADDDEVICEPASSWORDREQUEST']._serialized_end=3014
|
|
191
|
+
_globals['_ADDDEVICEPASSWORDMETADATA']._serialized_start=3016
|
|
192
|
+
_globals['_ADDDEVICEPASSWORDMETADATA']._serialized_end=3083
|
|
193
|
+
_globals['_DELETEDEVICEPASSWORDREQUEST']._serialized_start=3085
|
|
194
|
+
_globals['_DELETEDEVICEPASSWORDREQUEST']._serialized_end=3182
|
|
195
|
+
_globals['_DELETEDEVICEPASSWORDMETADATA']._serialized_start=3184
|
|
196
|
+
_globals['_DELETEDEVICEPASSWORDMETADATA']._serialized_end=3282
|
|
197
|
+
_globals['_LISTDEVICEOPERATIONSREQUEST']._serialized_start=3285
|
|
198
|
+
_globals['_LISTDEVICEOPERATIONSREQUEST']._serialized_end=3429
|
|
199
|
+
_globals['_LISTDEVICEOPERATIONSRESPONSE']._serialized_start=3431
|
|
200
|
+
_globals['_LISTDEVICEOPERATIONSRESPONSE']._serialized_end=3541
|
|
201
|
+
_globals['_DEVICESERVICE']._serialized_start=3544
|
|
202
|
+
_globals['_DEVICESERVICE']._serialized_end=6024
|
|
203
203
|
# @@protoc_insertion_point(module_scope)
|