yandexcloud 0.355.0__py3-none-any.whl → 0.357.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/backup/v1/backup_service_pb2.py +46 -40
- yandex/cloud/backup/v1/backup_service_pb2.pyi +26 -4
- yandex/cloud/baremetal/v1alpha/configuration_service_pb2.py +14 -9
- 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/datatransfer/v1/endpoint_service_pb2.pyi +4 -2
- yandex/cloud/datatransfer/v1/endpoint_service_pb2_grpc.py +6 -3
- yandex/cloud/datatransfer/v1/endpoint_service_pb2_grpc.pyi +9 -3
- 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 +16 -6
- yandex/cloud/datatransfer/v1/transfer_service_pb2_grpc.py +3 -6
- yandex/cloud/datatransfer/v1/transfer_service_pb2_grpc.pyi +0 -6
- yandex/cloud/iot/broker/v1/broker_service_pb2.py +49 -49
- yandex/cloud/iot/devices/v1/device_service_pb2.py +53 -53
- yandex/cloud/iot/devices/v1/registry_service_pb2.py +73 -73
- yandex/cloud/maintenance/v2/common_pb2.py +2 -2
- yandex/cloud/maintenance/v2/common_pb2.pyi +1 -1
- yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.py +82 -78
- yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.pyi +29 -3
- yandex/cloud/mdb/redis/v1/cluster_service_pb2.py +76 -78
- yandex/cloud/mdb/redis/v1/cluster_service_pb2.pyi +5 -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_service_pb2.py +45 -45
- yandex/cloud/metastore/v1/maintenance_pb2.pyi +34 -6
- yandex/cloud/searchapi/v2/gen_search_service_pb2.py +22 -22
- yandex/cloud/searchapi/v2/gen_search_service_pb2.pyi +5 -1
- yandex/cloud/serverless/apigateway/v1/apigateway_service_pb2.py +42 -42
- yandex/cloud/serverless/containers/v1/container_pb2.py +46 -44
- yandex/cloud/serverless/containers/v1/container_pb2.pyi +25 -3
- yandex/cloud/serverless/containers/v1/container_service_pb2.py +18 -18
- yandex/cloud/serverless/containers/v1/container_service_pb2.pyi +9 -3
- yandex/cloud/serverless/workflows/v1/workflow_pb2.py +20 -14
- yandex/cloud/serverless/workflows/v1/workflow_pb2.pyi +28 -2
- yandex/cloud/serverless/workflows/v1/workflow_service_pb2.py +30 -30
- yandex/cloud/serverless/workflows/v1/workflow_service_pb2.pyi +16 -4
- 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 +17 -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.355.0.dist-info → yandexcloud-0.357.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.355.0.dist-info → yandexcloud-0.357.0.dist-info}/RECORD +67 -59
- {yandexcloud-0.355.0.dist-info → yandexcloud-0.357.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.355.0.dist-info → yandexcloud-0.357.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.355.0.dist-info → yandexcloud-0.357.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.355.0.dist-info → yandexcloud-0.357.0.dist-info}/top_level.txt +0 -0
|
@@ -27,7 +27,7 @@ from yandex.cloud.searchapi.v2 import search_query_pb2 as yandex_dot_cloud_dot_s
|
|
|
27
27
|
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2yandex/cloud/searchapi/v2/gen_search_service.proto\x12\x19yandex.cloud.searchapi.v2\x1a\x1dyandex/cloud/validation.proto\x1a,yandex/cloud/searchapi/v2/search_query.proto\x1a\x1cgoogle/api/annotations.proto\"i\n\x10GenSearchMessage\x12 \n\x07\x63ontent\x18\x01 \x01(\tB\x0f\xe8\xc7\x31\x01\x8a\xc8\x31\x07<=16384\x12\x33\n\x04role\x18\x02 \x01(\x0e\x32\x1f.yandex.cloud.searchapi.v2.RoleB\x04\xe8\xc7\x31\x01\"\
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2yandex/cloud/searchapi/v2/gen_search_service.proto\x12\x19yandex.cloud.searchapi.v2\x1a\x1dyandex/cloud/validation.proto\x1a,yandex/cloud/searchapi/v2/search_query.proto\x1a\x1cgoogle/api/annotations.proto\"i\n\x10GenSearchMessage\x12 \n\x07\x63ontent\x18\x01 \x01(\tB\x0f\xe8\xc7\x31\x01\x8a\xc8\x31\x07<=16384\x12\x33\n\x04role\x18\x02 \x01(\x0e\x32\x1f.yandex.cloud.searchapi.v2.RoleB\x04\xe8\xc7\x31\x01\"\x81\t\n\x10GenSearchRequest\x12H\n\x08messages\x18\x01 \x03(\x0b\x32+.yandex.cloud.searchapi.v2.GenSearchMessageB\t\x82\xc8\x31\x05\x31-100\x12\x1f\n\tfolder_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x46\n\x04site\x18\x03 \x01(\x0b\x32\x36.yandex.cloud.searchapi.v2.GenSearchRequest.SiteOptionH\x00\x12\x46\n\x04host\x18\x04 \x01(\x0b\x32\x36.yandex.cloud.searchapi.v2.GenSearchRequest.HostOptionH\x00\x12\x44\n\x03url\x18\x05 \x01(\x0b\x32\x35.yandex.cloud.searchapi.v2.GenSearchRequest.UrlOptionH\x00\x12\x14\n\x0c\x66ix_misspell\x18\x06 \x01(\x08\x12\x18\n\x10\x65nable_nrfm_docs\x18\x07 \x01(\x08\x12Z\n\x0esearch_filters\x18\x08 \x03(\x0b\x32\x38.yandex.cloud.searchapi.v2.GenSearchRequest.SearchFilterB\x08\x82\xc8\x31\x04<=10\x12\x46\n\x0bsearch_type\x18\t \x01(\x0e\x32\x31.yandex.cloud.searchapi.v2.SearchQuery.SearchType\x12\x1b\n\x13get_partial_results\x18\n \x01(\x08\x1a/\n\nSiteOption\x12!\n\x04site\x18\x01 \x03(\tB\x13\x82\xc8\x31\x05<=100\x8a\xc8\x31\x06<=1024\x1a-\n\tUrlOption\x12 \n\x03url\x18\x01 \x03(\tB\x13\x82\xc8\x31\x05<=100\x8a\xc8\x31\x06<=1024\x1a/\n\nHostOption\x12!\n\x04host\x18\x01 \x03(\tB\x13\x82\xc8\x31\x05<=100\x8a\xc8\x31\x06<=1024\x1a\x99\x03\n\x0cSearchFilter\x12\x18\n\x04\x64\x61te\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=25H\x00\x12\x15\n\x04lang\x18\x02 \x01(\tB\x05\x8a\xc8\x31\x01\x32H\x00\x12T\n\x06\x66ormat\x18\x03 \x01(\x0e\x32\x42.yandex.cloud.searchapi.v2.GenSearchRequest.SearchFilter.DocFormatH\x00\"\xef\x01\n\tDocFormat\x12\x1a\n\x16\x44OC_FORMAT_UNSPECIFIED\x10\x00\x12\x12\n\x0e\x44OC_FORMAT_PDF\x10\x01\x12\x12\n\x0e\x44OC_FORMAT_XLS\x10\x02\x12\x12\n\x0e\x44OC_FORMAT_ODS\x10\x03\x12\x12\n\x0e\x44OC_FORMAT_RTF\x10\x04\x12\x12\n\x0e\x44OC_FORMAT_PPT\x10\x05\x12\x12\n\x0e\x44OC_FORMAT_ODP\x10\x06\x12\x12\n\x0e\x44OC_FORMAT_SWF\x10\x07\x12\x12\n\x0e\x44OC_FORMAT_ODT\x10\x08\x12\x12\n\x0e\x44OC_FORMAT_ODG\x10\t\x12\x12\n\x0e\x44OC_FORMAT_DOC\x10\nB\x10\n\x0e\x66ilter_optionsB\x0e\n\x0csite_options\"\xad\x03\n\x11GenSearchResponse\x12<\n\x07message\x18\x01 \x01(\x0b\x32+.yandex.cloud.searchapi.v2.GenSearchMessage\x12\x44\n\x07sources\x18\x02 \x03(\x0b\x32\x33.yandex.cloud.searchapi.v2.GenSearchResponse.Source\x12P\n\x0esearch_queries\x18\x03 \x03(\x0b\x32\x38.yandex.cloud.searchapi.v2.GenSearchResponse.SearchQuery\x12\x1c\n\x14\x66ixed_misspell_query\x18\x04 \x01(\t\x12\x1a\n\x12is_answer_rejected\x18\x05 \x01(\x08\x12\x18\n\x10is_bullet_answer\x18\x06 \x01(\x08\x12\r\n\x05hints\x18\x07 \x03(\t\x1a\x32\n\x06Source\x12\x0b\n\x03url\x18\x01 \x01(\t\x12\r\n\x05title\x18\x02 \x01(\t\x12\x0c\n\x04used\x18\x03 \x01(\x08\x1a+\n\x0bSearchQuery\x12\x0c\n\x04text\x18\x01 \x01(\t\x12\x0e\n\x06req_id\x18\x02 \x01(\t*?\n\x04Role\x12\x14\n\x10ROLE_UNSPECIFIED\x10\x00\x12\r\n\tROLE_USER\x10\x01\x12\x12\n\x0eROLE_ASSISTANT\x10\x02\x32\x95\x01\n\x10GenSearchService\x12\x80\x01\n\x06Search\x12+.yandex.cloud.searchapi.v2.GenSearchRequest\x1a,.yandex.cloud.searchapi.v2.GenSearchResponse\"\x19\x82\xd3\xe4\x93\x02\x13\"\x0e/v2/gen/search:\x01*0\x01\x42\x65\n\x1ayandex.cloud.api.search.v2ZGgithub.com/yandex-cloud/go-genproto/yandex/cloud/searchapi/v2;searchapib\x06proto3')
|
|
31
31
|
|
|
32
32
|
_globals = globals()
|
|
33
33
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -57,28 +57,28 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
57
57
|
_globals['_GENSEARCHREQUEST'].fields_by_name['search_filters']._serialized_options = b'\202\3101\004<=10'
|
|
58
58
|
_globals['_GENSEARCHSERVICE'].methods_by_name['Search']._loaded_options = None
|
|
59
59
|
_globals['_GENSEARCHSERVICE'].methods_by_name['Search']._serialized_options = b'\202\323\344\223\002\023\"\016/v2/gen/search:\001*'
|
|
60
|
-
_globals['_ROLE']._serialized_start=
|
|
61
|
-
_globals['_ROLE']._serialized_end=
|
|
60
|
+
_globals['_ROLE']._serialized_start=1883
|
|
61
|
+
_globals['_ROLE']._serialized_end=1946
|
|
62
62
|
_globals['_GENSEARCHMESSAGE']._serialized_start=188
|
|
63
63
|
_globals['_GENSEARCHMESSAGE']._serialized_end=293
|
|
64
64
|
_globals['_GENSEARCHREQUEST']._serialized_start=296
|
|
65
|
-
_globals['_GENSEARCHREQUEST']._serialized_end=
|
|
66
|
-
_globals['_GENSEARCHREQUEST_SITEOPTION']._serialized_start=
|
|
67
|
-
_globals['_GENSEARCHREQUEST_SITEOPTION']._serialized_end=
|
|
68
|
-
_globals['_GENSEARCHREQUEST_URLOPTION']._serialized_start=
|
|
69
|
-
_globals['_GENSEARCHREQUEST_URLOPTION']._serialized_end=
|
|
70
|
-
_globals['_GENSEARCHREQUEST_HOSTOPTION']._serialized_start=
|
|
71
|
-
_globals['_GENSEARCHREQUEST_HOSTOPTION']._serialized_end=
|
|
72
|
-
_globals['_GENSEARCHREQUEST_SEARCHFILTER']._serialized_start=
|
|
73
|
-
_globals['_GENSEARCHREQUEST_SEARCHFILTER']._serialized_end=
|
|
74
|
-
_globals['_GENSEARCHREQUEST_SEARCHFILTER_DOCFORMAT']._serialized_start=
|
|
75
|
-
_globals['_GENSEARCHREQUEST_SEARCHFILTER_DOCFORMAT']._serialized_end=
|
|
76
|
-
_globals['_GENSEARCHRESPONSE']._serialized_start=
|
|
77
|
-
_globals['_GENSEARCHRESPONSE']._serialized_end=
|
|
78
|
-
_globals['_GENSEARCHRESPONSE_SOURCE']._serialized_start=
|
|
79
|
-
_globals['_GENSEARCHRESPONSE_SOURCE']._serialized_end=
|
|
80
|
-
_globals['_GENSEARCHRESPONSE_SEARCHQUERY']._serialized_start=
|
|
81
|
-
_globals['_GENSEARCHRESPONSE_SEARCHQUERY']._serialized_end=
|
|
82
|
-
_globals['_GENSEARCHSERVICE']._serialized_start=
|
|
83
|
-
_globals['_GENSEARCHSERVICE']._serialized_end=
|
|
65
|
+
_globals['_GENSEARCHREQUEST']._serialized_end=1449
|
|
66
|
+
_globals['_GENSEARCHREQUEST_SITEOPTION']._serialized_start=878
|
|
67
|
+
_globals['_GENSEARCHREQUEST_SITEOPTION']._serialized_end=925
|
|
68
|
+
_globals['_GENSEARCHREQUEST_URLOPTION']._serialized_start=927
|
|
69
|
+
_globals['_GENSEARCHREQUEST_URLOPTION']._serialized_end=972
|
|
70
|
+
_globals['_GENSEARCHREQUEST_HOSTOPTION']._serialized_start=974
|
|
71
|
+
_globals['_GENSEARCHREQUEST_HOSTOPTION']._serialized_end=1021
|
|
72
|
+
_globals['_GENSEARCHREQUEST_SEARCHFILTER']._serialized_start=1024
|
|
73
|
+
_globals['_GENSEARCHREQUEST_SEARCHFILTER']._serialized_end=1433
|
|
74
|
+
_globals['_GENSEARCHREQUEST_SEARCHFILTER_DOCFORMAT']._serialized_start=1176
|
|
75
|
+
_globals['_GENSEARCHREQUEST_SEARCHFILTER_DOCFORMAT']._serialized_end=1415
|
|
76
|
+
_globals['_GENSEARCHRESPONSE']._serialized_start=1452
|
|
77
|
+
_globals['_GENSEARCHRESPONSE']._serialized_end=1881
|
|
78
|
+
_globals['_GENSEARCHRESPONSE_SOURCE']._serialized_start=1786
|
|
79
|
+
_globals['_GENSEARCHRESPONSE_SOURCE']._serialized_end=1836
|
|
80
|
+
_globals['_GENSEARCHRESPONSE_SEARCHQUERY']._serialized_start=1838
|
|
81
|
+
_globals['_GENSEARCHRESPONSE_SEARCHQUERY']._serialized_end=1881
|
|
82
|
+
_globals['_GENSEARCHSERVICE']._serialized_start=1949
|
|
83
|
+
_globals['_GENSEARCHSERVICE']._serialized_end=2098
|
|
84
84
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -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
|
|
@@ -32,7 +32,7 @@ from yandex.cloud.serverless.apigateway.v1 import apigateway_pb2 as yandex_dot_c
|
|
|
32
32
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
33
33
|
|
|
34
34
|
|
|
35
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n>yandex/cloud/serverless/apigateway/v1/apigateway_service.proto\x12%yandex.cloud.serverless.apigateway.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a\x1egoogle/protobuf/duration.proto\x1a yandex/cloud/api/operation.proto\x1a yandex/cloud/access/access.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x36yandex/cloud/serverless/apigateway/v1/apigateway.proto\x1a\x1dyandex/cloud/validation.proto\"4\n\x14GetApiGatewayRequest\x12\x1c\n\x0e\x61pi_gateway_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"g\n\x15ListApiGatewayRequest\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\"z\n\x16ListApiGatewayResponse\x12G\n\x0c\x61pi_gateways\x18\x01 \x03(\x0b\x32\x31.yandex.cloud.serverless.apigateway.v1.ApiGateway\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\
|
|
35
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n>yandex/cloud/serverless/apigateway/v1/apigateway_service.proto\x12%yandex.cloud.serverless.apigateway.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a\x1egoogle/protobuf/duration.proto\x1a yandex/cloud/api/operation.proto\x1a yandex/cloud/access/access.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x36yandex/cloud/serverless/apigateway/v1/apigateway.proto\x1a\x1dyandex/cloud/validation.proto\"4\n\x14GetApiGatewayRequest\x12\x1c\n\x0e\x61pi_gateway_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"g\n\x15ListApiGatewayRequest\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\"z\n\x16ListApiGatewayResponse\x12G\n\x0c\x61pi_gateways\x18\x01 \x03(\x0b\x32\x31.yandex.cloud.serverless.apigateway.v1.ApiGateway\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xdc\x06\n\x17\x43reateApiGatewayRequest\x12\x17\n\tfolder_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x32\n\x04name\x18\x02 \x01(\tB$\xf2\xc7\x31 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x9f\x01\n\x06labels\x18\x04 \x03(\x0b\x32J.yandex.cloud.serverless.apigateway.v1.CreateApiGatewayRequest.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\x12\x16\n\x0copenapi_spec\x18\x05 \x01(\tH\x00\x12I\n\x0c\x63onnectivity\x18\x06 \x01(\x0b\x32\x33.yandex.cloud.serverless.apigateway.v1.Connectivity\x12\x46\n\x0blog_options\x18\x07 \x01(\x0b\x32\x31.yandex.cloud.serverless.apigateway.v1.LogOptions\x12`\n\tvariables\x18\x08 \x03(\x0b\x32M.yandex.cloud.serverless.apigateway.v1.CreateApiGatewayRequest.VariablesEntry\x12=\n\x06\x63\x61nary\x18\t \x01(\x0b\x32-.yandex.cloud.serverless.apigateway.v1.Canary\x12\x41\n\x11\x65xecution_timeout\x18\n \x01(\x0b\x32\x19.google.protobuf.DurationB\x0b\xfa\xc7\x31\x07\x30s-600s\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x66\n\x0eVariablesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x43\n\x05value\x18\x02 \x01(\x0b\x32\x34.yandex.cloud.serverless.apigateway.v1.VariableInput:\x02\x38\x01\x42\x0c\n\x04spec\x12\x04\xc0\xc1\x31\x01\"\x92\x07\n\x17UpdateApiGatewayRequest\x12\x1c\n\x0e\x61pi_gateway_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x32\n\x04name\x18\x03 \x01(\tB$\xf2\xc7\x31 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x9f\x01\n\x06labels\x18\x05 \x03(\x0b\x32J.yandex.cloud.serverless.apigateway.v1.UpdateApiGatewayRequest.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\x12\x16\n\x0copenapi_spec\x18\x06 \x01(\tH\x00\x12I\n\x0c\x63onnectivity\x18\x07 \x01(\x0b\x32\x33.yandex.cloud.serverless.apigateway.v1.Connectivity\x12\x46\n\x0blog_options\x18\x08 \x01(\x0b\x32\x31.yandex.cloud.serverless.apigateway.v1.LogOptions\x12`\n\tvariables\x18\t \x03(\x0b\x32M.yandex.cloud.serverless.apigateway.v1.UpdateApiGatewayRequest.VariablesEntry\x12=\n\x06\x63\x61nary\x18\n \x01(\x0b\x32-.yandex.cloud.serverless.apigateway.v1.Canary\x12\x41\n\x11\x65xecution_timeout\x18\x0b \x01(\x0b\x32\x19.google.protobuf.DurationB\x0b\xfa\xc7\x31\x07\x30s-600s\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x66\n\x0eVariablesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x43\n\x05value\x18\x02 \x01(\x0b\x32\x34.yandex.cloud.serverless.apigateway.v1.VariableInput:\x02\x38\x01\x42\x0c\n\x04spec\x12\x04\xc0\xc1\x31\x01\"7\n\x17\x44\x65leteApiGatewayRequest\x12\x1c\n\x0e\x61pi_gateway_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"c\n\x10\x41\x64\x64\x44omainRequest\x12\x1c\n\x0e\x61pi_gateway_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x13\n\x0b\x64omain_name\x18\x03 \x01(\t\x12\x16\n\x0e\x63\x65rtificate_id\x18\x04 \x01(\tJ\x04\x08\x02\x10\x03\"L\n\x13RemoveDomainRequest\x12\x1c\n\x0e\x61pi_gateway_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x17\n\tdomain_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\"2\n\x18\x43reateApiGatewayMetadata\x12\x16\n\x0e\x61pi_gateway_id\x18\x01 \x01(\t\"2\n\x18UpdateApiGatewayMetadata\x12\x16\n\x0e\x61pi_gateway_id\x18\x01 \x01(\t\"2\n\x18\x44\x65leteApiGatewayMetadata\x12\x16\n\x0e\x61pi_gateway_id\x18\x01 \x01(\t\"k\n\x11\x41\x64\x64\x44omainMetadata\x12\x16\n\x0e\x61pi_gateway_id\x18\x01 \x01(\t\x12\x11\n\tdomain_id\x18\x02 \x01(\t\x12\x13\n\x0b\x64omain_name\x18\x03 \x01(\t\x12\x16\n\x0e\x63\x65rtificate_id\x18\x04 \x01(\t\"A\n\x14RemoveDomainMetadata\x12\x16\n\x0e\x61pi_gateway_id\x18\x01 \x01(\t\x12\x11\n\tdomain_id\x18\x02 \x01(\t\"\x8f\x01\n\x15ListOperationsRequest\x12\x1c\n\x0e\x61pi_gateway_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\"h\n\x16ListOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xc0\x01\n\x15GetOpenapiSpecRequest\x12\x1c\n\x0e\x61pi_gateway_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12S\n\x06\x66ormat\x18\x02 \x01(\x0e\x32\x43.yandex.cloud.serverless.apigateway.v1.GetOpenapiSpecRequest.Format\"4\n\x06\x46ormat\x12\x16\n\x12\x46ORMAT_UNSPECIFIED\x10\x00\x12\x08\n\x04JSON\x10\x01\x12\x08\n\x04YAML\x10\x02\"F\n\x16GetOpenapiSpecResponse\x12\x16\n\x0e\x61pi_gateway_id\x18\x01 \x01(\t\x12\x14\n\x0copenapi_spec\x18\x02 \x01(\t2\xda\x13\n\x11\x41piGatewayService\x12\xab\x01\n\x03Get\x12;.yandex.cloud.serverless.apigateway.v1.GetApiGatewayRequest\x1a\x31.yandex.cloud.serverless.apigateway.v1.ApiGateway\"4\x82\xd3\xe4\x93\x02.\x12,/apigateways/v1/apigateways/{api_gateway_id}\x12\xa8\x01\n\x04List\x12<.yandex.cloud.serverless.apigateway.v1.ListApiGatewayRequest\x1a=.yandex.cloud.serverless.apigateway.v1.ListApiGatewayResponse\"#\x82\xd3\xe4\x93\x02\x1d\x12\x1b/apigateways/v1/apigateways\x12\xbd\x01\n\x06\x43reate\x12>.yandex.cloud.serverless.apigateway.v1.CreateApiGatewayRequest\x1a!.yandex.cloud.operation.Operation\"P\xb2\xd2*&\n\x18\x43reateApiGatewayMetadata\x12\nApiGateway\x82\xd3\xe4\x93\x02 \"\x1b/apigateways/v1/apigateways:\x01*\x12\xce\x01\n\x06Update\x12>.yandex.cloud.serverless.apigateway.v1.UpdateApiGatewayRequest\x1a!.yandex.cloud.operation.Operation\"a\xb2\xd2*&\n\x18UpdateApiGatewayMetadata\x12\nApiGateway\x82\xd3\xe4\x93\x02\x31\x32,/apigateways/v1/apigateways/{api_gateway_id}:\x01*\x12\xd6\x01\n\x06\x44\x65lete\x12>.yandex.cloud.serverless.apigateway.v1.DeleteApiGatewayRequest\x1a!.yandex.cloud.operation.Operation\"i\xb2\xd2*1\n\x18\x44\x65leteApiGatewayMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02.*,/apigateways/v1/apigateways/{api_gateway_id}\x12\xd8\x01\n\tAddDomain\x12\x37.yandex.cloud.serverless.apigateway.v1.AddDomainRequest\x1a!.yandex.cloud.operation.Operation\"o\xb2\xd2**\n\x11\x41\x64\x64\x44omainMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02;\"6/apigateways/v1/apigateways/{api_gateway_id}:addDomain:\x01*\x12\xe4\x01\n\x0cRemoveDomain\x12:.yandex.cloud.serverless.apigateway.v1.RemoveDomainRequest\x1a!.yandex.cloud.operation.Operation\"u\xb2\xd2*-\n\x14RemoveDomainMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02>\"9/apigateways/v1/apigateways/{api_gateway_id}:removeDomain:\x01*\x12\xc8\x01\n\x0eGetOpenapiSpec\x12<.yandex.cloud.serverless.apigateway.v1.GetOpenapiSpecRequest\x1a=.yandex.cloud.serverless.apigateway.v1.GetOpenapiSpecResponse\"9\x82\xd3\xe4\x93\x02\x33\x12\x31/apigateways/v1/apigateways/{api_gateway_id}:spec\x12\xce\x01\n\x0eListOperations\x12<.yandex.cloud.serverless.apigateway.v1.ListOperationsRequest\x1a=.yandex.cloud.serverless.apigateway.v1.ListOperationsResponse\"?\x82\xd3\xe4\x93\x02\x39\x12\x37/apigateways/v1/apigateways/{api_gateway_id}/operations\x12\xbb\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\"D\x82\xd3\xe4\x93\x02>\x12</apigateways/v1/apigateways/{resource_id}:listAccessBindings\x12\xeb\x01\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x83\x01\xb2\xd2*9\n access.SetAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02@\";/apigateways/v1/apigateways/{resource_id}:setAccessBindings:\x01*\x12\xf7\x01\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x89\x01\xb2\xd2*<\n#access.UpdateAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x43\x32>/apigateways/v1/apigateways/{resource_id}:updateAccessBindings:\x01*B\x81\x01\n)yandex.cloud.api.serverless.apigateway.v1ZTgithub.com/yandex-cloud/go-genproto/yandex/cloud/serverless/apigateway/v1;apigatewayb\x06proto3')
|
|
36
36
|
|
|
37
37
|
_globals = globals()
|
|
38
38
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -59,7 +59,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
59
59
|
_globals['_CREATEAPIGATEWAYREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
60
60
|
_globals['_CREATEAPIGATEWAYREQUEST'].fields_by_name['labels']._serialized_options = b'\362\3071\017[-_./\\@0-9a-z]*\202\3101\004<=64\212\3101\004<=63\262\3101\034\022\024[a-z][-_./\\@0-9a-z]*\032\0041-63'
|
|
61
61
|
_globals['_CREATEAPIGATEWAYREQUEST'].fields_by_name['execution_timeout']._loaded_options = None
|
|
62
|
-
_globals['_CREATEAPIGATEWAYREQUEST'].fields_by_name['execution_timeout']._serialized_options = b'\372\3071\
|
|
62
|
+
_globals['_CREATEAPIGATEWAYREQUEST'].fields_by_name['execution_timeout']._serialized_options = b'\372\3071\0070s-600s'
|
|
63
63
|
_globals['_UPDATEAPIGATEWAYREQUEST_LABELSENTRY']._loaded_options = None
|
|
64
64
|
_globals['_UPDATEAPIGATEWAYREQUEST_LABELSENTRY']._serialized_options = b'8\001'
|
|
65
65
|
_globals['_UPDATEAPIGATEWAYREQUEST_VARIABLESENTRY']._loaded_options = None
|
|
@@ -75,7 +75,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
75
75
|
_globals['_UPDATEAPIGATEWAYREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
76
76
|
_globals['_UPDATEAPIGATEWAYREQUEST'].fields_by_name['labels']._serialized_options = b'\362\3071\017[-_./\\@0-9a-z]*\202\3101\004<=64\212\3101\004<=63\262\3101\034\022\024[a-z][-_./\\@0-9a-z]*\032\0041-63'
|
|
77
77
|
_globals['_UPDATEAPIGATEWAYREQUEST'].fields_by_name['execution_timeout']._loaded_options = None
|
|
78
|
-
_globals['_UPDATEAPIGATEWAYREQUEST'].fields_by_name['execution_timeout']._serialized_options = b'\372\3071\
|
|
78
|
+
_globals['_UPDATEAPIGATEWAYREQUEST'].fields_by_name['execution_timeout']._serialized_options = b'\372\3071\0070s-600s'
|
|
79
79
|
_globals['_DELETEAPIGATEWAYREQUEST'].fields_by_name['api_gateway_id']._loaded_options = None
|
|
80
80
|
_globals['_DELETEAPIGATEWAYREQUEST'].fields_by_name['api_gateway_id']._serialized_options = b'\350\3071\001'
|
|
81
81
|
_globals['_ADDDOMAINREQUEST'].fields_by_name['api_gateway_id']._loaded_options = None
|
|
@@ -125,43 +125,43 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
125
125
|
_globals['_LISTAPIGATEWAYRESPONSE']._serialized_start=555
|
|
126
126
|
_globals['_LISTAPIGATEWAYRESPONSE']._serialized_end=677
|
|
127
127
|
_globals['_CREATEAPIGATEWAYREQUEST']._serialized_start=680
|
|
128
|
-
_globals['_CREATEAPIGATEWAYREQUEST']._serialized_end=
|
|
129
|
-
_globals['_CREATEAPIGATEWAYREQUEST_LABELSENTRY']._serialized_start=
|
|
130
|
-
_globals['_CREATEAPIGATEWAYREQUEST_LABELSENTRY']._serialized_end=
|
|
131
|
-
_globals['_CREATEAPIGATEWAYREQUEST_VARIABLESENTRY']._serialized_start=
|
|
132
|
-
_globals['_CREATEAPIGATEWAYREQUEST_VARIABLESENTRY']._serialized_end=
|
|
133
|
-
_globals['_UPDATEAPIGATEWAYREQUEST']._serialized_start=
|
|
134
|
-
_globals['_UPDATEAPIGATEWAYREQUEST']._serialized_end=
|
|
135
|
-
_globals['_UPDATEAPIGATEWAYREQUEST_LABELSENTRY']._serialized_start=
|
|
136
|
-
_globals['_UPDATEAPIGATEWAYREQUEST_LABELSENTRY']._serialized_end=
|
|
137
|
-
_globals['_UPDATEAPIGATEWAYREQUEST_VARIABLESENTRY']._serialized_start=
|
|
138
|
-
_globals['_UPDATEAPIGATEWAYREQUEST_VARIABLESENTRY']._serialized_end=
|
|
139
|
-
_globals['_DELETEAPIGATEWAYREQUEST']._serialized_start=
|
|
140
|
-
_globals['_DELETEAPIGATEWAYREQUEST']._serialized_end=
|
|
141
|
-
_globals['_ADDDOMAINREQUEST']._serialized_start=
|
|
142
|
-
_globals['_ADDDOMAINREQUEST']._serialized_end=
|
|
143
|
-
_globals['_REMOVEDOMAINREQUEST']._serialized_start=
|
|
144
|
-
_globals['_REMOVEDOMAINREQUEST']._serialized_end=
|
|
145
|
-
_globals['_CREATEAPIGATEWAYMETADATA']._serialized_start=
|
|
146
|
-
_globals['_CREATEAPIGATEWAYMETADATA']._serialized_end=
|
|
147
|
-
_globals['_UPDATEAPIGATEWAYMETADATA']._serialized_start=
|
|
148
|
-
_globals['_UPDATEAPIGATEWAYMETADATA']._serialized_end=
|
|
149
|
-
_globals['_DELETEAPIGATEWAYMETADATA']._serialized_start=
|
|
150
|
-
_globals['_DELETEAPIGATEWAYMETADATA']._serialized_end=
|
|
151
|
-
_globals['_ADDDOMAINMETADATA']._serialized_start=
|
|
152
|
-
_globals['_ADDDOMAINMETADATA']._serialized_end=
|
|
153
|
-
_globals['_REMOVEDOMAINMETADATA']._serialized_start=
|
|
154
|
-
_globals['_REMOVEDOMAINMETADATA']._serialized_end=
|
|
155
|
-
_globals['_LISTOPERATIONSREQUEST']._serialized_start=
|
|
156
|
-
_globals['_LISTOPERATIONSREQUEST']._serialized_end=
|
|
157
|
-
_globals['_LISTOPERATIONSRESPONSE']._serialized_start=
|
|
158
|
-
_globals['_LISTOPERATIONSRESPONSE']._serialized_end=
|
|
159
|
-
_globals['_GETOPENAPISPECREQUEST']._serialized_start=
|
|
160
|
-
_globals['_GETOPENAPISPECREQUEST']._serialized_end=
|
|
161
|
-
_globals['_GETOPENAPISPECREQUEST_FORMAT']._serialized_start=
|
|
162
|
-
_globals['_GETOPENAPISPECREQUEST_FORMAT']._serialized_end=
|
|
163
|
-
_globals['_GETOPENAPISPECRESPONSE']._serialized_start=
|
|
164
|
-
_globals['_GETOPENAPISPECRESPONSE']._serialized_end=
|
|
165
|
-
_globals['_APIGATEWAYSERVICE']._serialized_start=
|
|
166
|
-
_globals['_APIGATEWAYSERVICE']._serialized_end=
|
|
128
|
+
_globals['_CREATEAPIGATEWAYREQUEST']._serialized_end=1540
|
|
129
|
+
_globals['_CREATEAPIGATEWAYREQUEST_LABELSENTRY']._serialized_start=1377
|
|
130
|
+
_globals['_CREATEAPIGATEWAYREQUEST_LABELSENTRY']._serialized_end=1422
|
|
131
|
+
_globals['_CREATEAPIGATEWAYREQUEST_VARIABLESENTRY']._serialized_start=1424
|
|
132
|
+
_globals['_CREATEAPIGATEWAYREQUEST_VARIABLESENTRY']._serialized_end=1526
|
|
133
|
+
_globals['_UPDATEAPIGATEWAYREQUEST']._serialized_start=1543
|
|
134
|
+
_globals['_UPDATEAPIGATEWAYREQUEST']._serialized_end=2457
|
|
135
|
+
_globals['_UPDATEAPIGATEWAYREQUEST_LABELSENTRY']._serialized_start=1377
|
|
136
|
+
_globals['_UPDATEAPIGATEWAYREQUEST_LABELSENTRY']._serialized_end=1422
|
|
137
|
+
_globals['_UPDATEAPIGATEWAYREQUEST_VARIABLESENTRY']._serialized_start=1424
|
|
138
|
+
_globals['_UPDATEAPIGATEWAYREQUEST_VARIABLESENTRY']._serialized_end=1526
|
|
139
|
+
_globals['_DELETEAPIGATEWAYREQUEST']._serialized_start=2459
|
|
140
|
+
_globals['_DELETEAPIGATEWAYREQUEST']._serialized_end=2514
|
|
141
|
+
_globals['_ADDDOMAINREQUEST']._serialized_start=2516
|
|
142
|
+
_globals['_ADDDOMAINREQUEST']._serialized_end=2615
|
|
143
|
+
_globals['_REMOVEDOMAINREQUEST']._serialized_start=2617
|
|
144
|
+
_globals['_REMOVEDOMAINREQUEST']._serialized_end=2693
|
|
145
|
+
_globals['_CREATEAPIGATEWAYMETADATA']._serialized_start=2695
|
|
146
|
+
_globals['_CREATEAPIGATEWAYMETADATA']._serialized_end=2745
|
|
147
|
+
_globals['_UPDATEAPIGATEWAYMETADATA']._serialized_start=2747
|
|
148
|
+
_globals['_UPDATEAPIGATEWAYMETADATA']._serialized_end=2797
|
|
149
|
+
_globals['_DELETEAPIGATEWAYMETADATA']._serialized_start=2799
|
|
150
|
+
_globals['_DELETEAPIGATEWAYMETADATA']._serialized_end=2849
|
|
151
|
+
_globals['_ADDDOMAINMETADATA']._serialized_start=2851
|
|
152
|
+
_globals['_ADDDOMAINMETADATA']._serialized_end=2958
|
|
153
|
+
_globals['_REMOVEDOMAINMETADATA']._serialized_start=2960
|
|
154
|
+
_globals['_REMOVEDOMAINMETADATA']._serialized_end=3025
|
|
155
|
+
_globals['_LISTOPERATIONSREQUEST']._serialized_start=3028
|
|
156
|
+
_globals['_LISTOPERATIONSREQUEST']._serialized_end=3171
|
|
157
|
+
_globals['_LISTOPERATIONSRESPONSE']._serialized_start=3173
|
|
158
|
+
_globals['_LISTOPERATIONSRESPONSE']._serialized_end=3277
|
|
159
|
+
_globals['_GETOPENAPISPECREQUEST']._serialized_start=3280
|
|
160
|
+
_globals['_GETOPENAPISPECREQUEST']._serialized_end=3472
|
|
161
|
+
_globals['_GETOPENAPISPECREQUEST_FORMAT']._serialized_start=3420
|
|
162
|
+
_globals['_GETOPENAPISPECREQUEST_FORMAT']._serialized_end=3472
|
|
163
|
+
_globals['_GETOPENAPISPECRESPONSE']._serialized_start=3474
|
|
164
|
+
_globals['_GETOPENAPISPECRESPONSE']._serialized_end=3544
|
|
165
|
+
_globals['_APIGATEWAYSERVICE']._serialized_start=3547
|
|
166
|
+
_globals['_APIGATEWAYSERVICE']._serialized_end=6069
|
|
167
167
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -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
|
|
@@ -32,7 +32,7 @@ from yandex.cloud.serverless.containers.v1 import container_pb2 as yandex_dot_cl
|
|
|
32
32
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
33
33
|
|
|
34
34
|
|
|
35
|
-
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\"\
|
|
35
|
+
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\"\xd9\x08\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.Mount\x12?\n\x07runtime\x18\x11 \x01(\x0b\x32..yandex.cloud.serverless.containers.v1.Runtime\x12P\n\x10metadata_options\x18\x12 \x01(\x0b\x32\x36.yandex.cloud.serverless.containers.v1.MetadataOptions\x12]\n\x17\x61sync_invocation_config\x18\x13 \x01(\x0b\x32<.yandex.cloud.serverless.containers.v1.AsyncInvocationConfigJ\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')
|
|
36
36
|
|
|
37
37
|
_globals = globals()
|
|
38
38
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -157,21 +157,21 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
157
157
|
_globals['_LISTCONTAINERSREVISIONSRESPONSE']._serialized_start=1856
|
|
158
158
|
_globals['_LISTCONTAINERSREVISIONSRESPONSE']._serialized_end=1982
|
|
159
159
|
_globals['_DEPLOYCONTAINERREVISIONREQUEST']._serialized_start=1985
|
|
160
|
-
_globals['_DEPLOYCONTAINERREVISIONREQUEST']._serialized_end=
|
|
161
|
-
_globals['_IMAGESPEC']._serialized_start=
|
|
162
|
-
_globals['_IMAGESPEC']._serialized_end=
|
|
163
|
-
_globals['_IMAGESPEC_ENVIRONMENTENTRY']._serialized_start=
|
|
164
|
-
_globals['_IMAGESPEC_ENVIRONMENTENTRY']._serialized_end=
|
|
165
|
-
_globals['_DEPLOYCONTAINERREVISIONMETADATA']._serialized_start=
|
|
166
|
-
_globals['_DEPLOYCONTAINERREVISIONMETADATA']._serialized_end=
|
|
167
|
-
_globals['_ROLLBACKCONTAINERREQUEST']._serialized_start=
|
|
168
|
-
_globals['_ROLLBACKCONTAINERREQUEST']._serialized_end=
|
|
169
|
-
_globals['_ROLLBACKCONTAINERMETADATA']._serialized_start=
|
|
170
|
-
_globals['_ROLLBACKCONTAINERMETADATA']._serialized_end=
|
|
171
|
-
_globals['_LISTCONTAINEROPERATIONSREQUEST']._serialized_start=
|
|
172
|
-
_globals['_LISTCONTAINEROPERATIONSREQUEST']._serialized_end=
|
|
173
|
-
_globals['_LISTCONTAINEROPERATIONSRESPONSE']._serialized_start=
|
|
174
|
-
_globals['_LISTCONTAINEROPERATIONSRESPONSE']._serialized_end=
|
|
175
|
-
_globals['_CONTAINERSERVICE']._serialized_start=
|
|
176
|
-
_globals['_CONTAINERSERVICE']._serialized_end=
|
|
160
|
+
_globals['_DEPLOYCONTAINERREVISIONREQUEST']._serialized_end=3098
|
|
161
|
+
_globals['_IMAGESPEC']._serialized_start=3101
|
|
162
|
+
_globals['_IMAGESPEC']._serialized_end=3461
|
|
163
|
+
_globals['_IMAGESPEC_ENVIRONMENTENTRY']._serialized_start=3411
|
|
164
|
+
_globals['_IMAGESPEC_ENVIRONMENTENTRY']._serialized_end=3461
|
|
165
|
+
_globals['_DEPLOYCONTAINERREVISIONMETADATA']._serialized_start=3463
|
|
166
|
+
_globals['_DEPLOYCONTAINERREVISIONMETADATA']._serialized_end=3527
|
|
167
|
+
_globals['_ROLLBACKCONTAINERREQUEST']._serialized_start=3529
|
|
168
|
+
_globals['_ROLLBACKCONTAINERREQUEST']._serialized_end=3610
|
|
169
|
+
_globals['_ROLLBACKCONTAINERMETADATA']._serialized_start=3612
|
|
170
|
+
_globals['_ROLLBACKCONTAINERMETADATA']._serialized_end=3682
|
|
171
|
+
_globals['_LISTCONTAINEROPERATIONSREQUEST']._serialized_start=3685
|
|
172
|
+
_globals['_LISTCONTAINEROPERATIONSREQUEST']._serialized_end=3835
|
|
173
|
+
_globals['_LISTCONTAINEROPERATIONSRESPONSE']._serialized_start=3837
|
|
174
|
+
_globals['_LISTCONTAINEROPERATIONSRESPONSE']._serialized_end=3950
|
|
175
|
+
_globals['_CONTAINERSERVICE']._serialized_start=3953
|
|
176
|
+
_globals['_CONTAINERSERVICE']._serialized_end=6622
|
|
177
177
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -404,6 +404,7 @@ class DeployContainerRevisionRequest(google.protobuf.message.Message):
|
|
|
404
404
|
MOUNTS_FIELD_NUMBER: builtins.int
|
|
405
405
|
RUNTIME_FIELD_NUMBER: builtins.int
|
|
406
406
|
METADATA_OPTIONS_FIELD_NUMBER: builtins.int
|
|
407
|
+
ASYNC_INVOCATION_CONFIG_FIELD_NUMBER: builtins.int
|
|
407
408
|
container_id: builtins.str
|
|
408
409
|
"""ID of the container to create a revision for.
|
|
409
410
|
|
|
@@ -466,12 +467,16 @@ class DeployContainerRevisionRequest(google.protobuf.message.Message):
|
|
|
466
467
|
|
|
467
468
|
@property
|
|
468
469
|
def runtime(self) -> yandex.cloud.serverless.containers.v1.container_pb2.Runtime:
|
|
469
|
-
"""The container's execution mode"""
|
|
470
|
+
"""The container's execution mode."""
|
|
470
471
|
|
|
471
472
|
@property
|
|
472
473
|
def metadata_options(self) -> yandex.cloud.serverless.containers.v1.container_pb2.MetadataOptions:
|
|
473
474
|
"""Metadata options for the revision."""
|
|
474
475
|
|
|
476
|
+
@property
|
|
477
|
+
def async_invocation_config(self) -> yandex.cloud.serverless.containers.v1.container_pb2.AsyncInvocationConfig:
|
|
478
|
+
"""Config for asynchronous invocations of the revision."""
|
|
479
|
+
|
|
475
480
|
def __init__(
|
|
476
481
|
self,
|
|
477
482
|
*,
|
|
@@ -491,9 +496,10 @@ class DeployContainerRevisionRequest(google.protobuf.message.Message):
|
|
|
491
496
|
mounts: collections.abc.Iterable[yandex.cloud.serverless.containers.v1.container_pb2.Mount] | None = ...,
|
|
492
497
|
runtime: yandex.cloud.serverless.containers.v1.container_pb2.Runtime | None = ...,
|
|
493
498
|
metadata_options: yandex.cloud.serverless.containers.v1.container_pb2.MetadataOptions | None = ...,
|
|
499
|
+
async_invocation_config: yandex.cloud.serverless.containers.v1.container_pb2.AsyncInvocationConfig | None = ...,
|
|
494
500
|
) -> None: ...
|
|
495
|
-
def HasField(self, field_name: typing.Literal["connectivity", b"connectivity", "execution_timeout", b"execution_timeout", "image_spec", b"image_spec", "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: ...
|
|
496
|
-
def ClearField(self, field_name: typing.Literal["concurrency", b"concurrency", "connectivity", b"connectivity", "container_id", b"container_id", "description", b"description", "execution_timeout", b"execution_timeout", "image_spec", b"image_spec", "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", "storage_mounts", b"storage_mounts"]) -> None: ...
|
|
501
|
+
def HasField(self, field_name: typing.Literal["async_invocation_config", b"async_invocation_config", "connectivity", b"connectivity", "execution_timeout", b"execution_timeout", "image_spec", b"image_spec", "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: ...
|
|
502
|
+
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", "description", b"description", "execution_timeout", b"execution_timeout", "image_spec", b"image_spec", "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", "storage_mounts", b"storage_mounts"]) -> None: ...
|
|
497
503
|
|
|
498
504
|
global___DeployContainerRevisionRequest = DeployContainerRevisionRequest
|
|
499
505
|
|