yandexcloud 0.334.0__py3-none-any.whl → 0.336.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/tuning/v1/tuning_service_pb2.py +8 -8
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +11 -3
- yandex/cloud/cic/v1/common/lag_allocation_settings_pb2.py +4 -4
- yandex/cloud/cic/v1/common/lag_allocation_settings_pb2.pyi +3 -9
- yandex/cloud/cic/v1/partner_pb2.pyi +1 -1
- yandex/cloud/cic/v1/private_connection_pb2.py +10 -9
- yandex/cloud/cic/v1/private_connection_pb2.pyi +40 -12
- yandex/cloud/cic/v1/private_connection_service_pb2.py +76 -9
- yandex/cloud/cic/v1/private_connection_service_pb2.pyi +379 -1
- yandex/cloud/cic/v1/private_connection_service_pb2_grpc.py +270 -0
- yandex/cloud/cic/v1/private_connection_service_pb2_grpc.pyi +151 -0
- yandex/cloud/cic/v1/public_connection_pb2.py +10 -7
- yandex/cloud/cic/v1/public_connection_pb2.pyi +32 -2
- yandex/cloud/cic/v1/trunk_connection_pb2.py +16 -13
- yandex/cloud/cic/v1/trunk_connection_pb2.pyi +40 -2
- yandex/cloud/cic/v1/trunk_connection_service_pb2.py +63 -9
- yandex/cloud/cic/v1/trunk_connection_service_pb2.pyi +368 -1
- yandex/cloud/cic/v1/trunk_connection_service_pb2_grpc.py +180 -0
- yandex/cloud/cic/v1/trunk_connection_service_pb2_grpc.pyi +99 -0
- yandex/cloud/cloudrouter/v1/routing_instance_pb2.py +16 -15
- yandex/cloud/cloudrouter/v1/routing_instance_pb2.pyi +11 -3
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2.py +86 -15
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2.pyi +388 -1
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2_grpc.py +360 -0
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2_grpc.pyi +203 -0
- yandex/cloud/compute/v1/instance_pb2.py +52 -52
- yandex/cloud/compute/v1/instance_pb2.pyi +5 -1
- yandex/cloud/compute/v1/instance_service_pb2.py +130 -126
- yandex/cloud/compute/v1/instance_service_pb2.pyi +17 -2
- yandex/cloud/compute/v1/reserved_instance_pool_pb2.py +59 -0
- yandex/cloud/compute/v1/reserved_instance_pool_pb2.pyi +171 -0
- yandex/cloud/compute/v1/reserved_instance_pool_pb2_grpc.py +24 -0
- yandex/cloud/compute/v1/reserved_instance_pool_pb2_grpc.pyi +17 -0
- yandex/cloud/compute/v1/reserved_instance_pool_service_pb2.py +123 -0
- yandex/cloud/compute/v1/reserved_instance_pool_service_pb2.pyi +345 -0
- yandex/cloud/compute/v1/reserved_instance_pool_service_pb2_grpc.py +282 -0
- yandex/cloud/compute/v1/reserved_instance_pool_service_pb2_grpc.pyi +147 -0
- yandex/cloud/iot/devices/v1/device_pb2.py +4 -4
- yandex/cloud/iot/devices/v1/device_pb2.pyi +6 -2
- yandex/cloud/loadbalancer/v1/network_load_balancer_pb2.py +22 -22
- yandex/cloud/loadbalancer/v1/network_load_balancer_pb2.pyi +5 -1
- yandex/cloud/loadbalancer/v1/network_load_balancer_service_pb2.py +56 -56
- yandex/cloud/loadbalancer/v1/network_load_balancer_service_pb2.pyi +10 -2
- yandex/cloud/lockbox/v1/secret_service_pb2.py +46 -50
- yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.py +74 -70
- yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.pyi +151 -5
- yandex/cloud/mdb/clickhouse/v1/user_pb2.py +32 -28
- yandex/cloud/mdb/clickhouse/v1/user_pb2.pyi +198 -10
- yandex/cloud/mdb/greenplum/v1/cluster_pb2.py +30 -24
- yandex/cloud/mdb/greenplum/v1/cluster_pb2.pyi +47 -2
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.py +78 -78
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.pyi +29 -5
- yandex/cloud/mdb/mongodb/v1/cluster_service_pb2.pyi +0 -2
- yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.py +38 -22
- yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.pyi +193 -13
- yandex/cloud/mdb/mysql/v1/config/mysql5_7_pb2.py +18 -18
- yandex/cloud/mdb/mysql/v1/config/mysql5_7_pb2.pyi +8 -0
- yandex/cloud/mdb/mysql/v1/config/mysql8_0_pb2.py +18 -18
- yandex/cloud/mdb/mysql/v1/config/mysql8_0_pb2.pyi +8 -0
- yandex/cloud/mdb/mysql/v1/user_pb2.py +3 -3
- yandex/cloud/mdb/mysql/v1/user_pb2.pyi +8 -0
- yandex/cloud/serverless/eventrouter/v1/bus_pb2.py +17 -7
- yandex/cloud/serverless/eventrouter/v1/bus_pb2.pyi +46 -2
- yandex/cloud/serverless/eventrouter/v1/bus_service_pb2.py +22 -22
- yandex/cloud/serverless/eventrouter/v1/bus_service_pb2.pyi +24 -3
- yandex/cloud/storage/v1/bucket_pb2.py +75 -73
- yandex/cloud/video/v1/channel_pb2.py +10 -4
- yandex/cloud/video/v1/channel_pb2.pyi +73 -2
- yandex/cloud/video/v1/channel_service_pb2.py +36 -29
- yandex/cloud/video/v1/channel_service_pb2_grpc.py +133 -0
- yandex/cloud/video/v1/channel_service_pb2_grpc.pyi +61 -0
- yandex/cloud/video/v1/episode_service_pb2.py +54 -53
- yandex/cloud/video/v1/episode_service_pb2.pyi +9 -2
- yandex/cloud/video/v1/video_pb2.py +20 -19
- yandex/cloud/video/v1/video_pb2.pyi +12 -2
- yandex/cloud/video/v1/video_service_pb2.py +64 -63
- yandex/cloud/video/v1/video_service_pb2.pyi +23 -4
- yandexcloud/__init__.py +2 -1
- yandexcloud/_channels.py +8 -3
- yandexcloud/_retry_interceptor.py +2 -0
- yandexcloud/_retry_policy.py +31 -0
- yandexcloud/_sdk.py +5 -10
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.336.0.dist-info}/METADATA +20 -1
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.336.0.dist-info}/RECORD +88 -79
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.336.0.dist-info}/WHEEL +1 -1
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.336.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.336.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.336.0.dist-info}/top_level.txt +0 -0
|
@@ -23,9 +23,11 @@ _sym_db = _symbol_database.Default()
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
26
|
+
from yandex.cloud.logging.v1 import log_entry_pb2 as yandex_dot_cloud_dot_logging_dot_v1_dot_log__entry__pb2
|
|
27
|
+
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
26
28
|
|
|
27
29
|
|
|
28
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0yandex/cloud/serverless/eventrouter/v1/bus.proto\x12&yandex.cloud.serverless.eventrouter.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"\
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0yandex/cloud/serverless/eventrouter/v1/bus.proto\x12&yandex.cloud.serverless.eventrouter.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\'yandex/cloud/logging/v1/log_entry.proto\x1a\x1dyandex/cloud/validation.proto\"\xc2\x01\n\nLogOptions\x12 \n\x0clog_group_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x1d\n\tfolder_id\x18\x02 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12:\n\tmin_level\x18\x03 \x01(\x0e\x32\'.yandex.cloud.logging.v1.LogLevel.Level\x12(\n\x12service_account_id\x18\x04 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50B\r\n\x0b\x64\x65stination\"\x8e\x04\n\x03\x42us\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t\x12\x10\n\x08\x63loud_id\x18\x03 \x01(\t\x12.\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04name\x18\x05 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x06 \x01(\t\x12G\n\x06labels\x18\x07 \x03(\x0b\x32\x37.yandex.cloud.serverless.eventrouter.v1.Bus.LabelsEntry\x12\x1b\n\x13\x64\x65letion_protection\x18\x08 \x01(\x08\x12\x42\n\x06status\x18\t \x01(\x0e\x32\x32.yandex.cloud.serverless.eventrouter.v1.Bus.Status\x12\x17\n\x0flogging_enabled\x18\n \x01(\x08\x12G\n\x0blog_options\x18\x0b \x01(\x0b\x32\x32.yandex.cloud.serverless.eventrouter.v1.LogOptions\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"H\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\n\n\x06\x41\x43TIVE\x10\x02\x12\x0c\n\x08\x44\x45LETING\x10\x03\x42\x8a\x01\n*yandex.cloud.api.serverless.eventrouter.v1B\x04PERBZVgithub.com/yandex-cloud/go-genproto/yandex/cloud/serverless/eventrouter/v1;eventrouterb\x06proto3')
|
|
29
31
|
|
|
30
32
|
_globals = globals()
|
|
31
33
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -33,12 +35,20 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.serverless.eve
|
|
|
33
35
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
36
|
_globals['DESCRIPTOR']._loaded_options = None
|
|
35
37
|
_globals['DESCRIPTOR']._serialized_options = b'\n*yandex.cloud.api.serverless.eventrouter.v1B\004PERBZVgithub.com/yandex-cloud/go-genproto/yandex/cloud/serverless/eventrouter/v1;eventrouter'
|
|
38
|
+
_globals['_LOGOPTIONS'].fields_by_name['log_group_id']._loaded_options = None
|
|
39
|
+
_globals['_LOGOPTIONS'].fields_by_name['log_group_id']._serialized_options = b'\212\3101\004<=50'
|
|
40
|
+
_globals['_LOGOPTIONS'].fields_by_name['folder_id']._loaded_options = None
|
|
41
|
+
_globals['_LOGOPTIONS'].fields_by_name['folder_id']._serialized_options = b'\212\3101\004<=50'
|
|
42
|
+
_globals['_LOGOPTIONS'].fields_by_name['service_account_id']._loaded_options = None
|
|
43
|
+
_globals['_LOGOPTIONS'].fields_by_name['service_account_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
36
44
|
_globals['_BUS_LABELSENTRY']._loaded_options = None
|
|
37
45
|
_globals['_BUS_LABELSENTRY']._serialized_options = b'8\001'
|
|
38
|
-
_globals['
|
|
39
|
-
_globals['
|
|
40
|
-
_globals['
|
|
41
|
-
_globals['
|
|
42
|
-
_globals['
|
|
43
|
-
_globals['
|
|
46
|
+
_globals['_LOGOPTIONS']._serialized_start=198
|
|
47
|
+
_globals['_LOGOPTIONS']._serialized_end=392
|
|
48
|
+
_globals['_BUS']._serialized_start=395
|
|
49
|
+
_globals['_BUS']._serialized_end=921
|
|
50
|
+
_globals['_BUS_LABELSENTRY']._serialized_start=802
|
|
51
|
+
_globals['_BUS_LABELSENTRY']._serialized_end=847
|
|
52
|
+
_globals['_BUS_STATUS']._serialized_start=849
|
|
53
|
+
_globals['_BUS_STATUS']._serialized_end=921
|
|
44
54
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -12,6 +12,7 @@ import google.protobuf.message
|
|
|
12
12
|
import google.protobuf.timestamp_pb2
|
|
13
13
|
import sys
|
|
14
14
|
import typing
|
|
15
|
+
import yandex.cloud.logging.v1.log_entry_pb2
|
|
15
16
|
|
|
16
17
|
if sys.version_info >= (3, 10):
|
|
17
18
|
import typing as typing_extensions
|
|
@@ -20,6 +21,39 @@ else:
|
|
|
20
21
|
|
|
21
22
|
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
22
23
|
|
|
24
|
+
@typing.final
|
|
25
|
+
class LogOptions(google.protobuf.message.Message):
|
|
26
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
27
|
+
|
|
28
|
+
LOG_GROUP_ID_FIELD_NUMBER: builtins.int
|
|
29
|
+
FOLDER_ID_FIELD_NUMBER: builtins.int
|
|
30
|
+
MIN_LEVEL_FIELD_NUMBER: builtins.int
|
|
31
|
+
SERVICE_ACCOUNT_ID_FIELD_NUMBER: builtins.int
|
|
32
|
+
log_group_id: builtins.str
|
|
33
|
+
"""Entry will be written to log group resolved by ID."""
|
|
34
|
+
folder_id: builtins.str
|
|
35
|
+
"""Entry will be written to default log group for specified folder."""
|
|
36
|
+
min_level: yandex.cloud.logging.v1.log_entry_pb2.LogLevel.Level.ValueType
|
|
37
|
+
"""Minimum log entry level.
|
|
38
|
+
|
|
39
|
+
See [LogLevel.Level] for details.
|
|
40
|
+
"""
|
|
41
|
+
service_account_id: builtins.str
|
|
42
|
+
"""Service account, which has permission to write to destination"""
|
|
43
|
+
def __init__(
|
|
44
|
+
self,
|
|
45
|
+
*,
|
|
46
|
+
log_group_id: builtins.str = ...,
|
|
47
|
+
folder_id: builtins.str = ...,
|
|
48
|
+
min_level: yandex.cloud.logging.v1.log_entry_pb2.LogLevel.Level.ValueType = ...,
|
|
49
|
+
service_account_id: builtins.str = ...,
|
|
50
|
+
) -> None: ...
|
|
51
|
+
def HasField(self, field_name: typing.Literal["destination", b"destination", "folder_id", b"folder_id", "log_group_id", b"log_group_id"]) -> builtins.bool: ...
|
|
52
|
+
def ClearField(self, field_name: typing.Literal["destination", b"destination", "folder_id", b"folder_id", "log_group_id", b"log_group_id", "min_level", b"min_level", "service_account_id", b"service_account_id"]) -> None: ...
|
|
53
|
+
def WhichOneof(self, oneof_group: typing.Literal["destination", b"destination"]) -> typing.Literal["log_group_id", "folder_id"] | None: ...
|
|
54
|
+
|
|
55
|
+
global___LogOptions = LogOptions
|
|
56
|
+
|
|
23
57
|
@typing.final
|
|
24
58
|
class Bus(google.protobuf.message.Message):
|
|
25
59
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
@@ -66,6 +100,8 @@ class Bus(google.protobuf.message.Message):
|
|
|
66
100
|
LABELS_FIELD_NUMBER: builtins.int
|
|
67
101
|
DELETION_PROTECTION_FIELD_NUMBER: builtins.int
|
|
68
102
|
STATUS_FIELD_NUMBER: builtins.int
|
|
103
|
+
LOGGING_ENABLED_FIELD_NUMBER: builtins.int
|
|
104
|
+
LOG_OPTIONS_FIELD_NUMBER: builtins.int
|
|
69
105
|
id: builtins.str
|
|
70
106
|
"""ID of the bus."""
|
|
71
107
|
folder_id: builtins.str
|
|
@@ -80,6 +116,8 @@ class Bus(google.protobuf.message.Message):
|
|
|
80
116
|
"""Deletion protection."""
|
|
81
117
|
status: global___Bus.Status.ValueType
|
|
82
118
|
"""Status of the bus."""
|
|
119
|
+
logging_enabled: builtins.bool
|
|
120
|
+
"""Is logging from the bus enabled."""
|
|
83
121
|
@property
|
|
84
122
|
def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
85
123
|
"""Creation timestamp."""
|
|
@@ -88,6 +126,10 @@ class Bus(google.protobuf.message.Message):
|
|
|
88
126
|
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
89
127
|
"""Resource labels as `key:value` pairs."""
|
|
90
128
|
|
|
129
|
+
@property
|
|
130
|
+
def log_options(self) -> global___LogOptions:
|
|
131
|
+
"""Options for logging from the bus."""
|
|
132
|
+
|
|
91
133
|
def __init__(
|
|
92
134
|
self,
|
|
93
135
|
*,
|
|
@@ -100,8 +142,10 @@ class Bus(google.protobuf.message.Message):
|
|
|
100
142
|
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
101
143
|
deletion_protection: builtins.bool = ...,
|
|
102
144
|
status: global___Bus.Status.ValueType = ...,
|
|
145
|
+
logging_enabled: builtins.bool = ...,
|
|
146
|
+
log_options: global___LogOptions | None = ...,
|
|
103
147
|
) -> None: ...
|
|
104
|
-
def HasField(self, field_name: typing.Literal["created_at", b"created_at"]) -> builtins.bool: ...
|
|
105
|
-
def ClearField(self, field_name: typing.Literal["cloud_id", b"cloud_id", "created_at", b"created_at", "deletion_protection", b"deletion_protection", "description", b"description", "folder_id", b"folder_id", "id", b"id", "labels", b"labels", "name", b"name", "status", b"status"]) -> None: ...
|
|
148
|
+
def HasField(self, field_name: typing.Literal["created_at", b"created_at", "log_options", b"log_options"]) -> builtins.bool: ...
|
|
149
|
+
def ClearField(self, field_name: typing.Literal["cloud_id", b"cloud_id", "created_at", b"created_at", "deletion_protection", b"deletion_protection", "description", b"description", "folder_id", b"folder_id", "id", b"id", "labels", b"labels", "log_options", b"log_options", "logging_enabled", b"logging_enabled", "name", b"name", "status", b"status"]) -> None: ...
|
|
106
150
|
|
|
107
151
|
global___Bus = Bus
|
|
@@ -31,7 +31,7 @@ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operati
|
|
|
31
31
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n8yandex/cloud/serverless/eventrouter/v1/bus_service.proto\x12&yandex.cloud.serverless.eventrouter.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a yandex/cloud/access/access.proto\x1a\x30yandex/cloud/serverless/eventrouter/v1/bus.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"%\n\rGetBusRequest\x12\x14\n\x06\x62us_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"b\n\x10ListBusesRequest\x12\x17\n\tfolder_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x11\n\tpage_size\x18\x02 \x01(\x03\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\"h\n\x11ListBusesResponse\x12:\n\x05\x62uses\x18\x01 \x03(\x0b\x32+.yandex.cloud.serverless.eventrouter.v1.Bus\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\
|
|
34
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n8yandex/cloud/serverless/eventrouter/v1/bus_service.proto\x12&yandex.cloud.serverless.eventrouter.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a yandex/cloud/access/access.proto\x1a\x30yandex/cloud/serverless/eventrouter/v1/bus.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"%\n\rGetBusRequest\x12\x14\n\x06\x62us_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"b\n\x10ListBusesRequest\x12\x17\n\tfolder_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x11\n\tpage_size\x18\x02 \x01(\x03\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\"h\n\x11ListBusesResponse\x12:\n\x05\x62uses\x18\x01 \x03(\x0b\x32+.yandex.cloud.serverless.eventrouter.v1.Bus\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xbe\x03\n\x10\x43reateBusRequest\x12\x17\n\tfolder_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12/\n\x04name\x18\x02 \x01(\tB!\xf2\xc7\x31\x1d|[a-z][-a-z0-9]{1,61}[a-z0-9]\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x91\x01\n\x06labels\x18\x04 \x03(\x0b\x32\x44.yandex.cloud.serverless.eventrouter.v1.CreateBusRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04\x31-63\x12\x1b\n\x13\x64\x65letion_protection\x18\x05 \x01(\x08\x12\x17\n\x0flogging_enabled\x18\x06 \x01(\x08\x12G\n\x0blog_options\x18\x07 \x01(\x0b\x32\x32.yandex.cloud.serverless.eventrouter.v1.LogOptions\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"6\n\x11\x43reateBusMetadata\x12\x0e\n\x06\x62us_id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t\"\xec\x03\n\x10UpdateBusRequest\x12\x14\n\x06\x62us_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12/\n\x04name\x18\x03 \x01(\tB!\xf2\xc7\x31\x1d|[a-z][-a-z0-9]{1,61}[a-z0-9]\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x91\x01\n\x06labels\x18\x05 \x03(\x0b\x32\x44.yandex.cloud.serverless.eventrouter.v1.UpdateBusRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04\x31-63\x12\x1b\n\x13\x64\x65letion_protection\x18\x06 \x01(\x08\x12\x17\n\x0flogging_enabled\x18\x07 \x01(\x08\x12G\n\x0blog_options\x18\x08 \x01(\x0b\x32\x32.yandex.cloud.serverless.eventrouter.v1.LogOptions\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\")\n\x11UpdateBusMetadata\x12\x14\n\x06\x62us_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"(\n\x10\x44\x65leteBusRequest\x12\x14\n\x06\x62us_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\")\n\x11\x44\x65leteBusMetadata\x12\x14\n\x06\x62us_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"\x8a\x01\n\x18ListBusOperationsRequest\x12\x14\n\x06\x62us_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"k\n\x19ListBusOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\xae\r\n\nBusService\x12\x91\x01\n\x03Get\x12\x35.yandex.cloud.serverless.eventrouter.v1.GetBusRequest\x1a+.yandex.cloud.serverless.eventrouter.v1.Bus\"&\x82\xd3\xe4\x93\x02 \x12\x1e/eventrouter/v1/buses/{bus_id}\x12\x9a\x01\n\x04List\x12\x38.yandex.cloud.serverless.eventrouter.v1.ListBusesRequest\x1a\x39.yandex.cloud.serverless.eventrouter.v1.ListBusesResponse\"\x1d\x82\xd3\xe4\x93\x02\x17\x12\x15/eventrouter/v1/buses\x12\xa3\x01\n\x06\x43reate\x12\x38.yandex.cloud.serverless.eventrouter.v1.CreateBusRequest\x1a!.yandex.cloud.operation.Operation\"<\xb2\xd2*\x18\n\x11\x43reateBusMetadata\x12\x03\x42us\x82\xd3\xe4\x93\x02\x1a\"\x15/eventrouter/v1/buses:\x01*\x12\xac\x01\n\x06Update\x12\x38.yandex.cloud.serverless.eventrouter.v1.UpdateBusRequest\x1a!.yandex.cloud.operation.Operation\"E\xb2\xd2*\x18\n\x11UpdateBusMetadata\x12\x03\x42us\x82\xd3\xe4\x93\x02#2\x1e/eventrouter/v1/buses/{bus_id}:\x01*\x12\xbb\x01\n\x06\x44\x65lete\x12\x38.yandex.cloud.serverless.eventrouter.v1.DeleteBusRequest\x1a!.yandex.cloud.operation.Operation\"T\xb2\xd2**\n\x11\x44\x65leteBusMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02 *\x1e/eventrouter/v1/buses/{bus_id}\x12\xc8\x01\n\x0eListOperations\x12@.yandex.cloud.serverless.eventrouter.v1.ListBusOperationsRequest\x1a\x41.yandex.cloud.serverless.eventrouter.v1.ListBusOperationsResponse\"1\x82\xd3\xe4\x93\x02+\x12)/eventrouter/v1/buses/{bus_id}/operations\x12\xb5\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\">\x82\xd3\xe4\x93\x02\x38\x12\x36/eventrouter/v1/buses/{resource_id}:listAccessBindings\x12\xe4\x01\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"}\xb2\xd2*9\n access.SetAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02:\"5/eventrouter/v1/buses/{resource_id}:setAccessBindings:\x01*\x12\xf1\x01\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x83\x01\xb2\xd2*<\n#access.UpdateAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02=28/eventrouter/v1/buses/{resource_id}:updateAccessBindings:\x01*B\x8b\x01\n*yandex.cloud.api.serverless.eventrouter.v1B\x05PERBSZVgithub.com/yandex-cloud/go-genproto/yandex/cloud/serverless/eventrouter/v1;eventrouterb\x06proto3')
|
|
35
35
|
|
|
36
36
|
_globals = globals()
|
|
37
37
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -102,25 +102,25 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
102
102
|
_globals['_LISTBUSESRESPONSE']._serialized_start=492
|
|
103
103
|
_globals['_LISTBUSESRESPONSE']._serialized_end=596
|
|
104
104
|
_globals['_CREATEBUSREQUEST']._serialized_start=599
|
|
105
|
-
_globals['_CREATEBUSREQUEST']._serialized_end=
|
|
106
|
-
_globals['_CREATEBUSREQUEST_LABELSENTRY']._serialized_start=
|
|
107
|
-
_globals['_CREATEBUSREQUEST_LABELSENTRY']._serialized_end=
|
|
108
|
-
_globals['_CREATEBUSMETADATA']._serialized_start=
|
|
109
|
-
_globals['_CREATEBUSMETADATA']._serialized_end=
|
|
110
|
-
_globals['_UPDATEBUSREQUEST']._serialized_start=
|
|
111
|
-
_globals['_UPDATEBUSREQUEST']._serialized_end=
|
|
112
|
-
_globals['_UPDATEBUSREQUEST_LABELSENTRY']._serialized_start=
|
|
113
|
-
_globals['_UPDATEBUSREQUEST_LABELSENTRY']._serialized_end=
|
|
114
|
-
_globals['_UPDATEBUSMETADATA']._serialized_start=
|
|
115
|
-
_globals['_UPDATEBUSMETADATA']._serialized_end=
|
|
116
|
-
_globals['_DELETEBUSREQUEST']._serialized_start=
|
|
117
|
-
_globals['_DELETEBUSREQUEST']._serialized_end=
|
|
118
|
-
_globals['_DELETEBUSMETADATA']._serialized_start=
|
|
119
|
-
_globals['_DELETEBUSMETADATA']._serialized_end=
|
|
120
|
-
_globals['_LISTBUSOPERATIONSREQUEST']._serialized_start=
|
|
121
|
-
_globals['_LISTBUSOPERATIONSREQUEST']._serialized_end=
|
|
122
|
-
_globals['_LISTBUSOPERATIONSRESPONSE']._serialized_start=
|
|
123
|
-
_globals['_LISTBUSOPERATIONSRESPONSE']._serialized_end=
|
|
124
|
-
_globals['_BUSSERVICE']._serialized_start=
|
|
125
|
-
_globals['_BUSSERVICE']._serialized_end=
|
|
105
|
+
_globals['_CREATEBUSREQUEST']._serialized_end=1045
|
|
106
|
+
_globals['_CREATEBUSREQUEST_LABELSENTRY']._serialized_start=1000
|
|
107
|
+
_globals['_CREATEBUSREQUEST_LABELSENTRY']._serialized_end=1045
|
|
108
|
+
_globals['_CREATEBUSMETADATA']._serialized_start=1047
|
|
109
|
+
_globals['_CREATEBUSMETADATA']._serialized_end=1101
|
|
110
|
+
_globals['_UPDATEBUSREQUEST']._serialized_start=1104
|
|
111
|
+
_globals['_UPDATEBUSREQUEST']._serialized_end=1596
|
|
112
|
+
_globals['_UPDATEBUSREQUEST_LABELSENTRY']._serialized_start=1000
|
|
113
|
+
_globals['_UPDATEBUSREQUEST_LABELSENTRY']._serialized_end=1045
|
|
114
|
+
_globals['_UPDATEBUSMETADATA']._serialized_start=1598
|
|
115
|
+
_globals['_UPDATEBUSMETADATA']._serialized_end=1639
|
|
116
|
+
_globals['_DELETEBUSREQUEST']._serialized_start=1641
|
|
117
|
+
_globals['_DELETEBUSREQUEST']._serialized_end=1681
|
|
118
|
+
_globals['_DELETEBUSMETADATA']._serialized_start=1683
|
|
119
|
+
_globals['_DELETEBUSMETADATA']._serialized_end=1724
|
|
120
|
+
_globals['_LISTBUSOPERATIONSREQUEST']._serialized_start=1727
|
|
121
|
+
_globals['_LISTBUSOPERATIONSREQUEST']._serialized_end=1865
|
|
122
|
+
_globals['_LISTBUSOPERATIONSRESPONSE']._serialized_start=1867
|
|
123
|
+
_globals['_LISTBUSOPERATIONSRESPONSE']._serialized_end=1974
|
|
124
|
+
_globals['_BUSSERVICE']._serialized_start=1977
|
|
125
|
+
_globals['_BUSSERVICE']._serialized_end=3687
|
|
126
126
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -111,6 +111,8 @@ class CreateBusRequest(google.protobuf.message.Message):
|
|
|
111
111
|
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
112
112
|
LABELS_FIELD_NUMBER: builtins.int
|
|
113
113
|
DELETION_PROTECTION_FIELD_NUMBER: builtins.int
|
|
114
|
+
LOGGING_ENABLED_FIELD_NUMBER: builtins.int
|
|
115
|
+
LOG_OPTIONS_FIELD_NUMBER: builtins.int
|
|
114
116
|
folder_id: builtins.str
|
|
115
117
|
"""ID of the folder to create a bus in."""
|
|
116
118
|
name: builtins.str
|
|
@@ -119,10 +121,16 @@ class CreateBusRequest(google.protobuf.message.Message):
|
|
|
119
121
|
"""Description of the bus."""
|
|
120
122
|
deletion_protection: builtins.bool
|
|
121
123
|
"""Flag that disallow deletion of the bus."""
|
|
124
|
+
logging_enabled: builtins.bool
|
|
125
|
+
"""Is logging from the bus enabled."""
|
|
122
126
|
@property
|
|
123
127
|
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
124
128
|
"""Labels for the bus."""
|
|
125
129
|
|
|
130
|
+
@property
|
|
131
|
+
def log_options(self) -> yandex.cloud.serverless.eventrouter.v1.bus_pb2.LogOptions:
|
|
132
|
+
"""Options for logging from the bus."""
|
|
133
|
+
|
|
126
134
|
def __init__(
|
|
127
135
|
self,
|
|
128
136
|
*,
|
|
@@ -131,8 +139,11 @@ class CreateBusRequest(google.protobuf.message.Message):
|
|
|
131
139
|
description: builtins.str = ...,
|
|
132
140
|
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
133
141
|
deletion_protection: builtins.bool = ...,
|
|
142
|
+
logging_enabled: builtins.bool = ...,
|
|
143
|
+
log_options: yandex.cloud.serverless.eventrouter.v1.bus_pb2.LogOptions | None = ...,
|
|
134
144
|
) -> None: ...
|
|
135
|
-
def
|
|
145
|
+
def HasField(self, field_name: typing.Literal["log_options", b"log_options"]) -> builtins.bool: ...
|
|
146
|
+
def ClearField(self, field_name: typing.Literal["deletion_protection", b"deletion_protection", "description", b"description", "folder_id", b"folder_id", "labels", b"labels", "log_options", b"log_options", "logging_enabled", b"logging_enabled", "name", b"name"]) -> None: ...
|
|
136
147
|
|
|
137
148
|
global___CreateBusRequest = CreateBusRequest
|
|
138
149
|
|
|
@@ -182,6 +193,8 @@ class UpdateBusRequest(google.protobuf.message.Message):
|
|
|
182
193
|
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
183
194
|
LABELS_FIELD_NUMBER: builtins.int
|
|
184
195
|
DELETION_PROTECTION_FIELD_NUMBER: builtins.int
|
|
196
|
+
LOGGING_ENABLED_FIELD_NUMBER: builtins.int
|
|
197
|
+
LOG_OPTIONS_FIELD_NUMBER: builtins.int
|
|
185
198
|
bus_id: builtins.str
|
|
186
199
|
"""ID of the bus to update."""
|
|
187
200
|
name: builtins.str
|
|
@@ -190,6 +203,8 @@ class UpdateBusRequest(google.protobuf.message.Message):
|
|
|
190
203
|
""" New description of the bus."""
|
|
191
204
|
deletion_protection: builtins.bool
|
|
192
205
|
"""New flag that disallow deletion of the bus."""
|
|
206
|
+
logging_enabled: builtins.bool
|
|
207
|
+
"""Is logging from the bus enabled."""
|
|
193
208
|
@property
|
|
194
209
|
def update_mask(self) -> google.protobuf.field_mask_pb2.FieldMask:
|
|
195
210
|
"""Field mask that specifies which fields of the bus are going to be updated."""
|
|
@@ -198,6 +213,10 @@ class UpdateBusRequest(google.protobuf.message.Message):
|
|
|
198
213
|
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
199
214
|
"""New labels of the bus."""
|
|
200
215
|
|
|
216
|
+
@property
|
|
217
|
+
def log_options(self) -> yandex.cloud.serverless.eventrouter.v1.bus_pb2.LogOptions:
|
|
218
|
+
"""New options for logging from the bus."""
|
|
219
|
+
|
|
201
220
|
def __init__(
|
|
202
221
|
self,
|
|
203
222
|
*,
|
|
@@ -207,9 +226,11 @@ class UpdateBusRequest(google.protobuf.message.Message):
|
|
|
207
226
|
description: builtins.str = ...,
|
|
208
227
|
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
209
228
|
deletion_protection: builtins.bool = ...,
|
|
229
|
+
logging_enabled: builtins.bool = ...,
|
|
230
|
+
log_options: yandex.cloud.serverless.eventrouter.v1.bus_pb2.LogOptions | None = ...,
|
|
210
231
|
) -> None: ...
|
|
211
|
-
def HasField(self, field_name: typing.Literal["update_mask", b"update_mask"]) -> builtins.bool: ...
|
|
212
|
-
def ClearField(self, field_name: typing.Literal["bus_id", b"bus_id", "deletion_protection", b"deletion_protection", "description", b"description", "labels", b"labels", "name", b"name", "update_mask", b"update_mask"]) -> None: ...
|
|
232
|
+
def HasField(self, field_name: typing.Literal["log_options", b"log_options", "update_mask", b"update_mask"]) -> builtins.bool: ...
|
|
233
|
+
def ClearField(self, field_name: typing.Literal["bus_id", b"bus_id", "deletion_protection", b"deletion_protection", "description", b"description", "labels", b"labels", "log_options", b"log_options", "logging_enabled", b"logging_enabled", "name", b"name", "update_mask", b"update_mask"]) -> None: ...
|
|
213
234
|
|
|
214
235
|
global___UpdateBusRequest = UpdateBusRequest
|
|
215
236
|
|
|
@@ -28,7 +28,7 @@ from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb
|
|
|
28
28
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n$yandex/cloud/storage/v1/bucket.proto\x12\x17yandex.cloud.storage.v1\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dyandex/cloud/validation.proto\"\xa2\x06\n\x06\x42ucket\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x11\n\tfolder_id\x18\x03 \x01(\t\x12M\n\x16\x61nonymous_access_flags\x18\x04 \x01(\x0b\x32-.yandex.cloud.storage.v1.AnonymousAccessFlags\x12\x1d\n\x15\x64\x65\x66\x61ult_storage_class\x18\x05 \x01(\t\x12\x37\n\nversioning\x18\x06 \x01(\x0e\x32#.yandex.cloud.storage.v1.Versioning\x12\x10\n\x08max_size\x18\x07 \x01(\x03\x12\'\n\x06policy\x18\x08 \x01(\x0b\x32\x17.google.protobuf.Struct\x12)\n\x03\x61\x63l\x18\t \x01(\x0b\x32\x1c.yandex.cloud.storage.v1.ACL\x12.\n\ncreated_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x04\x63ors\x18\x0b \x03(\x0b\x32!.yandex.cloud.storage.v1.CorsRule\x12\x42\n\x10website_settings\x18\x0c \x01(\x0b\x32(.yandex.cloud.storage.v1.WebsiteSettings\x12?\n\x0flifecycle_rules\x18\r \x03(\x0b\x32&.yandex.cloud.storage.v1.LifecycleRule\x12*\n\x04tags\x18\x0e \x03(\x0b\x32\x1c.yandex.cloud.storage.v1.Tag\x12\x38\n\x0bobject_lock\x18\x0f \x01(\x0b\x32#.yandex.cloud.storage.v1.ObjectLock\x12\x37\n\nencryption\x18\x10 \x01(\x0b\x32#.yandex.cloud.storage.v1.Encryption\x12Y\n\x19\x61llowed_private_endpoints\x18\x11 \x01(\x0b\x32\x36.yandex.cloud.storage.v1.BucketAllowedPrivateEndpoints\"!\n\x03Tag\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\"\x92\x04\n\x03\x41\x43L\x12\x32\n\x06grants\x18\x01 \x03(\x0b\x32\".yandex.cloud.storage.v1.ACL.Grant\x1a\xd6\x03\n\x05Grant\x12G\n\npermission\x18\x01 \x01(\x0e\x32-.yandex.cloud.storage.v1.ACL.Grant.PermissionB\x04\xe8\xc7\x31\x01\x12\x46\n\ngrant_type\x18\x02 \x01(\x0e\x32,.yandex.cloud.storage.v1.ACL.Grant.GrantTypeB\x04\xe8\xc7\x31\x01\x12\x12\n\ngrantee_id\x18\x03 \x01(\t\"\xa3\x01\n\nPermission\x12\x1a\n\x16PERMISSION_UNSPECIFIED\x10\x00\x12\x1b\n\x17PERMISSION_FULL_CONTROL\x10\x01\x12\x14\n\x10PERMISSION_WRITE\x10\x02\x12\x18\n\x14PERMISSION_WRITE_ACP\x10\x03\x12\x13\n\x0fPERMISSION_READ\x10\x04\x12\x17\n\x13PERMISSION_READ_ACP\x10\x05\"\x81\x01\n\tGrantType\x12\x1a\n\x16GRANT_TYPE_UNSPECIFIED\x10\x00\x12\x16\n\x12GRANT_TYPE_ACCOUNT\x10\x01\x12&\n\"GRANT_TYPE_ALL_AUTHENTICATED_USERS\x10\x02\x12\x18\n\x14GRANT_TYPE_ALL_USERS\x10\x03\"\x9b\x01\n\x14\x41nonymousAccessFlags\x12(\n\x04read\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12(\n\x04list\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12/\n\x0b\x63onfig_read\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\"\xe4\x02\n\x08\x43orsRule\x12\n\n\x02id\x18\x01 \x01(\t\x12M\n\x0f\x61llowed_methods\x18\x02 \x03(\x0e\x32(.yandex.cloud.storage.v1.CorsRule.MethodB\n\x82\xc8\x31\x02>0\x90\xc8\x31\x01\x12\x17\n\x0f\x61llowed_headers\x18\x03 \x03(\t\x12\x1f\n\x0f\x61llowed_origins\x18\x04 \x03(\tB\x06\x82\xc8\x31\x02>0\x12\x16\n\x0e\x65xpose_headers\x18\x05 \x03(\t\x12\x34\n\x0fmax_age_seconds\x18\x06 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\"u\n\x06Method\x12\x16\n\x12METHOD_UNSPECIFIED\x10\x00\x12\x0e\n\nMETHOD_GET\x10\x01\x12\x0f\n\x0bMETHOD_HEAD\x10\x02\x12\x0f\n\x0bMETHOD_POST\x10\x03\x12\x0e\n\nMETHOD_PUT\x10\x04\x12\x11\n\rMETHOD_DELETE\x10\x05\"\xbc\x06\n\x0fWebsiteSettings\x12\r\n\x05index\x18\x01 \x01(\t\x12\r\n\x05\x65rror\x18\x02 \x01(\t\x12N\n\x15redirect_all_requests\x18\x03 \x01(\x0b\x32/.yandex.cloud.storage.v1.WebsiteSettings.Scheme\x12K\n\rrouting_rules\x18\x04 \x03(\x0b\x32\x34.yandex.cloud.storage.v1.WebsiteSettings.RoutingRule\x1a_\n\x06Scheme\x12\x43\n\x08protocol\x18\x01 \x01(\x0e\x32\x31.yandex.cloud.storage.v1.WebsiteSettings.Protocol\x12\x10\n\x08hostname\x18\x02 \x01(\t\x1aO\n\tCondition\x12\'\n\x1fhttp_error_code_returned_equals\x18\x01 \x01(\t\x12\x19\n\x11key_prefix_equals\x18\x02 \x01(\t\x1a\xd2\x01\n\x08Redirect\x12\x10\n\x08hostname\x18\x01 \x01(\t\x12\x34\n\x12http_redirect_code\x18\x02 \x01(\tB\x18\xf2\xc7\x31\x14\x33(0[1-9]|[1-9][0-9])\x12\x43\n\x08protocol\x18\x03 \x01(\x0e\x32\x31.yandex.cloud.storage.v1.WebsiteSettings.Protocol\x12\x1f\n\x17replace_key_prefix_with\x18\x04 \x01(\t\x12\x18\n\x10replace_key_with\x18\x05 \x01(\t\x1a\x99\x01\n\x0bRoutingRule\x12\x45\n\tcondition\x18\x01 \x01(\x0b\x32\x32.yandex.cloud.storage.v1.WebsiteSettings.Condition\x12\x43\n\x08redirect\x18\x02 \x01(\x0b\x32\x31.yandex.cloud.storage.v1.WebsiteSettings.Redirect\"K\n\x08Protocol\x12\x18\n\x14PROTOCOL_UNSPECIFIED\x10\x00\x12\x11\n\rPROTOCOL_HTTP\x10\x01\x12\x12\n\x0ePROTOCOL_HTTPS\x10\x02\"\xe5\r\n\rLifecycleRule\x12(\n\x02id\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x0f\n\x07\x65nabled\x18\x02 \x01(\x08\x12\x41\n\x06\x66ilter\x18\x03 \x01(\x0b\x32\x31.yandex.cloud.storage.v1.LifecycleRule.RuleFilter\x12\x45\n\nexpiration\x18\x04 \x01(\x0b\x32\x31.yandex.cloud.storage.v1.LifecycleRule.Expiration\x12\x46\n\x0btransitions\x18\x05 \x03(\x0b\x32\x31.yandex.cloud.storage.v1.LifecycleRule.Transition\x12[\n!abort_incomplete_multipart_upload\x18\x06 \x01(\x0b\x32\x30.yandex.cloud.storage.v1.LifecycleRule.AfterDays\x12Z\n\x15noncurrent_expiration\x18\x07 \x01(\x0b\x32;.yandex.cloud.storage.v1.LifecycleRule.NoncurrentExpiration\x12[\n\x16noncurrent_transitions\x18\x08 \x03(\x0b\x32;.yandex.cloud.storage.v1.LifecycleRule.NoncurrentTransition\x12\x61\n\x19noncurrent_delete_markers\x18\t \x01(\x0b\x32>.yandex.cloud.storage.v1.LifecycleRule.NoncurrentDeleteMarkers\x1aG\n\tAfterDays\x12:\n\x15\x64\x61ys_after_expiration\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x1aO\n\x17NoncurrentDeleteMarkers\x12\x34\n\x0fnoncurrent_days\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x1aL\n\x14NoncurrentExpiration\x12\x34\n\x0fnoncurrent_days\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x1ai\n\x14NoncurrentTransition\x12\x34\n\x0fnoncurrent_days\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x1b\n\rstorage_class\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x1a\x84\x01\n\nTransition\x12(\n\x04\x64\x61te\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12)\n\x04\x64\x61ys\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x1b\n\rstorage_class\x18\x04 \x01(\tB\x04\xe8\xc7\x31\x01J\x04\x08\x03\x10\x04\x1a\xa3\x01\n\nExpiration\x12(\n\x04\x64\x61te\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12)\n\x04\x64\x61ys\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12@\n\x1c\x65xpired_object_delete_marker\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x1a\xcd\x03\n\nRuleFilter\x12\x0e\n\x06prefix\x18\x01 \x01(\t\x12=\n\x18object_size_greater_than\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12:\n\x15object_size_less_than\x18\x03 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12)\n\x03tag\x18\x04 \x01(\x0b\x32\x1c.yandex.cloud.storage.v1.Tag\x12K\n\x0c\x61nd_operator\x18\x05 \x01(\x0b\x32\x35.yandex.cloud.storage.v1.LifecycleRule.RuleFilter.And\x1a\xbb\x01\n\x03\x41nd\x12\x0e\n\x06prefix\x18\x01 \x01(\t\x12=\n\x18object_size_greater_than\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12:\n\x15object_size_less_than\x18\x03 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12)\n\x03tag\x18\x04 \x03(\x0b\x32\x1c.yandex.cloud.storage.v1.Tag\"\xdd\x01\n\x08\x43ounters\x12\x1a\n\x12simple_object_size\x18\x01 \x01(\x03\x12\x1b\n\x13simple_object_count\x18\x02 \x01(\x03\x12\x1a\n\x12objects_parts_size\x18\x03 \x01(\x03\x12\x1b\n\x13objects_parts_count\x18\x04 \x01(\x03\x12\x1e\n\x16multipart_objects_size\x18\x05 \x01(\x03\x12\x1f\n\x17multipart_objects_count\x18\x06 \x01(\x03\x12\x1e\n\x16\x61\x63tive_multipart_count\x18\x07 \x01(\x03\"]\n\x13OptionalSizeByClass\x12\x15\n\rstorage_class\x18\x01 \x01(\t\x12/\n\nclass_size\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\"8\n\x0bSizeByClass\x12\x15\n\rstorage_class\x18\x01 \x01(\t\x12\x12\n\nclass_size\x18\x02 \x01(\x03\"]\n\x0f\x43ountersByClass\x12\x15\n\rstorage_class\x18\x01 \x01(\t\x12\x33\n\x08\x63ounters\x18\x02 \x01(\x0b\x32!.yandex.cloud.storage.v1.Counters\"\xaa\x04\n\x0b\x42ucketStats\x12\x0c\n\x04name\x18\x01 \x01(\t\x12-\n\x08max_size\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x11\n\tused_size\x18\x03 \x01(\x03\x12M\n\x17storage_class_max_sizes\x18\x04 \x03(\x0b\x32,.yandex.cloud.storage.v1.OptionalSizeByClass\x12\x46\n\x18storage_class_used_sizes\x18\x05 \x03(\x0b\x32$.yandex.cloud.storage.v1.SizeByClass\x12H\n\x16storage_class_counters\x18\x06 \x03(\x0b\x32(.yandex.cloud.storage.v1.CountersByClass\x12;\n\x15\x64\x65\x66\x61ult_storage_class\x18\x07 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12M\n\x16\x61nonymous_access_flags\x18\x08 \x01(\x0b\x32-.yandex.cloud.storage.v1.AnonymousAccessFlags\x12.\n\ncreated_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\xc1\x03\n\x0bHTTPSConfig\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x44\n\x0bsource_type\x18\x02 \x01(\x0e\x32/.yandex.cloud.storage.v1.HTTPSConfig.SourceType\x12,\n\x06issuer\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12-\n\x07subject\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x11\n\tdns_names\x18\x05 \x03(\t\x12.\n\nnot_before\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12-\n\tnot_after\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x16\n\x0e\x63\x65rtificate_id\x18\x08 \x01(\t\"w\n\nSourceType\x12\x1b\n\x17SOURCE_TYPE_UNSPECIFIED\x10\x00\x12\x1c\n\x18SOURCE_TYPE_SELF_MANAGED\x10\x01\x12.\n*SOURCE_TYPE_MANAGED_BY_CERTIFICATE_MANAGER\x10\x02\"\xf3\x03\n\nObjectLock\x12\x44\n\x06status\x18\x02 \x01(\x0e\x32\x34.yandex.cloud.storage.v1.ObjectLock.ObjectLockStatus\x12O\n\x11\x64\x65\x66\x61ult_retention\x18\x03 \x01(\x0b\x32\x34.yandex.cloud.storage.v1.ObjectLock.DefaultRetention\x1a\xd4\x01\n\x10\x44\x65\x66\x61ultRetention\x12G\n\x04mode\x18\x01 \x01(\x0e\x32\x39.yandex.cloud.storage.v1.ObjectLock.DefaultRetention.Mode\x12\x0e\n\x04\x64\x61ys\x18\x02 \x01(\x03H\x00\x12\x0f\n\x05years\x18\x03 \x01(\x03H\x00\"F\n\x04Mode\x12\x14\n\x10MODE_UNSPECIFIED\x10\x00\x12\x13\n\x0fMODE_GOVERNANCE\x10\x01\x12\x13\n\x0fMODE_COMPLIANCE\x10\x02\x42\x0e\n\x06period\x12\x04\xc0\xc1\x31\x01\"w\n\x10ObjectLockStatus\x12\"\n\x1eOBJECT_LOCK_STATUS_UNSPECIFIED\x10\x00\x12\x1f\n\x1bOBJECT_LOCK_STATUS_DISABLED\x10\x01\x12\x1e\n\x1aOBJECT_LOCK_STATUS_ENABLED\x10\x02\"\x93\x01\n\nEncryption\x12\x41\n\x05rules\x18\x01 \x03(\x0b\x32\x32.yandex.cloud.storage.v1.Encryption.EncryptionRule\x1a\x42\n\x0e\x45ncryptionRule\x12\x19\n\x11kms_master_key_id\x18\x01 \x01(\t\x12\x15\n\rsse_algorithm\x18\x02 \x01(\t\"K\n\x1d\x42ucketAllowedPrivateEndpoints\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x12\x19\n\x11private_endpoints\x18\x02 \x03(\t*s\n\nVersioning\x12\x1a\n\x16VERSIONING_UNSPECIFIED\x10\x00\x12\x17\n\x13VERSIONING_DISABLED\x10\x01\x12\x16\n\x12VERSIONING_ENABLED\x10\x02\x12\x18\n\x14VERSIONING_SUSPENDED\x10\x03\x42\x62\n\x1byandex.cloud.api.storage.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/storage/v1;storageb\x06proto3')
|
|
31
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n$yandex/cloud/storage/v1/bucket.proto\x12\x17yandex.cloud.storage.v1\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dyandex/cloud/validation.proto\"\xa2\x06\n\x06\x42ucket\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x11\n\tfolder_id\x18\x03 \x01(\t\x12M\n\x16\x61nonymous_access_flags\x18\x04 \x01(\x0b\x32-.yandex.cloud.storage.v1.AnonymousAccessFlags\x12\x1d\n\x15\x64\x65\x66\x61ult_storage_class\x18\x05 \x01(\t\x12\x37\n\nversioning\x18\x06 \x01(\x0e\x32#.yandex.cloud.storage.v1.Versioning\x12\x10\n\x08max_size\x18\x07 \x01(\x03\x12\'\n\x06policy\x18\x08 \x01(\x0b\x32\x17.google.protobuf.Struct\x12)\n\x03\x61\x63l\x18\t \x01(\x0b\x32\x1c.yandex.cloud.storage.v1.ACL\x12.\n\ncreated_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x04\x63ors\x18\x0b \x03(\x0b\x32!.yandex.cloud.storage.v1.CorsRule\x12\x42\n\x10website_settings\x18\x0c \x01(\x0b\x32(.yandex.cloud.storage.v1.WebsiteSettings\x12?\n\x0flifecycle_rules\x18\r \x03(\x0b\x32&.yandex.cloud.storage.v1.LifecycleRule\x12*\n\x04tags\x18\x0e \x03(\x0b\x32\x1c.yandex.cloud.storage.v1.Tag\x12\x38\n\x0bobject_lock\x18\x0f \x01(\x0b\x32#.yandex.cloud.storage.v1.ObjectLock\x12\x37\n\nencryption\x18\x10 \x01(\x0b\x32#.yandex.cloud.storage.v1.Encryption\x12Y\n\x19\x61llowed_private_endpoints\x18\x11 \x01(\x0b\x32\x36.yandex.cloud.storage.v1.BucketAllowedPrivateEndpoints\"!\n\x03Tag\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\"\x9c\x04\n\x03\x41\x43L\x12\x32\n\x06grants\x18\x01 \x03(\x0b\x32\".yandex.cloud.storage.v1.ACL.Grant\x1a\xe0\x03\n\x05Grant\x12G\n\npermission\x18\x01 \x01(\x0e\x32-.yandex.cloud.storage.v1.ACL.Grant.PermissionB\x04\xe8\xc7\x31\x01\x12\x46\n\ngrant_type\x18\x02 \x01(\x0e\x32,.yandex.cloud.storage.v1.ACL.Grant.GrantTypeB\x04\xe8\xc7\x31\x01\x12\x1c\n\ngrantee_id\x18\x03 \x01(\tB\x08\x8a\xc8\x31\x04<=50\"\xa3\x01\n\nPermission\x12\x1a\n\x16PERMISSION_UNSPECIFIED\x10\x00\x12\x1b\n\x17PERMISSION_FULL_CONTROL\x10\x01\x12\x14\n\x10PERMISSION_WRITE\x10\x02\x12\x18\n\x14PERMISSION_WRITE_ACP\x10\x03\x12\x13\n\x0fPERMISSION_READ\x10\x04\x12\x17\n\x13PERMISSION_READ_ACP\x10\x05\"\x81\x01\n\tGrantType\x12\x1a\n\x16GRANT_TYPE_UNSPECIFIED\x10\x00\x12\x16\n\x12GRANT_TYPE_ACCOUNT\x10\x01\x12&\n\"GRANT_TYPE_ALL_AUTHENTICATED_USERS\x10\x02\x12\x18\n\x14GRANT_TYPE_ALL_USERS\x10\x03\"\x9b\x01\n\x14\x41nonymousAccessFlags\x12(\n\x04read\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12(\n\x04list\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12/\n\x0b\x63onfig_read\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\"\xe4\x02\n\x08\x43orsRule\x12\n\n\x02id\x18\x01 \x01(\t\x12M\n\x0f\x61llowed_methods\x18\x02 \x03(\x0e\x32(.yandex.cloud.storage.v1.CorsRule.MethodB\n\x82\xc8\x31\x02>0\x90\xc8\x31\x01\x12\x17\n\x0f\x61llowed_headers\x18\x03 \x03(\t\x12\x1f\n\x0f\x61llowed_origins\x18\x04 \x03(\tB\x06\x82\xc8\x31\x02>0\x12\x16\n\x0e\x65xpose_headers\x18\x05 \x03(\t\x12\x34\n\x0fmax_age_seconds\x18\x06 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\"u\n\x06Method\x12\x16\n\x12METHOD_UNSPECIFIED\x10\x00\x12\x0e\n\nMETHOD_GET\x10\x01\x12\x0f\n\x0bMETHOD_HEAD\x10\x02\x12\x0f\n\x0bMETHOD_POST\x10\x03\x12\x0e\n\nMETHOD_PUT\x10\x04\x12\x11\n\rMETHOD_DELETE\x10\x05\"\xbc\x06\n\x0fWebsiteSettings\x12\r\n\x05index\x18\x01 \x01(\t\x12\r\n\x05\x65rror\x18\x02 \x01(\t\x12N\n\x15redirect_all_requests\x18\x03 \x01(\x0b\x32/.yandex.cloud.storage.v1.WebsiteSettings.Scheme\x12K\n\rrouting_rules\x18\x04 \x03(\x0b\x32\x34.yandex.cloud.storage.v1.WebsiteSettings.RoutingRule\x1a_\n\x06Scheme\x12\x43\n\x08protocol\x18\x01 \x01(\x0e\x32\x31.yandex.cloud.storage.v1.WebsiteSettings.Protocol\x12\x10\n\x08hostname\x18\x02 \x01(\t\x1aO\n\tCondition\x12\'\n\x1fhttp_error_code_returned_equals\x18\x01 \x01(\t\x12\x19\n\x11key_prefix_equals\x18\x02 \x01(\t\x1a\xd2\x01\n\x08Redirect\x12\x10\n\x08hostname\x18\x01 \x01(\t\x12\x34\n\x12http_redirect_code\x18\x02 \x01(\tB\x18\xf2\xc7\x31\x14\x33(0[1-9]|[1-9][0-9])\x12\x43\n\x08protocol\x18\x03 \x01(\x0e\x32\x31.yandex.cloud.storage.v1.WebsiteSettings.Protocol\x12\x1f\n\x17replace_key_prefix_with\x18\x04 \x01(\t\x12\x18\n\x10replace_key_with\x18\x05 \x01(\t\x1a\x99\x01\n\x0bRoutingRule\x12\x45\n\tcondition\x18\x01 \x01(\x0b\x32\x32.yandex.cloud.storage.v1.WebsiteSettings.Condition\x12\x43\n\x08redirect\x18\x02 \x01(\x0b\x32\x31.yandex.cloud.storage.v1.WebsiteSettings.Redirect\"K\n\x08Protocol\x12\x18\n\x14PROTOCOL_UNSPECIFIED\x10\x00\x12\x11\n\rPROTOCOL_HTTP\x10\x01\x12\x12\n\x0ePROTOCOL_HTTPS\x10\x02\"\xe5\r\n\rLifecycleRule\x12(\n\x02id\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x0f\n\x07\x65nabled\x18\x02 \x01(\x08\x12\x41\n\x06\x66ilter\x18\x03 \x01(\x0b\x32\x31.yandex.cloud.storage.v1.LifecycleRule.RuleFilter\x12\x45\n\nexpiration\x18\x04 \x01(\x0b\x32\x31.yandex.cloud.storage.v1.LifecycleRule.Expiration\x12\x46\n\x0btransitions\x18\x05 \x03(\x0b\x32\x31.yandex.cloud.storage.v1.LifecycleRule.Transition\x12[\n!abort_incomplete_multipart_upload\x18\x06 \x01(\x0b\x32\x30.yandex.cloud.storage.v1.LifecycleRule.AfterDays\x12Z\n\x15noncurrent_expiration\x18\x07 \x01(\x0b\x32;.yandex.cloud.storage.v1.LifecycleRule.NoncurrentExpiration\x12[\n\x16noncurrent_transitions\x18\x08 \x03(\x0b\x32;.yandex.cloud.storage.v1.LifecycleRule.NoncurrentTransition\x12\x61\n\x19noncurrent_delete_markers\x18\t \x01(\x0b\x32>.yandex.cloud.storage.v1.LifecycleRule.NoncurrentDeleteMarkers\x1aG\n\tAfterDays\x12:\n\x15\x64\x61ys_after_expiration\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x1aO\n\x17NoncurrentDeleteMarkers\x12\x34\n\x0fnoncurrent_days\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x1aL\n\x14NoncurrentExpiration\x12\x34\n\x0fnoncurrent_days\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x1ai\n\x14NoncurrentTransition\x12\x34\n\x0fnoncurrent_days\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x1b\n\rstorage_class\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x1a\x84\x01\n\nTransition\x12(\n\x04\x64\x61te\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12)\n\x04\x64\x61ys\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x1b\n\rstorage_class\x18\x04 \x01(\tB\x04\xe8\xc7\x31\x01J\x04\x08\x03\x10\x04\x1a\xa3\x01\n\nExpiration\x12(\n\x04\x64\x61te\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12)\n\x04\x64\x61ys\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12@\n\x1c\x65xpired_object_delete_marker\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x1a\xcd\x03\n\nRuleFilter\x12\x0e\n\x06prefix\x18\x01 \x01(\t\x12=\n\x18object_size_greater_than\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12:\n\x15object_size_less_than\x18\x03 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12)\n\x03tag\x18\x04 \x01(\x0b\x32\x1c.yandex.cloud.storage.v1.Tag\x12K\n\x0c\x61nd_operator\x18\x05 \x01(\x0b\x32\x35.yandex.cloud.storage.v1.LifecycleRule.RuleFilter.And\x1a\xbb\x01\n\x03\x41nd\x12\x0e\n\x06prefix\x18\x01 \x01(\t\x12=\n\x18object_size_greater_than\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12:\n\x15object_size_less_than\x18\x03 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12)\n\x03tag\x18\x04 \x03(\x0b\x32\x1c.yandex.cloud.storage.v1.Tag\"\xdd\x01\n\x08\x43ounters\x12\x1a\n\x12simple_object_size\x18\x01 \x01(\x03\x12\x1b\n\x13simple_object_count\x18\x02 \x01(\x03\x12\x1a\n\x12objects_parts_size\x18\x03 \x01(\x03\x12\x1b\n\x13objects_parts_count\x18\x04 \x01(\x03\x12\x1e\n\x16multipart_objects_size\x18\x05 \x01(\x03\x12\x1f\n\x17multipart_objects_count\x18\x06 \x01(\x03\x12\x1e\n\x16\x61\x63tive_multipart_count\x18\x07 \x01(\x03\"]\n\x13OptionalSizeByClass\x12\x15\n\rstorage_class\x18\x01 \x01(\t\x12/\n\nclass_size\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\"8\n\x0bSizeByClass\x12\x15\n\rstorage_class\x18\x01 \x01(\t\x12\x12\n\nclass_size\x18\x02 \x01(\x03\"]\n\x0f\x43ountersByClass\x12\x15\n\rstorage_class\x18\x01 \x01(\t\x12\x33\n\x08\x63ounters\x18\x02 \x01(\x0b\x32!.yandex.cloud.storage.v1.Counters\"\xaa\x04\n\x0b\x42ucketStats\x12\x0c\n\x04name\x18\x01 \x01(\t\x12-\n\x08max_size\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x11\n\tused_size\x18\x03 \x01(\x03\x12M\n\x17storage_class_max_sizes\x18\x04 \x03(\x0b\x32,.yandex.cloud.storage.v1.OptionalSizeByClass\x12\x46\n\x18storage_class_used_sizes\x18\x05 \x03(\x0b\x32$.yandex.cloud.storage.v1.SizeByClass\x12H\n\x16storage_class_counters\x18\x06 \x03(\x0b\x32(.yandex.cloud.storage.v1.CountersByClass\x12;\n\x15\x64\x65\x66\x61ult_storage_class\x18\x07 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12M\n\x16\x61nonymous_access_flags\x18\x08 \x01(\x0b\x32-.yandex.cloud.storage.v1.AnonymousAccessFlags\x12.\n\ncreated_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\xc1\x03\n\x0bHTTPSConfig\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x44\n\x0bsource_type\x18\x02 \x01(\x0e\x32/.yandex.cloud.storage.v1.HTTPSConfig.SourceType\x12,\n\x06issuer\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12-\n\x07subject\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x11\n\tdns_names\x18\x05 \x03(\t\x12.\n\nnot_before\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12-\n\tnot_after\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x16\n\x0e\x63\x65rtificate_id\x18\x08 \x01(\t\"w\n\nSourceType\x12\x1b\n\x17SOURCE_TYPE_UNSPECIFIED\x10\x00\x12\x1c\n\x18SOURCE_TYPE_SELF_MANAGED\x10\x01\x12.\n*SOURCE_TYPE_MANAGED_BY_CERTIFICATE_MANAGER\x10\x02\"\xf3\x03\n\nObjectLock\x12\x44\n\x06status\x18\x02 \x01(\x0e\x32\x34.yandex.cloud.storage.v1.ObjectLock.ObjectLockStatus\x12O\n\x11\x64\x65\x66\x61ult_retention\x18\x03 \x01(\x0b\x32\x34.yandex.cloud.storage.v1.ObjectLock.DefaultRetention\x1a\xd4\x01\n\x10\x44\x65\x66\x61ultRetention\x12G\n\x04mode\x18\x01 \x01(\x0e\x32\x39.yandex.cloud.storage.v1.ObjectLock.DefaultRetention.Mode\x12\x0e\n\x04\x64\x61ys\x18\x02 \x01(\x03H\x00\x12\x0f\n\x05years\x18\x03 \x01(\x03H\x00\"F\n\x04Mode\x12\x14\n\x10MODE_UNSPECIFIED\x10\x00\x12\x13\n\x0fMODE_GOVERNANCE\x10\x01\x12\x13\n\x0fMODE_COMPLIANCE\x10\x02\x42\x0e\n\x06period\x12\x04\xc0\xc1\x31\x01\"w\n\x10ObjectLockStatus\x12\"\n\x1eOBJECT_LOCK_STATUS_UNSPECIFIED\x10\x00\x12\x1f\n\x1bOBJECT_LOCK_STATUS_DISABLED\x10\x01\x12\x1e\n\x1aOBJECT_LOCK_STATUS_ENABLED\x10\x02\"\x93\x01\n\nEncryption\x12\x41\n\x05rules\x18\x01 \x03(\x0b\x32\x32.yandex.cloud.storage.v1.Encryption.EncryptionRule\x1a\x42\n\x0e\x45ncryptionRule\x12\x19\n\x11kms_master_key_id\x18\x01 \x01(\t\x12\x15\n\rsse_algorithm\x18\x02 \x01(\t\"K\n\x1d\x42ucketAllowedPrivateEndpoints\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x12\x19\n\x11private_endpoints\x18\x02 \x03(\t*s\n\nVersioning\x12\x1a\n\x16VERSIONING_UNSPECIFIED\x10\x00\x12\x17\n\x13VERSIONING_DISABLED\x10\x01\x12\x16\n\x12VERSIONING_ENABLED\x10\x02\x12\x18\n\x14VERSIONING_SUSPENDED\x10\x03\x42\x62\n\x1byandex.cloud.api.storage.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/storage/v1;storageb\x06proto3')
|
|
32
32
|
|
|
33
33
|
_globals = globals()
|
|
34
34
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -40,6 +40,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
40
40
|
_globals['_ACL_GRANT'].fields_by_name['permission']._serialized_options = b'\350\3071\001'
|
|
41
41
|
_globals['_ACL_GRANT'].fields_by_name['grant_type']._loaded_options = None
|
|
42
42
|
_globals['_ACL_GRANT'].fields_by_name['grant_type']._serialized_options = b'\350\3071\001'
|
|
43
|
+
_globals['_ACL_GRANT'].fields_by_name['grantee_id']._loaded_options = None
|
|
44
|
+
_globals['_ACL_GRANT'].fields_by_name['grantee_id']._serialized_options = b'\212\3101\004<=50'
|
|
43
45
|
_globals['_CORSRULE'].fields_by_name['allowed_methods']._loaded_options = None
|
|
44
46
|
_globals['_CORSRULE'].fields_by_name['allowed_methods']._serialized_options = b'\202\3101\002>0\220\3101\001'
|
|
45
47
|
_globals['_CORSRULE'].fields_by_name['allowed_origins']._loaded_options = None
|
|
@@ -52,82 +54,82 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
52
54
|
_globals['_LIFECYCLERULE_TRANSITION'].fields_by_name['storage_class']._serialized_options = b'\350\3071\001'
|
|
53
55
|
_globals['_OBJECTLOCK_DEFAULTRETENTION'].oneofs_by_name['period']._loaded_options = None
|
|
54
56
|
_globals['_OBJECTLOCK_DEFAULTRETENTION'].oneofs_by_name['period']._serialized_options = b'\300\3011\001'
|
|
55
|
-
_globals['_VERSIONING']._serialized_start=
|
|
56
|
-
_globals['_VERSIONING']._serialized_end=
|
|
57
|
+
_globals['_VERSIONING']._serialized_start=6900
|
|
58
|
+
_globals['_VERSIONING']._serialized_end=7015
|
|
57
59
|
_globals['_BUCKET']._serialized_start=192
|
|
58
60
|
_globals['_BUCKET']._serialized_end=994
|
|
59
61
|
_globals['_TAG']._serialized_start=996
|
|
60
62
|
_globals['_TAG']._serialized_end=1029
|
|
61
63
|
_globals['_ACL']._serialized_start=1032
|
|
62
|
-
_globals['_ACL']._serialized_end=
|
|
64
|
+
_globals['_ACL']._serialized_end=1572
|
|
63
65
|
_globals['_ACL_GRANT']._serialized_start=1092
|
|
64
|
-
_globals['_ACL_GRANT']._serialized_end=
|
|
65
|
-
_globals['_ACL_GRANT_PERMISSION']._serialized_start=
|
|
66
|
-
_globals['_ACL_GRANT_PERMISSION']._serialized_end=
|
|
67
|
-
_globals['_ACL_GRANT_GRANTTYPE']._serialized_start=
|
|
68
|
-
_globals['_ACL_GRANT_GRANTTYPE']._serialized_end=
|
|
69
|
-
_globals['_ANONYMOUSACCESSFLAGS']._serialized_start=
|
|
70
|
-
_globals['_ANONYMOUSACCESSFLAGS']._serialized_end=
|
|
71
|
-
_globals['_CORSRULE']._serialized_start=
|
|
72
|
-
_globals['_CORSRULE']._serialized_end=
|
|
73
|
-
_globals['_CORSRULE_METHOD']._serialized_start=
|
|
74
|
-
_globals['_CORSRULE_METHOD']._serialized_end=
|
|
75
|
-
_globals['_WEBSITESETTINGS']._serialized_start=
|
|
76
|
-
_globals['_WEBSITESETTINGS']._serialized_end=
|
|
77
|
-
_globals['_WEBSITESETTINGS_SCHEME']._serialized_start=
|
|
78
|
-
_globals['_WEBSITESETTINGS_SCHEME']._serialized_end=
|
|
79
|
-
_globals['_WEBSITESETTINGS_CONDITION']._serialized_start=
|
|
80
|
-
_globals['_WEBSITESETTINGS_CONDITION']._serialized_end=
|
|
81
|
-
_globals['_WEBSITESETTINGS_REDIRECT']._serialized_start=
|
|
82
|
-
_globals['_WEBSITESETTINGS_REDIRECT']._serialized_end=
|
|
83
|
-
_globals['_WEBSITESETTINGS_ROUTINGRULE']._serialized_start=
|
|
84
|
-
_globals['_WEBSITESETTINGS_ROUTINGRULE']._serialized_end=
|
|
85
|
-
_globals['_WEBSITESETTINGS_PROTOCOL']._serialized_start=
|
|
86
|
-
_globals['_WEBSITESETTINGS_PROTOCOL']._serialized_end=
|
|
87
|
-
_globals['_LIFECYCLERULE']._serialized_start=
|
|
88
|
-
_globals['_LIFECYCLERULE']._serialized_end=
|
|
89
|
-
_globals['_LIFECYCLERULE_AFTERDAYS']._serialized_start=
|
|
90
|
-
_globals['_LIFECYCLERULE_AFTERDAYS']._serialized_end=
|
|
91
|
-
_globals['_LIFECYCLERULE_NONCURRENTDELETEMARKERS']._serialized_start=
|
|
92
|
-
_globals['_LIFECYCLERULE_NONCURRENTDELETEMARKERS']._serialized_end=
|
|
93
|
-
_globals['_LIFECYCLERULE_NONCURRENTEXPIRATION']._serialized_start=
|
|
94
|
-
_globals['_LIFECYCLERULE_NONCURRENTEXPIRATION']._serialized_end=
|
|
95
|
-
_globals['_LIFECYCLERULE_NONCURRENTTRANSITION']._serialized_start=
|
|
96
|
-
_globals['_LIFECYCLERULE_NONCURRENTTRANSITION']._serialized_end=
|
|
97
|
-
_globals['_LIFECYCLERULE_TRANSITION']._serialized_start=
|
|
98
|
-
_globals['_LIFECYCLERULE_TRANSITION']._serialized_end=
|
|
99
|
-
_globals['_LIFECYCLERULE_EXPIRATION']._serialized_start=
|
|
100
|
-
_globals['_LIFECYCLERULE_EXPIRATION']._serialized_end=
|
|
101
|
-
_globals['_LIFECYCLERULE_RULEFILTER']._serialized_start=
|
|
102
|
-
_globals['_LIFECYCLERULE_RULEFILTER']._serialized_end=
|
|
103
|
-
_globals['_LIFECYCLERULE_RULEFILTER_AND']._serialized_start=
|
|
104
|
-
_globals['_LIFECYCLERULE_RULEFILTER_AND']._serialized_end=
|
|
105
|
-
_globals['_COUNTERS']._serialized_start=
|
|
106
|
-
_globals['_COUNTERS']._serialized_end=
|
|
107
|
-
_globals['_OPTIONALSIZEBYCLASS']._serialized_start=
|
|
108
|
-
_globals['_OPTIONALSIZEBYCLASS']._serialized_end=
|
|
109
|
-
_globals['_SIZEBYCLASS']._serialized_start=
|
|
110
|
-
_globals['_SIZEBYCLASS']._serialized_end=
|
|
111
|
-
_globals['_COUNTERSBYCLASS']._serialized_start=
|
|
112
|
-
_globals['_COUNTERSBYCLASS']._serialized_end=
|
|
113
|
-
_globals['_BUCKETSTATS']._serialized_start=
|
|
114
|
-
_globals['_BUCKETSTATS']._serialized_end=
|
|
115
|
-
_globals['_HTTPSCONFIG']._serialized_start=
|
|
116
|
-
_globals['_HTTPSCONFIG']._serialized_end=
|
|
117
|
-
_globals['_HTTPSCONFIG_SOURCETYPE']._serialized_start=
|
|
118
|
-
_globals['_HTTPSCONFIG_SOURCETYPE']._serialized_end=
|
|
119
|
-
_globals['_OBJECTLOCK']._serialized_start=
|
|
120
|
-
_globals['_OBJECTLOCK']._serialized_end=
|
|
121
|
-
_globals['_OBJECTLOCK_DEFAULTRETENTION']._serialized_start=
|
|
122
|
-
_globals['_OBJECTLOCK_DEFAULTRETENTION']._serialized_end=
|
|
123
|
-
_globals['_OBJECTLOCK_DEFAULTRETENTION_MODE']._serialized_start=
|
|
124
|
-
_globals['_OBJECTLOCK_DEFAULTRETENTION_MODE']._serialized_end=
|
|
125
|
-
_globals['_OBJECTLOCK_OBJECTLOCKSTATUS']._serialized_start=
|
|
126
|
-
_globals['_OBJECTLOCK_OBJECTLOCKSTATUS']._serialized_end=
|
|
127
|
-
_globals['_ENCRYPTION']._serialized_start=
|
|
128
|
-
_globals['_ENCRYPTION']._serialized_end=
|
|
129
|
-
_globals['_ENCRYPTION_ENCRYPTIONRULE']._serialized_start=
|
|
130
|
-
_globals['_ENCRYPTION_ENCRYPTIONRULE']._serialized_end=
|
|
131
|
-
_globals['_BUCKETALLOWEDPRIVATEENDPOINTS']._serialized_start=
|
|
132
|
-
_globals['_BUCKETALLOWEDPRIVATEENDPOINTS']._serialized_end=
|
|
66
|
+
_globals['_ACL_GRANT']._serialized_end=1572
|
|
67
|
+
_globals['_ACL_GRANT_PERMISSION']._serialized_start=1277
|
|
68
|
+
_globals['_ACL_GRANT_PERMISSION']._serialized_end=1440
|
|
69
|
+
_globals['_ACL_GRANT_GRANTTYPE']._serialized_start=1443
|
|
70
|
+
_globals['_ACL_GRANT_GRANTTYPE']._serialized_end=1572
|
|
71
|
+
_globals['_ANONYMOUSACCESSFLAGS']._serialized_start=1575
|
|
72
|
+
_globals['_ANONYMOUSACCESSFLAGS']._serialized_end=1730
|
|
73
|
+
_globals['_CORSRULE']._serialized_start=1733
|
|
74
|
+
_globals['_CORSRULE']._serialized_end=2089
|
|
75
|
+
_globals['_CORSRULE_METHOD']._serialized_start=1972
|
|
76
|
+
_globals['_CORSRULE_METHOD']._serialized_end=2089
|
|
77
|
+
_globals['_WEBSITESETTINGS']._serialized_start=2092
|
|
78
|
+
_globals['_WEBSITESETTINGS']._serialized_end=2920
|
|
79
|
+
_globals['_WEBSITESETTINGS_SCHEME']._serialized_start=2298
|
|
80
|
+
_globals['_WEBSITESETTINGS_SCHEME']._serialized_end=2393
|
|
81
|
+
_globals['_WEBSITESETTINGS_CONDITION']._serialized_start=2395
|
|
82
|
+
_globals['_WEBSITESETTINGS_CONDITION']._serialized_end=2474
|
|
83
|
+
_globals['_WEBSITESETTINGS_REDIRECT']._serialized_start=2477
|
|
84
|
+
_globals['_WEBSITESETTINGS_REDIRECT']._serialized_end=2687
|
|
85
|
+
_globals['_WEBSITESETTINGS_ROUTINGRULE']._serialized_start=2690
|
|
86
|
+
_globals['_WEBSITESETTINGS_ROUTINGRULE']._serialized_end=2843
|
|
87
|
+
_globals['_WEBSITESETTINGS_PROTOCOL']._serialized_start=2845
|
|
88
|
+
_globals['_WEBSITESETTINGS_PROTOCOL']._serialized_end=2920
|
|
89
|
+
_globals['_LIFECYCLERULE']._serialized_start=2923
|
|
90
|
+
_globals['_LIFECYCLERULE']._serialized_end=4688
|
|
91
|
+
_globals['_LIFECYCLERULE_AFTERDAYS']._serialized_start=3586
|
|
92
|
+
_globals['_LIFECYCLERULE_AFTERDAYS']._serialized_end=3657
|
|
93
|
+
_globals['_LIFECYCLERULE_NONCURRENTDELETEMARKERS']._serialized_start=3659
|
|
94
|
+
_globals['_LIFECYCLERULE_NONCURRENTDELETEMARKERS']._serialized_end=3738
|
|
95
|
+
_globals['_LIFECYCLERULE_NONCURRENTEXPIRATION']._serialized_start=3740
|
|
96
|
+
_globals['_LIFECYCLERULE_NONCURRENTEXPIRATION']._serialized_end=3816
|
|
97
|
+
_globals['_LIFECYCLERULE_NONCURRENTTRANSITION']._serialized_start=3818
|
|
98
|
+
_globals['_LIFECYCLERULE_NONCURRENTTRANSITION']._serialized_end=3923
|
|
99
|
+
_globals['_LIFECYCLERULE_TRANSITION']._serialized_start=3926
|
|
100
|
+
_globals['_LIFECYCLERULE_TRANSITION']._serialized_end=4058
|
|
101
|
+
_globals['_LIFECYCLERULE_EXPIRATION']._serialized_start=4061
|
|
102
|
+
_globals['_LIFECYCLERULE_EXPIRATION']._serialized_end=4224
|
|
103
|
+
_globals['_LIFECYCLERULE_RULEFILTER']._serialized_start=4227
|
|
104
|
+
_globals['_LIFECYCLERULE_RULEFILTER']._serialized_end=4688
|
|
105
|
+
_globals['_LIFECYCLERULE_RULEFILTER_AND']._serialized_start=4501
|
|
106
|
+
_globals['_LIFECYCLERULE_RULEFILTER_AND']._serialized_end=4688
|
|
107
|
+
_globals['_COUNTERS']._serialized_start=4691
|
|
108
|
+
_globals['_COUNTERS']._serialized_end=4912
|
|
109
|
+
_globals['_OPTIONALSIZEBYCLASS']._serialized_start=4914
|
|
110
|
+
_globals['_OPTIONALSIZEBYCLASS']._serialized_end=5007
|
|
111
|
+
_globals['_SIZEBYCLASS']._serialized_start=5009
|
|
112
|
+
_globals['_SIZEBYCLASS']._serialized_end=5065
|
|
113
|
+
_globals['_COUNTERSBYCLASS']._serialized_start=5067
|
|
114
|
+
_globals['_COUNTERSBYCLASS']._serialized_end=5160
|
|
115
|
+
_globals['_BUCKETSTATS']._serialized_start=5163
|
|
116
|
+
_globals['_BUCKETSTATS']._serialized_end=5717
|
|
117
|
+
_globals['_HTTPSCONFIG']._serialized_start=5720
|
|
118
|
+
_globals['_HTTPSCONFIG']._serialized_end=6169
|
|
119
|
+
_globals['_HTTPSCONFIG_SOURCETYPE']._serialized_start=6050
|
|
120
|
+
_globals['_HTTPSCONFIG_SOURCETYPE']._serialized_end=6169
|
|
121
|
+
_globals['_OBJECTLOCK']._serialized_start=6172
|
|
122
|
+
_globals['_OBJECTLOCK']._serialized_end=6671
|
|
123
|
+
_globals['_OBJECTLOCK_DEFAULTRETENTION']._serialized_start=6338
|
|
124
|
+
_globals['_OBJECTLOCK_DEFAULTRETENTION']._serialized_end=6550
|
|
125
|
+
_globals['_OBJECTLOCK_DEFAULTRETENTION_MODE']._serialized_start=6464
|
|
126
|
+
_globals['_OBJECTLOCK_DEFAULTRETENTION_MODE']._serialized_end=6534
|
|
127
|
+
_globals['_OBJECTLOCK_OBJECTLOCKSTATUS']._serialized_start=6552
|
|
128
|
+
_globals['_OBJECTLOCK_OBJECTLOCKSTATUS']._serialized_end=6671
|
|
129
|
+
_globals['_ENCRYPTION']._serialized_start=6674
|
|
130
|
+
_globals['_ENCRYPTION']._serialized_end=6821
|
|
131
|
+
_globals['_ENCRYPTION_ENCRYPTIONRULE']._serialized_start=6755
|
|
132
|
+
_globals['_ENCRYPTION_ENCRYPTIONRULE']._serialized_end=6821
|
|
133
|
+
_globals['_BUCKETALLOWEDPRIVATEENDPOINTS']._serialized_start=6823
|
|
134
|
+
_globals['_BUCKETALLOWEDPRIVATEENDPOINTS']._serialized_end=6898
|
|
133
135
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -25,7 +25,7 @@ _sym_db = _symbol_database.Default()
|
|
|
25
25
|
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#yandex/cloud/video/v1/channel.proto\x12\x15yandex.cloud.video.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"\
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#yandex/cloud/video/v1/channel.proto\x12\x15yandex.cloud.video.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"\xe6\x02\n\x07\x43hannel\x12\n\n\x02id\x18\x01 \x01(\t\x12\x17\n\x0forganization_id\x18\x02 \x01(\t\x12\r\n\x05title\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12.\n\ncreated_at\x18\x64 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x65 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12;\n\x06labels\x18\xc8\x01 \x03(\x0b\x32*.yandex.cloud.video.v1.Channel.LabelsEntry\x12\x39\n\x08settings\x18\xc9\x01 \x01(\x0b\x32&.yandex.cloud.video.v1.ChannelSettings\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x04\x08\x05\x10\x64J\x05\x08\x66\x10\xc8\x01\"V\n\x0f\x43hannelSettings\x12\x43\n\radvertisement\x18\x01 \x01(\x0b\x32,.yandex.cloud.video.v1.AdvertisementSettings\"\xc0\x01\n\x15\x41\x64vertisementSettings\x12R\n\ryandex_direct\x18\x64 \x01(\x0b\x32\x39.yandex.cloud.video.v1.AdvertisementSettings.YandexDirectH\x00\x1a\x41\n\x0cYandexDirect\x12\x0e\n\x06\x65nable\x18\x01 \x01(\x08\x12\x0f\n\x07page_id\x18\x02 \x01(\x03\x12\x10\n\x08\x63\x61tegory\x18\x03 \x01(\x03\x42\n\n\x08providerJ\x04\x08\x01\x10\x64\x42\\\n\x19yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;videob\x06proto3')
|
|
29
29
|
|
|
30
30
|
_globals = globals()
|
|
31
31
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -36,7 +36,13 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
36
36
|
_globals['_CHANNEL_LABELSENTRY']._loaded_options = None
|
|
37
37
|
_globals['_CHANNEL_LABELSENTRY']._serialized_options = b'8\001'
|
|
38
38
|
_globals['_CHANNEL']._serialized_start=96
|
|
39
|
-
_globals['_CHANNEL']._serialized_end=
|
|
40
|
-
_globals['_CHANNEL_LABELSENTRY']._serialized_start=
|
|
41
|
-
_globals['_CHANNEL_LABELSENTRY']._serialized_end=
|
|
39
|
+
_globals['_CHANNEL']._serialized_end=454
|
|
40
|
+
_globals['_CHANNEL_LABELSENTRY']._serialized_start=396
|
|
41
|
+
_globals['_CHANNEL_LABELSENTRY']._serialized_end=441
|
|
42
|
+
_globals['_CHANNELSETTINGS']._serialized_start=456
|
|
43
|
+
_globals['_CHANNELSETTINGS']._serialized_end=542
|
|
44
|
+
_globals['_ADVERTISEMENTSETTINGS']._serialized_start=545
|
|
45
|
+
_globals['_ADVERTISEMENTSETTINGS']._serialized_end=737
|
|
46
|
+
_globals['_ADVERTISEMENTSETTINGS_YANDEXDIRECT']._serialized_start=654
|
|
47
|
+
_globals['_ADVERTISEMENTSETTINGS_YANDEXDIRECT']._serialized_end=719
|
|
42
48
|
# @@protoc_insertion_point(module_scope)
|