yandexcloud 0.323.0__py3-none-any.whl → 0.325.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- yandex/cloud/ai/foundation_models/v1/embedding/embedding_service_pb2.pyi +1 -1
- yandex/cloud/ai/foundation_models/v1/image_generation/image_generation_pb2.pyi +4 -2
- yandex/cloud/ai/foundation_models/v1/image_generation/image_generation_service_pb2.pyi +6 -3
- yandex/cloud/ai/foundation_models/v1/image_generation/image_generation_service_pb2_grpc.py +3 -3
- yandex/cloud/ai/foundation_models/v1/image_generation/image_generation_service_pb2_grpc.pyi +3 -3
- yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_pb2.pyi +3 -3
- yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_service_pb2.pyi +25 -10
- yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_service_pb2_grpc.py +11 -5
- yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_service_pb2_grpc.pyi +33 -9
- yandex/cloud/ai/foundation_models/v1/text_common_pb2.py +27 -27
- yandex/cloud/ai/foundation_models/v1/text_common_pb2.pyi +18 -6
- yandex/cloud/ai/stt/v3/stt_pb2.py +5 -3
- yandex/cloud/ai/stt/v3/stt_pb2.pyi +15 -0
- yandex/cloud/ai/stt/v3/stt_service_pb2.py +10 -7
- yandex/cloud/ai/stt/v3/stt_service_pb2_grpc.py +34 -0
- yandex/cloud/ai/stt/v3/stt_service_pb2_grpc.pyi +18 -0
- yandex/cloud/apploadbalancer/v1/backend_group_pb2.py +26 -26
- yandex/cloud/apploadbalancer/v1/backend_group_pb2.pyi +7 -1
- yandex/cloud/backup/v1/backup_service_pb2.py +42 -41
- yandex/cloud/backup/v1/backup_service_pb2.pyi +6 -1
- yandex/cloud/backup/v1/policy_pb2.pyi +1 -1
- yandex/cloud/billing/v1/customer_service_pb2.pyi +5 -4
- yandex/cloud/cdn/v1/resource_service_pb2.py +14 -14
- yandex/cloud/cdn/v1/resource_service_pb2.pyi +5 -1
- yandex/cloud/cloudregistry/__init__.py +0 -0
- yandex/cloud/cloudregistry/v1/__init__.py +0 -0
- yandex/cloud/cloudregistry/v1/artifact_pb2.py +31 -0
- yandex/cloud/cloudregistry/v1/artifact_pb2.pyi +112 -0
- yandex/cloud/cloudregistry/v1/artifact_pb2_grpc.py +4 -0
- yandex/cloud/cloudregistry/v1/artifact_pb2_grpc.pyi +17 -0
- yandex/cloud/cloudregistry/v1/artifact_service_pb2.py +45 -0
- yandex/cloud/cloudregistry/v1/artifact_service_pb2.pyi +59 -0
- yandex/cloud/cloudregistry/v1/artifact_service_pb2_grpc.py +108 -0
- yandex/cloud/cloudregistry/v1/artifact_service_pb2_grpc.pyi +81 -0
- yandex/cloud/cloudregistry/v1/ip_permission_pb2.py +37 -0
- yandex/cloud/cloudregistry/v1/ip_permission_pb2.pyi +95 -0
- yandex/cloud/cloudregistry/v1/ip_permission_pb2_grpc.py +4 -0
- yandex/cloud/cloudregistry/v1/ip_permission_pb2_grpc.pyi +17 -0
- yandex/cloud/cloudregistry/v1/registry_pb2.py +41 -0
- yandex/cloud/cloudregistry/v1/registry_pb2.pyi +181 -0
- yandex/cloud/cloudregistry/v1/registry_pb2_grpc.py +4 -0
- yandex/cloud/cloudregistry/v1/registry_pb2_grpc.pyi +17 -0
- yandex/cloud/cloudregistry/v1/registry_service_pb2.py +157 -0
- yandex/cloud/cloudregistry/v1/registry_service_pb2.pyi +504 -0
- yandex/cloud/cloudregistry/v1/registry_service_pb2_grpc.py +451 -0
- yandex/cloud/cloudregistry/v1/registry_service_pb2_grpc.pyi +291 -0
- yandex/cloud/cloudrouter/v1/routing_instance_pb2.py +8 -10
- yandex/cloud/cloudrouter/v1/routing_instance_pb2.pyi +2 -28
- yandex/cloud/compute/v1/instance_service_pb2_grpc.py +1 -1
- yandex/cloud/compute/v1/instance_service_pb2_grpc.pyi +3 -3
- yandex/cloud/datasphere/v2/jobs/jobs_pb2.py +9 -5
- yandex/cloud/datasphere/v2/jobs/jobs_pb2.pyi +96 -0
- yandex/cloud/datasphere/v2/jobs/project_job_service_pb2.py +55 -53
- yandex/cloud/datasphere/v2/jobs/project_job_service_pb2.pyi +14 -2
- yandex/cloud/iam/v1/user_account_pb2.pyi +2 -2
- yandex/cloud/iam/v1/user_account_service_pb2_grpc.py +3 -3
- yandex/cloud/iam/v1/user_account_service_pb2_grpc.pyi +3 -3
- yandex/cloud/lockbox/v1/secret_service_pb2.py +56 -55
- yandex/cloud/lockbox/v1/secret_service_pb2.pyi +13 -2
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.py +55 -45
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.pyi +40 -0
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.py +34 -0
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.pyi +20 -0
- yandex/cloud/mdb/postgresql/v1/cluster_pb2.py +47 -43
- yandex/cloud/mdb/postgresql/v1/cluster_pb2.pyi +34 -6
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.py +109 -105
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.pyi +35 -7
- yandex/cloud/mdb/postgresql/v1/config/host17_1c_pb2.py +68 -0
- yandex/cloud/mdb/postgresql/v1/config/host17_1c_pb2.pyi +512 -0
- yandex/cloud/mdb/postgresql/v1/config/host17_1c_pb2_grpc.py +4 -0
- yandex/cloud/mdb/postgresql/v1/config/host17_1c_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/postgresql/v1/config/host17_pb2.py +68 -0
- yandex/cloud/mdb/postgresql/v1/config/host17_pb2.pyi +512 -0
- yandex/cloud/mdb/postgresql/v1/config/host17_pb2_grpc.py +4 -0
- yandex/cloud/mdb/postgresql/v1/config/host17_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql17_1c_pb2.py +168 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql17_1c_pb2.pyi +1130 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql17_1c_pb2_grpc.py +4 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql17_1c_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql17_pb2.py +168 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql17_pb2.pyi +1122 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql17_pb2_grpc.py +4 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql17_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/redis/v1/backup_pb2.py +4 -2
- yandex/cloud/mdb/redis/v1/backup_pb2.pyi +31 -1
- yandex/cloud/organizationmanager/v1/user_account_pb2.pyi +2 -2
- yandex/cloud/searchapi/__init__.py +0 -0
- yandex/cloud/searchapi/v2/__init__.py +0 -0
- yandex/cloud/searchapi/v2/search_query_pb2.py +37 -0
- yandex/cloud/searchapi/v2/search_query_pb2.pyi +100 -0
- yandex/cloud/searchapi/v2/search_query_pb2_grpc.py +4 -0
- yandex/cloud/searchapi/v2/search_query_pb2_grpc.pyi +17 -0
- yandex/cloud/searchapi/v2/search_service_pb2.py +61 -0
- yandex/cloud/searchapi/v2/search_service_pb2.pyi +218 -0
- yandex/cloud/searchapi/v2/search_service_pb2_grpc.py +70 -0
- yandex/cloud/searchapi/v2/search_service_pb2_grpc.pyi +48 -0
- yandex/cloud/serverless/containers/v1/container_pb2.py +42 -34
- yandex/cloud/serverless/containers/v1/container_pb2.pyi +52 -2
- yandex/cloud/serverless/containers/v1/container_service_pb2.py +18 -18
- yandex/cloud/serverless/containers/v1/container_service_pb2.pyi +8 -2
- yandex/cloud/serverless/eventrouter/v1/connector_pb2.py +9 -9
- yandex/cloud/serverless/eventrouter/v1/connector_pb2.pyi +8 -0
- yandex/cloud/serverless/eventrouter/v1/rule_pb2.py +31 -31
- yandex/cloud/serverless/eventrouter/v1/rule_pb2.pyi +4 -0
- yandex/cloud/serverless/workflows/v1/execution_service_pb2.py +23 -15
- yandex/cloud/serverless/workflows/v1/execution_service_pb2.pyi +32 -0
- yandex/cloud/serverless/workflows/v1/execution_service_pb2_grpc.py +34 -0
- yandex/cloud/serverless/workflows/v1/execution_service_pb2_grpc.pyi +20 -0
- yandex/cloud/smartwebsecurity/v1/security_profile_pb2.py +46 -40
- yandex/cloud/smartwebsecurity/v1/security_profile_pb2.pyi +47 -2
- yandex/cloud/smartwebsecurity/v1/security_profile_service_pb2.py +18 -18
- yandex/cloud/smartwebsecurity/v1/security_profile_service_pb2.pyi +16 -3
- yandex/cloud/video/v1/channel_pb2.py +1 -1
- yandex/cloud/video/v1/channel_service_pb2.py +58 -25
- yandex/cloud/video/v1/channel_service_pb2.pyi +40 -0
- yandex/cloud/video/v1/channel_service_pb2_grpc.py +34 -0
- yandex/cloud/video/v1/channel_service_pb2_grpc.pyi +20 -0
- yandex/cloud/video/v1/episode_pb2.py +10 -8
- yandex/cloud/video/v1/episode_pb2.pyi +19 -3
- yandex/cloud/video/v1/episode_service_pb2.py +96 -43
- yandex/cloud/video/v1/episode_service_pb2.pyi +68 -6
- yandex/cloud/video/v1/episode_service_pb2_grpc.py +34 -0
- yandex/cloud/video/v1/episode_service_pb2_grpc.pyi +20 -0
- yandex/cloud/video/v1/manifest_pb2.py +3 -3
- yandex/cloud/video/v1/manifest_pb2.pyi +1 -5
- yandex/cloud/video/v1/playlist_pb2.py +29 -0
- yandex/cloud/video/v1/playlist_pb2.pyi +89 -0
- yandex/cloud/video/v1/playlist_pb2_grpc.py +4 -0
- yandex/cloud/video/v1/playlist_pb2_grpc.pyi +17 -0
- yandex/cloud/video/v1/playlist_service_pb2.py +102 -0
- yandex/cloud/video/v1/playlist_service_pb2.pyi +331 -0
- yandex/cloud/video/v1/playlist_service_pb2_grpc.py +276 -0
- yandex/cloud/video/v1/playlist_service_pb2_grpc.pyi +172 -0
- yandex/cloud/video/v1/stream_line_pb2.py +1 -1
- yandex/cloud/video/v1/stream_line_service_pb2.py +122 -55
- yandex/cloud/video/v1/stream_line_service_pb2.pyi +80 -0
- yandex/cloud/video/v1/stream_line_service_pb2_grpc.py +68 -0
- yandex/cloud/video/v1/stream_line_service_pb2_grpc.pyi +40 -0
- yandex/cloud/video/v1/stream_pb2.py +1 -1
- yandex/cloud/video/v1/stream_service_pb2.py +98 -37
- yandex/cloud/video/v1/stream_service_pb2.pyi +80 -0
- yandex/cloud/video/v1/stream_service_pb2_grpc.py +68 -0
- yandex/cloud/video/v1/stream_service_pb2_grpc.pyi +40 -0
- yandex/cloud/video/v1/subtitle_pb2.py +29 -0
- yandex/cloud/video/v1/subtitle_pb2.pyi +90 -0
- yandex/cloud/video/v1/subtitle_pb2_grpc.py +4 -0
- yandex/cloud/video/v1/subtitle_pb2_grpc.pyi +17 -0
- yandex/cloud/video/v1/subtitle_service_pb2.py +83 -0
- yandex/cloud/video/v1/subtitle_service_pb2.pyi +212 -0
- yandex/cloud/video/v1/subtitle_service_pb2_grpc.py +208 -0
- yandex/cloud/video/v1/subtitle_service_pb2_grpc.pyi +132 -0
- yandex/cloud/video/v1/thumbnail_service_pb2.py +50 -21
- yandex/cloud/video/v1/thumbnail_service_pb2.pyi +48 -0
- yandex/cloud/video/v1/thumbnail_service_pb2_grpc.py +69 -0
- yandex/cloud/video/v1/thumbnail_service_pb2_grpc.pyi +41 -0
- yandex/cloud/video/v1/video_pb2.py +18 -14
- yandex/cloud/video/v1/video_pb2.pyi +55 -3
- yandex/cloud/video/v1/video_service_pb2.py +118 -49
- yandex/cloud/video/v1/video_service_pb2.pyi +161 -6
- yandex/cloud/video/v1/video_service_pb2_grpc.py +102 -0
- yandex/cloud/video/v1/video_service_pb2_grpc.pyi +60 -0
- {yandexcloud-0.323.0.dist-info → yandexcloud-0.325.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.323.0.dist-info → yandexcloud-0.325.0.dist-info}/RECORD +167 -103
- {yandexcloud-0.323.0.dist-info → yandexcloud-0.325.0.dist-info}/WHEEL +1 -1
- {yandexcloud-0.323.0.dist-info → yandexcloud-0.325.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.323.0.dist-info → yandexcloud-0.325.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.323.0.dist-info → yandexcloud-0.325.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,291 @@
|
|
|
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
|
+
import yandex.cloud.access.access_pb2
|
|
12
|
+
import yandex.cloud.cloudregistry.v1.registry_pb2
|
|
13
|
+
import yandex.cloud.cloudregistry.v1.registry_service_pb2
|
|
14
|
+
import yandex.cloud.operation.operation_pb2
|
|
15
|
+
|
|
16
|
+
_T = typing.TypeVar("_T")
|
|
17
|
+
|
|
18
|
+
class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
|
|
19
|
+
|
|
20
|
+
class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
|
|
21
|
+
...
|
|
22
|
+
|
|
23
|
+
class RegistryServiceStub:
|
|
24
|
+
"""A set of methods for managing Registry resources."""
|
|
25
|
+
|
|
26
|
+
def __init__(self, channel: typing.Union[grpc.Channel, grpc.aio.Channel]) -> None: ...
|
|
27
|
+
Get: grpc.UnaryUnaryMultiCallable[
|
|
28
|
+
yandex.cloud.cloudregistry.v1.registry_service_pb2.GetRegistryRequest,
|
|
29
|
+
yandex.cloud.cloudregistry.v1.registry_pb2.Registry,
|
|
30
|
+
]
|
|
31
|
+
"""Returns the specified Registry resource.
|
|
32
|
+
|
|
33
|
+
To get the list of available Registry resources, make a [RegistryService.List] request.
|
|
34
|
+
"""
|
|
35
|
+
|
|
36
|
+
List: grpc.UnaryUnaryMultiCallable[
|
|
37
|
+
yandex.cloud.cloudregistry.v1.registry_service_pb2.ListRegistriesRequest,
|
|
38
|
+
yandex.cloud.cloudregistry.v1.registry_service_pb2.ListRegistriesResponse,
|
|
39
|
+
]
|
|
40
|
+
"""Retrieves the list of Registry resources in the specified folder."""
|
|
41
|
+
|
|
42
|
+
Create: grpc.UnaryUnaryMultiCallable[
|
|
43
|
+
yandex.cloud.cloudregistry.v1.registry_service_pb2.CreateRegistryRequest,
|
|
44
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
45
|
+
]
|
|
46
|
+
"""Creates a registry in the specified folder."""
|
|
47
|
+
|
|
48
|
+
Update: grpc.UnaryUnaryMultiCallable[
|
|
49
|
+
yandex.cloud.cloudregistry.v1.registry_service_pb2.UpdateRegistryRequest,
|
|
50
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
51
|
+
]
|
|
52
|
+
"""Updates the specified registry."""
|
|
53
|
+
|
|
54
|
+
Delete: grpc.UnaryUnaryMultiCallable[
|
|
55
|
+
yandex.cloud.cloudregistry.v1.registry_service_pb2.DeleteRegistryRequest,
|
|
56
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
57
|
+
]
|
|
58
|
+
"""Deletes the specified registry."""
|
|
59
|
+
|
|
60
|
+
ListAccessBindings: grpc.UnaryUnaryMultiCallable[
|
|
61
|
+
yandex.cloud.access.access_pb2.ListAccessBindingsRequest,
|
|
62
|
+
yandex.cloud.access.access_pb2.ListAccessBindingsResponse,
|
|
63
|
+
]
|
|
64
|
+
"""access
|
|
65
|
+
|
|
66
|
+
Lists access bindings for the specified registry.
|
|
67
|
+
"""
|
|
68
|
+
|
|
69
|
+
SetAccessBindings: grpc.UnaryUnaryMultiCallable[
|
|
70
|
+
yandex.cloud.access.access_pb2.SetAccessBindingsRequest,
|
|
71
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
72
|
+
]
|
|
73
|
+
"""Sets access bindings for the specified registry."""
|
|
74
|
+
|
|
75
|
+
UpdateAccessBindings: grpc.UnaryUnaryMultiCallable[
|
|
76
|
+
yandex.cloud.access.access_pb2.UpdateAccessBindingsRequest,
|
|
77
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
78
|
+
]
|
|
79
|
+
"""Updates access bindings for the specified registry."""
|
|
80
|
+
|
|
81
|
+
ListIpPermissions: grpc.UnaryUnaryMultiCallable[
|
|
82
|
+
yandex.cloud.cloudregistry.v1.registry_service_pb2.ListIpPermissionsRequest,
|
|
83
|
+
yandex.cloud.cloudregistry.v1.registry_service_pb2.ListIpPermissionsResponse,
|
|
84
|
+
]
|
|
85
|
+
"""List ip permissions for the specified registry."""
|
|
86
|
+
|
|
87
|
+
SetIpPermissions: grpc.UnaryUnaryMultiCallable[
|
|
88
|
+
yandex.cloud.cloudregistry.v1.registry_service_pb2.SetIpPermissionsRequest,
|
|
89
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
90
|
+
]
|
|
91
|
+
"""Set ip permissions for the specified registry."""
|
|
92
|
+
|
|
93
|
+
UpdateIpPermissions: grpc.UnaryUnaryMultiCallable[
|
|
94
|
+
yandex.cloud.cloudregistry.v1.registry_service_pb2.UpdateIpPermissionsRequest,
|
|
95
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
96
|
+
]
|
|
97
|
+
"""Update ip permissions for the specified registry."""
|
|
98
|
+
|
|
99
|
+
ListArtifacts: grpc.UnaryUnaryMultiCallable[
|
|
100
|
+
yandex.cloud.cloudregistry.v1.registry_service_pb2.ListArtifactsRequest,
|
|
101
|
+
yandex.cloud.cloudregistry.v1.registry_service_pb2.ListArtifactsResponse,
|
|
102
|
+
]
|
|
103
|
+
"""Retrieves the list of registry artifact resources in the specified registry."""
|
|
104
|
+
|
|
105
|
+
class RegistryServiceAsyncStub:
|
|
106
|
+
"""A set of methods for managing Registry resources."""
|
|
107
|
+
|
|
108
|
+
Get: grpc.aio.UnaryUnaryMultiCallable[
|
|
109
|
+
yandex.cloud.cloudregistry.v1.registry_service_pb2.GetRegistryRequest,
|
|
110
|
+
yandex.cloud.cloudregistry.v1.registry_pb2.Registry,
|
|
111
|
+
]
|
|
112
|
+
"""Returns the specified Registry resource.
|
|
113
|
+
|
|
114
|
+
To get the list of available Registry resources, make a [RegistryService.List] request.
|
|
115
|
+
"""
|
|
116
|
+
|
|
117
|
+
List: grpc.aio.UnaryUnaryMultiCallable[
|
|
118
|
+
yandex.cloud.cloudregistry.v1.registry_service_pb2.ListRegistriesRequest,
|
|
119
|
+
yandex.cloud.cloudregistry.v1.registry_service_pb2.ListRegistriesResponse,
|
|
120
|
+
]
|
|
121
|
+
"""Retrieves the list of Registry resources in the specified folder."""
|
|
122
|
+
|
|
123
|
+
Create: grpc.aio.UnaryUnaryMultiCallable[
|
|
124
|
+
yandex.cloud.cloudregistry.v1.registry_service_pb2.CreateRegistryRequest,
|
|
125
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
126
|
+
]
|
|
127
|
+
"""Creates a registry in the specified folder."""
|
|
128
|
+
|
|
129
|
+
Update: grpc.aio.UnaryUnaryMultiCallable[
|
|
130
|
+
yandex.cloud.cloudregistry.v1.registry_service_pb2.UpdateRegistryRequest,
|
|
131
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
132
|
+
]
|
|
133
|
+
"""Updates the specified registry."""
|
|
134
|
+
|
|
135
|
+
Delete: grpc.aio.UnaryUnaryMultiCallable[
|
|
136
|
+
yandex.cloud.cloudregistry.v1.registry_service_pb2.DeleteRegistryRequest,
|
|
137
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
138
|
+
]
|
|
139
|
+
"""Deletes the specified registry."""
|
|
140
|
+
|
|
141
|
+
ListAccessBindings: grpc.aio.UnaryUnaryMultiCallable[
|
|
142
|
+
yandex.cloud.access.access_pb2.ListAccessBindingsRequest,
|
|
143
|
+
yandex.cloud.access.access_pb2.ListAccessBindingsResponse,
|
|
144
|
+
]
|
|
145
|
+
"""access
|
|
146
|
+
|
|
147
|
+
Lists access bindings for the specified registry.
|
|
148
|
+
"""
|
|
149
|
+
|
|
150
|
+
SetAccessBindings: grpc.aio.UnaryUnaryMultiCallable[
|
|
151
|
+
yandex.cloud.access.access_pb2.SetAccessBindingsRequest,
|
|
152
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
153
|
+
]
|
|
154
|
+
"""Sets access bindings for the specified registry."""
|
|
155
|
+
|
|
156
|
+
UpdateAccessBindings: grpc.aio.UnaryUnaryMultiCallable[
|
|
157
|
+
yandex.cloud.access.access_pb2.UpdateAccessBindingsRequest,
|
|
158
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
159
|
+
]
|
|
160
|
+
"""Updates access bindings for the specified registry."""
|
|
161
|
+
|
|
162
|
+
ListIpPermissions: grpc.aio.UnaryUnaryMultiCallable[
|
|
163
|
+
yandex.cloud.cloudregistry.v1.registry_service_pb2.ListIpPermissionsRequest,
|
|
164
|
+
yandex.cloud.cloudregistry.v1.registry_service_pb2.ListIpPermissionsResponse,
|
|
165
|
+
]
|
|
166
|
+
"""List ip permissions for the specified registry."""
|
|
167
|
+
|
|
168
|
+
SetIpPermissions: grpc.aio.UnaryUnaryMultiCallable[
|
|
169
|
+
yandex.cloud.cloudregistry.v1.registry_service_pb2.SetIpPermissionsRequest,
|
|
170
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
171
|
+
]
|
|
172
|
+
"""Set ip permissions for the specified registry."""
|
|
173
|
+
|
|
174
|
+
UpdateIpPermissions: grpc.aio.UnaryUnaryMultiCallable[
|
|
175
|
+
yandex.cloud.cloudregistry.v1.registry_service_pb2.UpdateIpPermissionsRequest,
|
|
176
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
177
|
+
]
|
|
178
|
+
"""Update ip permissions for the specified registry."""
|
|
179
|
+
|
|
180
|
+
ListArtifacts: grpc.aio.UnaryUnaryMultiCallable[
|
|
181
|
+
yandex.cloud.cloudregistry.v1.registry_service_pb2.ListArtifactsRequest,
|
|
182
|
+
yandex.cloud.cloudregistry.v1.registry_service_pb2.ListArtifactsResponse,
|
|
183
|
+
]
|
|
184
|
+
"""Retrieves the list of registry artifact resources in the specified registry."""
|
|
185
|
+
|
|
186
|
+
class RegistryServiceServicer(metaclass=abc.ABCMeta):
|
|
187
|
+
"""A set of methods for managing Registry resources."""
|
|
188
|
+
|
|
189
|
+
@abc.abstractmethod
|
|
190
|
+
def Get(
|
|
191
|
+
self,
|
|
192
|
+
request: yandex.cloud.cloudregistry.v1.registry_service_pb2.GetRegistryRequest,
|
|
193
|
+
context: _ServicerContext,
|
|
194
|
+
) -> typing.Union[yandex.cloud.cloudregistry.v1.registry_pb2.Registry, collections.abc.Awaitable[yandex.cloud.cloudregistry.v1.registry_pb2.Registry]]:
|
|
195
|
+
"""Returns the specified Registry resource.
|
|
196
|
+
|
|
197
|
+
To get the list of available Registry resources, make a [RegistryService.List] request.
|
|
198
|
+
"""
|
|
199
|
+
|
|
200
|
+
@abc.abstractmethod
|
|
201
|
+
def List(
|
|
202
|
+
self,
|
|
203
|
+
request: yandex.cloud.cloudregistry.v1.registry_service_pb2.ListRegistriesRequest,
|
|
204
|
+
context: _ServicerContext,
|
|
205
|
+
) -> typing.Union[yandex.cloud.cloudregistry.v1.registry_service_pb2.ListRegistriesResponse, collections.abc.Awaitable[yandex.cloud.cloudregistry.v1.registry_service_pb2.ListRegistriesResponse]]:
|
|
206
|
+
"""Retrieves the list of Registry resources in the specified folder."""
|
|
207
|
+
|
|
208
|
+
@abc.abstractmethod
|
|
209
|
+
def Create(
|
|
210
|
+
self,
|
|
211
|
+
request: yandex.cloud.cloudregistry.v1.registry_service_pb2.CreateRegistryRequest,
|
|
212
|
+
context: _ServicerContext,
|
|
213
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
214
|
+
"""Creates a registry in the specified folder."""
|
|
215
|
+
|
|
216
|
+
@abc.abstractmethod
|
|
217
|
+
def Update(
|
|
218
|
+
self,
|
|
219
|
+
request: yandex.cloud.cloudregistry.v1.registry_service_pb2.UpdateRegistryRequest,
|
|
220
|
+
context: _ServicerContext,
|
|
221
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
222
|
+
"""Updates the specified registry."""
|
|
223
|
+
|
|
224
|
+
@abc.abstractmethod
|
|
225
|
+
def Delete(
|
|
226
|
+
self,
|
|
227
|
+
request: yandex.cloud.cloudregistry.v1.registry_service_pb2.DeleteRegistryRequest,
|
|
228
|
+
context: _ServicerContext,
|
|
229
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
230
|
+
"""Deletes the specified registry."""
|
|
231
|
+
|
|
232
|
+
@abc.abstractmethod
|
|
233
|
+
def ListAccessBindings(
|
|
234
|
+
self,
|
|
235
|
+
request: yandex.cloud.access.access_pb2.ListAccessBindingsRequest,
|
|
236
|
+
context: _ServicerContext,
|
|
237
|
+
) -> typing.Union[yandex.cloud.access.access_pb2.ListAccessBindingsResponse, collections.abc.Awaitable[yandex.cloud.access.access_pb2.ListAccessBindingsResponse]]:
|
|
238
|
+
"""access
|
|
239
|
+
|
|
240
|
+
Lists access bindings for the specified registry.
|
|
241
|
+
"""
|
|
242
|
+
|
|
243
|
+
@abc.abstractmethod
|
|
244
|
+
def SetAccessBindings(
|
|
245
|
+
self,
|
|
246
|
+
request: yandex.cloud.access.access_pb2.SetAccessBindingsRequest,
|
|
247
|
+
context: _ServicerContext,
|
|
248
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
249
|
+
"""Sets access bindings for the specified registry."""
|
|
250
|
+
|
|
251
|
+
@abc.abstractmethod
|
|
252
|
+
def UpdateAccessBindings(
|
|
253
|
+
self,
|
|
254
|
+
request: yandex.cloud.access.access_pb2.UpdateAccessBindingsRequest,
|
|
255
|
+
context: _ServicerContext,
|
|
256
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
257
|
+
"""Updates access bindings for the specified registry."""
|
|
258
|
+
|
|
259
|
+
@abc.abstractmethod
|
|
260
|
+
def ListIpPermissions(
|
|
261
|
+
self,
|
|
262
|
+
request: yandex.cloud.cloudregistry.v1.registry_service_pb2.ListIpPermissionsRequest,
|
|
263
|
+
context: _ServicerContext,
|
|
264
|
+
) -> typing.Union[yandex.cloud.cloudregistry.v1.registry_service_pb2.ListIpPermissionsResponse, collections.abc.Awaitable[yandex.cloud.cloudregistry.v1.registry_service_pb2.ListIpPermissionsResponse]]:
|
|
265
|
+
"""List ip permissions for the specified registry."""
|
|
266
|
+
|
|
267
|
+
@abc.abstractmethod
|
|
268
|
+
def SetIpPermissions(
|
|
269
|
+
self,
|
|
270
|
+
request: yandex.cloud.cloudregistry.v1.registry_service_pb2.SetIpPermissionsRequest,
|
|
271
|
+
context: _ServicerContext,
|
|
272
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
273
|
+
"""Set ip permissions for the specified registry."""
|
|
274
|
+
|
|
275
|
+
@abc.abstractmethod
|
|
276
|
+
def UpdateIpPermissions(
|
|
277
|
+
self,
|
|
278
|
+
request: yandex.cloud.cloudregistry.v1.registry_service_pb2.UpdateIpPermissionsRequest,
|
|
279
|
+
context: _ServicerContext,
|
|
280
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
281
|
+
"""Update ip permissions for the specified registry."""
|
|
282
|
+
|
|
283
|
+
@abc.abstractmethod
|
|
284
|
+
def ListArtifacts(
|
|
285
|
+
self,
|
|
286
|
+
request: yandex.cloud.cloudregistry.v1.registry_service_pb2.ListArtifactsRequest,
|
|
287
|
+
context: _ServicerContext,
|
|
288
|
+
) -> typing.Union[yandex.cloud.cloudregistry.v1.registry_service_pb2.ListArtifactsResponse, collections.abc.Awaitable[yandex.cloud.cloudregistry.v1.registry_service_pb2.ListArtifactsResponse]]:
|
|
289
|
+
"""Retrieves the list of registry artifact resources in the specified registry."""
|
|
290
|
+
|
|
291
|
+
def add_RegistryServiceServicer_to_server(servicer: RegistryServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|
|
@@ -13,7 +13,7 @@ _sym_db = _symbol_database.Default()
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2yandex/cloud/cloudrouter/v1/routing_instance.proto\x12\x1byandex.cloud.cloudrouter.v1\"\
|
|
16
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2yandex/cloud/cloudrouter/v1/routing_instance.proto\x12\x1byandex.cloud.cloudrouter.v1\"\x84\x07\n\x0fRoutingInstance\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12\x11\n\tfolder_id\x18\x05 \x01(\t\x12\x11\n\tregion_id\x18\x06 \x01(\t\x12\x46\n\x08vpc_info\x18\x07 \x03(\x0b\x32\x34.yandex.cloud.cloudrouter.v1.RoutingInstance.VpcInfo\x12j\n\x1b\x63ic_private_connection_info\x18\x08 \x03(\x0b\x32\x45.yandex.cloud.cloudrouter.v1.RoutingInstance.CicPrivateConnectionInfo\x12\x43\n\x06status\x18\t \x01(\x0e\x32\x33.yandex.cloud.cloudrouter.v1.RoutingInstance.Status\x12H\n\x06labels\x18\x18 \x03(\x0b\x32\x38.yandex.cloud.cloudrouter.v1.RoutingInstance.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a=\n\x18\x43icPrivateConnectionInfo\x12!\n\x19\x63ic_private_connection_id\x18\x01 \x01(\t\x1ak\n\x07VpcInfo\x12\x16\n\x0evpc_network_id\x18\x01 \x01(\t\x12H\n\x08\x61z_infos\x18\x02 \x03(\x0b\x32\x36.yandex.cloud.cloudrouter.v1.RoutingInstance.VpcAzInfo\x1a\x62\n\tVpcAzInfo\x12O\n\x0bmanual_info\x18\x02 \x01(\x0b\x32:.yandex.cloud.cloudrouter.v1.RoutingInstance.VpcManualInfoJ\x04\x08\x01\x10\x02\x1a\x36\n\rVpcManualInfo\x12\r\n\x05\x61z_id\x18\x01 \x01(\t\x12\x10\n\x08prefixes\x18\x05 \x03(\tJ\x04\x08\x02\x10\x05\"V\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\x0c\n\x08UPDATING\x10\x02\x12\x0c\n\x08\x44\x45LETING\x10\x03\x12\n\n\x06\x41\x43TIVE\x10\x04J\x04\x08\x04\x10\x05J\x04\x08\n\x10\x18\x42n\n\x1fyandex.cloud.api.cloudrouter.v1ZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/cloudrouter/v1;cloudrouterb\x06proto3')
|
|
17
17
|
|
|
18
18
|
_globals = globals()
|
|
19
19
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -24,19 +24,17 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
24
24
|
_ROUTINGINSTANCE_LABELSENTRY._options = None
|
|
25
25
|
_ROUTINGINSTANCE_LABELSENTRY._serialized_options = b'8\001'
|
|
26
26
|
_globals['_ROUTINGINSTANCE']._serialized_start=84
|
|
27
|
-
_globals['_ROUTINGINSTANCE']._serialized_end=
|
|
27
|
+
_globals['_ROUTINGINSTANCE']._serialized_end=984
|
|
28
28
|
_globals['_ROUTINGINSTANCE_LABELSENTRY']._serialized_start=511
|
|
29
29
|
_globals['_ROUTINGINSTANCE_LABELSENTRY']._serialized_end=556
|
|
30
30
|
_globals['_ROUTINGINSTANCE_CICPRIVATECONNECTIONINFO']._serialized_start=558
|
|
31
31
|
_globals['_ROUTINGINSTANCE_CICPRIVATECONNECTIONINFO']._serialized_end=619
|
|
32
32
|
_globals['_ROUTINGINSTANCE_VPCINFO']._serialized_start=621
|
|
33
33
|
_globals['_ROUTINGINSTANCE_VPCINFO']._serialized_end=728
|
|
34
|
-
_globals['_ROUTINGINSTANCE_VPCAZINFO']._serialized_start=
|
|
35
|
-
_globals['_ROUTINGINSTANCE_VPCAZINFO']._serialized_end=
|
|
36
|
-
_globals['_ROUTINGINSTANCE_VPCMANUALINFO']._serialized_start=
|
|
37
|
-
_globals['_ROUTINGINSTANCE_VPCMANUALINFO']._serialized_end=
|
|
38
|
-
_globals['
|
|
39
|
-
_globals['
|
|
40
|
-
_globals['_ROUTINGINSTANCE_STATUS']._serialized_start=1027
|
|
41
|
-
_globals['_ROUTINGINSTANCE_STATUS']._serialized_end=1113
|
|
34
|
+
_globals['_ROUTINGINSTANCE_VPCAZINFO']._serialized_start=730
|
|
35
|
+
_globals['_ROUTINGINSTANCE_VPCAZINFO']._serialized_end=828
|
|
36
|
+
_globals['_ROUTINGINSTANCE_VPCMANUALINFO']._serialized_start=830
|
|
37
|
+
_globals['_ROUTINGINSTANCE_VPCMANUALINFO']._serialized_end=884
|
|
38
|
+
_globals['_ROUTINGINSTANCE_STATUS']._serialized_start=886
|
|
39
|
+
_globals['_ROUTINGINSTANCE_STATUS']._serialized_end=972
|
|
42
40
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -97,23 +97,17 @@ class RoutingInstance(google.protobuf.message.Message):
|
|
|
97
97
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
98
98
|
|
|
99
99
|
MANUAL_INFO_FIELD_NUMBER: builtins.int
|
|
100
|
-
AUTOMATIC_INFO_FIELD_NUMBER: builtins.int
|
|
101
100
|
@property
|
|
102
101
|
def manual_info(self) -> global___RoutingInstance.VpcManualInfo:
|
|
103
102
|
"""VpcInfo which is set by user"""
|
|
104
103
|
|
|
105
|
-
@property
|
|
106
|
-
def automatic_info(self) -> global___RoutingInstance.VpcAutomaticInfo:
|
|
107
|
-
"""VpcInfo which is get from vpc service by attached networks"""
|
|
108
|
-
|
|
109
104
|
def __init__(
|
|
110
105
|
self,
|
|
111
106
|
*,
|
|
112
107
|
manual_info: global___RoutingInstance.VpcManualInfo | None = ...,
|
|
113
|
-
automatic_info: global___RoutingInstance.VpcAutomaticInfo | None = ...,
|
|
114
108
|
) -> None: ...
|
|
115
|
-
def HasField(self, field_name: typing.Literal["
|
|
116
|
-
def ClearField(self, field_name: typing.Literal["
|
|
109
|
+
def HasField(self, field_name: typing.Literal["manual_info", b"manual_info"]) -> builtins.bool: ...
|
|
110
|
+
def ClearField(self, field_name: typing.Literal["manual_info", b"manual_info"]) -> None: ...
|
|
117
111
|
|
|
118
112
|
@typing.final
|
|
119
113
|
class VpcManualInfo(google.protobuf.message.Message):
|
|
@@ -135,26 +129,6 @@ class RoutingInstance(google.protobuf.message.Message):
|
|
|
135
129
|
) -> None: ...
|
|
136
130
|
def ClearField(self, field_name: typing.Literal["az_id", b"az_id", "prefixes", b"prefixes"]) -> None: ...
|
|
137
131
|
|
|
138
|
-
@typing.final
|
|
139
|
-
class VpcAutomaticInfo(google.protobuf.message.Message):
|
|
140
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
141
|
-
|
|
142
|
-
AZ_ID_FIELD_NUMBER: builtins.int
|
|
143
|
-
PREFIXES_FIELD_NUMBER: builtins.int
|
|
144
|
-
az_id: builtins.str
|
|
145
|
-
"""ID of the AZ"""
|
|
146
|
-
@property
|
|
147
|
-
def prefixes(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
148
|
-
"""List of prefixes from attached VpcNetwork"""
|
|
149
|
-
|
|
150
|
-
def __init__(
|
|
151
|
-
self,
|
|
152
|
-
*,
|
|
153
|
-
az_id: builtins.str = ...,
|
|
154
|
-
prefixes: collections.abc.Iterable[builtins.str] | None = ...,
|
|
155
|
-
) -> None: ...
|
|
156
|
-
def ClearField(self, field_name: typing.Literal["az_id", b"az_id", "prefixes", b"prefixes"]) -> None: ...
|
|
157
|
-
|
|
158
132
|
ID_FIELD_NUMBER: builtins.int
|
|
159
133
|
NAME_FIELD_NUMBER: builtins.int
|
|
160
134
|
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
@@ -193,7 +193,7 @@ class InstanceServiceServicer(object):
|
|
|
193
193
|
raise NotImplementedError('Method not implemented!')
|
|
194
194
|
|
|
195
195
|
def UpdateMetadata(self, request, context):
|
|
196
|
-
"""Updates the metadata of the specified instance.
|
|
196
|
+
"""Updates the metadata of the specified instance. For more information on metadata, see [VM metadata](/docs/compute/concepts/vm-metadata).
|
|
197
197
|
"""
|
|
198
198
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
199
199
|
context.set_details('Method not implemented!')
|
|
@@ -63,7 +63,7 @@ class InstanceServiceStub:
|
|
|
63
63
|
yandex.cloud.compute.v1.instance_service_pb2.UpdateInstanceMetadataRequest,
|
|
64
64
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
65
65
|
]
|
|
66
|
-
"""Updates the metadata of the specified instance."""
|
|
66
|
+
"""Updates the metadata of the specified instance. For more information on metadata, see [VM metadata](/docs/compute/concepts/vm-metadata)."""
|
|
67
67
|
|
|
68
68
|
GetSerialPortOutput: grpc.UnaryUnaryMultiCallable[
|
|
69
69
|
yandex.cloud.compute.v1.instance_service_pb2.GetInstanceSerialPortOutputRequest,
|
|
@@ -258,7 +258,7 @@ class InstanceServiceAsyncStub:
|
|
|
258
258
|
yandex.cloud.compute.v1.instance_service_pb2.UpdateInstanceMetadataRequest,
|
|
259
259
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
260
260
|
]
|
|
261
|
-
"""Updates the metadata of the specified instance."""
|
|
261
|
+
"""Updates the metadata of the specified instance. For more information on metadata, see [VM metadata](/docs/compute/concepts/vm-metadata)."""
|
|
262
262
|
|
|
263
263
|
GetSerialPortOutput: grpc.aio.UnaryUnaryMultiCallable[
|
|
264
264
|
yandex.cloud.compute.v1.instance_service_pb2.GetInstanceSerialPortOutputRequest,
|
|
@@ -465,7 +465,7 @@ class InstanceServiceServicer(metaclass=abc.ABCMeta):
|
|
|
465
465
|
request: yandex.cloud.compute.v1.instance_service_pb2.UpdateInstanceMetadataRequest,
|
|
466
466
|
context: _ServicerContext,
|
|
467
467
|
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
468
|
-
"""Updates the metadata of the specified instance."""
|
|
468
|
+
"""Updates the metadata of the specified instance. For more information on metadata, see [VM metadata](/docs/compute/concepts/vm-metadata)."""
|
|
469
469
|
|
|
470
470
|
@abc.abstractmethod
|
|
471
471
|
def GetSerialPortOutput(
|
|
@@ -16,7 +16,7 @@ from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
|
16
16
|
from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*yandex/cloud/datasphere/v2/jobs/jobs.proto\x12\x1fyandex.cloud.datasphere.v2.jobs\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\x1a\x1egoogle/protobuf/duration.proto\"\xc0\x05\n\rJobParameters\x12:\n\x0binput_files\x18\x01 \x03(\x0b\x32%.yandex.cloud.datasphere.v2.jobs.File\x12?\n\x0coutput_files\x18\x02 \x03(\x0b\x32).yandex.cloud.datasphere.v2.jobs.FileDesc\x12\x14\n\x0cs3_mount_ids\x18\x03 \x03(\t\x12\x13\n\x0b\x64\x61taset_ids\x18\x04 \x03(\t\x12\x0b\n\x03\x63md\x18\x05 \x01(\t\x12\x39\n\x03\x65nv\x18\x06 \x01(\x0b\x32,.yandex.cloud.datasphere.v2.jobs.Environment\x12\x1b\n\x13\x61ttach_project_disk\x18\x07 \x01(\x08\x12Y\n\x14\x63loud_instance_types\x18\x08 \x03(\x0b\x32\x32.yandex.cloud.datasphere.v2.jobs.CloudInstanceTypeB\x07\x82\xc8\x31\x03>=1\x12Y\n\x18\x65xtended_working_storage\x18\t \x01(\x0b\x32\x37.yandex.cloud.datasphere.v2.jobs.ExtendedWorkingStorage\x12<\n\targuments\x18\n \x03(\x0b\x32).yandex.cloud.datasphere.v2.jobs.Argument\x12K\n\x0foutput_datasets\x18\x0b \x03(\x0b\x32\x32.yandex.cloud.datasphere.v2.jobs.OutputDatasetDesc\x12\x61\n\x1cgraceful_shutdown_parameters\x18\x0c \x01(\x0b\x32;.yandex.cloud.datasphere.v2.jobs.GracefulShutdownParameters\"!\n\x11\x43loudInstanceType\x12\x0c\n\x04name\x18\x01 \x01(\t\"\xb2\x01\n\x16\x45xtendedWorkingStorage\x12Q\n\x04type\x18\x01 \x01(\x0e\x32\x43.yandex.cloud.datasphere.v2.jobs.ExtendedWorkingStorage.StorageType\x12\x0f\n\x07size_gb\x18\x02 \x01(\x03\"4\n\x0bStorageType\x12\x1c\n\x18STORAGE_TYPE_UNSPECIFIED\x10\x00\x12\x07\n\x03SSD\x10\x01\"\'\n\x08\x41rgument\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\"\xb3\x01\n\x04\x46ile\x12\x37\n\x04\x64\x65sc\x18\x01 \x01(\x0b\x32).yandex.cloud.datasphere.v2.jobs.FileDesc\x12\x0e\n\x06sha256\x18\x02 \x01(\t\x12\x12\n\nsize_bytes\x18\x03 \x01(\x03\x12N\n\x10\x63ompression_type\x18\x04 \x01(\x0e\x32\x34.yandex.cloud.datasphere.v2.jobs.FileCompressionType\"O\n\x0bStorageFile\x12\x33\n\x04\x66ile\x18\x01 \x01(\x0b\x32%.yandex.cloud.datasphere.v2.jobs.File\x12\x0b\n\x03url\x18\x02 \x01(\t\"%\n\x08\x46ileDesc\x12\x0c\n\x04path\x18\x01 \x01(\t\x12\x0b\n\x03var\x18\x02 \x01(\t\"\x93\x01\n\x0f\x46ileUploadError\x12\x45\n\x10output_file_desc\x18\x01 \x01(\x0b\x32).yandex.cloud.datasphere.v2.jobs.FileDescH\x00\x12\x17\n\rlog_file_name\x18\x02 \x01(\tH\x00\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\tB\x0b\n\tfile_type\"\xc3\x02\n\x0b\x45nvironment\x12\x44\n\x04vars\x18\x01 \x03(\x0b\x32\x36.yandex.cloud.datasphere.v2.jobs.Environment.VarsEntry\x12\"\n\x18\x64ocker_image_resource_id\x18\x02 \x01(\tH\x00\x12M\n\x11\x64ocker_image_spec\x18\x03 \x01(\x0b\x32\x30.yandex.cloud.datasphere.v2.jobs.DockerImageSpecH\x00\x12>\n\npython_env\x18\x04 \x01(\x0b\x32*.yandex.cloud.datasphere.v2.jobs.PythonEnv\x1a+\n\tVarsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x0e\n\x0c\x64ocker_image\"\x84\x01\n\x0f\x44ockerImageSpec\x12\x11\n\timage_url\x18\x01 \x01(\t\x12\x10\n\x08username\x18\x02 \x01(\t\x12\x1d\n\x13password_plain_text\x18\x03 \x01(\tH\x00\x12!\n\x17password_ds_secret_name\x18\x04 \x01(\tH\x00\x42\n\n\x08password\"\xcd\x01\n\tPythonEnv\x12\x12\n\nconda_yaml\x18\x01 \x01(\t\x12<\n\rlocal_modules\x18\x02 \x03(\x0b\x32%.yandex.cloud.datasphere.v2.jobs.File\x12\x16\n\x0epython_version\x18\x03 \x01(\t\x12\x14\n\x0crequirements\x18\x04 \x03(\t\x12@\n\x0bpip_options\x18\x05 \x01(\x0b\x32+.yandex.cloud.datasphere.v2.jobs.PipOptions\"a\n\nPipOptions\x12\x11\n\tindex_url\x18\x01 \x01(\t\x12\x18\n\x10\x65xtra_index_urls\x18\x02 \x03(\t\x12\x15\n\rtrusted_hosts\x18\x03 \x03(\t\x12\x0f\n\x07no_deps\x18\x04 \x01(\x08\"\xd3\x01\n\x11OutputDatasetDesc\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12N\n\x06labels\x18\x03 \x03(\x0b\x32>.yandex.cloud.datasphere.v2.jobs.OutputDatasetDesc.LabelsEntry\x12\x0f\n\x07size_gb\x18\x04 \x01(\x03\x12\x0b\n\x03var\x18\x05 \x01(\t\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"]\n\rOutputDataset\x12@\n\x04\x64\x65sc\x18\x01 \x01(\x0b\x32\x32.yandex.cloud.datasphere.v2.jobs.OutputDatasetDesc\x12\n\n\x02id\x18\x02 \x01(\t\"\xb0\x07\n\x03Job\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x0c\n\x04\x64\x65sc\x18\x03 \x01(\t\x12.\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0b\x66inished_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12:\n\x06status\x18\x06 \x01(\x0e\x32*.yandex.cloud.datasphere.v2.jobs.JobStatus\x12\x0e\n\x06\x63onfig\x18\x07 \x01(\t\x12\x15\n\rcreated_by_id\x18\x08 \x01(\t\x12\x12\n\nproject_id\x18\t \x01(\t\x12\x46\n\x0ejob_parameters\x18\n \x01(\x0b\x32..yandex.cloud.datasphere.v2.jobs.JobParameters\x12\x33\n\x0f\x64\x61ta_expires_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\x0c\x64\x61ta_cleared\x18\x0c \x01(\x08\x12;\n\x0coutput_files\x18\r \x03(\x0b\x32%.yandex.cloud.datasphere.v2.jobs.File\x12\x38\n\tlog_files\x18\x0e \x03(\x0b\x32%.yandex.cloud.datasphere.v2.jobs.File\x12?\n\x10\x64iagnostic_files\x18\x0f \x03(\x0b\x32%.yandex.cloud.datasphere.v2.jobs.File\x12\x17\n\x0f\x64\x61ta_size_bytes\x18\x10 \x01(\x03\x12.\n\nstarted_at\x18\x11 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x16\n\x0estatus_details\x18\x12 \x01(\t\x12V\n\x1a\x61\x63tual_cloud_instance_type\x18\x13 \x01(\x0b\x32\x32.yandex.cloud.datasphere.v2.jobs.CloudInstanceType\x12\x15\n\rparent_job_id\x18\x14 \x01(\t\x12\x45\n\x0b\x66ile_errors\x18\x15 \x03(\x0b\x32\x30.yandex.cloud.datasphere.v2.jobs.FileUploadError\x12G\n\x0foutput_datasets\x18\x16 \x03(\x0b\x32..yandex.cloud.datasphere.v2.jobs.OutputDataset\" \n\tJobResult\x12\x13\n\x0breturn_code\x18\x01 \x01(\x03\"X\n\x1aGracefulShutdownParameters\x12*\n\x07timeout\x18\x01 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x0e\n\x06signal\x18\x02 \x01(\x03*O\n\x13\x46ileCompressionType\x12%\n!FILE_COMPRESSION_TYPE_UNSPECIFIED\x10\x00\x12\x08\n\x04NONE\x10\x01\x12\x07\n\x03ZIP\x10\x02*\x91\x01\n\tJobStatus\x12\x1a\n\x16JOB_STATUS_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\r\n\tEXECUTING\x10\x02\x12\x14\n\x10UPLOADING_OUTPUT\x10\x03\x12\x0b\n\x07SUCCESS\x10\x04\x12\t\n\x05\x45RROR\x10\x05\x12\r\n\tCANCELLED\x10\x06\x12\x0e\n\nCANCELLING\x10\x07\x42{\n#yandex.cloud.api.datasphere.v2.jobsB\x04JobsZNgithub.com/yandex-cloud/go-genproto/yandex/cloud/datasphere/v2/jobs;datasphereb\x06proto3')
|
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*yandex/cloud/datasphere/v2/jobs/jobs.proto\x12\x1fyandex.cloud.datasphere.v2.jobs\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\x1a\x1egoogle/protobuf/duration.proto\"\xc0\x05\n\rJobParameters\x12:\n\x0binput_files\x18\x01 \x03(\x0b\x32%.yandex.cloud.datasphere.v2.jobs.File\x12?\n\x0coutput_files\x18\x02 \x03(\x0b\x32).yandex.cloud.datasphere.v2.jobs.FileDesc\x12\x14\n\x0cs3_mount_ids\x18\x03 \x03(\t\x12\x13\n\x0b\x64\x61taset_ids\x18\x04 \x03(\t\x12\x0b\n\x03\x63md\x18\x05 \x01(\t\x12\x39\n\x03\x65nv\x18\x06 \x01(\x0b\x32,.yandex.cloud.datasphere.v2.jobs.Environment\x12\x1b\n\x13\x61ttach_project_disk\x18\x07 \x01(\x08\x12Y\n\x14\x63loud_instance_types\x18\x08 \x03(\x0b\x32\x32.yandex.cloud.datasphere.v2.jobs.CloudInstanceTypeB\x07\x82\xc8\x31\x03>=1\x12Y\n\x18\x65xtended_working_storage\x18\t \x01(\x0b\x32\x37.yandex.cloud.datasphere.v2.jobs.ExtendedWorkingStorage\x12<\n\targuments\x18\n \x03(\x0b\x32).yandex.cloud.datasphere.v2.jobs.Argument\x12K\n\x0foutput_datasets\x18\x0b \x03(\x0b\x32\x32.yandex.cloud.datasphere.v2.jobs.OutputDatasetDesc\x12\x61\n\x1cgraceful_shutdown_parameters\x18\x0c \x01(\x0b\x32;.yandex.cloud.datasphere.v2.jobs.GracefulShutdownParameters\"!\n\x11\x43loudInstanceType\x12\x0c\n\x04name\x18\x01 \x01(\t\"\xb2\x01\n\x16\x45xtendedWorkingStorage\x12Q\n\x04type\x18\x01 \x01(\x0e\x32\x43.yandex.cloud.datasphere.v2.jobs.ExtendedWorkingStorage.StorageType\x12\x0f\n\x07size_gb\x18\x02 \x01(\x03\"4\n\x0bStorageType\x12\x1c\n\x18STORAGE_TYPE_UNSPECIFIED\x10\x00\x12\x07\n\x03SSD\x10\x01\"\'\n\x08\x41rgument\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\"\xb3\x01\n\x04\x46ile\x12\x37\n\x04\x64\x65sc\x18\x01 \x01(\x0b\x32).yandex.cloud.datasphere.v2.jobs.FileDesc\x12\x0e\n\x06sha256\x18\x02 \x01(\t\x12\x12\n\nsize_bytes\x18\x03 \x01(\x03\x12N\n\x10\x63ompression_type\x18\x04 \x01(\x0e\x32\x34.yandex.cloud.datasphere.v2.jobs.FileCompressionType\"O\n\x0bStorageFile\x12\x33\n\x04\x66ile\x18\x01 \x01(\x0b\x32%.yandex.cloud.datasphere.v2.jobs.File\x12\x0b\n\x03url\x18\x02 \x01(\t\"%\n\x08\x46ileDesc\x12\x0c\n\x04path\x18\x01 \x01(\t\x12\x0b\n\x03var\x18\x02 \x01(\t\"\x93\x01\n\x0f\x46ileUploadError\x12\x45\n\x10output_file_desc\x18\x01 \x01(\x0b\x32).yandex.cloud.datasphere.v2.jobs.FileDescH\x00\x12\x17\n\rlog_file_name\x18\x02 \x01(\tH\x00\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\tB\x0b\n\tfile_type\"\xc3\x02\n\x0b\x45nvironment\x12\x44\n\x04vars\x18\x01 \x03(\x0b\x32\x36.yandex.cloud.datasphere.v2.jobs.Environment.VarsEntry\x12\"\n\x18\x64ocker_image_resource_id\x18\x02 \x01(\tH\x00\x12M\n\x11\x64ocker_image_spec\x18\x03 \x01(\x0b\x32\x30.yandex.cloud.datasphere.v2.jobs.DockerImageSpecH\x00\x12>\n\npython_env\x18\x04 \x01(\x0b\x32*.yandex.cloud.datasphere.v2.jobs.PythonEnv\x1a+\n\tVarsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x0e\n\x0c\x64ocker_image\"\x84\x01\n\x0f\x44ockerImageSpec\x12\x11\n\timage_url\x18\x01 \x01(\t\x12\x10\n\x08username\x18\x02 \x01(\t\x12\x1d\n\x13password_plain_text\x18\x03 \x01(\tH\x00\x12!\n\x17password_ds_secret_name\x18\x04 \x01(\tH\x00\x42\n\n\x08password\"\xcd\x01\n\tPythonEnv\x12\x12\n\nconda_yaml\x18\x01 \x01(\t\x12<\n\rlocal_modules\x18\x02 \x03(\x0b\x32%.yandex.cloud.datasphere.v2.jobs.File\x12\x16\n\x0epython_version\x18\x03 \x01(\t\x12\x14\n\x0crequirements\x18\x04 \x03(\t\x12@\n\x0bpip_options\x18\x05 \x01(\x0b\x32+.yandex.cloud.datasphere.v2.jobs.PipOptions\"a\n\nPipOptions\x12\x11\n\tindex_url\x18\x01 \x01(\t\x12\x18\n\x10\x65xtra_index_urls\x18\x02 \x03(\t\x12\x15\n\rtrusted_hosts\x18\x03 \x03(\t\x12\x0f\n\x07no_deps\x18\x04 \x01(\x08\"\xd3\x01\n\x11OutputDatasetDesc\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12N\n\x06labels\x18\x03 \x03(\x0b\x32>.yandex.cloud.datasphere.v2.jobs.OutputDatasetDesc.LabelsEntry\x12\x0f\n\x07size_gb\x18\x04 \x01(\x03\x12\x0b\n\x03var\x18\x05 \x01(\t\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"]\n\rOutputDataset\x12@\n\x04\x64\x65sc\x18\x01 \x01(\x0b\x32\x32.yandex.cloud.datasphere.v2.jobs.OutputDatasetDesc\x12\n\n\x02id\x18\x02 \x01(\t\"\xb0\x07\n\x03Job\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x0c\n\x04\x64\x65sc\x18\x03 \x01(\t\x12.\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0b\x66inished_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12:\n\x06status\x18\x06 \x01(\x0e\x32*.yandex.cloud.datasphere.v2.jobs.JobStatus\x12\x0e\n\x06\x63onfig\x18\x07 \x01(\t\x12\x15\n\rcreated_by_id\x18\x08 \x01(\t\x12\x12\n\nproject_id\x18\t \x01(\t\x12\x46\n\x0ejob_parameters\x18\n \x01(\x0b\x32..yandex.cloud.datasphere.v2.jobs.JobParameters\x12\x33\n\x0f\x64\x61ta_expires_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\x0c\x64\x61ta_cleared\x18\x0c \x01(\x08\x12;\n\x0coutput_files\x18\r \x03(\x0b\x32%.yandex.cloud.datasphere.v2.jobs.File\x12\x38\n\tlog_files\x18\x0e \x03(\x0b\x32%.yandex.cloud.datasphere.v2.jobs.File\x12?\n\x10\x64iagnostic_files\x18\x0f \x03(\x0b\x32%.yandex.cloud.datasphere.v2.jobs.File\x12\x17\n\x0f\x64\x61ta_size_bytes\x18\x10 \x01(\x03\x12.\n\nstarted_at\x18\x11 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x16\n\x0estatus_details\x18\x12 \x01(\t\x12V\n\x1a\x61\x63tual_cloud_instance_type\x18\x13 \x01(\x0b\x32\x32.yandex.cloud.datasphere.v2.jobs.CloudInstanceType\x12\x15\n\rparent_job_id\x18\x14 \x01(\t\x12\x45\n\x0b\x66ile_errors\x18\x15 \x03(\x0b\x32\x30.yandex.cloud.datasphere.v2.jobs.FileUploadError\x12G\n\x0foutput_datasets\x18\x16 \x03(\x0b\x32..yandex.cloud.datasphere.v2.jobs.OutputDataset\" \n\tJobResult\x12\x13\n\x0breturn_code\x18\x01 \x01(\x03\"X\n\x1aGracefulShutdownParameters\x12*\n\x07timeout\x18\x01 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x0e\n\x06signal\x18\x02 \x01(\x03\"\x98\x03\n\x0bJobMetadata\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\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\nstarted_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0b\x66inished_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x33\n\x0f\x64\x61ta_expires_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12:\n\x06status\x18\x08 \x01(\x0e\x32*.yandex.cloud.datasphere.v2.jobs.JobStatus\x12\x16\n\x0estatus_details\x18\t \x01(\t\x12\x15\n\rcreated_by_id\x18\n \x01(\t\x12\x12\n\nproject_id\x18\x0b \x01(\t\x12\x15\n\rparent_job_id\x18\x0c \x01(\t\"a\n\x0bJobProgress\x12\x0f\n\x07message\x18\x01 \x01(\t\x12\x10\n\x08progress\x18\x02 \x01(\x03\x12/\n\x0b\x63reate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp*O\n\x13\x46ileCompressionType\x12%\n!FILE_COMPRESSION_TYPE_UNSPECIFIED\x10\x00\x12\x08\n\x04NONE\x10\x01\x12\x07\n\x03ZIP\x10\x02*\x91\x01\n\tJobStatus\x12\x1a\n\x16JOB_STATUS_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\r\n\tEXECUTING\x10\x02\x12\x14\n\x10UPLOADING_OUTPUT\x10\x03\x12\x0b\n\x07SUCCESS\x10\x04\x12\t\n\x05\x45RROR\x10\x05\x12\r\n\tCANCELLED\x10\x06\x12\x0e\n\nCANCELLING\x10\x07\x42{\n#yandex.cloud.api.datasphere.v2.jobsB\x04JobsZNgithub.com/yandex-cloud/go-genproto/yandex/cloud/datasphere/v2/jobs;datasphereb\x06proto3')
|
|
20
20
|
|
|
21
21
|
_globals = globals()
|
|
22
22
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -30,10 +30,10 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
30
30
|
_ENVIRONMENT_VARSENTRY._serialized_options = b'8\001'
|
|
31
31
|
_OUTPUTDATASETDESC_LABELSENTRY._options = None
|
|
32
32
|
_OUTPUTDATASETDESC_LABELSENTRY._serialized_options = b'8\001'
|
|
33
|
-
_globals['_FILECOMPRESSIONTYPE']._serialized_start=
|
|
34
|
-
_globals['_FILECOMPRESSIONTYPE']._serialized_end=
|
|
35
|
-
_globals['_JOBSTATUS']._serialized_start=
|
|
36
|
-
_globals['_JOBSTATUS']._serialized_end=
|
|
33
|
+
_globals['_FILECOMPRESSIONTYPE']._serialized_start=4249
|
|
34
|
+
_globals['_FILECOMPRESSIONTYPE']._serialized_end=4328
|
|
35
|
+
_globals['_JOBSTATUS']._serialized_start=4331
|
|
36
|
+
_globals['_JOBSTATUS']._serialized_end=4476
|
|
37
37
|
_globals['_JOBPARAMETERS']._serialized_start=176
|
|
38
38
|
_globals['_JOBPARAMETERS']._serialized_end=880
|
|
39
39
|
_globals['_CLOUDINSTANCETYPE']._serialized_start=882
|
|
@@ -74,4 +74,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
74
74
|
_globals['_JOBRESULT']._serialized_end=3647
|
|
75
75
|
_globals['_GRACEFULSHUTDOWNPARAMETERS']._serialized_start=3649
|
|
76
76
|
_globals['_GRACEFULSHUTDOWNPARAMETERS']._serialized_end=3737
|
|
77
|
+
_globals['_JOBMETADATA']._serialized_start=3740
|
|
78
|
+
_globals['_JOBMETADATA']._serialized_end=4148
|
|
79
|
+
_globals['_JOBPROGRESS']._serialized_start=4150
|
|
80
|
+
_globals['_JOBPROGRESS']._serialized_end=4247
|
|
77
81
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -688,3 +688,99 @@ class GracefulShutdownParameters(google.protobuf.message.Message):
|
|
|
688
688
|
def ClearField(self, field_name: typing.Literal["signal", b"signal", "timeout", b"timeout"]) -> None: ...
|
|
689
689
|
|
|
690
690
|
global___GracefulShutdownParameters = GracefulShutdownParameters
|
|
691
|
+
|
|
692
|
+
@typing.final
|
|
693
|
+
class JobMetadata(google.protobuf.message.Message):
|
|
694
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
695
|
+
|
|
696
|
+
ID_FIELD_NUMBER: builtins.int
|
|
697
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
698
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
699
|
+
CREATED_AT_FIELD_NUMBER: builtins.int
|
|
700
|
+
STARTED_AT_FIELD_NUMBER: builtins.int
|
|
701
|
+
FINISHED_AT_FIELD_NUMBER: builtins.int
|
|
702
|
+
DATA_EXPIRES_AT_FIELD_NUMBER: builtins.int
|
|
703
|
+
STATUS_FIELD_NUMBER: builtins.int
|
|
704
|
+
STATUS_DETAILS_FIELD_NUMBER: builtins.int
|
|
705
|
+
CREATED_BY_ID_FIELD_NUMBER: builtins.int
|
|
706
|
+
PROJECT_ID_FIELD_NUMBER: builtins.int
|
|
707
|
+
PARENT_JOB_ID_FIELD_NUMBER: builtins.int
|
|
708
|
+
id: builtins.str
|
|
709
|
+
"""ID of the job."""
|
|
710
|
+
name: builtins.str
|
|
711
|
+
"""Name of the job."""
|
|
712
|
+
description: builtins.str
|
|
713
|
+
"""Description of the job."""
|
|
714
|
+
status: global___JobStatus.ValueType
|
|
715
|
+
"""Status of the job."""
|
|
716
|
+
status_details: builtins.str
|
|
717
|
+
"""Details."""
|
|
718
|
+
created_by_id: builtins.str
|
|
719
|
+
"""ID of the user who created the job."""
|
|
720
|
+
project_id: builtins.str
|
|
721
|
+
"""ID of the project."""
|
|
722
|
+
parent_job_id: builtins.str
|
|
723
|
+
"""Reference to the parent job."""
|
|
724
|
+
@property
|
|
725
|
+
def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
726
|
+
"""Create job timestamp."""
|
|
727
|
+
|
|
728
|
+
@property
|
|
729
|
+
def started_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
730
|
+
"""Start job timestamp."""
|
|
731
|
+
|
|
732
|
+
@property
|
|
733
|
+
def finished_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
734
|
+
"""Finish job timestamp."""
|
|
735
|
+
|
|
736
|
+
@property
|
|
737
|
+
def data_expires_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
738
|
+
"""Job data expiration timestamp."""
|
|
739
|
+
|
|
740
|
+
def __init__(
|
|
741
|
+
self,
|
|
742
|
+
*,
|
|
743
|
+
id: builtins.str = ...,
|
|
744
|
+
name: builtins.str = ...,
|
|
745
|
+
description: builtins.str = ...,
|
|
746
|
+
created_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
747
|
+
started_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
748
|
+
finished_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
749
|
+
data_expires_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
750
|
+
status: global___JobStatus.ValueType = ...,
|
|
751
|
+
status_details: builtins.str = ...,
|
|
752
|
+
created_by_id: builtins.str = ...,
|
|
753
|
+
project_id: builtins.str = ...,
|
|
754
|
+
parent_job_id: builtins.str = ...,
|
|
755
|
+
) -> None: ...
|
|
756
|
+
def HasField(self, field_name: typing.Literal["created_at", b"created_at", "data_expires_at", b"data_expires_at", "finished_at", b"finished_at", "started_at", b"started_at"]) -> builtins.bool: ...
|
|
757
|
+
def ClearField(self, field_name: typing.Literal["created_at", b"created_at", "created_by_id", b"created_by_id", "data_expires_at", b"data_expires_at", "description", b"description", "finished_at", b"finished_at", "id", b"id", "name", b"name", "parent_job_id", b"parent_job_id", "project_id", b"project_id", "started_at", b"started_at", "status", b"status", "status_details", b"status_details"]) -> None: ...
|
|
758
|
+
|
|
759
|
+
global___JobMetadata = JobMetadata
|
|
760
|
+
|
|
761
|
+
@typing.final
|
|
762
|
+
class JobProgress(google.protobuf.message.Message):
|
|
763
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
764
|
+
|
|
765
|
+
MESSAGE_FIELD_NUMBER: builtins.int
|
|
766
|
+
PROGRESS_FIELD_NUMBER: builtins.int
|
|
767
|
+
CREATE_TIME_FIELD_NUMBER: builtins.int
|
|
768
|
+
message: builtins.str
|
|
769
|
+
"""Progress message"""
|
|
770
|
+
progress: builtins.int
|
|
771
|
+
"""Progress of the job from 0 to 100"""
|
|
772
|
+
@property
|
|
773
|
+
def create_time(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
774
|
+
"""Progress create time"""
|
|
775
|
+
|
|
776
|
+
def __init__(
|
|
777
|
+
self,
|
|
778
|
+
*,
|
|
779
|
+
message: builtins.str = ...,
|
|
780
|
+
progress: builtins.int = ...,
|
|
781
|
+
create_time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
782
|
+
) -> None: ...
|
|
783
|
+
def HasField(self, field_name: typing.Literal["create_time", b"create_time"]) -> builtins.bool: ...
|
|
784
|
+
def ClearField(self, field_name: typing.Literal["create_time", b"create_time", "message", b"message", "progress", b"progress"]) -> None: ...
|
|
785
|
+
|
|
786
|
+
global___JobProgress = JobProgress
|