yandexcloud 0.364.0__py3-none-any.whl → 0.367.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/access/access_pb2.py +5 -3
- yandex/cloud/access/access_pb2.pyi +24 -0
- yandex/cloud/apploadbalancer/v1/backend_group_pb2.py +34 -32
- yandex/cloud/apploadbalancer/v1/backend_group_pb2.pyi +9 -1
- yandex/cloud/audittrails/v1/trail_pb2.py +9 -11
- yandex/cloud/audittrails/v1/trail_pb2.pyi +1 -5
- yandex/cloud/backup/v1/policy_pb2.py +9 -9
- yandex/cloud/backup/v1/policy_pb2.pyi +8 -0
- yandex/cloud/baremetal/v1alpha/standard_image_pb2.py +37 -0
- yandex/cloud/baremetal/v1alpha/standard_image_pb2.pyi +37 -0
- yandex/cloud/baremetal/v1alpha/standard_image_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/standard_image_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/standard_image_service_pb2.py +56 -0
- yandex/cloud/baremetal/v1alpha/standard_image_service_pb2.pyi +118 -0
- yandex/cloud/baremetal/v1alpha/standard_image_service_pb2_grpc.py +148 -0
- yandex/cloud/baremetal/v1alpha/standard_image_service_pb2_grpc.pyi +80 -0
- yandex/cloud/cloudregistry/v1/lifecycle_policy_pb2.py +60 -0
- yandex/cloud/cloudregistry/v1/lifecycle_policy_pb2.pyi +353 -0
- yandex/cloud/cloudregistry/v1/lifecycle_policy_pb2_grpc.py +24 -0
- yandex/cloud/cloudregistry/v1/lifecycle_policy_pb2_grpc.pyi +17 -0
- yandex/cloud/cloudregistry/v1/lifecycle_policy_service_pb2.py +106 -0
- yandex/cloud/cloudregistry/v1/lifecycle_policy_service_pb2.pyi +238 -0
- yandex/cloud/cloudregistry/v1/lifecycle_policy_service_pb2_grpc.py +324 -0
- yandex/cloud/cloudregistry/v1/lifecycle_policy_service_pb2_grpc.pyi +153 -0
- yandex/cloud/compute/v1/instance_service_pb2.pyi +8 -1
- yandex/cloud/connectionmanager/v1/connection_pb2.py +12 -11
- yandex/cloud/connectionmanager/v1/connection_pb2.pyi +10 -3
- yandex/cloud/connectionmanager/v1/storedoc_pb2.py +50 -0
- yandex/cloud/connectionmanager/v1/storedoc_pb2.pyi +172 -0
- yandex/cloud/connectionmanager/v1/storedoc_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/storedoc_pb2_grpc.pyi +17 -0
- yandex/cloud/dns/v1/dns_zone_service_pb2.py +37 -27
- yandex/cloud/dns/v1/dns_zone_service_pb2.pyi +42 -0
- yandex/cloud/dns/v1/dns_zone_service_pb2_grpc.py +44 -0
- yandex/cloud/dns/v1/dns_zone_service_pb2_grpc.pyi +20 -0
- yandex/cloud/gitlab/v1/package_options_pb2.py +35 -0
- yandex/cloud/gitlab/v1/package_options_pb2.pyi +8 -0
- yandex/cloud/gitlab/v1/package_options_pb2_grpc.py +24 -0
- yandex/cloud/gitlab/v1/package_options_pb2_grpc.pyi +17 -0
- yandex/cloud/iam/v1/access_policy_template_service_pb2.py +50 -0
- yandex/cloud/iam/v1/access_policy_template_service_pb2.pyi +67 -0
- yandex/cloud/iam/v1/access_policy_template_service_pb2_grpc.py +98 -0
- yandex/cloud/iam/v1/access_policy_template_service_pb2_grpc.pyi +44 -0
- yandex/cloud/iam/v1/workload/federated_credential_service_pb2.py +11 -11
- yandex/cloud/kms/v1/symmetric_key_pb2.py +3 -3
- yandex/cloud/kms/v1/symmetric_key_pb2.pyi +4 -0
- yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2.py +184 -177
- yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/greenplum/v1/cluster_pb2.py +16 -16
- yandex/cloud/mdb/greenplum/v1/cluster_pb2.pyi +3 -15
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.py +98 -91
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.pyi +3 -15
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/greenplum/v1/config_pb2.py +11 -29
- yandex/cloud/mdb/greenplum/v1/config_pb2.pyi +0 -399
- yandex/cloud/mdb/kafka/v1/cluster_pb2.py +28 -28
- yandex/cloud/mdb/kafka/v1/cluster_pb2.pyi +5 -1
- yandex/cloud/mdb/kafka/v1/cluster_service_pb2.py +70 -63
- yandex/cloud/mdb/kafka/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/kafka/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/mongodb/v1/cluster_service_pb2.py +248 -241
- yandex/cloud/mdb/mongodb/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/mongodb/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/mongodb/v1/config/mongodb3_6_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb4_0_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb4_2_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb4_4_enterprise_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb4_4_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb5_0_enterprise_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb5_0_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb6_0_enterprise_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb6_0_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.py +65 -99
- yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.pyi +21 -426
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2.py +110 -103
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.py +146 -139
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.py +114 -107
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/redis/v1/cluster_service_pb2.py +132 -125
- yandex/cloud/mdb/redis/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/redis/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2.py +136 -129
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/__init__.py +0 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/application_pb2.py +100 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/application_pb2.pyi +487 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/application_pb2_grpc.py +24 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/application_pb2_grpc.pyi +17 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/application_service_pb2.py +198 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/application_service_pb2.pyi +733 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/application_service_pb2_grpc.py +678 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/application_service_pb2_grpc.pyi +322 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_pb2.py +40 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_pb2.pyi +103 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_pb2_grpc.py +24 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_pb2_grpc.pyi +17 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_service_pb2.py +95 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_service_pb2.pyi +220 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_service_pb2_grpc.py +281 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_service_pb2_grpc.pyi +141 -0
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2.py +29 -3
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2.pyi +132 -0
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2_grpc.py +90 -0
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2_grpc.pyi +52 -0
- yandex/cloud/searchapi/v2/gen_search_service_pb2.py +10 -10
- yandex/cloud/searchapi/v2/gen_search_service_pb2.pyi +5 -1
- yandex/cloud/searchapi/v2/wordstat_service_pb2.py +96 -0
- yandex/cloud/searchapi/v2/wordstat_service_pb2.pyi +344 -0
- yandex/cloud/searchapi/v2/wordstat_service_pb2_grpc.py +189 -0
- yandex/cloud/searchapi/v2/wordstat_service_pb2_grpc.pyi +90 -0
- yandex/cloud/serverless/mcpgateway/__init__.py +0 -0
- yandex/cloud/serverless/mcpgateway/v1/__init__.py +0 -0
- yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_pb2.py +152 -0
- yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_pb2.pyi +780 -0
- yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_pb2_grpc.py +24 -0
- yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_pb2_grpc.pyi +17 -0
- yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_service_pb2.py +134 -0
- yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_service_pb2.pyi +390 -0
- yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_service_pb2_grpc.py +456 -0
- yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_service_pb2_grpc.pyi +213 -0
- yandex/cloud/serverless/mcpgateway/v1/package_options_pb2.py +35 -0
- yandex/cloud/serverless/mcpgateway/v1/package_options_pb2.pyi +8 -0
- yandex/cloud/serverless/mcpgateway/v1/package_options_pb2_grpc.py +24 -0
- yandex/cloud/serverless/mcpgateway/v1/package_options_pb2_grpc.pyi +17 -0
- yandex/cloud/serverless/workflows/v1/execution_service_pb2.py +3 -3
- yandex/cloud/serverless/workflows/v1/workflow_service_pb2.py +38 -31
- yandex/cloud/serverless/workflows/v1/workflow_service_pb2_grpc.py +133 -0
- yandex/cloud/serverless/workflows/v1/workflow_service_pb2_grpc.pyi +61 -0
- yandex/cloud/trino/v1/cluster_pb2.py +46 -45
- 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/trino/v1/resource_management_pb2.py +66 -0
- yandex/cloud/trino/v1/resource_management_pb2.pyi +257 -0
- yandex/cloud/trino/v1/resource_management_pb2_grpc.py +24 -0
- yandex/cloud/trino/v1/resource_management_pb2_grpc.pyi +17 -0
- yandex/cloud/video/v1/style_preset_service_pb2.py +20 -20
- yandexcloud/__init__.py +1 -1
- {yandexcloud-0.364.0.dist-info → yandexcloud-0.367.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.364.0.dist-info → yandexcloud-0.367.0.dist-info}/RECORD +152 -85
- {yandexcloud-0.364.0.dist-info → yandexcloud-0.367.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.364.0.dist-info → yandexcloud-0.367.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.364.0.dist-info → yandexcloud-0.367.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.364.0.dist-info → yandexcloud-0.367.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: yandex/cloud/serverless/mcpgateway/v1/package_options.proto
|
|
5
|
+
# Protobuf Python Version: 5.29.0
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
5,
|
|
15
|
+
29,
|
|
16
|
+
0,
|
|
17
|
+
'',
|
|
18
|
+
'yandex/cloud/serverless/mcpgateway/v1/package_options.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n;yandex/cloud/serverless/mcpgateway/v1/package_options.proto\x12%yandex.cloud.serverless.mcpgateway.v1BVZTgithub.com/yandex-cloud/go-genproto/yandex/cloud/serverless/mcpgateway/v1;mcpgatewayb\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.serverless.mcpgateway.v1.package_options_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
34
|
+
_globals['DESCRIPTOR']._serialized_options = b'ZTgithub.com/yandex-cloud/go-genproto/yandex/cloud/serverless/mcpgateway/v1;mcpgateway'
|
|
35
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
import warnings
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
GRPC_GENERATED_VERSION = '1.70.0'
|
|
8
|
+
GRPC_VERSION = grpc.__version__
|
|
9
|
+
_version_not_supported = False
|
|
10
|
+
|
|
11
|
+
try:
|
|
12
|
+
from grpc._utilities import first_version_is_lower
|
|
13
|
+
_version_not_supported = first_version_is_lower(GRPC_VERSION, GRPC_GENERATED_VERSION)
|
|
14
|
+
except ImportError:
|
|
15
|
+
_version_not_supported = True
|
|
16
|
+
|
|
17
|
+
if _version_not_supported:
|
|
18
|
+
raise RuntimeError(
|
|
19
|
+
f'The grpc package installed is at version {GRPC_VERSION},'
|
|
20
|
+
+ f' but the generated code in yandex/cloud/serverless/mcpgateway/v1/package_options_pb2_grpc.py depends on'
|
|
21
|
+
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
|
22
|
+
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
|
23
|
+
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
|
24
|
+
)
|
|
@@ -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
|
+
...
|
|
@@ -28,7 +28,7 @@ from yandex.cloud.serverless.workflows.v1 import history_entry_pb2 as yandex_dot
|
|
|
28
28
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n<yandex/cloud/serverless/workflows/v1/execution_service.proto\x12$yandex.cloud.serverless.workflows.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x34yandex/cloud/serverless/workflows/v1/execution.proto\x1a\x38yandex/cloud/serverless/workflows/v1/history_entry.proto\x1a\x1dyandex/cloud/validation.proto\"}\n\x15StartExecutionRequest\x12\x19\n\x0bworkflow_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x43\n\x05input\x18\x03 \x01(\x0b\x32\x34.yandex.cloud.serverless.workflows.v1.ExecutionInputJ\x04\x08\x02\x10\x03\".\n\x16StartExecutionResponse\x12\x14\n\x0c\x65xecution_id\x18\x01 \x01(\t\"2\n\x14StopExecutionRequest\x12\x1a\n\x0c\x65xecution_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"-\n\x15StopExecutionResponse\x12\x14\n\x0c\x65xecution_id\x18\x01 \x01(\t\"7\n\x19TerminateExecutionRequest\x12\x1a\n\x0c\x65xecution_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"2\n\x1aTerminateExecutionResponse\x12\x14\n\x0c\x65xecution_id\x18\x01 \x01(\t\"1\n\x13GetExecutionRequest\x12\x1a\n\x0c\x65xecution_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"Z\n\x14GetExecutionResponse\x12\x42\n\texecution\x18\x01 \x01(\x0b\x32/.yandex.cloud.serverless.workflows.v1.Execution\"8\n\x1aGetExecutionHistoryRequest\x12\x1a\n\x0c\x65xecution_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"\xb5\x01\n\x1bGetExecutionHistoryResponse\x12I\n\texecution\x18\x01 \x01(\x0b\x32\x36.yandex.cloud.serverless.workflows.v1.ExecutionPreview\x12K\n\x07\x65ntries\x18\x02 \x03(\x0b\x32\x32.yandex.cloud.serverless.workflows.v1.HistoryEntryB\x06\x82\xc8\x31\x02>0\"{\n\x15ListExecutionsRequest\x12\x19\n\x0bworkflow_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12#\n\tpage_size\x18\x02 \x01(\x03\x42\x10\xfa\xc7\x31\x0c\x30-2147483647\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\"}\n\x16ListExecutionsResponse\x12J\n\nexecutions\x18\x01 \x03(\x0b\x32\x36.yandex.cloud.serverless.workflows.v1.ExecutionPreview\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\
|
|
31
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n<yandex/cloud/serverless/workflows/v1/execution_service.proto\x12$yandex.cloud.serverless.workflows.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x34yandex/cloud/serverless/workflows/v1/execution.proto\x1a\x38yandex/cloud/serverless/workflows/v1/history_entry.proto\x1a\x1dyandex/cloud/validation.proto\"}\n\x15StartExecutionRequest\x12\x19\n\x0bworkflow_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x43\n\x05input\x18\x03 \x01(\x0b\x32\x34.yandex.cloud.serverless.workflows.v1.ExecutionInputJ\x04\x08\x02\x10\x03\".\n\x16StartExecutionResponse\x12\x14\n\x0c\x65xecution_id\x18\x01 \x01(\t\"2\n\x14StopExecutionRequest\x12\x1a\n\x0c\x65xecution_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"-\n\x15StopExecutionResponse\x12\x14\n\x0c\x65xecution_id\x18\x01 \x01(\t\"7\n\x19TerminateExecutionRequest\x12\x1a\n\x0c\x65xecution_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"2\n\x1aTerminateExecutionResponse\x12\x14\n\x0c\x65xecution_id\x18\x01 \x01(\t\"1\n\x13GetExecutionRequest\x12\x1a\n\x0c\x65xecution_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"Z\n\x14GetExecutionResponse\x12\x42\n\texecution\x18\x01 \x01(\x0b\x32/.yandex.cloud.serverless.workflows.v1.Execution\"8\n\x1aGetExecutionHistoryRequest\x12\x1a\n\x0c\x65xecution_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"\xb5\x01\n\x1bGetExecutionHistoryResponse\x12I\n\texecution\x18\x01 \x01(\x0b\x32\x36.yandex.cloud.serverless.workflows.v1.ExecutionPreview\x12K\n\x07\x65ntries\x18\x02 \x03(\x0b\x32\x32.yandex.cloud.serverless.workflows.v1.HistoryEntryB\x06\x82\xc8\x31\x02>0\"{\n\x15ListExecutionsRequest\x12\x19\n\x0bworkflow_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12#\n\tpage_size\x18\x02 \x01(\x03\x42\x10\xfa\xc7\x31\x0c\x30-2147483647\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\"}\n\x16ListExecutionsResponse\x12J\n\nexecutions\x18\x01 \x03(\x0b\x32\x36.yandex.cloud.serverless.workflows.v1.ExecutionPreview\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\xa4\t\n\x10\x45xecutionService\x12\xed\x01\n\x05Start\x12;.yandex.cloud.serverless.workflows.v1.StartExecutionRequest\x1a<.yandex.cloud.serverless.workflows.v1.StartExecutionResponse\"i\x82\xd3\xe4\x93\x02\x63\"\x1d/workflows/v1/execution/start:\x01*Z?\"+/workflows/v1/execution/{workflow_id}/start:\x10input.input_json\x12\xb4\x01\n\x04Stop\x12:.yandex.cloud.serverless.workflows.v1.StopExecutionRequest\x1a;.yandex.cloud.serverless.workflows.v1.StopExecutionResponse\"3\x82\xd3\xe4\x93\x02-\"+/workflows/v1/execution/{execution_id}/stop\x12\xc8\x01\n\tTerminate\x12?.yandex.cloud.serverless.workflows.v1.TerminateExecutionRequest\x1a@.yandex.cloud.serverless.workflows.v1.TerminateExecutionResponse\"8\x82\xd3\xe4\x93\x02\x32\"0/workflows/v1/execution/{execution_id}/terminate\x12\xac\x01\n\x03Get\x12\x39.yandex.cloud.serverless.workflows.v1.GetExecutionRequest\x1a:.yandex.cloud.serverless.workflows.v1.GetExecutionResponse\".\x82\xd3\xe4\x93\x02(\x12&/workflows/v1/execution/{execution_id}\x12\xc9\x01\n\nGetHistory\x12@.yandex.cloud.serverless.workflows.v1.GetExecutionHistoryRequest\x1a\x41.yandex.cloud.serverless.workflows.v1.GetExecutionHistoryResponse\"6\x82\xd3\xe4\x93\x02\x30\x12./workflows/v1/execution/{execution_id}/history\x12\xa2\x01\n\x04List\x12;.yandex.cloud.serverless.workflows.v1.ListExecutionsRequest\x1a<.yandex.cloud.serverless.workflows.v1.ListExecutionsResponse\"\x1f\x82\xd3\xe4\x93\x02\x19\x12\x17/workflows/v1/executionB~\n(yandex.cloud.api.serverless.workflows.v1ZRgithub.com/yandex-cloud/go-genproto/yandex/cloud/serverless/workflows/v1;workflowsb\x06proto3')
|
|
32
32
|
|
|
33
33
|
_globals = globals()
|
|
34
34
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -53,7 +53,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
53
53
|
_globals['_LISTEXECUTIONSREQUEST'].fields_by_name['page_size']._loaded_options = None
|
|
54
54
|
_globals['_LISTEXECUTIONSREQUEST'].fields_by_name['page_size']._serialized_options = b'\372\3071\0140-2147483647'
|
|
55
55
|
_globals['_EXECUTIONSERVICE'].methods_by_name['Start']._loaded_options = None
|
|
56
|
-
_globals['_EXECUTIONSERVICE'].methods_by_name['Start']._serialized_options = b'\202\323\344\223\
|
|
56
|
+
_globals['_EXECUTIONSERVICE'].methods_by_name['Start']._serialized_options = b'\202\323\344\223\002c\"\035/workflows/v1/execution/start:\001*Z?\"+/workflows/v1/execution/{workflow_id}/start:\020input.input_json'
|
|
57
57
|
_globals['_EXECUTIONSERVICE'].methods_by_name['Stop']._loaded_options = None
|
|
58
58
|
_globals['_EXECUTIONSERVICE'].methods_by_name['Stop']._serialized_options = b'\202\323\344\223\002-\"+/workflows/v1/execution/{execution_id}/stop'
|
|
59
59
|
_globals['_EXECUTIONSERVICE'].methods_by_name['Terminate']._loaded_options = None
|
|
@@ -89,5 +89,5 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
89
89
|
_globals['_LISTEXECUTIONSRESPONSE']._serialized_start=1168
|
|
90
90
|
_globals['_LISTEXECUTIONSRESPONSE']._serialized_end=1293
|
|
91
91
|
_globals['_EXECUTIONSERVICE']._serialized_start=1296
|
|
92
|
-
_globals['_EXECUTIONSERVICE']._serialized_end=
|
|
92
|
+
_globals['_EXECUTIONSERVICE']._serialized_end=2484
|
|
93
93
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -24,13 +24,14 @@ _sym_db = _symbol_database.Default()
|
|
|
24
24
|
|
|
25
25
|
from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
|
|
26
26
|
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
27
|
+
from yandex.cloud.access import access_pb2 as yandex_dot_cloud_dot_access_dot_access__pb2
|
|
27
28
|
from yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
|
|
28
29
|
from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
|
|
29
30
|
from yandex.cloud.serverless.workflows.v1 import workflow_pb2 as yandex_dot_cloud_dot_serverless_dot_workflows_dot_v1_dot_workflow__pb2
|
|
30
31
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
31
32
|
|
|
32
33
|
|
|
33
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n;yandex/cloud/serverless/workflows/v1/workflow_service.proto\x12$yandex.cloud.serverless.workflows.v1\x1a google/protobuf/field_mask.proto\x1a\x1cgoogle/api/annotations.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x33yandex/cloud/serverless/workflows/v1/workflow.proto\x1a\x1dyandex/cloud/validation.proto\"\x82\x05\n\x15\x43reateWorkflowRequest\x12\x17\n\tfolder_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x36\n\x04name\x18\x02 \x01(\tB(\xe8\xc7\x31\x01\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\x9c\x01\n\x06labels\x18\x04 \x03(\x0b\x32G.yandex.cloud.serverless.workflows.v1.CreateWorkflowRequest.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\x12X\n\rspecification\x18\x05 \x01(\x0b\x32;.yandex.cloud.serverless.workflows.v1.WorkflowSpecificationB\x04\xe8\xc7\x31\x01\x12\x45\n\x0blog_options\x18\x06 \x01(\x0b\x32\x30.yandex.cloud.serverless.workflows.v1.LogOptions\x12\x12\n\nnetwork_id\x18\x07 \x01(\t\x12\x1a\n\x12service_account_id\x18\x08 \x01(\t\x12\x0f\n\x07\x65xpress\x18\t \x01(\x08\x12H\n\x08schedule\x18\n \x01(\x0b\x32\x36.yandex.cloud.serverless.workflows.v1.WorkflowSchedule\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"3\n\x16\x43reateWorkflowMetadata\x12\x19\n\x0bworkflow_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"\xab\x05\n\x15UpdateWorkflowRequest\x12\x19\n\x0bworkflow_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\x9c\x01\n\x06labels\x18\x04 \x03(\x0b\x32G.yandex.cloud.serverless.workflows.v1.UpdateWorkflowRequest.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\x12R\n\rspecification\x18\x05 \x01(\x0b\x32;.yandex.cloud.serverless.workflows.v1.WorkflowSpecification\x12\x45\n\x0blog_options\x18\x06 \x01(\x0b\x32\x30.yandex.cloud.serverless.workflows.v1.LogOptions\x12\x12\n\nnetwork_id\x18\x07 \x01(\t\x12\x1a\n\x12service_account_id\x18\x08 \x01(\t\x12/\n\x0bupdate_mask\x18\t \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x0f\n\x07\x65xpress\x18\n \x01(\x08\x12H\n\x08schedule\x18\x0b \x01(\x0b\x32\x36.yandex.cloud.serverless.workflows.v1.WorkflowSchedule\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"3\n\x16UpdateWorkflowMetadata\x12\x19\n\x0bworkflow_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"/\n\x12GetWorkflowRequest\x12\x19\n\x0bworkflow_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"W\n\x13GetWorkflowResponse\x12@\n\x08workflow\x18\x01 \x01(\x0b\x32..yandex.cloud.serverless.workflows.v1.Workflow\"2\n\x15\x44\x65leteWorkflowRequest\x12\x19\n\x0bworkflow_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"-\n\x16\x44\x65leteWorkflowMetadata\x12\x13\n\x0bworkflow_id\x18\x01 \x01(\t\"f\n\x14ListWorkflowsRequest\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\x15ListWorkflowsResponse\x12H\n\tworkflows\x18\x01 \x03(\x0b\x32\x35.yandex.cloud.serverless.workflows.v1.WorkflowPreview\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x8c\x01\n\x15ListOperationsRequest\x12\x19\n\x0bworkflow_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(\t2\
|
|
34
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n;yandex/cloud/serverless/workflows/v1/workflow_service.proto\x12$yandex.cloud.serverless.workflows.v1\x1a google/protobuf/field_mask.proto\x1a\x1cgoogle/api/annotations.proto\x1a yandex/cloud/access/access.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x33yandex/cloud/serverless/workflows/v1/workflow.proto\x1a\x1dyandex/cloud/validation.proto\"\x82\x05\n\x15\x43reateWorkflowRequest\x12\x17\n\tfolder_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x36\n\x04name\x18\x02 \x01(\tB(\xe8\xc7\x31\x01\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\x9c\x01\n\x06labels\x18\x04 \x03(\x0b\x32G.yandex.cloud.serverless.workflows.v1.CreateWorkflowRequest.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\x12X\n\rspecification\x18\x05 \x01(\x0b\x32;.yandex.cloud.serverless.workflows.v1.WorkflowSpecificationB\x04\xe8\xc7\x31\x01\x12\x45\n\x0blog_options\x18\x06 \x01(\x0b\x32\x30.yandex.cloud.serverless.workflows.v1.LogOptions\x12\x12\n\nnetwork_id\x18\x07 \x01(\t\x12\x1a\n\x12service_account_id\x18\x08 \x01(\t\x12\x0f\n\x07\x65xpress\x18\t \x01(\x08\x12H\n\x08schedule\x18\n \x01(\x0b\x32\x36.yandex.cloud.serverless.workflows.v1.WorkflowSchedule\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"3\n\x16\x43reateWorkflowMetadata\x12\x19\n\x0bworkflow_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"\xab\x05\n\x15UpdateWorkflowRequest\x12\x19\n\x0bworkflow_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\x9c\x01\n\x06labels\x18\x04 \x03(\x0b\x32G.yandex.cloud.serverless.workflows.v1.UpdateWorkflowRequest.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\x12R\n\rspecification\x18\x05 \x01(\x0b\x32;.yandex.cloud.serverless.workflows.v1.WorkflowSpecification\x12\x45\n\x0blog_options\x18\x06 \x01(\x0b\x32\x30.yandex.cloud.serverless.workflows.v1.LogOptions\x12\x12\n\nnetwork_id\x18\x07 \x01(\t\x12\x1a\n\x12service_account_id\x18\x08 \x01(\t\x12/\n\x0bupdate_mask\x18\t \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x0f\n\x07\x65xpress\x18\n \x01(\x08\x12H\n\x08schedule\x18\x0b \x01(\x0b\x32\x36.yandex.cloud.serverless.workflows.v1.WorkflowSchedule\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"3\n\x16UpdateWorkflowMetadata\x12\x19\n\x0bworkflow_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"/\n\x12GetWorkflowRequest\x12\x19\n\x0bworkflow_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"W\n\x13GetWorkflowResponse\x12@\n\x08workflow\x18\x01 \x01(\x0b\x32..yandex.cloud.serverless.workflows.v1.Workflow\"2\n\x15\x44\x65leteWorkflowRequest\x12\x19\n\x0bworkflow_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"-\n\x16\x44\x65leteWorkflowMetadata\x12\x13\n\x0bworkflow_id\x18\x01 \x01(\t\"f\n\x14ListWorkflowsRequest\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\x15ListWorkflowsResponse\x12H\n\tworkflows\x18\x01 \x03(\x0b\x32\x35.yandex.cloud.serverless.workflows.v1.WorkflowPreview\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x8c\x01\n\x15ListOperationsRequest\x12\x19\n\x0bworkflow_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(\t2\xfd\r\n\x0fWorkflowService\x12\xb1\x01\n\x06\x43reate\x12;.yandex.cloud.serverless.workflows.v1.CreateWorkflowRequest\x1a!.yandex.cloud.operation.Operation\"G\xb2\xd2*\"\n\x16\x43reateWorkflowMetadata\x12\x08Workflow\x82\xd3\xe4\x93\x02\x1b\"\x16/workflows/v1/workflow:\x01*\x12\xbf\x01\n\x06Update\x12;.yandex.cloud.serverless.workflows.v1.UpdateWorkflowRequest\x1a!.yandex.cloud.operation.Operation\"U\xb2\xd2*\"\n\x16UpdateWorkflowMetadata\x12\x08Workflow\x82\xd3\xe4\x93\x02)2$/workflows/v1/workflow/{workflow_id}:\x01*\x12\xa8\x01\n\x03Get\x12\x38.yandex.cloud.serverless.workflows.v1.GetWorkflowRequest\x1a\x39.yandex.cloud.serverless.workflows.v1.GetWorkflowResponse\",\x82\xd3\xe4\x93\x02&\x12$/workflows/v1/workflow/{workflow_id}\x12\xc9\x01\n\x06\x44\x65lete\x12;.yandex.cloud.serverless.workflows.v1.DeleteWorkflowRequest\x1a!.yandex.cloud.operation.Operation\"_\xb2\xd2*/\n\x16\x44\x65leteWorkflowMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02&*$/workflows/v1/workflow/{workflow_id}\x12\x9f\x01\n\x04List\x12:.yandex.cloud.serverless.workflows.v1.ListWorkflowsRequest\x1a;.yandex.cloud.serverless.workflows.v1.ListWorkflowsResponse\"\x1e\x82\xd3\xe4\x93\x02\x18\x12\x16/workflows/v1/workflow\x12\xc4\x01\n\x0eListOperations\x12;.yandex.cloud.serverless.workflows.v1.ListOperationsRequest\x1a<.yandex.cloud.serverless.workflows.v1.ListOperationsResponse\"7\x82\xd3\xe4\x93\x02\x31\x12//workflows/v1/workflow/{workflow_id}/operations\x12\xb6\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\"?\x82\xd3\xe4\x93\x02\x39\x12\x37/workflows/v1/workflow/{resource_id}:listAccessBindings\x12\xe5\x01\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"~\xb2\xd2*9\n access.SetAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02;\"6/workflows/v1/workflow/{resource_id}:setAccessBindings:\x01*\x12\xf2\x01\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x84\x01\xb2\xd2*<\n#access.UpdateAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02>\"9/workflows/v1/workflow/{resource_id}:updateAccessBindings:\x01*B~\n(yandex.cloud.api.serverless.workflows.v1ZRgithub.com/yandex-cloud/go-genproto/yandex/cloud/serverless/workflows/v1;workflowsb\x06proto3')
|
|
34
35
|
|
|
35
36
|
_globals = globals()
|
|
36
37
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -90,34 +91,40 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
90
91
|
_globals['_WORKFLOWSERVICE'].methods_by_name['List']._serialized_options = b'\202\323\344\223\002\030\022\026/workflows/v1/workflow'
|
|
91
92
|
_globals['_WORKFLOWSERVICE'].methods_by_name['ListOperations']._loaded_options = None
|
|
92
93
|
_globals['_WORKFLOWSERVICE'].methods_by_name['ListOperations']._serialized_options = b'\202\323\344\223\0021\022//workflows/v1/workflow/{workflow_id}/operations'
|
|
93
|
-
_globals['
|
|
94
|
-
_globals['
|
|
95
|
-
_globals['
|
|
96
|
-
_globals['
|
|
97
|
-
_globals['
|
|
98
|
-
_globals['
|
|
99
|
-
_globals['
|
|
100
|
-
_globals['
|
|
101
|
-
_globals['
|
|
102
|
-
_globals['
|
|
103
|
-
_globals['
|
|
104
|
-
_globals['
|
|
105
|
-
_globals['
|
|
106
|
-
_globals['
|
|
107
|
-
_globals['
|
|
108
|
-
_globals['
|
|
109
|
-
_globals['
|
|
110
|
-
_globals['
|
|
111
|
-
_globals['
|
|
112
|
-
_globals['
|
|
113
|
-
_globals['
|
|
114
|
-
_globals['
|
|
115
|
-
_globals['
|
|
116
|
-
_globals['
|
|
117
|
-
_globals['
|
|
118
|
-
_globals['
|
|
119
|
-
_globals['
|
|
120
|
-
_globals['
|
|
121
|
-
_globals['
|
|
122
|
-
_globals['
|
|
94
|
+
_globals['_WORKFLOWSERVICE'].methods_by_name['ListAccessBindings']._loaded_options = None
|
|
95
|
+
_globals['_WORKFLOWSERVICE'].methods_by_name['ListAccessBindings']._serialized_options = b'\202\323\344\223\0029\0227/workflows/v1/workflow/{resource_id}:listAccessBindings'
|
|
96
|
+
_globals['_WORKFLOWSERVICE'].methods_by_name['SetAccessBindings']._loaded_options = None
|
|
97
|
+
_globals['_WORKFLOWSERVICE'].methods_by_name['SetAccessBindings']._serialized_options = b'\262\322*9\n access.SetAccessBindingsMetadata\022\025google.protobuf.Empty\202\323\344\223\002;\"6/workflows/v1/workflow/{resource_id}:setAccessBindings:\001*'
|
|
98
|
+
_globals['_WORKFLOWSERVICE'].methods_by_name['UpdateAccessBindings']._loaded_options = None
|
|
99
|
+
_globals['_WORKFLOWSERVICE'].methods_by_name['UpdateAccessBindings']._serialized_options = b'\262\322*<\n#access.UpdateAccessBindingsMetadata\022\025google.protobuf.Empty\202\323\344\223\002>\"9/workflows/v1/workflow/{resource_id}:updateAccessBindings:\001*'
|
|
100
|
+
_globals['_CREATEWORKFLOWREQUEST']._serialized_start=358
|
|
101
|
+
_globals['_CREATEWORKFLOWREQUEST']._serialized_end=1000
|
|
102
|
+
_globals['_CREATEWORKFLOWREQUEST_LABELSENTRY']._serialized_start=955
|
|
103
|
+
_globals['_CREATEWORKFLOWREQUEST_LABELSENTRY']._serialized_end=1000
|
|
104
|
+
_globals['_CREATEWORKFLOWMETADATA']._serialized_start=1002
|
|
105
|
+
_globals['_CREATEWORKFLOWMETADATA']._serialized_end=1053
|
|
106
|
+
_globals['_UPDATEWORKFLOWREQUEST']._serialized_start=1056
|
|
107
|
+
_globals['_UPDATEWORKFLOWREQUEST']._serialized_end=1739
|
|
108
|
+
_globals['_UPDATEWORKFLOWREQUEST_LABELSENTRY']._serialized_start=955
|
|
109
|
+
_globals['_UPDATEWORKFLOWREQUEST_LABELSENTRY']._serialized_end=1000
|
|
110
|
+
_globals['_UPDATEWORKFLOWMETADATA']._serialized_start=1741
|
|
111
|
+
_globals['_UPDATEWORKFLOWMETADATA']._serialized_end=1792
|
|
112
|
+
_globals['_GETWORKFLOWREQUEST']._serialized_start=1794
|
|
113
|
+
_globals['_GETWORKFLOWREQUEST']._serialized_end=1841
|
|
114
|
+
_globals['_GETWORKFLOWRESPONSE']._serialized_start=1843
|
|
115
|
+
_globals['_GETWORKFLOWRESPONSE']._serialized_end=1930
|
|
116
|
+
_globals['_DELETEWORKFLOWREQUEST']._serialized_start=1932
|
|
117
|
+
_globals['_DELETEWORKFLOWREQUEST']._serialized_end=1982
|
|
118
|
+
_globals['_DELETEWORKFLOWMETADATA']._serialized_start=1984
|
|
119
|
+
_globals['_DELETEWORKFLOWMETADATA']._serialized_end=2029
|
|
120
|
+
_globals['_LISTWORKFLOWSREQUEST']._serialized_start=2031
|
|
121
|
+
_globals['_LISTWORKFLOWSREQUEST']._serialized_end=2133
|
|
122
|
+
_globals['_LISTWORKFLOWSRESPONSE']._serialized_start=2135
|
|
123
|
+
_globals['_LISTWORKFLOWSRESPONSE']._serialized_end=2257
|
|
124
|
+
_globals['_LISTOPERATIONSREQUEST']._serialized_start=2260
|
|
125
|
+
_globals['_LISTOPERATIONSREQUEST']._serialized_end=2400
|
|
126
|
+
_globals['_LISTOPERATIONSRESPONSE']._serialized_start=2402
|
|
127
|
+
_globals['_LISTOPERATIONSRESPONSE']._serialized_end=2506
|
|
128
|
+
_globals['_WORKFLOWSERVICE']._serialized_start=2509
|
|
129
|
+
_globals['_WORKFLOWSERVICE']._serialized_end=4298
|
|
123
130
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
import grpc
|
|
4
4
|
import warnings
|
|
5
5
|
|
|
6
|
+
from yandex.cloud.access import access_pb2 as yandex_dot_cloud_dot_access_dot_access__pb2
|
|
6
7
|
from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
|
|
7
8
|
from yandex.cloud.serverless.workflows.v1 import workflow_service_pb2 as yandex_dot_cloud_dot_serverless_dot_workflows_dot_v1_dot_workflow__service__pb2
|
|
8
9
|
|
|
@@ -66,6 +67,21 @@ class WorkflowServiceStub(object):
|
|
|
66
67
|
request_serializer=yandex_dot_cloud_dot_serverless_dot_workflows_dot_v1_dot_workflow__service__pb2.ListOperationsRequest.SerializeToString,
|
|
67
68
|
response_deserializer=yandex_dot_cloud_dot_serverless_dot_workflows_dot_v1_dot_workflow__service__pb2.ListOperationsResponse.FromString,
|
|
68
69
|
_registered_method=True)
|
|
70
|
+
self.ListAccessBindings = channel.unary_unary(
|
|
71
|
+
'/yandex.cloud.serverless.workflows.v1.WorkflowService/ListAccessBindings',
|
|
72
|
+
request_serializer=yandex_dot_cloud_dot_access_dot_access__pb2.ListAccessBindingsRequest.SerializeToString,
|
|
73
|
+
response_deserializer=yandex_dot_cloud_dot_access_dot_access__pb2.ListAccessBindingsResponse.FromString,
|
|
74
|
+
_registered_method=True)
|
|
75
|
+
self.SetAccessBindings = channel.unary_unary(
|
|
76
|
+
'/yandex.cloud.serverless.workflows.v1.WorkflowService/SetAccessBindings',
|
|
77
|
+
request_serializer=yandex_dot_cloud_dot_access_dot_access__pb2.SetAccessBindingsRequest.SerializeToString,
|
|
78
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
79
|
+
_registered_method=True)
|
|
80
|
+
self.UpdateAccessBindings = channel.unary_unary(
|
|
81
|
+
'/yandex.cloud.serverless.workflows.v1.WorkflowService/UpdateAccessBindings',
|
|
82
|
+
request_serializer=yandex_dot_cloud_dot_access_dot_access__pb2.UpdateAccessBindingsRequest.SerializeToString,
|
|
83
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
84
|
+
_registered_method=True)
|
|
69
85
|
|
|
70
86
|
|
|
71
87
|
class WorkflowServiceServicer(object):
|
|
@@ -114,6 +130,27 @@ class WorkflowServiceServicer(object):
|
|
|
114
130
|
context.set_details('Method not implemented!')
|
|
115
131
|
raise NotImplementedError('Method not implemented!')
|
|
116
132
|
|
|
133
|
+
def ListAccessBindings(self, request, context):
|
|
134
|
+
"""Lists existing access bindings for the specified Workflow.
|
|
135
|
+
"""
|
|
136
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
137
|
+
context.set_details('Method not implemented!')
|
|
138
|
+
raise NotImplementedError('Method not implemented!')
|
|
139
|
+
|
|
140
|
+
def SetAccessBindings(self, request, context):
|
|
141
|
+
"""Sets access bindings for the Workflow.
|
|
142
|
+
"""
|
|
143
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
144
|
+
context.set_details('Method not implemented!')
|
|
145
|
+
raise NotImplementedError('Method not implemented!')
|
|
146
|
+
|
|
147
|
+
def UpdateAccessBindings(self, request, context):
|
|
148
|
+
"""Updates access bindings for the specified Workflow.
|
|
149
|
+
"""
|
|
150
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
151
|
+
context.set_details('Method not implemented!')
|
|
152
|
+
raise NotImplementedError('Method not implemented!')
|
|
153
|
+
|
|
117
154
|
|
|
118
155
|
def add_WorkflowServiceServicer_to_server(servicer, server):
|
|
119
156
|
rpc_method_handlers = {
|
|
@@ -147,6 +184,21 @@ def add_WorkflowServiceServicer_to_server(servicer, server):
|
|
|
147
184
|
request_deserializer=yandex_dot_cloud_dot_serverless_dot_workflows_dot_v1_dot_workflow__service__pb2.ListOperationsRequest.FromString,
|
|
148
185
|
response_serializer=yandex_dot_cloud_dot_serverless_dot_workflows_dot_v1_dot_workflow__service__pb2.ListOperationsResponse.SerializeToString,
|
|
149
186
|
),
|
|
187
|
+
'ListAccessBindings': grpc.unary_unary_rpc_method_handler(
|
|
188
|
+
servicer.ListAccessBindings,
|
|
189
|
+
request_deserializer=yandex_dot_cloud_dot_access_dot_access__pb2.ListAccessBindingsRequest.FromString,
|
|
190
|
+
response_serializer=yandex_dot_cloud_dot_access_dot_access__pb2.ListAccessBindingsResponse.SerializeToString,
|
|
191
|
+
),
|
|
192
|
+
'SetAccessBindings': grpc.unary_unary_rpc_method_handler(
|
|
193
|
+
servicer.SetAccessBindings,
|
|
194
|
+
request_deserializer=yandex_dot_cloud_dot_access_dot_access__pb2.SetAccessBindingsRequest.FromString,
|
|
195
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
196
|
+
),
|
|
197
|
+
'UpdateAccessBindings': grpc.unary_unary_rpc_method_handler(
|
|
198
|
+
servicer.UpdateAccessBindings,
|
|
199
|
+
request_deserializer=yandex_dot_cloud_dot_access_dot_access__pb2.UpdateAccessBindingsRequest.FromString,
|
|
200
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
201
|
+
),
|
|
150
202
|
}
|
|
151
203
|
generic_handler = grpc.method_handlers_generic_handler(
|
|
152
204
|
'yandex.cloud.serverless.workflows.v1.WorkflowService', rpc_method_handlers)
|
|
@@ -320,3 +372,84 @@ class WorkflowService(object):
|
|
|
320
372
|
timeout,
|
|
321
373
|
metadata,
|
|
322
374
|
_registered_method=True)
|
|
375
|
+
|
|
376
|
+
@staticmethod
|
|
377
|
+
def ListAccessBindings(request,
|
|
378
|
+
target,
|
|
379
|
+
options=(),
|
|
380
|
+
channel_credentials=None,
|
|
381
|
+
call_credentials=None,
|
|
382
|
+
insecure=False,
|
|
383
|
+
compression=None,
|
|
384
|
+
wait_for_ready=None,
|
|
385
|
+
timeout=None,
|
|
386
|
+
metadata=None):
|
|
387
|
+
return grpc.experimental.unary_unary(
|
|
388
|
+
request,
|
|
389
|
+
target,
|
|
390
|
+
'/yandex.cloud.serverless.workflows.v1.WorkflowService/ListAccessBindings',
|
|
391
|
+
yandex_dot_cloud_dot_access_dot_access__pb2.ListAccessBindingsRequest.SerializeToString,
|
|
392
|
+
yandex_dot_cloud_dot_access_dot_access__pb2.ListAccessBindingsResponse.FromString,
|
|
393
|
+
options,
|
|
394
|
+
channel_credentials,
|
|
395
|
+
insecure,
|
|
396
|
+
call_credentials,
|
|
397
|
+
compression,
|
|
398
|
+
wait_for_ready,
|
|
399
|
+
timeout,
|
|
400
|
+
metadata,
|
|
401
|
+
_registered_method=True)
|
|
402
|
+
|
|
403
|
+
@staticmethod
|
|
404
|
+
def SetAccessBindings(request,
|
|
405
|
+
target,
|
|
406
|
+
options=(),
|
|
407
|
+
channel_credentials=None,
|
|
408
|
+
call_credentials=None,
|
|
409
|
+
insecure=False,
|
|
410
|
+
compression=None,
|
|
411
|
+
wait_for_ready=None,
|
|
412
|
+
timeout=None,
|
|
413
|
+
metadata=None):
|
|
414
|
+
return grpc.experimental.unary_unary(
|
|
415
|
+
request,
|
|
416
|
+
target,
|
|
417
|
+
'/yandex.cloud.serverless.workflows.v1.WorkflowService/SetAccessBindings',
|
|
418
|
+
yandex_dot_cloud_dot_access_dot_access__pb2.SetAccessBindingsRequest.SerializeToString,
|
|
419
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
420
|
+
options,
|
|
421
|
+
channel_credentials,
|
|
422
|
+
insecure,
|
|
423
|
+
call_credentials,
|
|
424
|
+
compression,
|
|
425
|
+
wait_for_ready,
|
|
426
|
+
timeout,
|
|
427
|
+
metadata,
|
|
428
|
+
_registered_method=True)
|
|
429
|
+
|
|
430
|
+
@staticmethod
|
|
431
|
+
def UpdateAccessBindings(request,
|
|
432
|
+
target,
|
|
433
|
+
options=(),
|
|
434
|
+
channel_credentials=None,
|
|
435
|
+
call_credentials=None,
|
|
436
|
+
insecure=False,
|
|
437
|
+
compression=None,
|
|
438
|
+
wait_for_ready=None,
|
|
439
|
+
timeout=None,
|
|
440
|
+
metadata=None):
|
|
441
|
+
return grpc.experimental.unary_unary(
|
|
442
|
+
request,
|
|
443
|
+
target,
|
|
444
|
+
'/yandex.cloud.serverless.workflows.v1.WorkflowService/UpdateAccessBindings',
|
|
445
|
+
yandex_dot_cloud_dot_access_dot_access__pb2.UpdateAccessBindingsRequest.SerializeToString,
|
|
446
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
447
|
+
options,
|
|
448
|
+
channel_credentials,
|
|
449
|
+
insecure,
|
|
450
|
+
call_credentials,
|
|
451
|
+
compression,
|
|
452
|
+
wait_for_ready,
|
|
453
|
+
timeout,
|
|
454
|
+
metadata,
|
|
455
|
+
_registered_method=True)
|
|
@@ -8,6 +8,7 @@ import collections.abc
|
|
|
8
8
|
import grpc
|
|
9
9
|
import grpc.aio
|
|
10
10
|
import typing
|
|
11
|
+
import yandex.cloud.access.access_pb2
|
|
11
12
|
import yandex.cloud.operation.operation_pb2
|
|
12
13
|
import yandex.cloud.serverless.workflows.v1.workflow_service_pb2
|
|
13
14
|
|
|
@@ -58,6 +59,24 @@ class WorkflowServiceStub:
|
|
|
58
59
|
]
|
|
59
60
|
"""Lists operations for specified Workflow."""
|
|
60
61
|
|
|
62
|
+
ListAccessBindings: grpc.UnaryUnaryMultiCallable[
|
|
63
|
+
yandex.cloud.access.access_pb2.ListAccessBindingsRequest,
|
|
64
|
+
yandex.cloud.access.access_pb2.ListAccessBindingsResponse,
|
|
65
|
+
]
|
|
66
|
+
"""Lists existing access bindings for the specified Workflow."""
|
|
67
|
+
|
|
68
|
+
SetAccessBindings: grpc.UnaryUnaryMultiCallable[
|
|
69
|
+
yandex.cloud.access.access_pb2.SetAccessBindingsRequest,
|
|
70
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
71
|
+
]
|
|
72
|
+
"""Sets access bindings for the Workflow."""
|
|
73
|
+
|
|
74
|
+
UpdateAccessBindings: grpc.UnaryUnaryMultiCallable[
|
|
75
|
+
yandex.cloud.access.access_pb2.UpdateAccessBindingsRequest,
|
|
76
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
77
|
+
]
|
|
78
|
+
"""Updates access bindings for the specified Workflow."""
|
|
79
|
+
|
|
61
80
|
class WorkflowServiceAsyncStub:
|
|
62
81
|
"""Set of methods for managing Workflows."""
|
|
63
82
|
|
|
@@ -97,6 +116,24 @@ class WorkflowServiceAsyncStub:
|
|
|
97
116
|
]
|
|
98
117
|
"""Lists operations for specified Workflow."""
|
|
99
118
|
|
|
119
|
+
ListAccessBindings: grpc.aio.UnaryUnaryMultiCallable[
|
|
120
|
+
yandex.cloud.access.access_pb2.ListAccessBindingsRequest,
|
|
121
|
+
yandex.cloud.access.access_pb2.ListAccessBindingsResponse,
|
|
122
|
+
]
|
|
123
|
+
"""Lists existing access bindings for the specified Workflow."""
|
|
124
|
+
|
|
125
|
+
SetAccessBindings: grpc.aio.UnaryUnaryMultiCallable[
|
|
126
|
+
yandex.cloud.access.access_pb2.SetAccessBindingsRequest,
|
|
127
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
128
|
+
]
|
|
129
|
+
"""Sets access bindings for the Workflow."""
|
|
130
|
+
|
|
131
|
+
UpdateAccessBindings: grpc.aio.UnaryUnaryMultiCallable[
|
|
132
|
+
yandex.cloud.access.access_pb2.UpdateAccessBindingsRequest,
|
|
133
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
134
|
+
]
|
|
135
|
+
"""Updates access bindings for the specified Workflow."""
|
|
136
|
+
|
|
100
137
|
class WorkflowServiceServicer(metaclass=abc.ABCMeta):
|
|
101
138
|
"""Set of methods for managing Workflows."""
|
|
102
139
|
|
|
@@ -148,4 +185,28 @@ class WorkflowServiceServicer(metaclass=abc.ABCMeta):
|
|
|
148
185
|
) -> typing.Union[yandex.cloud.serverless.workflows.v1.workflow_service_pb2.ListOperationsResponse, collections.abc.Awaitable[yandex.cloud.serverless.workflows.v1.workflow_service_pb2.ListOperationsResponse]]:
|
|
149
186
|
"""Lists operations for specified Workflow."""
|
|
150
187
|
|
|
188
|
+
@abc.abstractmethod
|
|
189
|
+
def ListAccessBindings(
|
|
190
|
+
self,
|
|
191
|
+
request: yandex.cloud.access.access_pb2.ListAccessBindingsRequest,
|
|
192
|
+
context: _ServicerContext,
|
|
193
|
+
) -> typing.Union[yandex.cloud.access.access_pb2.ListAccessBindingsResponse, collections.abc.Awaitable[yandex.cloud.access.access_pb2.ListAccessBindingsResponse]]:
|
|
194
|
+
"""Lists existing access bindings for the specified Workflow."""
|
|
195
|
+
|
|
196
|
+
@abc.abstractmethod
|
|
197
|
+
def SetAccessBindings(
|
|
198
|
+
self,
|
|
199
|
+
request: yandex.cloud.access.access_pb2.SetAccessBindingsRequest,
|
|
200
|
+
context: _ServicerContext,
|
|
201
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
202
|
+
"""Sets access bindings for the Workflow."""
|
|
203
|
+
|
|
204
|
+
@abc.abstractmethod
|
|
205
|
+
def UpdateAccessBindings(
|
|
206
|
+
self,
|
|
207
|
+
request: yandex.cloud.access.access_pb2.UpdateAccessBindingsRequest,
|
|
208
|
+
context: _ServicerContext,
|
|
209
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
210
|
+
"""Updates access bindings for the specified Workflow."""
|
|
211
|
+
|
|
151
212
|
def add_WorkflowServiceServicer_to_server(servicer: WorkflowServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|
|
@@ -26,10 +26,11 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
|
|
|
26
26
|
from yandex.cloud.logging.v1 import log_entry_pb2 as yandex_dot_cloud_dot_logging_dot_v1_dot_log__entry__pb2
|
|
27
27
|
from yandex.cloud.trino.v1 import access_control_pb2 as yandex_dot_cloud_dot_trino_dot_v1_dot_access__control__pb2
|
|
28
28
|
from yandex.cloud.trino.v1 import maintenance_pb2 as yandex_dot_cloud_dot_trino_dot_v1_dot_maintenance__pb2
|
|
29
|
+
from yandex.cloud.trino.v1 import resource_management_pb2 as yandex_dot_cloud_dot_trino_dot_v1_dot_resource__management__pb2
|
|
29
30
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
30
31
|
|
|
31
32
|
|
|
32
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#yandex/cloud/trino/v1/cluster.proto\x12\x15yandex.cloud.trino.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\'yandex/cloud/logging/v1/log_entry.proto\x1a*yandex/cloud/trino/v1/access_control.proto\x1a\'yandex/cloud/trino/v1/maintenance.proto\x1a\x1dyandex/cloud/validation.proto\"\x89\x07\n\x07\x43luster\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\x12:\n\x06labels\x18\x06 \x03(\x0b\x32*.yandex.cloud.trino.v1.Cluster.LabelsEntry\x12\x35\n\nmonitoring\x18\x07 \x03(\x0b\x32!.yandex.cloud.trino.v1.Monitoring\x12\x31\n\x05trino\x18\x08 \x01(\x0b\x32\".yandex.cloud.trino.v1.TrinoConfig\x12-\n\x06health\x18\t \x01(\x0e\x32\x1d.yandex.cloud.trino.v1.Health\x12\x35\n\x06status\x18\n \x01(\x0e\x32%.yandex.cloud.trino.v1.Cluster.Status\x12\x35\n\x07network\x18\x0b \x01(\x0b\x32$.yandex.cloud.trino.v1.NetworkConfig\x12\x1b\n\x13\x64\x65letion_protection\x18\x0c \x01(\x08\x12$\n\x12service_account_id\x18\r \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12\x35\n\x07logging\x18\x0e \x01(\x0b\x32$.yandex.cloud.trino.v1.LoggingConfig\x12\x17\n\x0f\x63oordinator_url\x18\x0f \x01(\t\x12\x44\n\x12maintenance_window\x18\x10 \x01(\x0b\x32(.yandex.cloud.trino.v1.MaintenanceWindow\x12\x46\n\x11planned_operation\x18\x11 \x01(\x0b\x32+.yandex.cloud.trino.v1.MaintenanceOperation\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"y\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\t\n\x05\x45RROR\x10\x03\x12\x0c\n\x08STOPPING\x10\x04\x12\x0b\n\x07STOPPED\x10\x05\x12\x0c\n\x08STARTING\x10\x06\x12\x0c\n\x08UPDATING\x10\x07\"=\n\nMonitoring\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12\x0c\n\x04link\x18\x03 \x01(\t\"\xe2\x01\n\rLoggingConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x12\x38\n\tfolder_id\x18\x02 \x01(\tB#\xf2\xc7\x31\x1f([a-zA-Z][-a-zA-Z0-9_.]{0,63})?H\x00\x12;\n\x0clog_group_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\"?\n\rNetworkConfig\x12\x12\n\nsubnet_ids\x18\x01 \x03(\t\x12\x1a\n\x12security_group_ids\x18\x02 \x03(\t\"\
|
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#yandex/cloud/trino/v1/cluster.proto\x12\x15yandex.cloud.trino.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\'yandex/cloud/logging/v1/log_entry.proto\x1a*yandex/cloud/trino/v1/access_control.proto\x1a\'yandex/cloud/trino/v1/maintenance.proto\x1a/yandex/cloud/trino/v1/resource_management.proto\x1a\x1dyandex/cloud/validation.proto\"\x89\x07\n\x07\x43luster\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\x12:\n\x06labels\x18\x06 \x03(\x0b\x32*.yandex.cloud.trino.v1.Cluster.LabelsEntry\x12\x35\n\nmonitoring\x18\x07 \x03(\x0b\x32!.yandex.cloud.trino.v1.Monitoring\x12\x31\n\x05trino\x18\x08 \x01(\x0b\x32\".yandex.cloud.trino.v1.TrinoConfig\x12-\n\x06health\x18\t \x01(\x0e\x32\x1d.yandex.cloud.trino.v1.Health\x12\x35\n\x06status\x18\n \x01(\x0e\x32%.yandex.cloud.trino.v1.Cluster.Status\x12\x35\n\x07network\x18\x0b \x01(\x0b\x32$.yandex.cloud.trino.v1.NetworkConfig\x12\x1b\n\x13\x64\x65letion_protection\x18\x0c \x01(\x08\x12$\n\x12service_account_id\x18\r \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12\x35\n\x07logging\x18\x0e \x01(\x0b\x32$.yandex.cloud.trino.v1.LoggingConfig\x12\x17\n\x0f\x63oordinator_url\x18\x0f \x01(\t\x12\x44\n\x12maintenance_window\x18\x10 \x01(\x0b\x32(.yandex.cloud.trino.v1.MaintenanceWindow\x12\x46\n\x11planned_operation\x18\x11 \x01(\x0b\x32+.yandex.cloud.trino.v1.MaintenanceOperation\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"y\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\t\n\x05\x45RROR\x10\x03\x12\x0c\n\x08STOPPING\x10\x04\x12\x0b\n\x07STOPPED\x10\x05\x12\x0c\n\x08STARTING\x10\x06\x12\x0c\n\x08UPDATING\x10\x07\"=\n\nMonitoring\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12\x0c\n\x04link\x18\x03 \x01(\t\"\xe2\x01\n\rLoggingConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x12\x38\n\tfolder_id\x18\x02 \x01(\tB#\xf2\xc7\x31\x1f([a-zA-Z][-a-zA-Z0-9_.]{0,63})?H\x00\x12;\n\x0clog_group_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\"?\n\rNetworkConfig\x12\x12\n\nsubnet_ids\x18\x01 \x03(\t\x12\x1a\n\x12security_group_ids\x18\x02 \x03(\t\"\xad\x03\n\x0bTrinoConfig\x12J\n\x12\x63oordinator_config\x18\x01 \x01(\x0b\x32(.yandex.cloud.trino.v1.CoordinatorConfigB\x04\xe8\xc7\x31\x01\x12@\n\rworker_config\x18\x02 \x01(\x0b\x32#.yandex.cloud.trino.v1.WorkerConfigB\x04\xe8\xc7\x31\x01\x12\x0f\n\x07version\x18\x03 \x01(\t\x12>\n\x0cretry_policy\x18\x04 \x01(\x0b\x32(.yandex.cloud.trino.v1.RetryPolicyConfig\x12\x42\n\x0e\x61\x63\x63\x65ss_control\x18\x05 \x01(\x0b\x32*.yandex.cloud.trino.v1.AccessControlConfig\x12L\n\x13resource_management\x18\x06 \x01(\x0b\x32/.yandex.cloud.trino.v1.ResourceManagementConfig\x12-\n\x03tls\x18\x07 \x01(\x0b\x32 .yandex.cloud.trino.v1.TLSConfig\"N\n\x11\x43oordinatorConfig\x12\x39\n\tresources\x18\x01 \x01(\x0b\x32 .yandex.cloud.trino.v1.ResourcesB\x04\xe8\xc7\x31\x01\"\xc4\x02\n\x0cWorkerConfig\x12\x39\n\tresources\x18\x01 \x01(\x0b\x32 .yandex.cloud.trino.v1.ResourcesB\x04\xe8\xc7\x31\x01\x12Q\n\x0cscale_policy\x18\x02 \x01(\x0b\x32\x35.yandex.cloud.trino.v1.WorkerConfig.WorkerScalePolicyB\x04\xe8\xc7\x31\x01\x1a\xa5\x01\n\x11WorkerScalePolicy\x12>\n\x0b\x66ixed_scale\x18\x01 \x01(\x0b\x32\'.yandex.cloud.trino.v1.FixedScalePolicyH\x00\x12<\n\nauto_scale\x18\x02 \x01(\x0b\x32&.yandex.cloud.trino.v1.AutoScalePolicyH\x00\x42\x12\n\nscale_type\x12\x04\xc0\xc1\x31\x01\"\xcf\x03\n\x11RetryPolicyConfig\x12\x44\n\x06policy\x18\x01 \x01(\x0e\x32\x34.yandex.cloud.trino.v1.RetryPolicyConfig.RetryPolicy\x12\x46\n\x10\x65xchange_manager\x18\x02 \x01(\x0b\x32,.yandex.cloud.trino.v1.ExchangeManagerConfig\x12\xac\x01\n\x15\x61\x64\x64itional_properties\x18\x03 \x03(\x0b\x32\x42.yandex.cloud.trino.v1.RetryPolicyConfig.AdditionalPropertiesEntryBI\xf2\xc7\x31\x15[-_0-9a-zA-Z.,:\\/_ ]*\x82\xc8\x31\x05<=256\x8a\xc8\x31\x05<=128\xb2\xc8\x31\x1a\x12\x11[a-z][-_0-9a-z.]*\x1a\x05\x31-128\x1a;\n\x19\x41\x64\x64itionalPropertiesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"@\n\x0bRetryPolicy\x12\x1c\n\x18RETRY_POLICY_UNSPECIFIED\x10\x00\x12\t\n\x05QUERY\x10\x01\x12\x08\n\x04TASK\x10\x02\"@\n\tTLSConfig\x12\x33\n\x14trusted_certificates\x18\x01 \x03(\tB\x15\x82\xc8\x31\x03<=8\x8a\xc8\x31\x06<=8192\x90\xc8\x31\x01\"\x82\x01\n\x16\x45xchangeManagerStorage\x12M\n\nservice_s3\x18\x01 \x01(\x0b\x32\x37.yandex.cloud.trino.v1.ExchangeManagerStorage.ServiceS3H\x00\x1a\x0b\n\tServiceS3B\x0c\n\x04type\x12\x04\xc0\xc1\x31\x01\"\xc7\x02\n\x15\x45xchangeManagerConfig\x12\xb0\x01\n\x15\x61\x64\x64itional_properties\x18\x01 \x03(\x0b\x32\x46.yandex.cloud.trino.v1.ExchangeManagerConfig.AdditionalPropertiesEntryBI\xf2\xc7\x31\x15[-_0-9a-zA-Z.,:\\/_ ]*\x82\xc8\x31\x05<=256\x8a\xc8\x31\x05<=128\xb2\xc8\x31\x1a\x12\x11[a-z][-_0-9a-z.]*\x1a\x05\x31-128\x12>\n\x07storage\x18\x02 \x01(\x0b\x32-.yandex.cloud.trino.v1.ExchangeManagerStorage\x1a;\n\x19\x41\x64\x64itionalPropertiesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"5\n\tResources\x12(\n\x12resource_preset_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\",\n\x10\x46ixedScalePolicy\x12\x18\n\x05\x63ount\x18\x01 \x01(\x03\x42\t\xfa\xc7\x31\x05\x31-512\"M\n\x0f\x41utoScalePolicy\x12\x1c\n\tmin_count\x18\x01 \x01(\x03\x42\t\xfa\xc7\x31\x05\x30-512\x12\x1c\n\tmax_count\x18\x02 \x01(\x03\x42\t\xfa\xc7\x31\x05\x31-512*?\n\x06Health\x12\x12\n\x0eHEALTH_UNKNOWN\x10\x00\x12\t\n\x05\x41LIVE\x10\x01\x12\x08\n\x04\x44\x45\x41\x44\x10\x02\x12\x0c\n\x08\x44\x45GRADED\x10\x03\x42\\\n\x19yandex.cloud.api.trino.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/trino/v1;trinob\x06proto3')
|
|
33
34
|
|
|
34
35
|
_globals = globals()
|
|
35
36
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -77,48 +78,48 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
77
78
|
_globals['_AUTOSCALEPOLICY'].fields_by_name['min_count']._serialized_options = b'\372\3071\0050-512'
|
|
78
79
|
_globals['_AUTOSCALEPOLICY'].fields_by_name['max_count']._loaded_options = None
|
|
79
80
|
_globals['_AUTOSCALEPOLICY'].fields_by_name['max_count']._serialized_options = b'\372\3071\0051-512'
|
|
80
|
-
_globals['_HEALTH']._serialized_start=
|
|
81
|
-
_globals['_HEALTH']._serialized_end=
|
|
82
|
-
_globals['_CLUSTER']._serialized_start=
|
|
83
|
-
_globals['_CLUSTER']._serialized_end=
|
|
84
|
-
_globals['_CLUSTER_LABELSENTRY']._serialized_start=
|
|
85
|
-
_globals['_CLUSTER_LABELSENTRY']._serialized_end=
|
|
86
|
-
_globals['_CLUSTER_STATUS']._serialized_start=
|
|
87
|
-
_globals['_CLUSTER_STATUS']._serialized_end=
|
|
88
|
-
_globals['_MONITORING']._serialized_start=
|
|
89
|
-
_globals['_MONITORING']._serialized_end=
|
|
90
|
-
_globals['_LOGGINGCONFIG']._serialized_start=
|
|
91
|
-
_globals['_LOGGINGCONFIG']._serialized_end=
|
|
92
|
-
_globals['_NETWORKCONFIG']._serialized_start=
|
|
93
|
-
_globals['_NETWORKCONFIG']._serialized_end=
|
|
94
|
-
_globals['_TRINOCONFIG']._serialized_start=
|
|
95
|
-
_globals['_TRINOCONFIG']._serialized_end=
|
|
96
|
-
_globals['_COORDINATORCONFIG']._serialized_start=
|
|
97
|
-
_globals['_COORDINATORCONFIG']._serialized_end=
|
|
98
|
-
_globals['_WORKERCONFIG']._serialized_start=
|
|
99
|
-
_globals['_WORKERCONFIG']._serialized_end=
|
|
100
|
-
_globals['_WORKERCONFIG_WORKERSCALEPOLICY']._serialized_start=
|
|
101
|
-
_globals['_WORKERCONFIG_WORKERSCALEPOLICY']._serialized_end=
|
|
102
|
-
_globals['_RETRYPOLICYCONFIG']._serialized_start=
|
|
103
|
-
_globals['_RETRYPOLICYCONFIG']._serialized_end=
|
|
104
|
-
_globals['_RETRYPOLICYCONFIG_ADDITIONALPROPERTIESENTRY']._serialized_start=
|
|
105
|
-
_globals['_RETRYPOLICYCONFIG_ADDITIONALPROPERTIESENTRY']._serialized_end=
|
|
106
|
-
_globals['_RETRYPOLICYCONFIG_RETRYPOLICY']._serialized_start=
|
|
107
|
-
_globals['_RETRYPOLICYCONFIG_RETRYPOLICY']._serialized_end=
|
|
108
|
-
_globals['_TLSCONFIG']._serialized_start=
|
|
109
|
-
_globals['_TLSCONFIG']._serialized_end=
|
|
110
|
-
_globals['_EXCHANGEMANAGERSTORAGE']._serialized_start=
|
|
111
|
-
_globals['_EXCHANGEMANAGERSTORAGE']._serialized_end=
|
|
112
|
-
_globals['_EXCHANGEMANAGERSTORAGE_SERVICES3']._serialized_start=
|
|
113
|
-
_globals['_EXCHANGEMANAGERSTORAGE_SERVICES3']._serialized_end=
|
|
114
|
-
_globals['_EXCHANGEMANAGERCONFIG']._serialized_start=
|
|
115
|
-
_globals['_EXCHANGEMANAGERCONFIG']._serialized_end=
|
|
116
|
-
_globals['_EXCHANGEMANAGERCONFIG_ADDITIONALPROPERTIESENTRY']._serialized_start=
|
|
117
|
-
_globals['_EXCHANGEMANAGERCONFIG_ADDITIONALPROPERTIESENTRY']._serialized_end=
|
|
118
|
-
_globals['_RESOURCES']._serialized_start=
|
|
119
|
-
_globals['_RESOURCES']._serialized_end=
|
|
120
|
-
_globals['_FIXEDSCALEPOLICY']._serialized_start=
|
|
121
|
-
_globals['_FIXEDSCALEPOLICY']._serialized_end=
|
|
122
|
-
_globals['_AUTOSCALEPOLICY']._serialized_start=
|
|
123
|
-
_globals['_AUTOSCALEPOLICY']._serialized_end=
|
|
81
|
+
_globals['_HEALTH']._serialized_start=3580
|
|
82
|
+
_globals['_HEALTH']._serialized_end=3643
|
|
83
|
+
_globals['_CLUSTER']._serialized_start=302
|
|
84
|
+
_globals['_CLUSTER']._serialized_end=1207
|
|
85
|
+
_globals['_CLUSTER_LABELSENTRY']._serialized_start=1039
|
|
86
|
+
_globals['_CLUSTER_LABELSENTRY']._serialized_end=1084
|
|
87
|
+
_globals['_CLUSTER_STATUS']._serialized_start=1086
|
|
88
|
+
_globals['_CLUSTER_STATUS']._serialized_end=1207
|
|
89
|
+
_globals['_MONITORING']._serialized_start=1209
|
|
90
|
+
_globals['_MONITORING']._serialized_end=1270
|
|
91
|
+
_globals['_LOGGINGCONFIG']._serialized_start=1273
|
|
92
|
+
_globals['_LOGGINGCONFIG']._serialized_end=1499
|
|
93
|
+
_globals['_NETWORKCONFIG']._serialized_start=1501
|
|
94
|
+
_globals['_NETWORKCONFIG']._serialized_end=1564
|
|
95
|
+
_globals['_TRINOCONFIG']._serialized_start=1567
|
|
96
|
+
_globals['_TRINOCONFIG']._serialized_end=1996
|
|
97
|
+
_globals['_COORDINATORCONFIG']._serialized_start=1998
|
|
98
|
+
_globals['_COORDINATORCONFIG']._serialized_end=2076
|
|
99
|
+
_globals['_WORKERCONFIG']._serialized_start=2079
|
|
100
|
+
_globals['_WORKERCONFIG']._serialized_end=2403
|
|
101
|
+
_globals['_WORKERCONFIG_WORKERSCALEPOLICY']._serialized_start=2238
|
|
102
|
+
_globals['_WORKERCONFIG_WORKERSCALEPOLICY']._serialized_end=2403
|
|
103
|
+
_globals['_RETRYPOLICYCONFIG']._serialized_start=2406
|
|
104
|
+
_globals['_RETRYPOLICYCONFIG']._serialized_end=2869
|
|
105
|
+
_globals['_RETRYPOLICYCONFIG_ADDITIONALPROPERTIESENTRY']._serialized_start=2744
|
|
106
|
+
_globals['_RETRYPOLICYCONFIG_ADDITIONALPROPERTIESENTRY']._serialized_end=2803
|
|
107
|
+
_globals['_RETRYPOLICYCONFIG_RETRYPOLICY']._serialized_start=2805
|
|
108
|
+
_globals['_RETRYPOLICYCONFIG_RETRYPOLICY']._serialized_end=2869
|
|
109
|
+
_globals['_TLSCONFIG']._serialized_start=2871
|
|
110
|
+
_globals['_TLSCONFIG']._serialized_end=2935
|
|
111
|
+
_globals['_EXCHANGEMANAGERSTORAGE']._serialized_start=2938
|
|
112
|
+
_globals['_EXCHANGEMANAGERSTORAGE']._serialized_end=3068
|
|
113
|
+
_globals['_EXCHANGEMANAGERSTORAGE_SERVICES3']._serialized_start=3043
|
|
114
|
+
_globals['_EXCHANGEMANAGERSTORAGE_SERVICES3']._serialized_end=3054
|
|
115
|
+
_globals['_EXCHANGEMANAGERCONFIG']._serialized_start=3071
|
|
116
|
+
_globals['_EXCHANGEMANAGERCONFIG']._serialized_end=3398
|
|
117
|
+
_globals['_EXCHANGEMANAGERCONFIG_ADDITIONALPROPERTIESENTRY']._serialized_start=2744
|
|
118
|
+
_globals['_EXCHANGEMANAGERCONFIG_ADDITIONALPROPERTIESENTRY']._serialized_end=2803
|
|
119
|
+
_globals['_RESOURCES']._serialized_start=3400
|
|
120
|
+
_globals['_RESOURCES']._serialized_end=3453
|
|
121
|
+
_globals['_FIXEDSCALEPOLICY']._serialized_start=3455
|
|
122
|
+
_globals['_FIXEDSCALEPOLICY']._serialized_end=3499
|
|
123
|
+
_globals['_AUTOSCALEPOLICY']._serialized_start=3501
|
|
124
|
+
_globals['_AUTOSCALEPOLICY']._serialized_end=3578
|
|
124
125
|
# @@protoc_insertion_point(module_scope)
|