yandexcloud 0.325.0__py3-none-any.whl → 0.326.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of yandexcloud might be problematic. Click here for more details.
- yandex/cloud/ai/assistants/v1/searchindex/common_pb2.py +18 -5
- yandex/cloud/ai/assistants/v1/searchindex/common_pb2.pyi +149 -0
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_pb2.py +3 -4
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_pb2.pyi +2 -7
- yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2.py +10 -8
- yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2.pyi +63 -5
- yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2.py +20 -20
- yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2.pyi +9 -3
- yandex/cloud/apploadbalancer/v1/backend_group_pb2.py +9 -7
- yandex/cloud/apploadbalancer/v1/backend_group_pb2.pyi +9 -1
- yandex/cloud/cloudapps/workload/v1/cloud_application_service_pb2.py +14 -9
- yandex/cloud/iam/v1/user_account_pb2.py +12 -11
- yandex/cloud/iam/v1/user_account_pb2.pyi +7 -2
- yandex/cloud/mdb/redis/v1/config/redis_pb2.py +8 -8
- yandex/cloud/mdb/redis/v1/config/redis_pb2.pyi +14 -2
- yandex/cloud/speechsense/v1/talk_pb2.py +14 -6
- yandex/cloud/speechsense/v1/talk_pb2.pyi +89 -2
- yandex/cloud/speechsense/v1/talk_service_pb2.py +2 -6
- {yandexcloud-0.325.0.dist-info → yandexcloud-0.326.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.325.0.dist-info → yandexcloud-0.326.0.dist-info}/RECORD +24 -24
- {yandexcloud-0.325.0.dist-info → yandexcloud-0.326.0.dist-info}/WHEEL +1 -1
- {yandexcloud-0.325.0.dist-info → yandexcloud-0.326.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.325.0.dist-info → yandexcloud-0.326.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.325.0.dist-info → yandexcloud-0.326.0.dist-info}/top_level.txt +0 -0
|
@@ -820,6 +820,7 @@ class HealthCheck(google.protobuf.message.Message):
|
|
|
820
820
|
HOST_FIELD_NUMBER: builtins.int
|
|
821
821
|
PATH_FIELD_NUMBER: builtins.int
|
|
822
822
|
USE_HTTP2_FIELD_NUMBER: builtins.int
|
|
823
|
+
EXPECTED_STATUSES_FIELD_NUMBER: builtins.int
|
|
823
824
|
host: builtins.str
|
|
824
825
|
"""Value for the HTTP/1.1 `Host` header or the HTTP/2 `:authority` pseudo-header used in requests to targets."""
|
|
825
826
|
path: builtins.str
|
|
@@ -831,14 +832,21 @@ class HealthCheck(google.protobuf.message.Message):
|
|
|
831
832
|
|
|
832
833
|
Default value: `false`, HTTP/1.1 is used.
|
|
833
834
|
"""
|
|
835
|
+
@property
|
|
836
|
+
def expected_statuses(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.int]:
|
|
837
|
+
"""A list of HTTP response statuses considered healthy.
|
|
838
|
+
By default only 200 HTTP status code considered healthy.
|
|
839
|
+
"""
|
|
840
|
+
|
|
834
841
|
def __init__(
|
|
835
842
|
self,
|
|
836
843
|
*,
|
|
837
844
|
host: builtins.str = ...,
|
|
838
845
|
path: builtins.str = ...,
|
|
839
846
|
use_http2: builtins.bool = ...,
|
|
847
|
+
expected_statuses: collections.abc.Iterable[builtins.int] | None = ...,
|
|
840
848
|
) -> None: ...
|
|
841
|
-
def ClearField(self, field_name: typing.Literal["host", b"host", "path", b"path", "use_http2", b"use_http2"]) -> None: ...
|
|
849
|
+
def ClearField(self, field_name: typing.Literal["expected_statuses", b"expected_statuses", "host", b"host", "path", b"path", "use_http2", b"use_http2"]) -> None: ...
|
|
842
850
|
|
|
843
851
|
@typing.final
|
|
844
852
|
class GrpcHealthCheck(google.protobuf.message.Message):
|
|
@@ -11,12 +11,13 @@ from google.protobuf.internal import builder as _builder
|
|
|
11
11
|
_sym_db = _symbol_database.Default()
|
|
12
12
|
|
|
13
13
|
|
|
14
|
+
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
14
15
|
from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
|
|
15
16
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
16
17
|
from yandex.cloud.cloudapps.workload.v1 import cloud_application_pb2 as yandex_dot_cloud_dot_cloudapps_dot_workload_dot_v1_dot_cloud__application__pb2
|
|
17
18
|
|
|
18
19
|
|
|
19
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nByandex/cloud/cloudapps/workload/v1/cloud_application_service.proto\x12\"yandex.cloud.cloudapps.workload.v1\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1dyandex/cloud/validation.proto\x1a:yandex/cloud/cloudapps/workload/v1/cloud_application.proto\"\xea\x01\n\x18ResolveByWorkloadRequest\x12\x66\n\rworkload_type\x18\x01 \x01(\x0e\x32I.yandex.cloud.cloudapps.workload.v1.ResolveByWorkloadRequest.WorkloadTypeB\x04\xe8\xc7\x31\x01\x12!\n\x0bworkload_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"C\n\x0cWorkloadType\x12\x1d\n\x19WORKLOAD_TYPE_UNSPECIFIED\x10\x00\x12\x14\n\x10\x43OMPUTE_INSTANCE\x10\x01\"l\n\x19ResolveByWorkloadResponse\x12O\n\x11\x63loud_application\x18\x01 \x01(\x0b\x32\x34.yandex.cloud.cloudapps.workload.v1.CloudApplication2\
|
|
20
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nByandex/cloud/cloudapps/workload/v1/cloud_application_service.proto\x12\"yandex.cloud.cloudapps.workload.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1dyandex/cloud/validation.proto\x1a:yandex/cloud/cloudapps/workload/v1/cloud_application.proto\"\xea\x01\n\x18ResolveByWorkloadRequest\x12\x66\n\rworkload_type\x18\x01 \x01(\x0e\x32I.yandex.cloud.cloudapps.workload.v1.ResolveByWorkloadRequest.WorkloadTypeB\x04\xe8\xc7\x31\x01\x12!\n\x0bworkload_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"C\n\x0cWorkloadType\x12\x1d\n\x19WORKLOAD_TYPE_UNSPECIFIED\x10\x00\x12\x14\n\x10\x43OMPUTE_INSTANCE\x10\x01\"l\n\x19ResolveByWorkloadResponse\x12O\n\x11\x63loud_application\x18\x01 \x01(\x0b\x32\x34.yandex.cloud.cloudapps.workload.v1.CloudApplication2\xff\x02\n\x17\x43loudApplicationService\x12\x86\x01\n\x03Get\x12\x16.google.protobuf.Empty\x1a\x34.yandex.cloud.cloudapps.workload.v1.CloudApplication\"1\x82\xd3\xe4\x93\x02+\x12)/cloudapps/workload/v1/cloud-applications\x12\xda\x01\n\x11ResolveByWorkload\x12<.yandex.cloud.cloudapps.workload.v1.ResolveByWorkloadRequest\x1a=.yandex.cloud.cloudapps.workload.v1.ResolveByWorkloadResponse\"H\x82\xd3\xe4\x93\x02\x42\"=/cloudapps/workload/v1/cloud-applications:resolve-by-workload:\x01*By\n&yandex.cloud.api.cloudapps.workload.v1ZOgithub.com/yandex-cloud/go-genproto/yandex/cloud/cloudapps/workload/v1;workloadb\x06proto3')
|
|
20
21
|
|
|
21
22
|
_globals = globals()
|
|
22
23
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -28,12 +29,16 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
28
29
|
_RESOLVEBYWORKLOADREQUEST.fields_by_name['workload_type']._serialized_options = b'\350\3071\001'
|
|
29
30
|
_RESOLVEBYWORKLOADREQUEST.fields_by_name['workload_id']._options = None
|
|
30
31
|
_RESOLVEBYWORKLOADREQUEST.fields_by_name['workload_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
_globals['
|
|
36
|
-
_globals['
|
|
37
|
-
_globals['
|
|
38
|
-
_globals['
|
|
32
|
+
_CLOUDAPPLICATIONSERVICE.methods_by_name['Get']._options = None
|
|
33
|
+
_CLOUDAPPLICATIONSERVICE.methods_by_name['Get']._serialized_options = b'\202\323\344\223\002+\022)/cloudapps/workload/v1/cloud-applications'
|
|
34
|
+
_CLOUDAPPLICATIONSERVICE.methods_by_name['ResolveByWorkload']._options = None
|
|
35
|
+
_CLOUDAPPLICATIONSERVICE.methods_by_name['ResolveByWorkload']._serialized_options = b'\202\323\344\223\002B\"=/cloudapps/workload/v1/cloud-applications:resolve-by-workload:\001*'
|
|
36
|
+
_globals['_RESOLVEBYWORKLOADREQUEST']._serialized_start=257
|
|
37
|
+
_globals['_RESOLVEBYWORKLOADREQUEST']._serialized_end=491
|
|
38
|
+
_globals['_RESOLVEBYWORKLOADREQUEST_WORKLOADTYPE']._serialized_start=424
|
|
39
|
+
_globals['_RESOLVEBYWORKLOADREQUEST_WORKLOADTYPE']._serialized_end=491
|
|
40
|
+
_globals['_RESOLVEBYWORKLOADRESPONSE']._serialized_start=493
|
|
41
|
+
_globals['_RESOLVEBYWORKLOADRESPONSE']._serialized_end=601
|
|
42
|
+
_globals['_CLOUDAPPLICATIONSERVICE']._serialized_start=604
|
|
43
|
+
_globals['_CLOUDAPPLICATIONSERVICE']._serialized_end=987
|
|
39
44
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -11,10 +11,11 @@ from google.protobuf.internal import builder as _builder
|
|
|
11
11
|
_sym_db = _symbol_database.Default()
|
|
12
12
|
|
|
13
13
|
|
|
14
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
14
15
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
15
16
|
|
|
16
17
|
|
|
17
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n&yandex/cloud/iam/v1/user_account.proto\x12\x13yandex.cloud.iam.v1\x1a\x1dyandex/cloud/validation.proto\"\
|
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n&yandex/cloud/iam/v1/user_account.proto\x12\x13yandex.cloud.iam.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\"\x85\x02\n\x0bUserAccount\x12\n\n\x02id\x18\x01 \x01(\t\x12V\n\x1cyandex_passport_user_account\x18\x02 \x01(\x0b\x32..yandex.cloud.iam.v1.YandexPassportUserAccountH\x00\x12\x41\n\x11saml_user_account\x18\x03 \x01(\x0b\x32$.yandex.cloud.iam.v1.SamlUserAccountH\x00\x12\x39\n\x15last_authenticated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x14\n\x0cuser_account\x12\x04\xc0\xc1\x31\x01\"A\n\x19YandexPassportUserAccount\x12\r\n\x05login\x18\x01 \x01(\t\x12\x15\n\rdefault_email\x18\x02 \x01(\t\"\x9f\x02\n\x0fSamlUserAccount\x12#\n\rfederation_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1e\n\x07name_id\x18\x02 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05\x31-256\x12H\n\nattributes\x18\x03 \x03(\x0b\x32\x34.yandex.cloud.iam.v1.SamlUserAccount.AttributesEntry\x1a\x1a\n\tAttribute\x12\r\n\x05value\x18\x01 \x03(\t\x1a\x61\n\x0f\x41ttributesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12=\n\x05value\x18\x02 \x01(\x0b\x32..yandex.cloud.iam.v1.SamlUserAccount.Attribute:\x02\x38\x01\x42V\n\x17yandex.cloud.api.iam.v1Z;github.com/yandex-cloud/go-genproto/yandex/cloud/iam/v1;iamb\x06proto3')
|
|
18
19
|
|
|
19
20
|
_globals = globals()
|
|
20
21
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -30,14 +31,14 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
30
31
|
_SAMLUSERACCOUNT.fields_by_name['federation_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
31
32
|
_SAMLUSERACCOUNT.fields_by_name['name_id']._options = None
|
|
32
33
|
_SAMLUSERACCOUNT.fields_by_name['name_id']._serialized_options = b'\350\3071\001\212\3101\0051-256'
|
|
33
|
-
_globals['_USERACCOUNT']._serialized_start=
|
|
34
|
-
_globals['_USERACCOUNT']._serialized_end=
|
|
35
|
-
_globals['_YANDEXPASSPORTUSERACCOUNT']._serialized_start=
|
|
36
|
-
_globals['_YANDEXPASSPORTUSERACCOUNT']._serialized_end=
|
|
37
|
-
_globals['_SAMLUSERACCOUNT']._serialized_start=
|
|
38
|
-
_globals['_SAMLUSERACCOUNT']._serialized_end=
|
|
39
|
-
_globals['_SAMLUSERACCOUNT_ATTRIBUTE']._serialized_start=
|
|
40
|
-
_globals['_SAMLUSERACCOUNT_ATTRIBUTE']._serialized_end=
|
|
41
|
-
_globals['_SAMLUSERACCOUNT_ATTRIBUTESENTRY']._serialized_start=
|
|
42
|
-
_globals['_SAMLUSERACCOUNT_ATTRIBUTESENTRY']._serialized_end=
|
|
34
|
+
_globals['_USERACCOUNT']._serialized_start=128
|
|
35
|
+
_globals['_USERACCOUNT']._serialized_end=389
|
|
36
|
+
_globals['_YANDEXPASSPORTUSERACCOUNT']._serialized_start=391
|
|
37
|
+
_globals['_YANDEXPASSPORTUSERACCOUNT']._serialized_end=456
|
|
38
|
+
_globals['_SAMLUSERACCOUNT']._serialized_start=459
|
|
39
|
+
_globals['_SAMLUSERACCOUNT']._serialized_end=746
|
|
40
|
+
_globals['_SAMLUSERACCOUNT_ATTRIBUTE']._serialized_start=621
|
|
41
|
+
_globals['_SAMLUSERACCOUNT_ATTRIBUTE']._serialized_end=647
|
|
42
|
+
_globals['_SAMLUSERACCOUNT_ATTRIBUTESENTRY']._serialized_start=649
|
|
43
|
+
_globals['_SAMLUSERACCOUNT_ATTRIBUTESENTRY']._serialized_end=746
|
|
43
44
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -8,6 +8,7 @@ import collections.abc
|
|
|
8
8
|
import google.protobuf.descriptor
|
|
9
9
|
import google.protobuf.internal.containers
|
|
10
10
|
import google.protobuf.message
|
|
11
|
+
import google.protobuf.timestamp_pb2
|
|
11
12
|
import typing
|
|
12
13
|
|
|
13
14
|
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
@@ -21,6 +22,7 @@ class UserAccount(google.protobuf.message.Message):
|
|
|
21
22
|
ID_FIELD_NUMBER: builtins.int
|
|
22
23
|
YANDEX_PASSPORT_USER_ACCOUNT_FIELD_NUMBER: builtins.int
|
|
23
24
|
SAML_USER_ACCOUNT_FIELD_NUMBER: builtins.int
|
|
25
|
+
LAST_AUTHENTICATED_AT_FIELD_NUMBER: builtins.int
|
|
24
26
|
id: builtins.str
|
|
25
27
|
"""ID of the user account."""
|
|
26
28
|
@property
|
|
@@ -31,15 +33,18 @@ class UserAccount(google.protobuf.message.Message):
|
|
|
31
33
|
def saml_user_account(self) -> global___SamlUserAccount:
|
|
32
34
|
"""A SAML federated user."""
|
|
33
35
|
|
|
36
|
+
@property
|
|
37
|
+
def last_authenticated_at(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
|
|
34
38
|
def __init__(
|
|
35
39
|
self,
|
|
36
40
|
*,
|
|
37
41
|
id: builtins.str = ...,
|
|
38
42
|
yandex_passport_user_account: global___YandexPassportUserAccount | None = ...,
|
|
39
43
|
saml_user_account: global___SamlUserAccount | None = ...,
|
|
44
|
+
last_authenticated_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
40
45
|
) -> None: ...
|
|
41
|
-
def HasField(self, field_name: typing.Literal["saml_user_account", b"saml_user_account", "user_account", b"user_account", "yandex_passport_user_account", b"yandex_passport_user_account"]) -> builtins.bool: ...
|
|
42
|
-
def ClearField(self, field_name: typing.Literal["id", b"id", "saml_user_account", b"saml_user_account", "user_account", b"user_account", "yandex_passport_user_account", b"yandex_passport_user_account"]) -> None: ...
|
|
46
|
+
def HasField(self, field_name: typing.Literal["last_authenticated_at", b"last_authenticated_at", "saml_user_account", b"saml_user_account", "user_account", b"user_account", "yandex_passport_user_account", b"yandex_passport_user_account"]) -> builtins.bool: ...
|
|
47
|
+
def ClearField(self, field_name: typing.Literal["id", b"id", "last_authenticated_at", b"last_authenticated_at", "saml_user_account", b"saml_user_account", "user_account", b"user_account", "yandex_passport_user_account", b"yandex_passport_user_account"]) -> None: ...
|
|
43
48
|
def WhichOneof(self, oneof_group: typing.Literal["user_account", b"user_account"]) -> typing.Literal["yandex_passport_user_account", "saml_user_account"] | None: ...
|
|
44
49
|
|
|
45
50
|
global___UserAccount = UserAccount
|
|
@@ -15,7 +15,7 @@ from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb
|
|
|
15
15
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,yandex/cloud/mdb/redis/v1/config/redis.proto\x12 yandex.cloud.mdb.redis.v1.config\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dyandex/cloud/validation.proto\"\
|
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,yandex/cloud/mdb/redis/v1/config/redis.proto\x12 yandex.cloud.mdb.redis.v1.config\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dyandex/cloud/validation.proto\"\xb6\x0e\n\x0bRedisConfig\x12W\n\x10maxmemory_policy\x18\x01 \x01(\x0e\x32=.yandex.cloud.mdb.redis.v1.config.RedisConfig.MaxmemoryPolicy\x12,\n\x07timeout\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x38\n\x08password\x18\x03 \x01(\tB&\xf2\xc7\x31\"[a-zA-Z0-9@=+?*.,!&#$^<>_-]{8,128}\x12\x36\n\tdatabases\x18\x04 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x06\xfa\xc7\x31\x02>0\x12\x45\n\x17slowlog_log_slower_than\x18\x05 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12=\n\x0fslowlog_max_len\x18\x06 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x39\n\x16notify_keyspace_events\x18\x07 \x01(\tB\x19\xf2\xc7\x31\x15[KEg$lshzxeAtm]{0,13}\x12p\n!client_output_buffer_limit_pubsub\x18\x08 \x01(\x0b\x32\x45.yandex.cloud.mdb.redis.v1.config.RedisConfig.ClientOutputBufferLimit\x12p\n!client_output_buffer_limit_normal\x18\t \x01(\x0b\x32\x45.yandex.cloud.mdb.redis.v1.config.RedisConfig.ClientOutputBufferLimit\x12@\n\x11maxmemory_percent\x18\n \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x08\xfa\xc7\x31\x04\x31-75\x12<\n\x0elua_time_limit\x18\x0b \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x46\n\x19repl_backlog_size_percent\x18\x0c \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x06\xfa\xc7\x31\x02>0\x12\x41\n\x1d\x63luster_require_full_coverage\x18\r \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x41\n\x1d\x63luster_allow_reads_when_down\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12G\n#cluster_allow_pubsubshard_when_down\x18\x0f \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12<\n\x0elfu_decay_time\x18\x10 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12<\n\x0elfu_log_factor\x18\x11 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12:\n\x16turn_before_switchover\x18\x12 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x33\n\x0f\x61llow_data_loss\x18\x13 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12.\n\nuse_luajit\x18\x14 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x36\n\x12io_threads_allowed\x18\x15 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x1a\xd5\x01\n\x17\x43lientOutputBufferLimit\x12\x38\n\nhard_limit\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x38\n\nsoft_limit\x18\x03 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12:\n\x0csoft_seconds\x18\x05 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0J\x04\x08\x04\x10\x05J\x04\x08\x02\x10\x03\"\xc4\x01\n\x0fMaxmemoryPolicy\x12 \n\x1cMAXMEMORY_POLICY_UNSPECIFIED\x10\x00\x12\x10\n\x0cVOLATILE_LRU\x10\x01\x12\x0f\n\x0b\x41LLKEYS_LRU\x10\x02\x12\x10\n\x0cVOLATILE_LFU\x10\x03\x12\x0f\n\x0b\x41LLKEYS_LFU\x10\x04\x12\x13\n\x0fVOLATILE_RANDOM\x10\x05\x12\x12\n\x0e\x41LLKEYS_RANDOM\x10\x06\x12\x10\n\x0cVOLATILE_TTL\x10\x07\x12\x0e\n\nNOEVICTION\x10\x08\"\xe4\x01\n\x0eRedisConfigSet\x12G\n\x10\x65\x66\x66\x65\x63tive_config\x18\x01 \x01(\x0b\x32-.yandex.cloud.mdb.redis.v1.config.RedisConfig\x12\x42\n\x0buser_config\x18\x02 \x01(\x0b\x32-.yandex.cloud.mdb.redis.v1.config.RedisConfig\x12\x45\n\x0e\x64\x65\x66\x61ult_config\x18\x03 \x01(\x0b\x32-.yandex.cloud.mdb.redis.v1.config.RedisConfigBr\n$yandex.cloud.api.mdb.redis.v1.configZJgithub.com/yandex-cloud/go-genproto/yandex/cloud/mdb/redis/v1/config;redisb\x06proto3')
|
|
19
19
|
|
|
20
20
|
_globals = globals()
|
|
21
21
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -50,11 +50,11 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
50
50
|
_REDISCONFIG.fields_by_name['lfu_log_factor']._options = None
|
|
51
51
|
_REDISCONFIG.fields_by_name['lfu_log_factor']._serialized_options = b'\372\3071\003>=0'
|
|
52
52
|
_globals['_REDISCONFIG']._serialized_start=146
|
|
53
|
-
_globals['_REDISCONFIG']._serialized_end=
|
|
54
|
-
_globals['_REDISCONFIG_CLIENTOUTPUTBUFFERLIMIT']._serialized_start=
|
|
55
|
-
_globals['_REDISCONFIG_CLIENTOUTPUTBUFFERLIMIT']._serialized_end=
|
|
56
|
-
_globals['_REDISCONFIG_MAXMEMORYPOLICY']._serialized_start=
|
|
57
|
-
_globals['_REDISCONFIG_MAXMEMORYPOLICY']._serialized_end=
|
|
58
|
-
_globals['_REDISCONFIGSET']._serialized_start=
|
|
59
|
-
_globals['_REDISCONFIGSET']._serialized_end=
|
|
53
|
+
_globals['_REDISCONFIG']._serialized_end=1992
|
|
54
|
+
_globals['_REDISCONFIG_CLIENTOUTPUTBUFFERLIMIT']._serialized_start=1580
|
|
55
|
+
_globals['_REDISCONFIG_CLIENTOUTPUTBUFFERLIMIT']._serialized_end=1793
|
|
56
|
+
_globals['_REDISCONFIG_MAXMEMORYPOLICY']._serialized_start=1796
|
|
57
|
+
_globals['_REDISCONFIG_MAXMEMORYPOLICY']._serialized_end=1992
|
|
58
|
+
_globals['_REDISCONFIGSET']._serialized_start=1995
|
|
59
|
+
_globals['_REDISCONFIGSET']._serialized_end=2223
|
|
60
60
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -125,6 +125,8 @@ class RedisConfig(google.protobuf.message.Message):
|
|
|
125
125
|
LFU_LOG_FACTOR_FIELD_NUMBER: builtins.int
|
|
126
126
|
TURN_BEFORE_SWITCHOVER_FIELD_NUMBER: builtins.int
|
|
127
127
|
ALLOW_DATA_LOSS_FIELD_NUMBER: builtins.int
|
|
128
|
+
USE_LUAJIT_FIELD_NUMBER: builtins.int
|
|
129
|
+
IO_THREADS_ALLOWED_FIELD_NUMBER: builtins.int
|
|
128
130
|
maxmemory_policy: global___RedisConfig.MaxmemoryPolicy.ValueType
|
|
129
131
|
"""Redis key eviction policy for a dataset that reaches maximum memory,
|
|
130
132
|
available to the host. Redis maxmemory setting depends on Managed
|
|
@@ -202,6 +204,14 @@ class RedisConfig(google.protobuf.message.Message):
|
|
|
202
204
|
def allow_data_loss(self) -> google.protobuf.wrappers_pb2.BoolValue:
|
|
203
205
|
"""Allows some data to be lost in favor of faster switchover/restart"""
|
|
204
206
|
|
|
207
|
+
@property
|
|
208
|
+
def use_luajit(self) -> google.protobuf.wrappers_pb2.BoolValue:
|
|
209
|
+
"""Use JIT for lua scripts and functions"""
|
|
210
|
+
|
|
211
|
+
@property
|
|
212
|
+
def io_threads_allowed(self) -> google.protobuf.wrappers_pb2.BoolValue:
|
|
213
|
+
"""Allow redis to use io-threads"""
|
|
214
|
+
|
|
205
215
|
def __init__(
|
|
206
216
|
self,
|
|
207
217
|
*,
|
|
@@ -224,9 +234,11 @@ class RedisConfig(google.protobuf.message.Message):
|
|
|
224
234
|
lfu_log_factor: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
225
235
|
turn_before_switchover: google.protobuf.wrappers_pb2.BoolValue | None = ...,
|
|
226
236
|
allow_data_loss: google.protobuf.wrappers_pb2.BoolValue | None = ...,
|
|
237
|
+
use_luajit: google.protobuf.wrappers_pb2.BoolValue | None = ...,
|
|
238
|
+
io_threads_allowed: google.protobuf.wrappers_pb2.BoolValue | None = ...,
|
|
227
239
|
) -> None: ...
|
|
228
|
-
def HasField(self, field_name: typing.Literal["allow_data_loss", b"allow_data_loss", "client_output_buffer_limit_normal", b"client_output_buffer_limit_normal", "client_output_buffer_limit_pubsub", b"client_output_buffer_limit_pubsub", "cluster_allow_pubsubshard_when_down", b"cluster_allow_pubsubshard_when_down", "cluster_allow_reads_when_down", b"cluster_allow_reads_when_down", "cluster_require_full_coverage", b"cluster_require_full_coverage", "databases", b"databases", "lfu_decay_time", b"lfu_decay_time", "lfu_log_factor", b"lfu_log_factor", "lua_time_limit", b"lua_time_limit", "maxmemory_percent", b"maxmemory_percent", "repl_backlog_size_percent", b"repl_backlog_size_percent", "slowlog_log_slower_than", b"slowlog_log_slower_than", "slowlog_max_len", b"slowlog_max_len", "timeout", b"timeout", "turn_before_switchover", b"turn_before_switchover"]) -> builtins.bool: ...
|
|
229
|
-
def ClearField(self, field_name: typing.Literal["allow_data_loss", b"allow_data_loss", "client_output_buffer_limit_normal", b"client_output_buffer_limit_normal", "client_output_buffer_limit_pubsub", b"client_output_buffer_limit_pubsub", "cluster_allow_pubsubshard_when_down", b"cluster_allow_pubsubshard_when_down", "cluster_allow_reads_when_down", b"cluster_allow_reads_when_down", "cluster_require_full_coverage", b"cluster_require_full_coverage", "databases", b"databases", "lfu_decay_time", b"lfu_decay_time", "lfu_log_factor", b"lfu_log_factor", "lua_time_limit", b"lua_time_limit", "maxmemory_percent", b"maxmemory_percent", "maxmemory_policy", b"maxmemory_policy", "notify_keyspace_events", b"notify_keyspace_events", "password", b"password", "repl_backlog_size_percent", b"repl_backlog_size_percent", "slowlog_log_slower_than", b"slowlog_log_slower_than", "slowlog_max_len", b"slowlog_max_len", "timeout", b"timeout", "turn_before_switchover", b"turn_before_switchover"]) -> None: ...
|
|
240
|
+
def HasField(self, field_name: typing.Literal["allow_data_loss", b"allow_data_loss", "client_output_buffer_limit_normal", b"client_output_buffer_limit_normal", "client_output_buffer_limit_pubsub", b"client_output_buffer_limit_pubsub", "cluster_allow_pubsubshard_when_down", b"cluster_allow_pubsubshard_when_down", "cluster_allow_reads_when_down", b"cluster_allow_reads_when_down", "cluster_require_full_coverage", b"cluster_require_full_coverage", "databases", b"databases", "io_threads_allowed", b"io_threads_allowed", "lfu_decay_time", b"lfu_decay_time", "lfu_log_factor", b"lfu_log_factor", "lua_time_limit", b"lua_time_limit", "maxmemory_percent", b"maxmemory_percent", "repl_backlog_size_percent", b"repl_backlog_size_percent", "slowlog_log_slower_than", b"slowlog_log_slower_than", "slowlog_max_len", b"slowlog_max_len", "timeout", b"timeout", "turn_before_switchover", b"turn_before_switchover", "use_luajit", b"use_luajit"]) -> builtins.bool: ...
|
|
241
|
+
def ClearField(self, field_name: typing.Literal["allow_data_loss", b"allow_data_loss", "client_output_buffer_limit_normal", b"client_output_buffer_limit_normal", "client_output_buffer_limit_pubsub", b"client_output_buffer_limit_pubsub", "cluster_allow_pubsubshard_when_down", b"cluster_allow_pubsubshard_when_down", "cluster_allow_reads_when_down", b"cluster_allow_reads_when_down", "cluster_require_full_coverage", b"cluster_require_full_coverage", "databases", b"databases", "io_threads_allowed", b"io_threads_allowed", "lfu_decay_time", b"lfu_decay_time", "lfu_log_factor", b"lfu_log_factor", "lua_time_limit", b"lua_time_limit", "maxmemory_percent", b"maxmemory_percent", "maxmemory_policy", b"maxmemory_policy", "notify_keyspace_events", b"notify_keyspace_events", "password", b"password", "repl_backlog_size_percent", b"repl_backlog_size_percent", "slowlog_log_slower_than", b"slowlog_log_slower_than", "slowlog_max_len", b"slowlog_max_len", "timeout", b"timeout", "turn_before_switchover", b"turn_before_switchover", "use_luajit", b"use_luajit"]) -> None: ...
|
|
230
242
|
|
|
231
243
|
global___RedisConfig = RedisConfig
|
|
232
244
|
|
|
@@ -22,7 +22,7 @@ from yandex.cloud.speechsense.v1.analysis import text_classifiers_pb2 as yandex_
|
|
|
22
22
|
from yandex.cloud.speechsense.v1.analysis import points_pb2 as yandex_dot_cloud_dot_speechsense_dot_v1_dot_analysis_dot_points__pb2
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n&yandex/cloud/speechsense/v1/talk.proto\x12\x1byandex.cloud.speechsense.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x42yandex/cloud/speechsense/v1/analysis/conversation_statistics.proto\x1a@yandex/cloud/speechsense/v1/analysis/interrupts_statistics.proto\x1a=yandex/cloud/speechsense/v1/analysis/silence_statistics.proto\x1a<yandex/cloud/speechsense/v1/analysis/speech_statistics.proto\x1a\x38yandex/cloud/speechsense/v1/analysis/summarization.proto\x1a\x38yandex/cloud/speechsense/v1/analysis/transcription.proto\x1a;yandex/cloud/speechsense/v1/analysis/text_classifiers.proto\x1a\x31yandex/cloud/speechsense/v1/analysis/points.proto\"\
|
|
25
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n&yandex/cloud/speechsense/v1/talk.proto\x12\x1byandex.cloud.speechsense.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x42yandex/cloud/speechsense/v1/analysis/conversation_statistics.proto\x1a@yandex/cloud/speechsense/v1/analysis/interrupts_statistics.proto\x1a=yandex/cloud/speechsense/v1/analysis/silence_statistics.proto\x1a<yandex/cloud/speechsense/v1/analysis/speech_statistics.proto\x1a\x38yandex/cloud/speechsense/v1/analysis/summarization.proto\x1a\x38yandex/cloud/speechsense/v1/analysis/transcription.proto\x1a;yandex/cloud/speechsense/v1/analysis/text_classifiers.proto\x1a\x31yandex/cloud/speechsense/v1/analysis/points.proto\"\xf1\x07\n\x04Talk\x12\n\n\x02id\x18\x01 \x01(\t\x12\x17\n\x0forganization_id\x18\x02 \x01(\t\x12\x10\n\x08space_id\x18\x03 \x01(\t\x12\x15\n\rconnection_id\x18\x04 \x01(\t\x12\x13\n\x0bproject_ids\x18\x05 \x03(\t\x12\x12\n\ncreated_by\x18\x06 \x01(\t\x12.\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x13\n\x0bmodified_by\x18\x08 \x01(\t\x12/\n\x0bmodified_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x37\n\x0btalk_fields\x18\n \x03(\x0b\x32\".yandex.cloud.speechsense.v1.Field\x12J\n\rtranscription\x18\x0b \x01(\x0b\x32\x33.yandex.cloud.speechsense.v1.analysis.Transcription\x12Q\n\x11speech_statistics\x18\x0c \x01(\x0b\x32\x36.yandex.cloud.speechsense.v1.analysis.SpeechStatistics\x12S\n\x12silence_statistics\x18\r \x01(\x0b\x32\x37.yandex.cloud.speechsense.v1.analysis.SilenceStatistics\x12Y\n\x15interrupts_statistics\x18\x0e \x01(\x0b\x32:.yandex.cloud.speechsense.v1.analysis.InterruptsStatistics\x12]\n\x17\x63onversation_statistics\x18\x0f \x01(\x0b\x32<.yandex.cloud.speechsense.v1.analysis.ConversationStatistics\x12<\n\x06points\x18\x10 \x01(\x0b\x32,.yandex.cloud.speechsense.v1.analysis.Points\x12O\n\x10text_classifiers\x18\x11 \x01(\x0b\x32\x35.yandex.cloud.speechsense.v1.analysis.TextClassifiers\x12J\n\rsummarization\x18\x12 \x01(\x0b\x32\x33.yandex.cloud.speechsense.v1.analysis.Summarization\x12:\n\ntalk_state\x18\x13 \x01(\x0b\x32&.yandex.cloud.speechsense.v1.TalkState\"\xad\x01\n\tTalkState\x12\x46\n\x10processing_state\x18\x01 \x01(\x0e\x32,.yandex.cloud.speechsense.v1.ProcessingState\x12X\n\x1a\x61lgorithm_processing_infos\x18\x02 \x03(\x0b\x32\x34.yandex.cloud.speechsense.v1.AlgorithmProcessingInfo\"Z\n\x05\x46ield\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\x12\x34\n\x04type\x18\x03 \x01(\x0e\x32&.yandex.cloud.speechsense.v1.FieldType\"\x9c\x01\n\x17\x41lgorithmProcessingInfo\x12\x39\n\talgorithm\x18\x01 \x01(\x0e\x32&.yandex.cloud.speechsense.v1.Algorithm\x12\x46\n\x10processing_state\x18\x02 \x01(\x0e\x32,.yandex.cloud.speechsense.v1.ProcessingState*\xaf\x01\n\tFieldType\x12\x1a\n\x16\x46IELD_TYPE_UNSPECIFIED\x10\x00\x12\x15\n\x11\x46IELD_TYPE_STRING\x10\x01\x12\x15\n\x11\x46IELD_TYPE_NUMBER\x10\x02\x12\x16\n\x12\x46IELD_TYPE_DECIMAL\x10\x03\x12\x16\n\x12\x46IELD_TYPE_BOOLEAN\x10\x04\x12\x13\n\x0f\x46IELD_TYPE_DATE\x10\x05\x12\x13\n\x0f\x46IELD_TYPE_JSON\x10\x06*\xb1\x01\n\x0fProcessingState\x12 \n\x1cPROCESSING_STATE_UNSPECIFIED\x10\x00\x12 \n\x1cPROCESSING_STATE_NOT_STARTED\x10\x01\x12\x1f\n\x1bPROCESSING_STATE_PROCESSING\x10\x02\x12\x1c\n\x18PROCESSING_STATE_SUCCESS\x10\x03\x12\x1b\n\x17PROCESSING_STATE_FAILED\x10\x04*\xbd\x01\n\tAlgorithm\x12\x19\n\x15\x41LGORITHM_UNSPECIFIED\x10\x00\x12\x17\n\x13\x41LGORITHM_SPEECHKIT\x10\x01\x12\x12\n\x0e\x41LGORITHM_YGPT\x10\x02\x12\x18\n\x14\x41LGORITHM_CLASSIFIER\x10\x03\x12\x1b\n\x17\x41LGORITHM_SUMMARIZATION\x10\x04\x12\x17\n\x13\x41LGORITHM_EMBEDDING\x10\x05\x12\x18\n\x14\x41LGORITHM_STATISTICS\x10\x06\x42y\n\x1fyandex.cloud.api.speechsense.v1B\tTalkProtoZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/speechsense/v1;speechsenseb\x06proto3')
|
|
26
26
|
|
|
27
27
|
_globals = globals()
|
|
28
28
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -30,10 +30,18 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.speechsense.v1
|
|
|
30
30
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
31
31
|
DESCRIPTOR._options = None
|
|
32
32
|
DESCRIPTOR._serialized_options = b'\n\037yandex.cloud.api.speechsense.v1B\tTalkProtoZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/speechsense/v1;speechsense'
|
|
33
|
-
_globals['_FIELDTYPE']._serialized_start=
|
|
34
|
-
_globals['_FIELDTYPE']._serialized_end=
|
|
33
|
+
_globals['_FIELDTYPE']._serialized_start=2031
|
|
34
|
+
_globals['_FIELDTYPE']._serialized_end=2206
|
|
35
|
+
_globals['_PROCESSINGSTATE']._serialized_start=2209
|
|
36
|
+
_globals['_PROCESSINGSTATE']._serialized_end=2386
|
|
37
|
+
_globals['_ALGORITHM']._serialized_start=2389
|
|
38
|
+
_globals['_ALGORITHM']._serialized_end=2578
|
|
35
39
|
_globals['_TALK']._serialized_start=592
|
|
36
|
-
_globals['_TALK']._serialized_end=
|
|
37
|
-
_globals['
|
|
38
|
-
_globals['
|
|
40
|
+
_globals['_TALK']._serialized_end=1601
|
|
41
|
+
_globals['_TALKSTATE']._serialized_start=1604
|
|
42
|
+
_globals['_TALKSTATE']._serialized_end=1777
|
|
43
|
+
_globals['_FIELD']._serialized_start=1779
|
|
44
|
+
_globals['_FIELD']._serialized_end=1869
|
|
45
|
+
_globals['_ALGORITHMPROCESSINGINFO']._serialized_start=1872
|
|
46
|
+
_globals['_ALGORITHMPROCESSINGINFO']._serialized_end=2028
|
|
39
47
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -54,6 +54,52 @@ FIELD_TYPE_DATE: FieldType.ValueType # 5
|
|
|
54
54
|
FIELD_TYPE_JSON: FieldType.ValueType # 6
|
|
55
55
|
global___FieldType = FieldType
|
|
56
56
|
|
|
57
|
+
class _ProcessingState:
|
|
58
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
59
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
60
|
+
|
|
61
|
+
class _ProcessingStateEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_ProcessingState.ValueType], builtins.type):
|
|
62
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
63
|
+
PROCESSING_STATE_UNSPECIFIED: _ProcessingState.ValueType # 0
|
|
64
|
+
PROCESSING_STATE_NOT_STARTED: _ProcessingState.ValueType # 1
|
|
65
|
+
PROCESSING_STATE_PROCESSING: _ProcessingState.ValueType # 2
|
|
66
|
+
PROCESSING_STATE_SUCCESS: _ProcessingState.ValueType # 3
|
|
67
|
+
PROCESSING_STATE_FAILED: _ProcessingState.ValueType # 4
|
|
68
|
+
|
|
69
|
+
class ProcessingState(_ProcessingState, metaclass=_ProcessingStateEnumTypeWrapper): ...
|
|
70
|
+
|
|
71
|
+
PROCESSING_STATE_UNSPECIFIED: ProcessingState.ValueType # 0
|
|
72
|
+
PROCESSING_STATE_NOT_STARTED: ProcessingState.ValueType # 1
|
|
73
|
+
PROCESSING_STATE_PROCESSING: ProcessingState.ValueType # 2
|
|
74
|
+
PROCESSING_STATE_SUCCESS: ProcessingState.ValueType # 3
|
|
75
|
+
PROCESSING_STATE_FAILED: ProcessingState.ValueType # 4
|
|
76
|
+
global___ProcessingState = ProcessingState
|
|
77
|
+
|
|
78
|
+
class _Algorithm:
|
|
79
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
80
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
81
|
+
|
|
82
|
+
class _AlgorithmEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_Algorithm.ValueType], builtins.type):
|
|
83
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
84
|
+
ALGORITHM_UNSPECIFIED: _Algorithm.ValueType # 0
|
|
85
|
+
ALGORITHM_SPEECHKIT: _Algorithm.ValueType # 1
|
|
86
|
+
ALGORITHM_YGPT: _Algorithm.ValueType # 2
|
|
87
|
+
ALGORITHM_CLASSIFIER: _Algorithm.ValueType # 3
|
|
88
|
+
ALGORITHM_SUMMARIZATION: _Algorithm.ValueType # 4
|
|
89
|
+
ALGORITHM_EMBEDDING: _Algorithm.ValueType # 5
|
|
90
|
+
ALGORITHM_STATISTICS: _Algorithm.ValueType # 6
|
|
91
|
+
|
|
92
|
+
class Algorithm(_Algorithm, metaclass=_AlgorithmEnumTypeWrapper): ...
|
|
93
|
+
|
|
94
|
+
ALGORITHM_UNSPECIFIED: Algorithm.ValueType # 0
|
|
95
|
+
ALGORITHM_SPEECHKIT: Algorithm.ValueType # 1
|
|
96
|
+
ALGORITHM_YGPT: Algorithm.ValueType # 2
|
|
97
|
+
ALGORITHM_CLASSIFIER: Algorithm.ValueType # 3
|
|
98
|
+
ALGORITHM_SUMMARIZATION: Algorithm.ValueType # 4
|
|
99
|
+
ALGORITHM_EMBEDDING: Algorithm.ValueType # 5
|
|
100
|
+
ALGORITHM_STATISTICS: Algorithm.ValueType # 6
|
|
101
|
+
global___Algorithm = Algorithm
|
|
102
|
+
|
|
57
103
|
@typing.final
|
|
58
104
|
class Talk(google.protobuf.message.Message):
|
|
59
105
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
@@ -76,6 +122,7 @@ class Talk(google.protobuf.message.Message):
|
|
|
76
122
|
POINTS_FIELD_NUMBER: builtins.int
|
|
77
123
|
TEXT_CLASSIFIERS_FIELD_NUMBER: builtins.int
|
|
78
124
|
SUMMARIZATION_FIELD_NUMBER: builtins.int
|
|
125
|
+
TALK_STATE_FIELD_NUMBER: builtins.int
|
|
79
126
|
id: builtins.str
|
|
80
127
|
"""talk id"""
|
|
81
128
|
organization_id: builtins.str
|
|
@@ -112,6 +159,8 @@ class Talk(google.protobuf.message.Message):
|
|
|
112
159
|
def text_classifiers(self) -> yandex.cloud.speechsense.v1.analysis.text_classifiers_pb2.TextClassifiers: ...
|
|
113
160
|
@property
|
|
114
161
|
def summarization(self) -> yandex.cloud.speechsense.v1.analysis.summarization_pb2.Summarization: ...
|
|
162
|
+
@property
|
|
163
|
+
def talk_state(self) -> global___TalkState: ...
|
|
115
164
|
def __init__(
|
|
116
165
|
self,
|
|
117
166
|
*,
|
|
@@ -133,12 +182,32 @@ class Talk(google.protobuf.message.Message):
|
|
|
133
182
|
points: yandex.cloud.speechsense.v1.analysis.points_pb2.Points | None = ...,
|
|
134
183
|
text_classifiers: yandex.cloud.speechsense.v1.analysis.text_classifiers_pb2.TextClassifiers | None = ...,
|
|
135
184
|
summarization: yandex.cloud.speechsense.v1.analysis.summarization_pb2.Summarization | None = ...,
|
|
185
|
+
talk_state: global___TalkState | None = ...,
|
|
136
186
|
) -> None: ...
|
|
137
|
-
def HasField(self, field_name: typing.Literal["conversation_statistics", b"conversation_statistics", "created_at", b"created_at", "interrupts_statistics", b"interrupts_statistics", "modified_at", b"modified_at", "points", b"points", "silence_statistics", b"silence_statistics", "speech_statistics", b"speech_statistics", "summarization", b"summarization", "text_classifiers", b"text_classifiers", "transcription", b"transcription"]) -> builtins.bool: ...
|
|
138
|
-
def ClearField(self, field_name: typing.Literal["connection_id", b"connection_id", "conversation_statistics", b"conversation_statistics", "created_at", b"created_at", "created_by", b"created_by", "id", b"id", "interrupts_statistics", b"interrupts_statistics", "modified_at", b"modified_at", "modified_by", b"modified_by", "organization_id", b"organization_id", "points", b"points", "project_ids", b"project_ids", "silence_statistics", b"silence_statistics", "space_id", b"space_id", "speech_statistics", b"speech_statistics", "summarization", b"summarization", "talk_fields", b"talk_fields", "text_classifiers", b"text_classifiers", "transcription", b"transcription"]) -> None: ...
|
|
187
|
+
def HasField(self, field_name: typing.Literal["conversation_statistics", b"conversation_statistics", "created_at", b"created_at", "interrupts_statistics", b"interrupts_statistics", "modified_at", b"modified_at", "points", b"points", "silence_statistics", b"silence_statistics", "speech_statistics", b"speech_statistics", "summarization", b"summarization", "talk_state", b"talk_state", "text_classifiers", b"text_classifiers", "transcription", b"transcription"]) -> builtins.bool: ...
|
|
188
|
+
def ClearField(self, field_name: typing.Literal["connection_id", b"connection_id", "conversation_statistics", b"conversation_statistics", "created_at", b"created_at", "created_by", b"created_by", "id", b"id", "interrupts_statistics", b"interrupts_statistics", "modified_at", b"modified_at", "modified_by", b"modified_by", "organization_id", b"organization_id", "points", b"points", "project_ids", b"project_ids", "silence_statistics", b"silence_statistics", "space_id", b"space_id", "speech_statistics", b"speech_statistics", "summarization", b"summarization", "talk_fields", b"talk_fields", "talk_state", b"talk_state", "text_classifiers", b"text_classifiers", "transcription", b"transcription"]) -> None: ...
|
|
139
189
|
|
|
140
190
|
global___Talk = Talk
|
|
141
191
|
|
|
192
|
+
@typing.final
|
|
193
|
+
class TalkState(google.protobuf.message.Message):
|
|
194
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
195
|
+
|
|
196
|
+
PROCESSING_STATE_FIELD_NUMBER: builtins.int
|
|
197
|
+
ALGORITHM_PROCESSING_INFOS_FIELD_NUMBER: builtins.int
|
|
198
|
+
processing_state: global___ProcessingState.ValueType
|
|
199
|
+
@property
|
|
200
|
+
def algorithm_processing_infos(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___AlgorithmProcessingInfo]: ...
|
|
201
|
+
def __init__(
|
|
202
|
+
self,
|
|
203
|
+
*,
|
|
204
|
+
processing_state: global___ProcessingState.ValueType = ...,
|
|
205
|
+
algorithm_processing_infos: collections.abc.Iterable[global___AlgorithmProcessingInfo] | None = ...,
|
|
206
|
+
) -> None: ...
|
|
207
|
+
def ClearField(self, field_name: typing.Literal["algorithm_processing_infos", b"algorithm_processing_infos", "processing_state", b"processing_state"]) -> None: ...
|
|
208
|
+
|
|
209
|
+
global___TalkState = TalkState
|
|
210
|
+
|
|
142
211
|
@typing.final
|
|
143
212
|
class Field(google.protobuf.message.Message):
|
|
144
213
|
"""connection field value"""
|
|
@@ -164,3 +233,21 @@ class Field(google.protobuf.message.Message):
|
|
|
164
233
|
def ClearField(self, field_name: typing.Literal["name", b"name", "type", b"type", "value", b"value"]) -> None: ...
|
|
165
234
|
|
|
166
235
|
global___Field = Field
|
|
236
|
+
|
|
237
|
+
@typing.final
|
|
238
|
+
class AlgorithmProcessingInfo(google.protobuf.message.Message):
|
|
239
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
240
|
+
|
|
241
|
+
ALGORITHM_FIELD_NUMBER: builtins.int
|
|
242
|
+
PROCESSING_STATE_FIELD_NUMBER: builtins.int
|
|
243
|
+
algorithm: global___Algorithm.ValueType
|
|
244
|
+
processing_state: global___ProcessingState.ValueType
|
|
245
|
+
def __init__(
|
|
246
|
+
self,
|
|
247
|
+
*,
|
|
248
|
+
algorithm: global___Algorithm.ValueType = ...,
|
|
249
|
+
processing_state: global___ProcessingState.ValueType = ...,
|
|
250
|
+
) -> None: ...
|
|
251
|
+
def ClearField(self, field_name: typing.Literal["algorithm", b"algorithm", "processing_state", b"processing_state"]) -> None: ...
|
|
252
|
+
|
|
253
|
+
global___AlgorithmProcessingInfo = AlgorithmProcessingInfo
|
|
@@ -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\"\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\
|
|
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\x12k\n\x06Upload\x12..yandex.cloud.speechsense.v1.UploadTalkRequest\x1a/.yandex.cloud.speechsense.v1.UploadTalkResponse\"\x00\x12o\n\nUploadText\x12..yandex.cloud.speechsense.v1.UploadTextRequest\x1a/.yandex.cloud.speechsense.v1.UploadTextResponse\"\x00\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\x86\x01\n\x03Get\x12+.yandex.cloud.speechsense.v1.GetTalkRequest\x1a,.yandex.cloud.speechsense.v1.GetTalkResponse\"$\x82\xd3\xe4\x93\x02\x1e\"\x19/speechsense/v1/talks/get:\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)
|
|
@@ -31,10 +31,6 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
31
31
|
_TALKMETADATA_FIELDSENTRY._serialized_options = b'8\001'
|
|
32
32
|
_USERMETADATA_FIELDSENTRY._options = None
|
|
33
33
|
_USERMETADATA_FIELDSENTRY._serialized_options = b'8\001'
|
|
34
|
-
_TALKSERVICE.methods_by_name['Upload']._options = None
|
|
35
|
-
_TALKSERVICE.methods_by_name['Upload']._serialized_options = b'\202\323\344\223\002!\"\034/speechsense/v1/talks/upload:\001*'
|
|
36
|
-
_TALKSERVICE.methods_by_name['UploadText']._options = None
|
|
37
|
-
_TALKSERVICE.methods_by_name['UploadText']._serialized_options = b'\202\323\344\223\002%\" /speechsense/v1/talks/uploadText:\001*'
|
|
38
34
|
_TALKSERVICE.methods_by_name['Search']._options = None
|
|
39
35
|
_TALKSERVICE.methods_by_name['Search']._serialized_options = b'\202\323\344\223\002!\"\034/speechsense/v1/talks/search:\001*'
|
|
40
36
|
_TALKSERVICE.methods_by_name['Get']._options = None
|
|
@@ -68,5 +64,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
68
64
|
_globals['_GETTALKRESPONSE']._serialized_start=1820
|
|
69
65
|
_globals['_GETTALKRESPONSE']._serialized_end=1886
|
|
70
66
|
_globals['_TALKSERVICE']._serialized_start=1993
|
|
71
|
-
_globals['_TALKSERVICE']._serialized_end=
|
|
67
|
+
_globals['_TALKSERVICE']._serialized_end=2631
|
|
72
68
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -35,24 +35,24 @@ yandex/cloud/ai/assistants/v1/runs/run_service_pb2.pyi,sha256=0adP-SUIC84XXm6BuH
|
|
|
35
35
|
yandex/cloud/ai/assistants/v1/runs/run_service_pb2_grpc.py,sha256=S-mBM5smw4Y6iDf0gzHVUkwEh1L7FJ3VXtxg3fOVNMc,10761
|
|
36
36
|
yandex/cloud/ai/assistants/v1/runs/run_service_pb2_grpc.pyi,sha256=2IB_4BG5OoA_vYdJHO-8I4wDOnkjP2HKOY8C0yVkokc,6059
|
|
37
37
|
yandex/cloud/ai/assistants/v1/searchindex/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
38
|
-
yandex/cloud/ai/assistants/v1/searchindex/common_pb2.py,sha256=
|
|
39
|
-
yandex/cloud/ai/assistants/v1/searchindex/common_pb2.pyi,sha256=
|
|
38
|
+
yandex/cloud/ai/assistants/v1/searchindex/common_pb2.py,sha256=4hL_o7nIFfP7rC8EHJUYrAoOARR_pb9eAcOvYPTvn5A,3880
|
|
39
|
+
yandex/cloud/ai/assistants/v1/searchindex/common_pb2.pyi,sha256=N633jjYfVFtzml-xFVuKxtTaYdHEMQcbYNf_txJDbWY,9775
|
|
40
40
|
yandex/cloud/ai/assistants/v1/searchindex/common_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
41
41
|
yandex/cloud/ai/assistants/v1/searchindex/common_pb2_grpc.pyi,sha256=Dl8kkjhqb6F1Kt24mcFg7ppish4iKVfjRiiBxEjsMMA,413
|
|
42
|
-
yandex/cloud/ai/assistants/v1/searchindex/search_index_file_pb2.py,sha256=
|
|
43
|
-
yandex/cloud/ai/assistants/v1/searchindex/search_index_file_pb2.pyi,sha256=
|
|
42
|
+
yandex/cloud/ai/assistants/v1/searchindex/search_index_file_pb2.py,sha256=VzC_5E5GH2VXpZ8GqLy-ChLaSLwFzLEFU0_qta3j6zg,1790
|
|
43
|
+
yandex/cloud/ai/assistants/v1/searchindex/search_index_file_pb2.pyi,sha256=tKPqF_tHSjpibyThLDPlJrs-J0qqPWeMjo6MtwcbvKU,1640
|
|
44
44
|
yandex/cloud/ai/assistants/v1/searchindex/search_index_file_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
45
45
|
yandex/cloud/ai/assistants/v1/searchindex/search_index_file_pb2_grpc.pyi,sha256=Dl8kkjhqb6F1Kt24mcFg7ppish4iKVfjRiiBxEjsMMA,413
|
|
46
46
|
yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2.py,sha256=ns_vaxMBxRSuFB1JQMpHTs34YVsv728eWFnkqvxKPAc,4397
|
|
47
47
|
yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2.pyi,sha256=fBrQy_qRw9Smit580dzXGhjJbamYAbUvkl409V7w0zk,3209
|
|
48
48
|
yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2_grpc.py,sha256=Z_EOFVTV7wYr9LnSs8v0-tHbCnU_Aj8Eb79tsETWx6A,5675
|
|
49
49
|
yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2_grpc.pyi,sha256=ck-WGhbHdp3K0vre43BFOcOvFcLETOMZX0YXX2KNpCI,3599
|
|
50
|
-
yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2.py,sha256=
|
|
51
|
-
yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2.pyi,sha256=
|
|
50
|
+
yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2.py,sha256=5cqk9PzG7La387N-kYMlN-ORiUDCBFtYHySgsV0XC9U,4577
|
|
51
|
+
yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2.pyi,sha256=q02xSF-O2K36kgzhRia-yMtx1K0aDZ-SB6nC4p44NyU,11682
|
|
52
52
|
yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
53
53
|
yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2_grpc.pyi,sha256=Dl8kkjhqb6F1Kt24mcFg7ppish4iKVfjRiiBxEjsMMA,413
|
|
54
|
-
yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2.py,sha256=
|
|
55
|
-
yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2.pyi,sha256=
|
|
54
|
+
yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2.py,sha256=U7RdnR2MP5Cd1z0LIqUXBB7lTdbn5imiy1Ehi3z4qQw,9274
|
|
55
|
+
yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2.pyi,sha256=up6dBwyCrrv98JBqCemzGKJjqzv-aD6WCmFqXpICqTk,10607
|
|
56
56
|
yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2_grpc.py,sha256=UIoMdBFoAmGmMV03dNfyLbhdBClCU0mq0tmY1daTN04,11595
|
|
57
57
|
yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2_grpc.pyi,sha256=gJyViyEN8k8lx7lZB4ZMHe7VMHk_cYh7tE56MJzKia0,6480
|
|
58
58
|
yandex/cloud/ai/assistants/v1/threads/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -255,8 +255,8 @@ yandex/cloud/api/operation_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VX
|
|
|
255
255
|
yandex/cloud/api/operation_pb2_grpc.pyi,sha256=Dl8kkjhqb6F1Kt24mcFg7ppish4iKVfjRiiBxEjsMMA,413
|
|
256
256
|
yandex/cloud/apploadbalancer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
257
257
|
yandex/cloud/apploadbalancer/v1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
258
|
-
yandex/cloud/apploadbalancer/v1/backend_group_pb2.py,sha256=
|
|
259
|
-
yandex/cloud/apploadbalancer/v1/backend_group_pb2.pyi,sha256=
|
|
258
|
+
yandex/cloud/apploadbalancer/v1/backend_group_pb2.py,sha256=0Sfv6McESiz3Kb4xT0ikkuageSrlAhmMvwx7nRpLQTA,15479
|
|
259
|
+
yandex/cloud/apploadbalancer/v1/backend_group_pb2.pyi,sha256=yGlHxQUynkccgPHOR1msCfB34oGA2Kj8oZrkQTfegfc,42909
|
|
260
260
|
yandex/cloud/apploadbalancer/v1/backend_group_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
261
261
|
yandex/cloud/apploadbalancer/v1/backend_group_pb2_grpc.pyi,sha256=Dl8kkjhqb6F1Kt24mcFg7ppish4iKVfjRiiBxEjsMMA,413
|
|
262
262
|
yandex/cloud/apploadbalancer/v1/backend_group_service_pb2.py,sha256=lC3RdNa7HKLELVeBXuUrwhHj9ocwPltgtGu5vAxJMXg,19148
|
|
@@ -527,7 +527,7 @@ yandex/cloud/cloudapps/workload/v1/cloud_application_pb2.py,sha256=-Tk2Is9tPp6d2
|
|
|
527
527
|
yandex/cloud/cloudapps/workload/v1/cloud_application_pb2.pyi,sha256=UFWShgyjNnnMm-8iiuv0TnAMTXSp1r32TXuZ5LK-lPY,5484
|
|
528
528
|
yandex/cloud/cloudapps/workload/v1/cloud_application_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
529
529
|
yandex/cloud/cloudapps/workload/v1/cloud_application_pb2_grpc.pyi,sha256=Dl8kkjhqb6F1Kt24mcFg7ppish4iKVfjRiiBxEjsMMA,413
|
|
530
|
-
yandex/cloud/cloudapps/workload/v1/cloud_application_service_pb2.py,sha256=
|
|
530
|
+
yandex/cloud/cloudapps/workload/v1/cloud_application_service_pb2.py,sha256=H7ebSuucf5j6VmLpol1sZFTXaU71oqu0A9SV4OvRTPw,4212
|
|
531
531
|
yandex/cloud/cloudapps/workload/v1/cloud_application_service_pb2.pyi,sha256=agHU8hnMUeIvmbNR9-0iOhpIfndYb80LZzAMoMcrPkk,2908
|
|
532
532
|
yandex/cloud/cloudapps/workload/v1/cloud_application_service_pb2_grpc.py,sha256=cdw5Q1GECh4xFtdA6JyTgAvMIwA8RPw3RrjmKcPvQNs,5383
|
|
533
533
|
yandex/cloud/cloudapps/workload/v1/cloud_application_service_pb2_grpc.pyi,sha256=FscFShwcbrKRhgUk4xoH8UmSewrBz-T1p1URwY-OzTY,3193
|
|
@@ -1028,8 +1028,8 @@ yandex/cloud/iam/v1/service_control_service_pb2.py,sha256=bc0fJyiBTGbrj-WP4MCpoT
|
|
|
1028
1028
|
yandex/cloud/iam/v1/service_control_service_pb2.pyi,sha256=3P8X8lCG8SJt5pja4v2RPdwDRYDw6G7OUwQ-ybYJTBQ,8722
|
|
1029
1029
|
yandex/cloud/iam/v1/service_control_service_pb2_grpc.py,sha256=bLkP3s9_M_mPfPsF1izrJ7hdCGM77Hj0fQKJwId3hv0,10557
|
|
1030
1030
|
yandex/cloud/iam/v1/service_control_service_pb2_grpc.pyi,sha256=pkm9ZdYeJzvqZhB6crawziAUyDGlIqY58L2a-txOqf8,6090
|
|
1031
|
-
yandex/cloud/iam/v1/user_account_pb2.py,sha256=
|
|
1032
|
-
yandex/cloud/iam/v1/user_account_pb2.pyi,sha256=
|
|
1031
|
+
yandex/cloud/iam/v1/user_account_pb2.py,sha256=qIf-MmzK3gA2-dyndacmnAYaNe6n8cq43RwFTnA_haE,3589
|
|
1032
|
+
yandex/cloud/iam/v1/user_account_pb2.pyi,sha256=sjbx2jOj8qlZvIoB3oKkTcc6fNqkXf4jWXQLOnRK030,5590
|
|
1033
1033
|
yandex/cloud/iam/v1/user_account_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
1034
1034
|
yandex/cloud/iam/v1/user_account_pb2_grpc.pyi,sha256=Dl8kkjhqb6F1Kt24mcFg7ppish4iKVfjRiiBxEjsMMA,413
|
|
1035
1035
|
yandex/cloud/iam/v1/user_account_service_pb2.py,sha256=-PrZKcJfZtmdwHk9qbgv-hRvP89GEHi8_Locb5ma2ys,2485
|
|
@@ -2187,8 +2187,8 @@ yandex/cloud/mdb/redis/v1/config/redis7_0_pb2.py,sha256=K4LaQozExYkt4FqIaUxZU0eN
|
|
|
2187
2187
|
yandex/cloud/mdb/redis/v1/config/redis7_0_pb2.pyi,sha256=8mLaw-0M97UdX7AH0K7v2XJwURpqkPYLZxhhYG4p_kQ,10386
|
|
2188
2188
|
yandex/cloud/mdb/redis/v1/config/redis7_0_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
2189
2189
|
yandex/cloud/mdb/redis/v1/config/redis7_0_pb2_grpc.pyi,sha256=Dl8kkjhqb6F1Kt24mcFg7ppish4iKVfjRiiBxEjsMMA,413
|
|
2190
|
-
yandex/cloud/mdb/redis/v1/config/redis_pb2.py,sha256=
|
|
2191
|
-
yandex/cloud/mdb/redis/v1/config/redis_pb2.pyi,sha256=
|
|
2190
|
+
yandex/cloud/mdb/redis/v1/config/redis_pb2.py,sha256=tdwnURE_2HBffupev5XbLV0LdMED6bVzigc2hKcku2k,7355
|
|
2191
|
+
yandex/cloud/mdb/redis/v1/config/redis_pb2.pyi,sha256=GskrIRpCvLSs0Puco_qyjINgs_tBZmXXdpnPWaz2NU0,14701
|
|
2192
2192
|
yandex/cloud/mdb/redis/v1/config/redis_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
2193
2193
|
yandex/cloud/mdb/redis/v1/config/redis_pb2_grpc.pyi,sha256=Dl8kkjhqb6F1Kt24mcFg7ppish4iKVfjRiiBxEjsMMA,413
|
|
2194
2194
|
yandex/cloud/mdb/sqlserver/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -2588,11 +2588,11 @@ yandex/cloud/speechsense/v1/search_pb2.py,sha256=4Uti5YIkIq-PGD7acG4O74do9knEKRd
|
|
|
2588
2588
|
yandex/cloud/speechsense/v1/search_pb2.pyi,sha256=R9ccwuTkqym4jJ0BVoYbr2K4BrFUmrpGs5XZAuoxTD0,13022
|
|
2589
2589
|
yandex/cloud/speechsense/v1/search_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
2590
2590
|
yandex/cloud/speechsense/v1/search_pb2_grpc.pyi,sha256=Dl8kkjhqb6F1Kt24mcFg7ppish4iKVfjRiiBxEjsMMA,413
|
|
2591
|
-
yandex/cloud/speechsense/v1/talk_pb2.py,sha256=
|
|
2592
|
-
yandex/cloud/speechsense/v1/talk_pb2.pyi,sha256=
|
|
2591
|
+
yandex/cloud/speechsense/v1/talk_pb2.py,sha256=q31cv-iW_-VpxKEbt25zKpBnyxDOh6oohlGMjWIjej4,6750
|
|
2592
|
+
yandex/cloud/speechsense/v1/talk_pb2.pyi,sha256=6VKBcScq5gbNh7FJhO2e30-1oWfT6hFDeSLLulhbCaM,12216
|
|
2593
2593
|
yandex/cloud/speechsense/v1/talk_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
2594
2594
|
yandex/cloud/speechsense/v1/talk_pb2_grpc.pyi,sha256=Dl8kkjhqb6F1Kt24mcFg7ppish4iKVfjRiiBxEjsMMA,413
|
|
2595
|
-
yandex/cloud/speechsense/v1/talk_service_pb2.py,sha256=
|
|
2595
|
+
yandex/cloud/speechsense/v1/talk_service_pb2.py,sha256=HM2aUAYSzggCKDUp5TSaLqCykgwraKbiFpYxHauvCCY,7810
|
|
2596
2596
|
yandex/cloud/speechsense/v1/talk_service_pb2.pyi,sha256=2f8DKM_NhgmFNIJCB_H9rmnhFo7UZhkIVgJECp9k2zA,14169
|
|
2597
2597
|
yandex/cloud/speechsense/v1/talk_service_pb2_grpc.py,sha256=YzUV1XSM8n6YwYkqPLeN0wiPsfwWXsC2l8cC-uJbjxI,10338
|
|
2598
2598
|
yandex/cloud/speechsense/v1/talk_service_pb2_grpc.pyi,sha256=TEv3MBPEakSu6_qo0Oc4qZQy0GN_wNew9X9FwG-W4zo,5665
|
|
@@ -2848,9 +2848,9 @@ yandexcloud/operations.py,sha256=rOlhJT3Nx7u3hjRY4tnMc1_Z-yctcjcCkc_7GsDpSwY,111
|
|
|
2848
2848
|
yandexcloud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2849
2849
|
yandexcloud/_wrappers/__init__.py,sha256=z19vuf3vgVGWFc-0d1LFsyVXiM-SYlhvvWRQI8l1T_8,428
|
|
2850
2850
|
yandexcloud/_wrappers/dataproc/__init__.py,sha256=Me1PLj00sTWvynmCde0EbekdUaGdBG5BQe798RCi1l0,33131
|
|
2851
|
-
yandexcloud-0.
|
|
2852
|
-
yandexcloud-0.
|
|
2853
|
-
yandexcloud-0.
|
|
2854
|
-
yandexcloud-0.
|
|
2855
|
-
yandexcloud-0.
|
|
2856
|
-
yandexcloud-0.
|
|
2851
|
+
yandexcloud-0.326.0.dist-info/AUTHORS,sha256=0o7IPkgdTswBveGhbt_73xRPpCrfeEGoZE11AiLvYSQ,231
|
|
2852
|
+
yandexcloud-0.326.0.dist-info/LICENSE,sha256=AFcOYhNOyuBQP89lObqyipdScN2KUUS-OuWoUlVo6yE,1077
|
|
2853
|
+
yandexcloud-0.326.0.dist-info/METADATA,sha256=iuS0kE9wXCRLPwYzwCwaa3Pg7ErP8ZM1U831OrhEjR8,10616
|
|
2854
|
+
yandexcloud-0.326.0.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
2855
|
+
yandexcloud-0.326.0.dist-info/top_level.txt,sha256=p6aBMPGD526A1jM2WVnAneI2qO4kGDWeJi6uwYApDqg,19
|
|
2856
|
+
yandexcloud-0.326.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|