yandexcloud 0.322.0__py3-none-any.whl → 0.324.0__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (65) hide show
  1. yandex/cloud/ai/foundation_models/v1/text_common_pb2.py +27 -27
  2. yandex/cloud/ai/foundation_models/v1/text_common_pb2.pyi +19 -7
  3. yandex/cloud/backup/v1/backup_service_pb2.py +42 -41
  4. yandex/cloud/backup/v1/backup_service_pb2.pyi +6 -1
  5. yandex/cloud/billing/v1/customer_service_pb2.pyi +5 -4
  6. yandex/cloud/cloudregistry/__init__.py +0 -0
  7. yandex/cloud/cloudregistry/v1/__init__.py +0 -0
  8. yandex/cloud/cloudregistry/v1/artifact_pb2.py +31 -0
  9. yandex/cloud/cloudregistry/v1/artifact_pb2.pyi +110 -0
  10. yandex/cloud/cloudregistry/v1/artifact_pb2_grpc.py +4 -0
  11. yandex/cloud/cloudregistry/v1/artifact_pb2_grpc.pyi +17 -0
  12. yandex/cloud/cloudregistry/v1/artifact_service_pb2.py +45 -0
  13. yandex/cloud/cloudregistry/v1/artifact_service_pb2.pyi +59 -0
  14. yandex/cloud/cloudregistry/v1/artifact_service_pb2_grpc.py +105 -0
  15. yandex/cloud/cloudregistry/v1/artifact_service_pb2_grpc.pyi +75 -0
  16. yandex/cloud/cloudregistry/v1/ip_permission_pb2.py +37 -0
  17. yandex/cloud/cloudregistry/v1/ip_permission_pb2.pyi +95 -0
  18. yandex/cloud/cloudregistry/v1/ip_permission_pb2_grpc.py +4 -0
  19. yandex/cloud/cloudregistry/v1/ip_permission_pb2_grpc.pyi +17 -0
  20. yandex/cloud/cloudregistry/v1/registry_pb2.py +41 -0
  21. yandex/cloud/cloudregistry/v1/registry_pb2.pyi +181 -0
  22. yandex/cloud/cloudregistry/v1/registry_pb2_grpc.py +4 -0
  23. yandex/cloud/cloudregistry/v1/registry_pb2_grpc.pyi +17 -0
  24. yandex/cloud/cloudregistry/v1/registry_service_pb2.py +153 -0
  25. yandex/cloud/cloudregistry/v1/registry_service_pb2.pyi +504 -0
  26. yandex/cloud/cloudregistry/v1/registry_service_pb2_grpc.py +451 -0
  27. yandex/cloud/cloudregistry/v1/registry_service_pb2_grpc.pyi +291 -0
  28. yandex/cloud/cloudrouter/v1/routing_instance_pb2.py +8 -10
  29. yandex/cloud/cloudrouter/v1/routing_instance_pb2.pyi +2 -28
  30. yandex/cloud/compute/v1/instance_service_pb2_grpc.py +1 -1
  31. yandex/cloud/compute/v1/instance_service_pb2_grpc.pyi +3 -3
  32. yandex/cloud/lockbox/v1/secret_service_pb2.py +56 -55
  33. yandex/cloud/lockbox/v1/secret_service_pb2.pyi +13 -2
  34. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.py +55 -45
  35. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.pyi +40 -0
  36. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.py +34 -0
  37. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.pyi +20 -0
  38. yandex/cloud/mdb/postgresql/v1/cluster_pb2.py +47 -43
  39. yandex/cloud/mdb/postgresql/v1/cluster_pb2.pyi +34 -6
  40. yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.py +109 -105
  41. yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.pyi +35 -7
  42. yandex/cloud/mdb/postgresql/v1/config/host17_1c_pb2.py +68 -0
  43. yandex/cloud/mdb/postgresql/v1/config/host17_1c_pb2.pyi +512 -0
  44. yandex/cloud/mdb/postgresql/v1/config/host17_1c_pb2_grpc.py +4 -0
  45. yandex/cloud/mdb/postgresql/v1/config/host17_1c_pb2_grpc.pyi +17 -0
  46. yandex/cloud/mdb/postgresql/v1/config/host17_pb2.py +68 -0
  47. yandex/cloud/mdb/postgresql/v1/config/host17_pb2.pyi +512 -0
  48. yandex/cloud/mdb/postgresql/v1/config/host17_pb2_grpc.py +4 -0
  49. yandex/cloud/mdb/postgresql/v1/config/host17_pb2_grpc.pyi +17 -0
  50. yandex/cloud/mdb/postgresql/v1/config/postgresql17_1c_pb2.py +168 -0
  51. yandex/cloud/mdb/postgresql/v1/config/postgresql17_1c_pb2.pyi +1130 -0
  52. yandex/cloud/mdb/postgresql/v1/config/postgresql17_1c_pb2_grpc.py +4 -0
  53. yandex/cloud/mdb/postgresql/v1/config/postgresql17_1c_pb2_grpc.pyi +17 -0
  54. yandex/cloud/mdb/postgresql/v1/config/postgresql17_pb2.py +168 -0
  55. yandex/cloud/mdb/postgresql/v1/config/postgresql17_pb2.pyi +1122 -0
  56. yandex/cloud/mdb/postgresql/v1/config/postgresql17_pb2_grpc.py +4 -0
  57. yandex/cloud/mdb/postgresql/v1/config/postgresql17_pb2_grpc.pyi +17 -0
  58. yandex/cloud/serverless/containers/v1/container_service_pb2.py +19 -19
  59. yandex/cloud/serverless/functions/v1/function_service_pb2.py +37 -37
  60. {yandexcloud-0.322.0.dist-info → yandexcloud-0.324.0.dist-info}/METADATA +1 -1
  61. {yandexcloud-0.322.0.dist-info → yandexcloud-0.324.0.dist-info}/RECORD +65 -27
  62. {yandexcloud-0.322.0.dist-info → yandexcloud-0.324.0.dist-info}/WHEEL +1 -1
  63. {yandexcloud-0.322.0.dist-info → yandexcloud-0.324.0.dist-info}/AUTHORS +0 -0
  64. {yandexcloud-0.322.0.dist-info → yandexcloud-0.324.0.dist-info}/LICENSE +0 -0
  65. {yandexcloud-0.322.0.dist-info → yandexcloud-0.324.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,4 @@
1
+ # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2
+ """Client and server classes corresponding to protobuf-defined services."""
3
+ import grpc
4
+
@@ -0,0 +1,17 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+
6
+ import abc
7
+ import collections.abc
8
+ import grpc
9
+ import grpc.aio
10
+ import typing
11
+
12
+ _T = typing.TypeVar("_T")
13
+
14
+ class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
15
+
16
+ class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
17
+ ...
@@ -21,7 +21,7 @@ from yandex.cloud.serverless.containers.v1 import container_pb2 as yandex_dot_cl
21
21
  from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
22
22
 
23
23
 
24
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n=yandex/cloud/serverless/containers/v1/container_service.proto\x12%yandex.cloud.serverless.containers.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1egoogle/protobuf/duration.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/access/access.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x35yandex/cloud/serverless/containers/v1/container.proto\x1a\x1dyandex/cloud/validation.proto\"1\n\x13GetContainerRequest\x12\x1a\n\x0c\x63ontainer_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"g\n\x15ListContainersRequest\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\"w\n\x16ListContainersResponse\x12\x44\n\ncontainers\x18\x01 \x03(\x0b\x32\x30.yandex.cloud.serverless.containers.v1.Container\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xd2\x02\n\x16\x43reateContainerRequest\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\x9e\x01\n\x06labels\x18\x04 \x03(\x0b\x32I.yandex.cloud.serverless.containers.v1.CreateContainerRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"/\n\x17\x43reateContainerMetadata\x12\x14\n\x0c\x63ontainer_id\x18\x01 \x01(\t\"\x86\x03\n\x16UpdateContainerRequest\x12\x1a\n\x0c\x63ontainer_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\x9e\x01\n\x06labels\x18\x05 \x03(\x0b\x32I.yandex.cloud.serverless.containers.v1.UpdateContainerRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"/\n\x17UpdateContainerMetadata\x12\x14\n\x0c\x63ontainer_id\x18\x01 \x01(\t\"4\n\x16\x44\x65leteContainerRequest\x12\x1a\n\x0c\x63ontainer_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"/\n\x17\x44\x65leteContainerMetadata\x12\x14\n\x0c\x63ontainer_id\x18\x01 \x01(\t\"B\n\x1bGetContainerRevisionRequest\x12#\n\x15\x63ontainer_revision_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"\xb3\x01\n\x1eListContainersRevisionsRequest\x12\x13\n\tfolder_id\x18\x01 \x01(\tH\x00\x12\x16\n\x0c\x63ontainer_id\x18\x02 \x01(\tH\x00\x12\x1d\n\tpage_size\x18\x03 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x05 \x01(\tB\n\x8a\xc8\x31\x06<=1000B\n\n\x02id\x12\x04\xc0\xc1\x31\x01\"~\n\x1fListContainersRevisionsResponse\x12\x42\n\trevisions\x18\x01 \x03(\x0b\x32/.yandex.cloud.serverless.containers.v1.Revision\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xe5\x06\n\x1e\x44\x65ployContainerRevisionRequest\x12\x1a\n\x0c\x63ontainer_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12I\n\tresources\x18\x05 \x01(\x0b\x32\x30.yandex.cloud.serverless.containers.v1.ResourcesB\x04\xe8\xc7\x31\x01\x12@\n\x11\x65xecution_timeout\x18\x06 \x01(\x0b\x32\x19.google.protobuf.DurationB\n\xfa\xc7\x31\x06<=600s\x12\x1a\n\x12service_account_id\x18\x07 \x01(\t\x12J\n\nimage_spec\x18\x08 \x01(\x0b\x32\x30.yandex.cloud.serverless.containers.v1.ImageSpecB\x04\xe8\xc7\x31\x01\x12\x13\n\x0b\x63oncurrency\x18\t \x01(\x03\x12>\n\x07secrets\x18\n \x03(\x0b\x32-.yandex.cloud.serverless.containers.v1.Secret\x12I\n\x0c\x63onnectivity\x18\x0b \x01(\x0b\x32\x33.yandex.cloud.serverless.containers.v1.Connectivity\x12P\n\x10provision_policy\x18\x0c \x01(\x0b\x32\x36.yandex.cloud.serverless.containers.v1.ProvisionPolicy\x12L\n\x0escaling_policy\x18\r \x01(\x0b\x32\x34.yandex.cloud.serverless.containers.v1.ScalingPolicy\x12\x46\n\x0blog_options\x18\x0e \x01(\x0b\x32\x31.yandex.cloud.serverless.containers.v1.LogOptions\x12K\n\x0estorage_mounts\x18\x0f \x03(\x0b\x32\x33.yandex.cloud.serverless.containers.v1.StorageMount\x12<\n\x06mounts\x18\x10 \x03(\x0b\x32,.yandex.cloud.serverless.containers.v1.MountJ\x04\x08\x04\x10\x05J\x04\x08\x02\x10\x03\"\xe8\x02\n\tImageSpec\x12\x17\n\timage_url\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12?\n\x07\x63ommand\x18\x02 \x01(\x0b\x32..yandex.cloud.serverless.containers.v1.Command\x12\x39\n\x04\x61rgs\x18\x03 \x01(\x0b\x32+.yandex.cloud.serverless.containers.v1.Args\x12}\n\x0b\x65nvironment\x18\x04 \x03(\x0b\x32\x41.yandex.cloud.serverless.containers.v1.ImageSpec.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\x05 \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\"@\n\x1f\x44\x65ployContainerRevisionMetadata\x12\x1d\n\x15\x63ontainer_revision_id\x18\x01 \x01(\t\"Q\n\x18RollbackContainerRequest\x12\x1a\n\x0c\x63ontainer_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x19\n\x0brevision_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\"F\n\x19RollbackContainerMetadata\x12\x14\n\x0c\x63ontainer_id\x18\x01 \x01(\t\x12\x13\n\x0brevision_id\x18\x02 \x01(\t\"\x96\x01\n\x1eListContainerOperationsRequest\x12\x1a\n\x0c\x63ontainer_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\"q\n\x1fListContainerOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\xed\x14\n\x10\x43ontainerService\x12\xa5\x01\n\x03Get\x12:.yandex.cloud.serverless.containers.v1.GetContainerRequest\x1a\x30.yandex.cloud.serverless.containers.v1.Container\"0\x82\xd3\xe4\x93\x02*\x12(/containers/v1/containers/{container_id}\x12\xa6\x01\n\x04List\x12<.yandex.cloud.serverless.containers.v1.ListContainersRequest\x1a=.yandex.cloud.serverless.containers.v1.ListContainersResponse\"!\x82\xd3\xe4\x93\x02\x1b\x12\x19/containers/v1/containers\x12\xb8\x01\n\x06\x43reate\x12=.yandex.cloud.serverless.containers.v1.CreateContainerRequest\x1a!.yandex.cloud.operation.Operation\"L\xb2\xd2*$\n\x17\x43reateContainerMetadata\x12\tContainer\x82\xd3\xe4\x93\x02\x1e\"\x19/containers/v1/containers:\x01*\x12\xc7\x01\n\x06Update\x12=.yandex.cloud.serverless.containers.v1.UpdateContainerRequest\x1a!.yandex.cloud.operation.Operation\"[\xb2\xd2*$\n\x17UpdateContainerMetadata\x12\tContainer\x82\xd3\xe4\x93\x02-2(/containers/v1/containers/{container_id}:\x01*\x12\xd0\x01\n\x06\x44\x65lete\x12=.yandex.cloud.serverless.containers.v1.DeleteContainerRequest\x1a!.yandex.cloud.operation.Operation\"d\xb2\xd2*0\n\x17\x44\x65leteContainerMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02**(/containers/v1/containers/{container_id}\x12\xd5\x01\n\x0e\x44\x65ployRevision\x12\x45.yandex.cloud.serverless.containers.v1.DeployContainerRevisionRequest\x1a!.yandex.cloud.operation.Operation\"Y\xb2\xd2*+\n\x1f\x44\x65ployContainerRevisionMetadata\x12\x08Revision\x82\xd3\xe4\x93\x02$\"\x1f/containers/v1/revisions:deploy:\x01*\x12\xd6\x01\n\x08Rollback\x12?.yandex.cloud.serverless.containers.v1.RollbackContainerRequest\x1a!.yandex.cloud.operation.Operation\"f\xb2\xd2*&\n\x19RollbackContainerMetadata\x12\tContainer\x82\xd3\xe4\x93\x02\x36\"1/containers/v1/containers/{container_id}:rollback:\x01*\x12\xbc\x01\n\x0bGetRevision\x12\x42.yandex.cloud.serverless.containers.v1.GetContainerRevisionRequest\x1a/.yandex.cloud.serverless.containers.v1.Revision\"8\x82\xd3\xe4\x93\x02\x32\x12\x30/containers/v1/revisions/{container_revision_id}\x12\xc0\x01\n\rListRevisions\x12\x45.yandex.cloud.serverless.containers.v1.ListContainersRevisionsRequest\x1a\x46.yandex.cloud.serverless.containers.v1.ListContainersRevisionsResponse\" \x82\xd3\xe4\x93\x02\x1a\x12\x18/containers/v1/revisions\x12\xdc\x01\n\x0eListOperations\x12\x45.yandex.cloud.serverless.containers.v1.ListContainerOperationsRequest\x1a\x46.yandex.cloud.serverless.containers.v1.ListContainerOperationsResponse\";\x82\xd3\xe4\x93\x02\x35\x12\x33/containers/v1/containers/{container_id}/operations\x12\xb9\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\"B\x82\xd3\xe4\x93\x02<\x12:/containers/v1/containers/{resource_id}:listAccessBindings\x12\xe9\x01\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x81\x01\xb2\xd2*9\n access.SetAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02>\"9/containers/v1/containers/{resource_id}:setAccessBindings:\x01*\x12\xf5\x01\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x87\x01\xb2\xd2*<\n#access.UpdateAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x41\"</containers/v1/containers/{resource_id}:updateAccessBindings:\x01*B\x81\x01\n)yandex.cloud.api.serverless.containers.v1ZTgithub.com/yandex-cloud/go-genproto/yandex/cloud/serverless/containers/v1;containersb\x06proto3')
24
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n=yandex/cloud/serverless/containers/v1/container_service.proto\x12%yandex.cloud.serverless.containers.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1egoogle/protobuf/duration.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/access/access.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x35yandex/cloud/serverless/containers/v1/container.proto\x1a\x1dyandex/cloud/validation.proto\"1\n\x13GetContainerRequest\x12\x1a\n\x0c\x63ontainer_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"g\n\x15ListContainersRequest\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\"w\n\x16ListContainersResponse\x12\x44\n\ncontainers\x18\x01 \x03(\x0b\x32\x30.yandex.cloud.serverless.containers.v1.Container\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xd2\x02\n\x16\x43reateContainerRequest\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\x9e\x01\n\x06labels\x18\x04 \x03(\x0b\x32I.yandex.cloud.serverless.containers.v1.CreateContainerRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"/\n\x17\x43reateContainerMetadata\x12\x14\n\x0c\x63ontainer_id\x18\x01 \x01(\t\"\x86\x03\n\x16UpdateContainerRequest\x12\x1a\n\x0c\x63ontainer_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\x9e\x01\n\x06labels\x18\x05 \x03(\x0b\x32I.yandex.cloud.serverless.containers.v1.UpdateContainerRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"/\n\x17UpdateContainerMetadata\x12\x14\n\x0c\x63ontainer_id\x18\x01 \x01(\t\"4\n\x16\x44\x65leteContainerRequest\x12\x1a\n\x0c\x63ontainer_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"/\n\x17\x44\x65leteContainerMetadata\x12\x14\n\x0c\x63ontainer_id\x18\x01 \x01(\t\"B\n\x1bGetContainerRevisionRequest\x12#\n\x15\x63ontainer_revision_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"\xb3\x01\n\x1eListContainersRevisionsRequest\x12\x13\n\tfolder_id\x18\x01 \x01(\tH\x00\x12\x16\n\x0c\x63ontainer_id\x18\x02 \x01(\tH\x00\x12\x1d\n\tpage_size\x18\x03 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x05 \x01(\tB\n\x8a\xc8\x31\x06<=1000B\n\n\x02id\x12\x04\xc0\xc1\x31\x01\"~\n\x1fListContainersRevisionsResponse\x12\x42\n\trevisions\x18\x01 \x03(\x0b\x32/.yandex.cloud.serverless.containers.v1.Revision\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xe7\x06\n\x1e\x44\x65ployContainerRevisionRequest\x12\x1a\n\x0c\x63ontainer_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12I\n\tresources\x18\x05 \x01(\x0b\x32\x30.yandex.cloud.serverless.containers.v1.ResourcesB\x04\xe8\xc7\x31\x01\x12\x42\n\x11\x65xecution_timeout\x18\x06 \x01(\x0b\x32\x19.google.protobuf.DurationB\x0c\xfa\xc7\x31\x08\x30s-3600s\x12\x1a\n\x12service_account_id\x18\x07 \x01(\t\x12J\n\nimage_spec\x18\x08 \x01(\x0b\x32\x30.yandex.cloud.serverless.containers.v1.ImageSpecB\x04\xe8\xc7\x31\x01\x12\x13\n\x0b\x63oncurrency\x18\t \x01(\x03\x12>\n\x07secrets\x18\n \x03(\x0b\x32-.yandex.cloud.serverless.containers.v1.Secret\x12I\n\x0c\x63onnectivity\x18\x0b \x01(\x0b\x32\x33.yandex.cloud.serverless.containers.v1.Connectivity\x12P\n\x10provision_policy\x18\x0c \x01(\x0b\x32\x36.yandex.cloud.serverless.containers.v1.ProvisionPolicy\x12L\n\x0escaling_policy\x18\r \x01(\x0b\x32\x34.yandex.cloud.serverless.containers.v1.ScalingPolicy\x12\x46\n\x0blog_options\x18\x0e \x01(\x0b\x32\x31.yandex.cloud.serverless.containers.v1.LogOptions\x12K\n\x0estorage_mounts\x18\x0f \x03(\x0b\x32\x33.yandex.cloud.serverless.containers.v1.StorageMount\x12<\n\x06mounts\x18\x10 \x03(\x0b\x32,.yandex.cloud.serverless.containers.v1.MountJ\x04\x08\x04\x10\x05J\x04\x08\x02\x10\x03\"\xe8\x02\n\tImageSpec\x12\x17\n\timage_url\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12?\n\x07\x63ommand\x18\x02 \x01(\x0b\x32..yandex.cloud.serverless.containers.v1.Command\x12\x39\n\x04\x61rgs\x18\x03 \x01(\x0b\x32+.yandex.cloud.serverless.containers.v1.Args\x12}\n\x0b\x65nvironment\x18\x04 \x03(\x0b\x32\x41.yandex.cloud.serverless.containers.v1.ImageSpec.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\x05 \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\"@\n\x1f\x44\x65ployContainerRevisionMetadata\x12\x1d\n\x15\x63ontainer_revision_id\x18\x01 \x01(\t\"Q\n\x18RollbackContainerRequest\x12\x1a\n\x0c\x63ontainer_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x19\n\x0brevision_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\"F\n\x19RollbackContainerMetadata\x12\x14\n\x0c\x63ontainer_id\x18\x01 \x01(\t\x12\x13\n\x0brevision_id\x18\x02 \x01(\t\"\x96\x01\n\x1eListContainerOperationsRequest\x12\x1a\n\x0c\x63ontainer_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\"q\n\x1fListContainerOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\xed\x14\n\x10\x43ontainerService\x12\xa5\x01\n\x03Get\x12:.yandex.cloud.serverless.containers.v1.GetContainerRequest\x1a\x30.yandex.cloud.serverless.containers.v1.Container\"0\x82\xd3\xe4\x93\x02*\x12(/containers/v1/containers/{container_id}\x12\xa6\x01\n\x04List\x12<.yandex.cloud.serverless.containers.v1.ListContainersRequest\x1a=.yandex.cloud.serverless.containers.v1.ListContainersResponse\"!\x82\xd3\xe4\x93\x02\x1b\x12\x19/containers/v1/containers\x12\xb8\x01\n\x06\x43reate\x12=.yandex.cloud.serverless.containers.v1.CreateContainerRequest\x1a!.yandex.cloud.operation.Operation\"L\xb2\xd2*$\n\x17\x43reateContainerMetadata\x12\tContainer\x82\xd3\xe4\x93\x02\x1e\"\x19/containers/v1/containers:\x01*\x12\xc7\x01\n\x06Update\x12=.yandex.cloud.serverless.containers.v1.UpdateContainerRequest\x1a!.yandex.cloud.operation.Operation\"[\xb2\xd2*$\n\x17UpdateContainerMetadata\x12\tContainer\x82\xd3\xe4\x93\x02-2(/containers/v1/containers/{container_id}:\x01*\x12\xd0\x01\n\x06\x44\x65lete\x12=.yandex.cloud.serverless.containers.v1.DeleteContainerRequest\x1a!.yandex.cloud.operation.Operation\"d\xb2\xd2*0\n\x17\x44\x65leteContainerMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02**(/containers/v1/containers/{container_id}\x12\xd5\x01\n\x0e\x44\x65ployRevision\x12\x45.yandex.cloud.serverless.containers.v1.DeployContainerRevisionRequest\x1a!.yandex.cloud.operation.Operation\"Y\xb2\xd2*+\n\x1f\x44\x65ployContainerRevisionMetadata\x12\x08Revision\x82\xd3\xe4\x93\x02$\"\x1f/containers/v1/revisions:deploy:\x01*\x12\xd6\x01\n\x08Rollback\x12?.yandex.cloud.serverless.containers.v1.RollbackContainerRequest\x1a!.yandex.cloud.operation.Operation\"f\xb2\xd2*&\n\x19RollbackContainerMetadata\x12\tContainer\x82\xd3\xe4\x93\x02\x36\"1/containers/v1/containers/{container_id}:rollback:\x01*\x12\xbc\x01\n\x0bGetRevision\x12\x42.yandex.cloud.serverless.containers.v1.GetContainerRevisionRequest\x1a/.yandex.cloud.serverless.containers.v1.Revision\"8\x82\xd3\xe4\x93\x02\x32\x12\x30/containers/v1/revisions/{container_revision_id}\x12\xc0\x01\n\rListRevisions\x12\x45.yandex.cloud.serverless.containers.v1.ListContainersRevisionsRequest\x1a\x46.yandex.cloud.serverless.containers.v1.ListContainersRevisionsResponse\" \x82\xd3\xe4\x93\x02\x1a\x12\x18/containers/v1/revisions\x12\xdc\x01\n\x0eListOperations\x12\x45.yandex.cloud.serverless.containers.v1.ListContainerOperationsRequest\x1a\x46.yandex.cloud.serverless.containers.v1.ListContainerOperationsResponse\";\x82\xd3\xe4\x93\x02\x35\x12\x33/containers/v1/containers/{container_id}/operations\x12\xb9\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\"B\x82\xd3\xe4\x93\x02<\x12:/containers/v1/containers/{resource_id}:listAccessBindings\x12\xe9\x01\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x81\x01\xb2\xd2*9\n access.SetAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02>\"9/containers/v1/containers/{resource_id}:setAccessBindings:\x01*\x12\xf5\x01\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x87\x01\xb2\xd2*<\n#access.UpdateAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x41\"</containers/v1/containers/{resource_id}:updateAccessBindings:\x01*B\x81\x01\n)yandex.cloud.api.serverless.containers.v1ZTgithub.com/yandex-cloud/go-genproto/yandex/cloud/serverless/containers/v1;containersb\x06proto3')
25
25
 
26
26
  _globals = globals()
27
27
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -70,7 +70,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
70
70
  _DEPLOYCONTAINERREVISIONREQUEST.fields_by_name['resources']._options = None
71
71
  _DEPLOYCONTAINERREVISIONREQUEST.fields_by_name['resources']._serialized_options = b'\350\3071\001'
72
72
  _DEPLOYCONTAINERREVISIONREQUEST.fields_by_name['execution_timeout']._options = None
73
- _DEPLOYCONTAINERREVISIONREQUEST.fields_by_name['execution_timeout']._serialized_options = b'\372\3071\006<=600s'
73
+ _DEPLOYCONTAINERREVISIONREQUEST.fields_by_name['execution_timeout']._serialized_options = b'\372\3071\0100s-3600s'
74
74
  _DEPLOYCONTAINERREVISIONREQUEST.fields_by_name['image_spec']._options = None
75
75
  _DEPLOYCONTAINERREVISIONREQUEST.fields_by_name['image_spec']._serialized_options = b'\350\3071\001'
76
76
  _IMAGESPEC_ENVIRONMENTENTRY._options = None
@@ -146,21 +146,21 @@ if _descriptor._USE_C_DESCRIPTORS == False:
146
146
  _globals['_LISTCONTAINERSREVISIONSRESPONSE']._serialized_start=1856
147
147
  _globals['_LISTCONTAINERSREVISIONSRESPONSE']._serialized_end=1982
148
148
  _globals['_DEPLOYCONTAINERREVISIONREQUEST']._serialized_start=1985
149
- _globals['_DEPLOYCONTAINERREVISIONREQUEST']._serialized_end=2854
150
- _globals['_IMAGESPEC']._serialized_start=2857
151
- _globals['_IMAGESPEC']._serialized_end=3217
152
- _globals['_IMAGESPEC_ENVIRONMENTENTRY']._serialized_start=3167
153
- _globals['_IMAGESPEC_ENVIRONMENTENTRY']._serialized_end=3217
154
- _globals['_DEPLOYCONTAINERREVISIONMETADATA']._serialized_start=3219
155
- _globals['_DEPLOYCONTAINERREVISIONMETADATA']._serialized_end=3283
156
- _globals['_ROLLBACKCONTAINERREQUEST']._serialized_start=3285
157
- _globals['_ROLLBACKCONTAINERREQUEST']._serialized_end=3366
158
- _globals['_ROLLBACKCONTAINERMETADATA']._serialized_start=3368
159
- _globals['_ROLLBACKCONTAINERMETADATA']._serialized_end=3438
160
- _globals['_LISTCONTAINEROPERATIONSREQUEST']._serialized_start=3441
161
- _globals['_LISTCONTAINEROPERATIONSREQUEST']._serialized_end=3591
162
- _globals['_LISTCONTAINEROPERATIONSRESPONSE']._serialized_start=3593
163
- _globals['_LISTCONTAINEROPERATIONSRESPONSE']._serialized_end=3706
164
- _globals['_CONTAINERSERVICE']._serialized_start=3709
165
- _globals['_CONTAINERSERVICE']._serialized_end=6378
149
+ _globals['_DEPLOYCONTAINERREVISIONREQUEST']._serialized_end=2856
150
+ _globals['_IMAGESPEC']._serialized_start=2859
151
+ _globals['_IMAGESPEC']._serialized_end=3219
152
+ _globals['_IMAGESPEC_ENVIRONMENTENTRY']._serialized_start=3169
153
+ _globals['_IMAGESPEC_ENVIRONMENTENTRY']._serialized_end=3219
154
+ _globals['_DEPLOYCONTAINERREVISIONMETADATA']._serialized_start=3221
155
+ _globals['_DEPLOYCONTAINERREVISIONMETADATA']._serialized_end=3285
156
+ _globals['_ROLLBACKCONTAINERREQUEST']._serialized_start=3287
157
+ _globals['_ROLLBACKCONTAINERREQUEST']._serialized_end=3368
158
+ _globals['_ROLLBACKCONTAINERMETADATA']._serialized_start=3370
159
+ _globals['_ROLLBACKCONTAINERMETADATA']._serialized_end=3440
160
+ _globals['_LISTCONTAINEROPERATIONSREQUEST']._serialized_start=3443
161
+ _globals['_LISTCONTAINEROPERATIONSREQUEST']._serialized_end=3593
162
+ _globals['_LISTCONTAINEROPERATIONSRESPONSE']._serialized_start=3595
163
+ _globals['_LISTCONTAINEROPERATIONSRESPONSE']._serialized_end=3708
164
+ _globals['_CONTAINERSERVICE']._serialized_start=3711
165
+ _globals['_CONTAINERSERVICE']._serialized_end=6380
166
166
  # @@protoc_insertion_point(module_scope)
@@ -22,7 +22,7 @@ from yandex.cloud.serverless.functions.v1 import function_pb2 as yandex_dot_clou
22
22
  from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
23
23
 
24
24
 
25
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n;yandex/cloud/serverless/functions/v1/function_service.proto\x12$yandex.cloud.serverless.functions.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1egoogle/protobuf/duration.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a yandex/cloud/access/access.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x33yandex/cloud/serverless/functions/v1/function.proto\x1a\x1dyandex/cloud/validation.proto\"/\n\x12GetFunctionRequest\x12\x19\n\x0b\x66unction_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\">\n\x19GetFunctionVersionRequest\x12!\n\x13\x66unction_version_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"h\n\x1eGetFunctionVersionByTagRequest\x12\x19\n\x0b\x66unction_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12+\n\x03tag\x18\x02 \x01(\tB\x1e\xf2\xc7\x31\x1a[a-z][-_0-9a-z]*|[$]latest\"f\n\x14ListFunctionsRequest\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\"s\n\x15ListFunctionsResponse\x12\x41\n\tfunctions\x18\x01 \x03(\x0b\x32..yandex.cloud.serverless.functions.v1.Function\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xcf\x02\n\x15\x43reateFunctionRequest\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\x9c\x01\n\x06labels\x18\x04 \x03(\x0b\x32G.yandex.cloud.serverless.functions.v1.CreateFunctionRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"-\n\x16\x43reateFunctionMetadata\x12\x13\n\x0b\x66unction_id\x18\x01 \x01(\t\"\x82\x03\n\x15UpdateFunctionRequest\x12\x19\n\x0b\x66unction_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\x9c\x01\n\x06labels\x18\x05 \x03(\x0b\x32G.yandex.cloud.serverless.functions.v1.UpdateFunctionRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"-\n\x16UpdateFunctionMetadata\x12\x13\n\x0b\x66unction_id\x18\x01 \x01(\t\"2\n\x15\x44\x65leteFunctionRequest\x12\x19\n\x0b\x66unction_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"-\n\x16\x44\x65leteFunctionMetadata\x12\x13\n\x0b\x66unction_id\x18\x01 \x01(\t\"V\n\x1c\x44\x65leteFunctionVersionRequest\x12!\n\x13\x66unction_version_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\r\n\x05\x66orce\x18\x03 \x01(\x08J\x04\x08\x01\x10\x02\"B\n\x1d\x44\x65leteFunctionVersionMetadata\x12\x1b\n\x13\x66unction_version_id\x18\x02 \x01(\tJ\x04\x08\x01\x10\x02\"\x15\n\x13ListRuntimesRequest\"(\n\x14ListRuntimesResponse\x12\x10\n\x08runtimes\x18\x01 \x03(\t\"\xb0\x01\n\x1cListFunctionsVersionsRequest\x12\x13\n\tfolder_id\x18\x01 \x01(\tH\x00\x12\x15\n\x0b\x66unction_id\x18\x02 \x01(\tH\x00\x12\x1d\n\tpage_size\x18\x03 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x05 \x01(\tB\n\x8a\xc8\x31\x06<=1000B\n\n\x02id\x12\x04\xc0\xc1\x31\x01\"y\n\x1dListFunctionsVersionsResponse\x12?\n\x08versions\x18\x01 \x03(\x0b\x32-.yandex.cloud.serverless.functions.v1.Version\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x94\x01\n\x1dListFunctionOperationsRequest\x12\x19\n\x0b\x66unction_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\"p\n\x1eListFunctionOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xe5\n\n\x1c\x43reateFunctionVersionRequest\x12\x19\n\x0b\x66unction_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x15\n\x07runtime\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05\x30-256\x12\x18\n\nentrypoint\x18\x04 \x01(\tB\x04\xe8\xc7\x31\x01\x12H\n\tresources\x18\x05 \x01(\x0b\x32/.yandex.cloud.serverless.functions.v1.ResourcesB\x04\xe8\xc7\x31\x01\x12:\n\x11\x65xecution_timeout\x18\x06 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\xe8\xc7\x31\x01\x12\x1a\n\x12service_account_id\x18\x07 \x01(\t\x12@\n\x07package\x18\t \x01(\x0b\x32-.yandex.cloud.serverless.functions.v1.PackageH\x00\x12!\n\x07\x63ontent\x18\n \x01(\x0c\x42\x0e\x8a\xc8\x31\n<=52428800H\x00\x12\x14\n\nversion_id\x18\x0b \x01(\tH\x00\x12\x8f\x01\n\x0b\x65nvironment\x18\x0c \x03(\x0b\x32S.yandex.cloud.serverless.functions.v1.CreateFunctionVersionRequest.EnvironmentEntryB%\x8a\xc8\x31\x06<=4096\xb2\xc8\x31\x17\x12\x15[a-zA-Z][a-zA-Z0-9_]*\x12!\n\x03tag\x18\r \x03(\tB\x14\xf2\xc7\x31\x10[a-z][-_0-9a-z]*\x12H\n\x0c\x63onnectivity\x18\x11 \x01(\x0b\x32\x32.yandex.cloud.serverless.functions.v1.Connectivity\x12|\n\x16named_service_accounts\x18\x0f \x03(\x0b\x32\\.yandex.cloud.serverless.functions.v1.CreateFunctionVersionRequest.NamedServiceAccountsEntry\x12=\n\x07secrets\x18\x12 \x03(\x0b\x32,.yandex.cloud.serverless.functions.v1.Secret\x12\x45\n\x0blog_options\x18\x13 \x01(\x0b\x32\x30.yandex.cloud.serverless.functions.v1.LogOptions\x12J\n\x0estorage_mounts\x18\x14 \x03(\x0b\x32\x32.yandex.cloud.serverless.functions.v1.StorageMount\x12\\\n\x17\x61sync_invocation_config\x18\x16 \x01(\x0b\x32;.yandex.cloud.serverless.functions.v1.AsyncInvocationConfig\x12\x12\n\ntmpfs_size\x18\x17 \x01(\x03\x12\x1d\n\x0b\x63oncurrency\x18\x18 \x01(\x03\x42\x08\xfa\xc7\x31\x04\x30-16\x12;\n\x06mounts\x18\x19 \x03(\x0b\x32+.yandex.cloud.serverless.functions.v1.Mount\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\x19NamedServiceAccountsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x16\n\x0epackage_source\x12\x04\xc0\xc1\x31\x01J\x04\x08\x0e\x10\x0fJ\x04\x08\x10\x10\x11J\x04\x08\x15\x10\x16J\x04\x08\x08\x10\t\"<\n\x1d\x43reateFunctionVersionMetadata\x12\x1b\n\x13\x66unction_version_id\x18\x01 \x01(\t\"]\n\x15SetFunctionTagRequest\x12!\n\x13\x66unction_version_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12!\n\x03tag\x18\x02 \x01(\tB\x14\xf2\xc7\x31\x10[a-z][-_0-9a-z]*\"`\n\x18RemoveFunctionTagRequest\x12!\n\x13\x66unction_version_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12!\n\x03tag\x18\x02 \x01(\tB\x14\xf2\xc7\x31\x10[a-z][-_0-9a-z]*\"5\n\x16SetFunctionTagMetadata\x12\x1b\n\x13\x66unction_version_id\x18\x01 \x01(\t\"8\n\x19RemoveFunctionTagMetadata\x12\x1b\n\x13\x66unction_version_id\x18\x01 \x01(\t\"\xc1\x01\n\x1dListFunctionTagHistoryRequest\x12\x19\n\x0b\x66unction_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12+\n\x03tag\x18\x02 \x01(\tB\x1e\xf2\xc7\x31\x1a[a-z][-_0-9a-z]*|[$]latest\x12\x1d\n\tpage_size\x18\x03 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x05 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"\x80\x03\n\x1eListFunctionTagHistoryResponse\x12\x82\x01\n\x1b\x66unction_tag_history_record\x18\x01 \x03(\x0b\x32].yandex.cloud.serverless.functions.v1.ListFunctionTagHistoryResponse.FunctionTagHistoryRecord\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x1a\xbf\x01\n\x18\x46unctionTagHistoryRecord\x12\x13\n\x0b\x66unction_id\x18\x01 \x01(\t\x12\x1b\n\x13\x66unction_version_id\x18\x03 \x01(\t\x12\x0b\n\x03tag\x18\x02 \x01(\t\x12\x32\n\x0e\x65\x66\x66\x65\x63tive_from\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x30\n\x0c\x65\x66\x66\x65\x63tive_to\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"u\n\x1aListScalingPoliciesRequest\x12\x19\n\x0b\x66unction_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\"\x85\x01\n\x1bListScalingPoliciesResponse\x12M\n\x10scaling_policies\x18\x01 \x03(\x0b\x32\x33.yandex.cloud.serverless.functions.v1.ScalingPolicy\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xef\x01\n\x17SetScalingPolicyRequest\x12\x19\n\x0b\x66unction_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12/\n\x03tag\x18\x02 \x01(\tB\"\xe8\xc7\x31\x01\xf2\xc7\x31\x1a[a-z][-_0-9a-z]*|[$]latest\x12/\n\x1bprovisioned_instances_count\x18\x04 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12(\n\x14zone_instances_limit\x18\x05 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\'\n\x13zone_requests_limit\x18\x06 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000J\x04\x08\x03\x10\x04\"/\n\x18SetScalingPolicyMetadata\x12\x13\n\x0b\x66unction_id\x18\x01 \x01(\t\"h\n\x1aRemoveScalingPolicyRequest\x12\x19\n\x0b\x66unction_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12/\n\x03tag\x18\x02 \x01(\tB\"\xe8\xc7\x31\x01\xf2\xc7\x31\x1a[a-z][-_0-9a-z]*|[$]latest\"2\n\x1bRemoveScalingPolicyMetadata\x12\x13\n\x0b\x66unction_id\x18\x01 \x01(\t2\xc4!\n\x0f\x46unctionService\x12\x9e\x01\n\x03Get\x12\x38.yandex.cloud.serverless.functions.v1.GetFunctionRequest\x1a..yandex.cloud.serverless.functions.v1.Function\"-\x82\xd3\xe4\x93\x02\'\x12%/functions/v1/functions/{function_id}\x12\xa0\x01\n\x04List\x12:.yandex.cloud.serverless.functions.v1.ListFunctionsRequest\x1a;.yandex.cloud.serverless.functions.v1.ListFunctionsResponse\"\x1f\x82\xd3\xe4\x93\x02\x19\x12\x17/functions/v1/functions\x12\xb2\x01\n\x06\x43reate\x12;.yandex.cloud.serverless.functions.v1.CreateFunctionRequest\x1a!.yandex.cloud.operation.Operation\"H\xb2\xd2*\"\n\x16\x43reateFunctionMetadata\x12\x08\x46unction\x82\xd3\xe4\x93\x02\x1c\"\x17/functions/v1/functions:\x01*\x12\xc0\x01\n\x06Update\x12;.yandex.cloud.serverless.functions.v1.UpdateFunctionRequest\x1a!.yandex.cloud.operation.Operation\"V\xb2\xd2*\"\n\x16UpdateFunctionMetadata\x12\x08\x46unction\x82\xd3\xe4\x93\x02*2%/functions/v1/functions/{function_id}:\x01*\x12\xca\x01\n\x06\x44\x65lete\x12;.yandex.cloud.serverless.functions.v1.DeleteFunctionRequest\x1a!.yandex.cloud.operation.Operation\"`\xb2\xd2*/\n\x16\x44\x65leteFunctionMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\'*%/functions/v1/functions/{function_id}\x12\xb2\x01\n\nGetVersion\x12?.yandex.cloud.serverless.functions.v1.GetFunctionVersionRequest\x1a-.yandex.cloud.serverless.functions.v1.Version\"4\x82\xd3\xe4\x93\x02.\x12,/functions/v1/versions/{function_version_id}\x12\xac\x01\n\x0fGetVersionByTag\x12\x44.yandex.cloud.serverless.functions.v1.GetFunctionVersionByTagRequest\x1a-.yandex.cloud.serverless.functions.v1.Version\"$\x82\xd3\xe4\x93\x02\x1e\x12\x1c/functions/v1/versions:byTag\x12\xb7\x01\n\x0cListVersions\x12\x42.yandex.cloud.serverless.functions.v1.ListFunctionsVersionsRequest\x1a\x43.yandex.cloud.serverless.functions.v1.ListFunctionsVersionsResponse\"\x1e\x82\xd3\xe4\x93\x02\x18\x12\x16/functions/v1/versions\x12\xe6\x01\n\rDeleteVersion\x12\x42.yandex.cloud.serverless.functions.v1.DeleteFunctionVersionRequest\x1a!.yandex.cloud.operation.Operation\"n\xb2\xd2*6\n\x1d\x44\x65leteFunctionVersionMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02.*,/functions/v1/versions/{function_version_id}\x12\xcd\x01\n\x06SetTag\x12;.yandex.cloud.serverless.functions.v1.SetFunctionTagRequest\x1a!.yandex.cloud.operation.Operation\"c\xb2\xd2*!\n\x16SetFunctionTagMetadata\x12\x07Version\x82\xd3\xe4\x93\x02\x38\"3/functions/v1/versions/{function_version_id}:setTag:\x01*\x12\xd9\x01\n\tRemoveTag\x12>.yandex.cloud.serverless.functions.v1.RemoveFunctionTagRequest\x1a!.yandex.cloud.operation.Operation\"i\xb2\xd2*$\n\x19RemoveFunctionTagMetadata\x12\x07Version\x82\xd3\xe4\x93\x02;\"6/functions/v1/versions/{function_version_id}:removeTag:\x01*\x12\xd5\x01\n\x0eListTagHistory\x12\x43.yandex.cloud.serverless.functions.v1.ListFunctionTagHistoryRequest\x1a\x44.yandex.cloud.serverless.functions.v1.ListFunctionTagHistoryResponse\"8\x82\xd3\xe4\x93\x02\x32\x12\x30/functions/v1/functions/{function_id}:tagHistory\x12\xc5\x01\n\rCreateVersion\x12\x42.yandex.cloud.serverless.functions.v1.CreateFunctionVersionRequest\x1a!.yandex.cloud.operation.Operation\"M\xb2\xd2*(\n\x1d\x43reateFunctionVersionMetadata\x12\x07Version\x82\xd3\xe4\x93\x02\x1b\"\x16/functions/v1/versions:\x01*\x12\xa5\x01\n\x0cListRuntimes\x12\x39.yandex.cloud.serverless.functions.v1.ListRuntimesRequest\x1a:.yandex.cloud.serverless.functions.v1.ListRuntimesResponse\"\x1e\x82\xd3\xe4\x93\x02\x18\x12\x16/functions/v1/runtimes\x12\xd5\x01\n\x0eListOperations\x12\x43.yandex.cloud.serverless.functions.v1.ListFunctionOperationsRequest\x1a\x44.yandex.cloud.serverless.functions.v1.ListFunctionOperationsResponse\"8\x82\xd3\xe4\x93\x02\x32\x12\x30/functions/v1/functions/{function_id}/operations\x12\xb7\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\"@\x82\xd3\xe4\x93\x02:\x12\x38/functions/v1/functions/{resource_id}:listAccessBindings\x12\xe6\x01\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x7f\xb2\xd2*9\n access.SetAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02<\"7/functions/v1/functions/{resource_id}:setAccessBindings:\x01*\x12\xf3\x01\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x85\x01\xb2\xd2*<\n#access.UpdateAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02?\":/functions/v1/functions/{resource_id}:updateAccessBindings:\x01*\x12\xd9\x01\n\x13ListScalingPolicies\x12@.yandex.cloud.serverless.functions.v1.ListScalingPoliciesRequest\x1a\x41.yandex.cloud.serverless.functions.v1.ListScalingPoliciesResponse\"=\x82\xd3\xe4\x93\x02\x37\x12\x35/functions/v1/functions/{function_id}/scalingPolicies\x12\xe4\x01\n\x10SetScalingPolicy\x12=.yandex.cloud.serverless.functions.v1.SetScalingPolicyRequest\x1a!.yandex.cloud.operation.Operation\"n\xb2\xd2*)\n\x18SetScalingPolicyMetadata\x12\rScalingPolicy\x82\xd3\xe4\x93\x02;\"6/functions/v1/functions/{function_id}:setScalingPolicy:\x01*\x12\xf8\x01\n\x13RemoveScalingPolicy\x12@.yandex.cloud.serverless.functions.v1.RemoveScalingPolicyRequest\x1a!.yandex.cloud.operation.Operation\"|\xb2\xd2*4\n\x1bRemoveScalingPolicyMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02>\"9/functions/v1/functions/{function_id}:removeScalingPolicy:\x01*B~\n(yandex.cloud.api.serverless.functions.v1ZRgithub.com/yandex-cloud/go-genproto/yandex/cloud/serverless/functions/v1;functionsb\x06proto3')
25
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n;yandex/cloud/serverless/functions/v1/function_service.proto\x12$yandex.cloud.serverless.functions.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1egoogle/protobuf/duration.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a yandex/cloud/access/access.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x33yandex/cloud/serverless/functions/v1/function.proto\x1a\x1dyandex/cloud/validation.proto\"/\n\x12GetFunctionRequest\x12\x19\n\x0b\x66unction_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\">\n\x19GetFunctionVersionRequest\x12!\n\x13\x66unction_version_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"h\n\x1eGetFunctionVersionByTagRequest\x12\x19\n\x0b\x66unction_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12+\n\x03tag\x18\x02 \x01(\tB\x1e\xf2\xc7\x31\x1a[a-z][-_0-9a-z]*|[$]latest\"f\n\x14ListFunctionsRequest\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\"s\n\x15ListFunctionsResponse\x12\x41\n\tfunctions\x18\x01 \x03(\x0b\x32..yandex.cloud.serverless.functions.v1.Function\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xcf\x02\n\x15\x43reateFunctionRequest\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\x9c\x01\n\x06labels\x18\x04 \x03(\x0b\x32G.yandex.cloud.serverless.functions.v1.CreateFunctionRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"-\n\x16\x43reateFunctionMetadata\x12\x13\n\x0b\x66unction_id\x18\x01 \x01(\t\"\x82\x03\n\x15UpdateFunctionRequest\x12\x19\n\x0b\x66unction_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\x9c\x01\n\x06labels\x18\x05 \x03(\x0b\x32G.yandex.cloud.serverless.functions.v1.UpdateFunctionRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"-\n\x16UpdateFunctionMetadata\x12\x13\n\x0b\x66unction_id\x18\x01 \x01(\t\"2\n\x15\x44\x65leteFunctionRequest\x12\x19\n\x0b\x66unction_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"-\n\x16\x44\x65leteFunctionMetadata\x12\x13\n\x0b\x66unction_id\x18\x01 \x01(\t\"V\n\x1c\x44\x65leteFunctionVersionRequest\x12!\n\x13\x66unction_version_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\r\n\x05\x66orce\x18\x03 \x01(\x08J\x04\x08\x01\x10\x02\"B\n\x1d\x44\x65leteFunctionVersionMetadata\x12\x1b\n\x13\x66unction_version_id\x18\x02 \x01(\tJ\x04\x08\x01\x10\x02\"\x15\n\x13ListRuntimesRequest\"(\n\x14ListRuntimesResponse\x12\x10\n\x08runtimes\x18\x01 \x03(\t\"\xb0\x01\n\x1cListFunctionsVersionsRequest\x12\x13\n\tfolder_id\x18\x01 \x01(\tH\x00\x12\x15\n\x0b\x66unction_id\x18\x02 \x01(\tH\x00\x12\x1d\n\tpage_size\x18\x03 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x05 \x01(\tB\n\x8a\xc8\x31\x06<=1000B\n\n\x02id\x12\x04\xc0\xc1\x31\x01\"y\n\x1dListFunctionsVersionsResponse\x12?\n\x08versions\x18\x01 \x03(\x0b\x32-.yandex.cloud.serverless.functions.v1.Version\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x94\x01\n\x1dListFunctionOperationsRequest\x12\x19\n\x0b\x66unction_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\"p\n\x1eListFunctionOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xf1\n\n\x1c\x43reateFunctionVersionRequest\x12\x19\n\x0b\x66unction_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x15\n\x07runtime\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05\x30-256\x12\x18\n\nentrypoint\x18\x04 \x01(\tB\x04\xe8\xc7\x31\x01\x12H\n\tresources\x18\x05 \x01(\x0b\x32/.yandex.cloud.serverless.functions.v1.ResourcesB\x04\xe8\xc7\x31\x01\x12\x46\n\x11\x65xecution_timeout\x18\x06 \x01(\x0b\x32\x19.google.protobuf.DurationB\x10\xe8\xc7\x31\x01\xfa\xc7\x31\x08\x30s-3600s\x12\x1a\n\x12service_account_id\x18\x07 \x01(\t\x12@\n\x07package\x18\t \x01(\x0b\x32-.yandex.cloud.serverless.functions.v1.PackageH\x00\x12!\n\x07\x63ontent\x18\n \x01(\x0c\x42\x0e\x8a\xc8\x31\n<=52428800H\x00\x12\x14\n\nversion_id\x18\x0b \x01(\tH\x00\x12\x8f\x01\n\x0b\x65nvironment\x18\x0c \x03(\x0b\x32S.yandex.cloud.serverless.functions.v1.CreateFunctionVersionRequest.EnvironmentEntryB%\x8a\xc8\x31\x06<=4096\xb2\xc8\x31\x17\x12\x15[a-zA-Z][a-zA-Z0-9_]*\x12!\n\x03tag\x18\r \x03(\tB\x14\xf2\xc7\x31\x10[a-z][-_0-9a-z]*\x12H\n\x0c\x63onnectivity\x18\x11 \x01(\x0b\x32\x32.yandex.cloud.serverless.functions.v1.Connectivity\x12|\n\x16named_service_accounts\x18\x0f \x03(\x0b\x32\\.yandex.cloud.serverless.functions.v1.CreateFunctionVersionRequest.NamedServiceAccountsEntry\x12=\n\x07secrets\x18\x12 \x03(\x0b\x32,.yandex.cloud.serverless.functions.v1.Secret\x12\x45\n\x0blog_options\x18\x13 \x01(\x0b\x32\x30.yandex.cloud.serverless.functions.v1.LogOptions\x12J\n\x0estorage_mounts\x18\x14 \x03(\x0b\x32\x32.yandex.cloud.serverless.functions.v1.StorageMount\x12\\\n\x17\x61sync_invocation_config\x18\x16 \x01(\x0b\x32;.yandex.cloud.serverless.functions.v1.AsyncInvocationConfig\x12\x12\n\ntmpfs_size\x18\x17 \x01(\x03\x12\x1d\n\x0b\x63oncurrency\x18\x18 \x01(\x03\x42\x08\xfa\xc7\x31\x04\x30-16\x12;\n\x06mounts\x18\x19 \x03(\x0b\x32+.yandex.cloud.serverless.functions.v1.Mount\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\x19NamedServiceAccountsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x16\n\x0epackage_source\x12\x04\xc0\xc1\x31\x01J\x04\x08\x0e\x10\x0fJ\x04\x08\x10\x10\x11J\x04\x08\x15\x10\x16J\x04\x08\x08\x10\t\"<\n\x1d\x43reateFunctionVersionMetadata\x12\x1b\n\x13\x66unction_version_id\x18\x01 \x01(\t\"]\n\x15SetFunctionTagRequest\x12!\n\x13\x66unction_version_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12!\n\x03tag\x18\x02 \x01(\tB\x14\xf2\xc7\x31\x10[a-z][-_0-9a-z]*\"`\n\x18RemoveFunctionTagRequest\x12!\n\x13\x66unction_version_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12!\n\x03tag\x18\x02 \x01(\tB\x14\xf2\xc7\x31\x10[a-z][-_0-9a-z]*\"5\n\x16SetFunctionTagMetadata\x12\x1b\n\x13\x66unction_version_id\x18\x01 \x01(\t\"8\n\x19RemoveFunctionTagMetadata\x12\x1b\n\x13\x66unction_version_id\x18\x01 \x01(\t\"\xc1\x01\n\x1dListFunctionTagHistoryRequest\x12\x19\n\x0b\x66unction_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12+\n\x03tag\x18\x02 \x01(\tB\x1e\xf2\xc7\x31\x1a[a-z][-_0-9a-z]*|[$]latest\x12\x1d\n\tpage_size\x18\x03 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x05 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"\x80\x03\n\x1eListFunctionTagHistoryResponse\x12\x82\x01\n\x1b\x66unction_tag_history_record\x18\x01 \x03(\x0b\x32].yandex.cloud.serverless.functions.v1.ListFunctionTagHistoryResponse.FunctionTagHistoryRecord\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x1a\xbf\x01\n\x18\x46unctionTagHistoryRecord\x12\x13\n\x0b\x66unction_id\x18\x01 \x01(\t\x12\x1b\n\x13\x66unction_version_id\x18\x03 \x01(\t\x12\x0b\n\x03tag\x18\x02 \x01(\t\x12\x32\n\x0e\x65\x66\x66\x65\x63tive_from\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x30\n\x0c\x65\x66\x66\x65\x63tive_to\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"u\n\x1aListScalingPoliciesRequest\x12\x19\n\x0b\x66unction_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\"\x85\x01\n\x1bListScalingPoliciesResponse\x12M\n\x10scaling_policies\x18\x01 \x03(\x0b\x32\x33.yandex.cloud.serverless.functions.v1.ScalingPolicy\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xef\x01\n\x17SetScalingPolicyRequest\x12\x19\n\x0b\x66unction_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12/\n\x03tag\x18\x02 \x01(\tB\"\xe8\xc7\x31\x01\xf2\xc7\x31\x1a[a-z][-_0-9a-z]*|[$]latest\x12/\n\x1bprovisioned_instances_count\x18\x04 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12(\n\x14zone_instances_limit\x18\x05 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\'\n\x13zone_requests_limit\x18\x06 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000J\x04\x08\x03\x10\x04\"/\n\x18SetScalingPolicyMetadata\x12\x13\n\x0b\x66unction_id\x18\x01 \x01(\t\"h\n\x1aRemoveScalingPolicyRequest\x12\x19\n\x0b\x66unction_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12/\n\x03tag\x18\x02 \x01(\tB\"\xe8\xc7\x31\x01\xf2\xc7\x31\x1a[a-z][-_0-9a-z]*|[$]latest\"2\n\x1bRemoveScalingPolicyMetadata\x12\x13\n\x0b\x66unction_id\x18\x01 \x01(\t2\xc4!\n\x0f\x46unctionService\x12\x9e\x01\n\x03Get\x12\x38.yandex.cloud.serverless.functions.v1.GetFunctionRequest\x1a..yandex.cloud.serverless.functions.v1.Function\"-\x82\xd3\xe4\x93\x02\'\x12%/functions/v1/functions/{function_id}\x12\xa0\x01\n\x04List\x12:.yandex.cloud.serverless.functions.v1.ListFunctionsRequest\x1a;.yandex.cloud.serverless.functions.v1.ListFunctionsResponse\"\x1f\x82\xd3\xe4\x93\x02\x19\x12\x17/functions/v1/functions\x12\xb2\x01\n\x06\x43reate\x12;.yandex.cloud.serverless.functions.v1.CreateFunctionRequest\x1a!.yandex.cloud.operation.Operation\"H\xb2\xd2*\"\n\x16\x43reateFunctionMetadata\x12\x08\x46unction\x82\xd3\xe4\x93\x02\x1c\"\x17/functions/v1/functions:\x01*\x12\xc0\x01\n\x06Update\x12;.yandex.cloud.serverless.functions.v1.UpdateFunctionRequest\x1a!.yandex.cloud.operation.Operation\"V\xb2\xd2*\"\n\x16UpdateFunctionMetadata\x12\x08\x46unction\x82\xd3\xe4\x93\x02*2%/functions/v1/functions/{function_id}:\x01*\x12\xca\x01\n\x06\x44\x65lete\x12;.yandex.cloud.serverless.functions.v1.DeleteFunctionRequest\x1a!.yandex.cloud.operation.Operation\"`\xb2\xd2*/\n\x16\x44\x65leteFunctionMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\'*%/functions/v1/functions/{function_id}\x12\xb2\x01\n\nGetVersion\x12?.yandex.cloud.serverless.functions.v1.GetFunctionVersionRequest\x1a-.yandex.cloud.serverless.functions.v1.Version\"4\x82\xd3\xe4\x93\x02.\x12,/functions/v1/versions/{function_version_id}\x12\xac\x01\n\x0fGetVersionByTag\x12\x44.yandex.cloud.serverless.functions.v1.GetFunctionVersionByTagRequest\x1a-.yandex.cloud.serverless.functions.v1.Version\"$\x82\xd3\xe4\x93\x02\x1e\x12\x1c/functions/v1/versions:byTag\x12\xb7\x01\n\x0cListVersions\x12\x42.yandex.cloud.serverless.functions.v1.ListFunctionsVersionsRequest\x1a\x43.yandex.cloud.serverless.functions.v1.ListFunctionsVersionsResponse\"\x1e\x82\xd3\xe4\x93\x02\x18\x12\x16/functions/v1/versions\x12\xe6\x01\n\rDeleteVersion\x12\x42.yandex.cloud.serverless.functions.v1.DeleteFunctionVersionRequest\x1a!.yandex.cloud.operation.Operation\"n\xb2\xd2*6\n\x1d\x44\x65leteFunctionVersionMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02.*,/functions/v1/versions/{function_version_id}\x12\xcd\x01\n\x06SetTag\x12;.yandex.cloud.serverless.functions.v1.SetFunctionTagRequest\x1a!.yandex.cloud.operation.Operation\"c\xb2\xd2*!\n\x16SetFunctionTagMetadata\x12\x07Version\x82\xd3\xe4\x93\x02\x38\"3/functions/v1/versions/{function_version_id}:setTag:\x01*\x12\xd9\x01\n\tRemoveTag\x12>.yandex.cloud.serverless.functions.v1.RemoveFunctionTagRequest\x1a!.yandex.cloud.operation.Operation\"i\xb2\xd2*$\n\x19RemoveFunctionTagMetadata\x12\x07Version\x82\xd3\xe4\x93\x02;\"6/functions/v1/versions/{function_version_id}:removeTag:\x01*\x12\xd5\x01\n\x0eListTagHistory\x12\x43.yandex.cloud.serverless.functions.v1.ListFunctionTagHistoryRequest\x1a\x44.yandex.cloud.serverless.functions.v1.ListFunctionTagHistoryResponse\"8\x82\xd3\xe4\x93\x02\x32\x12\x30/functions/v1/functions/{function_id}:tagHistory\x12\xc5\x01\n\rCreateVersion\x12\x42.yandex.cloud.serverless.functions.v1.CreateFunctionVersionRequest\x1a!.yandex.cloud.operation.Operation\"M\xb2\xd2*(\n\x1d\x43reateFunctionVersionMetadata\x12\x07Version\x82\xd3\xe4\x93\x02\x1b\"\x16/functions/v1/versions:\x01*\x12\xa5\x01\n\x0cListRuntimes\x12\x39.yandex.cloud.serverless.functions.v1.ListRuntimesRequest\x1a:.yandex.cloud.serverless.functions.v1.ListRuntimesResponse\"\x1e\x82\xd3\xe4\x93\x02\x18\x12\x16/functions/v1/runtimes\x12\xd5\x01\n\x0eListOperations\x12\x43.yandex.cloud.serverless.functions.v1.ListFunctionOperationsRequest\x1a\x44.yandex.cloud.serverless.functions.v1.ListFunctionOperationsResponse\"8\x82\xd3\xe4\x93\x02\x32\x12\x30/functions/v1/functions/{function_id}/operations\x12\xb7\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\"@\x82\xd3\xe4\x93\x02:\x12\x38/functions/v1/functions/{resource_id}:listAccessBindings\x12\xe6\x01\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x7f\xb2\xd2*9\n access.SetAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02<\"7/functions/v1/functions/{resource_id}:setAccessBindings:\x01*\x12\xf3\x01\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x85\x01\xb2\xd2*<\n#access.UpdateAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02?\":/functions/v1/functions/{resource_id}:updateAccessBindings:\x01*\x12\xd9\x01\n\x13ListScalingPolicies\x12@.yandex.cloud.serverless.functions.v1.ListScalingPoliciesRequest\x1a\x41.yandex.cloud.serverless.functions.v1.ListScalingPoliciesResponse\"=\x82\xd3\xe4\x93\x02\x37\x12\x35/functions/v1/functions/{function_id}/scalingPolicies\x12\xe4\x01\n\x10SetScalingPolicy\x12=.yandex.cloud.serverless.functions.v1.SetScalingPolicyRequest\x1a!.yandex.cloud.operation.Operation\"n\xb2\xd2*)\n\x18SetScalingPolicyMetadata\x12\rScalingPolicy\x82\xd3\xe4\x93\x02;\"6/functions/v1/functions/{function_id}:setScalingPolicy:\x01*\x12\xf8\x01\n\x13RemoveScalingPolicy\x12@.yandex.cloud.serverless.functions.v1.RemoveScalingPolicyRequest\x1a!.yandex.cloud.operation.Operation\"|\xb2\xd2*4\n\x1bRemoveScalingPolicyMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02>\"9/functions/v1/functions/{function_id}:removeScalingPolicy:\x01*B~\n(yandex.cloud.api.serverless.functions.v1ZRgithub.com/yandex-cloud/go-genproto/yandex/cloud/serverless/functions/v1;functionsb\x06proto3')
26
26
 
27
27
  _globals = globals()
28
28
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -97,7 +97,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
97
97
  _CREATEFUNCTIONVERSIONREQUEST.fields_by_name['resources']._options = None
98
98
  _CREATEFUNCTIONVERSIONREQUEST.fields_by_name['resources']._serialized_options = b'\350\3071\001'
99
99
  _CREATEFUNCTIONVERSIONREQUEST.fields_by_name['execution_timeout']._options = None
100
- _CREATEFUNCTIONVERSIONREQUEST.fields_by_name['execution_timeout']._serialized_options = b'\350\3071\001'
100
+ _CREATEFUNCTIONVERSIONREQUEST.fields_by_name['execution_timeout']._serialized_options = b'\350\3071\001\372\3071\0100s-3600s'
101
101
  _CREATEFUNCTIONVERSIONREQUEST.fields_by_name['content']._options = None
102
102
  _CREATEFUNCTIONVERSIONREQUEST.fields_by_name['content']._serialized_options = b'\212\3101\n<=52428800'
103
103
  _CREATEFUNCTIONVERSIONREQUEST.fields_by_name['environment']._options = None
@@ -229,39 +229,39 @@ if _descriptor._USE_C_DESCRIPTORS == False:
229
229
  _globals['_LISTFUNCTIONOPERATIONSRESPONSE']._serialized_start=2456
230
230
  _globals['_LISTFUNCTIONOPERATIONSRESPONSE']._serialized_end=2568
231
231
  _globals['_CREATEFUNCTIONVERSIONREQUEST']._serialized_start=2571
232
- _globals['_CREATEFUNCTIONVERSIONREQUEST']._serialized_end=3952
233
- _globals['_CREATEFUNCTIONVERSIONREQUEST_ENVIRONMENTENTRY']._serialized_start=3793
234
- _globals['_CREATEFUNCTIONVERSIONREQUEST_ENVIRONMENTENTRY']._serialized_end=3843
235
- _globals['_CREATEFUNCTIONVERSIONREQUEST_NAMEDSERVICEACCOUNTSENTRY']._serialized_start=3845
236
- _globals['_CREATEFUNCTIONVERSIONREQUEST_NAMEDSERVICEACCOUNTSENTRY']._serialized_end=3904
237
- _globals['_CREATEFUNCTIONVERSIONMETADATA']._serialized_start=3954
238
- _globals['_CREATEFUNCTIONVERSIONMETADATA']._serialized_end=4014
239
- _globals['_SETFUNCTIONTAGREQUEST']._serialized_start=4016
240
- _globals['_SETFUNCTIONTAGREQUEST']._serialized_end=4109
241
- _globals['_REMOVEFUNCTIONTAGREQUEST']._serialized_start=4111
242
- _globals['_REMOVEFUNCTIONTAGREQUEST']._serialized_end=4207
243
- _globals['_SETFUNCTIONTAGMETADATA']._serialized_start=4209
244
- _globals['_SETFUNCTIONTAGMETADATA']._serialized_end=4262
245
- _globals['_REMOVEFUNCTIONTAGMETADATA']._serialized_start=4264
246
- _globals['_REMOVEFUNCTIONTAGMETADATA']._serialized_end=4320
247
- _globals['_LISTFUNCTIONTAGHISTORYREQUEST']._serialized_start=4323
248
- _globals['_LISTFUNCTIONTAGHISTORYREQUEST']._serialized_end=4516
249
- _globals['_LISTFUNCTIONTAGHISTORYRESPONSE']._serialized_start=4519
250
- _globals['_LISTFUNCTIONTAGHISTORYRESPONSE']._serialized_end=4903
251
- _globals['_LISTFUNCTIONTAGHISTORYRESPONSE_FUNCTIONTAGHISTORYRECORD']._serialized_start=4712
252
- _globals['_LISTFUNCTIONTAGHISTORYRESPONSE_FUNCTIONTAGHISTORYRECORD']._serialized_end=4903
253
- _globals['_LISTSCALINGPOLICIESREQUEST']._serialized_start=4905
254
- _globals['_LISTSCALINGPOLICIESREQUEST']._serialized_end=5022
255
- _globals['_LISTSCALINGPOLICIESRESPONSE']._serialized_start=5025
256
- _globals['_LISTSCALINGPOLICIESRESPONSE']._serialized_end=5158
257
- _globals['_SETSCALINGPOLICYREQUEST']._serialized_start=5161
258
- _globals['_SETSCALINGPOLICYREQUEST']._serialized_end=5400
259
- _globals['_SETSCALINGPOLICYMETADATA']._serialized_start=5402
260
- _globals['_SETSCALINGPOLICYMETADATA']._serialized_end=5449
261
- _globals['_REMOVESCALINGPOLICYREQUEST']._serialized_start=5451
262
- _globals['_REMOVESCALINGPOLICYREQUEST']._serialized_end=5555
263
- _globals['_REMOVESCALINGPOLICYMETADATA']._serialized_start=5557
264
- _globals['_REMOVESCALINGPOLICYMETADATA']._serialized_end=5607
265
- _globals['_FUNCTIONSERVICE']._serialized_start=5610
266
- _globals['_FUNCTIONSERVICE']._serialized_end=9902
232
+ _globals['_CREATEFUNCTIONVERSIONREQUEST']._serialized_end=3964
233
+ _globals['_CREATEFUNCTIONVERSIONREQUEST_ENVIRONMENTENTRY']._serialized_start=3805
234
+ _globals['_CREATEFUNCTIONVERSIONREQUEST_ENVIRONMENTENTRY']._serialized_end=3855
235
+ _globals['_CREATEFUNCTIONVERSIONREQUEST_NAMEDSERVICEACCOUNTSENTRY']._serialized_start=3857
236
+ _globals['_CREATEFUNCTIONVERSIONREQUEST_NAMEDSERVICEACCOUNTSENTRY']._serialized_end=3916
237
+ _globals['_CREATEFUNCTIONVERSIONMETADATA']._serialized_start=3966
238
+ _globals['_CREATEFUNCTIONVERSIONMETADATA']._serialized_end=4026
239
+ _globals['_SETFUNCTIONTAGREQUEST']._serialized_start=4028
240
+ _globals['_SETFUNCTIONTAGREQUEST']._serialized_end=4121
241
+ _globals['_REMOVEFUNCTIONTAGREQUEST']._serialized_start=4123
242
+ _globals['_REMOVEFUNCTIONTAGREQUEST']._serialized_end=4219
243
+ _globals['_SETFUNCTIONTAGMETADATA']._serialized_start=4221
244
+ _globals['_SETFUNCTIONTAGMETADATA']._serialized_end=4274
245
+ _globals['_REMOVEFUNCTIONTAGMETADATA']._serialized_start=4276
246
+ _globals['_REMOVEFUNCTIONTAGMETADATA']._serialized_end=4332
247
+ _globals['_LISTFUNCTIONTAGHISTORYREQUEST']._serialized_start=4335
248
+ _globals['_LISTFUNCTIONTAGHISTORYREQUEST']._serialized_end=4528
249
+ _globals['_LISTFUNCTIONTAGHISTORYRESPONSE']._serialized_start=4531
250
+ _globals['_LISTFUNCTIONTAGHISTORYRESPONSE']._serialized_end=4915
251
+ _globals['_LISTFUNCTIONTAGHISTORYRESPONSE_FUNCTIONTAGHISTORYRECORD']._serialized_start=4724
252
+ _globals['_LISTFUNCTIONTAGHISTORYRESPONSE_FUNCTIONTAGHISTORYRECORD']._serialized_end=4915
253
+ _globals['_LISTSCALINGPOLICIESREQUEST']._serialized_start=4917
254
+ _globals['_LISTSCALINGPOLICIESREQUEST']._serialized_end=5034
255
+ _globals['_LISTSCALINGPOLICIESRESPONSE']._serialized_start=5037
256
+ _globals['_LISTSCALINGPOLICIESRESPONSE']._serialized_end=5170
257
+ _globals['_SETSCALINGPOLICYREQUEST']._serialized_start=5173
258
+ _globals['_SETSCALINGPOLICYREQUEST']._serialized_end=5412
259
+ _globals['_SETSCALINGPOLICYMETADATA']._serialized_start=5414
260
+ _globals['_SETSCALINGPOLICYMETADATA']._serialized_end=5461
261
+ _globals['_REMOVESCALINGPOLICYREQUEST']._serialized_start=5463
262
+ _globals['_REMOVESCALINGPOLICYREQUEST']._serialized_end=5567
263
+ _globals['_REMOVESCALINGPOLICYMETADATA']._serialized_start=5569
264
+ _globals['_REMOVESCALINGPOLICYMETADATA']._serialized_end=5619
265
+ _globals['_FUNCTIONSERVICE']._serialized_start=5622
266
+ _globals['_FUNCTIONSERVICE']._serialized_end=9914
267
267
  # @@protoc_insertion_point(module_scope)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: yandexcloud
3
- Version: 0.322.0
3
+ Version: 0.324.0
4
4
  Summary: The Yandex.Cloud official SDK
5
5
  Home-page: https://github.com/yandex-cloud/python-sdk
6
6
  Author: Yandex LLC
@@ -108,8 +108,8 @@ yandex/cloud/ai/files/v1/file_service_pb2_grpc.py,sha256=rkDYLJXJGmvdoIIdu9eUOL6
108
108
  yandex/cloud/ai/files/v1/file_service_pb2_grpc.pyi,sha256=PlUU6gA6e3mq_-O-gf_TpQZfZNKxEto4QBlufUFbf2c,5890
109
109
  yandex/cloud/ai/foundation_models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
110
110
  yandex/cloud/ai/foundation_models/v1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
111
- yandex/cloud/ai/foundation_models/v1/text_common_pb2.py,sha256=lG_NF2HCVS-frpRXvr1_C1FbYVHUOp8PxnlZPpYoDPc,5203
112
- yandex/cloud/ai/foundation_models/v1/text_common_pb2.pyi,sha256=0Cb3rmEzTQv4u4NvomUOaUGGn2zz2uTJisy3nvxtANM,16269
111
+ yandex/cloud/ai/foundation_models/v1/text_common_pb2.py,sha256=51nJBkNJYU4hpc6q81AJRAtSNS1a1HuvqAYEjtgCC24,5450
112
+ yandex/cloud/ai/foundation_models/v1/text_common_pb2.pyi,sha256=val9GDz5PZs9D-gLpaEJmicAI3mxt8BB2uGBXD6x4hs,17028
113
113
  yandex/cloud/ai/foundation_models/v1/text_common_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
114
114
  yandex/cloud/ai/foundation_models/v1/text_common_pb2_grpc.pyi,sha256=Dl8kkjhqb6F1Kt24mcFg7ppish4iKVfjRiiBxEjsMMA,413
115
115
  yandex/cloud/ai/foundation_models/v1/embedding/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -327,8 +327,8 @@ yandex/cloud/backup/v1/backup_pb2.py,sha256=08gFpTemT9AxNRYib0iaRBUYTMzCTwUaGpem
327
327
  yandex/cloud/backup/v1/backup_pb2.pyi,sha256=3lNgT8jcTrNHYueD_0jzyOV5B39br3V2R7T7GDXhH6M,20033
328
328
  yandex/cloud/backup/v1/backup_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
329
329
  yandex/cloud/backup/v1/backup_pb2_grpc.pyi,sha256=Dl8kkjhqb6F1Kt24mcFg7ppish4iKVfjRiiBxEjsMMA,413
330
- yandex/cloud/backup/v1/backup_service_pb2.py,sha256=mJneo2t2el6s0hJ_nk8RTyHD07n7IAm1YbKKT8xwU3w,14688
331
- yandex/cloud/backup/v1/backup_service_pb2.pyi,sha256=z8BV2FhhcDHW0ySos22UxVxrrASipghQaH9EwfwpAmI,18411
330
+ yandex/cloud/backup/v1/backup_service_pb2.py,sha256=ABjuXXG-oTQIH_9qKjPcCwN_QgI8CQ00XLF3m_PH6Ws,14911
331
+ yandex/cloud/backup/v1/backup_service_pb2.pyi,sha256=z8aovwIcZTWUoQQSHsH9rPGGS33sq9g-YbYn-nzMxX0,18725
332
332
  yandex/cloud/backup/v1/backup_service_pb2_grpc.py,sha256=0QkgIaYDv1BIxi4quBWr0bs9Y2FvIieahLeKIkT93y0,14096
333
333
  yandex/cloud/backup/v1/backup_service_pb2_grpc.pyi,sha256=OsjYRGRrbg11aKt0nbPIUSjSQhoVsTTYpnu9mDD9gLU,7860
334
334
  yandex/cloud/backup/v1/policy_pb2.py,sha256=zfD6KYpzo_UUDbaF6QD-i9rWeRy_S13u4BG0jsht_VA,17548
@@ -378,7 +378,7 @@ yandex/cloud/billing/v1/customer_pb2.pyi,sha256=MWVI2GhkIZa1Q_qAHPh9rDIIcnCexXjw
378
378
  yandex/cloud/billing/v1/customer_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
379
379
  yandex/cloud/billing/v1/customer_pb2_grpc.pyi,sha256=Dl8kkjhqb6F1Kt24mcFg7ppish4iKVfjRiiBxEjsMMA,413
380
380
  yandex/cloud/billing/v1/customer_service_pb2.py,sha256=fqIieMPxOqGawTvC04jPdWVgljy56yVPxyHRdWlK9Z4,8743
381
- yandex/cloud/billing/v1/customer_service_pb2.pyi,sha256=zTlZz1CR_Xop8uL0ZG0P-fjiOL0y2VZADqKyKptRSxU,7176
381
+ yandex/cloud/billing/v1/customer_service_pb2.pyi,sha256=wjTz-Q2GTSBdnen9rpUluFiCWHN32gwTnEFp5h2tDjw,7256
382
382
  yandex/cloud/billing/v1/customer_service_pb2_grpc.py,sha256=0BfftjzGJ64grxZPIEH5s2cX_loFVU-Tb1vySdNPm0g,10408
383
383
  yandex/cloud/billing/v1/customer_service_pb2_grpc.pyi,sha256=1zNOAo5nEUlhRDxQF4VR-22gJGmrJP1vsMSTXM70GtA,5981
384
384
  yandex/cloud/billing/v1/service_pb2.py,sha256=ROYP2NT3JT-Q_UK5A8tZVTMmpFocoqdvWod4zq9sXCA,1389
@@ -531,10 +531,32 @@ yandex/cloud/cloudapps/workload/v1/cloud_application_service_pb2.py,sha256=DFTlm
531
531
  yandex/cloud/cloudapps/workload/v1/cloud_application_service_pb2.pyi,sha256=agHU8hnMUeIvmbNR9-0iOhpIfndYb80LZzAMoMcrPkk,2908
532
532
  yandex/cloud/cloudapps/workload/v1/cloud_application_service_pb2_grpc.py,sha256=cdw5Q1GECh4xFtdA6JyTgAvMIwA8RPw3RrjmKcPvQNs,5383
533
533
  yandex/cloud/cloudapps/workload/v1/cloud_application_service_pb2_grpc.pyi,sha256=FscFShwcbrKRhgUk4xoH8UmSewrBz-T1p1URwY-OzTY,3193
534
+ yandex/cloud/cloudregistry/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
535
+ yandex/cloud/cloudregistry/v1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
536
+ yandex/cloud/cloudregistry/v1/artifact_pb2.py,sha256=5ppE-zruKJRHfVZv1DxK96n779xWxq6It4yFbJ3qc-o,2388
537
+ yandex/cloud/cloudregistry/v1/artifact_pb2.pyi,sha256=Bpoy0PqdeeLFyCPJyslpNfxhbRxZI57Oz5v-g-GQe6A,4423
538
+ yandex/cloud/cloudregistry/v1/artifact_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
539
+ yandex/cloud/cloudregistry/v1/artifact_pb2_grpc.pyi,sha256=Dl8kkjhqb6F1Kt24mcFg7ppish4iKVfjRiiBxEjsMMA,413
540
+ yandex/cloud/cloudregistry/v1/artifact_service_pb2.py,sha256=ygCV_qqH5Lj9SwgAM-qfnQs4TJdkcmgaRaEQGX_dRWk,3994
541
+ yandex/cloud/cloudregistry/v1/artifact_service_pb2.pyi,sha256=T107GKoNP9baeXvoFjJpPYQ8xUsLj1K-2vxjTwbd-q8,1760
542
+ yandex/cloud/cloudregistry/v1/artifact_service_pb2_grpc.py,sha256=W_4Qp6kpCgaYSS7osAA8fl1hb-n-uq8COCpyqn9iYq0,5010
543
+ yandex/cloud/cloudregistry/v1/artifact_service_pb2_grpc.pyi,sha256=RVh-qMMDmDp_W4kyE-s39vzwEvsHjW2wvarZCVFmXlw,3021
544
+ yandex/cloud/cloudregistry/v1/ip_permission_pb2.py,sha256=lfhOTBHFSUwIoOyVWFItriWaWmcO2cGUn7TeOdk5O5E,2803
545
+ yandex/cloud/cloudregistry/v1/ip_permission_pb2.pyi,sha256=eQG4nMPyzaPLfYwhr78JiDnic4suRyKiS_HGXl8nubQ,3602
546
+ yandex/cloud/cloudregistry/v1/ip_permission_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
547
+ yandex/cloud/cloudregistry/v1/ip_permission_pb2_grpc.pyi,sha256=Dl8kkjhqb6F1Kt24mcFg7ppish4iKVfjRiiBxEjsMMA,413
548
+ yandex/cloud/cloudregistry/v1/registry_pb2.py,sha256=zooXWDCOzfmI7ISwQ5axe0OFsq3ynlVVmNHQeEkIdYo,3518
549
+ yandex/cloud/cloudregistry/v1/registry_pb2.pyi,sha256=iDbImIO64DaXSu8t6thC7B8uzy4CBpf4QwTMmXnf1pw,7366
550
+ yandex/cloud/cloudregistry/v1/registry_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
551
+ yandex/cloud/cloudregistry/v1/registry_pb2_grpc.pyi,sha256=Dl8kkjhqb6F1Kt24mcFg7ppish4iKVfjRiiBxEjsMMA,413
552
+ yandex/cloud/cloudregistry/v1/registry_service_pb2.py,sha256=a2hmNiXw2yWrYrD01xRsY6Ubj7sXjvjOM7F0eikb3Z8,20645
553
+ yandex/cloud/cloudregistry/v1/registry_service_pb2.pyi,sha256=agHV9rZoO0OqiXyfhIDDuSoaY1Fab5fbpbFIB5uAauw,19269
554
+ yandex/cloud/cloudregistry/v1/registry_service_pb2_grpc.py,sha256=i_NBG2GW4P7rGSWG4eNuGYEg9vlBHPe1xM6nSL853gc,23863
555
+ yandex/cloud/cloudregistry/v1/registry_service_pb2_grpc.pyi,sha256=NgoyOz61-dXC-nxME3W9-IPTAG39Pu2KDWaWnrQj5kI,12570
534
556
  yandex/cloud/cloudrouter/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
535
557
  yandex/cloud/cloudrouter/v1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
536
- yandex/cloud/cloudrouter/v1/routing_instance_pb2.py,sha256=FuAtbPqba63QfPeCJJblXuMcYOFSfy00-5LZdRpEXGU,4090
537
- yandex/cloud/cloudrouter/v1/routing_instance_pb2.pyi,sha256=m6Lqy0lMctcIpO5uGlfTpDiwVCs3YgmKXHUApny0tLE,9217
558
+ yandex/cloud/cloudrouter/v1/routing_instance_pb2.py,sha256=XCHw5RITI0IFMamp6nPtlkwbQ2MNyhSZkqt2q6iXfR8,3728
559
+ yandex/cloud/cloudrouter/v1/routing_instance_pb2.pyi,sha256=PYb0niJLncN7mJ-4WNTwgISodUP9db94gZzOZsKGQOc,8060
538
560
  yandex/cloud/cloudrouter/v1/routing_instance_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
539
561
  yandex/cloud/cloudrouter/v1/routing_instance_pb2_grpc.pyi,sha256=Dl8kkjhqb6F1Kt24mcFg7ppish4iKVfjRiiBxEjsMMA,413
540
562
  yandex/cloud/cloudrouter/v1/routing_instance_service_pb2.py,sha256=8WJ27XUN2lsk3t91db0qBDmTVOO-UAH9xS7Rhbz0e1A,6013
@@ -617,8 +639,8 @@ yandex/cloud/compute/v1/instance_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNM
617
639
  yandex/cloud/compute/v1/instance_pb2_grpc.pyi,sha256=Dl8kkjhqb6F1Kt24mcFg7ppish4iKVfjRiiBxEjsMMA,413
618
640
  yandex/cloud/compute/v1/instance_service_pb2.py,sha256=AlEeBdVm2qiN3zUIXr0gTRUwaDH5e6QGpdtbNogUhMo,55928
619
641
  yandex/cloud/compute/v1/instance_service_pb2.pyi,sha256=CaDc3SWZUMKa19njZ4RXLOHOUF6KBZOEVCluGz1vfPg,78973
620
- yandex/cloud/compute/v1/instance_service_pb2_grpc.py,sha256=dQX3_I-xQo5HTAyXp0ciwpxERBGVlafZXGf_BcfKw5o,50654
621
- yandex/cloud/compute/v1/instance_service_pb2_grpc.pyi,sha256=a2wYh_HktnQZUZTXg6zbD0YaQfkwwqqdNP-CC2d0apI,28731
642
+ yandex/cloud/compute/v1/instance_service_pb2_grpc.py,sha256=sx4Uq5HLErU8Nt06Wfmzf-9cRJ_hqTe8zT_TQ24OiRQ,50743
643
+ yandex/cloud/compute/v1/instance_service_pb2_grpc.pyi,sha256=PTULNe6tjk1D4on_PEL1ILoI4ZIsS3lWtZD5pLovwxY,28998
622
644
  yandex/cloud/compute/v1/kek_pb2.py,sha256=gS-EutvytbvXYal66xw59IVvNLuwW2tABwRdHYJ-z-4,1337
623
645
  yandex/cloud/compute/v1/kek_pb2.pyi,sha256=mUIVuG6TF09ZZHB4yDI546Nq17hdO9Ls8GT8XFfy8uo,831
624
646
  yandex/cloud/compute/v1/kek_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
@@ -1362,8 +1384,8 @@ yandex/cloud/lockbox/v1/secret_pb2.py,sha256=Gagl1ZABe5xTIaDQDhXH3FgsWVdVZ1h6Vfn
1362
1384
  yandex/cloud/lockbox/v1/secret_pb2.pyi,sha256=lDuE5B9dTQJnAFZWWb0DO_7U0rNUf44VC7WfzxfFM9M,13333
1363
1385
  yandex/cloud/lockbox/v1/secret_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
1364
1386
  yandex/cloud/lockbox/v1/secret_pb2_grpc.pyi,sha256=Dl8kkjhqb6F1Kt24mcFg7ppish4iKVfjRiiBxEjsMMA,413
1365
- yandex/cloud/lockbox/v1/secret_service_pb2.py,sha256=yXZBwZ9yflmrGU1hw-NRxWV4lfFzBBpyZctHpZaQ2_U,25388
1366
- yandex/cloud/lockbox/v1/secret_service_pb2.pyi,sha256=Ngp6LjpQs-mCzaXqXS8ahf5B85KdBsMc31HxyEdOrFE,26545
1387
+ yandex/cloud/lockbox/v1/secret_service_pb2.py,sha256=rycW_uQhwvUquOjMJedQTC3uEdNpHjYvB5CMUt69JTA,25589
1388
+ yandex/cloud/lockbox/v1/secret_service_pb2.pyi,sha256=MV7D0E2F_teQQRDu8ZdfVYzKH5hkLPai6m6Ogseq0zU,27345
1367
1389
  yandex/cloud/lockbox/v1/secret_service_pb2_grpc.py,sha256=-U_miyCE5grAxDga2wS8S7RHzFqJugKh94T29ATUE8o,28847
1368
1390
  yandex/cloud/lockbox/v1/secret_service_pb2_grpc.pyi,sha256=dimVPE2AacJQhHov3mU871tCIwSs-QxLFyW6bpBljOo,15153
1369
1391
  yandex/cloud/logging/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -1906,10 +1928,10 @@ yandex/cloud/mdb/opensearch/v1/cluster_pb2.py,sha256=P_FQ3tU-XFOBrNUVy1BtlUukVWW
1906
1928
  yandex/cloud/mdb/opensearch/v1/cluster_pb2.pyi,sha256=Bsx-7oT06xmx7AHwrAoIUj_O_qT-kHnoUV9YDjRr8Ak,33680
1907
1929
  yandex/cloud/mdb/opensearch/v1/cluster_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
1908
1930
  yandex/cloud/mdb/opensearch/v1/cluster_pb2_grpc.pyi,sha256=Dl8kkjhqb6F1Kt24mcFg7ppish4iKVfjRiiBxEjsMMA,413
1909
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.py,sha256=eaF2bznIWotuuLTsAB0xoOvTAy2FL-iMJEwixFEurTc,52414
1910
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.pyi,sha256=SsTbUQr5C-Ij28hDOwihKDwur7vq1bETilAHRtdNQ8k,80478
1911
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.py,sha256=ozRKSy6jVQ9rPC6C1PcAWp3jdQGy16xzy7GrAgJS0XI,47398
1912
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.pyi,sha256=DWECCGUrMojBASUcKhOmf-1GCuw_BKRE9JDsjVeJkfQ,24618
1931
+ yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.py,sha256=_WxWXINv1knmWpTuhgr_gOFzPQVWuCP9er8N0HOHjuw,53888
1932
+ yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.pyi,sha256=_JDdBo2ZAYUzigjZ6eiN8mpqH7F0oMQkbqMsZrG044w,81827
1933
+ yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.py,sha256=QdvJEcGvwPwRkbxExz2VHgbMkvGsb-wDK9U3StHKW7Q,49257
1934
+ yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.pyi,sha256=PZTBQHHU4UYEwBkuiwVZCURFwQa1QnOb5yYVg4dVu6c,25525
1913
1935
  yandex/cloud/mdb/opensearch/v1/maintenance_pb2.py,sha256=G2NSAsJf8WUfyN8nS35b4fg-zyR3dKrV123LeKDOBjk,3688
1914
1936
  yandex/cloud/mdb/opensearch/v1/maintenance_pb2.pyi,sha256=Iqp47tEQsTTz5Or7ykug6bMeERw_gEd_kzGM-ibPKqo,6165
1915
1937
  yandex/cloud/mdb/opensearch/v1/maintenance_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
@@ -1937,12 +1959,12 @@ yandex/cloud/mdb/postgresql/v1/backup_service_pb2.py,sha256=k2ulJ1_2fU4wavW5Snj1
1937
1959
  yandex/cloud/mdb/postgresql/v1/backup_service_pb2.pyi,sha256=FWLuzF4LjD_lXW33hPTyFElbVqKbd2Tu7_nU6OIP6m4,4673
1938
1960
  yandex/cloud/mdb/postgresql/v1/backup_service_pb2_grpc.py,sha256=MCGRPqXQseo7xw8zN-O9VvSgQ7VjPv1h5RnkMHF5pMA,6928
1939
1961
  yandex/cloud/mdb/postgresql/v1/backup_service_pb2_grpc.pyi,sha256=JwZD-pipDaMOAddwx-WaTQH5SBejLgvjWdw_hQO9xRw,4176
1940
- yandex/cloud/mdb/postgresql/v1/cluster_pb2.py,sha256=K9HATV_VpGLoaTjt_mnIQPzQeR0wZtEQgI4x9TM9EHo,21912
1941
- yandex/cloud/mdb/postgresql/v1/cluster_pb2.pyi,sha256=5z0ag4zac574c1z8MxrWJnkyLV8OBOqqDLaYAFRPaW8,50787
1962
+ yandex/cloud/mdb/postgresql/v1/cluster_pb2.py,sha256=Mmxdc4yFYKvNnow80DyMHtahYNHKWMLmUnrr3oUOSrM,23373
1963
+ yandex/cloud/mdb/postgresql/v1/cluster_pb2.pyi,sha256=-DvIO4Gc4Vi7qBPFlj0aX4NDvZt1vW0TxCri3k0BcFE,53051
1942
1964
  yandex/cloud/mdb/postgresql/v1/cluster_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
1943
1965
  yandex/cloud/mdb/postgresql/v1/cluster_pb2_grpc.pyi,sha256=Dl8kkjhqb6F1Kt24mcFg7ppish4iKVfjRiiBxEjsMMA,413
1944
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.py,sha256=ecN1bB1BSqEMP8OM3Z5rTlB9Tf9xLGH3fY4uEaaCfQs,54957
1945
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.pyi,sha256=DpDG_vSK1Z1k5CyThmFsGwlGEZOoWAXOifWv4z__vlE,83983
1966
+ yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.py,sha256=k1MOKcaY8B-Vjx43Iwtr0x179FyMG7ApOZ8bqRpXF98,56415
1967
+ yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.pyi,sha256=Muik8993-rAA1J8HqWERIJ0bB-1k6HVdSZvbSKKktGI,86254
1946
1968
  yandex/cloud/mdb/postgresql/v1/cluster_service_pb2_grpc.py,sha256=NvI7XXe4EUyg_b-3E4OBTiUnrH2WaHla0gYl0DOHqsg,39015
1947
1969
  yandex/cloud/mdb/postgresql/v1/cluster_service_pb2_grpc.pyi,sha256=77Fv5hbb7-KxCV3Hs9njqX9Nq1ei5HMxnjz-wgYpD0k,20394
1948
1970
  yandex/cloud/mdb/postgresql/v1/database_pb2.py,sha256=rmOMvVYnQ93m-Ss89cNdEdJzdKnbn7xT54iYYfgK0Ws,3780
@@ -2038,6 +2060,14 @@ yandex/cloud/mdb/postgresql/v1/config/host16_pb2.py,sha256=hA9vAC4OprySCc90Kh811
2038
2060
  yandex/cloud/mdb/postgresql/v1/config/host16_pb2.pyi,sha256=LeuZ8UBszCr8nJ7IKDxjw8-LSZKtO9a4FGhozBNmmqA,35178
2039
2061
  yandex/cloud/mdb/postgresql/v1/config/host16_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
2040
2062
  yandex/cloud/mdb/postgresql/v1/config/host16_pb2_grpc.pyi,sha256=Dl8kkjhqb6F1Kt24mcFg7ppish4iKVfjRiiBxEjsMMA,413
2063
+ yandex/cloud/mdb/postgresql/v1/config/host17_1c_pb2.py,sha256=x6hYVWPG4dY6-Gt8o5ebT20-2BQSOOQPgys5ZWsGlD8,14305
2064
+ yandex/cloud/mdb/postgresql/v1/config/host17_1c_pb2.pyi,sha256=X4n5F5UBFkhlZAmF0Y79QXaRwJlf_mzQonkB4m7yxsY,35265
2065
+ yandex/cloud/mdb/postgresql/v1/config/host17_1c_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
2066
+ yandex/cloud/mdb/postgresql/v1/config/host17_1c_pb2_grpc.pyi,sha256=Dl8kkjhqb6F1Kt24mcFg7ppish4iKVfjRiiBxEjsMMA,413
2067
+ yandex/cloud/mdb/postgresql/v1/config/host17_pb2.py,sha256=RcpogJpraijpqrvs2P16gVK0_TzGU9jLfk6AX6WnFoA,14137
2068
+ yandex/cloud/mdb/postgresql/v1/config/host17_pb2.pyi,sha256=mlHepDY6J2rEpVuIjS37BwYpRce2EVrQedvQB92zTxM,34833
2069
+ yandex/cloud/mdb/postgresql/v1/config/host17_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
2070
+ yandex/cloud/mdb/postgresql/v1/config/host17_pb2_grpc.pyi,sha256=Dl8kkjhqb6F1Kt24mcFg7ppish4iKVfjRiiBxEjsMMA,413
2041
2071
  yandex/cloud/mdb/postgresql/v1/config/host9_6_pb2.py,sha256=JqeFW3XfS5IO4iddhuEEwXJZwcE7syEU5epjumcKYGI,12436
2042
2072
  yandex/cloud/mdb/postgresql/v1/config/host9_6_pb2.pyi,sha256=8fElo1XINJ2BXLooK2szLLCbGM7O42nXMDgvKM69zWo,30930
2043
2073
  yandex/cloud/mdb/postgresql/v1/config/host9_6_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
@@ -2098,6 +2128,14 @@ yandex/cloud/mdb/postgresql/v1/config/postgresql16_pb2.py,sha256=x7OVk4291nydttw
2098
2128
  yandex/cloud/mdb/postgresql/v1/config/postgresql16_pb2.pyi,sha256=vrOUWPBFt9iFGIeea8XxURRfwUEIG5tTy-3YtLkXHoc,77491
2099
2129
  yandex/cloud/mdb/postgresql/v1/config/postgresql16_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
2100
2130
  yandex/cloud/mdb/postgresql/v1/config/postgresql16_pb2_grpc.pyi,sha256=Dl8kkjhqb6F1Kt24mcFg7ppish4iKVfjRiiBxEjsMMA,413
2131
+ yandex/cloud/mdb/postgresql/v1/config/postgresql17_1c_pb2.py,sha256=0JkYh1yEXlVFHVxKSO3qw3feDMfDf82kXzyFVjvLlF8,36695
2132
+ yandex/cloud/mdb/postgresql/v1/config/postgresql17_1c_pb2.pyi,sha256=U0ILz77ku9-fqOifeFK5lPltK792kLgFtggQFqj9LFQ,81952
2133
+ yandex/cloud/mdb/postgresql/v1/config/postgresql17_1c_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
2134
+ yandex/cloud/mdb/postgresql/v1/config/postgresql17_1c_pb2_grpc.pyi,sha256=Dl8kkjhqb6F1Kt24mcFg7ppish4iKVfjRiiBxEjsMMA,413
2135
+ yandex/cloud/mdb/postgresql/v1/config/postgresql17_pb2.py,sha256=_581c0r4W_eW1tTyIzsFDlb8lX1gQcxEv2fMEthPJTo,36051
2136
+ yandex/cloud/mdb/postgresql/v1/config/postgresql17_pb2.pyi,sha256=e_Ai2-HGCHHtd0pbjV8YwWcY_U5q82ZwuolXjMW_ky4,80532
2137
+ yandex/cloud/mdb/postgresql/v1/config/postgresql17_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
2138
+ yandex/cloud/mdb/postgresql/v1/config/postgresql17_pb2_grpc.pyi,sha256=Dl8kkjhqb6F1Kt24mcFg7ppish4iKVfjRiiBxEjsMMA,413
2101
2139
  yandex/cloud/mdb/postgresql/v1/config/postgresql9_6_pb2.py,sha256=E_2ZPJvJaswRJEJzTfX8GBaQ1qbOwbBYlPcdW-x0qGc,18226
2102
2140
  yandex/cloud/mdb/postgresql/v1/config/postgresql9_6_pb2.pyi,sha256=J7tprDpHrZjPapABWOubeFLinJweukxAeZVxB-fkwqg,42973
2103
2141
  yandex/cloud/mdb/postgresql/v1/config/postgresql9_6_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
@@ -2382,7 +2420,7 @@ yandex/cloud/serverless/containers/v1/container_pb2.py,sha256=IZCpuC_yb73lD4lngo
2382
2420
  yandex/cloud/serverless/containers/v1/container_pb2.pyi,sha256=KlxDkIimf_6Tauc0M_BWPTRLzbzaSN7RrYTxhLsdkt8,25718
2383
2421
  yandex/cloud/serverless/containers/v1/container_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
2384
2422
  yandex/cloud/serverless/containers/v1/container_pb2_grpc.pyi,sha256=Dl8kkjhqb6F1Kt24mcFg7ppish4iKVfjRiiBxEjsMMA,413
2385
- yandex/cloud/serverless/containers/v1/container_service_pb2.py,sha256=nTr_OwIArpBId93SkQOcEorLILDeCycYkAADioYNlG8,22892
2423
+ yandex/cloud/serverless/containers/v1/container_service_pb2.py,sha256=DtprUpeAKkyiquUGLPKP865knL-yEFw-leWCrKTdFjw,22904
2386
2424
  yandex/cloud/serverless/containers/v1/container_service_pb2.pyi,sha256=eYxq0bpFDo2noHao0BzwMJZm9m1AOmW77VKf8-aGapo,28199
2387
2425
  yandex/cloud/serverless/containers/v1/container_service_pb2_grpc.py,sha256=R_AtmLFz6B6mgehWjGpq0fxhQXniUeUGUfiG55tqZRs,26746
2388
2426
  yandex/cloud/serverless/containers/v1/container_service_pb2_grpc.pyi,sha256=olmfbnfSuByvF20WVDAi7YWMnEn92DN1pszOkAt-Qog,14385
@@ -2422,7 +2460,7 @@ yandex/cloud/serverless/functions/v1/function_pb2.py,sha256=3kvPVA1VsGoHUtAHi7fy
2422
2460
  yandex/cloud/serverless/functions/v1/function_pb2.pyi,sha256=uJkp8fZkUnon3OMMG_jEs5H5YW1n0Fuya1k79mUT5IQ,29776
2423
2461
  yandex/cloud/serverless/functions/v1/function_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
2424
2462
  yandex/cloud/serverless/functions/v1/function_pb2_grpc.pyi,sha256=Dl8kkjhqb6F1Kt24mcFg7ppish4iKVfjRiiBxEjsMMA,413
2425
- yandex/cloud/serverless/functions/v1/function_service_pb2.py,sha256=2VTrAY_h8Vcz_iq0wPCNIKnAo_MDMt70pFM5ximSfqY,37284
2463
+ yandex/cloud/serverless/functions/v1/function_service_pb2.py,sha256=d9Rt0gVZKKYHlr7-rEgV6l-xsmbY9fF49fjbFRGZgJY,37335
2426
2464
  yandex/cloud/serverless/functions/v1/function_service_pb2.pyi,sha256=jYK7AO6JHMOmctg2lT5BSjpnq3jZim0mjxs2gFaexPw,44923
2427
2465
  yandex/cloud/serverless/functions/v1/function_service_pb2_grpc.py,sha256=bk_V2wVE1aApOCcslB_Dp8IE8zUg_qr1AsM7dtDTIJA,42582
2428
2466
  yandex/cloud/serverless/functions/v1/function_service_pb2_grpc.pyi,sha256=wB3LjqtorfOAliuhDsYNT474myq9ndTq7sW9g92iMUE,22827
@@ -2784,9 +2822,9 @@ yandexcloud/operations.py,sha256=rOlhJT3Nx7u3hjRY4tnMc1_Z-yctcjcCkc_7GsDpSwY,111
2784
2822
  yandexcloud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2785
2823
  yandexcloud/_wrappers/__init__.py,sha256=z19vuf3vgVGWFc-0d1LFsyVXiM-SYlhvvWRQI8l1T_8,428
2786
2824
  yandexcloud/_wrappers/dataproc/__init__.py,sha256=Me1PLj00sTWvynmCde0EbekdUaGdBG5BQe798RCi1l0,33131
2787
- yandexcloud-0.322.0.dist-info/AUTHORS,sha256=0o7IPkgdTswBveGhbt_73xRPpCrfeEGoZE11AiLvYSQ,231
2788
- yandexcloud-0.322.0.dist-info/LICENSE,sha256=AFcOYhNOyuBQP89lObqyipdScN2KUUS-OuWoUlVo6yE,1077
2789
- yandexcloud-0.322.0.dist-info/METADATA,sha256=oh4neKVnLtkwBm8QwQ8FE68ZbLRa92kVc_jktbLgzTA,10616
2790
- yandexcloud-0.322.0.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
2791
- yandexcloud-0.322.0.dist-info/top_level.txt,sha256=p6aBMPGD526A1jM2WVnAneI2qO4kGDWeJi6uwYApDqg,19
2792
- yandexcloud-0.322.0.dist-info/RECORD,,
2825
+ yandexcloud-0.324.0.dist-info/AUTHORS,sha256=0o7IPkgdTswBveGhbt_73xRPpCrfeEGoZE11AiLvYSQ,231
2826
+ yandexcloud-0.324.0.dist-info/LICENSE,sha256=AFcOYhNOyuBQP89lObqyipdScN2KUUS-OuWoUlVo6yE,1077
2827
+ yandexcloud-0.324.0.dist-info/METADATA,sha256=zCBLbBOgFBqx9W42cA_O1f-rhvd1oHFi4QIjLbkaIUA,10616
2828
+ yandexcloud-0.324.0.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
2829
+ yandexcloud-0.324.0.dist-info/top_level.txt,sha256=p6aBMPGD526A1jM2WVnAneI2qO4kGDWeJi6uwYApDqg,19
2830
+ yandexcloud-0.324.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.2.0)
2
+ Generator: setuptools (75.3.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5