yandexcloud 0.325.0__py3-none-any.whl → 0.327.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/ai/dataset/v1/dataset_pb2.py +10 -8
- yandex/cloud/ai/dataset/v1/dataset_pb2.pyi +9 -1
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.py +45 -39
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.pyi +57 -2
- yandex/cloud/ai/dataset/v1/dataset_service_pb2_grpc.py +34 -0
- yandex/cloud/ai/dataset/v1/dataset_service_pb2_grpc.pyi +20 -0
- yandex/cloud/ai/tuning/__init__.py +0 -0
- yandex/cloud/ai/tuning/v1/__init__.py +0 -0
- yandex/cloud/ai/tuning/v1/tuning_optimizers_pb2.py +26 -0
- yandex/cloud/ai/tuning/v1/tuning_optimizers_pb2.pyi +35 -0
- yandex/cloud/ai/tuning/v1/tuning_optimizers_pb2_grpc.py +4 -0
- yandex/cloud/ai/tuning/v1/tuning_optimizers_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/tuning/v1/tuning_schedulers_pb2.py +30 -0
- yandex/cloud/ai/tuning/v1/tuning_schedulers_pb2.pyi +51 -0
- yandex/cloud/ai/tuning/v1/tuning_schedulers_pb2_grpc.py +4 -0
- yandex/cloud/ai/tuning/v1/tuning_schedulers_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.py +101 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +577 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.py +232 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.pyi +127 -0
- yandex/cloud/ai/tuning/v1/tuning_task_pb2.py +29 -0
- yandex/cloud/ai/tuning/v1/tuning_task_pb2.pyi +86 -0
- yandex/cloud/ai/tuning/v1/tuning_task_pb2_grpc.py +4 -0
- yandex/cloud/ai/tuning/v1/tuning_task_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/tuning/v1/tuning_types_pb2.py +28 -0
- yandex/cloud/ai/tuning/v1/tuning_types_pb2.pyi +50 -0
- yandex/cloud/ai/tuning/v1/tuning_types_pb2_grpc.py +4 -0
- yandex/cloud/ai/tuning/v1/tuning_types_pb2_grpc.pyi +17 -0
- yandex/cloud/apploadbalancer/v1/backend_group_pb2.py +9 -7
- yandex/cloud/apploadbalancer/v1/backend_group_pb2.pyi +9 -1
- yandex/cloud/cic/v1/private_connection_pb2.py +5 -3
- yandex/cloud/cic/v1/private_connection_pb2.pyi +1 -0
- yandex/cloud/cloudapps/workload/v1/cloud_application_service_pb2.py +14 -9
- yandex/cloud/cloudregistry/v1/registry_service_pb2.py +41 -41
- yandex/cloud/dataproc/v1/cluster_pb2.py +20 -18
- yandex/cloud/dataproc/v1/cluster_pb2.pyi +20 -1
- yandex/cloud/dataproc/v1/cluster_service_pb2.py +40 -40
- yandex/cloud/dataproc/v1/cluster_service_pb2.pyi +5 -1
- yandex/cloud/datasphere/v2/jobs/jobs_pb2.py +34 -32
- yandex/cloud/datasphere/v2/jobs/jobs_pb2.pyi +21 -1
- yandex/cloud/datasphere/v2/jobs/project_job_service_pb2.py +54 -54
- yandex/cloud/datasphere/v2/jobs/project_job_service_pb2.pyi +7 -1
- yandex/cloud/iam/v1/user_account_pb2.py +12 -11
- yandex/cloud/iam/v1/user_account_pb2.pyi +7 -2
- yandex/cloud/marketplace/metering/v1/product_usage_service_pb2.py +39 -0
- yandex/cloud/marketplace/metering/v1/product_usage_service_pb2.pyi +64 -0
- yandex/cloud/marketplace/metering/v1/product_usage_service_pb2_grpc.py +67 -0
- yandex/cloud/marketplace/metering/v1/product_usage_service_pb2_grpc.pyi +44 -0
- yandex/cloud/mdb/redis/v1/config/redis_pb2.py +8 -8
- yandex/cloud/mdb/redis/v1/config/redis_pb2.pyi +14 -2
- yandex/cloud/searchapi/v2/search_query_pb2.py +8 -6
- yandex/cloud/searchapi/v2/search_query_pb2.pyi +24 -1
- yandex/cloud/searchapi/v2/search_service_pb2.py +14 -8
- yandex/cloud/searchapi/v2/search_service_pb2.pyi +33 -6
- yandex/cloud/searchapi/v2/search_service_pb2_grpc.py +64 -0
- yandex/cloud/searchapi/v2/search_service_pb2_grpc.pyi +29 -0
- yandex/cloud/serverless/eventrouter/v1/connector_pb2.py +12 -6
- yandex/cloud/serverless/eventrouter/v1/connector_pb2.pyi +31 -3
- yandex/cloud/speechsense/v1/classifier_pb2.py +26 -0
- yandex/cloud/speechsense/v1/classifier_pb2.pyi +35 -0
- yandex/cloud/speechsense/v1/classifier_pb2_grpc.py +4 -0
- yandex/cloud/speechsense/v1/classifier_pb2_grpc.pyi +17 -0
- yandex/cloud/speechsense/v1/classifiers_service_pb2.py +34 -0
- yandex/cloud/speechsense/v1/classifiers_service_pb2.pyi +48 -0
- yandex/cloud/speechsense/v1/classifiers_service_pb2_grpc.py +67 -0
- yandex/cloud/speechsense/v1/classifiers_service_pb2_grpc.pyi +44 -0
- 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.327.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.325.0.dist-info → yandexcloud-0.327.0.dist-info}/RECORD +83 -49
- {yandexcloud-0.325.0.dist-info → yandexcloud-0.327.0.dist-info}/WHEEL +1 -1
- {yandexcloud-0.325.0.dist-info → yandexcloud-0.327.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.325.0.dist-info → yandexcloud-0.327.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.325.0.dist-info → yandexcloud-0.327.0.dist-info}/top_level.txt +0 -0
|
@@ -46,3 +46,32 @@ class WebSearchAsyncServiceServicer(metaclass=abc.ABCMeta):
|
|
|
46
46
|
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]: ...
|
|
47
47
|
|
|
48
48
|
def add_WebSearchAsyncServiceServicer_to_server(servicer: WebSearchAsyncServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|
|
49
|
+
|
|
50
|
+
class WebSearchServiceStub:
|
|
51
|
+
"""A set of methods for searching the Yandex search database."""
|
|
52
|
+
|
|
53
|
+
def __init__(self, channel: typing.Union[grpc.Channel, grpc.aio.Channel]) -> None: ...
|
|
54
|
+
Search: grpc.UnaryUnaryMultiCallable[
|
|
55
|
+
yandex.cloud.searchapi.v2.search_service_pb2.WebSearchRequest,
|
|
56
|
+
yandex.cloud.searchapi.v2.search_service_pb2.WebSearchResponse,
|
|
57
|
+
]
|
|
58
|
+
|
|
59
|
+
class WebSearchServiceAsyncStub:
|
|
60
|
+
"""A set of methods for searching the Yandex search database."""
|
|
61
|
+
|
|
62
|
+
Search: grpc.aio.UnaryUnaryMultiCallable[
|
|
63
|
+
yandex.cloud.searchapi.v2.search_service_pb2.WebSearchRequest,
|
|
64
|
+
yandex.cloud.searchapi.v2.search_service_pb2.WebSearchResponse,
|
|
65
|
+
]
|
|
66
|
+
|
|
67
|
+
class WebSearchServiceServicer(metaclass=abc.ABCMeta):
|
|
68
|
+
"""A set of methods for searching the Yandex search database."""
|
|
69
|
+
|
|
70
|
+
@abc.abstractmethod
|
|
71
|
+
def Search(
|
|
72
|
+
self,
|
|
73
|
+
request: yandex.cloud.searchapi.v2.search_service_pb2.WebSearchRequest,
|
|
74
|
+
context: _ServicerContext,
|
|
75
|
+
) -> typing.Union[yandex.cloud.searchapi.v2.search_service_pb2.WebSearchResponse, collections.abc.Awaitable[yandex.cloud.searchapi.v2.search_service_pb2.WebSearchResponse]]: ...
|
|
76
|
+
|
|
77
|
+
def add_WebSearchServiceServicer_to_server(servicer: WebSearchServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|
|
@@ -16,7 +16,7 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
|
|
|
16
16
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n6yandex/cloud/serverless/eventrouter/v1/connector.proto\x12&yandex.cloud.serverless.eventrouter.v1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\"\xe3\x04\n\tConnector\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0e\n\x06\x62us_id\x18\x02 \x01(\t\x12\x11\n\tfolder_id\x18\x03 \x01(\t\x12\x10\n\x08\x63loud_id\x18\x04 \x01(\t\x12.\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04name\x18\x06 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x07 \x01(\t\x12M\n\x06labels\x18\x08 \x03(\x0b\x32=.yandex.cloud.serverless.eventrouter.v1.Connector.LabelsEntry\x12>\n\x06source\x18\t \x01(\x0b\x32..yandex.cloud.serverless.eventrouter.v1.Source\x12\x1b\n\x13\x64\x65letion_protection\x18\n \x01(\x08\x12H\n\x06status\x18\x0b \x01(\x0e\x32\x38.yandex.cloud.serverless.eventrouter.v1.Connector.Status\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x9c\x01\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0b\n\x07RUNNING\x10\x01\x12\x0b\n\x07STOPPED\x10\x02\x12\x16\n\x12RESOURCE_NOT_FOUND\x10\x03\x12\x15\n\x11PERMISSION_DENIED\x10\x04\x12\x15\n\x11SUBJECT_NOT_FOUND\x10\x05\x12\x0c\n\x08\x44\x45LETING\x10\x07\x12\x0c\n\x08\x43REATING\x10\x08\"\
|
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n6yandex/cloud/serverless/eventrouter/v1/connector.proto\x12&yandex.cloud.serverless.eventrouter.v1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\"\xe3\x04\n\tConnector\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0e\n\x06\x62us_id\x18\x02 \x01(\t\x12\x11\n\tfolder_id\x18\x03 \x01(\t\x12\x10\n\x08\x63loud_id\x18\x04 \x01(\t\x12.\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04name\x18\x06 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x07 \x01(\t\x12M\n\x06labels\x18\x08 \x03(\x0b\x32=.yandex.cloud.serverless.eventrouter.v1.Connector.LabelsEntry\x12>\n\x06source\x18\t \x01(\x0b\x32..yandex.cloud.serverless.eventrouter.v1.Source\x12\x1b\n\x13\x64\x65letion_protection\x18\n \x01(\x08\x12H\n\x06status\x18\x0b \x01(\x0e\x32\x38.yandex.cloud.serverless.eventrouter.v1.Connector.Status\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x9c\x01\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0b\n\x07RUNNING\x10\x01\x12\x0b\n\x07STOPPED\x10\x02\x12\x16\n\x12RESOURCE_NOT_FOUND\x10\x03\x12\x15\n\x11PERMISSION_DENIED\x10\x04\x12\x15\n\x11SUBJECT_NOT_FOUND\x10\x05\x12\x0c\n\x08\x44\x45LETING\x10\x07\x12\x0c\n\x08\x43REATING\x10\x08\"\xf2\x01\n\x06Source\x12I\n\x0b\x64\x61ta_stream\x18\x01 \x01(\x0b\x32\x32.yandex.cloud.serverless.eventrouter.v1.DataStreamH\x00\x12M\n\rmessage_queue\x18\x02 \x01(\x0b\x32\x34.yandex.cloud.serverless.eventrouter.v1.MessageQueueH\x00\x12>\n\x05timer\x18\x03 \x01(\x0b\x32-.yandex.cloud.serverless.eventrouter.v1.TimerH\x00\x42\x0e\n\x06source\x12\x04\xc0\xc1\x31\x01\"y\n\nDataStream\x12\x16\n\x08\x64\x61tabase\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x19\n\x0bstream_name\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x16\n\x08\x63onsumer\x18\x03 \x01(\tB\x04\xe8\xc7\x31\x01\x12 \n\x12service_account_id\x18\x04 \x01(\tB\x04\xe8\xc7\x31\x01\"\xf0\x01\n\x0cMessageQueue\x12\x17\n\tqueue_arn\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12(\n\x12service_account_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12@\n\x12visibility_timeout\x18\x03 \x01(\x0b\x32\x19.google.protobuf.DurationB\t\xfa\xc7\x31\x05<=12h\x12\x1c\n\nbatch_size\x18\x04 \x01(\x03\x42\x08\xfa\xc7\x31\x04<=10\x12=\n\x0fpolling_timeout\x18\x05 \x01(\x0b\x32\x19.google.protobuf.DurationB\t\xfa\xc7\x31\x05<=20s\"e\n\x05Timer\x12&\n\x0f\x63ron_expression\x18\x01 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=100\x12\x11\n\ttime_zone\x18\x02 \x01(\t\x12\x1b\n\x07payload\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=4096J\x04\x08\x03\x10\x04\x42\x8a\x01\n*yandex.cloud.api.serverless.eventrouter.v1B\x04PERCZVgithub.com/yandex-cloud/go-genproto/yandex/cloud/serverless/eventrouter/v1;eventrouterb\x06proto3')
|
|
20
20
|
|
|
21
21
|
_globals = globals()
|
|
22
22
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -46,6 +46,10 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
46
46
|
_MESSAGEQUEUE.fields_by_name['batch_size']._serialized_options = b'\372\3071\004<=10'
|
|
47
47
|
_MESSAGEQUEUE.fields_by_name['polling_timeout']._options = None
|
|
48
48
|
_MESSAGEQUEUE.fields_by_name['polling_timeout']._serialized_options = b'\372\3071\005<=20s'
|
|
49
|
+
_TIMER.fields_by_name['cron_expression']._options = None
|
|
50
|
+
_TIMER.fields_by_name['cron_expression']._serialized_options = b'\350\3071\001\212\3101\005<=100'
|
|
51
|
+
_TIMER.fields_by_name['payload']._options = None
|
|
52
|
+
_TIMER.fields_by_name['payload']._serialized_options = b'\212\3101\006<=4096'
|
|
49
53
|
_globals['_CONNECTOR']._serialized_start=195
|
|
50
54
|
_globals['_CONNECTOR']._serialized_end=806
|
|
51
55
|
_globals['_CONNECTOR_LABELSENTRY']._serialized_start=602
|
|
@@ -53,9 +57,11 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
53
57
|
_globals['_CONNECTOR_STATUS']._serialized_start=650
|
|
54
58
|
_globals['_CONNECTOR_STATUS']._serialized_end=806
|
|
55
59
|
_globals['_SOURCE']._serialized_start=809
|
|
56
|
-
_globals['_SOURCE']._serialized_end=
|
|
57
|
-
_globals['_DATASTREAM']._serialized_start=
|
|
58
|
-
_globals['_DATASTREAM']._serialized_end=
|
|
59
|
-
_globals['_MESSAGEQUEUE']._serialized_start=
|
|
60
|
-
_globals['_MESSAGEQUEUE']._serialized_end=
|
|
60
|
+
_globals['_SOURCE']._serialized_end=1051
|
|
61
|
+
_globals['_DATASTREAM']._serialized_start=1053
|
|
62
|
+
_globals['_DATASTREAM']._serialized_end=1174
|
|
63
|
+
_globals['_MESSAGEQUEUE']._serialized_start=1177
|
|
64
|
+
_globals['_MESSAGEQUEUE']._serialized_end=1417
|
|
65
|
+
_globals['_TIMER']._serialized_start=1419
|
|
66
|
+
_globals['_TIMER']._serialized_end=1520
|
|
61
67
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -145,19 +145,23 @@ class Source(google.protobuf.message.Message):
|
|
|
145
145
|
|
|
146
146
|
DATA_STREAM_FIELD_NUMBER: builtins.int
|
|
147
147
|
MESSAGE_QUEUE_FIELD_NUMBER: builtins.int
|
|
148
|
+
TIMER_FIELD_NUMBER: builtins.int
|
|
148
149
|
@property
|
|
149
150
|
def data_stream(self) -> global___DataStream: ...
|
|
150
151
|
@property
|
|
151
152
|
def message_queue(self) -> global___MessageQueue: ...
|
|
153
|
+
@property
|
|
154
|
+
def timer(self) -> global___Timer: ...
|
|
152
155
|
def __init__(
|
|
153
156
|
self,
|
|
154
157
|
*,
|
|
155
158
|
data_stream: global___DataStream | None = ...,
|
|
156
159
|
message_queue: global___MessageQueue | None = ...,
|
|
160
|
+
timer: global___Timer | None = ...,
|
|
157
161
|
) -> None: ...
|
|
158
|
-
def HasField(self, field_name: typing.Literal["data_stream", b"data_stream", "message_queue", b"message_queue", "source", b"source"]) -> builtins.bool: ...
|
|
159
|
-
def ClearField(self, field_name: typing.Literal["data_stream", b"data_stream", "message_queue", b"message_queue", "source", b"source"]) -> None: ...
|
|
160
|
-
def WhichOneof(self, oneof_group: typing.Literal["source", b"source"]) -> typing.Literal["data_stream", "message_queue"] | None: ...
|
|
162
|
+
def HasField(self, field_name: typing.Literal["data_stream", b"data_stream", "message_queue", b"message_queue", "source", b"source", "timer", b"timer"]) -> builtins.bool: ...
|
|
163
|
+
def ClearField(self, field_name: typing.Literal["data_stream", b"data_stream", "message_queue", b"message_queue", "source", b"source", "timer", b"timer"]) -> None: ...
|
|
164
|
+
def WhichOneof(self, oneof_group: typing.Literal["source", b"source"]) -> typing.Literal["data_stream", "message_queue", "timer"] | None: ...
|
|
161
165
|
|
|
162
166
|
global___Source = Source
|
|
163
167
|
|
|
@@ -229,3 +233,27 @@ class MessageQueue(google.protobuf.message.Message):
|
|
|
229
233
|
def ClearField(self, field_name: typing.Literal["batch_size", b"batch_size", "polling_timeout", b"polling_timeout", "queue_arn", b"queue_arn", "service_account_id", b"service_account_id", "visibility_timeout", b"visibility_timeout"]) -> None: ...
|
|
230
234
|
|
|
231
235
|
global___MessageQueue = MessageQueue
|
|
236
|
+
|
|
237
|
+
@typing.final
|
|
238
|
+
class Timer(google.protobuf.message.Message):
|
|
239
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
240
|
+
|
|
241
|
+
CRON_EXPRESSION_FIELD_NUMBER: builtins.int
|
|
242
|
+
TIME_ZONE_FIELD_NUMBER: builtins.int
|
|
243
|
+
PAYLOAD_FIELD_NUMBER: builtins.int
|
|
244
|
+
cron_expression: builtins.str
|
|
245
|
+
"""cron expression, with second precision"""
|
|
246
|
+
time_zone: builtins.str
|
|
247
|
+
"""time zone, e.g. Europe/Moscow"""
|
|
248
|
+
payload: builtins.str
|
|
249
|
+
"""payload to send to target"""
|
|
250
|
+
def __init__(
|
|
251
|
+
self,
|
|
252
|
+
*,
|
|
253
|
+
cron_expression: builtins.str = ...,
|
|
254
|
+
time_zone: builtins.str = ...,
|
|
255
|
+
payload: builtins.str = ...,
|
|
256
|
+
) -> None: ...
|
|
257
|
+
def ClearField(self, field_name: typing.Literal["cron_expression", b"cron_expression", "payload", b"payload", "time_zone", b"time_zone"]) -> None: ...
|
|
258
|
+
|
|
259
|
+
global___Timer = Timer
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: yandex/cloud/speechsense/v1/classifier.proto
|
|
4
|
+
"""Generated protocol buffer code."""
|
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
|
6
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
7
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
8
|
+
from google.protobuf.internal import builder as _builder
|
|
9
|
+
# @@protoc_insertion_point(imports)
|
|
10
|
+
|
|
11
|
+
_sym_db = _symbol_database.Default()
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,yandex/cloud/speechsense/v1/classifier.proto\x12\x1byandex.cloud.speechsense.v1\";\n\nClassifier\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\tB\x7f\n\x1fyandex.cloud.api.speechsense.v1B\x0f\x43lassifierProtoZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/speechsense/v1;speechsenseb\x06proto3')
|
|
17
|
+
|
|
18
|
+
_globals = globals()
|
|
19
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
20
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.speechsense.v1.classifier_pb2', _globals)
|
|
21
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
22
|
+
DESCRIPTOR._options = None
|
|
23
|
+
DESCRIPTOR._serialized_options = b'\n\037yandex.cloud.api.speechsense.v1B\017ClassifierProtoZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/speechsense/v1;speechsense'
|
|
24
|
+
_globals['_CLASSIFIER']._serialized_start=77
|
|
25
|
+
_globals['_CLASSIFIER']._serialized_end=136
|
|
26
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import builtins
|
|
7
|
+
import google.protobuf.descriptor
|
|
8
|
+
import google.protobuf.message
|
|
9
|
+
import typing
|
|
10
|
+
|
|
11
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
12
|
+
|
|
13
|
+
@typing.final
|
|
14
|
+
class Classifier(google.protobuf.message.Message):
|
|
15
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
16
|
+
|
|
17
|
+
ID_FIELD_NUMBER: builtins.int
|
|
18
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
19
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
20
|
+
id: builtins.str
|
|
21
|
+
"""Classifier id"""
|
|
22
|
+
name: builtins.str
|
|
23
|
+
"""Classifier name"""
|
|
24
|
+
description: builtins.str
|
|
25
|
+
"""Classifier description"""
|
|
26
|
+
def __init__(
|
|
27
|
+
self,
|
|
28
|
+
*,
|
|
29
|
+
id: builtins.str = ...,
|
|
30
|
+
name: builtins.str = ...,
|
|
31
|
+
description: builtins.str = ...,
|
|
32
|
+
) -> None: ...
|
|
33
|
+
def ClearField(self, field_name: typing.Literal["description", b"description", "id", b"id", "name", b"name"]) -> None: ...
|
|
34
|
+
|
|
35
|
+
global___Classifier = Classifier
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import abc
|
|
7
|
+
import collections.abc
|
|
8
|
+
import grpc
|
|
9
|
+
import grpc.aio
|
|
10
|
+
import typing
|
|
11
|
+
|
|
12
|
+
_T = typing.TypeVar("_T")
|
|
13
|
+
|
|
14
|
+
class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
|
|
15
|
+
|
|
16
|
+
class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
|
|
17
|
+
...
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: yandex/cloud/speechsense/v1/classifiers_service.proto
|
|
4
|
+
"""Generated protocol buffer code."""
|
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
|
6
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
7
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
8
|
+
from google.protobuf.internal import builder as _builder
|
|
9
|
+
# @@protoc_insertion_point(imports)
|
|
10
|
+
|
|
11
|
+
_sym_db = _symbol_database.Default()
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
15
|
+
from yandex.cloud.speechsense.v1 import classifier_pb2 as yandex_dot_cloud_dot_speechsense_dot_v1_dot_classifier__pb2
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n5yandex/cloud/speechsense/v1/classifiers_service.proto\x12\x1byandex.cloud.speechsense.v1\x1a\x1cgoogle/api/annotations.proto\x1a,yandex/cloud/speechsense/v1/classifier.proto\",\n\x16ListClassifiersRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\"W\n\x17ListClassifiersResponse\x12<\n\x0b\x63lassifiers\x18\x01 \x03(\x0b\x32\'.yandex.cloud.speechsense.v1.Classifier2\xb5\x01\n\x12\x43lassifiersService\x12\x9e\x01\n\x04List\x12\x33.yandex.cloud.speechsense.v1.ListClassifiersRequest\x1a\x34.yandex.cloud.speechsense.v1.ListClassifiersResponse\"+\x82\xd3\xe4\x93\x02%\" /speechsense/v1/classifiers/list:\x01*B\x87\x01\n\x1fyandex.cloud.api.speechsense.v1B\x17\x43lassifiersServiceProtoZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/speechsense/v1;speechsenseb\x06proto3')
|
|
19
|
+
|
|
20
|
+
_globals = globals()
|
|
21
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
22
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.speechsense.v1.classifiers_service_pb2', _globals)
|
|
23
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
24
|
+
DESCRIPTOR._options = None
|
|
25
|
+
DESCRIPTOR._serialized_options = b'\n\037yandex.cloud.api.speechsense.v1B\027ClassifiersServiceProtoZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/speechsense/v1;speechsense'
|
|
26
|
+
_CLASSIFIERSSERVICE.methods_by_name['List']._options = None
|
|
27
|
+
_CLASSIFIERSSERVICE.methods_by_name['List']._serialized_options = b'\202\323\344\223\002%\" /speechsense/v1/classifiers/list:\001*'
|
|
28
|
+
_globals['_LISTCLASSIFIERSREQUEST']._serialized_start=162
|
|
29
|
+
_globals['_LISTCLASSIFIERSREQUEST']._serialized_end=206
|
|
30
|
+
_globals['_LISTCLASSIFIERSRESPONSE']._serialized_start=208
|
|
31
|
+
_globals['_LISTCLASSIFIERSRESPONSE']._serialized_end=295
|
|
32
|
+
_globals['_CLASSIFIERSSERVICE']._serialized_start=298
|
|
33
|
+
_globals['_CLASSIFIERSSERVICE']._serialized_end=479
|
|
34
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import builtins
|
|
7
|
+
import collections.abc
|
|
8
|
+
import google.protobuf.descriptor
|
|
9
|
+
import google.protobuf.internal.containers
|
|
10
|
+
import google.protobuf.message
|
|
11
|
+
import typing
|
|
12
|
+
import yandex.cloud.speechsense.v1.classifier_pb2
|
|
13
|
+
|
|
14
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
15
|
+
|
|
16
|
+
@typing.final
|
|
17
|
+
class ListClassifiersRequest(google.protobuf.message.Message):
|
|
18
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
19
|
+
|
|
20
|
+
PROJECT_ID_FIELD_NUMBER: builtins.int
|
|
21
|
+
project_id: builtins.str
|
|
22
|
+
"""Project id"""
|
|
23
|
+
def __init__(
|
|
24
|
+
self,
|
|
25
|
+
*,
|
|
26
|
+
project_id: builtins.str = ...,
|
|
27
|
+
) -> None: ...
|
|
28
|
+
def ClearField(self, field_name: typing.Literal["project_id", b"project_id"]) -> None: ...
|
|
29
|
+
|
|
30
|
+
global___ListClassifiersRequest = ListClassifiersRequest
|
|
31
|
+
|
|
32
|
+
@typing.final
|
|
33
|
+
class ListClassifiersResponse(google.protobuf.message.Message):
|
|
34
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
35
|
+
|
|
36
|
+
CLASSIFIERS_FIELD_NUMBER: builtins.int
|
|
37
|
+
@property
|
|
38
|
+
def classifiers(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.speechsense.v1.classifier_pb2.Classifier]:
|
|
39
|
+
"""Classifiers belonging to the given project"""
|
|
40
|
+
|
|
41
|
+
def __init__(
|
|
42
|
+
self,
|
|
43
|
+
*,
|
|
44
|
+
classifiers: collections.abc.Iterable[yandex.cloud.speechsense.v1.classifier_pb2.Classifier] | None = ...,
|
|
45
|
+
) -> None: ...
|
|
46
|
+
def ClearField(self, field_name: typing.Literal["classifiers", b"classifiers"]) -> None: ...
|
|
47
|
+
|
|
48
|
+
global___ListClassifiersResponse = ListClassifiersResponse
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
|
|
2
|
+
"""Client and server classes corresponding to protobuf-defined services."""
|
|
3
|
+
import grpc
|
|
4
|
+
|
|
5
|
+
from yandex.cloud.speechsense.v1 import classifiers_service_pb2 as yandex_dot_cloud_dot_speechsense_dot_v1_dot_classifiers__service__pb2
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class ClassifiersServiceStub(object):
|
|
9
|
+
"""Missing associated documentation comment in .proto file."""
|
|
10
|
+
|
|
11
|
+
def __init__(self, channel):
|
|
12
|
+
"""Constructor.
|
|
13
|
+
|
|
14
|
+
Args:
|
|
15
|
+
channel: A grpc.Channel.
|
|
16
|
+
"""
|
|
17
|
+
self.List = channel.unary_unary(
|
|
18
|
+
'/yandex.cloud.speechsense.v1.ClassifiersService/List',
|
|
19
|
+
request_serializer=yandex_dot_cloud_dot_speechsense_dot_v1_dot_classifiers__service__pb2.ListClassifiersRequest.SerializeToString,
|
|
20
|
+
response_deserializer=yandex_dot_cloud_dot_speechsense_dot_v1_dot_classifiers__service__pb2.ListClassifiersResponse.FromString,
|
|
21
|
+
)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
class ClassifiersServiceServicer(object):
|
|
25
|
+
"""Missing associated documentation comment in .proto file."""
|
|
26
|
+
|
|
27
|
+
def List(self, request, context):
|
|
28
|
+
"""Rpc for listing classifiers in a project
|
|
29
|
+
"""
|
|
30
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
31
|
+
context.set_details('Method not implemented!')
|
|
32
|
+
raise NotImplementedError('Method not implemented!')
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
def add_ClassifiersServiceServicer_to_server(servicer, server):
|
|
36
|
+
rpc_method_handlers = {
|
|
37
|
+
'List': grpc.unary_unary_rpc_method_handler(
|
|
38
|
+
servicer.List,
|
|
39
|
+
request_deserializer=yandex_dot_cloud_dot_speechsense_dot_v1_dot_classifiers__service__pb2.ListClassifiersRequest.FromString,
|
|
40
|
+
response_serializer=yandex_dot_cloud_dot_speechsense_dot_v1_dot_classifiers__service__pb2.ListClassifiersResponse.SerializeToString,
|
|
41
|
+
),
|
|
42
|
+
}
|
|
43
|
+
generic_handler = grpc.method_handlers_generic_handler(
|
|
44
|
+
'yandex.cloud.speechsense.v1.ClassifiersService', rpc_method_handlers)
|
|
45
|
+
server.add_generic_rpc_handlers((generic_handler,))
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
# This class is part of an EXPERIMENTAL API.
|
|
49
|
+
class ClassifiersService(object):
|
|
50
|
+
"""Missing associated documentation comment in .proto file."""
|
|
51
|
+
|
|
52
|
+
@staticmethod
|
|
53
|
+
def List(request,
|
|
54
|
+
target,
|
|
55
|
+
options=(),
|
|
56
|
+
channel_credentials=None,
|
|
57
|
+
call_credentials=None,
|
|
58
|
+
insecure=False,
|
|
59
|
+
compression=None,
|
|
60
|
+
wait_for_ready=None,
|
|
61
|
+
timeout=None,
|
|
62
|
+
metadata=None):
|
|
63
|
+
return grpc.experimental.unary_unary(request, target, '/yandex.cloud.speechsense.v1.ClassifiersService/List',
|
|
64
|
+
yandex_dot_cloud_dot_speechsense_dot_v1_dot_classifiers__service__pb2.ListClassifiersRequest.SerializeToString,
|
|
65
|
+
yandex_dot_cloud_dot_speechsense_dot_v1_dot_classifiers__service__pb2.ListClassifiersResponse.FromString,
|
|
66
|
+
options, channel_credentials,
|
|
67
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import abc
|
|
7
|
+
import collections.abc
|
|
8
|
+
import grpc
|
|
9
|
+
import grpc.aio
|
|
10
|
+
import typing
|
|
11
|
+
import yandex.cloud.speechsense.v1.classifiers_service_pb2
|
|
12
|
+
|
|
13
|
+
_T = typing.TypeVar("_T")
|
|
14
|
+
|
|
15
|
+
class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
|
|
16
|
+
|
|
17
|
+
class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
|
|
18
|
+
...
|
|
19
|
+
|
|
20
|
+
class ClassifiersServiceStub:
|
|
21
|
+
def __init__(self, channel: typing.Union[grpc.Channel, grpc.aio.Channel]) -> None: ...
|
|
22
|
+
List: grpc.UnaryUnaryMultiCallable[
|
|
23
|
+
yandex.cloud.speechsense.v1.classifiers_service_pb2.ListClassifiersRequest,
|
|
24
|
+
yandex.cloud.speechsense.v1.classifiers_service_pb2.ListClassifiersResponse,
|
|
25
|
+
]
|
|
26
|
+
"""Rpc for listing classifiers in a project"""
|
|
27
|
+
|
|
28
|
+
class ClassifiersServiceAsyncStub:
|
|
29
|
+
List: grpc.aio.UnaryUnaryMultiCallable[
|
|
30
|
+
yandex.cloud.speechsense.v1.classifiers_service_pb2.ListClassifiersRequest,
|
|
31
|
+
yandex.cloud.speechsense.v1.classifiers_service_pb2.ListClassifiersResponse,
|
|
32
|
+
]
|
|
33
|
+
"""Rpc for listing classifiers in a project"""
|
|
34
|
+
|
|
35
|
+
class ClassifiersServiceServicer(metaclass=abc.ABCMeta):
|
|
36
|
+
@abc.abstractmethod
|
|
37
|
+
def List(
|
|
38
|
+
self,
|
|
39
|
+
request: yandex.cloud.speechsense.v1.classifiers_service_pb2.ListClassifiersRequest,
|
|
40
|
+
context: _ServicerContext,
|
|
41
|
+
) -> typing.Union[yandex.cloud.speechsense.v1.classifiers_service_pb2.ListClassifiersResponse, collections.abc.Awaitable[yandex.cloud.speechsense.v1.classifiers_service_pb2.ListClassifiersResponse]]:
|
|
42
|
+
"""Rpc for listing classifiers in a project"""
|
|
43
|
+
|
|
44
|
+
def add_ClassifiersServiceServicer_to_server(servicer: ClassifiersServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|
|
@@ -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)
|