yandexcloud 0.354.0__py3-none-any.whl → 0.356.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of yandexcloud might be problematic. Click here for more details.
- yandex/cloud/ai/assistants/v1/common_pb2.py +58 -30
- yandex/cloud/ai/assistants/v1/common_pb2.pyi +178 -3
- yandex/cloud/airflow/v1/cluster_pb2.py +12 -8
- yandex/cloud/airflow/v1/cluster_pb2.pyi +4 -0
- yandex/cloud/apploadbalancer/v1/virtual_host_pb2.py +32 -32
- yandex/cloud/apploadbalancer/v1/virtual_host_pb2.pyi +5 -1
- yandex/cloud/apploadbalancer/v1/virtual_host_service_pb2.py +6 -6
- yandex/cloud/apploadbalancer/v1/virtual_host_service_pb2.pyi +5 -1
- yandex/cloud/backup/v1/backup_service_pb2.py +46 -40
- yandex/cloud/backup/v1/backup_service_pb2.pyi +26 -4
- yandex/cloud/backup/v1/resource_pb2.py +2 -2
- yandex/cloud/backup/v1/resource_pb2.pyi +8 -0
- yandex/cloud/baremetal/v1alpha/configuration_service_pb2.py +18 -9
- yandex/cloud/baremetal/v1alpha/configuration_service_pb2.pyi +16 -2
- yandex/cloud/baremetal/v1alpha/hardware_pool_service_pb2.py +14 -9
- yandex/cloud/baremetal/v1alpha/image_service_pb2.py +39 -32
- yandex/cloud/baremetal/v1alpha/private_cloud_connection_service_pb2.py +29 -24
- yandex/cloud/baremetal/v1alpha/private_subnet_service_pb2.py +43 -36
- yandex/cloud/baremetal/v1alpha/public_subnet_service_pb2.py +39 -32
- yandex/cloud/baremetal/v1alpha/public_subnet_service_pb2.pyi +3 -2
- yandex/cloud/baremetal/v1alpha/server_service_pb2.py +83 -76
- yandex/cloud/baremetal/v1alpha/storage_service_pb2.py +16 -11
- yandex/cloud/baremetal/v1alpha/vrf_service_pb2.py +39 -32
- yandex/cloud/baremetal/v1alpha/zone_service_pb2.py +14 -9
- yandex/cloud/compute/v1/maintenance_service_pb2.py +47 -0
- yandex/cloud/compute/v1/maintenance_service_pb2.pyi +8 -0
- yandex/cloud/compute/v1/maintenance_service_pb2_grpc.py +190 -0
- yandex/cloud/compute/v1/maintenance_service_pb2_grpc.pyi +91 -0
- yandex/cloud/compute/v1/reserved_instance_pool_pb2.py +8 -4
- yandex/cloud/compute/v1/reserved_instance_pool_pb2.pyi +69 -2
- yandex/cloud/compute/v1/reserved_instance_pool_service_pb2.py +44 -20
- yandex/cloud/compute/v1/reserved_instance_pool_service_pb2.pyi +138 -2
- yandex/cloud/compute/v1/reserved_instance_pool_service_pb2_grpc.py +88 -0
- yandex/cloud/compute/v1/reserved_instance_pool_service_pb2_grpc.pyi +40 -0
- yandex/cloud/datatransfer/v1/transfer_pb2.py +50 -48
- yandex/cloud/datatransfer/v1/transfer_pb2.pyi +23 -4
- yandex/cloud/datatransfer/v1/transfer_service_pb2.py +32 -32
- yandex/cloud/datatransfer/v1/transfer_service_pb2.pyi +12 -4
- yandex/cloud/iam/v1/oauth_client_pb2.py +39 -0
- yandex/cloud/iam/v1/oauth_client_pb2.pyi +85 -0
- yandex/cloud/iam/v1/oauth_client_pb2_grpc.py +24 -0
- yandex/cloud/iam/v1/oauth_client_pb2_grpc.pyi +17 -0
- yandex/cloud/iam/v1/oauth_client_secret_pb2.py +38 -0
- yandex/cloud/iam/v1/oauth_client_secret_pb2.pyi +49 -0
- yandex/cloud/iam/v1/oauth_client_secret_pb2_grpc.py +24 -0
- yandex/cloud/iam/v1/oauth_client_secret_pb2_grpc.pyi +17 -0
- yandex/cloud/iam/v1/oauth_client_secret_service_pb2.py +80 -0
- yandex/cloud/iam/v1/oauth_client_secret_service_pb2.pyi +188 -0
- yandex/cloud/iam/v1/oauth_client_secret_service_pb2_grpc.py +237 -0
- yandex/cloud/iam/v1/oauth_client_secret_service_pb2_grpc.pyi +121 -0
- yandex/cloud/iam/v1/oauth_client_service_pb2.py +99 -0
- yandex/cloud/iam/v1/oauth_client_service_pb2.pyi +257 -0
- yandex/cloud/iam/v1/oauth_client_service_pb2_grpc.py +281 -0
- yandex/cloud/iam/v1/oauth_client_service_pb2_grpc.pyi +141 -0
- yandex/cloud/iot/broker/v1/broker_service_pb2.py +50 -50
- yandex/cloud/iot/devices/v1/device_service_pb2.py +61 -61
- yandex/cloud/iot/devices/v1/registry_service_pb2.py +82 -82
- yandex/cloud/maintenance/__init__.py +0 -0
- yandex/cloud/maintenance/v2/__init__.py +0 -0
- yandex/cloud/maintenance/v2/common_pb2.py +73 -0
- yandex/cloud/maintenance/v2/common_pb2.pyi +324 -0
- yandex/cloud/maintenance/v2/common_pb2_grpc.py +24 -0
- yandex/cloud/maintenance/v2/common_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.py +196 -152
- yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.pyi +1779 -1066
- yandex/cloud/mdb/clickhouse/v1/user_pb2.py +98 -86
- yandex/cloud/mdb/clickhouse/v1/user_pb2.pyi +1248 -792
- yandex/cloud/mdb/opensearch/v1/backup_pb2.py +14 -14
- yandex/cloud/mdb/opensearch/v1/backup_pb2.pyi +13 -1
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2.py +76 -76
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2.pyi +4 -0
- yandex/cloud/metastore/v1/cluster_pb2.py +18 -16
- yandex/cloud/metastore/v1/cluster_pb2.pyi +31 -1
- yandex/cloud/searchapi/v2/gen_search_service_pb2.py +22 -22
- yandex/cloud/searchapi/v2/gen_search_service_pb2.pyi +12 -2
- yandex/cloud/serverless/containers/v1/container_pb2.py +46 -44
- yandex/cloud/serverless/containers/v1/container_pb2.pyi +25 -3
- yandex/cloud/smartwebsecurity/v1/waf/waf_profile_pb2.py +50 -18
- yandex/cloud/smartwebsecurity/v1/waf/waf_profile_pb2.pyi +241 -2
- yandex/cloud/smartwebsecurity/v1/waf/waf_profile_service_pb2.py +18 -18
- yandex/cloud/smartwebsecurity/v1/waf/waf_profile_service_pb2.pyi +22 -2
- yandex/cloud/storage/v1/presign_service_pb2.py +47 -0
- yandex/cloud/storage/v1/presign_service_pb2.pyi +117 -0
- yandex/cloud/storage/v1/presign_service_pb2_grpc.py +101 -0
- yandex/cloud/storage/v1/presign_service_pb2_grpc.pyi +50 -0
- yandex/cloud/trino/v1/access_control_pb2.py +212 -0
- yandex/cloud/trino/v1/access_control_pb2.pyi +926 -0
- yandex/cloud/trino/v1/access_control_pb2_grpc.py +24 -0
- yandex/cloud/trino/v1/access_control_pb2_grpc.pyi +17 -0
- yandex/cloud/trino/v1/cluster_pb2.py +44 -43
- yandex/cloud/trino/v1/cluster_pb2.pyi +9 -2
- yandex/cloud/trino/v1/cluster_service_pb2.py +50 -49
- yandex/cloud/trino/v1/cluster_service_pb2.pyi +29 -4
- yandex/cloud/ytsaurus/v1/cluster_pb2.py +40 -37
- yandex/cloud/ytsaurus/v1/cluster_pb2.pyi +32 -18
- yandexcloud/__init__.py +1 -1
- {yandexcloud-0.354.0.dist-info → yandexcloud-0.356.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.354.0.dist-info → yandexcloud-0.356.0.dist-info}/RECORD +102 -68
- {yandexcloud-0.354.0.dist-info → yandexcloud-0.356.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.354.0.dist-info → yandexcloud-0.356.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.354.0.dist-info → yandexcloud-0.356.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.354.0.dist-info → yandexcloud-0.356.0.dist-info}/top_level.txt +0 -0
|
@@ -177,6 +177,7 @@ class GenSearchRequest(google.protobuf.message.Message):
|
|
|
177
177
|
ENABLE_NRFM_DOCS_FIELD_NUMBER: builtins.int
|
|
178
178
|
SEARCH_FILTERS_FIELD_NUMBER: builtins.int
|
|
179
179
|
SEARCH_TYPE_FIELD_NUMBER: builtins.int
|
|
180
|
+
GET_PARTIAL_RESULTS_FIELD_NUMBER: builtins.int
|
|
180
181
|
folder_id: builtins.str
|
|
181
182
|
"""ID of the folder."""
|
|
182
183
|
fix_misspell: builtins.bool
|
|
@@ -185,6 +186,8 @@ class GenSearchRequest(google.protobuf.message.Message):
|
|
|
185
186
|
"""Use the documents inaccessible from the site's front page."""
|
|
186
187
|
search_type: yandex.cloud.searchapi.v2.search_query_pb2.SearchQuery.SearchType.ValueType
|
|
187
188
|
"""Search type that determines the domain name that will be used for the search queries."""
|
|
189
|
+
get_partial_results: builtins.bool
|
|
190
|
+
"""Get partial results"""
|
|
188
191
|
@property
|
|
189
192
|
def messages(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___GenSearchMessage]:
|
|
190
193
|
"""Single search query or a search query with context in the form of chat with the model."""
|
|
@@ -211,9 +214,10 @@ class GenSearchRequest(google.protobuf.message.Message):
|
|
|
211
214
|
enable_nrfm_docs: builtins.bool = ...,
|
|
212
215
|
search_filters: collections.abc.Iterable[global___GenSearchRequest.SearchFilter] | None = ...,
|
|
213
216
|
search_type: yandex.cloud.searchapi.v2.search_query_pb2.SearchQuery.SearchType.ValueType = ...,
|
|
217
|
+
get_partial_results: builtins.bool = ...,
|
|
214
218
|
) -> None: ...
|
|
215
219
|
def HasField(self, field_name: typing.Literal["host", b"host", "site", b"site", "site_options", b"site_options", "url", b"url"]) -> builtins.bool: ...
|
|
216
|
-
def ClearField(self, field_name: typing.Literal["enable_nrfm_docs", b"enable_nrfm_docs", "fix_misspell", b"fix_misspell", "folder_id", b"folder_id", "host", b"host", "messages", b"messages", "search_filters", b"search_filters", "search_type", b"search_type", "site", b"site", "site_options", b"site_options", "url", b"url"]) -> None: ...
|
|
220
|
+
def ClearField(self, field_name: typing.Literal["enable_nrfm_docs", b"enable_nrfm_docs", "fix_misspell", b"fix_misspell", "folder_id", b"folder_id", "get_partial_results", b"get_partial_results", "host", b"host", "messages", b"messages", "search_filters", b"search_filters", "search_type", b"search_type", "site", b"site", "site_options", b"site_options", "url", b"url"]) -> None: ...
|
|
217
221
|
def WhichOneof(self, oneof_group: typing.Literal["site_options", b"site_options"]) -> typing.Literal["site", "host", "url"] | None: ...
|
|
218
222
|
|
|
219
223
|
global___GenSearchRequest = GenSearchRequest
|
|
@@ -268,6 +272,7 @@ class GenSearchResponse(google.protobuf.message.Message):
|
|
|
268
272
|
FIXED_MISSPELL_QUERY_FIELD_NUMBER: builtins.int
|
|
269
273
|
IS_ANSWER_REJECTED_FIELD_NUMBER: builtins.int
|
|
270
274
|
IS_BULLET_ANSWER_FIELD_NUMBER: builtins.int
|
|
275
|
+
HINTS_FIELD_NUMBER: builtins.int
|
|
271
276
|
fixed_misspell_query: builtins.str
|
|
272
277
|
"""The text of the search query with fixed misspells."""
|
|
273
278
|
is_answer_rejected: builtins.bool
|
|
@@ -286,6 +291,10 @@ class GenSearchResponse(google.protobuf.message.Message):
|
|
|
286
291
|
def search_queries(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___GenSearchResponse.SearchQuery]:
|
|
287
292
|
"""The search queries, refined by the YandexGPT model and used for the generative response."""
|
|
288
293
|
|
|
294
|
+
@property
|
|
295
|
+
def hints(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
296
|
+
"""Search hints"""
|
|
297
|
+
|
|
289
298
|
def __init__(
|
|
290
299
|
self,
|
|
291
300
|
*,
|
|
@@ -295,8 +304,9 @@ class GenSearchResponse(google.protobuf.message.Message):
|
|
|
295
304
|
fixed_misspell_query: builtins.str = ...,
|
|
296
305
|
is_answer_rejected: builtins.bool = ...,
|
|
297
306
|
is_bullet_answer: builtins.bool = ...,
|
|
307
|
+
hints: collections.abc.Iterable[builtins.str] | None = ...,
|
|
298
308
|
) -> None: ...
|
|
299
309
|
def HasField(self, field_name: typing.Literal["message", b"message"]) -> builtins.bool: ...
|
|
300
|
-
def ClearField(self, field_name: typing.Literal["fixed_misspell_query", b"fixed_misspell_query", "is_answer_rejected", b"is_answer_rejected", "is_bullet_answer", b"is_bullet_answer", "message", b"message", "search_queries", b"search_queries", "sources", b"sources"]) -> None: ...
|
|
310
|
+
def ClearField(self, field_name: typing.Literal["fixed_misspell_query", b"fixed_misspell_query", "hints", b"hints", "is_answer_rejected", b"is_answer_rejected", "is_bullet_answer", b"is_bullet_answer", "message", b"message", "search_queries", b"search_queries", "sources", b"sources"]) -> None: ...
|
|
301
311
|
|
|
302
312
|
global___GenSearchResponse = GenSearchResponse
|
|
@@ -28,7 +28,7 @@ from yandex.cloud.logging.v1 import log_entry_pb2 as yandex_dot_cloud_dot_loggin
|
|
|
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'\n5yandex/cloud/serverless/containers/v1/container.proto\x12%yandex.cloud.serverless.containers.v1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\'yandex/cloud/logging/v1/log_entry.proto\x1a\x1dyandex/cloud/validation.proto\"\xab\x03\n\tContainer\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t\x12.\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04name\x18\x04 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\x12L\n\x06labels\x18\x06 \x03(\x0b\x32<.yandex.cloud.serverless.containers.v1.Container.LabelsEntry\x12\x0b\n\x03url\x18\x08 \x01(\t\x12G\n\x06status\x18\t \x01(\x0e\x32\x37.yandex.cloud.serverless.containers.v1.Container.Status\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"S\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\x12\t\n\x05\x45RROR\x10\x04J\x04\x08\x07\x10\x08\"\
|
|
31
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n5yandex/cloud/serverless/containers/v1/container.proto\x12%yandex.cloud.serverless.containers.v1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\'yandex/cloud/logging/v1/log_entry.proto\x1a\x1dyandex/cloud/validation.proto\"\xab\x03\n\tContainer\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t\x12.\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04name\x18\x04 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\x12L\n\x06labels\x18\x06 \x03(\x0b\x32<.yandex.cloud.serverless.containers.v1.Container.LabelsEntry\x12\x0b\n\x03url\x18\x08 \x01(\t\x12G\n\x06status\x18\t \x01(\x0e\x32\x37.yandex.cloud.serverless.containers.v1.Container.Status\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"S\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\x12\t\n\x05\x45RROR\x10\x04J\x04\x08\x07\x10\x08\"\xdc\t\n\x08Revision\x12\n\n\x02id\x18\x01 \x01(\t\x12\x14\n\x0c\x63ontainer_id\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12.\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12;\n\x05image\x18\x05 \x01(\x0b\x32,.yandex.cloud.serverless.containers.v1.Image\x12\x43\n\tresources\x18\x06 \x01(\x0b\x32\x30.yandex.cloud.serverless.containers.v1.Resources\x12\x34\n\x11\x65xecution_timeout\x18\x07 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x13\n\x0b\x63oncurrency\x18\x08 \x01(\x03\x12\x1a\n\x12service_account_id\x18\t \x01(\t\x12\x46\n\x06status\x18\n \x01(\x0e\x32\x36.yandex.cloud.serverless.containers.v1.Revision.Status\x12>\n\x07secrets\x18\x0b \x03(\x0b\x32-.yandex.cloud.serverless.containers.v1.Secret\x12I\n\x0c\x63onnectivity\x18\x0c \x01(\x0b\x32\x33.yandex.cloud.serverless.containers.v1.Connectivity\x12P\n\x10provision_policy\x18\r \x01(\x0b\x32\x36.yandex.cloud.serverless.containers.v1.ProvisionPolicy\x12L\n\x0escaling_policy\x18\x0e \x01(\x0b\x32\x34.yandex.cloud.serverless.containers.v1.ScalingPolicy\x12\x46\n\x0blog_options\x18\x0f \x01(\x0b\x32\x31.yandex.cloud.serverless.containers.v1.LogOptions\x12K\n\x0estorage_mounts\x18\x10 \x03(\x0b\x32\x33.yandex.cloud.serverless.containers.v1.StorageMount\x12<\n\x06mounts\x18\x11 \x03(\x0b\x32,.yandex.cloud.serverless.containers.v1.Mount\x12?\n\x07runtime\x18\x12 \x01(\x0b\x32..yandex.cloud.serverless.containers.v1.Runtime\x12P\n\x10metadata_options\x18\x13 \x01(\x0b\x32\x36.yandex.cloud.serverless.containers.v1.MetadataOptions\x12]\n\x17\x61sync_invocation_config\x18\x14 \x01(\x0b\x32<.yandex.cloud.serverless.containers.v1.AsyncInvocationConfig\"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\x08OBSOLETE\x10\x03\"\xf0\x02\n\x05Image\x12\x11\n\timage_url\x18\x01 \x01(\t\x12\x14\n\x0cimage_digest\x18\x02 \x01(\t\x12?\n\x07\x63ommand\x18\x03 \x01(\x0b\x32..yandex.cloud.serverless.containers.v1.Command\x12\x39\n\x04\x61rgs\x18\x04 \x01(\x0b\x32+.yandex.cloud.serverless.containers.v1.Args\x12y\n\x0b\x65nvironment\x18\x05 \x03(\x0b\x32=.yandex.cloud.serverless.containers.v1.Image.EnvironmentEntryB%\x8a\xc8\x31\x06<=4096\xb2\xc8\x31\x17\x12\x15[a-zA-Z][a-zA-Z0-9_]*\x12\x13\n\x0bworking_dir\x18\x06 \x01(\t\x1a\x32\n\x10\x45nvironmentEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x1a\n\x07\x43ommand\x12\x0f\n\x07\x63ommand\x18\x01 \x03(\t\"\x14\n\x04\x41rgs\x12\x0c\n\x04\x61rgs\x18\x01 \x03(\t\"o\n\tResources\x12(\n\x06memory\x18\x01 \x01(\x03\x42\x18\xfa\xc7\x31\x14\x31\x33\x34\x32\x31\x37\x37\x32\x38-8589934592\x12\x16\n\x05\x63ores\x18\x02 \x01(\x03\x42\x07\xfa\xc7\x31\x03\x30-4\x12 \n\rcore_fraction\x18\x03 \x01(\x03\x42\t\xfa\xc7\x31\x05\x30-100\"(\n\x0fProvisionPolicy\x12\x15\n\rmin_instances\x18\x01 \x01(\x03\"b\n\x06Secret\x12\n\n\x02id\x18\x01 \x01(\t\x12\x12\n\nversion_id\x18\x02 \x01(\t\x12\x0b\n\x03key\x18\x03 \x01(\t\x12\x1e\n\x14\x65nvironment_variable\x18\x04 \x01(\tH\x00\x42\x0b\n\treference\"B\n\x0c\x43onnectivity\x12\x12\n\nnetwork_id\x18\x01 \x01(\t\x12\x1e\n\nsubnet_ids\x18\x02 \x03(\tB\n\x8a\xc8\x31\x02>0\x90\xc8\x31\x01\"\xe0\x01\n\nLogOptions\x12\x10\n\x08\x64isabled\x18\x01 \x01(\x08\x12;\n\x0clog_group_id\x18\x02 \x01(\tB#\xf2\xc7\x31\x1f([a-zA-Z][-a-zA-Z0-9_.]{0,63})?H\x00\x12\x38\n\tfolder_id\x18\x03 \x01(\tB#\xf2\xc7\x31\x1f([a-zA-Z][-a-zA-Z0-9_.]{0,63})?H\x00\x12:\n\tmin_level\x18\x04 \x01(\x0e\x32\'.yandex.cloud.logging.v1.LogLevel.LevelB\r\n\x0b\x64\x65stination\"J\n\rScalingPolicy\x12\x1c\n\x14zone_instances_limit\x18\x01 \x01(\x03\x12\x1b\n\x13zone_requests_limit\x18\x02 \x01(\x03\"\xaa\x01\n\x0cStorageMount\x12\x31\n\tbucket_id\x18\x01 \x01(\tB\x1e\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[-.0-9a-zA-Z]*\x8a\xc8\x31\x04\x33-63\x12\x0e\n\x06prefix\x18\x02 \x01(\t\x12\x11\n\tread_only\x18\x04 \x01(\x08\x12:\n\x10mount_point_path\x18\x05 \x01(\tB \xe8\xc7\x31\x01\xf2\xc7\x31\x0f[-_0-9a-zA-Z/]*\x8a\xc8\x31\x05\x31-300:\x02\x18\x01J\x04\x08\x03\x10\x04\"\x93\x04\n\x05Mount\x12:\n\x10mount_point_path\x18\x02 \x01(\tB \xe8\xc7\x31\x01\xf2\xc7\x31\x0f[-_0-9a-zA-Z/]*\x8a\xc8\x31\x05\x31-300\x12?\n\x04mode\x18\x03 \x01(\x0e\x32\x31.yandex.cloud.serverless.containers.v1.Mount.Mode\x12T\n\x0eobject_storage\x18\n \x01(\x0b\x32:.yandex.cloud.serverless.containers.v1.Mount.ObjectStorageH\x00\x12T\n\x13\x65phemeral_disk_spec\x18\x0b \x01(\x0b\x32\x35.yandex.cloud.serverless.containers.v1.Mount.DiskSpecH\x00\x1aR\n\rObjectStorage\x12\x31\n\tbucket_id\x18\x01 \x01(\tB\x1e\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[-.0-9a-zA-Z]*\x8a\xc8\x31\x04\x33-63\x12\x0e\n\x06prefix\x18\x02 \x01(\t\x1a\x34\n\x08\x44iskSpec\x12\x14\n\x04size\x18\x01 \x01(\x03\x42\x06\xfa\xc7\x31\x02>0\x12\x12\n\nblock_size\x18\x02 \x01(\x03\";\n\x04Mode\x12\x14\n\x10MODE_UNSPECIFIED\x10\x00\x12\r\n\tREAD_ONLY\x10\x01\x12\x0e\n\nREAD_WRITE\x10\x02\x42\x0e\n\x06target\x12\x04\xc0\xc1\x31\x01J\x04\x08\x04\x10\nJ\x04\x08\x01\x10\x02\"\xb1\x01\n\x07Runtime\x12\x43\n\x04http\x18\x01 \x01(\x0b\x32\x33.yandex.cloud.serverless.containers.v1.Runtime.HttpH\x00\x12\x43\n\x04task\x18\x02 \x01(\x0b\x32\x33.yandex.cloud.serverless.containers.v1.Runtime.TaskH\x00\x1a\x06\n\x04Http\x1a\x06\n\x04TaskB\x0c\n\x04type\x12\x04\xc0\xc1\x31\x01\"\xb8\x01\n\x0fMetadataOptions\x12P\n\x11gce_http_endpoint\x18\x01 \x01(\x0e\x32\x35.yandex.cloud.serverless.containers.v1.MetadataOption\x12S\n\x14\x61ws_v1_http_endpoint\x18\x02 \x01(\x0e\x32\x35.yandex.cloud.serverless.containers.v1.MetadataOption\"3\n\x15\x41syncInvocationConfig\x12\x1a\n\x12service_account_id\x18\x01 \x01(\t*L\n\x0eMetadataOption\x12\x1f\n\x1bMETADATA_OPTION_UNSPECIFIED\x10\x00\x12\x0b\n\x07\x45NABLED\x10\x01\x12\x0c\n\x08\x44ISABLED\x10\x02\x42\x81\x01\n)yandex.cloud.api.serverless.containers.v1ZTgithub.com/yandex-cloud/go-genproto/yandex/cloud/serverless/containers/v1;containersb\x06proto3')
|
|
32
32
|
|
|
33
33
|
_globals = globals()
|
|
34
34
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -70,8 +70,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
70
70
|
_globals['_MOUNT'].fields_by_name['mount_point_path']._serialized_options = b'\350\3071\001\362\3071\017[-_0-9a-zA-Z/]*\212\3101\0051-300'
|
|
71
71
|
_globals['_RUNTIME'].oneofs_by_name['type']._loaded_options = None
|
|
72
72
|
_globals['_RUNTIME'].oneofs_by_name['type']._serialized_options = b'\300\3011\001'
|
|
73
|
-
_globals['_METADATAOPTION']._serialized_start=
|
|
74
|
-
_globals['_METADATAOPTION']._serialized_end=
|
|
73
|
+
_globals['_METADATAOPTION']._serialized_start=4084
|
|
74
|
+
_globals['_METADATAOPTION']._serialized_end=4160
|
|
75
75
|
_globals['_CONTAINER']._serialized_start=234
|
|
76
76
|
_globals['_CONTAINER']._serialized_end=661
|
|
77
77
|
_globals['_CONTAINER_LABELSENTRY']._serialized_start=525
|
|
@@ -79,45 +79,47 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
79
79
|
_globals['_CONTAINER_STATUS']._serialized_start=572
|
|
80
80
|
_globals['_CONTAINER_STATUS']._serialized_end=655
|
|
81
81
|
_globals['_REVISION']._serialized_start=664
|
|
82
|
-
_globals['_REVISION']._serialized_end=
|
|
83
|
-
_globals['_REVISION_STATUS']._serialized_start=
|
|
84
|
-
_globals['_REVISION_STATUS']._serialized_end=
|
|
85
|
-
_globals['_IMAGE']._serialized_start=
|
|
86
|
-
_globals['_IMAGE']._serialized_end=
|
|
87
|
-
_globals['_IMAGE_ENVIRONMENTENTRY']._serialized_start=
|
|
88
|
-
_globals['_IMAGE_ENVIRONMENTENTRY']._serialized_end=
|
|
89
|
-
_globals['_COMMAND']._serialized_start=
|
|
90
|
-
_globals['_COMMAND']._serialized_end=
|
|
91
|
-
_globals['_ARGS']._serialized_start=
|
|
92
|
-
_globals['_ARGS']._serialized_end=
|
|
93
|
-
_globals['_RESOURCES']._serialized_start=
|
|
94
|
-
_globals['_RESOURCES']._serialized_end=
|
|
95
|
-
_globals['_PROVISIONPOLICY']._serialized_start=
|
|
96
|
-
_globals['_PROVISIONPOLICY']._serialized_end=
|
|
97
|
-
_globals['_SECRET']._serialized_start=
|
|
98
|
-
_globals['_SECRET']._serialized_end=
|
|
99
|
-
_globals['_CONNECTIVITY']._serialized_start=
|
|
100
|
-
_globals['_CONNECTIVITY']._serialized_end=
|
|
101
|
-
_globals['_LOGOPTIONS']._serialized_start=
|
|
102
|
-
_globals['_LOGOPTIONS']._serialized_end=
|
|
103
|
-
_globals['_SCALINGPOLICY']._serialized_start=
|
|
104
|
-
_globals['_SCALINGPOLICY']._serialized_end=
|
|
105
|
-
_globals['_STORAGEMOUNT']._serialized_start=
|
|
106
|
-
_globals['_STORAGEMOUNT']._serialized_end=
|
|
107
|
-
_globals['_MOUNT']._serialized_start=
|
|
108
|
-
_globals['_MOUNT']._serialized_end=
|
|
109
|
-
_globals['_MOUNT_OBJECTSTORAGE']._serialized_start=
|
|
110
|
-
_globals['_MOUNT_OBJECTSTORAGE']._serialized_end=
|
|
111
|
-
_globals['_MOUNT_DISKSPEC']._serialized_start=
|
|
112
|
-
_globals['_MOUNT_DISKSPEC']._serialized_end=
|
|
113
|
-
_globals['_MOUNT_MODE']._serialized_start=
|
|
114
|
-
_globals['_MOUNT_MODE']._serialized_end=
|
|
115
|
-
_globals['_RUNTIME']._serialized_start=
|
|
116
|
-
_globals['_RUNTIME']._serialized_end=
|
|
117
|
-
_globals['_RUNTIME_HTTP']._serialized_start=
|
|
118
|
-
_globals['_RUNTIME_HTTP']._serialized_end=
|
|
119
|
-
_globals['_RUNTIME_TASK']._serialized_start=
|
|
120
|
-
_globals['_RUNTIME_TASK']._serialized_end=
|
|
121
|
-
_globals['_METADATAOPTIONS']._serialized_start=
|
|
122
|
-
_globals['_METADATAOPTIONS']._serialized_end=
|
|
82
|
+
_globals['_REVISION']._serialized_end=1908
|
|
83
|
+
_globals['_REVISION_STATUS']._serialized_start=1836
|
|
84
|
+
_globals['_REVISION_STATUS']._serialized_end=1908
|
|
85
|
+
_globals['_IMAGE']._serialized_start=1911
|
|
86
|
+
_globals['_IMAGE']._serialized_end=2279
|
|
87
|
+
_globals['_IMAGE_ENVIRONMENTENTRY']._serialized_start=2229
|
|
88
|
+
_globals['_IMAGE_ENVIRONMENTENTRY']._serialized_end=2279
|
|
89
|
+
_globals['_COMMAND']._serialized_start=2281
|
|
90
|
+
_globals['_COMMAND']._serialized_end=2307
|
|
91
|
+
_globals['_ARGS']._serialized_start=2309
|
|
92
|
+
_globals['_ARGS']._serialized_end=2329
|
|
93
|
+
_globals['_RESOURCES']._serialized_start=2331
|
|
94
|
+
_globals['_RESOURCES']._serialized_end=2442
|
|
95
|
+
_globals['_PROVISIONPOLICY']._serialized_start=2444
|
|
96
|
+
_globals['_PROVISIONPOLICY']._serialized_end=2484
|
|
97
|
+
_globals['_SECRET']._serialized_start=2486
|
|
98
|
+
_globals['_SECRET']._serialized_end=2584
|
|
99
|
+
_globals['_CONNECTIVITY']._serialized_start=2586
|
|
100
|
+
_globals['_CONNECTIVITY']._serialized_end=2652
|
|
101
|
+
_globals['_LOGOPTIONS']._serialized_start=2655
|
|
102
|
+
_globals['_LOGOPTIONS']._serialized_end=2879
|
|
103
|
+
_globals['_SCALINGPOLICY']._serialized_start=2881
|
|
104
|
+
_globals['_SCALINGPOLICY']._serialized_end=2955
|
|
105
|
+
_globals['_STORAGEMOUNT']._serialized_start=2958
|
|
106
|
+
_globals['_STORAGEMOUNT']._serialized_end=3128
|
|
107
|
+
_globals['_MOUNT']._serialized_start=3131
|
|
108
|
+
_globals['_MOUNT']._serialized_end=3662
|
|
109
|
+
_globals['_MOUNT_OBJECTSTORAGE']._serialized_start=3437
|
|
110
|
+
_globals['_MOUNT_OBJECTSTORAGE']._serialized_end=3519
|
|
111
|
+
_globals['_MOUNT_DISKSPEC']._serialized_start=3521
|
|
112
|
+
_globals['_MOUNT_DISKSPEC']._serialized_end=3573
|
|
113
|
+
_globals['_MOUNT_MODE']._serialized_start=3575
|
|
114
|
+
_globals['_MOUNT_MODE']._serialized_end=3634
|
|
115
|
+
_globals['_RUNTIME']._serialized_start=3665
|
|
116
|
+
_globals['_RUNTIME']._serialized_end=3842
|
|
117
|
+
_globals['_RUNTIME_HTTP']._serialized_start=3814
|
|
118
|
+
_globals['_RUNTIME_HTTP']._serialized_end=3820
|
|
119
|
+
_globals['_RUNTIME_TASK']._serialized_start=3822
|
|
120
|
+
_globals['_RUNTIME_TASK']._serialized_end=3828
|
|
121
|
+
_globals['_METADATAOPTIONS']._serialized_start=3845
|
|
122
|
+
_globals['_METADATAOPTIONS']._serialized_end=4029
|
|
123
|
+
_globals['_ASYNCINVOCATIONCONFIG']._serialized_start=4031
|
|
124
|
+
_globals['_ASYNCINVOCATIONCONFIG']._serialized_end=4082
|
|
123
125
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -183,6 +183,7 @@ class Revision(google.protobuf.message.Message):
|
|
|
183
183
|
MOUNTS_FIELD_NUMBER: builtins.int
|
|
184
184
|
RUNTIME_FIELD_NUMBER: builtins.int
|
|
185
185
|
METADATA_OPTIONS_FIELD_NUMBER: builtins.int
|
|
186
|
+
ASYNC_INVOCATION_CONFIG_FIELD_NUMBER: builtins.int
|
|
186
187
|
id: builtins.str
|
|
187
188
|
"""ID of the revision."""
|
|
188
189
|
container_id: builtins.str
|
|
@@ -247,12 +248,16 @@ class Revision(google.protobuf.message.Message):
|
|
|
247
248
|
|
|
248
249
|
@property
|
|
249
250
|
def runtime(self) -> global___Runtime:
|
|
250
|
-
"""The container's execution mode"""
|
|
251
|
+
"""The container's execution mode."""
|
|
251
252
|
|
|
252
253
|
@property
|
|
253
254
|
def metadata_options(self) -> global___MetadataOptions:
|
|
254
255
|
"""Metadata options for the revision."""
|
|
255
256
|
|
|
257
|
+
@property
|
|
258
|
+
def async_invocation_config(self) -> global___AsyncInvocationConfig:
|
|
259
|
+
"""Config for asynchronous invocations of the revision."""
|
|
260
|
+
|
|
256
261
|
def __init__(
|
|
257
262
|
self,
|
|
258
263
|
*,
|
|
@@ -275,9 +280,10 @@ class Revision(google.protobuf.message.Message):
|
|
|
275
280
|
mounts: collections.abc.Iterable[global___Mount] | None = ...,
|
|
276
281
|
runtime: global___Runtime | None = ...,
|
|
277
282
|
metadata_options: global___MetadataOptions | None = ...,
|
|
283
|
+
async_invocation_config: global___AsyncInvocationConfig | None = ...,
|
|
278
284
|
) -> None: ...
|
|
279
|
-
def HasField(self, field_name: typing.Literal["connectivity", b"connectivity", "created_at", b"created_at", "execution_timeout", b"execution_timeout", "image", b"image", "log_options", b"log_options", "metadata_options", b"metadata_options", "provision_policy", b"provision_policy", "resources", b"resources", "runtime", b"runtime", "scaling_policy", b"scaling_policy"]) -> builtins.bool: ...
|
|
280
|
-
def ClearField(self, field_name: typing.Literal["concurrency", b"concurrency", "connectivity", b"connectivity", "container_id", b"container_id", "created_at", b"created_at", "description", b"description", "execution_timeout", b"execution_timeout", "id", b"id", "image", b"image", "log_options", b"log_options", "metadata_options", b"metadata_options", "mounts", b"mounts", "provision_policy", b"provision_policy", "resources", b"resources", "runtime", b"runtime", "scaling_policy", b"scaling_policy", "secrets", b"secrets", "service_account_id", b"service_account_id", "status", b"status", "storage_mounts", b"storage_mounts"]) -> None: ...
|
|
285
|
+
def HasField(self, field_name: typing.Literal["async_invocation_config", b"async_invocation_config", "connectivity", b"connectivity", "created_at", b"created_at", "execution_timeout", b"execution_timeout", "image", b"image", "log_options", b"log_options", "metadata_options", b"metadata_options", "provision_policy", b"provision_policy", "resources", b"resources", "runtime", b"runtime", "scaling_policy", b"scaling_policy"]) -> builtins.bool: ...
|
|
286
|
+
def ClearField(self, field_name: typing.Literal["async_invocation_config", b"async_invocation_config", "concurrency", b"concurrency", "connectivity", b"connectivity", "container_id", b"container_id", "created_at", b"created_at", "description", b"description", "execution_timeout", b"execution_timeout", "id", b"id", "image", b"image", "log_options", b"log_options", "metadata_options", b"metadata_options", "mounts", b"mounts", "provision_policy", b"provision_policy", "resources", b"resources", "runtime", b"runtime", "scaling_policy", b"scaling_policy", "secrets", b"secrets", "service_account_id", b"service_account_id", "status", b"status", "storage_mounts", b"storage_mounts"]) -> None: ...
|
|
281
287
|
|
|
282
288
|
global___Revision = Revision
|
|
283
289
|
|
|
@@ -732,3 +738,19 @@ class MetadataOptions(google.protobuf.message.Message):
|
|
|
732
738
|
def ClearField(self, field_name: typing.Literal["aws_v1_http_endpoint", b"aws_v1_http_endpoint", "gce_http_endpoint", b"gce_http_endpoint"]) -> None: ...
|
|
733
739
|
|
|
734
740
|
global___MetadataOptions = MetadataOptions
|
|
741
|
+
|
|
742
|
+
@typing.final
|
|
743
|
+
class AsyncInvocationConfig(google.protobuf.message.Message):
|
|
744
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
745
|
+
|
|
746
|
+
SERVICE_ACCOUNT_ID_FIELD_NUMBER: builtins.int
|
|
747
|
+
service_account_id: builtins.str
|
|
748
|
+
"""Optional id of service account with permission to invoke container."""
|
|
749
|
+
def __init__(
|
|
750
|
+
self,
|
|
751
|
+
*,
|
|
752
|
+
service_account_id: builtins.str = ...,
|
|
753
|
+
) -> None: ...
|
|
754
|
+
def ClearField(self, field_name: typing.Literal["service_account_id", b"service_account_id"]) -> None: ...
|
|
755
|
+
|
|
756
|
+
global___AsyncInvocationConfig = AsyncInvocationConfig
|
|
@@ -27,7 +27,7 @@ from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
|
27
27
|
from yandex.cloud.smartwebsecurity.v1 import security_profile_pb2 as yandex_dot_cloud_dot_smartwebsecurity_dot_v1_dot_security__profile__pb2
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n6yandex/cloud/smartwebsecurity/v1/waf/waf_profile.proto\x12$yandex.cloud.smartwebsecurity.v1.waf\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\x1a\x37yandex/cloud/smartwebsecurity/v1/security_profile.proto\"\
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n6yandex/cloud/smartwebsecurity/v1/waf/waf_profile.proto\x12$yandex.cloud.smartwebsecurity.v1.waf\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\x1a\x37yandex/cloud/smartwebsecurity/v1/security_profile.proto\"\xad\x15\n\nWafProfile\x12\x10\n\x02id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x17\n\tfolder_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x16\n\x08\x63loud_id\x18\x03 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x38\n\x04name\x18\x04 \x01(\tB*\xe8\xc7\x31\x01\xf2\xc7\x31\x1a[a-zA-Z0-9][a-zA-Z0-9-_.]*\x8a\xc8\x31\x04\x31-50\x12\x1e\n\x0b\x64\x65scription\x18\x05 \x01(\tB\t\x8a\xc8\x31\x05<=512\x12\x89\x01\n\x06labels\x18\x06 \x03(\x0b\x32<.yandex.cloud.smartwebsecurity.v1.waf.WafProfile.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.\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x43\n\x05rules\x18\t \x03(\x0b\x32\x34.yandex.cloud.smartwebsecurity.v1.waf.WafProfileRule\x12V\n\x0f\x65xclusion_rules\x18\n \x03(\x0b\x32=.yandex.cloud.smartwebsecurity.v1.waf.WafProfileExclusionRule\x12U\n\rcore_rule_set\x18\x0b \x01(\x0b\x32<.yandex.cloud.smartwebsecurity.v1.waf.WafProfile.CoreRuleSetH\x00\x12\x65\n\x14\x61nalyze_request_body\x18\x0c \x01(\x0b\x32\x43.yandex.cloud.smartwebsecurity.v1.waf.WafProfile.AnalyzeRequestBodyB\x02\x18\x01\x12U\n\trule_sets\x18\r \x03(\x0b\x32\x42.yandex.cloud.smartwebsecurity.v1.waf.WafProfile.WafProfileRuleSet\x12\x1b\n\x13match_all_rule_sets\x18\x0e \x01(\x08\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\xa5\x01\n\x0b\x43oreRuleSet\x12*\n\x15inbound_anomaly_score\x18\x01 \x01(\x03\x42\x0b\xfa\xc7\x31\x07\x32-10000\x12#\n\x0eparanoia_level\x18\x02 \x01(\x03\x42\x0b\xfa\xc7\x31\x07\x31,2,3,4\x12\x45\n\x08rule_set\x18\x03 \x01(\x0b\x32-.yandex.cloud.smartwebsecurity.v1.waf.RuleSetB\x04\xe8\xc7\x31\x01\x1a\xf9\x01\n\x12\x41nalyzeRequestBody\x12\x12\n\nis_enabled\x18\x01 \x01(\x08\x12\x30\n\nsize_limit\x18\x02 \x01(\x03\x42\x1c\xfa\xc7\x31\x18\x30,8,16,32,64,128,256,512\x12\x65\n\x11size_limit_action\x18\x03 \x01(\x0e\x32J.yandex.cloud.smartwebsecurity.v1.waf.WafProfile.AnalyzeRequestBody.Action\"6\n\x06\x41\x63tion\x12\x16\n\x12\x41\x43TION_UNSPECIFIED\x10\x00\x12\n\n\x06IGNORE\x10\x01\x12\x08\n\x04\x44\x45NY\x10\x02\x1a\x8b\x0b\n\x11WafProfileRuleSet\x12q\n\rcore_rule_set\x18\x01 \x01(\x0b\x32X.yandex.cloud.smartwebsecurity.v1.waf.WafProfile.WafProfileRuleSet.WafProfileCoreRuleSetH\x00\x12m\n\x0bya_rule_set\x18\x02 \x01(\x0b\x32V.yandex.cloud.smartwebsecurity.v1.waf.WafProfile.WafProfileRuleSet.WafProfileYaRuleSetH\x00\x12m\n\x0bml_rule_set\x18\x03 \x01(\x0b\x32V.yandex.cloud.smartwebsecurity.v1.waf.WafProfile.WafProfileRuleSet.WafProfileMlRuleSetH\x00\x12\x1e\n\x08priority\x18\x04 \x01(\x03\x42\x0c\xfa\xc7\x31\x08\x31-999999\x12\x12\n\nis_enabled\x18\x05 \x01(\x08\x12`\n\x06\x61\x63tion\x18\x06 \x01(\x0e\x32P.yandex.cloud.smartwebsecurity.v1.waf.WafProfile.WafProfileRuleSet.RuleSetAction\x1a\xfd\x01\n\tRuleGroup\x12\n\n\x02id\x18\x01 \x01(\t\x12\x63\n\x06\x61\x63tion\x18\x02 \x01(\x0e\x32S.yandex.cloud.smartwebsecurity.v1.waf.WafProfile.WafProfileRuleSet.RuleGroup.Action\x12*\n\x15inbound_anomaly_score\x18\x03 \x01(\x03\x42\x0b\xfa\xc7\x31\x07\x31-10000\x12\x12\n\nis_enabled\x18\x04 \x01(\x08\"?\n\x06\x41\x63tion\x12\x16\n\x12\x41\x43TION_UNSPECIFIED\x10\x00\x12\x08\n\x04\x44\x45NY\x10\x01\x12\x07\n\x03LOG\x10\x02\x12\n\n\x06IGNORE\x10\x03\x1a\xaf\x01\n\x15WafProfileCoreRuleSet\x12\x45\n\x08rule_set\x18\x01 \x01(\x0b\x32-.yandex.cloud.smartwebsecurity.v1.waf.RuleSetB\x04\xe8\xc7\x31\x01\x12*\n\x15inbound_anomaly_score\x18\x02 \x01(\x03\x42\x0b\xfa\xc7\x31\x07\x32-10000\x12#\n\x0eparanoia_level\x18\x03 \x01(\x03\x42\x0b\xfa\xc7\x31\x07\x31,2,3,4\x1a\xbf\x01\n\x13WafProfileYaRuleSet\x12\x45\n\x08rule_set\x18\x01 \x01(\x0b\x32-.yandex.cloud.smartwebsecurity.v1.waf.RuleSetB\x04\xe8\xc7\x31\x01\x12\x61\n\x0brule_groups\x18\x02 \x03(\x0b\x32L.yandex.cloud.smartwebsecurity.v1.waf.WafProfile.WafProfileRuleSet.RuleGroup\x1a\xbf\x01\n\x13WafProfileMlRuleSet\x12\x45\n\x08rule_set\x18\x01 \x01(\x0b\x32-.yandex.cloud.smartwebsecurity.v1.waf.RuleSetB\x04\xe8\xc7\x31\x01\x12\x61\n\x0brule_groups\x18\x02 \x03(\x0b\x32L.yandex.cloud.smartwebsecurity.v1.waf.WafProfile.WafProfileRuleSet.RuleGroup\"G\n\rRuleSetAction\x12\x1f\n\x1bRULE_SET_ACTION_UNSPECIFIED\x10\x00\x12\x08\n\x04\x44\x45NY\x10\x01\x12\x0b\n\x07\x43\x41PTCHA\x10\x02\x42\x10\n\x08rule_set\x12\x04\xc0\xc1\x31\x01\x42\x10\n\x08rule_set\x12\x04\xc0\xc1\x31\x01J\x04\x08\x08\x10\t\"P\n\x0eWafProfileRule\x12\x15\n\x07rule_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x12\n\nis_enabled\x18\x02 \x01(\x08\x12\x13\n\x0bis_blocking\x18\x03 \x01(\x08\"\xc3\x02\n\x17WafProfileExclusionRule\x12\x12\n\x04name\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1e\n\x0b\x64\x65scription\x18\x02 \x01(\tB\t\x8a\xc8\x31\x05<=512\x12>\n\tcondition\x18\x03 \x01(\x0b\x32+.yandex.cloud.smartwebsecurity.v1.Condition\x12g\n\rexclude_rules\x18\x04 \x01(\x0b\x32J.yandex.cloud.smartwebsecurity.v1.waf.WafProfileExclusionRule.ExcludeRulesB\x04\xe8\xc7\x31\x01\x12\x14\n\x0clog_excluded\x18\x05 \x01(\x08\x1a\x35\n\x0c\x45xcludeRules\x12\x13\n\x0b\x65xclude_all\x18\x01 \x01(\x08\x12\x10\n\x08rule_ids\x18\x02 \x03(\t\"\xd1\x01\n\x07RuleSet\x12\x12\n\x04name\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x15\n\x07version\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12G\n\x04type\x18\x03 \x01(\x0e\x32\x39.yandex.cloud.smartwebsecurity.v1.waf.RuleSet.RuleSetType\x12\n\n\x02id\x18\x04 \x01(\t\"F\n\x0bRuleSetType\x12\x1d\n\x19RULE_SET_TYPE_UNSPECIFIED\x10\x00\x12\x08\n\x04\x43ORE\x10\x01\x12\x06\n\x02YA\x10\x02\x12\x06\n\x02ML\x10\x03\x42\x85\x01\n(yandex.cloud.api.smartwebsecurity.v1.wafZYgithub.com/yandex-cloud/go-genproto/yandex/cloud/smartwebsecurity/v1/waf;smartwebsecurityb\x06proto3')
|
|
31
31
|
|
|
32
32
|
_globals = globals()
|
|
33
33
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -45,6 +45,22 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
45
45
|
_globals['_WAFPROFILE_CORERULESET'].fields_by_name['rule_set']._serialized_options = b'\350\3071\001'
|
|
46
46
|
_globals['_WAFPROFILE_ANALYZEREQUESTBODY'].fields_by_name['size_limit']._loaded_options = None
|
|
47
47
|
_globals['_WAFPROFILE_ANALYZEREQUESTBODY'].fields_by_name['size_limit']._serialized_options = b'\372\3071\0300,8,16,32,64,128,256,512'
|
|
48
|
+
_globals['_WAFPROFILE_WAFPROFILERULESET_RULEGROUP'].fields_by_name['inbound_anomaly_score']._loaded_options = None
|
|
49
|
+
_globals['_WAFPROFILE_WAFPROFILERULESET_RULEGROUP'].fields_by_name['inbound_anomaly_score']._serialized_options = b'\372\3071\0071-10000'
|
|
50
|
+
_globals['_WAFPROFILE_WAFPROFILERULESET_WAFPROFILECORERULESET'].fields_by_name['rule_set']._loaded_options = None
|
|
51
|
+
_globals['_WAFPROFILE_WAFPROFILERULESET_WAFPROFILECORERULESET'].fields_by_name['rule_set']._serialized_options = b'\350\3071\001'
|
|
52
|
+
_globals['_WAFPROFILE_WAFPROFILERULESET_WAFPROFILECORERULESET'].fields_by_name['inbound_anomaly_score']._loaded_options = None
|
|
53
|
+
_globals['_WAFPROFILE_WAFPROFILERULESET_WAFPROFILECORERULESET'].fields_by_name['inbound_anomaly_score']._serialized_options = b'\372\3071\0072-10000'
|
|
54
|
+
_globals['_WAFPROFILE_WAFPROFILERULESET_WAFPROFILECORERULESET'].fields_by_name['paranoia_level']._loaded_options = None
|
|
55
|
+
_globals['_WAFPROFILE_WAFPROFILERULESET_WAFPROFILECORERULESET'].fields_by_name['paranoia_level']._serialized_options = b'\372\3071\0071,2,3,4'
|
|
56
|
+
_globals['_WAFPROFILE_WAFPROFILERULESET_WAFPROFILEYARULESET'].fields_by_name['rule_set']._loaded_options = None
|
|
57
|
+
_globals['_WAFPROFILE_WAFPROFILERULESET_WAFPROFILEYARULESET'].fields_by_name['rule_set']._serialized_options = b'\350\3071\001'
|
|
58
|
+
_globals['_WAFPROFILE_WAFPROFILERULESET_WAFPROFILEMLRULESET'].fields_by_name['rule_set']._loaded_options = None
|
|
59
|
+
_globals['_WAFPROFILE_WAFPROFILERULESET_WAFPROFILEMLRULESET'].fields_by_name['rule_set']._serialized_options = b'\350\3071\001'
|
|
60
|
+
_globals['_WAFPROFILE_WAFPROFILERULESET'].oneofs_by_name['rule_set']._loaded_options = None
|
|
61
|
+
_globals['_WAFPROFILE_WAFPROFILERULESET'].oneofs_by_name['rule_set']._serialized_options = b'\300\3011\001'
|
|
62
|
+
_globals['_WAFPROFILE_WAFPROFILERULESET'].fields_by_name['priority']._loaded_options = None
|
|
63
|
+
_globals['_WAFPROFILE_WAFPROFILERULESET'].fields_by_name['priority']._serialized_options = b'\372\3071\0101-999999'
|
|
48
64
|
_globals['_WAFPROFILE'].oneofs_by_name['rule_set']._loaded_options = None
|
|
49
65
|
_globals['_WAFPROFILE'].oneofs_by_name['rule_set']._serialized_options = b'\300\3011\001'
|
|
50
66
|
_globals['_WAFPROFILE'].fields_by_name['id']._loaded_options = None
|
|
@@ -74,21 +90,37 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
74
90
|
_globals['_RULESET'].fields_by_name['version']._loaded_options = None
|
|
75
91
|
_globals['_RULESET'].fields_by_name['version']._serialized_options = b'\350\3071\001'
|
|
76
92
|
_globals['_WAFPROFILE']._serialized_start=218
|
|
77
|
-
_globals['_WAFPROFILE']._serialized_end=
|
|
78
|
-
_globals['_WAFPROFILE_LABELSENTRY']._serialized_start=
|
|
79
|
-
_globals['_WAFPROFILE_LABELSENTRY']._serialized_end=
|
|
80
|
-
_globals['_WAFPROFILE_CORERULESET']._serialized_start=
|
|
81
|
-
_globals['_WAFPROFILE_CORERULESET']._serialized_end=
|
|
82
|
-
_globals['_WAFPROFILE_ANALYZEREQUESTBODY']._serialized_start=
|
|
83
|
-
_globals['_WAFPROFILE_ANALYZEREQUESTBODY']._serialized_end=
|
|
84
|
-
_globals['_WAFPROFILE_ANALYZEREQUESTBODY_ACTION']._serialized_start=
|
|
85
|
-
_globals['_WAFPROFILE_ANALYZEREQUESTBODY_ACTION']._serialized_end=
|
|
86
|
-
_globals['
|
|
87
|
-
_globals['
|
|
88
|
-
_globals['
|
|
89
|
-
_globals['
|
|
90
|
-
_globals['
|
|
91
|
-
_globals['
|
|
92
|
-
_globals['
|
|
93
|
-
_globals['
|
|
93
|
+
_globals['_WAFPROFILE']._serialized_end=2951
|
|
94
|
+
_globals['_WAFPROFILE_LABELSENTRY']._serialized_start=1040
|
|
95
|
+
_globals['_WAFPROFILE_LABELSENTRY']._serialized_end=1085
|
|
96
|
+
_globals['_WAFPROFILE_CORERULESET']._serialized_start=1088
|
|
97
|
+
_globals['_WAFPROFILE_CORERULESET']._serialized_end=1253
|
|
98
|
+
_globals['_WAFPROFILE_ANALYZEREQUESTBODY']._serialized_start=1256
|
|
99
|
+
_globals['_WAFPROFILE_ANALYZEREQUESTBODY']._serialized_end=1505
|
|
100
|
+
_globals['_WAFPROFILE_ANALYZEREQUESTBODY_ACTION']._serialized_start=1451
|
|
101
|
+
_globals['_WAFPROFILE_ANALYZEREQUESTBODY_ACTION']._serialized_end=1505
|
|
102
|
+
_globals['_WAFPROFILE_WAFPROFILERULESET']._serialized_start=1508
|
|
103
|
+
_globals['_WAFPROFILE_WAFPROFILERULESET']._serialized_end=2927
|
|
104
|
+
_globals['_WAFPROFILE_WAFPROFILERULESET_RULEGROUP']._serialized_start=2017
|
|
105
|
+
_globals['_WAFPROFILE_WAFPROFILERULESET_RULEGROUP']._serialized_end=2270
|
|
106
|
+
_globals['_WAFPROFILE_WAFPROFILERULESET_RULEGROUP_ACTION']._serialized_start=2207
|
|
107
|
+
_globals['_WAFPROFILE_WAFPROFILERULESET_RULEGROUP_ACTION']._serialized_end=2270
|
|
108
|
+
_globals['_WAFPROFILE_WAFPROFILERULESET_WAFPROFILECORERULESET']._serialized_start=2273
|
|
109
|
+
_globals['_WAFPROFILE_WAFPROFILERULESET_WAFPROFILECORERULESET']._serialized_end=2448
|
|
110
|
+
_globals['_WAFPROFILE_WAFPROFILERULESET_WAFPROFILEYARULESET']._serialized_start=2451
|
|
111
|
+
_globals['_WAFPROFILE_WAFPROFILERULESET_WAFPROFILEYARULESET']._serialized_end=2642
|
|
112
|
+
_globals['_WAFPROFILE_WAFPROFILERULESET_WAFPROFILEMLRULESET']._serialized_start=2645
|
|
113
|
+
_globals['_WAFPROFILE_WAFPROFILERULESET_WAFPROFILEMLRULESET']._serialized_end=2836
|
|
114
|
+
_globals['_WAFPROFILE_WAFPROFILERULESET_RULESETACTION']._serialized_start=2838
|
|
115
|
+
_globals['_WAFPROFILE_WAFPROFILERULESET_RULESETACTION']._serialized_end=2909
|
|
116
|
+
_globals['_WAFPROFILERULE']._serialized_start=2953
|
|
117
|
+
_globals['_WAFPROFILERULE']._serialized_end=3033
|
|
118
|
+
_globals['_WAFPROFILEEXCLUSIONRULE']._serialized_start=3036
|
|
119
|
+
_globals['_WAFPROFILEEXCLUSIONRULE']._serialized_end=3359
|
|
120
|
+
_globals['_WAFPROFILEEXCLUSIONRULE_EXCLUDERULES']._serialized_start=3306
|
|
121
|
+
_globals['_WAFPROFILEEXCLUSIONRULE_EXCLUDERULES']._serialized_end=3359
|
|
122
|
+
_globals['_RULESET']._serialized_start=3362
|
|
123
|
+
_globals['_RULESET']._serialized_end=3571
|
|
124
|
+
_globals['_RULESET_RULESETTYPE']._serialized_start=3501
|
|
125
|
+
_globals['_RULESET_RULESETTYPE']._serialized_end=3571
|
|
94
126
|
# @@protoc_insertion_point(module_scope)
|