yandexcloud 0.353.0__py3-none-any.whl → 0.355.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.

Files changed (86) hide show
  1. yandex/cloud/ai/assistants/v1/common_pb2.py +58 -30
  2. yandex/cloud/ai/assistants/v1/common_pb2.pyi +178 -3
  3. yandex/cloud/airflow/v1/cluster_pb2.py +12 -8
  4. yandex/cloud/airflow/v1/cluster_pb2.pyi +4 -0
  5. yandex/cloud/apploadbalancer/v1/virtual_host_pb2.py +32 -32
  6. yandex/cloud/apploadbalancer/v1/virtual_host_pb2.pyi +5 -1
  7. yandex/cloud/apploadbalancer/v1/virtual_host_service_pb2.py +6 -6
  8. yandex/cloud/apploadbalancer/v1/virtual_host_service_pb2.pyi +5 -1
  9. yandex/cloud/backup/v1/resource_pb2.py +2 -2
  10. yandex/cloud/backup/v1/resource_pb2.pyi +8 -0
  11. yandex/cloud/baremetal/v1alpha/configuration_service_pb2.py +12 -8
  12. yandex/cloud/baremetal/v1alpha/configuration_service_pb2.pyi +16 -2
  13. yandex/cloud/baremetal/v1alpha/disk_pb2.py +2 -2
  14. yandex/cloud/baremetal/v1alpha/disk_pb2.pyi +8 -4
  15. yandex/cloud/compute/v1/maintenance_service_pb2.py +47 -0
  16. yandex/cloud/compute/v1/maintenance_service_pb2.pyi +8 -0
  17. yandex/cloud/compute/v1/maintenance_service_pb2_grpc.py +190 -0
  18. yandex/cloud/compute/v1/maintenance_service_pb2_grpc.pyi +91 -0
  19. yandex/cloud/compute/v1/reserved_instance_pool_pb2.py +8 -4
  20. yandex/cloud/compute/v1/reserved_instance_pool_pb2.pyi +69 -2
  21. yandex/cloud/compute/v1/reserved_instance_pool_service_pb2.py +44 -20
  22. yandex/cloud/compute/v1/reserved_instance_pool_service_pb2.pyi +138 -2
  23. yandex/cloud/compute/v1/reserved_instance_pool_service_pb2_grpc.py +88 -0
  24. yandex/cloud/compute/v1/reserved_instance_pool_service_pb2_grpc.pyi +40 -0
  25. yandex/cloud/connectionmanager/v1/connection_service_pb2_grpc.py +18 -9
  26. yandex/cloud/connectionmanager/v1/connection_service_pb2_grpc.pyi +30 -6
  27. yandex/cloud/datatransfer/v1/endpoint_service_pb2.pyi +2 -4
  28. yandex/cloud/datatransfer/v1/endpoint_service_pb2_grpc.py +3 -6
  29. yandex/cloud/datatransfer/v1/endpoint_service_pb2_grpc.pyi +3 -9
  30. yandex/cloud/datatransfer/v1/transfer_service_pb2.pyi +2 -4
  31. yandex/cloud/datatransfer/v1/transfer_service_pb2_grpc.py +6 -3
  32. yandex/cloud/datatransfer/v1/transfer_service_pb2_grpc.pyi +6 -0
  33. yandex/cloud/iam/v1/oauth_client_pb2.py +39 -0
  34. yandex/cloud/iam/v1/oauth_client_pb2.pyi +85 -0
  35. yandex/cloud/iam/v1/oauth_client_pb2_grpc.py +24 -0
  36. yandex/cloud/iam/v1/oauth_client_pb2_grpc.pyi +17 -0
  37. yandex/cloud/iam/v1/oauth_client_secret_pb2.py +38 -0
  38. yandex/cloud/iam/v1/oauth_client_secret_pb2.pyi +49 -0
  39. yandex/cloud/iam/v1/oauth_client_secret_pb2_grpc.py +24 -0
  40. yandex/cloud/iam/v1/oauth_client_secret_pb2_grpc.pyi +17 -0
  41. yandex/cloud/iam/v1/oauth_client_secret_service_pb2.py +80 -0
  42. yandex/cloud/iam/v1/oauth_client_secret_service_pb2.pyi +188 -0
  43. yandex/cloud/iam/v1/oauth_client_secret_service_pb2_grpc.py +237 -0
  44. yandex/cloud/iam/v1/oauth_client_secret_service_pb2_grpc.pyi +121 -0
  45. yandex/cloud/iam/v1/oauth_client_service_pb2.py +99 -0
  46. yandex/cloud/iam/v1/oauth_client_service_pb2.pyi +257 -0
  47. yandex/cloud/iam/v1/oauth_client_service_pb2_grpc.py +281 -0
  48. yandex/cloud/iam/v1/oauth_client_service_pb2_grpc.pyi +141 -0
  49. yandex/cloud/iot/broker/v1/broker_service_pb2.py +50 -50
  50. yandex/cloud/iot/devices/v1/device_service_pb2.py +61 -61
  51. yandex/cloud/iot/devices/v1/registry_service_pb2.py +82 -82
  52. yandex/cloud/maintenance/__init__.py +0 -0
  53. yandex/cloud/maintenance/v2/__init__.py +0 -0
  54. yandex/cloud/maintenance/v2/common_pb2.py +73 -0
  55. yandex/cloud/maintenance/v2/common_pb2.pyi +324 -0
  56. yandex/cloud/maintenance/v2/common_pb2_grpc.py +24 -0
  57. yandex/cloud/maintenance/v2/common_pb2_grpc.pyi +17 -0
  58. yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.py +190 -150
  59. yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.pyi +1712 -1025
  60. yandex/cloud/mdb/clickhouse/v1/user_pb2.py +98 -86
  61. yandex/cloud/mdb/clickhouse/v1/user_pb2.pyi +1248 -792
  62. yandex/cloud/mdb/opensearch/v1/backup_pb2.py +14 -14
  63. yandex/cloud/mdb/opensearch/v1/backup_pb2.pyi +13 -1
  64. yandex/cloud/metastore/v1/cluster_pb2.py +18 -16
  65. yandex/cloud/metastore/v1/cluster_pb2.pyi +31 -1
  66. yandex/cloud/organizationmanager/v1/group_pb2.py +3 -3
  67. yandex/cloud/organizationmanager/v1/group_pb2.pyi +9 -1
  68. yandex/cloud/organizationmanager/v1/group_service_pb2.py +95 -37
  69. yandex/cloud/organizationmanager/v1/group_service_pb2.pyi +276 -0
  70. yandex/cloud/organizationmanager/v1/group_service_pb2_grpc.py +220 -0
  71. yandex/cloud/organizationmanager/v1/group_service_pb2_grpc.pyi +100 -0
  72. yandex/cloud/searchapi/v2/gen_search_service_pb2.py +10 -10
  73. yandex/cloud/searchapi/v2/gen_search_service_pb2.pyi +7 -1
  74. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_pb2.py +50 -18
  75. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_pb2.pyi +241 -2
  76. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_service_pb2.py +18 -18
  77. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_service_pb2.pyi +22 -2
  78. yandex/cloud/trino/v1/cluster_service_pb2.py +36 -36
  79. yandex/cloud/trino/v1/cluster_service_pb2.pyi +14 -2
  80. yandexcloud/__init__.py +1 -1
  81. {yandexcloud-0.353.0.dist-info → yandexcloud-0.355.0.dist-info}/METADATA +1 -1
  82. {yandexcloud-0.353.0.dist-info → yandexcloud-0.355.0.dist-info}/RECORD +86 -60
  83. {yandexcloud-0.353.0.dist-info → yandexcloud-0.355.0.dist-info}/AUTHORS +0 -0
  84. {yandexcloud-0.353.0.dist-info → yandexcloud-0.355.0.dist-info}/LICENSE +0 -0
  85. {yandexcloud-0.353.0.dist-info → yandexcloud-0.355.0.dist-info}/WHEEL +0 -0
  86. {yandexcloud-0.353.0.dist-info → yandexcloud-0.355.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,141 @@
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
+ import yandex.cloud.iam.v1.oauth_client_pb2
12
+ import yandex.cloud.iam.v1.oauth_client_service_pb2
13
+ import yandex.cloud.operation.operation_pb2
14
+
15
+ _T = typing.TypeVar("_T")
16
+
17
+ class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
18
+
19
+ class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
20
+ ...
21
+
22
+ class OAuthClientServiceStub:
23
+ """A set of methods for managing OAuthClient resources."""
24
+
25
+ def __init__(self, channel: typing.Union[grpc.Channel, grpc.aio.Channel]) -> None: ...
26
+ Get: grpc.UnaryUnaryMultiCallable[
27
+ yandex.cloud.iam.v1.oauth_client_service_pb2.GetOAuthClientRequest,
28
+ yandex.cloud.iam.v1.oauth_client_pb2.OAuthClient,
29
+ ]
30
+ """Returns the sepcified OAuthClient resource.
31
+
32
+ To get the list of available OAuthClient resources, make a [List] request.
33
+ """
34
+
35
+ List: grpc.UnaryUnaryMultiCallable[
36
+ yandex.cloud.iam.v1.oauth_client_service_pb2.ListOAuthClientsRequest,
37
+ yandex.cloud.iam.v1.oauth_client_service_pb2.ListOAuthClientsResponse,
38
+ ]
39
+ """Retrieves the list of OAuthClient resources views in the specified folder"""
40
+
41
+ Create: grpc.UnaryUnaryMultiCallable[
42
+ yandex.cloud.iam.v1.oauth_client_service_pb2.CreateOAuthClientRequest,
43
+ yandex.cloud.operation.operation_pb2.Operation,
44
+ ]
45
+ """Creates an oauth client in the specified folder."""
46
+
47
+ Update: grpc.UnaryUnaryMultiCallable[
48
+ yandex.cloud.iam.v1.oauth_client_service_pb2.UpdateOAuthClientRequest,
49
+ yandex.cloud.operation.operation_pb2.Operation,
50
+ ]
51
+ """Updates the specified oauth client."""
52
+
53
+ Delete: grpc.UnaryUnaryMultiCallable[
54
+ yandex.cloud.iam.v1.oauth_client_service_pb2.DeleteOAuthClientRequest,
55
+ yandex.cloud.operation.operation_pb2.Operation,
56
+ ]
57
+ """Deletes the specified oauth client with all its secrets."""
58
+
59
+ class OAuthClientServiceAsyncStub:
60
+ """A set of methods for managing OAuthClient resources."""
61
+
62
+ Get: grpc.aio.UnaryUnaryMultiCallable[
63
+ yandex.cloud.iam.v1.oauth_client_service_pb2.GetOAuthClientRequest,
64
+ yandex.cloud.iam.v1.oauth_client_pb2.OAuthClient,
65
+ ]
66
+ """Returns the sepcified OAuthClient resource.
67
+
68
+ To get the list of available OAuthClient resources, make a [List] request.
69
+ """
70
+
71
+ List: grpc.aio.UnaryUnaryMultiCallable[
72
+ yandex.cloud.iam.v1.oauth_client_service_pb2.ListOAuthClientsRequest,
73
+ yandex.cloud.iam.v1.oauth_client_service_pb2.ListOAuthClientsResponse,
74
+ ]
75
+ """Retrieves the list of OAuthClient resources views in the specified folder"""
76
+
77
+ Create: grpc.aio.UnaryUnaryMultiCallable[
78
+ yandex.cloud.iam.v1.oauth_client_service_pb2.CreateOAuthClientRequest,
79
+ yandex.cloud.operation.operation_pb2.Operation,
80
+ ]
81
+ """Creates an oauth client in the specified folder."""
82
+
83
+ Update: grpc.aio.UnaryUnaryMultiCallable[
84
+ yandex.cloud.iam.v1.oauth_client_service_pb2.UpdateOAuthClientRequest,
85
+ yandex.cloud.operation.operation_pb2.Operation,
86
+ ]
87
+ """Updates the specified oauth client."""
88
+
89
+ Delete: grpc.aio.UnaryUnaryMultiCallable[
90
+ yandex.cloud.iam.v1.oauth_client_service_pb2.DeleteOAuthClientRequest,
91
+ yandex.cloud.operation.operation_pb2.Operation,
92
+ ]
93
+ """Deletes the specified oauth client with all its secrets."""
94
+
95
+ class OAuthClientServiceServicer(metaclass=abc.ABCMeta):
96
+ """A set of methods for managing OAuthClient resources."""
97
+
98
+ @abc.abstractmethod
99
+ def Get(
100
+ self,
101
+ request: yandex.cloud.iam.v1.oauth_client_service_pb2.GetOAuthClientRequest,
102
+ context: _ServicerContext,
103
+ ) -> typing.Union[yandex.cloud.iam.v1.oauth_client_pb2.OAuthClient, collections.abc.Awaitable[yandex.cloud.iam.v1.oauth_client_pb2.OAuthClient]]:
104
+ """Returns the sepcified OAuthClient resource.
105
+
106
+ To get the list of available OAuthClient resources, make a [List] request.
107
+ """
108
+
109
+ @abc.abstractmethod
110
+ def List(
111
+ self,
112
+ request: yandex.cloud.iam.v1.oauth_client_service_pb2.ListOAuthClientsRequest,
113
+ context: _ServicerContext,
114
+ ) -> typing.Union[yandex.cloud.iam.v1.oauth_client_service_pb2.ListOAuthClientsResponse, collections.abc.Awaitable[yandex.cloud.iam.v1.oauth_client_service_pb2.ListOAuthClientsResponse]]:
115
+ """Retrieves the list of OAuthClient resources views in the specified folder"""
116
+
117
+ @abc.abstractmethod
118
+ def Create(
119
+ self,
120
+ request: yandex.cloud.iam.v1.oauth_client_service_pb2.CreateOAuthClientRequest,
121
+ context: _ServicerContext,
122
+ ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
123
+ """Creates an oauth client in the specified folder."""
124
+
125
+ @abc.abstractmethod
126
+ def Update(
127
+ self,
128
+ request: yandex.cloud.iam.v1.oauth_client_service_pb2.UpdateOAuthClientRequest,
129
+ context: _ServicerContext,
130
+ ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
131
+ """Updates the specified oauth client."""
132
+
133
+ @abc.abstractmethod
134
+ def Delete(
135
+ self,
136
+ request: yandex.cloud.iam.v1.oauth_client_service_pb2.DeleteOAuthClientRequest,
137
+ context: _ServicerContext,
138
+ ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
139
+ """Deletes the specified oauth client with all its secrets."""
140
+
141
+ def add_OAuthClientServiceServicer_to_server(servicer: OAuthClientServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
@@ -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\"\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')
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\"\x89\x04\n\x13\x43reateBrokerRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12,\n\x04name\x18\x02 \x01(\tB\x1e\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=50\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\"\xa8\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(\n\x04name\x18\x03 \x01(\tB\x1a\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=50\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'\362\3071 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?'
54
+ _globals['_CREATEBROKERREQUEST'].fields_by_name['name']._serialized_options = b'\350\3071\001\362\3071\016[a-zA-Z0-9_-]*\212\3101\004<=50'
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 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?'
64
+ _globals['_UPDATEBROKERREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071\016[a-zA-Z0-9_-]*\212\3101\004<=50'
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=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
136
+ _globals['_CREATEBROKERREQUEST']._serialized_end=1082
137
+ _globals['_CREATEBROKERREQUEST_LABELSENTRY']._serialized_start=996
138
+ _globals['_CREATEBROKERREQUEST_LABELSENTRY']._serialized_end=1041
139
+ _globals['_CREATEBROKERREQUEST_CERTIFICATE']._serialized_start=1043
140
+ _globals['_CREATEBROKERREQUEST_CERTIFICATE']._serialized_end=1082
141
+ _globals['_CREATEBROKERMETADATA']._serialized_start=1084
142
+ _globals['_CREATEBROKERMETADATA']._serialized_end=1125
143
+ _globals['_UPDATEBROKERREQUEST']._serialized_start=1128
144
+ _globals['_UPDATEBROKERREQUEST']._serialized_end=1552
145
+ _globals['_UPDATEBROKERREQUEST_LABELSENTRY']._serialized_start=996
146
+ _globals['_UPDATEBROKERREQUEST_LABELSENTRY']._serialized_end=1041
147
+ _globals['_UPDATEBROKERMETADATA']._serialized_start=1554
148
+ _globals['_UPDATEBROKERMETADATA']._serialized_end=1595
149
+ _globals['_DELETEBROKERREQUEST']._serialized_start=1597
150
+ _globals['_DELETEBROKERREQUEST']._serialized_end=1651
151
+ _globals['_DELETEBROKERMETADATA']._serialized_start=1653
152
+ _globals['_DELETEBROKERMETADATA']._serialized_end=1694
153
+ _globals['_LISTBROKERCERTIFICATESREQUEST']._serialized_start=1696
154
+ _globals['_LISTBROKERCERTIFICATESREQUEST']._serialized_end=1760
155
+ _globals['_LISTBROKERCERTIFICATESRESPONSE']._serialized_start=1762
156
+ _globals['_LISTBROKERCERTIFICATESRESPONSE']._serialized_end=1863
157
+ _globals['_ADDBROKERCERTIFICATEREQUEST']._serialized_start=1865
158
+ _globals['_ADDBROKERCERTIFICATEREQUEST']._serialized_end=1959
159
+ _globals['_ADDBROKERCERTIFICATEMETADATA']._serialized_start=1961
160
+ _globals['_ADDBROKERCERTIFICATEMETADATA']._serialized_end=2031
161
+ _globals['_DELETEBROKERCERTIFICATEREQUEST']._serialized_start=2033
162
+ _globals['_DELETEBROKERCERTIFICATEREQUEST']._serialized_end=2133
163
+ _globals['_DELETEBROKERCERTIFICATEMETADATA']._serialized_start=2135
164
+ _globals['_DELETEBROKERCERTIFICATEMETADATA']._serialized_end=2236
165
+ _globals['_LISTBROKERPASSWORDSREQUEST']._serialized_start=2238
166
+ _globals['_LISTBROKERPASSWORDSREQUEST']._serialized_end=2299
167
+ _globals['_LISTBROKERPASSWORDSRESPONSE']._serialized_start=2301
168
+ _globals['_LISTBROKERPASSWORDSRESPONSE']._serialized_end=2393
169
+ _globals['_ADDBROKERPASSWORDREQUEST']._serialized_start=2395
170
+ _globals['_ADDBROKERPASSWORDREQUEST']._serialized_end=2482
171
+ _globals['_ADDBROKERPASSWORDMETADATA']._serialized_start=2484
172
+ _globals['_ADDBROKERPASSWORDMETADATA']._serialized_end=2551
173
+ _globals['_DELETEBROKERPASSWORDREQUEST']._serialized_start=2553
174
+ _globals['_DELETEBROKERPASSWORDREQUEST']._serialized_end=2650
175
+ _globals['_DELETEBROKERPASSWORDMETADATA']._serialized_start=2652
176
+ _globals['_DELETEBROKERPASSWORDMETADATA']._serialized_end=2750
177
+ _globals['_LISTBROKEROPERATIONSREQUEST']._serialized_start=2753
178
+ _globals['_LISTBROKEROPERATIONSREQUEST']._serialized_end=2897
179
+ _globals['_LISTBROKEROPERATIONSRESPONSE']._serialized_start=2899
180
+ _globals['_LISTBROKEROPERATIONSRESPONSE']._serialized_end=3009
181
+ _globals['_BROKERSERVICE']._serialized_start=3012
182
+ _globals['_BROKERSERVICE']._serialized_end=5316
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\"\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')
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\"\xae\x01\n\x16GetByNameDeviceRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x33\n\x0b\x64\x65vice_name\x18\x02 \x01(\tB\x1e\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=50\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\"\xe0\x04\n\x13\x43reateDeviceRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12,\n\x04name\x18\x02 \x01(\tB\x1e\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=50\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\"\xfc\x03\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(\n\x04name\x18\x03 \x01(\tB\x1a\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=50\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'\362\3071\023[a-zA-Z0-9_-]{0,63}'
46
+ _globals['_GETBYNAMEDEVICEREQUEST'].fields_by_name['device_name']._serialized_options = b'\350\3071\001\362\3071\016[a-zA-Z0-9_-]*\212\3101\004<=50'
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'\362\3071 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?'
64
+ _globals['_CREATEDEVICEREQUEST'].fields_by_name['name']._serialized_options = b'\350\3071\001\362\3071\016[a-zA-Z0-9_-]*\212\3101\004<=50'
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 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?'
76
+ _globals['_UPDATEDEVICEREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071\016[a-zA-Z0-9_-]*\212\3101\004<=50'
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=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
146
+ _globals['_GETBYNAMEDEVICEREQUEST']._serialized_end=582
147
+ _globals['_LISTDEVICESREQUEST']._serialized_start=585
148
+ _globals['_LISTDEVICESREQUEST']._serialized_end=806
149
+ _globals['_LISTDEVICESRESPONSE']._serialized_start=808
150
+ _globals['_LISTDEVICESRESPONSE']._serialized_end=908
151
+ _globals['_CREATEDEVICEREQUEST']._serialized_start=911
152
+ _globals['_CREATEDEVICEREQUEST']._serialized_end=1519
153
+ _globals['_CREATEDEVICEREQUEST_TOPICALIASESENTRY']._serialized_start=1380
154
+ _globals['_CREATEDEVICEREQUEST_TOPICALIASESENTRY']._serialized_end=1431
155
+ _globals['_CREATEDEVICEREQUEST_LABELSENTRY']._serialized_start=1433
156
+ _globals['_CREATEDEVICEREQUEST_LABELSENTRY']._serialized_end=1478
157
+ _globals['_CREATEDEVICEREQUEST_CERTIFICATE']._serialized_start=1480
158
+ _globals['_CREATEDEVICEREQUEST_CERTIFICATE']._serialized_end=1519
159
+ _globals['_CREATEDEVICEMETADATA']._serialized_start=1521
160
+ _globals['_CREATEDEVICEMETADATA']._serialized_end=1562
161
+ _globals['_UPDATEDEVICEREQUEST']._serialized_start=1565
162
+ _globals['_UPDATEDEVICEREQUEST']._serialized_end=2073
163
+ _globals['_UPDATEDEVICEREQUEST_TOPICALIASESENTRY']._serialized_start=1380
164
+ _globals['_UPDATEDEVICEREQUEST_TOPICALIASESENTRY']._serialized_end=1431
165
+ _globals['_UPDATEDEVICEREQUEST_LABELSENTRY']._serialized_start=1433
166
+ _globals['_UPDATEDEVICEREQUEST_LABELSENTRY']._serialized_end=1478
167
+ _globals['_UPDATEDEVICEMETADATA']._serialized_start=2075
168
+ _globals['_UPDATEDEVICEMETADATA']._serialized_end=2116
169
+ _globals['_DELETEDEVICEREQUEST']._serialized_start=2118
170
+ _globals['_DELETEDEVICEREQUEST']._serialized_end=2172
171
+ _globals['_DELETEDEVICEMETADATA']._serialized_start=2174
172
+ _globals['_DELETEDEVICEMETADATA']._serialized_end=2215
173
+ _globals['_LISTDEVICECERTIFICATESREQUEST']._serialized_start=2217
174
+ _globals['_LISTDEVICECERTIFICATESREQUEST']._serialized_end=2281
175
+ _globals['_LISTDEVICECERTIFICATESRESPONSE']._serialized_start=2283
176
+ _globals['_LISTDEVICECERTIFICATESRESPONSE']._serialized_end=2385
177
+ _globals['_ADDDEVICECERTIFICATEREQUEST']._serialized_start=2387
178
+ _globals['_ADDDEVICECERTIFICATEREQUEST']._serialized_end=2481
179
+ _globals['_ADDDEVICECERTIFICATEMETADATA']._serialized_start=2483
180
+ _globals['_ADDDEVICECERTIFICATEMETADATA']._serialized_end=2553
181
+ _globals['_DELETEDEVICECERTIFICATEREQUEST']._serialized_start=2555
182
+ _globals['_DELETEDEVICECERTIFICATEREQUEST']._serialized_end=2655
183
+ _globals['_DELETEDEVICECERTIFICATEMETADATA']._serialized_start=2657
184
+ _globals['_DELETEDEVICECERTIFICATEMETADATA']._serialized_end=2758
185
+ _globals['_LISTDEVICEPASSWORDSREQUEST']._serialized_start=2760
186
+ _globals['_LISTDEVICEPASSWORDSREQUEST']._serialized_end=2821
187
+ _globals['_LISTDEVICEPASSWORDSRESPONSE']._serialized_start=2823
188
+ _globals['_LISTDEVICEPASSWORDSRESPONSE']._serialized_end=2916
189
+ _globals['_ADDDEVICEPASSWORDREQUEST']._serialized_start=2918
190
+ _globals['_ADDDEVICEPASSWORDREQUEST']._serialized_end=3005
191
+ _globals['_ADDDEVICEPASSWORDMETADATA']._serialized_start=3007
192
+ _globals['_ADDDEVICEPASSWORDMETADATA']._serialized_end=3074
193
+ _globals['_DELETEDEVICEPASSWORDREQUEST']._serialized_start=3076
194
+ _globals['_DELETEDEVICEPASSWORDREQUEST']._serialized_end=3173
195
+ _globals['_DELETEDEVICEPASSWORDMETADATA']._serialized_start=3175
196
+ _globals['_DELETEDEVICEPASSWORDMETADATA']._serialized_end=3273
197
+ _globals['_LISTDEVICEOPERATIONSREQUEST']._serialized_start=3276
198
+ _globals['_LISTDEVICEOPERATIONSREQUEST']._serialized_end=3420
199
+ _globals['_LISTDEVICEOPERATIONSRESPONSE']._serialized_start=3422
200
+ _globals['_LISTDEVICEOPERATIONSRESPONSE']._serialized_end=3532
201
+ _globals['_DEVICESERVICE']._serialized_start=3535
202
+ _globals['_DEVICESERVICE']._serialized_end=6015
203
203
  # @@protoc_insertion_point(module_scope)