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,504 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import builtins
|
|
7
|
+
import collections.abc
|
|
8
|
+
import google.protobuf.descriptor
|
|
9
|
+
import google.protobuf.field_mask_pb2
|
|
10
|
+
import google.protobuf.internal.containers
|
|
11
|
+
import google.protobuf.message
|
|
12
|
+
import typing
|
|
13
|
+
import yandex.cloud.cloudregistry.v1.artifact_pb2
|
|
14
|
+
import yandex.cloud.cloudregistry.v1.ip_permission_pb2
|
|
15
|
+
import yandex.cloud.cloudregistry.v1.registry_pb2
|
|
16
|
+
|
|
17
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
18
|
+
|
|
19
|
+
@typing.final
|
|
20
|
+
class GetRegistryRequest(google.protobuf.message.Message):
|
|
21
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
22
|
+
|
|
23
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
24
|
+
registry_id: builtins.str
|
|
25
|
+
"""ID of the Registry resource to return.
|
|
26
|
+
|
|
27
|
+
To get the registry ID use a [RegistryService.List] request.
|
|
28
|
+
"""
|
|
29
|
+
def __init__(
|
|
30
|
+
self,
|
|
31
|
+
*,
|
|
32
|
+
registry_id: builtins.str = ...,
|
|
33
|
+
) -> None: ...
|
|
34
|
+
def ClearField(self, field_name: typing.Literal["registry_id", b"registry_id"]) -> None: ...
|
|
35
|
+
|
|
36
|
+
global___GetRegistryRequest = GetRegistryRequest
|
|
37
|
+
|
|
38
|
+
@typing.final
|
|
39
|
+
class ListRegistriesRequest(google.protobuf.message.Message):
|
|
40
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
41
|
+
|
|
42
|
+
FOLDER_ID_FIELD_NUMBER: builtins.int
|
|
43
|
+
PAGE_SIZE_FIELD_NUMBER: builtins.int
|
|
44
|
+
PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
45
|
+
folder_id: builtins.str
|
|
46
|
+
"""ID of the folder to list registries in.
|
|
47
|
+
|
|
48
|
+
To get the folder ID use a [yandex.cloud.resourcemanager.v1.FolderService.List] request.
|
|
49
|
+
"""
|
|
50
|
+
page_size: builtins.int
|
|
51
|
+
"""The maximum number of results per page to return. If the number of available
|
|
52
|
+
results is larger than [page_size],
|
|
53
|
+
the service returns a [ListRegistriesResponse.next_page_token]
|
|
54
|
+
that can be used to get the next page of results in subsequent list requests.
|
|
55
|
+
Default value: 10.
|
|
56
|
+
"""
|
|
57
|
+
page_token: builtins.str
|
|
58
|
+
"""Page token. To get the next page of results, set [page_token] to the
|
|
59
|
+
[ListRegistriesResponse.next_page_token] returned by a previous list request.
|
|
60
|
+
"""
|
|
61
|
+
def __init__(
|
|
62
|
+
self,
|
|
63
|
+
*,
|
|
64
|
+
folder_id: builtins.str = ...,
|
|
65
|
+
page_size: builtins.int = ...,
|
|
66
|
+
page_token: builtins.str = ...,
|
|
67
|
+
) -> None: ...
|
|
68
|
+
def ClearField(self, field_name: typing.Literal["folder_id", b"folder_id", "page_size", b"page_size", "page_token", b"page_token"]) -> None: ...
|
|
69
|
+
|
|
70
|
+
global___ListRegistriesRequest = ListRegistriesRequest
|
|
71
|
+
|
|
72
|
+
@typing.final
|
|
73
|
+
class ListRegistriesResponse(google.protobuf.message.Message):
|
|
74
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
75
|
+
|
|
76
|
+
REGISTRIES_FIELD_NUMBER: builtins.int
|
|
77
|
+
NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
78
|
+
next_page_token: builtins.str
|
|
79
|
+
"""This token allows you to get the next page of results for list requests. If the number of results
|
|
80
|
+
is larger than [ListRegistriesRequest.page_size], use
|
|
81
|
+
the [next_page_token] as the value
|
|
82
|
+
for the [ListRegistriesRequest.page_token] query parameter
|
|
83
|
+
in the next list request. Each subsequent list request will have its own
|
|
84
|
+
[next_page_token] to continue paging through the results.
|
|
85
|
+
"""
|
|
86
|
+
@property
|
|
87
|
+
def registries(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.cloudregistry.v1.registry_pb2.Registry]:
|
|
88
|
+
"""List of Registry resources."""
|
|
89
|
+
|
|
90
|
+
def __init__(
|
|
91
|
+
self,
|
|
92
|
+
*,
|
|
93
|
+
registries: collections.abc.Iterable[yandex.cloud.cloudregistry.v1.registry_pb2.Registry] | None = ...,
|
|
94
|
+
next_page_token: builtins.str = ...,
|
|
95
|
+
) -> None: ...
|
|
96
|
+
def ClearField(self, field_name: typing.Literal["next_page_token", b"next_page_token", "registries", b"registries"]) -> None: ...
|
|
97
|
+
|
|
98
|
+
global___ListRegistriesResponse = ListRegistriesResponse
|
|
99
|
+
|
|
100
|
+
@typing.final
|
|
101
|
+
class CreateRegistryRequest(google.protobuf.message.Message):
|
|
102
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
103
|
+
|
|
104
|
+
@typing.final
|
|
105
|
+
class LabelsEntry(google.protobuf.message.Message):
|
|
106
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
107
|
+
|
|
108
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
109
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
110
|
+
key: builtins.str
|
|
111
|
+
value: builtins.str
|
|
112
|
+
def __init__(
|
|
113
|
+
self,
|
|
114
|
+
*,
|
|
115
|
+
key: builtins.str = ...,
|
|
116
|
+
value: builtins.str = ...,
|
|
117
|
+
) -> None: ...
|
|
118
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
119
|
+
|
|
120
|
+
@typing.final
|
|
121
|
+
class PropertiesEntry(google.protobuf.message.Message):
|
|
122
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
123
|
+
|
|
124
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
125
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
126
|
+
key: builtins.str
|
|
127
|
+
value: builtins.str
|
|
128
|
+
def __init__(
|
|
129
|
+
self,
|
|
130
|
+
*,
|
|
131
|
+
key: builtins.str = ...,
|
|
132
|
+
value: builtins.str = ...,
|
|
133
|
+
) -> None: ...
|
|
134
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
135
|
+
|
|
136
|
+
FOLDER_ID_FIELD_NUMBER: builtins.int
|
|
137
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
138
|
+
LABELS_FIELD_NUMBER: builtins.int
|
|
139
|
+
KIND_FIELD_NUMBER: builtins.int
|
|
140
|
+
TYPE_FIELD_NUMBER: builtins.int
|
|
141
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
142
|
+
PROPERTIES_FIELD_NUMBER: builtins.int
|
|
143
|
+
folder_id: builtins.str
|
|
144
|
+
"""ID of the folder to create a registry in.
|
|
145
|
+
|
|
146
|
+
To get the folder ID, use a [yandex.cloud.resourcemanager.v1.FolderService.List] request.
|
|
147
|
+
"""
|
|
148
|
+
name: builtins.str
|
|
149
|
+
"""Name of the registry.
|
|
150
|
+
|
|
151
|
+
There may be only one registry per folder.
|
|
152
|
+
"""
|
|
153
|
+
kind: yandex.cloud.cloudregistry.v1.registry_pb2.Registry.Kind.ValueType
|
|
154
|
+
"""Kind of the registry."""
|
|
155
|
+
type: yandex.cloud.cloudregistry.v1.registry_pb2.Registry.Type.ValueType
|
|
156
|
+
"""Type of the registry."""
|
|
157
|
+
description: builtins.str
|
|
158
|
+
"""Description of the registry. 0-1024 characters long."""
|
|
159
|
+
@property
|
|
160
|
+
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
161
|
+
"""Resource labels as `key:value` pairs."""
|
|
162
|
+
|
|
163
|
+
@property
|
|
164
|
+
def properties(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
165
|
+
"""Property names and values."""
|
|
166
|
+
|
|
167
|
+
def __init__(
|
|
168
|
+
self,
|
|
169
|
+
*,
|
|
170
|
+
folder_id: builtins.str = ...,
|
|
171
|
+
name: builtins.str = ...,
|
|
172
|
+
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
173
|
+
kind: yandex.cloud.cloudregistry.v1.registry_pb2.Registry.Kind.ValueType = ...,
|
|
174
|
+
type: yandex.cloud.cloudregistry.v1.registry_pb2.Registry.Type.ValueType = ...,
|
|
175
|
+
description: builtins.str = ...,
|
|
176
|
+
properties: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
177
|
+
) -> None: ...
|
|
178
|
+
def ClearField(self, field_name: typing.Literal["description", b"description", "folder_id", b"folder_id", "kind", b"kind", "labels", b"labels", "name", b"name", "properties", b"properties", "type", b"type"]) -> None: ...
|
|
179
|
+
|
|
180
|
+
global___CreateRegistryRequest = CreateRegistryRequest
|
|
181
|
+
|
|
182
|
+
@typing.final
|
|
183
|
+
class CreateRegistryMetadata(google.protobuf.message.Message):
|
|
184
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
185
|
+
|
|
186
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
187
|
+
registry_id: builtins.str
|
|
188
|
+
"""ID of the registry that is being created."""
|
|
189
|
+
def __init__(
|
|
190
|
+
self,
|
|
191
|
+
*,
|
|
192
|
+
registry_id: builtins.str = ...,
|
|
193
|
+
) -> None: ...
|
|
194
|
+
def ClearField(self, field_name: typing.Literal["registry_id", b"registry_id"]) -> None: ...
|
|
195
|
+
|
|
196
|
+
global___CreateRegistryMetadata = CreateRegistryMetadata
|
|
197
|
+
|
|
198
|
+
@typing.final
|
|
199
|
+
class UpdateRegistryRequest(google.protobuf.message.Message):
|
|
200
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
201
|
+
|
|
202
|
+
@typing.final
|
|
203
|
+
class LabelsEntry(google.protobuf.message.Message):
|
|
204
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
205
|
+
|
|
206
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
207
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
208
|
+
key: builtins.str
|
|
209
|
+
value: builtins.str
|
|
210
|
+
def __init__(
|
|
211
|
+
self,
|
|
212
|
+
*,
|
|
213
|
+
key: builtins.str = ...,
|
|
214
|
+
value: builtins.str = ...,
|
|
215
|
+
) -> None: ...
|
|
216
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
217
|
+
|
|
218
|
+
@typing.final
|
|
219
|
+
class PropertiesEntry(google.protobuf.message.Message):
|
|
220
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
221
|
+
|
|
222
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
223
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
224
|
+
key: builtins.str
|
|
225
|
+
value: builtins.str
|
|
226
|
+
def __init__(
|
|
227
|
+
self,
|
|
228
|
+
*,
|
|
229
|
+
key: builtins.str = ...,
|
|
230
|
+
value: builtins.str = ...,
|
|
231
|
+
) -> None: ...
|
|
232
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
233
|
+
|
|
234
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
235
|
+
UPDATE_MASK_FIELD_NUMBER: builtins.int
|
|
236
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
237
|
+
LABELS_FIELD_NUMBER: builtins.int
|
|
238
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
239
|
+
PROPERTIES_FIELD_NUMBER: builtins.int
|
|
240
|
+
registry_id: builtins.str
|
|
241
|
+
"""ID of the Registry resource to update.
|
|
242
|
+
|
|
243
|
+
To get the registry ID use a [RegistryService.List] request.
|
|
244
|
+
"""
|
|
245
|
+
name: builtins.str
|
|
246
|
+
"""Name of the registry.
|
|
247
|
+
|
|
248
|
+
There may be only one registry per folder.
|
|
249
|
+
"""
|
|
250
|
+
description: builtins.str
|
|
251
|
+
"""Description of the registry. 0-1024 characters long."""
|
|
252
|
+
@property
|
|
253
|
+
def update_mask(self) -> google.protobuf.field_mask_pb2.FieldMask:
|
|
254
|
+
"""Field mask that specifies which fields of the Registry resource are going to be updated."""
|
|
255
|
+
|
|
256
|
+
@property
|
|
257
|
+
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
258
|
+
"""Resource labels as `key:value` pairs.
|
|
259
|
+
|
|
260
|
+
Existing set of `labels` is completely replaced by the provided set.
|
|
261
|
+
"""
|
|
262
|
+
|
|
263
|
+
@property
|
|
264
|
+
def properties(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
265
|
+
"""Property names and values."""
|
|
266
|
+
|
|
267
|
+
def __init__(
|
|
268
|
+
self,
|
|
269
|
+
*,
|
|
270
|
+
registry_id: builtins.str = ...,
|
|
271
|
+
update_mask: google.protobuf.field_mask_pb2.FieldMask | None = ...,
|
|
272
|
+
name: builtins.str = ...,
|
|
273
|
+
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
274
|
+
description: builtins.str = ...,
|
|
275
|
+
properties: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
276
|
+
) -> None: ...
|
|
277
|
+
def HasField(self, field_name: typing.Literal["update_mask", b"update_mask"]) -> builtins.bool: ...
|
|
278
|
+
def ClearField(self, field_name: typing.Literal["description", b"description", "labels", b"labels", "name", b"name", "properties", b"properties", "registry_id", b"registry_id", "update_mask", b"update_mask"]) -> None: ...
|
|
279
|
+
|
|
280
|
+
global___UpdateRegistryRequest = UpdateRegistryRequest
|
|
281
|
+
|
|
282
|
+
@typing.final
|
|
283
|
+
class UpdateRegistryMetadata(google.protobuf.message.Message):
|
|
284
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
285
|
+
|
|
286
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
287
|
+
registry_id: builtins.str
|
|
288
|
+
"""ID of the Registry resource that is being updated."""
|
|
289
|
+
def __init__(
|
|
290
|
+
self,
|
|
291
|
+
*,
|
|
292
|
+
registry_id: builtins.str = ...,
|
|
293
|
+
) -> None: ...
|
|
294
|
+
def ClearField(self, field_name: typing.Literal["registry_id", b"registry_id"]) -> None: ...
|
|
295
|
+
|
|
296
|
+
global___UpdateRegistryMetadata = UpdateRegistryMetadata
|
|
297
|
+
|
|
298
|
+
@typing.final
|
|
299
|
+
class DeleteRegistryRequest(google.protobuf.message.Message):
|
|
300
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
301
|
+
|
|
302
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
303
|
+
registry_id: builtins.str
|
|
304
|
+
"""ID of the registry to delete."""
|
|
305
|
+
def __init__(
|
|
306
|
+
self,
|
|
307
|
+
*,
|
|
308
|
+
registry_id: builtins.str = ...,
|
|
309
|
+
) -> None: ...
|
|
310
|
+
def ClearField(self, field_name: typing.Literal["registry_id", b"registry_id"]) -> None: ...
|
|
311
|
+
|
|
312
|
+
global___DeleteRegistryRequest = DeleteRegistryRequest
|
|
313
|
+
|
|
314
|
+
@typing.final
|
|
315
|
+
class DeleteRegistryMetadata(google.protobuf.message.Message):
|
|
316
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
317
|
+
|
|
318
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
319
|
+
registry_id: builtins.str
|
|
320
|
+
"""ID of the registry that is being deleted."""
|
|
321
|
+
def __init__(
|
|
322
|
+
self,
|
|
323
|
+
*,
|
|
324
|
+
registry_id: builtins.str = ...,
|
|
325
|
+
) -> None: ...
|
|
326
|
+
def ClearField(self, field_name: typing.Literal["registry_id", b"registry_id"]) -> None: ...
|
|
327
|
+
|
|
328
|
+
global___DeleteRegistryMetadata = DeleteRegistryMetadata
|
|
329
|
+
|
|
330
|
+
@typing.final
|
|
331
|
+
class SetIpPermissionsRequest(google.protobuf.message.Message):
|
|
332
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
333
|
+
|
|
334
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
335
|
+
IP_PERMISSIONS_FIELD_NUMBER: builtins.int
|
|
336
|
+
registry_id: builtins.str
|
|
337
|
+
"""ID of the registry for which ip permissions are being set."""
|
|
338
|
+
@property
|
|
339
|
+
def ip_permissions(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.cloudregistry.v1.ip_permission_pb2.IpPermission]:
|
|
340
|
+
"""IP permission to be set."""
|
|
341
|
+
|
|
342
|
+
def __init__(
|
|
343
|
+
self,
|
|
344
|
+
*,
|
|
345
|
+
registry_id: builtins.str = ...,
|
|
346
|
+
ip_permissions: collections.abc.Iterable[yandex.cloud.cloudregistry.v1.ip_permission_pb2.IpPermission] | None = ...,
|
|
347
|
+
) -> None: ...
|
|
348
|
+
def ClearField(self, field_name: typing.Literal["ip_permissions", b"ip_permissions", "registry_id", b"registry_id"]) -> None: ...
|
|
349
|
+
|
|
350
|
+
global___SetIpPermissionsRequest = SetIpPermissionsRequest
|
|
351
|
+
|
|
352
|
+
@typing.final
|
|
353
|
+
class UpdateIpPermissionsRequest(google.protobuf.message.Message):
|
|
354
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
355
|
+
|
|
356
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
357
|
+
IP_PERMISSION_DELTAS_FIELD_NUMBER: builtins.int
|
|
358
|
+
registry_id: builtins.str
|
|
359
|
+
"""ID of the registry for which ip permissions are being updated."""
|
|
360
|
+
@property
|
|
361
|
+
def ip_permission_deltas(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.cloudregistry.v1.ip_permission_pb2.IpPermissionDelta]:
|
|
362
|
+
"""Updates to IP permissions."""
|
|
363
|
+
|
|
364
|
+
def __init__(
|
|
365
|
+
self,
|
|
366
|
+
*,
|
|
367
|
+
registry_id: builtins.str = ...,
|
|
368
|
+
ip_permission_deltas: collections.abc.Iterable[yandex.cloud.cloudregistry.v1.ip_permission_pb2.IpPermissionDelta] | None = ...,
|
|
369
|
+
) -> None: ...
|
|
370
|
+
def ClearField(self, field_name: typing.Literal["ip_permission_deltas", b"ip_permission_deltas", "registry_id", b"registry_id"]) -> None: ...
|
|
371
|
+
|
|
372
|
+
global___UpdateIpPermissionsRequest = UpdateIpPermissionsRequest
|
|
373
|
+
|
|
374
|
+
@typing.final
|
|
375
|
+
class ListIpPermissionsRequest(google.protobuf.message.Message):
|
|
376
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
377
|
+
|
|
378
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
379
|
+
registry_id: builtins.str
|
|
380
|
+
"""ID of the Registry to return ip permission list."""
|
|
381
|
+
def __init__(
|
|
382
|
+
self,
|
|
383
|
+
*,
|
|
384
|
+
registry_id: builtins.str = ...,
|
|
385
|
+
) -> None: ...
|
|
386
|
+
def ClearField(self, field_name: typing.Literal["registry_id", b"registry_id"]) -> None: ...
|
|
387
|
+
|
|
388
|
+
global___ListIpPermissionsRequest = ListIpPermissionsRequest
|
|
389
|
+
|
|
390
|
+
@typing.final
|
|
391
|
+
class ListIpPermissionsResponse(google.protobuf.message.Message):
|
|
392
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
393
|
+
|
|
394
|
+
PERMISSIONS_FIELD_NUMBER: builtins.int
|
|
395
|
+
@property
|
|
396
|
+
def permissions(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.cloudregistry.v1.ip_permission_pb2.IpPermission]:
|
|
397
|
+
"""List of ip permissions for registry"""
|
|
398
|
+
|
|
399
|
+
def __init__(
|
|
400
|
+
self,
|
|
401
|
+
*,
|
|
402
|
+
permissions: collections.abc.Iterable[yandex.cloud.cloudregistry.v1.ip_permission_pb2.IpPermission] | None = ...,
|
|
403
|
+
) -> None: ...
|
|
404
|
+
def ClearField(self, field_name: typing.Literal["permissions", b"permissions"]) -> None: ...
|
|
405
|
+
|
|
406
|
+
global___ListIpPermissionsResponse = ListIpPermissionsResponse
|
|
407
|
+
|
|
408
|
+
@typing.final
|
|
409
|
+
class SetIpPermissionsMetadata(google.protobuf.message.Message):
|
|
410
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
411
|
+
|
|
412
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
413
|
+
registry_id: builtins.str
|
|
414
|
+
"""ID of the registry that ip permission is being set."""
|
|
415
|
+
def __init__(
|
|
416
|
+
self,
|
|
417
|
+
*,
|
|
418
|
+
registry_id: builtins.str = ...,
|
|
419
|
+
) -> None: ...
|
|
420
|
+
def ClearField(self, field_name: typing.Literal["registry_id", b"registry_id"]) -> None: ...
|
|
421
|
+
|
|
422
|
+
global___SetIpPermissionsMetadata = SetIpPermissionsMetadata
|
|
423
|
+
|
|
424
|
+
@typing.final
|
|
425
|
+
class UpdateIpPermissionsMetadata(google.protobuf.message.Message):
|
|
426
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
427
|
+
|
|
428
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
429
|
+
registry_id: builtins.str
|
|
430
|
+
"""ID of the registry that ip permission is being updated."""
|
|
431
|
+
def __init__(
|
|
432
|
+
self,
|
|
433
|
+
*,
|
|
434
|
+
registry_id: builtins.str = ...,
|
|
435
|
+
) -> None: ...
|
|
436
|
+
def ClearField(self, field_name: typing.Literal["registry_id", b"registry_id"]) -> None: ...
|
|
437
|
+
|
|
438
|
+
global___UpdateIpPermissionsMetadata = UpdateIpPermissionsMetadata
|
|
439
|
+
|
|
440
|
+
@typing.final
|
|
441
|
+
class ListArtifactsRequest(google.protobuf.message.Message):
|
|
442
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
443
|
+
|
|
444
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
445
|
+
PATH_FIELD_NUMBER: builtins.int
|
|
446
|
+
PAGE_SIZE_FIELD_NUMBER: builtins.int
|
|
447
|
+
PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
448
|
+
registry_id: builtins.str
|
|
449
|
+
"""ID of the registry artifact to list repositories in.
|
|
450
|
+
|
|
451
|
+
To get the registry ID use a [ArtifactService.List] request.
|
|
452
|
+
"""
|
|
453
|
+
path: builtins.str
|
|
454
|
+
"""The path to a specific node where the registry artifact is located."""
|
|
455
|
+
page_size: builtins.int
|
|
456
|
+
"""The maximum number of results per page to return. If the number of available
|
|
457
|
+
results is larger than [page_size],
|
|
458
|
+
the service returns a [ListRepositoriesResponse.next_page_token]
|
|
459
|
+
that can be used to get the next page of results in subsequent list requests.
|
|
460
|
+
Default value: 10.
|
|
461
|
+
"""
|
|
462
|
+
page_token: builtins.str
|
|
463
|
+
"""Page token. To get the next page of results, set [page_token] to the
|
|
464
|
+
[ListArtifactsResponse.next_page_token] returned by a previous list request.
|
|
465
|
+
"""
|
|
466
|
+
def __init__(
|
|
467
|
+
self,
|
|
468
|
+
*,
|
|
469
|
+
registry_id: builtins.str = ...,
|
|
470
|
+
path: builtins.str = ...,
|
|
471
|
+
page_size: builtins.int = ...,
|
|
472
|
+
page_token: builtins.str = ...,
|
|
473
|
+
) -> None: ...
|
|
474
|
+
def ClearField(self, field_name: typing.Literal["page_size", b"page_size", "page_token", b"page_token", "path", b"path", "registry_id", b"registry_id"]) -> None: ...
|
|
475
|
+
|
|
476
|
+
global___ListArtifactsRequest = ListArtifactsRequest
|
|
477
|
+
|
|
478
|
+
@typing.final
|
|
479
|
+
class ListArtifactsResponse(google.protobuf.message.Message):
|
|
480
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
481
|
+
|
|
482
|
+
ARTIFACTS_FIELD_NUMBER: builtins.int
|
|
483
|
+
NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
484
|
+
next_page_token: builtins.str
|
|
485
|
+
"""This token allows you to get the next page of results for list requests. If the number of results
|
|
486
|
+
is larger than [ListRegistriesRequest.page_size], use
|
|
487
|
+
the [next_page_token] as the value
|
|
488
|
+
for the [ListArtifactsRequest.page_token] query parameter
|
|
489
|
+
in the next list request. Each subsequent list request will have its own
|
|
490
|
+
[next_page_token] to continue paging through the results.
|
|
491
|
+
"""
|
|
492
|
+
@property
|
|
493
|
+
def artifacts(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.cloudregistry.v1.artifact_pb2.Artifact]:
|
|
494
|
+
"""List of Registry artifact resources."""
|
|
495
|
+
|
|
496
|
+
def __init__(
|
|
497
|
+
self,
|
|
498
|
+
*,
|
|
499
|
+
artifacts: collections.abc.Iterable[yandex.cloud.cloudregistry.v1.artifact_pb2.Artifact] | None = ...,
|
|
500
|
+
next_page_token: builtins.str = ...,
|
|
501
|
+
) -> None: ...
|
|
502
|
+
def ClearField(self, field_name: typing.Literal["artifacts", b"artifacts", "next_page_token", b"next_page_token"]) -> None: ...
|
|
503
|
+
|
|
504
|
+
global___ListArtifactsResponse = ListArtifactsResponse
|