yandexcloud 0.316.0__py3-none-any.whl → 0.317.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of yandexcloud might be problematic. Click here for more details.

Files changed (133) hide show
  1. yandex/cloud/backup/v1/resource_pb2.py +10 -10
  2. yandex/cloud/backup/v1/resource_pb2.pyi +5 -1
  3. yandex/cloud/datatransfer/v1/transfer_pb2.py +12 -10
  4. yandex/cloud/datatransfer/v1/transfer_pb2.pyi +17 -3
  5. yandex/cloud/loadtesting/agent/v1/agent_registration_service_pb2.py +18 -11
  6. yandex/cloud/loadtesting/agent/v1/agent_registration_service_pb2.pyi +23 -1
  7. yandex/cloud/loadtesting/api/v1/agent/agent_pb2.py +6 -5
  8. yandex/cloud/loadtesting/api/v1/agent/agent_pb2.pyi +9 -1
  9. yandex/cloud/loadtesting/api/v1/agent/log_settings_pb2.py +29 -0
  10. yandex/cloud/loadtesting/api/v1/agent/log_settings_pb2.pyi +27 -0
  11. yandex/cloud/loadtesting/api/v1/agent/log_settings_pb2_grpc.py +4 -0
  12. yandex/cloud/loadtesting/api/v1/agent/log_settings_pb2_grpc.pyi +17 -0
  13. yandex/cloud/loadtesting/api/v1/agent_service_pb2.py +27 -26
  14. yandex/cloud/loadtesting/api/v1/agent_service_pb2.pyi +9 -2
  15. yandex/cloud/loadtesting/api/v1/test/imbalance_point_pb2.py +2 -2
  16. yandex/cloud/loadtesting/api/v1/test/imbalance_point_pb2.pyi +5 -1
  17. yandex/cloud/mdb/mysql/v1/backup_service_pb2.py +17 -13
  18. yandex/cloud/mdb/mysql/v1/backup_service_pb2_grpc.py +35 -0
  19. yandex/cloud/mdb/mysql/v1/backup_service_pb2_grpc.pyi +21 -0
  20. yandex/cloud/mdb/opensearch/v1/auth_pb2.py +6 -5
  21. yandex/cloud/mdb/opensearch/v1/auth_pb2.pyi +9 -1
  22. yandex/cloud/mdb/opensearch/v1/cluster_pb2.py +50 -43
  23. yandex/cloud/mdb/opensearch/v1/cluster_pb2.pyi +40 -4
  24. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.py +61 -61
  25. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.pyi +32 -8
  26. yandex/cloud/monitoring/v3/chart_widget_pb2.py +46 -44
  27. yandex/cloud/monitoring/v3/chart_widget_pb2.pyi +28 -2
  28. yandex/cloud/serverless/eventrouter/__init__.py +0 -0
  29. yandex/cloud/serverless/eventrouter/v1/__init__.py +0 -0
  30. yandex/cloud/serverless/eventrouter/v1/bus_pb2.py +33 -0
  31. yandex/cloud/serverless/eventrouter/v1/bus_pb2.pyi +107 -0
  32. yandex/cloud/serverless/eventrouter/v1/bus_pb2_grpc.py +4 -0
  33. yandex/cloud/serverless/eventrouter/v1/bus_pb2_grpc.pyi +17 -0
  34. yandex/cloud/serverless/eventrouter/v1/bus_service_pb2.py +115 -0
  35. yandex/cloud/serverless/eventrouter/v1/bus_service_pb2.pyi +320 -0
  36. yandex/cloud/serverless/eventrouter/v1/bus_service_pb2_grpc.py +346 -0
  37. yandex/cloud/serverless/eventrouter/v1/bus_service_pb2_grpc.pyi +219 -0
  38. yandex/cloud/serverless/eventrouter/v1/connector_pb2.py +61 -0
  39. yandex/cloud/serverless/eventrouter/v1/connector_pb2.pyi +223 -0
  40. yandex/cloud/serverless/eventrouter/v1/connector_pb2_grpc.py +4 -0
  41. yandex/cloud/serverless/eventrouter/v1/connector_pb2_grpc.pyi +17 -0
  42. yandex/cloud/serverless/eventrouter/v1/connector_service_pb2.py +135 -0
  43. yandex/cloud/serverless/eventrouter/v1/connector_service_pb2.pyi +397 -0
  44. yandex/cloud/serverless/eventrouter/v1/connector_service_pb2_grpc.py +414 -0
  45. yandex/cloud/serverless/eventrouter/v1/connector_service_pb2_grpc.pyi +259 -0
  46. yandex/cloud/serverless/eventrouter/v1/event_service_pb2.py +37 -0
  47. yandex/cloud/serverless/eventrouter/v1/event_service_pb2.pyi +31 -0
  48. yandex/cloud/serverless/eventrouter/v1/event_service_pb2_grpc.py +71 -0
  49. yandex/cloud/serverless/eventrouter/v1/event_service_pb2_grpc.pyi +51 -0
  50. yandex/cloud/serverless/eventrouter/v1/rule_pb2.py +123 -0
  51. yandex/cloud/serverless/eventrouter/v1/rule_pb2.pyi +532 -0
  52. yandex/cloud/serverless/eventrouter/v1/rule_pb2_grpc.py +4 -0
  53. yandex/cloud/serverless/eventrouter/v1/rule_pb2_grpc.pyi +17 -0
  54. yandex/cloud/serverless/eventrouter/v1/rule_service_pb2.py +139 -0
  55. yandex/cloud/serverless/eventrouter/v1/rule_service_pb2.pyi +413 -0
  56. yandex/cloud/serverless/eventrouter/v1/rule_service_pb2_grpc.py +414 -0
  57. yandex/cloud/serverless/eventrouter/v1/rule_service_pb2_grpc.pyi +259 -0
  58. yandex/cloud/serverless/functions/v1/function_pb2.py +34 -34
  59. yandex/cloud/serverless/functions/v1/function_pb2.pyi +8 -0
  60. yandex/cloud/serverless/workflows/__init__.py +0 -0
  61. yandex/cloud/serverless/workflows/v1/__init__.py +0 -0
  62. yandex/cloud/serverless/workflows/v1/execution_pb2.py +43 -0
  63. yandex/cloud/serverless/workflows/v1/execution_pb2.pyi +203 -0
  64. yandex/cloud/serverless/workflows/v1/execution_pb2_grpc.py +4 -0
  65. yandex/cloud/serverless/workflows/v1/execution_pb2_grpc.pyi +17 -0
  66. yandex/cloud/serverless/workflows/v1/execution_service_pb2.py +74 -0
  67. yandex/cloud/serverless/workflows/v1/execution_service_pb2.pyi +231 -0
  68. yandex/cloud/serverless/workflows/v1/execution_service_pb2_grpc.py +206 -0
  69. yandex/cloud/serverless/workflows/v1/execution_service_pb2_grpc.pyi +130 -0
  70. yandex/cloud/serverless/workflows/v1/history_entry_pb2.py +41 -0
  71. yandex/cloud/serverless/workflows/v1/history_entry_pb2.pyi +174 -0
  72. yandex/cloud/serverless/workflows/v1/history_entry_pb2_grpc.py +4 -0
  73. yandex/cloud/serverless/workflows/v1/history_entry_pb2_grpc.pyi +17 -0
  74. yandex/cloud/serverless/workflows/v1/workflow_pb2.py +47 -0
  75. yandex/cloud/serverless/workflows/v1/workflow_pb2.pyi +260 -0
  76. yandex/cloud/serverless/workflows/v1/workflow_pb2_grpc.py +4 -0
  77. yandex/cloud/serverless/workflows/v1/workflow_pb2_grpc.pyi +17 -0
  78. yandex/cloud/serverless/workflows/v1/workflow_service_pb2.py +112 -0
  79. yandex/cloud/serverless/workflows/v1/workflow_service_pb2.pyi +395 -0
  80. yandex/cloud/serverless/workflows/v1/workflow_service_pb2_grpc.py +241 -0
  81. yandex/cloud/serverless/workflows/v1/workflow_service_pb2_grpc.pyi +151 -0
  82. yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/__init__.py +0 -0
  83. yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/advanced_rate_limiter_profile_pb2.py +77 -0
  84. yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/advanced_rate_limiter_profile_pb2.pyi +352 -0
  85. yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/advanced_rate_limiter_profile_pb2_grpc.py +4 -0
  86. yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/advanced_rate_limiter_profile_pb2_grpc.pyi +17 -0
  87. yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/advanced_rate_limiter_profile_service_pb2.py +78 -0
  88. yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/advanced_rate_limiter_profile_service_pb2.pyi +244 -0
  89. yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/advanced_rate_limiter_profile_service_pb2_grpc.py +208 -0
  90. yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/advanced_rate_limiter_profile_service_pb2_grpc.pyi +132 -0
  91. yandex/cloud/smartwebsecurity/v1/waf/__init__.py +0 -0
  92. yandex/cloud/smartwebsecurity/v1/waf/rule_set_descriptor_pb2.py +35 -0
  93. yandex/cloud/smartwebsecurity/v1/waf/rule_set_descriptor_pb2.pyi +71 -0
  94. yandex/cloud/smartwebsecurity/v1/waf/rule_set_descriptor_pb2_grpc.py +4 -0
  95. yandex/cloud/smartwebsecurity/v1/waf/rule_set_descriptor_pb2_grpc.pyi +17 -0
  96. yandex/cloud/smartwebsecurity/v1/waf/rule_set_descriptor_service_pb2.py +37 -0
  97. yandex/cloud/smartwebsecurity/v1/waf/rule_set_descriptor_service_pb2.pyi +31 -0
  98. yandex/cloud/smartwebsecurity/v1/waf/rule_set_descriptor_service_pb2_grpc.py +71 -0
  99. yandex/cloud/smartwebsecurity/v1/waf/rule_set_descriptor_service_pb2_grpc.pyi +51 -0
  100. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_pb2.py +81 -0
  101. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_pb2.pyi +296 -0
  102. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_pb2_grpc.py +4 -0
  103. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_pb2_grpc.pyi +17 -0
  104. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_service_pb2.py +76 -0
  105. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_service_pb2.pyi +283 -0
  106. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_service_pb2_grpc.py +208 -0
  107. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_service_pb2_grpc.pyi +132 -0
  108. yandex/cloud/speechsense/v1/analysis/summarization_pb2.py +32 -0
  109. yandex/cloud/speechsense/v1/analysis/summarization_pb2.pyi +95 -0
  110. yandex/cloud/speechsense/v1/analysis/summarization_pb2_grpc.py +4 -0
  111. yandex/cloud/speechsense/v1/analysis/summarization_pb2_grpc.pyi +17 -0
  112. yandex/cloud/speechsense/v1/project_pb2.py +29 -0
  113. yandex/cloud/speechsense/v1/project_pb2.pyi +79 -0
  114. yandex/cloud/speechsense/v1/project_pb2_grpc.py +4 -0
  115. yandex/cloud/speechsense/v1/project_pb2_grpc.pyi +17 -0
  116. yandex/cloud/speechsense/v1/project_service_pb2.py +35 -0
  117. yandex/cloud/speechsense/v1/project_service_pb2.pyi +59 -0
  118. yandex/cloud/speechsense/v1/project_service_pb2_grpc.py +68 -0
  119. yandex/cloud/speechsense/v1/project_service_pb2_grpc.pyi +45 -0
  120. yandex/cloud/speechsense/v1/talk_pb2.py +8 -7
  121. yandex/cloud/speechsense/v1/talk_pb2.pyi +7 -2
  122. yandex/cloud/video/v1/channel_service_pb2.py +33 -28
  123. yandex/cloud/video/v1/episode_service_pb2.py +56 -47
  124. yandex/cloud/video/v1/stream_line_service_pb2.py +67 -60
  125. yandex/cloud/video/v1/stream_service_pb2.py +46 -41
  126. yandex/cloud/video/v1/thumbnail_service_pb2.py +29 -22
  127. yandex/cloud/video/v1/video_service_pb2.py +62 -53
  128. {yandexcloud-0.316.0.dist-info → yandexcloud-0.317.0.dist-info}/METADATA +1 -1
  129. {yandexcloud-0.316.0.dist-info → yandexcloud-0.317.0.dist-info}/RECORD +133 -39
  130. {yandexcloud-0.316.0.dist-info → yandexcloud-0.317.0.dist-info}/WHEEL +1 -1
  131. {yandexcloud-0.316.0.dist-info → yandexcloud-0.317.0.dist-info}/AUTHORS +0 -0
  132. {yandexcloud-0.316.0.dist-info → yandexcloud-0.317.0.dist-info}/LICENSE +0 -0
  133. {yandexcloud-0.316.0.dist-info → yandexcloud-0.317.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,95 @@
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.internal.enum_type_wrapper
11
+ import google.protobuf.message
12
+ import sys
13
+ import typing
14
+
15
+ if sys.version_info >= (3, 10):
16
+ import typing as typing_extensions
17
+ else:
18
+ import typing_extensions
19
+
20
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
21
+
22
+ class _SummarizationFieldType:
23
+ ValueType = typing.NewType("ValueType", builtins.int)
24
+ V: typing_extensions.TypeAlias = ValueType
25
+
26
+ class _SummarizationFieldTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_SummarizationFieldType.ValueType], builtins.type):
27
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
28
+ SUMMARIZATION_FIELD_TYPE_UNSPECIFIED: _SummarizationFieldType.ValueType # 0
29
+ TEXT: _SummarizationFieldType.ValueType # 1
30
+ TEXT_ARRAY: _SummarizationFieldType.ValueType # 2
31
+
32
+ class SummarizationFieldType(_SummarizationFieldType, metaclass=_SummarizationFieldTypeEnumTypeWrapper): ...
33
+
34
+ SUMMARIZATION_FIELD_TYPE_UNSPECIFIED: SummarizationFieldType.ValueType # 0
35
+ TEXT: SummarizationFieldType.ValueType # 1
36
+ TEXT_ARRAY: SummarizationFieldType.ValueType # 2
37
+ global___SummarizationFieldType = SummarizationFieldType
38
+
39
+ @typing.final
40
+ class Summarization(google.protobuf.message.Message):
41
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
42
+
43
+ STATEMENTS_FIELD_NUMBER: builtins.int
44
+ @property
45
+ def statements(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___SummarizationStatement]: ...
46
+ def __init__(
47
+ self,
48
+ *,
49
+ statements: collections.abc.Iterable[global___SummarizationStatement] | None = ...,
50
+ ) -> None: ...
51
+ def ClearField(self, field_name: typing.Literal["statements", b"statements"]) -> None: ...
52
+
53
+ global___Summarization = Summarization
54
+
55
+ @typing.final
56
+ class SummarizationStatement(google.protobuf.message.Message):
57
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
58
+
59
+ FIELD_FIELD_NUMBER: builtins.int
60
+ RESPONSE_FIELD_NUMBER: builtins.int
61
+ @property
62
+ def field(self) -> global___SummarizationField: ...
63
+ @property
64
+ def response(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]: ...
65
+ def __init__(
66
+ self,
67
+ *,
68
+ field: global___SummarizationField | None = ...,
69
+ response: collections.abc.Iterable[builtins.str] | None = ...,
70
+ ) -> None: ...
71
+ def HasField(self, field_name: typing.Literal["field", b"field"]) -> builtins.bool: ...
72
+ def ClearField(self, field_name: typing.Literal["field", b"field", "response", b"response"]) -> None: ...
73
+
74
+ global___SummarizationStatement = SummarizationStatement
75
+
76
+ @typing.final
77
+ class SummarizationField(google.protobuf.message.Message):
78
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
79
+
80
+ ID_FIELD_NUMBER: builtins.int
81
+ NAME_FIELD_NUMBER: builtins.int
82
+ TYPE_FIELD_NUMBER: builtins.int
83
+ id: builtins.str
84
+ name: builtins.str
85
+ type: global___SummarizationFieldType.ValueType
86
+ def __init__(
87
+ self,
88
+ *,
89
+ id: builtins.str = ...,
90
+ name: builtins.str = ...,
91
+ type: global___SummarizationFieldType.ValueType = ...,
92
+ ) -> None: ...
93
+ def ClearField(self, field_name: typing.Literal["id", b"id", "name", b"name", "type", b"type"]) -> None: ...
94
+
95
+ global___SummarizationField = SummarizationField
@@ -0,0 +1,4 @@
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
+
@@ -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,29 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: yandex/cloud/speechsense/v1/project.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.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
15
+
16
+
17
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)yandex/cloud/speechsense/v1/project.proto\x12\x1byandex.cloud.speechsense.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"\x94\x02\n\x07Project\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x15\n\rconnection_id\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x12\n\ncreated_by\x18\x05 \x01(\t\x12.\n\ncreated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x13\n\x0bmodified_by\x18\x07 \x01(\t\x12/\n\x0bmodified_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x39\n\x07\x66ilters\x18\t \x03(\x0b\x32(.yandex.cloud.speechsense.v1.FieldFilter\"/\n\x0b\x46ieldFilter\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x13\n\x0b\x66ield_value\x18\x02 \x01(\tB|\n\x1fyandex.cloud.api.speechsense.v1B\x0cProjectProtoZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/speechsense/v1;speechsenseb\x06proto3')
18
+
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.speechsense.v1.project_pb2', _globals)
22
+ if _descriptor._USE_C_DESCRIPTORS == False:
23
+ DESCRIPTOR._options = None
24
+ DESCRIPTOR._serialized_options = b'\n\037yandex.cloud.api.speechsense.v1B\014ProjectProtoZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/speechsense/v1;speechsense'
25
+ _globals['_PROJECT']._serialized_start=108
26
+ _globals['_PROJECT']._serialized_end=384
27
+ _globals['_FIELDFILTER']._serialized_start=386
28
+ _globals['_FIELDFILTER']._serialized_end=433
29
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,79 @@
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 google.protobuf.timestamp_pb2
12
+ import typing
13
+
14
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
15
+
16
+ @typing.final
17
+ class Project(google.protobuf.message.Message):
18
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
19
+
20
+ ID_FIELD_NUMBER: builtins.int
21
+ NAME_FIELD_NUMBER: builtins.int
22
+ CONNECTION_ID_FIELD_NUMBER: builtins.int
23
+ DESCRIPTION_FIELD_NUMBER: builtins.int
24
+ CREATED_BY_FIELD_NUMBER: builtins.int
25
+ CREATED_AT_FIELD_NUMBER: builtins.int
26
+ MODIFIED_BY_FIELD_NUMBER: builtins.int
27
+ MODIFIED_AT_FIELD_NUMBER: builtins.int
28
+ FILTERS_FIELD_NUMBER: builtins.int
29
+ id: builtins.str
30
+ name: builtins.str
31
+ connection_id: builtins.str
32
+ description: builtins.str
33
+ created_by: builtins.str
34
+ modified_by: builtins.str
35
+ @property
36
+ def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
37
+ @property
38
+ def modified_at(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
39
+ @property
40
+ def filters(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___FieldFilter]: ...
41
+ def __init__(
42
+ self,
43
+ *,
44
+ id: builtins.str = ...,
45
+ name: builtins.str = ...,
46
+ connection_id: builtins.str = ...,
47
+ description: builtins.str = ...,
48
+ created_by: builtins.str = ...,
49
+ created_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
50
+ modified_by: builtins.str = ...,
51
+ modified_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
52
+ filters: collections.abc.Iterable[global___FieldFilter] | None = ...,
53
+ ) -> None: ...
54
+ def HasField(self, field_name: typing.Literal["created_at", b"created_at", "modified_at", b"modified_at"]) -> builtins.bool: ...
55
+ def ClearField(self, field_name: typing.Literal["connection_id", b"connection_id", "created_at", b"created_at", "created_by", b"created_by", "description", b"description", "filters", b"filters", "id", b"id", "modified_at", b"modified_at", "modified_by", b"modified_by", "name", b"name"]) -> None: ...
56
+
57
+ global___Project = Project
58
+
59
+ @typing.final
60
+ class FieldFilter(google.protobuf.message.Message):
61
+ """simple filters to match talks based on their connection metadata"""
62
+
63
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
64
+
65
+ KEY_FIELD_NUMBER: builtins.int
66
+ FIELD_VALUE_FIELD_NUMBER: builtins.int
67
+ key: builtins.str
68
+ """connection metadata field key"""
69
+ field_value: builtins.str
70
+ """connection metadata field value"""
71
+ def __init__(
72
+ self,
73
+ *,
74
+ key: builtins.str = ...,
75
+ field_value: builtins.str = ...,
76
+ ) -> None: ...
77
+ def ClearField(self, field_name: typing.Literal["field_value", b"field_value", "key", b"key"]) -> None: ...
78
+
79
+ global___FieldFilter = FieldFilter
@@ -0,0 +1,4 @@
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
+
@@ -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,35 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: yandex/cloud/speechsense/v1/project_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 yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
15
+ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
16
+ from yandex.cloud.speechsense.v1 import project_pb2 as yandex_dot_cloud_dot_speechsense_dot_v1_dot_project__pb2
17
+
18
+
19
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n1yandex/cloud/speechsense/v1/project_service.proto\x12\x1byandex.cloud.speechsense.v1\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a)yandex/cloud/speechsense/v1/project.proto\"\x8b\x01\n\x14\x43reateProjectRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x15\n\rconnection_id\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12\x39\n\x07\x66ilters\x18\x04 \x03(\x0b\x32(.yandex.cloud.speechsense.v1.FieldFilter\"#\n\x15\x43reateProjectMetadata\x12\n\n\x02id\x18\x01 \x01(\t2\x97\x01\n\x0eProjectService\x12\x84\x01\n\x06\x43reate\x12\x31.yandex.cloud.speechsense.v1.CreateProjectRequest\x1a!.yandex.cloud.operation.Operation\"$\xb2\xd2* \n\x15\x43reateProjectMetadata\x12\x07ProjectB\x83\x01\n\x1fyandex.cloud.api.speechsense.v1B\x13ProjectServiceProtoZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/speechsense/v1;speechsenseb\x06proto3')
20
+
21
+ _globals = globals()
22
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
23
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.speechsense.v1.project_service_pb2', _globals)
24
+ if _descriptor._USE_C_DESCRIPTORS == False:
25
+ DESCRIPTOR._options = None
26
+ DESCRIPTOR._serialized_options = b'\n\037yandex.cloud.api.speechsense.v1B\023ProjectServiceProtoZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/speechsense/v1;speechsense'
27
+ _PROJECTSERVICE.methods_by_name['Create']._options = None
28
+ _PROJECTSERVICE.methods_by_name['Create']._serialized_options = b'\262\322* \n\025CreateProjectMetadata\022\007Project'
29
+ _globals['_CREATEPROJECTREQUEST']._serialized_start=200
30
+ _globals['_CREATEPROJECTREQUEST']._serialized_end=339
31
+ _globals['_CREATEPROJECTMETADATA']._serialized_start=341
32
+ _globals['_CREATEPROJECTMETADATA']._serialized_end=376
33
+ _globals['_PROJECTSERVICE']._serialized_start=379
34
+ _globals['_PROJECTSERVICE']._serialized_end=530
35
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,59 @@
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.project_pb2
13
+
14
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
15
+
16
+ @typing.final
17
+ class CreateProjectRequest(google.protobuf.message.Message):
18
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
19
+
20
+ NAME_FIELD_NUMBER: builtins.int
21
+ CONNECTION_ID_FIELD_NUMBER: builtins.int
22
+ DESCRIPTION_FIELD_NUMBER: builtins.int
23
+ FILTERS_FIELD_NUMBER: builtins.int
24
+ name: builtins.str
25
+ """project name"""
26
+ connection_id: builtins.str
27
+ """id of connection the project should belong too"""
28
+ description: builtins.str
29
+ """project description"""
30
+ @property
31
+ def filters(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.speechsense.v1.project_pb2.FieldFilter]:
32
+ """project filters"""
33
+
34
+ def __init__(
35
+ self,
36
+ *,
37
+ name: builtins.str = ...,
38
+ connection_id: builtins.str = ...,
39
+ description: builtins.str = ...,
40
+ filters: collections.abc.Iterable[yandex.cloud.speechsense.v1.project_pb2.FieldFilter] | None = ...,
41
+ ) -> None: ...
42
+ def ClearField(self, field_name: typing.Literal["connection_id", b"connection_id", "description", b"description", "filters", b"filters", "name", b"name"]) -> None: ...
43
+
44
+ global___CreateProjectRequest = CreateProjectRequest
45
+
46
+ @typing.final
47
+ class CreateProjectMetadata(google.protobuf.message.Message):
48
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
49
+
50
+ ID_FIELD_NUMBER: builtins.int
51
+ id: builtins.str
52
+ def __init__(
53
+ self,
54
+ *,
55
+ id: builtins.str = ...,
56
+ ) -> None: ...
57
+ def ClearField(self, field_name: typing.Literal["id", b"id"]) -> None: ...
58
+
59
+ global___CreateProjectMetadata = CreateProjectMetadata
@@ -0,0 +1,68 @@
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.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
6
+ from yandex.cloud.speechsense.v1 import project_service_pb2 as yandex_dot_cloud_dot_speechsense_dot_v1_dot_project__service__pb2
7
+
8
+
9
+ class ProjectServiceStub(object):
10
+ """Missing associated documentation comment in .proto file."""
11
+
12
+ def __init__(self, channel):
13
+ """Constructor.
14
+
15
+ Args:
16
+ channel: A grpc.Channel.
17
+ """
18
+ self.Create = channel.unary_unary(
19
+ '/yandex.cloud.speechsense.v1.ProjectService/Create',
20
+ request_serializer=yandex_dot_cloud_dot_speechsense_dot_v1_dot_project__service__pb2.CreateProjectRequest.SerializeToString,
21
+ response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
22
+ )
23
+
24
+
25
+ class ProjectServiceServicer(object):
26
+ """Missing associated documentation comment in .proto file."""
27
+
28
+ def Create(self, request, context):
29
+ """rpc for creating speechsense project
30
+ """
31
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
32
+ context.set_details('Method not implemented!')
33
+ raise NotImplementedError('Method not implemented!')
34
+
35
+
36
+ def add_ProjectServiceServicer_to_server(servicer, server):
37
+ rpc_method_handlers = {
38
+ 'Create': grpc.unary_unary_rpc_method_handler(
39
+ servicer.Create,
40
+ request_deserializer=yandex_dot_cloud_dot_speechsense_dot_v1_dot_project__service__pb2.CreateProjectRequest.FromString,
41
+ response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
42
+ ),
43
+ }
44
+ generic_handler = grpc.method_handlers_generic_handler(
45
+ 'yandex.cloud.speechsense.v1.ProjectService', rpc_method_handlers)
46
+ server.add_generic_rpc_handlers((generic_handler,))
47
+
48
+
49
+ # This class is part of an EXPERIMENTAL API.
50
+ class ProjectService(object):
51
+ """Missing associated documentation comment in .proto file."""
52
+
53
+ @staticmethod
54
+ def Create(request,
55
+ target,
56
+ options=(),
57
+ channel_credentials=None,
58
+ call_credentials=None,
59
+ insecure=False,
60
+ compression=None,
61
+ wait_for_ready=None,
62
+ timeout=None,
63
+ metadata=None):
64
+ return grpc.experimental.unary_unary(request, target, '/yandex.cloud.speechsense.v1.ProjectService/Create',
65
+ yandex_dot_cloud_dot_speechsense_dot_v1_dot_project__service__pb2.CreateProjectRequest.SerializeToString,
66
+ yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
67
+ options, channel_credentials,
68
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
@@ -0,0 +1,45 @@
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.operation.operation_pb2
12
+ import yandex.cloud.speechsense.v1.project_service_pb2
13
+
14
+ _T = typing.TypeVar("_T")
15
+
16
+ class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
17
+
18
+ class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
19
+ ...
20
+
21
+ class ProjectServiceStub:
22
+ def __init__(self, channel: typing.Union[grpc.Channel, grpc.aio.Channel]) -> None: ...
23
+ Create: grpc.UnaryUnaryMultiCallable[
24
+ yandex.cloud.speechsense.v1.project_service_pb2.CreateProjectRequest,
25
+ yandex.cloud.operation.operation_pb2.Operation,
26
+ ]
27
+ """rpc for creating speechsense project"""
28
+
29
+ class ProjectServiceAsyncStub:
30
+ Create: grpc.aio.UnaryUnaryMultiCallable[
31
+ yandex.cloud.speechsense.v1.project_service_pb2.CreateProjectRequest,
32
+ yandex.cloud.operation.operation_pb2.Operation,
33
+ ]
34
+ """rpc for creating speechsense project"""
35
+
36
+ class ProjectServiceServicer(metaclass=abc.ABCMeta):
37
+ @abc.abstractmethod
38
+ def Create(
39
+ self,
40
+ request: yandex.cloud.speechsense.v1.project_service_pb2.CreateProjectRequest,
41
+ context: _ServicerContext,
42
+ ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
43
+ """rpc for creating speechsense project"""
44
+
45
+ def add_ProjectServiceServicer_to_server(servicer: ProjectServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
@@ -16,12 +16,13 @@ from yandex.cloud.speechsense.v1.analysis import conversation_statistics_pb2 as
16
16
  from yandex.cloud.speechsense.v1.analysis import interrupts_statistics_pb2 as yandex_dot_cloud_dot_speechsense_dot_v1_dot_analysis_dot_interrupts__statistics__pb2
17
17
  from yandex.cloud.speechsense.v1.analysis import silence_statistics_pb2 as yandex_dot_cloud_dot_speechsense_dot_v1_dot_analysis_dot_silence__statistics__pb2
18
18
  from yandex.cloud.speechsense.v1.analysis import speech_statistics_pb2 as yandex_dot_cloud_dot_speechsense_dot_v1_dot_analysis_dot_speech__statistics__pb2
19
+ from yandex.cloud.speechsense.v1.analysis import summarization_pb2 as yandex_dot_cloud_dot_speechsense_dot_v1_dot_analysis_dot_summarization__pb2
19
20
  from yandex.cloud.speechsense.v1.analysis import transcription_pb2 as yandex_dot_cloud_dot_speechsense_dot_v1_dot_analysis_dot_transcription__pb2
20
21
  from yandex.cloud.speechsense.v1.analysis import text_classifiers_pb2 as yandex_dot_cloud_dot_speechsense_dot_v1_dot_analysis_dot_text__classifiers__pb2
21
22
  from yandex.cloud.speechsense.v1.analysis import points_pb2 as yandex_dot_cloud_dot_speechsense_dot_v1_dot_analysis_dot_points__pb2
22
23
 
23
24
 
24
- 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/transcription.proto\x1a;yandex/cloud/speechsense/v1/analysis/text_classifiers.proto\x1a\x31yandex/cloud/speechsense/v1/analysis/points.proto\"\xe9\x06\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\"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*\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\x42y\n\x1fyandex.cloud.api.speechsense.v1B\tTalkProtoZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/speechsense/v1;speechsenseb\x06proto3')
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\"\xb5\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\"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*\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\x42y\n\x1fyandex.cloud.api.speechsense.v1B\tTalkProtoZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/speechsense/v1;speechsenseb\x06proto3')
25
26
 
26
27
  _globals = globals()
27
28
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -29,10 +30,10 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.speechsense.v1
29
30
  if _descriptor._USE_C_DESCRIPTORS == False:
30
31
  DESCRIPTOR._options = None
31
32
  DESCRIPTOR._serialized_options = b'\n\037yandex.cloud.api.speechsense.v1B\tTalkProtoZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/speechsense/v1;speechsense'
32
- _globals['_FIELDTYPE']._serialized_start=1502
33
- _globals['_FIELDTYPE']._serialized_end=1677
34
- _globals['_TALK']._serialized_start=534
35
- _globals['_TALK']._serialized_end=1407
36
- _globals['_FIELD']._serialized_start=1409
37
- _globals['_FIELD']._serialized_end=1499
33
+ _globals['_FIELDTYPE']._serialized_start=1636
34
+ _globals['_FIELDTYPE']._serialized_end=1811
35
+ _globals['_TALK']._serialized_start=592
36
+ _globals['_TALK']._serialized_end=1541
37
+ _globals['_FIELD']._serialized_start=1543
38
+ _globals['_FIELD']._serialized_end=1633
38
39
  # @@protoc_insertion_point(module_scope)
@@ -17,6 +17,7 @@ import yandex.cloud.speechsense.v1.analysis.interrupts_statistics_pb2
17
17
  import yandex.cloud.speechsense.v1.analysis.points_pb2
18
18
  import yandex.cloud.speechsense.v1.analysis.silence_statistics_pb2
19
19
  import yandex.cloud.speechsense.v1.analysis.speech_statistics_pb2
20
+ import yandex.cloud.speechsense.v1.analysis.summarization_pb2
20
21
  import yandex.cloud.speechsense.v1.analysis.text_classifiers_pb2
21
22
  import yandex.cloud.speechsense.v1.analysis.transcription_pb2
22
23
 
@@ -74,6 +75,7 @@ class Talk(google.protobuf.message.Message):
74
75
  CONVERSATION_STATISTICS_FIELD_NUMBER: builtins.int
75
76
  POINTS_FIELD_NUMBER: builtins.int
76
77
  TEXT_CLASSIFIERS_FIELD_NUMBER: builtins.int
78
+ SUMMARIZATION_FIELD_NUMBER: builtins.int
77
79
  id: builtins.str
78
80
  """talk id"""
79
81
  organization_id: builtins.str
@@ -108,6 +110,8 @@ class Talk(google.protobuf.message.Message):
108
110
  def points(self) -> yandex.cloud.speechsense.v1.analysis.points_pb2.Points: ...
109
111
  @property
110
112
  def text_classifiers(self) -> yandex.cloud.speechsense.v1.analysis.text_classifiers_pb2.TextClassifiers: ...
113
+ @property
114
+ def summarization(self) -> yandex.cloud.speechsense.v1.analysis.summarization_pb2.Summarization: ...
111
115
  def __init__(
112
116
  self,
113
117
  *,
@@ -128,9 +132,10 @@ class Talk(google.protobuf.message.Message):
128
132
  conversation_statistics: yandex.cloud.speechsense.v1.analysis.conversation_statistics_pb2.ConversationStatistics | None = ...,
129
133
  points: yandex.cloud.speechsense.v1.analysis.points_pb2.Points | None = ...,
130
134
  text_classifiers: yandex.cloud.speechsense.v1.analysis.text_classifiers_pb2.TextClassifiers | None = ...,
135
+ summarization: yandex.cloud.speechsense.v1.analysis.summarization_pb2.Summarization | None = ...,
131
136
  ) -> None: ...
132
- 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", "text_classifiers", b"text_classifiers", "transcription", b"transcription"]) -> builtins.bool: ...
133
- 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", "talk_fields", b"talk_fields", "text_classifiers", b"text_classifiers", "transcription", b"transcription"]) -> 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: ...
134
139
 
135
140
  global___Talk = Talk
136
141
 
@@ -11,13 +11,14 @@ 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 field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
15
16
  from yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
16
17
  from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
17
18
  from yandex.cloud.video.v1 import channel_pb2 as yandex_dot_cloud_dot_video_dot_v1_dot_channel__pb2
18
19
 
19
20
 
20
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+yandex/cloud/video/v1/channel_service.proto\x12\x15yandex.cloud.video.v1\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a#yandex/cloud/video/v1/channel.proto\"\'\n\x11GetChannelRequest\x12\x12\n\nchannel_id\x18\x01 \x01(\t\"}\n\x13ListChannelsRequest\x12\x17\n\x0forganization_id\x18\x01 \x01(\t\x12\x11\n\tpage_size\x18\x64 \x01(\x03\x12\x12\n\npage_token\x18\x65 \x01(\t\x12\x10\n\x08order_by\x18\x66 \x01(\t\x12\x0e\n\x06\x66ilter\x18g \x01(\tJ\x04\x08\x02\x10\x64\"g\n\x14ListChannelsResponse\x12\x30\n\x08\x63hannels\x18\x01 \x03(\x0b\x32\x1e.yandex.cloud.video.v1.Channel\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\"\xd3\x01\n\x14\x43reateChannelRequest\x12\x17\n\x0forganization_id\x18\x01 \x01(\t\x12\r\n\x05title\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12H\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x37.yandex.cloud.video.v1.CreateChannelRequest.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x05\x08\x04\x10\xc8\x01\"+\n\x15\x43reateChannelMetadata\x12\x12\n\nchannel_id\x18\x01 \x01(\t\"\xfe\x01\n\x14UpdateChannelRequest\x12\x12\n\nchannel_id\x18\x01 \x01(\t\x12.\n\nfield_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\r\n\x05title\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12H\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x37.yandex.cloud.video.v1.UpdateChannelRequest.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x05\x08\x05\x10\xc8\x01\"+\n\x15UpdateChannelMetadata\x12\x12\n\nchannel_id\x18\x01 \x01(\t\"*\n\x14\x44\x65leteChannelRequest\x12\x12\n\nchannel_id\x18\x01 \x01(\t\"+\n\x15\x44\x65leteChannelMetadata\x12\x12\n\nchannel_id\x18\x01 \x01(\t2\xd5\x04\n\x0e\x43hannelService\x12Q\n\x03Get\x12(.yandex.cloud.video.v1.GetChannelRequest\x1a\x1e.yandex.cloud.video.v1.Channel\"\x00\x12\x61\n\x04List\x12*.yandex.cloud.video.v1.ListChannelsRequest\x1a+.yandex.cloud.video.v1.ListChannelsResponse\"\x00\x12~\n\x06\x43reate\x12+.yandex.cloud.video.v1.CreateChannelRequest\x1a!.yandex.cloud.operation.Operation\"$\xb2\xd2* \n\x15\x43reateChannelMetadata\x12\x07\x43hannel\x12~\n\x06Update\x12+.yandex.cloud.video.v1.UpdateChannelRequest\x1a!.yandex.cloud.operation.Operation\"$\xb2\xd2* \n\x15UpdateChannelMetadata\x12\x07\x43hannel\x12\x8c\x01\n\x06\x44\x65lete\x12+.yandex.cloud.video.v1.DeleteChannelRequest\x1a!.yandex.cloud.operation.Operation\"2\xb2\xd2*.\n\x15\x44\x65leteChannelMetadata\x12\x15google.protobuf.EmptyB\\\n\x19yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;videob\x06proto3')
21
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+yandex/cloud/video/v1/channel_service.proto\x12\x15yandex.cloud.video.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a#yandex/cloud/video/v1/channel.proto\"\'\n\x11GetChannelRequest\x12\x12\n\nchannel_id\x18\x01 \x01(\t\"}\n\x13ListChannelsRequest\x12\x17\n\x0forganization_id\x18\x01 \x01(\t\x12\x11\n\tpage_size\x18\x64 \x01(\x03\x12\x12\n\npage_token\x18\x65 \x01(\t\x12\x10\n\x08order_by\x18\x66 \x01(\t\x12\x0e\n\x06\x66ilter\x18g \x01(\tJ\x04\x08\x02\x10\x64\"g\n\x14ListChannelsResponse\x12\x30\n\x08\x63hannels\x18\x01 \x03(\x0b\x32\x1e.yandex.cloud.video.v1.Channel\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\"\xd3\x01\n\x14\x43reateChannelRequest\x12\x17\n\x0forganization_id\x18\x01 \x01(\t\x12\r\n\x05title\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12H\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x37.yandex.cloud.video.v1.CreateChannelRequest.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x05\x08\x04\x10\xc8\x01\"+\n\x15\x43reateChannelMetadata\x12\x12\n\nchannel_id\x18\x01 \x01(\t\"\xfe\x01\n\x14UpdateChannelRequest\x12\x12\n\nchannel_id\x18\x01 \x01(\t\x12.\n\nfield_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\r\n\x05title\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12H\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x37.yandex.cloud.video.v1.UpdateChannelRequest.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x05\x08\x05\x10\xc8\x01\"+\n\x15UpdateChannelMetadata\x12\x12\n\nchannel_id\x18\x01 \x01(\t\"*\n\x14\x44\x65leteChannelRequest\x12\x12\n\nchannel_id\x18\x01 \x01(\t\"+\n\x15\x44\x65leteChannelMetadata\x12\x12\n\nchannel_id\x18\x01 \x01(\t2\x86\x06\n\x0e\x43hannelService\x12x\n\x03Get\x12(.yandex.cloud.video.v1.GetChannelRequest\x1a\x1e.yandex.cloud.video.v1.Channel\"\'\x82\xd3\xe4\x93\x02!\x12\x1f/video/v1/channels/{channel_id}\x12{\n\x04List\x12*.yandex.cloud.video.v1.ListChannelsRequest\x1a+.yandex.cloud.video.v1.ListChannelsResponse\"\x1a\x82\xd3\xe4\x93\x02\x14\x12\x12/video/v1/channels\x12\x9b\x01\n\x06\x43reate\x12+.yandex.cloud.video.v1.CreateChannelRequest\x1a!.yandex.cloud.operation.Operation\"A\xb2\xd2* \n\x15\x43reateChannelMetadata\x12\x07\x43hannel\x82\xd3\xe4\x93\x02\x17\"\x12/video/v1/channels:\x01*\x12\xa8\x01\n\x06Update\x12+.yandex.cloud.video.v1.UpdateChannelRequest\x1a!.yandex.cloud.operation.Operation\"N\xb2\xd2* \n\x15UpdateChannelMetadata\x12\x07\x43hannel\x82\xd3\xe4\x93\x02$2\x1f/video/v1/channels/{channel_id}:\x01*\x12\xb3\x01\n\x06\x44\x65lete\x12+.yandex.cloud.video.v1.DeleteChannelRequest\x1a!.yandex.cloud.operation.Operation\"Y\xb2\xd2*.\n\x15\x44\x65leteChannelMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02!*\x1f/video/v1/channels/{channel_id}B\\\n\x19yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;videob\x06proto3')
21
22
 
22
23
  _globals = globals()
23
24
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -29,34 +30,38 @@ if _descriptor._USE_C_DESCRIPTORS == False:
29
30
  _CREATECHANNELREQUEST_LABELSENTRY._serialized_options = b'8\001'
30
31
  _UPDATECHANNELREQUEST_LABELSENTRY._options = None
31
32
  _UPDATECHANNELREQUEST_LABELSENTRY._serialized_options = b'8\001'
33
+ _CHANNELSERVICE.methods_by_name['Get']._options = None
34
+ _CHANNELSERVICE.methods_by_name['Get']._serialized_options = b'\202\323\344\223\002!\022\037/video/v1/channels/{channel_id}'
35
+ _CHANNELSERVICE.methods_by_name['List']._options = None
36
+ _CHANNELSERVICE.methods_by_name['List']._serialized_options = b'\202\323\344\223\002\024\022\022/video/v1/channels'
32
37
  _CHANNELSERVICE.methods_by_name['Create']._options = None
33
- _CHANNELSERVICE.methods_by_name['Create']._serialized_options = b'\262\322* \n\025CreateChannelMetadata\022\007Channel'
38
+ _CHANNELSERVICE.methods_by_name['Create']._serialized_options = b'\262\322* \n\025CreateChannelMetadata\022\007Channel\202\323\344\223\002\027\"\022/video/v1/channels:\001*'
34
39
  _CHANNELSERVICE.methods_by_name['Update']._options = None
35
- _CHANNELSERVICE.methods_by_name['Update']._serialized_options = b'\262\322* \n\025UpdateChannelMetadata\022\007Channel'
40
+ _CHANNELSERVICE.methods_by_name['Update']._serialized_options = b'\262\322* \n\025UpdateChannelMetadata\022\007Channel\202\323\344\223\002$2\037/video/v1/channels/{channel_id}:\001*'
36
41
  _CHANNELSERVICE.methods_by_name['Delete']._options = None
37
- _CHANNELSERVICE.methods_by_name['Delete']._serialized_options = b'\262\322*.\n\025DeleteChannelMetadata\022\025google.protobuf.Empty'
38
- _globals['_GETCHANNELREQUEST']._serialized_start=215
39
- _globals['_GETCHANNELREQUEST']._serialized_end=254
40
- _globals['_LISTCHANNELSREQUEST']._serialized_start=256
41
- _globals['_LISTCHANNELSREQUEST']._serialized_end=381
42
- _globals['_LISTCHANNELSRESPONSE']._serialized_start=383
43
- _globals['_LISTCHANNELSRESPONSE']._serialized_end=486
44
- _globals['_CREATECHANNELREQUEST']._serialized_start=489
45
- _globals['_CREATECHANNELREQUEST']._serialized_end=700
46
- _globals['_CREATECHANNELREQUEST_LABELSENTRY']._serialized_start=648
47
- _globals['_CREATECHANNELREQUEST_LABELSENTRY']._serialized_end=693
48
- _globals['_CREATECHANNELMETADATA']._serialized_start=702
49
- _globals['_CREATECHANNELMETADATA']._serialized_end=745
50
- _globals['_UPDATECHANNELREQUEST']._serialized_start=748
51
- _globals['_UPDATECHANNELREQUEST']._serialized_end=1002
52
- _globals['_UPDATECHANNELREQUEST_LABELSENTRY']._serialized_start=648
53
- _globals['_UPDATECHANNELREQUEST_LABELSENTRY']._serialized_end=693
54
- _globals['_UPDATECHANNELMETADATA']._serialized_start=1004
55
- _globals['_UPDATECHANNELMETADATA']._serialized_end=1047
56
- _globals['_DELETECHANNELREQUEST']._serialized_start=1049
57
- _globals['_DELETECHANNELREQUEST']._serialized_end=1091
58
- _globals['_DELETECHANNELMETADATA']._serialized_start=1093
59
- _globals['_DELETECHANNELMETADATA']._serialized_end=1136
60
- _globals['_CHANNELSERVICE']._serialized_start=1139
61
- _globals['_CHANNELSERVICE']._serialized_end=1736
42
+ _CHANNELSERVICE.methods_by_name['Delete']._serialized_options = b'\262\322*.\n\025DeleteChannelMetadata\022\025google.protobuf.Empty\202\323\344\223\002!*\037/video/v1/channels/{channel_id}'
43
+ _globals['_GETCHANNELREQUEST']._serialized_start=245
44
+ _globals['_GETCHANNELREQUEST']._serialized_end=284
45
+ _globals['_LISTCHANNELSREQUEST']._serialized_start=286
46
+ _globals['_LISTCHANNELSREQUEST']._serialized_end=411
47
+ _globals['_LISTCHANNELSRESPONSE']._serialized_start=413
48
+ _globals['_LISTCHANNELSRESPONSE']._serialized_end=516
49
+ _globals['_CREATECHANNELREQUEST']._serialized_start=519
50
+ _globals['_CREATECHANNELREQUEST']._serialized_end=730
51
+ _globals['_CREATECHANNELREQUEST_LABELSENTRY']._serialized_start=678
52
+ _globals['_CREATECHANNELREQUEST_LABELSENTRY']._serialized_end=723
53
+ _globals['_CREATECHANNELMETADATA']._serialized_start=732
54
+ _globals['_CREATECHANNELMETADATA']._serialized_end=775
55
+ _globals['_UPDATECHANNELREQUEST']._serialized_start=778
56
+ _globals['_UPDATECHANNELREQUEST']._serialized_end=1032
57
+ _globals['_UPDATECHANNELREQUEST_LABELSENTRY']._serialized_start=678
58
+ _globals['_UPDATECHANNELREQUEST_LABELSENTRY']._serialized_end=723
59
+ _globals['_UPDATECHANNELMETADATA']._serialized_start=1034
60
+ _globals['_UPDATECHANNELMETADATA']._serialized_end=1077
61
+ _globals['_DELETECHANNELREQUEST']._serialized_start=1079
62
+ _globals['_DELETECHANNELREQUEST']._serialized_end=1121
63
+ _globals['_DELETECHANNELMETADATA']._serialized_start=1123
64
+ _globals['_DELETECHANNELMETADATA']._serialized_end=1166
65
+ _globals['_CHANNELSERVICE']._serialized_start=1169
66
+ _globals['_CHANNELSERVICE']._serialized_end=1943
62
67
  # @@protoc_insertion_point(module_scope)