yandexcloud 0.319.0__py3-none-any.whl → 0.321.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- yandex/cloud/ai/ocr/v1/ocr_pb2.pyi +2 -2
- yandex/cloud/ai/ocr/v1/ocr_service_pb2.pyi +5 -5
- yandex/cloud/cic/__init__.py +0 -0
- yandex/cloud/cic/v1/__init__.py +0 -0
- yandex/cloud/cic/v1/common/__init__.py +0 -0
- yandex/cloud/cic/v1/common/lag_allocation_settings_pb2.py +29 -0
- yandex/cloud/cic/v1/common/lag_allocation_settings_pb2.pyi +61 -0
- yandex/cloud/cic/v1/common/lag_allocation_settings_pb2_grpc.py +4 -0
- yandex/cloud/cic/v1/common/lag_allocation_settings_pb2_grpc.pyi +17 -0
- yandex/cloud/cic/v1/common/lag_info_pb2.py +27 -0
- yandex/cloud/cic/v1/common/lag_info_pb2.pyi +42 -0
- yandex/cloud/cic/v1/common/lag_info_pb2_grpc.py +4 -0
- yandex/cloud/cic/v1/common/lag_info_pb2_grpc.pyi +17 -0
- yandex/cloud/cic/v1/common/transceiver_type_pb2.py +26 -0
- yandex/cloud/cic/v1/common/transceiver_type_pb2.pyi +40 -0
- yandex/cloud/cic/v1/common/transceiver_type_pb2_grpc.py +4 -0
- yandex/cloud/cic/v1/common/transceiver_type_pb2_grpc.pyi +17 -0
- yandex/cloud/cic/v1/partner_pb2.py +28 -0
- yandex/cloud/cic/v1/partner_pb2.pyi +59 -0
- yandex/cloud/cic/v1/partner_pb2_grpc.py +4 -0
- yandex/cloud/cic/v1/partner_pb2_grpc.pyi +17 -0
- yandex/cloud/cic/v1/partner_service_pb2.py +47 -0
- yandex/cloud/cic/v1/partner_service_pb2.pyi +95 -0
- yandex/cloud/cic/v1/partner_service_pb2_grpc.py +107 -0
- yandex/cloud/cic/v1/partner_service_pb2_grpc.pyi +80 -0
- yandex/cloud/cic/v1/peering_pb2.py +26 -0
- yandex/cloud/cic/v1/peering_pb2.pyi +57 -0
- yandex/cloud/cic/v1/peering_pb2_grpc.py +4 -0
- yandex/cloud/cic/v1/peering_pb2_grpc.pyi +17 -0
- yandex/cloud/cic/v1/point_of_presence_pb2.py +26 -0
- yandex/cloud/cic/v1/point_of_presence_pb2.pyi +33 -0
- yandex/cloud/cic/v1/point_of_presence_pb2_grpc.py +4 -0
- yandex/cloud/cic/v1/point_of_presence_pb2_grpc.pyi +17 -0
- yandex/cloud/cic/v1/point_of_presence_service_pb2.py +47 -0
- yandex/cloud/cic/v1/point_of_presence_service_pb2.pyi +95 -0
- yandex/cloud/cic/v1/point_of_presence_service_pb2_grpc.py +107 -0
- yandex/cloud/cic/v1/point_of_presence_service_pb2_grpc.pyi +80 -0
- yandex/cloud/cic/v1/private_connection_pb2.py +34 -0
- yandex/cloud/cic/v1/private_connection_pb2.pyi +130 -0
- yandex/cloud/cic/v1/private_connection_pb2_grpc.py +4 -0
- yandex/cloud/cic/v1/private_connection_pb2_grpc.pyi +17 -0
- yandex/cloud/cic/v1/private_connection_service_pb2.py +49 -0
- yandex/cloud/cic/v1/private_connection_service_pb2.pyi +101 -0
- yandex/cloud/cic/v1/private_connection_service_pb2_grpc.py +107 -0
- yandex/cloud/cic/v1/private_connection_service_pb2_grpc.pyi +80 -0
- yandex/cloud/cic/v1/public_connection_pb2.py +36 -0
- yandex/cloud/cic/v1/public_connection_pb2.pyi +154 -0
- yandex/cloud/cic/v1/public_connection_pb2_grpc.py +4 -0
- yandex/cloud/cic/v1/public_connection_pb2_grpc.pyi +17 -0
- yandex/cloud/cic/v1/public_connection_service_pb2.py +49 -0
- yandex/cloud/cic/v1/public_connection_service_pb2.pyi +101 -0
- yandex/cloud/cic/v1/public_connection_service_pb2_grpc.py +107 -0
- yandex/cloud/cic/v1/public_connection_service_pb2_grpc.pyi +80 -0
- yandex/cloud/cic/v1/trunk_connection_pb2.py +41 -0
- yandex/cloud/cic/v1/trunk_connection_pb2.pyi +240 -0
- yandex/cloud/cic/v1/trunk_connection_pb2_grpc.py +4 -0
- yandex/cloud/cic/v1/trunk_connection_pb2_grpc.pyi +17 -0
- yandex/cloud/cic/v1/trunk_connection_service_pb2.py +49 -0
- yandex/cloud/cic/v1/trunk_connection_service_pb2.pyi +101 -0
- yandex/cloud/cic/v1/trunk_connection_service_pb2_grpc.py +107 -0
- yandex/cloud/cic/v1/trunk_connection_service_pb2_grpc.pyi +80 -0
- yandex/cloud/cloudapps/__init__.py +0 -0
- yandex/cloud/cloudapps/workload/__init__.py +0 -0
- yandex/cloud/cloudapps/workload/v1/__init__.py +0 -0
- yandex/cloud/cloudapps/workload/v1/cloud_application_pb2.py +47 -0
- yandex/cloud/cloudapps/workload/v1/cloud_application_pb2.pyi +127 -0
- yandex/cloud/cloudapps/workload/v1/cloud_application_pb2_grpc.py +4 -0
- yandex/cloud/cloudapps/workload/v1/cloud_application_pb2_grpc.pyi +17 -0
- yandex/cloud/cloudapps/workload/v1/cloud_application_service_pb2.py +39 -0
- yandex/cloud/cloudapps/workload/v1/cloud_application_service_pb2.pyi +73 -0
- yandex/cloud/cloudapps/workload/v1/cloud_application_service_pb2_grpc.py +106 -0
- yandex/cloud/cloudapps/workload/v1/cloud_application_service_pb2_grpc.pyi +72 -0
- yandex/cloud/datasphere/v2/jobs/jobs_pb2.py +27 -25
- yandex/cloud/datasphere/v2/jobs/jobs_pb2.pyi +62 -10
- yandex/cloud/datatransfer/v1/endpoint/postgres_pb2.pyi +2 -2
- yandex/cloud/k8s/marketplace/__init__.py +0 -0
- yandex/cloud/k8s/marketplace/v1/__init__.py +0 -0
- yandex/cloud/k8s/marketplace/v1/helm_release_pb2.py +29 -0
- yandex/cloud/k8s/marketplace/v1/helm_release_pb2.pyi +119 -0
- yandex/cloud/k8s/marketplace/v1/helm_release_pb2_grpc.py +4 -0
- yandex/cloud/k8s/marketplace/v1/helm_release_pb2_grpc.pyi +17 -0
- yandex/cloud/k8s/marketplace/v1/helm_release_service_pb2.py +83 -0
- yandex/cloud/k8s/marketplace/v1/helm_release_service_pb2.pyi +253 -0
- yandex/cloud/k8s/marketplace/v1/helm_release_service_pb2_grpc.py +208 -0
- yandex/cloud/k8s/marketplace/v1/helm_release_service_pb2_grpc.pyi +132 -0
- yandex/cloud/marketplace/licensemanager/saas/__init__.py +0 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/__init__.py +0 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/instance_service_pb2.py +35 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/instance_service_pb2.pyi +27 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/instance_service_pb2_grpc.py +71 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/instance_service_pb2_grpc.pyi +51 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/lock_service_pb2.py +47 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/lock_service_pb2.pyi +63 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/lock_service_pb2_grpc.py +107 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/lock_service_pb2_grpc.pyi +78 -0
- yandex/cloud/mdb/greenplum/v1/pxf_pb2.pyi +1 -1
- yandex/cloud/mdb/postgresql/v1/config/postgresql15_1c_pb2.py +15 -15
- yandex/cloud/mdb/postgresql/v1/config/postgresql15_1c_pb2.pyi +2 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql15_pb2.py +15 -15
- yandex/cloud/mdb/postgresql/v1/config/postgresql15_pb2.pyi +2 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql16_1c_pb2.py +15 -15
- yandex/cloud/mdb/postgresql/v1/config/postgresql16_1c_pb2.pyi +2 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql16_pb2.py +15 -15
- yandex/cloud/mdb/postgresql/v1/config/postgresql16_pb2.pyi +2 -0
- yandex/cloud/mdb/redis/v1/backup_service_pb2.py +19 -9
- yandex/cloud/mdb/redis/v1/backup_service_pb2.pyi +32 -0
- yandex/cloud/mdb/redis/v1/backup_service_pb2_grpc.py +35 -0
- yandex/cloud/mdb/redis/v1/backup_service_pb2_grpc.pyi +21 -0
- yandex/cloud/serverless/workflows/v1/history_entry_pb2.py +14 -10
- yandex/cloud/serverless/workflows/v1/history_entry_pb2.pyi +41 -2
- yandex/cloud/speechsense/v1/talk_service_pb2.py +7 -3
- yandex/cloud/storage/v1/s3api_pb2.py +31 -1
- yandex/cloud/storage/v1/s3api_pb2.pyi +359 -0
- {yandexcloud-0.319.0.dist-info → yandexcloud-0.321.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.319.0.dist-info → yandexcloud-0.321.0.dist-info}/RECORD +119 -29
- {yandexcloud-0.319.0.dist-info → yandexcloud-0.321.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.319.0.dist-info → yandexcloud-0.321.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.319.0.dist-info → yandexcloud-0.321.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.319.0.dist-info → yandexcloud-0.321.0.dist-info}/top_level.txt +0 -0
|
@@ -4,6 +4,7 @@ import grpc
|
|
|
4
4
|
|
|
5
5
|
from yandex.cloud.mdb.redis.v1 import backup_pb2 as yandex_dot_cloud_dot_mdb_dot_redis_dot_v1_dot_backup__pb2
|
|
6
6
|
from yandex.cloud.mdb.redis.v1 import backup_service_pb2 as yandex_dot_cloud_dot_mdb_dot_redis_dot_v1_dot_backup__service__pb2
|
|
7
|
+
from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
|
|
7
8
|
|
|
8
9
|
|
|
9
10
|
class BackupServiceStub(object):
|
|
@@ -26,6 +27,11 @@ class BackupServiceStub(object):
|
|
|
26
27
|
request_serializer=yandex_dot_cloud_dot_mdb_dot_redis_dot_v1_dot_backup__service__pb2.ListBackupsRequest.SerializeToString,
|
|
27
28
|
response_deserializer=yandex_dot_cloud_dot_mdb_dot_redis_dot_v1_dot_backup__service__pb2.ListBackupsResponse.FromString,
|
|
28
29
|
)
|
|
30
|
+
self.Delete = channel.unary_unary(
|
|
31
|
+
'/yandex.cloud.mdb.redis.v1.BackupService/Delete',
|
|
32
|
+
request_serializer=yandex_dot_cloud_dot_mdb_dot_redis_dot_v1_dot_backup__service__pb2.DeleteBackupRequest.SerializeToString,
|
|
33
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
34
|
+
)
|
|
29
35
|
|
|
30
36
|
|
|
31
37
|
class BackupServiceServicer(object):
|
|
@@ -48,6 +54,13 @@ class BackupServiceServicer(object):
|
|
|
48
54
|
context.set_details('Method not implemented!')
|
|
49
55
|
raise NotImplementedError('Method not implemented!')
|
|
50
56
|
|
|
57
|
+
def Delete(self, request, context):
|
|
58
|
+
"""Returns the list of available backups for the specified Redis cluster.
|
|
59
|
+
"""
|
|
60
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
61
|
+
context.set_details('Method not implemented!')
|
|
62
|
+
raise NotImplementedError('Method not implemented!')
|
|
63
|
+
|
|
51
64
|
|
|
52
65
|
def add_BackupServiceServicer_to_server(servicer, server):
|
|
53
66
|
rpc_method_handlers = {
|
|
@@ -61,6 +74,11 @@ def add_BackupServiceServicer_to_server(servicer, server):
|
|
|
61
74
|
request_deserializer=yandex_dot_cloud_dot_mdb_dot_redis_dot_v1_dot_backup__service__pb2.ListBackupsRequest.FromString,
|
|
62
75
|
response_serializer=yandex_dot_cloud_dot_mdb_dot_redis_dot_v1_dot_backup__service__pb2.ListBackupsResponse.SerializeToString,
|
|
63
76
|
),
|
|
77
|
+
'Delete': grpc.unary_unary_rpc_method_handler(
|
|
78
|
+
servicer.Delete,
|
|
79
|
+
request_deserializer=yandex_dot_cloud_dot_mdb_dot_redis_dot_v1_dot_backup__service__pb2.DeleteBackupRequest.FromString,
|
|
80
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
81
|
+
),
|
|
64
82
|
}
|
|
65
83
|
generic_handler = grpc.method_handlers_generic_handler(
|
|
66
84
|
'yandex.cloud.mdb.redis.v1.BackupService', rpc_method_handlers)
|
|
@@ -105,3 +123,20 @@ class BackupService(object):
|
|
|
105
123
|
yandex_dot_cloud_dot_mdb_dot_redis_dot_v1_dot_backup__service__pb2.ListBackupsResponse.FromString,
|
|
106
124
|
options, channel_credentials,
|
|
107
125
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
126
|
+
|
|
127
|
+
@staticmethod
|
|
128
|
+
def Delete(request,
|
|
129
|
+
target,
|
|
130
|
+
options=(),
|
|
131
|
+
channel_credentials=None,
|
|
132
|
+
call_credentials=None,
|
|
133
|
+
insecure=False,
|
|
134
|
+
compression=None,
|
|
135
|
+
wait_for_ready=None,
|
|
136
|
+
timeout=None,
|
|
137
|
+
metadata=None):
|
|
138
|
+
return grpc.experimental.unary_unary(request, target, '/yandex.cloud.mdb.redis.v1.BackupService/Delete',
|
|
139
|
+
yandex_dot_cloud_dot_mdb_dot_redis_dot_v1_dot_backup__service__pb2.DeleteBackupRequest.SerializeToString,
|
|
140
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
141
|
+
options, channel_credentials,
|
|
142
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
@@ -10,6 +10,7 @@ import grpc.aio
|
|
|
10
10
|
import typing
|
|
11
11
|
import yandex.cloud.mdb.redis.v1.backup_pb2
|
|
12
12
|
import yandex.cloud.mdb.redis.v1.backup_service_pb2
|
|
13
|
+
import yandex.cloud.operation.operation_pb2
|
|
13
14
|
|
|
14
15
|
_T = typing.TypeVar("_T")
|
|
15
16
|
|
|
@@ -37,6 +38,12 @@ class BackupServiceStub:
|
|
|
37
38
|
]
|
|
38
39
|
"""Retrieves the list of Redis backups available for the specified folder."""
|
|
39
40
|
|
|
41
|
+
Delete: grpc.UnaryUnaryMultiCallable[
|
|
42
|
+
yandex.cloud.mdb.redis.v1.backup_service_pb2.DeleteBackupRequest,
|
|
43
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
44
|
+
]
|
|
45
|
+
"""Returns the list of available backups for the specified Redis cluster."""
|
|
46
|
+
|
|
40
47
|
class BackupServiceAsyncStub:
|
|
41
48
|
"""A set of methods for managing Redis backups."""
|
|
42
49
|
|
|
@@ -55,6 +62,12 @@ class BackupServiceAsyncStub:
|
|
|
55
62
|
]
|
|
56
63
|
"""Retrieves the list of Redis backups available for the specified folder."""
|
|
57
64
|
|
|
65
|
+
Delete: grpc.aio.UnaryUnaryMultiCallable[
|
|
66
|
+
yandex.cloud.mdb.redis.v1.backup_service_pb2.DeleteBackupRequest,
|
|
67
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
68
|
+
]
|
|
69
|
+
"""Returns the list of available backups for the specified Redis cluster."""
|
|
70
|
+
|
|
58
71
|
class BackupServiceServicer(metaclass=abc.ABCMeta):
|
|
59
72
|
"""A set of methods for managing Redis backups."""
|
|
60
73
|
|
|
@@ -77,4 +90,12 @@ class BackupServiceServicer(metaclass=abc.ABCMeta):
|
|
|
77
90
|
) -> typing.Union[yandex.cloud.mdb.redis.v1.backup_service_pb2.ListBackupsResponse, collections.abc.Awaitable[yandex.cloud.mdb.redis.v1.backup_service_pb2.ListBackupsResponse]]:
|
|
78
91
|
"""Retrieves the list of Redis backups available for the specified folder."""
|
|
79
92
|
|
|
93
|
+
@abc.abstractmethod
|
|
94
|
+
def Delete(
|
|
95
|
+
self,
|
|
96
|
+
request: yandex.cloud.mdb.redis.v1.backup_service_pb2.DeleteBackupRequest,
|
|
97
|
+
context: _ServicerContext,
|
|
98
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
99
|
+
"""Returns the list of available backups for the specified Redis cluster."""
|
|
100
|
+
|
|
80
101
|
def add_BackupServiceServicer_to_server(servicer: BackupServiceServicer, 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'\n8yandex/cloud/serverless/workflows/v1/history_entry.proto\x12$yandex.cloud.serverless.workflows.v1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\"\
|
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n8yandex/cloud/serverless/workflows/v1/history_entry.proto\x12$yandex.cloud.serverless.workflows.v1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\"\xee\x06\n\x0cHistoryEntry\x12\n\n\x02id\x18\x01 \x01(\t\x12\r\n\x05title\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12.\n\nstarted_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x08\x64uration\x18\x05 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x46\n\x05input\x18\x06 \x01(\x0b\x32\x37.yandex.cloud.serverless.workflows.v1.HistoryEntryInput\x12H\n\x06output\x18\x07 \x01(\x0b\x32\x38.yandex.cloud.serverless.workflows.v1.HistoryEntryOutput\x12\x46\n\x05\x65rror\x18\x08 \x01(\x0b\x32\x37.yandex.cloud.serverless.workflows.v1.HistoryEntryError\x12I\n\x06status\x18\t \x01(\x0e\x32\x39.yandex.cloud.serverless.workflows.v1.HistoryEntry.Status\x12\x0c\n\x04type\x18\n \x01(\t\x12\x10\n\x08\x61ttempts\x18\x0c \x01(\x03\x12K\n\nlast_error\x18\r \x01(\x0b\x32\x37.yandex.cloud.serverless.workflows.v1.HistoryEntryError\x1a\xba\x01\n\rFailedAttempt\x12\x34\n\nstarted_at\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe8\xc7\x31\x01\x12+\n\x08\x64uration\x18\x02 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x46\n\x05\x65rror\x18\x03 \x01(\x0b\x32\x37.yandex.cloud.serverless.workflows.v1.HistoryEntryError\"|\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\r\n\tSCHEDULED\x10\x01\x12\x0b\n\x07STARTED\x10\x02\x12\r\n\tCOMPLETED\x10\x03\x12\n\n\x06\x46\x41ILED\x10\x04\x12\x14\n\x10\x43\x41NCEL_REQUESTED\x10\x05\x12\r\n\tCANCELLED\x10\x06J\x04\x08\x0b\x10\x0c\"8\n\x11HistoryEntryInput\x12\x14\n\ninput_json\x18\x01 \x01(\tH\x00\x42\r\n\x05input\x12\x04\xc0\xc1\x31\x01\";\n\x12HistoryEntryOutput\x12\x15\n\x0boutput_json\x18\x01 \x01(\tH\x00\x42\x0e\n\x06output\x12\x04\xc0\xc1\x31\x01\"8\n\x11HistoryEntryError\x12\x0f\n\x07message\x18\x01 \x01(\t\x12\x12\n\nerror_code\x18\x02 \x01(\tB~\n(yandex.cloud.api.serverless.workflows.v1ZRgithub.com/yandex-cloud/go-genproto/yandex/cloud/serverless/workflows/v1;workflowsb\x06proto3')
|
|
20
20
|
|
|
21
21
|
_globals = globals()
|
|
22
22
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -24,18 +24,22 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.serverless.wor
|
|
|
24
24
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
25
25
|
DESCRIPTOR._options = None
|
|
26
26
|
DESCRIPTOR._serialized_options = b'\n(yandex.cloud.api.serverless.workflows.v1ZRgithub.com/yandex-cloud/go-genproto/yandex/cloud/serverless/workflows/v1;workflows'
|
|
27
|
+
_HISTORYENTRY_FAILEDATTEMPT.fields_by_name['started_at']._options = None
|
|
28
|
+
_HISTORYENTRY_FAILEDATTEMPT.fields_by_name['started_at']._serialized_options = b'\350\3071\001'
|
|
27
29
|
_HISTORYENTRYINPUT.oneofs_by_name['input']._options = None
|
|
28
30
|
_HISTORYENTRYINPUT.oneofs_by_name['input']._serialized_options = b'\300\3011\001'
|
|
29
31
|
_HISTORYENTRYOUTPUT.oneofs_by_name['output']._options = None
|
|
30
32
|
_HISTORYENTRYOUTPUT.oneofs_by_name['output']._serialized_options = b'\300\3011\001'
|
|
31
33
|
_globals['_HISTORYENTRY']._serialized_start=195
|
|
32
|
-
_globals['_HISTORYENTRY']._serialized_end=
|
|
33
|
-
_globals['
|
|
34
|
-
_globals['
|
|
35
|
-
_globals['
|
|
36
|
-
_globals['
|
|
37
|
-
_globals['
|
|
38
|
-
_globals['
|
|
39
|
-
_globals['
|
|
40
|
-
_globals['
|
|
34
|
+
_globals['_HISTORYENTRY']._serialized_end=1073
|
|
35
|
+
_globals['_HISTORYENTRY_FAILEDATTEMPT']._serialized_start=755
|
|
36
|
+
_globals['_HISTORYENTRY_FAILEDATTEMPT']._serialized_end=941
|
|
37
|
+
_globals['_HISTORYENTRY_STATUS']._serialized_start=943
|
|
38
|
+
_globals['_HISTORYENTRY_STATUS']._serialized_end=1067
|
|
39
|
+
_globals['_HISTORYENTRYINPUT']._serialized_start=1075
|
|
40
|
+
_globals['_HISTORYENTRYINPUT']._serialized_end=1131
|
|
41
|
+
_globals['_HISTORYENTRYOUTPUT']._serialized_start=1133
|
|
42
|
+
_globals['_HISTORYENTRYOUTPUT']._serialized_end=1192
|
|
43
|
+
_globals['_HISTORYENTRYERROR']._serialized_start=1194
|
|
44
|
+
_globals['_HISTORYENTRYERROR']._serialized_end=1250
|
|
41
45
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -58,6 +58,35 @@ class HistoryEntry(google.protobuf.message.Message):
|
|
|
58
58
|
CANCELLED: HistoryEntry.Status.ValueType # 6
|
|
59
59
|
"""Step execution is canceled."""
|
|
60
60
|
|
|
61
|
+
@typing.final
|
|
62
|
+
class FailedAttempt(google.protobuf.message.Message):
|
|
63
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
64
|
+
|
|
65
|
+
STARTED_AT_FIELD_NUMBER: builtins.int
|
|
66
|
+
DURATION_FIELD_NUMBER: builtins.int
|
|
67
|
+
ERROR_FIELD_NUMBER: builtins.int
|
|
68
|
+
@property
|
|
69
|
+
def started_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
70
|
+
"""Start timestamp for the attempt."""
|
|
71
|
+
|
|
72
|
+
@property
|
|
73
|
+
def duration(self) -> google.protobuf.duration_pb2.Duration:
|
|
74
|
+
"""Duration of the attempt."""
|
|
75
|
+
|
|
76
|
+
@property
|
|
77
|
+
def error(self) -> global___HistoryEntryError:
|
|
78
|
+
"""Error details."""
|
|
79
|
+
|
|
80
|
+
def __init__(
|
|
81
|
+
self,
|
|
82
|
+
*,
|
|
83
|
+
started_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
84
|
+
duration: google.protobuf.duration_pb2.Duration | None = ...,
|
|
85
|
+
error: global___HistoryEntryError | None = ...,
|
|
86
|
+
) -> None: ...
|
|
87
|
+
def HasField(self, field_name: typing.Literal["duration", b"duration", "error", b"error", "started_at", b"started_at"]) -> builtins.bool: ...
|
|
88
|
+
def ClearField(self, field_name: typing.Literal["duration", b"duration", "error", b"error", "started_at", b"started_at"]) -> None: ...
|
|
89
|
+
|
|
61
90
|
ID_FIELD_NUMBER: builtins.int
|
|
62
91
|
TITLE_FIELD_NUMBER: builtins.int
|
|
63
92
|
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
@@ -68,6 +97,8 @@ class HistoryEntry(google.protobuf.message.Message):
|
|
|
68
97
|
ERROR_FIELD_NUMBER: builtins.int
|
|
69
98
|
STATUS_FIELD_NUMBER: builtins.int
|
|
70
99
|
TYPE_FIELD_NUMBER: builtins.int
|
|
100
|
+
ATTEMPTS_FIELD_NUMBER: builtins.int
|
|
101
|
+
LAST_ERROR_FIELD_NUMBER: builtins.int
|
|
71
102
|
id: builtins.str
|
|
72
103
|
"""ID of the Workflow step."""
|
|
73
104
|
title: builtins.str
|
|
@@ -78,6 +109,8 @@ class HistoryEntry(google.protobuf.message.Message):
|
|
|
78
109
|
"""Status of the Workflow step."""
|
|
79
110
|
type: builtins.str
|
|
80
111
|
"""Type of the Workflow step (for example, FunctionCall or HttpCall)."""
|
|
112
|
+
attempts: builtins.int
|
|
113
|
+
"""Number of attempts (including all retries of unsuccessful attempts). Value "1" means there were no retries."""
|
|
81
114
|
@property
|
|
82
115
|
def started_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
83
116
|
"""Start timestamp for the Workflow step."""
|
|
@@ -98,6 +131,10 @@ class HistoryEntry(google.protobuf.message.Message):
|
|
|
98
131
|
def error(self) -> global___HistoryEntryError:
|
|
99
132
|
"""Error details, in case Workflow step failed."""
|
|
100
133
|
|
|
134
|
+
@property
|
|
135
|
+
def last_error(self) -> global___HistoryEntryError:
|
|
136
|
+
"""Last received error details in case of retries."""
|
|
137
|
+
|
|
101
138
|
def __init__(
|
|
102
139
|
self,
|
|
103
140
|
*,
|
|
@@ -111,9 +148,11 @@ class HistoryEntry(google.protobuf.message.Message):
|
|
|
111
148
|
error: global___HistoryEntryError | None = ...,
|
|
112
149
|
status: global___HistoryEntry.Status.ValueType = ...,
|
|
113
150
|
type: builtins.str = ...,
|
|
151
|
+
attempts: builtins.int = ...,
|
|
152
|
+
last_error: global___HistoryEntryError | None = ...,
|
|
114
153
|
) -> None: ...
|
|
115
|
-
def HasField(self, field_name: typing.Literal["duration", b"duration", "error", b"error", "input", b"input", "output", b"output", "started_at", b"started_at"]) -> builtins.bool: ...
|
|
116
|
-
def ClearField(self, field_name: typing.Literal["description", b"description", "duration", b"duration", "error", b"error", "id", b"id", "input", b"input", "output", b"output", "started_at", b"started_at", "status", b"status", "title", b"title", "type", b"type"]) -> None: ...
|
|
154
|
+
def HasField(self, field_name: typing.Literal["duration", b"duration", "error", b"error", "input", b"input", "last_error", b"last_error", "output", b"output", "started_at", b"started_at"]) -> builtins.bool: ...
|
|
155
|
+
def ClearField(self, field_name: typing.Literal["attempts", b"attempts", "description", b"description", "duration", b"duration", "error", b"error", "id", b"id", "input", b"input", "last_error", b"last_error", "output", b"output", "started_at", b"started_at", "status", b"status", "title", b"title", "type", b"type"]) -> None: ...
|
|
117
156
|
|
|
118
157
|
global___HistoryEntry = HistoryEntry
|
|
119
158
|
|
|
@@ -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\xd2\x05\n\x0bTalkService\x12s\n\x0eUploadAsStream\x12..yandex.cloud.speechsense.v1.StreamTalkRequest\x1a/.yandex.cloud.speechsense.v1.UploadTalkResponse(\x01\x12\x92\x01\n\x06Upload\x12..yandex.cloud.speechsense.v1.UploadTalkRequest\x1a/.yandex.cloud.speechsense.v1.UploadTalkResponse\"\'\x82\xd3\xe4\x93\x02!\"\x1c/speechsense/v1/talks/upload:\x01*\x12\x9a\x01\n\nUploadText\x12..yandex.cloud.speechsense.v1.UploadTextRequest\x1a/.yandex.cloud.speechsense.v1.UploadTextResponse\"+\x82\xd3\xe4\x93\x02%\" /speechsense/v1/talks/uploadText:\x01*\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,14 @@ 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*'
|
|
34
38
|
_TALKSERVICE.methods_by_name['Search']._options = None
|
|
35
39
|
_TALKSERVICE.methods_by_name['Search']._serialized_options = b'\202\323\344\223\002!\"\034/speechsense/v1/talks/search:\001*'
|
|
36
40
|
_TALKSERVICE.methods_by_name['Get']._options = None
|
|
37
|
-
_TALKSERVICE.methods_by_name['Get']._serialized_options = b'\202\323\344\223\002\
|
|
41
|
+
_TALKSERVICE.methods_by_name['Get']._serialized_options = b'\202\323\344\223\002\036\"\031/speechsense/v1/talks/get:\001*'
|
|
38
42
|
_globals['_USERROLE']._serialized_start=1888
|
|
39
43
|
_globals['_USERROLE']._serialized_end=1990
|
|
40
44
|
_globals['_STREAMTALKREQUEST']._serialized_start=307
|
|
@@ -64,5 +68,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
64
68
|
_globals['_GETTALKRESPONSE']._serialized_start=1820
|
|
65
69
|
_globals['_GETTALKRESPONSE']._serialized_end=1886
|
|
66
70
|
_globals['_TALKSERVICE']._serialized_start=1993
|
|
67
|
-
_globals['_TALKSERVICE']._serialized_end=
|
|
71
|
+
_globals['_TALKSERVICE']._serialized_end=2715
|
|
68
72
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -14,7 +14,7 @@ _sym_db = _symbol_database.Default()
|
|
|
14
14
|
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#yandex/cloud/storage/v1/s3api.proto\x12\x17yandex.cloud.storage.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"\xcd\x05\n\x16S3APIGetObjectResponse\x12\x0c\n\x04\x65tag\x18\x01 \x01(\t\x12\x12\n\nrequest_id\x18\x02 \x01(\t\x12\x15\n\raccept_ranges\x18\x03 \x01(\t\x12\x15\n\rcache_control\x18\x04 \x01(\t\x12\x1b\n\x13\x63ontent_disposition\x18\x05 \x01(\t\x12\x18\n\x10\x63ontent_encoding\x18\x06 \x01(\t\x12\x18\n\x10\x63ontent_language\x18\x07 \x01(\t\x12\x16\n\x0e\x63ontent_length\x18\x08 \x01(\x03\x12\x15\n\rcontent_range\x18\t \x01(\t\x12\x14\n\x0c\x63ontent_type\x18\n \x01(\t\x12\x12\n\nversion_id\x18\x0b \x01(\t\x12.\n\nexpires_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x34\n\x10last_modified_at\x18\r \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12O\n\x08metadata\x18\x0e \x03(\x0b\x32=.yandex.cloud.storage.v1.S3APIGetObjectResponse.MetadataEntry\x12\x15\n\rstorage_class\x18\x0f \x01(\t\x12\x1e\n\x16server_side_encryption\x18\x10 \x01(\t\x12\x16\n\x0esse_kms_key_id\x18\x11 \x01(\t\x12\x18\n\x10object_lock_mode\x18\x12 \x01(\t\x12\x41\n\x1dobject_lock_retain_until_date\x18\x13 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12%\n\x1dobject_lock_legal_hold_status\x18\x14 \x01(\t\x1a/\n\rMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"N\n\x16S3APIPutObjectResponse\x12\x0c\n\x04\x65tag\x18\x01 \x01(\t\x12\x12\n\nrequest_id\x18\x02 \x01(\t\x12\x12\n\nversion_id\x18\x03 \x01(\t\"C\n\x19S3APIDeleteObjectResponse\x12\x12\n\nrequest_id\x18\x01 \x01(\t\x12\x12\n\nversion_id\x18\x02 \x01(\tBb\n\x1byandex.cloud.api.storage.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/storage/v1;storageb\x06proto3')
|
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#yandex/cloud/storage/v1/s3api.proto\x12\x17yandex.cloud.storage.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"\xcd\x05\n\x16S3APIGetObjectResponse\x12\x0c\n\x04\x65tag\x18\x01 \x01(\t\x12\x12\n\nrequest_id\x18\x02 \x01(\t\x12\x15\n\raccept_ranges\x18\x03 \x01(\t\x12\x15\n\rcache_control\x18\x04 \x01(\t\x12\x1b\n\x13\x63ontent_disposition\x18\x05 \x01(\t\x12\x18\n\x10\x63ontent_encoding\x18\x06 \x01(\t\x12\x18\n\x10\x63ontent_language\x18\x07 \x01(\t\x12\x16\n\x0e\x63ontent_length\x18\x08 \x01(\x03\x12\x15\n\rcontent_range\x18\t \x01(\t\x12\x14\n\x0c\x63ontent_type\x18\n \x01(\t\x12\x12\n\nversion_id\x18\x0b \x01(\t\x12.\n\nexpires_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x34\n\x10last_modified_at\x18\r \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12O\n\x08metadata\x18\x0e \x03(\x0b\x32=.yandex.cloud.storage.v1.S3APIGetObjectResponse.MetadataEntry\x12\x15\n\rstorage_class\x18\x0f \x01(\t\x12\x1e\n\x16server_side_encryption\x18\x10 \x01(\t\x12\x16\n\x0esse_kms_key_id\x18\x11 \x01(\t\x12\x18\n\x10object_lock_mode\x18\x12 \x01(\t\x12\x41\n\x1dobject_lock_retain_until_date\x18\x13 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12%\n\x1dobject_lock_legal_hold_status\x18\x14 \x01(\t\x1a/\n\rMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"N\n\x16S3APIPutObjectResponse\x12\x0c\n\x04\x65tag\x18\x01 \x01(\t\x12\x12\n\nrequest_id\x18\x02 \x01(\t\x12\x12\n\nversion_id\x18\x03 \x01(\t\"C\n\x19S3APIDeleteObjectResponse\x12\x12\n\nrequest_id\x18\x01 \x01(\t\x12\x12\n\nversion_id\x18\x02 \x01(\t\"V\n\x10\x43opyObjectResult\x12\x0c\n\x04\x65tag\x18\x01 \x01(\t\x12\x34\n\x10last_modified_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\xa8\x01\n\x17S3APICopyObjectResponse\x12\x45\n\x12\x63opy_object_result\x18\x01 \x01(\x0b\x32).yandex.cloud.storage.v1.CopyObjectResult\x12\x12\n\nrequest_id\x18\x02 \x01(\t\x12\x1e\n\x16\x63opy_source_version_id\x18\x03 \x01(\t\x12\x12\n\nversion_id\x18\x04 \x01(\t\"u\n\x19SuccessfullyDeletedObject\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x12\n\nversion_id\x18\x02 \x01(\t\x12\x15\n\rdelete_marker\x18\x03 \x01(\x08\x12 \n\x18\x64\x65lete_marker_version_id\x18\x04 \x01(\t\"O\n\x11\x44\x65leteObjectError\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x12\n\nversion_id\x18\x02 \x01(\t\x12\x0c\n\x04\x63ode\x18\x03 \x01(\t\x12\x0b\n\x03msg\x18\x04 \x01(\t\"\xb1\x01\n\x1aS3APIDeleteObjectsResponse\x12\x43\n\x07\x64\x65leted\x18\x01 \x03(\x0b\x32\x32.yandex.cloud.storage.v1.SuccessfullyDeletedObject\x12:\n\x06\x65rrors\x18\x02 \x03(\x0b\x32*.yandex.cloud.storage.v1.DeleteObjectError\x12\x12\n\nrequest_id\x18\x03 \x01(\t\"5\n\x1fS3APIPutObjectRetentionResponse\x12\x12\n\nrequest_id\x18\x01 \x01(\t\"Z\n\x13ObjectLockRetention\x12\x0c\n\x04mode\x18\x01 \x01(\t\x12\x35\n\x11retain_until_date\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"v\n\x1fS3APIGetObjectRetentionResponse\x12\x12\n\nrequest_id\x18\x01 \x01(\t\x12?\n\tretention\x18\x02 \x01(\x0b\x32,.yandex.cloud.storage.v1.ObjectLockRetention\"5\n\x1fS3APIPutObjectLegalHoldResponse\x12\x12\n\nrequest_id\x18\x01 \x01(\t\"%\n\x13ObjectLockLegalHold\x12\x0e\n\x06status\x18\x01 \x01(\t\"w\n\x1fS3APIGetObjectLegalHoldResponse\x12\x12\n\nrequest_id\x18\x01 \x01(\t\x12@\n\nlegal_hold\x18\x02 \x01(\x0b\x32,.yandex.cloud.storage.v1.ObjectLockLegalHold\"G\n\x1dS3APIPutObjectTaggingResponse\x12\x12\n\nrequest_id\x18\x01 \x01(\t\x12\x12\n\nversion_id\x18\x02 \x01(\t\"\'\n\tObjectTag\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\"|\n\x1dS3APIGetObjectTaggingResponse\x12\x12\n\nrequest_id\x18\x01 \x01(\t\x12\x12\n\nversion_id\x18\x02 \x01(\t\x12\x33\n\x07tag_set\x18\x03 \x03(\x0b\x32\".yandex.cloud.storage.v1.ObjectTag\"J\n S3APIDeleteObjectTaggingResponse\x12\x12\n\nrequest_id\x18\x01 \x01(\t\x12\x12\n\nversion_id\x18\x02 \x01(\tBb\n\x1byandex.cloud.api.storage.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/storage/v1;storageb\x06proto3')
|
|
18
18
|
|
|
19
19
|
_globals = globals()
|
|
20
20
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -32,4 +32,34 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
32
32
|
_globals['_S3APIPUTOBJECTRESPONSE']._serialized_end=895
|
|
33
33
|
_globals['_S3APIDELETEOBJECTRESPONSE']._serialized_start=897
|
|
34
34
|
_globals['_S3APIDELETEOBJECTRESPONSE']._serialized_end=964
|
|
35
|
+
_globals['_COPYOBJECTRESULT']._serialized_start=966
|
|
36
|
+
_globals['_COPYOBJECTRESULT']._serialized_end=1052
|
|
37
|
+
_globals['_S3APICOPYOBJECTRESPONSE']._serialized_start=1055
|
|
38
|
+
_globals['_S3APICOPYOBJECTRESPONSE']._serialized_end=1223
|
|
39
|
+
_globals['_SUCCESSFULLYDELETEDOBJECT']._serialized_start=1225
|
|
40
|
+
_globals['_SUCCESSFULLYDELETEDOBJECT']._serialized_end=1342
|
|
41
|
+
_globals['_DELETEOBJECTERROR']._serialized_start=1344
|
|
42
|
+
_globals['_DELETEOBJECTERROR']._serialized_end=1423
|
|
43
|
+
_globals['_S3APIDELETEOBJECTSRESPONSE']._serialized_start=1426
|
|
44
|
+
_globals['_S3APIDELETEOBJECTSRESPONSE']._serialized_end=1603
|
|
45
|
+
_globals['_S3APIPUTOBJECTRETENTIONRESPONSE']._serialized_start=1605
|
|
46
|
+
_globals['_S3APIPUTOBJECTRETENTIONRESPONSE']._serialized_end=1658
|
|
47
|
+
_globals['_OBJECTLOCKRETENTION']._serialized_start=1660
|
|
48
|
+
_globals['_OBJECTLOCKRETENTION']._serialized_end=1750
|
|
49
|
+
_globals['_S3APIGETOBJECTRETENTIONRESPONSE']._serialized_start=1752
|
|
50
|
+
_globals['_S3APIGETOBJECTRETENTIONRESPONSE']._serialized_end=1870
|
|
51
|
+
_globals['_S3APIPUTOBJECTLEGALHOLDRESPONSE']._serialized_start=1872
|
|
52
|
+
_globals['_S3APIPUTOBJECTLEGALHOLDRESPONSE']._serialized_end=1925
|
|
53
|
+
_globals['_OBJECTLOCKLEGALHOLD']._serialized_start=1927
|
|
54
|
+
_globals['_OBJECTLOCKLEGALHOLD']._serialized_end=1964
|
|
55
|
+
_globals['_S3APIGETOBJECTLEGALHOLDRESPONSE']._serialized_start=1966
|
|
56
|
+
_globals['_S3APIGETOBJECTLEGALHOLDRESPONSE']._serialized_end=2085
|
|
57
|
+
_globals['_S3APIPUTOBJECTTAGGINGRESPONSE']._serialized_start=2087
|
|
58
|
+
_globals['_S3APIPUTOBJECTTAGGINGRESPONSE']._serialized_end=2158
|
|
59
|
+
_globals['_OBJECTTAG']._serialized_start=2160
|
|
60
|
+
_globals['_OBJECTTAG']._serialized_end=2199
|
|
61
|
+
_globals['_S3APIGETOBJECTTAGGINGRESPONSE']._serialized_start=2201
|
|
62
|
+
_globals['_S3APIGETOBJECTTAGGINGRESPONSE']._serialized_end=2325
|
|
63
|
+
_globals['_S3APIDELETEOBJECTTAGGINGRESPONSE']._serialized_start=2327
|
|
64
|
+
_globals['_S3APIDELETEOBJECTTAGGINGRESPONSE']._serialized_end=2401
|
|
35
65
|
# @@protoc_insertion_point(module_scope)
|