yandexcloud 0.297.0__py3-none-any.whl → 0.299.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.
- yandex/cloud/cdn/v1/cache_service_pb2.pyi +1 -1
- yandex/cloud/datasphere/v2/community_pb2.py +4 -4
- yandex/cloud/datasphere/v2/community_pb2.pyi +5 -1
- yandex/cloud/datasphere/v2/community_service_pb2.py +38 -36
- yandex/cloud/datasphere/v2/community_service_pb2.pyi +5 -1
- yandex/cloud/mdb/clickhouse/v1/backup_service_pb2.py +17 -13
- yandex/cloud/mdb/clickhouse/v1/backup_service_pb2_grpc.py +35 -0
- yandex/cloud/mdb/clickhouse/v1/backup_service_pb2_grpc.pyi +21 -0
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.py +56 -56
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.pyi +13 -1
- yandex/cloud/mdb/mongodb/v1/cluster_pb2.py +138 -131
- yandex/cloud/mdb/mongodb/v1/cluster_pb2.pyi +319 -72
- yandex/cloud/mdb/mongodb/v1/cluster_service_pb2.py +93 -93
- yandex/cloud/mdb/mongodb/v1/cluster_service_pb2.pyi +288 -72
- yandex/cloud/mdb/redis/v1/cluster_pb2.py +42 -35
- yandex/cloud/mdb/redis/v1/cluster_pb2.pyi +39 -2
- yandex/cloud/mdb/redis/v1/cluster_service_pb2.py +114 -114
- yandex/cloud/mdb/redis/v1/cluster_service_pb2.pyi +24 -6
- yandex/cloud/speechsense/v1/talk_service_pb2.py +22 -14
- yandex/cloud/speechsense/v1/talk_service_pb2.pyi +71 -1
- yandex/cloud/vpc/v1/address_pb2.pyi +9 -2
- yandex/cloud/vpc/v1/gateway_pb2.pyi +9 -2
- yandex/cloud/vpc/v1/network_pb2.pyi +9 -2
- yandex/cloud/vpc/v1/route_table_pb2.pyi +10 -2
- yandex/cloud/vpc/v1/security_group_pb2.pyi +11 -2
- yandex/cloud/vpc/v1/subnet_pb2.pyi +21 -5
- {yandexcloud-0.297.0.dist-info → yandexcloud-0.299.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.297.0.dist-info → yandexcloud-0.299.0.dist-info}/RECORD +32 -32
- {yandexcloud-0.297.0.dist-info → yandexcloud-0.299.0.dist-info}/WHEEL +1 -1
- {yandexcloud-0.297.0.dist-info → yandexcloud-0.299.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.297.0.dist-info → yandexcloud-0.299.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.297.0.dist-info → yandexcloud-0.299.0.dist-info}/top_level.txt +0 -0
|
@@ -181,6 +181,7 @@ class CreateClusterRequest(google.protobuf.message.Message):
|
|
|
181
181
|
DELETION_PROTECTION_FIELD_NUMBER: builtins.int
|
|
182
182
|
PERSISTENCE_MODE_FIELD_NUMBER: builtins.int
|
|
183
183
|
ANNOUNCE_HOSTNAMES_FIELD_NUMBER: builtins.int
|
|
184
|
+
MAINTENANCE_WINDOW_FIELD_NUMBER: builtins.int
|
|
184
185
|
folder_id: builtins.str
|
|
185
186
|
"""ID of the folder to create the Redis cluster in."""
|
|
186
187
|
name: builtins.str
|
|
@@ -221,6 +222,10 @@ class CreateClusterRequest(google.protobuf.message.Message):
|
|
|
221
222
|
def tls_enabled(self) -> google.protobuf.wrappers_pb2.BoolValue:
|
|
222
223
|
"""TLS port and functionality on\\off"""
|
|
223
224
|
|
|
225
|
+
@property
|
|
226
|
+
def maintenance_window(self) -> yandex.cloud.mdb.redis.v1.maintenance_pb2.MaintenanceWindow:
|
|
227
|
+
"""Window of maintenance operations."""
|
|
228
|
+
|
|
224
229
|
def __init__(
|
|
225
230
|
self,
|
|
226
231
|
*,
|
|
@@ -238,9 +243,10 @@ class CreateClusterRequest(google.protobuf.message.Message):
|
|
|
238
243
|
deletion_protection: builtins.bool = ...,
|
|
239
244
|
persistence_mode: yandex.cloud.mdb.redis.v1.cluster_pb2.Cluster.PersistenceMode.ValueType = ...,
|
|
240
245
|
announce_hostnames: builtins.bool = ...,
|
|
246
|
+
maintenance_window: yandex.cloud.mdb.redis.v1.maintenance_pb2.MaintenanceWindow | None = ...,
|
|
241
247
|
) -> None: ...
|
|
242
|
-
def HasField(self, field_name: typing.Literal["config_spec", b"config_spec", "tls_enabled", b"tls_enabled"]) -> builtins.bool: ...
|
|
243
|
-
def ClearField(self, field_name: typing.Literal["announce_hostnames", b"announce_hostnames", "config_spec", b"config_spec", "deletion_protection", b"deletion_protection", "description", b"description", "environment", b"environment", "folder_id", b"folder_id", "host_specs", b"host_specs", "labels", b"labels", "name", b"name", "network_id", b"network_id", "persistence_mode", b"persistence_mode", "security_group_ids", b"security_group_ids", "sharded", b"sharded", "tls_enabled", b"tls_enabled"]) -> None: ...
|
|
248
|
+
def HasField(self, field_name: typing.Literal["config_spec", b"config_spec", "maintenance_window", b"maintenance_window", "tls_enabled", b"tls_enabled"]) -> builtins.bool: ...
|
|
249
|
+
def ClearField(self, field_name: typing.Literal["announce_hostnames", b"announce_hostnames", "config_spec", b"config_spec", "deletion_protection", b"deletion_protection", "description", b"description", "environment", b"environment", "folder_id", b"folder_id", "host_specs", b"host_specs", "labels", b"labels", "maintenance_window", b"maintenance_window", "name", b"name", "network_id", b"network_id", "persistence_mode", b"persistence_mode", "security_group_ids", b"security_group_ids", "sharded", b"sharded", "tls_enabled", b"tls_enabled"]) -> None: ...
|
|
244
250
|
|
|
245
251
|
global___CreateClusterRequest = CreateClusterRequest
|
|
246
252
|
|
|
@@ -622,6 +628,7 @@ class RestoreClusterRequest(google.protobuf.message.Message):
|
|
|
622
628
|
PERSISTENCE_MODE_FIELD_NUMBER: builtins.int
|
|
623
629
|
DELETION_PROTECTION_FIELD_NUMBER: builtins.int
|
|
624
630
|
ANNOUNCE_HOSTNAMES_FIELD_NUMBER: builtins.int
|
|
631
|
+
MAINTENANCE_WINDOW_FIELD_NUMBER: builtins.int
|
|
625
632
|
backup_id: builtins.str
|
|
626
633
|
"""ID of the backup to create a cluster from.
|
|
627
634
|
To get the backup ID, use a [ClusterService.ListBackups] request.
|
|
@@ -666,6 +673,10 @@ class RestoreClusterRequest(google.protobuf.message.Message):
|
|
|
666
673
|
def tls_enabled(self) -> google.protobuf.wrappers_pb2.BoolValue:
|
|
667
674
|
"""TLS port and functionality on\\off"""
|
|
668
675
|
|
|
676
|
+
@property
|
|
677
|
+
def maintenance_window(self) -> yandex.cloud.mdb.redis.v1.maintenance_pb2.MaintenanceWindow:
|
|
678
|
+
"""Window of maintenance operations."""
|
|
679
|
+
|
|
669
680
|
def __init__(
|
|
670
681
|
self,
|
|
671
682
|
*,
|
|
@@ -683,9 +694,10 @@ class RestoreClusterRequest(google.protobuf.message.Message):
|
|
|
683
694
|
persistence_mode: yandex.cloud.mdb.redis.v1.cluster_pb2.Cluster.PersistenceMode.ValueType = ...,
|
|
684
695
|
deletion_protection: builtins.bool = ...,
|
|
685
696
|
announce_hostnames: builtins.bool = ...,
|
|
697
|
+
maintenance_window: yandex.cloud.mdb.redis.v1.maintenance_pb2.MaintenanceWindow | None = ...,
|
|
686
698
|
) -> None: ...
|
|
687
|
-
def HasField(self, field_name: typing.Literal["config_spec", b"config_spec", "tls_enabled", b"tls_enabled"]) -> builtins.bool: ...
|
|
688
|
-
def ClearField(self, field_name: typing.Literal["announce_hostnames", b"announce_hostnames", "backup_id", b"backup_id", "config_spec", b"config_spec", "deletion_protection", b"deletion_protection", "description", b"description", "environment", b"environment", "folder_id", b"folder_id", "host_specs", b"host_specs", "labels", b"labels", "name", b"name", "network_id", b"network_id", "persistence_mode", b"persistence_mode", "security_group_ids", b"security_group_ids", "tls_enabled", b"tls_enabled"]) -> None: ...
|
|
699
|
+
def HasField(self, field_name: typing.Literal["config_spec", b"config_spec", "maintenance_window", b"maintenance_window", "tls_enabled", b"tls_enabled"]) -> builtins.bool: ...
|
|
700
|
+
def ClearField(self, field_name: typing.Literal["announce_hostnames", b"announce_hostnames", "backup_id", b"backup_id", "config_spec", b"config_spec", "deletion_protection", b"deletion_protection", "description", b"description", "environment", b"environment", "folder_id", b"folder_id", "host_specs", b"host_specs", "labels", b"labels", "maintenance_window", b"maintenance_window", "name", b"name", "network_id", b"network_id", "persistence_mode", b"persistence_mode", "security_group_ids", b"security_group_ids", "tls_enabled", b"tls_enabled"]) -> None: ...
|
|
689
701
|
|
|
690
702
|
global___RestoreClusterRequest = RestoreClusterRequest
|
|
691
703
|
|
|
@@ -1640,6 +1652,7 @@ class ConfigSpec(google.protobuf.message.Message):
|
|
|
1640
1652
|
BACKUP_WINDOW_START_FIELD_NUMBER: builtins.int
|
|
1641
1653
|
ACCESS_FIELD_NUMBER: builtins.int
|
|
1642
1654
|
REDIS_FIELD_NUMBER: builtins.int
|
|
1655
|
+
DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
|
|
1643
1656
|
version: builtins.str
|
|
1644
1657
|
"""Version of Redis used in the cluster."""
|
|
1645
1658
|
@property
|
|
@@ -1666,6 +1679,10 @@ class ConfigSpec(google.protobuf.message.Message):
|
|
|
1666
1679
|
def redis(self) -> yandex.cloud.mdb.redis.v1.config.redis_pb2.RedisConfig:
|
|
1667
1680
|
"""Unified configuration of a Redis cluster"""
|
|
1668
1681
|
|
|
1682
|
+
@property
|
|
1683
|
+
def disk_size_autoscaling(self) -> yandex.cloud.mdb.redis.v1.cluster_pb2.DiskSizeAutoscaling:
|
|
1684
|
+
"""Disk size autoscaling settings"""
|
|
1685
|
+
|
|
1669
1686
|
def __init__(
|
|
1670
1687
|
self,
|
|
1671
1688
|
*,
|
|
@@ -1678,9 +1695,10 @@ class ConfigSpec(google.protobuf.message.Message):
|
|
|
1678
1695
|
backup_window_start: google.type.timeofday_pb2.TimeOfDay | None = ...,
|
|
1679
1696
|
access: yandex.cloud.mdb.redis.v1.cluster_pb2.Access | None = ...,
|
|
1680
1697
|
redis: yandex.cloud.mdb.redis.v1.config.redis_pb2.RedisConfig | None = ...,
|
|
1698
|
+
disk_size_autoscaling: yandex.cloud.mdb.redis.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
|
|
1681
1699
|
) -> None: ...
|
|
1682
|
-
def HasField(self, field_name: typing.Literal["access", b"access", "backup_window_start", b"backup_window_start", "redis", b"redis", "redis_config_5_0", b"redis_config_5_0", "redis_config_6_0", b"redis_config_6_0", "redis_config_6_2", b"redis_config_6_2", "redis_config_7_0", b"redis_config_7_0", "redis_spec", b"redis_spec", "resources", b"resources"]) -> builtins.bool: ...
|
|
1683
|
-
def ClearField(self, field_name: typing.Literal["access", b"access", "backup_window_start", b"backup_window_start", "redis", b"redis", "redis_config_5_0", b"redis_config_5_0", "redis_config_6_0", b"redis_config_6_0", "redis_config_6_2", b"redis_config_6_2", "redis_config_7_0", b"redis_config_7_0", "redis_spec", b"redis_spec", "resources", b"resources", "version", b"version"]) -> None: ...
|
|
1700
|
+
def HasField(self, field_name: typing.Literal["access", b"access", "backup_window_start", b"backup_window_start", "disk_size_autoscaling", b"disk_size_autoscaling", "redis", b"redis", "redis_config_5_0", b"redis_config_5_0", "redis_config_6_0", b"redis_config_6_0", "redis_config_6_2", b"redis_config_6_2", "redis_config_7_0", b"redis_config_7_0", "redis_spec", b"redis_spec", "resources", b"resources"]) -> builtins.bool: ...
|
|
1701
|
+
def ClearField(self, field_name: typing.Literal["access", b"access", "backup_window_start", b"backup_window_start", "disk_size_autoscaling", b"disk_size_autoscaling", "redis", b"redis", "redis_config_5_0", b"redis_config_5_0", "redis_config_6_0", b"redis_config_6_0", "redis_config_6_2", b"redis_config_6_2", "redis_config_7_0", b"redis_config_7_0", "redis_spec", b"redis_spec", "resources", b"resources", "version", b"version"]) -> None: ...
|
|
1684
1702
|
def WhichOneof(self, oneof_group: typing.Literal["redis_spec", b"redis_spec"]) -> typing.Literal["redis_config_5_0", "redis_config_6_0", "redis_config_6_2", "redis_config_7_0"] | None: ...
|
|
1685
1703
|
|
|
1686
1704
|
global___ConfigSpec = ConfigSpec
|
|
@@ -19,7 +19,7 @@ from yandex.cloud.speechsense.v1 import search_pb2 as yandex_dot_cloud_dot_speec
|
|
|
19
19
|
from yandex.cloud.speechsense.v1 import talk_pb2 as yandex_dot_cloud_dot_speechsense_dot_v1_dot_talk__pb2
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n.yandex/cloud/speechsense/v1/talk_service.proto\x12\x1byandex.cloud.speechsense.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a\'yandex/cloud/speechsense/v1/audio.proto\x1a&yandex/cloud/speechsense/v1/text.proto\x1a(yandex/cloud/speechsense/v1/search.proto\x1a&yandex/cloud/speechsense/v1/talk.proto\"\xa0\x01\n\x11StreamTalkRequest\x12=\n\x08metadata\x18\x01 \x01(\x0b\x32).yandex.cloud.speechsense.v1.TalkMetadataH\x00\x12\x43\n\x05\x61udio\x18\x02 \x01(\x0b\x32\x32.yandex.cloud.speechsense.v1.AudioStreamingRequestH\x00\x42\x07\n\x05\x45vent\"\x8a\x01\n\x11UploadTalkRequest\x12;\n\x08metadata\x18\x01 \x01(\x0b\x32).yandex.cloud.speechsense.v1.TalkMetadata\x12\x38\n\x05\x61udio\x18\x02 \x01(\x0b\x32).yandex.cloud.speechsense.v1.AudioRequest\"%\n\x12UploadTalkResponse\x12\x0f\n\x07talk_id\x18\x01 \x01(\t\"\x90\x01\n\x11UploadTextRequest\x12;\n\x08metadata\x18\x01 \x01(\x0b\x32).yandex.cloud.speechsense.v1.TalkMetadata\x12>\n\x0ctext_content\x18\x02 \x01(\x0b\x32(.yandex.cloud.speechsense.v1.TextContent\"%\n\x12UploadTextResponse\x12\x0f\n\x07talk_id\x18\x01 \x01(\t\"\
|
|
22
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n.yandex/cloud/speechsense/v1/talk_service.proto\x12\x1byandex.cloud.speechsense.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a\'yandex/cloud/speechsense/v1/audio.proto\x1a&yandex/cloud/speechsense/v1/text.proto\x1a(yandex/cloud/speechsense/v1/search.proto\x1a&yandex/cloud/speechsense/v1/talk.proto\"\xa0\x01\n\x11StreamTalkRequest\x12=\n\x08metadata\x18\x01 \x01(\x0b\x32).yandex.cloud.speechsense.v1.TalkMetadataH\x00\x12\x43\n\x05\x61udio\x18\x02 \x01(\x0b\x32\x32.yandex.cloud.speechsense.v1.AudioStreamingRequestH\x00\x42\x07\n\x05\x45vent\"\x8a\x01\n\x11UploadTalkRequest\x12;\n\x08metadata\x18\x01 \x01(\x0b\x32).yandex.cloud.speechsense.v1.TalkMetadata\x12\x38\n\x05\x61udio\x18\x02 \x01(\x0b\x32).yandex.cloud.speechsense.v1.AudioRequest\"%\n\x12UploadTalkResponse\x12\x0f\n\x07talk_id\x18\x01 \x01(\t\"\x90\x01\n\x11UploadTextRequest\x12;\n\x08metadata\x18\x01 \x01(\x0b\x32).yandex.cloud.speechsense.v1.TalkMetadata\x12>\n\x0ctext_content\x18\x02 \x01(\x0b\x32(.yandex.cloud.speechsense.v1.TextContent\"%\n\x12UploadTextResponse\x12\x0f\n\x07talk_id\x18\x01 \x01(\t\"\xd5\x01\n\x0cTalkMetadata\x12\x15\n\rconnection_id\x18\x01 \x01(\t\x12\x45\n\x06\x66ields\x18\x02 \x03(\x0b\x32\x35.yandex.cloud.speechsense.v1.TalkMetadata.FieldsEntry\x12\x38\n\x05users\x18\x03 \x03(\x0b\x32).yandex.cloud.speechsense.v1.UserMetadata\x1a-\n\x0b\x46ieldsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xc5\x01\n\x0cUserMetadata\x12\n\n\x02id\x18\x01 \x01(\t\x12\x33\n\x04role\x18\x02 \x01(\x0e\x32%.yandex.cloud.speechsense.v1.UserRole\x12\x45\n\x06\x66ields\x18\x03 \x03(\x0b\x32\x35.yandex.cloud.speechsense.v1.UserMetadata.FieldsEntry\x1a-\n\x0b\x46ieldsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xb3\x02\n\x11SearchTalkRequest\x12\x17\n\x0forganization_id\x18\x01 \x01(\t\x12\x10\n\x08space_id\x18\x02 \x01(\t\x12\x15\n\rconnection_id\x18\x03 \x01(\t\x12\x12\n\nproject_id\x18\x04 \x01(\t\x12\x34\n\x07\x66ilters\x18\x05 \x03(\x0b\x32#.yandex.cloud.speechsense.v1.Filter\x12\x31\n\x05query\x18\x06 \x01(\x0b\x32\".yandex.cloud.speechsense.v1.Query\x12\x11\n\tpage_size\x18\x07 \x01(\x03\x12\x12\n\npage_token\x18\x08 \x01(\t\x12\x38\n\tsort_data\x18\t \x01(\x0b\x32%.yandex.cloud.speechsense.v1.SortData\"T\n\x12SearchTalkResponse\x12\x10\n\x08talk_ids\x18\x01 \x03(\t\x12\x13\n\x0btalks_count\x18\x02 \x01(\x03\x12\x17\n\x0fnext_page_token\x18\x03 \x01(\t\"\xaa\x01\n\x0eGetTalkRequest\x12\x17\n\x0forganization_id\x18\x01 \x01(\t\x12\x10\n\x08space_id\x18\x02 \x01(\t\x12\x15\n\rconnection_id\x18\x03 \x01(\t\x12\x12\n\nproject_id\x18\x04 \x01(\t\x12\x10\n\x08talk_ids\x18\x05 \x03(\t\x12\x30\n\x0cresults_mask\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\"B\n\x0fGetTalkResponse\x12/\n\x04talk\x18\x01 \x03(\x0b\x32!.yandex.cloud.speechsense.v1.Talk*f\n\x08UserRole\x12\x19\n\x15USER_ROLE_UNSPECIFIED\x10\x00\x12\x16\n\x12USER_ROLE_OPERATOR\x10\x01\x12\x14\n\x10USER_ROLE_CLIENT\x10\x02\x12\x11\n\rUSER_ROLE_BOT\x10\x03\x32\xfe\x04\n\x0bTalkService\x12s\n\x0eUploadAsStream\x12..yandex.cloud.speechsense.v1.StreamTalkRequest\x1a/.yandex.cloud.speechsense.v1.UploadTalkResponse(\x01\x12i\n\x06Upload\x12..yandex.cloud.speechsense.v1.UploadTalkRequest\x1a/.yandex.cloud.speechsense.v1.UploadTalkResponse\x12m\n\nUploadText\x12..yandex.cloud.speechsense.v1.UploadTextRequest\x1a/.yandex.cloud.speechsense.v1.UploadTextResponse\x12\x92\x01\n\x06Search\x12..yandex.cloud.speechsense.v1.SearchTalkRequest\x1a/.yandex.cloud.speechsense.v1.SearchTalkResponse\"\'\x82\xd3\xe4\x93\x02!\"\x1c/speechsense/v1/talks/search:\x01*\x12\x8a\x01\n\x03Get\x12+.yandex.cloud.speechsense.v1.GetTalkRequest\x1a,.yandex.cloud.speechsense.v1.GetTalkResponse\"(\x82\xd3\xe4\x93\x02\"\"\x1d/speechsense/v1/talks/bulkGet:\x01*B\x80\x01\n\x1fyandex.cloud.api.speechsense.v1B\x10TalkServiceProtoZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/speechsense/v1;speechsenseb\x06proto3')
|
|
23
23
|
|
|
24
24
|
_globals = globals()
|
|
25
25
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -29,10 +29,14 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
29
29
|
DESCRIPTOR._serialized_options = b'\n\037yandex.cloud.api.speechsense.v1B\020TalkServiceProtoZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/speechsense/v1;speechsense'
|
|
30
30
|
_TALKMETADATA_FIELDSENTRY._options = None
|
|
31
31
|
_TALKMETADATA_FIELDSENTRY._serialized_options = b'8\001'
|
|
32
|
+
_USERMETADATA_FIELDSENTRY._options = None
|
|
33
|
+
_USERMETADATA_FIELDSENTRY._serialized_options = b'8\001'
|
|
32
34
|
_TALKSERVICE.methods_by_name['Search']._options = None
|
|
33
35
|
_TALKSERVICE.methods_by_name['Search']._serialized_options = b'\202\323\344\223\002!\"\034/speechsense/v1/talks/search:\001*'
|
|
34
36
|
_TALKSERVICE.methods_by_name['Get']._options = None
|
|
35
37
|
_TALKSERVICE.methods_by_name['Get']._serialized_options = b'\202\323\344\223\002\"\"\035/speechsense/v1/talks/bulkGet:\001*'
|
|
38
|
+
_globals['_USERROLE']._serialized_start=1888
|
|
39
|
+
_globals['_USERROLE']._serialized_end=1990
|
|
36
40
|
_globals['_STREAMTALKREQUEST']._serialized_start=307
|
|
37
41
|
_globals['_STREAMTALKREQUEST']._serialized_end=467
|
|
38
42
|
_globals['_UPLOADTALKREQUEST']._serialized_start=470
|
|
@@ -44,17 +48,21 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
44
48
|
_globals['_UPLOADTEXTRESPONSE']._serialized_start=796
|
|
45
49
|
_globals['_UPLOADTEXTRESPONSE']._serialized_end=833
|
|
46
50
|
_globals['_TALKMETADATA']._serialized_start=836
|
|
47
|
-
_globals['_TALKMETADATA']._serialized_end=
|
|
48
|
-
_globals['_TALKMETADATA_FIELDSENTRY']._serialized_start=
|
|
49
|
-
_globals['_TALKMETADATA_FIELDSENTRY']._serialized_end=
|
|
50
|
-
_globals['
|
|
51
|
-
_globals['
|
|
52
|
-
_globals['
|
|
53
|
-
_globals['
|
|
54
|
-
_globals['
|
|
55
|
-
_globals['
|
|
56
|
-
_globals['
|
|
57
|
-
_globals['
|
|
58
|
-
_globals['
|
|
59
|
-
_globals['
|
|
51
|
+
_globals['_TALKMETADATA']._serialized_end=1049
|
|
52
|
+
_globals['_TALKMETADATA_FIELDSENTRY']._serialized_start=1004
|
|
53
|
+
_globals['_TALKMETADATA_FIELDSENTRY']._serialized_end=1049
|
|
54
|
+
_globals['_USERMETADATA']._serialized_start=1052
|
|
55
|
+
_globals['_USERMETADATA']._serialized_end=1249
|
|
56
|
+
_globals['_USERMETADATA_FIELDSENTRY']._serialized_start=1004
|
|
57
|
+
_globals['_USERMETADATA_FIELDSENTRY']._serialized_end=1049
|
|
58
|
+
_globals['_SEARCHTALKREQUEST']._serialized_start=1252
|
|
59
|
+
_globals['_SEARCHTALKREQUEST']._serialized_end=1559
|
|
60
|
+
_globals['_SEARCHTALKRESPONSE']._serialized_start=1561
|
|
61
|
+
_globals['_SEARCHTALKRESPONSE']._serialized_end=1645
|
|
62
|
+
_globals['_GETTALKREQUEST']._serialized_start=1648
|
|
63
|
+
_globals['_GETTALKREQUEST']._serialized_end=1818
|
|
64
|
+
_globals['_GETTALKRESPONSE']._serialized_start=1820
|
|
65
|
+
_globals['_GETTALKRESPONSE']._serialized_end=1886
|
|
66
|
+
_globals['_TALKSERVICE']._serialized_start=1993
|
|
67
|
+
_globals['_TALKSERVICE']._serialized_end=2631
|
|
60
68
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -8,15 +8,41 @@ import collections.abc
|
|
|
8
8
|
import google.protobuf.descriptor
|
|
9
9
|
import google.protobuf.field_mask_pb2
|
|
10
10
|
import google.protobuf.internal.containers
|
|
11
|
+
import google.protobuf.internal.enum_type_wrapper
|
|
11
12
|
import google.protobuf.message
|
|
13
|
+
import sys
|
|
12
14
|
import typing
|
|
13
15
|
import yandex.cloud.speechsense.v1.audio_pb2
|
|
14
16
|
import yandex.cloud.speechsense.v1.search_pb2
|
|
15
17
|
import yandex.cloud.speechsense.v1.talk_pb2
|
|
16
18
|
import yandex.cloud.speechsense.v1.text_pb2
|
|
17
19
|
|
|
20
|
+
if sys.version_info >= (3, 10):
|
|
21
|
+
import typing as typing_extensions
|
|
22
|
+
else:
|
|
23
|
+
import typing_extensions
|
|
24
|
+
|
|
18
25
|
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
19
26
|
|
|
27
|
+
class _UserRole:
|
|
28
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
29
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
30
|
+
|
|
31
|
+
class _UserRoleEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_UserRole.ValueType], builtins.type):
|
|
32
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
33
|
+
USER_ROLE_UNSPECIFIED: _UserRole.ValueType # 0
|
|
34
|
+
USER_ROLE_OPERATOR: _UserRole.ValueType # 1
|
|
35
|
+
USER_ROLE_CLIENT: _UserRole.ValueType # 2
|
|
36
|
+
USER_ROLE_BOT: _UserRole.ValueType # 3
|
|
37
|
+
|
|
38
|
+
class UserRole(_UserRole, metaclass=_UserRoleEnumTypeWrapper): ...
|
|
39
|
+
|
|
40
|
+
USER_ROLE_UNSPECIFIED: UserRole.ValueType # 0
|
|
41
|
+
USER_ROLE_OPERATOR: UserRole.ValueType # 1
|
|
42
|
+
USER_ROLE_CLIENT: UserRole.ValueType # 2
|
|
43
|
+
USER_ROLE_BOT: UserRole.ValueType # 3
|
|
44
|
+
global___UserRole = UserRole
|
|
45
|
+
|
|
20
46
|
@typing.final
|
|
21
47
|
class StreamTalkRequest(google.protobuf.message.Message):
|
|
22
48
|
"""streaming request to create audio dialog"""
|
|
@@ -147,22 +173,66 @@ class TalkMetadata(google.protobuf.message.Message):
|
|
|
147
173
|
|
|
148
174
|
CONNECTION_ID_FIELD_NUMBER: builtins.int
|
|
149
175
|
FIELDS_FIELD_NUMBER: builtins.int
|
|
176
|
+
USERS_FIELD_NUMBER: builtins.int
|
|
150
177
|
connection_id: builtins.str
|
|
151
178
|
"""id of connection this talk belongs too"""
|
|
152
179
|
@property
|
|
153
180
|
def fields(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
154
181
|
"""channel defined fields"""
|
|
155
182
|
|
|
183
|
+
@property
|
|
184
|
+
def users(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___UserMetadata]:
|
|
185
|
+
"""per user specific metadata"""
|
|
186
|
+
|
|
156
187
|
def __init__(
|
|
157
188
|
self,
|
|
158
189
|
*,
|
|
159
190
|
connection_id: builtins.str = ...,
|
|
160
191
|
fields: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
192
|
+
users: collections.abc.Iterable[global___UserMetadata] | None = ...,
|
|
161
193
|
) -> None: ...
|
|
162
|
-
def ClearField(self, field_name: typing.Literal["connection_id", b"connection_id", "fields", b"fields"]) -> None: ...
|
|
194
|
+
def ClearField(self, field_name: typing.Literal["connection_id", b"connection_id", "fields", b"fields", "users", b"users"]) -> None: ...
|
|
163
195
|
|
|
164
196
|
global___TalkMetadata = TalkMetadata
|
|
165
197
|
|
|
198
|
+
@typing.final
|
|
199
|
+
class UserMetadata(google.protobuf.message.Message):
|
|
200
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
201
|
+
|
|
202
|
+
@typing.final
|
|
203
|
+
class FieldsEntry(google.protobuf.message.Message):
|
|
204
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
205
|
+
|
|
206
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
207
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
208
|
+
key: builtins.str
|
|
209
|
+
value: builtins.str
|
|
210
|
+
def __init__(
|
|
211
|
+
self,
|
|
212
|
+
*,
|
|
213
|
+
key: builtins.str = ...,
|
|
214
|
+
value: builtins.str = ...,
|
|
215
|
+
) -> None: ...
|
|
216
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
217
|
+
|
|
218
|
+
ID_FIELD_NUMBER: builtins.int
|
|
219
|
+
ROLE_FIELD_NUMBER: builtins.int
|
|
220
|
+
FIELDS_FIELD_NUMBER: builtins.int
|
|
221
|
+
id: builtins.str
|
|
222
|
+
role: global___UserRole.ValueType
|
|
223
|
+
@property
|
|
224
|
+
def fields(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]: ...
|
|
225
|
+
def __init__(
|
|
226
|
+
self,
|
|
227
|
+
*,
|
|
228
|
+
id: builtins.str = ...,
|
|
229
|
+
role: global___UserRole.ValueType = ...,
|
|
230
|
+
fields: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
231
|
+
) -> None: ...
|
|
232
|
+
def ClearField(self, field_name: typing.Literal["fields", b"fields", "id", b"id", "role", b"role"]) -> None: ...
|
|
233
|
+
|
|
234
|
+
global___UserMetadata = UserMetadata
|
|
235
|
+
|
|
166
236
|
@typing.final
|
|
167
237
|
class SearchTalkRequest(google.protobuf.message.Message):
|
|
168
238
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
@@ -100,9 +100,10 @@ class Address(google.protobuf.message.Message):
|
|
|
100
100
|
name: builtins.str
|
|
101
101
|
"""Name of the address.
|
|
102
102
|
The name is unique within the folder.
|
|
103
|
+
Value must match the regular expression ``\\|[a-zA-Z]([-_a-zA-Z0-9]{0,61}[a-zA-Z0-9])?``.
|
|
103
104
|
"""
|
|
104
105
|
description: builtins.str
|
|
105
|
-
"""Description of the address."""
|
|
106
|
+
"""Description of the address. 0-256 characters long."""
|
|
106
107
|
reserved: builtins.bool
|
|
107
108
|
"""Specifies if address is reserved or not."""
|
|
108
109
|
used: builtins.bool
|
|
@@ -119,7 +120,13 @@ class Address(google.protobuf.message.Message):
|
|
|
119
120
|
|
|
120
121
|
@property
|
|
121
122
|
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
122
|
-
"""
|
|
123
|
+
"""Address labels as `key:value` pairs.
|
|
124
|
+
No more than 64 per resource.
|
|
125
|
+
The maximum string length in characters for each value is 63.
|
|
126
|
+
Each value must match the regular expression `[-_0-9a-z]*`.
|
|
127
|
+
The string length in characters for each key must be 1-63.
|
|
128
|
+
Each key must match the regular expression `[a-z][-_0-9a-z]*`.
|
|
129
|
+
"""
|
|
123
130
|
|
|
124
131
|
@property
|
|
125
132
|
def external_ipv4_address(self) -> global___ExternalIpv4Address: ...
|
|
@@ -49,16 +49,23 @@ class Gateway(google.protobuf.message.Message):
|
|
|
49
49
|
name: builtins.str
|
|
50
50
|
"""Name of the gateway.
|
|
51
51
|
The name is unique within the folder.
|
|
52
|
+
Value must match the regular expression ``\\|[a-z]([-a-z0-9]{0,61}[a-z0-9])?``.
|
|
52
53
|
"""
|
|
53
54
|
description: builtins.str
|
|
54
|
-
"""Description of the gateway."""
|
|
55
|
+
"""Description of the gateway. 0-256 characters long."""
|
|
55
56
|
@property
|
|
56
57
|
def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
57
58
|
"""Creation timestamp."""
|
|
58
59
|
|
|
59
60
|
@property
|
|
60
61
|
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
61
|
-
"""
|
|
62
|
+
"""Gateway labels as `key:value` pairs.
|
|
63
|
+
No more than 64 per resource.
|
|
64
|
+
The maximum string length in characters for each value is 63.
|
|
65
|
+
Each value must match the regular expression `[-_./\\\\@0-9a-z]*`.
|
|
66
|
+
The string length in characters for each key must be 1-63.
|
|
67
|
+
Each key must match the regular expression `[a-z][-_./\\\\@0-9a-z]*`.
|
|
68
|
+
"""
|
|
62
69
|
|
|
63
70
|
@property
|
|
64
71
|
def shared_egress_gateway(self) -> global___SharedEgressGateway: ...
|
|
@@ -48,7 +48,8 @@ class Network(google.protobuf.message.Message):
|
|
|
48
48
|
"""ID of the folder that the network belongs to."""
|
|
49
49
|
name: builtins.str
|
|
50
50
|
"""Name of the network.
|
|
51
|
-
The name is unique within the folder.
|
|
51
|
+
The name is unique within the folder.
|
|
52
|
+
Value must match the regular expression ``\\|[a-zA-Z]([-_a-zA-Z0-9]{0,61}[a-zA-Z0-9])?``.
|
|
52
53
|
"""
|
|
53
54
|
description: builtins.str
|
|
54
55
|
"""Optional description of the network. 0-256 characters long."""
|
|
@@ -60,7 +61,13 @@ class Network(google.protobuf.message.Message):
|
|
|
60
61
|
|
|
61
62
|
@property
|
|
62
63
|
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
63
|
-
"""Resource labels as
|
|
64
|
+
"""Resource labels as `key:value` pairs.
|
|
65
|
+
No more than 64 per resource.
|
|
66
|
+
The maximum string length in characters for each value is 63.
|
|
67
|
+
Each value must match the regular expression `[-_0-9a-z]*`.
|
|
68
|
+
The string length in characters for each key must be 1-63.
|
|
69
|
+
Each key must match the regular expression `[a-z][-_0-9a-z]*`.
|
|
70
|
+
"""
|
|
64
71
|
|
|
65
72
|
def __init__(
|
|
66
73
|
self,
|
|
@@ -48,7 +48,10 @@ class RouteTable(google.protobuf.message.Message):
|
|
|
48
48
|
folder_id: builtins.str
|
|
49
49
|
"""ID of the folder that the route table belongs to."""
|
|
50
50
|
name: builtins.str
|
|
51
|
-
"""Name of the route table.
|
|
51
|
+
"""Name of the route table.
|
|
52
|
+
The name must be unique within the folder.
|
|
53
|
+
Value must match the regular expression `|[a-zA-Z]([-_a-zA-Z0-9]{0,61}[a-zA-Z0-9])?`.
|
|
54
|
+
"""
|
|
52
55
|
description: builtins.str
|
|
53
56
|
"""Optional description of the route table. 0-256 characters long."""
|
|
54
57
|
network_id: builtins.str
|
|
@@ -59,7 +62,12 @@ class RouteTable(google.protobuf.message.Message):
|
|
|
59
62
|
|
|
60
63
|
@property
|
|
61
64
|
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
62
|
-
"""Resource labels
|
|
65
|
+
"""Resource labels, `key:value` pairs.
|
|
66
|
+
No more than 64 per resource.
|
|
67
|
+
The string length in characters for each key must be 1-63.
|
|
68
|
+
Each value must match the regular expression `[-_0-9a-z]*`.
|
|
69
|
+
Each key must match the regular expression `[a-z][-_0-9a-z]*`.
|
|
70
|
+
"""
|
|
63
71
|
|
|
64
72
|
@property
|
|
65
73
|
def static_routes(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___StaticRoute]:
|
|
@@ -82,7 +82,10 @@ class SecurityGroup(google.protobuf.message.Message):
|
|
|
82
82
|
folder_id: builtins.str
|
|
83
83
|
"""ID of the folder that the security group belongs to."""
|
|
84
84
|
name: builtins.str
|
|
85
|
-
"""Name of the security group.
|
|
85
|
+
"""Name of the security group.
|
|
86
|
+
The name must be unique within the folder.
|
|
87
|
+
Value must match the regular expression ``\\|[a-zA-Z]([-_a-zA-Z0-9]{0,61}[a-zA-Z0-9])?``.
|
|
88
|
+
"""
|
|
86
89
|
description: builtins.str
|
|
87
90
|
"""Description of the security group. 0-256 characters long."""
|
|
88
91
|
network_id: builtins.str
|
|
@@ -97,7 +100,13 @@ class SecurityGroup(google.protobuf.message.Message):
|
|
|
97
100
|
|
|
98
101
|
@property
|
|
99
102
|
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
100
|
-
"""Resource labels as
|
|
103
|
+
"""Resource labels as `key:value` pairs.
|
|
104
|
+
No more than 64 per resource.
|
|
105
|
+
The maximum string length in characters for each value is 63.
|
|
106
|
+
Each value must match the regular expression `[-_./\\\\@0-9a-z]*`.
|
|
107
|
+
The string length in characters for each key must be 1-63.
|
|
108
|
+
Each key must match the regular expression `[a-z][-_./\\\\@0-9a-z]*`.
|
|
109
|
+
"""
|
|
101
110
|
|
|
102
111
|
@property
|
|
103
112
|
def rules(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___SecurityGroupRule]:
|
|
@@ -76,7 +76,10 @@ class Subnet(google.protobuf.message.Message):
|
|
|
76
76
|
folder_id: builtins.str
|
|
77
77
|
"""ID of the folder that the subnet belongs to."""
|
|
78
78
|
name: builtins.str
|
|
79
|
-
"""Name of the subnet.
|
|
79
|
+
"""Name of the subnet.
|
|
80
|
+
The name must be unique within the folder.
|
|
81
|
+
Value must match the regular expression ``\\|[a-zA-Z]([-_a-zA-Z0-9]{0,61}[a-zA-Z0-9])?``.
|
|
82
|
+
"""
|
|
80
83
|
description: builtins.str
|
|
81
84
|
"""Optional description of the subnet. 0-256 characters long."""
|
|
82
85
|
network_id: builtins.str
|
|
@@ -93,7 +96,13 @@ class Subnet(google.protobuf.message.Message):
|
|
|
93
96
|
|
|
94
97
|
@property
|
|
95
98
|
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
96
|
-
"""Resource labels
|
|
99
|
+
"""Resource labels, `key:value` pairs.
|
|
100
|
+
No more than 64 per resource.
|
|
101
|
+
The maximum string length in characters for each value is 63.
|
|
102
|
+
Each value must match the regular expression `[-_0-9a-z]*`.
|
|
103
|
+
The string length in characters for each key must be 1-63.
|
|
104
|
+
Each key must match the regular expression `[a-z][-_0-9a-z]*`.
|
|
105
|
+
"""
|
|
97
106
|
|
|
98
107
|
@property
|
|
99
108
|
def v4_cidr_blocks(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
@@ -109,7 +118,9 @@ class Subnet(google.protobuf.message.Message):
|
|
|
109
118
|
"""IPv6 not available yet."""
|
|
110
119
|
|
|
111
120
|
@property
|
|
112
|
-
def dhcp_options(self) -> global___DhcpOptions:
|
|
121
|
+
def dhcp_options(self) -> global___DhcpOptions:
|
|
122
|
+
"""DHCP options for the subnet."""
|
|
123
|
+
|
|
113
124
|
def __init__(
|
|
114
125
|
self,
|
|
115
126
|
*,
|
|
@@ -139,10 +150,15 @@ class DhcpOptions(google.protobuf.message.Message):
|
|
|
139
150
|
DOMAIN_NAME_FIELD_NUMBER: builtins.int
|
|
140
151
|
NTP_SERVERS_FIELD_NUMBER: builtins.int
|
|
141
152
|
domain_name: builtins.str
|
|
153
|
+
"""A domain name to us as a suffix when resolving host names in this subnet."""
|
|
142
154
|
@property
|
|
143
|
-
def domain_name_servers(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
155
|
+
def domain_name_servers(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
156
|
+
"""A list of DHCP servers for this subnet."""
|
|
157
|
+
|
|
144
158
|
@property
|
|
145
|
-
def ntp_servers(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
159
|
+
def ntp_servers(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
160
|
+
"""List of NTP servers for this subnet."""
|
|
161
|
+
|
|
146
162
|
def __init__(
|
|
147
163
|
self,
|
|
148
164
|
*,
|