yandexcloud 0.313.0__py3-none-any.whl → 0.315.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/audittrails/v1/trail_pb2.py +2 -2
- yandex/cloud/datasphere/v2/jobs/jobs_pb2.py +2 -2
- yandex/cloud/datasphere/v2/jobs/jobs_pb2.pyi +2 -0
- yandex/cloud/datatransfer/v1/endpoint/clickhouse_pb2.pyi +6 -2
- yandex/cloud/iam/v1/iam_token_service_pb2.py +11 -3
- yandex/cloud/iam/v1/iam_token_service_pb2.pyi +30 -0
- yandex/cloud/iam/v1/iam_token_service_pb2_grpc.py +36 -2
- yandex/cloud/iam/v1/iam_token_service_pb2_grpc.pyi +26 -6
- yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2.py +152 -150
- yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2.pyi +5 -1
- yandex/cloud/mdb/elasticsearch/v1/cluster_service_pb2.py +86 -84
- yandex/cloud/mdb/elasticsearch/v1/cluster_service_pb2.pyi +5 -1
- yandex/cloud/mdb/greenplum/v1/cluster_pb2.py +24 -24
- yandex/cloud/mdb/greenplum/v1/cluster_pb2.pyi +21 -3
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.py +80 -78
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.pyi +37 -7
- yandex/cloud/mdb/greenplum/v1/config_pb2.py +36 -30
- yandex/cloud/mdb/greenplum/v1/config_pb2.pyi +74 -4
- yandex/cloud/mdb/kafka/v1/cluster_service_pb2.py +50 -48
- yandex/cloud/mdb/kafka/v1/cluster_service_pb2.pyi +5 -1
- yandex/cloud/mdb/mongodb/v1/backup_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/backup_pb2.pyi +5 -1
- yandex/cloud/mdb/mongodb/v1/cluster_pb2.py +127 -127
- yandex/cloud/mdb/mongodb/v1/cluster_service_pb2.py +226 -224
- yandex/cloud/mdb/mongodb/v1/cluster_service_pb2.pyi +5 -1
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2.py +88 -86
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2.pyi +9 -1
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.py +112 -110
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.pyi +5 -1
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.py +90 -88
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.pyi +9 -1
- yandex/cloud/mdb/redis/v1/cluster_pb2.py +4 -4
- yandex/cloud/mdb/redis/v1/cluster_pb2.pyi +5 -1
- yandex/cloud/mdb/redis/v1/cluster_service_pb2.py +106 -104
- yandex/cloud/mdb/redis/v1/cluster_service_pb2.pyi +5 -1
- yandex/cloud/monitoring/v3/chart_widget_pb2.py +38 -36
- yandex/cloud/monitoring/v3/chart_widget_pb2.pyi +17 -3
- yandex/cloud/serverless/containers/v1/container_pb2.py +4 -4
- yandex/cloud/serverless/functions/v1/function_pb2.py +11 -11
- yandex/cloud/smartwebsecurity/v1/security_profile_pb2.py +42 -36
- yandex/cloud/smartwebsecurity/v1/security_profile_pb2.pyi +75 -9
- yandex/cloud/smartwebsecurity/v1/security_profile_service_pb2.py +18 -18
- yandex/cloud/smartwebsecurity/v1/security_profile_service_pb2.pyi +10 -2
- yandex/cloud/vpc/v1/privatelink/__init__.py +0 -0
- yandex/cloud/vpc/v1/privatelink/private_endpoint_pb2.py +39 -0
- yandex/cloud/vpc/v1/privatelink/private_endpoint_pb2.pyi +188 -0
- yandex/cloud/vpc/v1/privatelink/private_endpoint_pb2_grpc.py +4 -0
- yandex/cloud/vpc/v1/privatelink/private_endpoint_pb2_grpc.pyi +17 -0
- yandex/cloud/vpc/v1/privatelink/private_endpoint_service_pb2.py +120 -0
- yandex/cloud/vpc/v1/privatelink/private_endpoint_service_pb2.pyi +449 -0
- yandex/cloud/vpc/v1/privatelink/private_endpoint_service_pb2_grpc.py +245 -0
- yandex/cloud/vpc/v1/privatelink/private_endpoint_service_pb2_grpc.pyi +164 -0
- {yandexcloud-0.313.0.dist-info → yandexcloud-0.315.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.313.0.dist-info → yandexcloud-0.315.0.dist-info}/RECORD +58 -49
- {yandexcloud-0.313.0.dist-info → yandexcloud-0.315.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.313.0.dist-info → yandexcloud-0.315.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.313.0.dist-info → yandexcloud-0.315.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.313.0.dist-info → yandexcloud-0.315.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,188 @@
|
|
|
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.internal.containers
|
|
10
|
+
import google.protobuf.internal.enum_type_wrapper
|
|
11
|
+
import google.protobuf.message
|
|
12
|
+
import google.protobuf.timestamp_pb2
|
|
13
|
+
import sys
|
|
14
|
+
import typing
|
|
15
|
+
|
|
16
|
+
if sys.version_info >= (3, 10):
|
|
17
|
+
import typing as typing_extensions
|
|
18
|
+
else:
|
|
19
|
+
import typing_extensions
|
|
20
|
+
|
|
21
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
22
|
+
|
|
23
|
+
@typing.final
|
|
24
|
+
class PrivateEndpoint(google.protobuf.message.Message):
|
|
25
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
26
|
+
|
|
27
|
+
class _Status:
|
|
28
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
29
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
30
|
+
|
|
31
|
+
class _StatusEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[PrivateEndpoint._Status.ValueType], builtins.type):
|
|
32
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
33
|
+
STATUS_UNSPECIFIED: PrivateEndpoint._Status.ValueType # 0
|
|
34
|
+
PENDING: PrivateEndpoint._Status.ValueType # 1
|
|
35
|
+
"""Private endpoint is still creating / updating."""
|
|
36
|
+
AVAILABLE: PrivateEndpoint._Status.ValueType # 2
|
|
37
|
+
"""Private endpoint is available."""
|
|
38
|
+
DELETING: PrivateEndpoint._Status.ValueType # 3
|
|
39
|
+
"""Private endpoint is deleting."""
|
|
40
|
+
|
|
41
|
+
class Status(_Status, metaclass=_StatusEnumTypeWrapper):
|
|
42
|
+
"""Status of the private endpoint."""
|
|
43
|
+
|
|
44
|
+
STATUS_UNSPECIFIED: PrivateEndpoint.Status.ValueType # 0
|
|
45
|
+
PENDING: PrivateEndpoint.Status.ValueType # 1
|
|
46
|
+
"""Private endpoint is still creating / updating."""
|
|
47
|
+
AVAILABLE: PrivateEndpoint.Status.ValueType # 2
|
|
48
|
+
"""Private endpoint is available."""
|
|
49
|
+
DELETING: PrivateEndpoint.Status.ValueType # 3
|
|
50
|
+
"""Private endpoint is deleting."""
|
|
51
|
+
|
|
52
|
+
@typing.final
|
|
53
|
+
class LabelsEntry(google.protobuf.message.Message):
|
|
54
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
55
|
+
|
|
56
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
57
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
58
|
+
key: builtins.str
|
|
59
|
+
value: builtins.str
|
|
60
|
+
def __init__(
|
|
61
|
+
self,
|
|
62
|
+
*,
|
|
63
|
+
key: builtins.str = ...,
|
|
64
|
+
value: builtins.str = ...,
|
|
65
|
+
) -> None: ...
|
|
66
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
67
|
+
|
|
68
|
+
@typing.final
|
|
69
|
+
class ObjectStorage(google.protobuf.message.Message):
|
|
70
|
+
"""Yandex Cloud Object Storage."""
|
|
71
|
+
|
|
72
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
73
|
+
|
|
74
|
+
def __init__(
|
|
75
|
+
self,
|
|
76
|
+
) -> None: ...
|
|
77
|
+
|
|
78
|
+
@typing.final
|
|
79
|
+
class DnsOptions(google.protobuf.message.Message):
|
|
80
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
81
|
+
|
|
82
|
+
PRIVATE_DNS_RECORDS_ENABLED_FIELD_NUMBER: builtins.int
|
|
83
|
+
private_dns_records_enabled: builtins.bool
|
|
84
|
+
"""If enabled - vpc will create private dns records for specified service."""
|
|
85
|
+
def __init__(
|
|
86
|
+
self,
|
|
87
|
+
*,
|
|
88
|
+
private_dns_records_enabled: builtins.bool = ...,
|
|
89
|
+
) -> None: ...
|
|
90
|
+
def ClearField(self, field_name: typing.Literal["private_dns_records_enabled", b"private_dns_records_enabled"]) -> None: ...
|
|
91
|
+
|
|
92
|
+
@typing.final
|
|
93
|
+
class EndpointAddress(google.protobuf.message.Message):
|
|
94
|
+
"""Private endpoint ip address details."""
|
|
95
|
+
|
|
96
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
97
|
+
|
|
98
|
+
SUBNET_ID_FIELD_NUMBER: builtins.int
|
|
99
|
+
ADDRESS_FIELD_NUMBER: builtins.int
|
|
100
|
+
ADDRESS_ID_FIELD_NUMBER: builtins.int
|
|
101
|
+
subnet_id: builtins.str
|
|
102
|
+
"""ID of the subnet that the private endpoint address belongs to."""
|
|
103
|
+
address: builtins.str
|
|
104
|
+
"""IP address of the private endpoint."""
|
|
105
|
+
address_id: builtins.str
|
|
106
|
+
"""ID of the private endpoint address."""
|
|
107
|
+
def __init__(
|
|
108
|
+
self,
|
|
109
|
+
*,
|
|
110
|
+
subnet_id: builtins.str = ...,
|
|
111
|
+
address: builtins.str = ...,
|
|
112
|
+
address_id: builtins.str = ...,
|
|
113
|
+
) -> None: ...
|
|
114
|
+
def ClearField(self, field_name: typing.Literal["address", b"address", "address_id", b"address_id", "subnet_id", b"subnet_id"]) -> None: ...
|
|
115
|
+
|
|
116
|
+
ID_FIELD_NUMBER: builtins.int
|
|
117
|
+
FOLDER_ID_FIELD_NUMBER: builtins.int
|
|
118
|
+
CREATED_AT_FIELD_NUMBER: builtins.int
|
|
119
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
120
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
121
|
+
LABELS_FIELD_NUMBER: builtins.int
|
|
122
|
+
NETWORK_ID_FIELD_NUMBER: builtins.int
|
|
123
|
+
STATUS_FIELD_NUMBER: builtins.int
|
|
124
|
+
ADDRESS_FIELD_NUMBER: builtins.int
|
|
125
|
+
DNS_OPTIONS_FIELD_NUMBER: builtins.int
|
|
126
|
+
OBJECT_STORAGE_FIELD_NUMBER: builtins.int
|
|
127
|
+
id: builtins.str
|
|
128
|
+
"""ID of the private endpoint. Generated at creation time."""
|
|
129
|
+
folder_id: builtins.str
|
|
130
|
+
"""ID of the folder that the private endpoint belongs to."""
|
|
131
|
+
name: builtins.str
|
|
132
|
+
"""Name of the private endpoint.
|
|
133
|
+
The name is unique within the folder.
|
|
134
|
+
Value must match the regular expression
|
|
135
|
+
``\\|[a-zA-Z]([-_a-zA-Z0-9]{0,61}[a-zA-Z0-9])?``.
|
|
136
|
+
"""
|
|
137
|
+
description: builtins.str
|
|
138
|
+
"""Description of the private endpoint. 0-256 characters long."""
|
|
139
|
+
network_id: builtins.str
|
|
140
|
+
"""ID of the network that the private endpoint belongs to."""
|
|
141
|
+
status: global___PrivateEndpoint.Status.ValueType
|
|
142
|
+
"""Status of the private endpoint."""
|
|
143
|
+
@property
|
|
144
|
+
def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
145
|
+
"""Creation timestamp."""
|
|
146
|
+
|
|
147
|
+
@property
|
|
148
|
+
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
149
|
+
"""Private endpoint labels as `key:value` pairs.
|
|
150
|
+
No more than 64 per resource.
|
|
151
|
+
The maximum string length in characters for each value is 63.
|
|
152
|
+
Each value must match the regular expression `[-_0-9a-z]*`.
|
|
153
|
+
The string length in characters for each key must be 1-63.
|
|
154
|
+
Each key must match the regular expression `[a-z][-_0-9a-z]*`.
|
|
155
|
+
"""
|
|
156
|
+
|
|
157
|
+
@property
|
|
158
|
+
def address(self) -> global___PrivateEndpoint.EndpointAddress:
|
|
159
|
+
"""Private endpoint ip address details."""
|
|
160
|
+
|
|
161
|
+
@property
|
|
162
|
+
def dns_options(self) -> global___PrivateEndpoint.DnsOptions:
|
|
163
|
+
"""Private endpoint dns options."""
|
|
164
|
+
|
|
165
|
+
@property
|
|
166
|
+
def object_storage(self) -> global___PrivateEndpoint.ObjectStorage:
|
|
167
|
+
"""Yandex Cloud Object Storage."""
|
|
168
|
+
|
|
169
|
+
def __init__(
|
|
170
|
+
self,
|
|
171
|
+
*,
|
|
172
|
+
id: builtins.str = ...,
|
|
173
|
+
folder_id: builtins.str = ...,
|
|
174
|
+
created_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
175
|
+
name: builtins.str = ...,
|
|
176
|
+
description: builtins.str = ...,
|
|
177
|
+
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
178
|
+
network_id: builtins.str = ...,
|
|
179
|
+
status: global___PrivateEndpoint.Status.ValueType = ...,
|
|
180
|
+
address: global___PrivateEndpoint.EndpointAddress | None = ...,
|
|
181
|
+
dns_options: global___PrivateEndpoint.DnsOptions | None = ...,
|
|
182
|
+
object_storage: global___PrivateEndpoint.ObjectStorage | None = ...,
|
|
183
|
+
) -> None: ...
|
|
184
|
+
def HasField(self, field_name: typing.Literal["address", b"address", "created_at", b"created_at", "dns_options", b"dns_options", "object_storage", b"object_storage", "service", b"service"]) -> builtins.bool: ...
|
|
185
|
+
def ClearField(self, field_name: typing.Literal["address", b"address", "created_at", b"created_at", "description", b"description", "dns_options", b"dns_options", "folder_id", b"folder_id", "id", b"id", "labels", b"labels", "name", b"name", "network_id", b"network_id", "object_storage", b"object_storage", "service", b"service", "status", b"status"]) -> None: ...
|
|
186
|
+
def WhichOneof(self, oneof_group: typing.Literal["service", b"service"]) -> typing.Literal["object_storage"] | None: ...
|
|
187
|
+
|
|
188
|
+
global___PrivateEndpoint = PrivateEndpoint
|
|
@@ -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
|
+
...
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: yandex/cloud/vpc/v1/privatelink/private_endpoint_service.proto
|
|
4
|
+
"""Generated protocol buffer code."""
|
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
|
6
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
7
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
8
|
+
from google.protobuf.internal import builder as _builder
|
|
9
|
+
# @@protoc_insertion_point(imports)
|
|
10
|
+
|
|
11
|
+
_sym_db = _symbol_database.Default()
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
15
|
+
from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
|
|
16
|
+
from yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
|
|
17
|
+
from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
|
|
18
|
+
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
19
|
+
from yandex.cloud.vpc.v1.privatelink import private_endpoint_pb2 as yandex_dot_cloud_dot_vpc_dot_v1_dot_privatelink_dot_private__endpoint__pb2
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n>yandex/cloud/vpc/v1/privatelink/private_endpoint_service.proto\x12\x1fyandex.cloud.vpc.v1.privatelink\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\x1a\x36yandex/cloud/vpc/v1/privatelink/private_endpoint.proto\"F\n\x19GetPrivateEndpointRequest\x12)\n\x13private_endpoint_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"K\n\x17InternalIpv4AddressSpec\x12\x1f\n\tsubnet_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x0f\n\x07\x61\x64\x64ress\x18\x02 \x01(\t\"\x8e\x01\n\x0b\x41\x64\x64ressSpec\x12\x14\n\naddress_id\x18\x01 \x01(\tH\x00\x12^\n\x1ainternal_ipv4_address_spec\x18\x02 \x01(\x0b\x32\x38.yandex.cloud.vpc.v1.privatelink.InternalIpv4AddressSpecH\x00\x42\t\n\x07\x61\x64\x64ress\"\x8c\x05\n\x1c\x43reatePrivateEndpointRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\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\x9e\x01\n\x06labels\x18\x04 \x03(\x0b\x32I.yandex.cloud.vpc.v1.privatelink.CreatePrivateEndpointRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x12 \n\nnetwork_id\x18\x05 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x42\n\x0c\x61\x64\x64ress_spec\x18\x06 \x01(\x0b\x32,.yandex.cloud.vpc.v1.privatelink.AddressSpec\x12P\n\x0b\x64ns_options\x18\x08 \x01(\x0b\x32;.yandex.cloud.vpc.v1.privatelink.PrivateEndpoint.DnsOptions\x12X\n\x0eobject_storage\x18\t \x01(\x0b\x32>.yandex.cloud.vpc.v1.privatelink.PrivateEndpoint.ObjectStorageH\x00\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x0f\n\x07service\x12\x04\xc0\xc1\x31\x01J\x04\x08\x07\x10\x08\"<\n\x1d\x43reatePrivateEndpointMetadata\x12\x1b\n\x13private_endpoint_id\x18\x01 \x01(\t\"\xba\x04\n\x1cUpdatePrivateEndpointRequest\x12)\n\x13private_endpoint_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x32\n\x04name\x18\x03 \x01(\tB$\xf2\xc7\x31 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x9e\x01\n\x06labels\x18\x05 \x03(\x0b\x32I.yandex.cloud.vpc.v1.privatelink.UpdatePrivateEndpointRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x12\x42\n\x0c\x61\x64\x64ress_spec\x18\x06 \x01(\x0b\x32,.yandex.cloud.vpc.v1.privatelink.AddressSpec\x12P\n\x0b\x64ns_options\x18\x08 \x01(\x0b\x32;.yandex.cloud.vpc.v1.privatelink.PrivateEndpoint.DnsOptions\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x04\x08\x07\x10\x08\"<\n\x1dUpdatePrivateEndpointMetadata\x12\x1b\n\x13private_endpoint_id\x18\x01 \x01(\t\"I\n\x1c\x44\x65letePrivateEndpointRequest\x12)\n\x13private_endpoint_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"<\n\x1d\x44\x65letePrivateEndpointMetadata\x12\x1b\n\x13private_endpoint_id\x18\x01 \x01(\t\"\xb0\x01\n\x1bListPrivateEndpointsRequest\x12\x1d\n\tfolder_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x1d\n\tpage_size\x18\x03 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1e\n\npage_token\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\x12\x1a\n\x06\x66ilter\x18\x05 \x01(\tB\n\x8a\xc8\x31\x06<=1000B\x11\n\tcontainer\x12\x04\xc0\xc1\x31\x01J\x04\x08\x02\x10\x03\"\x84\x01\n\x1cListPrivateEndpointsResponse\x12K\n\x11private_endpoints\x18\x01 \x03(\x0b\x32\x30.yandex.cloud.vpc.v1.privatelink.PrivateEndpoint\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x90\x01\n$ListPrivateEndpointOperationsRequest\x12)\n\x13private_endpoint_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1e\n\npage_token\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"w\n%ListPrivateEndpointOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\xaa\t\n\x16PrivateEndpointService\x12\xa4\x01\n\x03Get\x12:.yandex.cloud.vpc.v1.privatelink.GetPrivateEndpointRequest\x1a\x30.yandex.cloud.vpc.v1.privatelink.PrivateEndpoint\"/\x82\xd3\xe4\x93\x02)\x12\'/vpc/v1/endpoints/{private_endpoint_id}\x12\x9e\x01\n\x04List\x12<.yandex.cloud.vpc.v1.privatelink.ListPrivateEndpointsRequest\x1a=.yandex.cloud.vpc.v1.privatelink.ListPrivateEndpointsResponse\"\x19\x82\xd3\xe4\x93\x02\x13\x12\x11/vpc/v1/endpoints\x12\xbc\x01\n\x06\x43reate\x12=.yandex.cloud.vpc.v1.privatelink.CreatePrivateEndpointRequest\x1a!.yandex.cloud.operation.Operation\"P\xb2\xd2*0\n\x1d\x43reatePrivateEndpointMetadata\x12\x0fPrivateEndpoint\x82\xd3\xe4\x93\x02\x16\"\x11/vpc/v1/endpoints:\x01*\x12\xd2\x01\n\x06Update\x12=.yandex.cloud.vpc.v1.privatelink.UpdatePrivateEndpointRequest\x1a!.yandex.cloud.operation.Operation\"f\xb2\xd2*0\n\x1dUpdatePrivateEndpointMetadata\x12\x0fPrivateEndpoint\x82\xd3\xe4\x93\x02,2\'/vpc/v1/endpoints/{private_endpoint_id}:\x01*\x12\xd5\x01\n\x06\x44\x65lete\x12=.yandex.cloud.vpc.v1.privatelink.DeletePrivateEndpointRequest\x1a!.yandex.cloud.operation.Operation\"i\xb2\xd2*6\n\x1d\x44\x65letePrivateEndpointMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02)*\'/vpc/v1/endpoints/{private_endpoint_id}\x12\xdb\x01\n\x0eListOperations\x12\x45.yandex.cloud.vpc.v1.privatelink.ListPrivateEndpointOperationsRequest\x1a\x46.yandex.cloud.vpc.v1.privatelink.ListPrivateEndpointOperationsResponse\":\x82\xd3\xe4\x93\x02\x34\x12\x32/vpc/v1/endpoints/{private_endpoint_id}/operationsBv\n#yandex.cloud.api.vpc.v1.privatelinkZOgithub.com/yandex-cloud/go-genproto/yandex/cloud/vpc/v1/privatelink;privatelinkb\x06proto3')
|
|
23
|
+
|
|
24
|
+
_globals = globals()
|
|
25
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
26
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.vpc.v1.privatelink.private_endpoint_service_pb2', _globals)
|
|
27
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
28
|
+
DESCRIPTOR._options = None
|
|
29
|
+
DESCRIPTOR._serialized_options = b'\n#yandex.cloud.api.vpc.v1.privatelinkZOgithub.com/yandex-cloud/go-genproto/yandex/cloud/vpc/v1/privatelink;privatelink'
|
|
30
|
+
_GETPRIVATEENDPOINTREQUEST.fields_by_name['private_endpoint_id']._options = None
|
|
31
|
+
_GETPRIVATEENDPOINTREQUEST.fields_by_name['private_endpoint_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
32
|
+
_INTERNALIPV4ADDRESSSPEC.fields_by_name['subnet_id']._options = None
|
|
33
|
+
_INTERNALIPV4ADDRESSSPEC.fields_by_name['subnet_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
34
|
+
_CREATEPRIVATEENDPOINTREQUEST_LABELSENTRY._options = None
|
|
35
|
+
_CREATEPRIVATEENDPOINTREQUEST_LABELSENTRY._serialized_options = b'8\001'
|
|
36
|
+
_CREATEPRIVATEENDPOINTREQUEST.oneofs_by_name['service']._options = None
|
|
37
|
+
_CREATEPRIVATEENDPOINTREQUEST.oneofs_by_name['service']._serialized_options = b'\300\3011\001'
|
|
38
|
+
_CREATEPRIVATEENDPOINTREQUEST.fields_by_name['folder_id']._options = None
|
|
39
|
+
_CREATEPRIVATEENDPOINTREQUEST.fields_by_name['folder_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
40
|
+
_CREATEPRIVATEENDPOINTREQUEST.fields_by_name['name']._options = None
|
|
41
|
+
_CREATEPRIVATEENDPOINTREQUEST.fields_by_name['name']._serialized_options = b'\362\3071 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?'
|
|
42
|
+
_CREATEPRIVATEENDPOINTREQUEST.fields_by_name['description']._options = None
|
|
43
|
+
_CREATEPRIVATEENDPOINTREQUEST.fields_by_name['description']._serialized_options = b'\212\3101\005<=256'
|
|
44
|
+
_CREATEPRIVATEENDPOINTREQUEST.fields_by_name['labels']._options = None
|
|
45
|
+
_CREATEPRIVATEENDPOINTREQUEST.fields_by_name['labels']._serialized_options = b'\362\3071\017[-_./\\@0-9a-z]*\202\3101\004<=64\212\3101\004<=63\262\3101\034\022\024[a-z][-_./\\@0-9a-z]*\032\0041-63'
|
|
46
|
+
_CREATEPRIVATEENDPOINTREQUEST.fields_by_name['network_id']._options = None
|
|
47
|
+
_CREATEPRIVATEENDPOINTREQUEST.fields_by_name['network_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
48
|
+
_UPDATEPRIVATEENDPOINTREQUEST_LABELSENTRY._options = None
|
|
49
|
+
_UPDATEPRIVATEENDPOINTREQUEST_LABELSENTRY._serialized_options = b'8\001'
|
|
50
|
+
_UPDATEPRIVATEENDPOINTREQUEST.fields_by_name['private_endpoint_id']._options = None
|
|
51
|
+
_UPDATEPRIVATEENDPOINTREQUEST.fields_by_name['private_endpoint_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
52
|
+
_UPDATEPRIVATEENDPOINTREQUEST.fields_by_name['name']._options = None
|
|
53
|
+
_UPDATEPRIVATEENDPOINTREQUEST.fields_by_name['name']._serialized_options = b'\362\3071 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?'
|
|
54
|
+
_UPDATEPRIVATEENDPOINTREQUEST.fields_by_name['description']._options = None
|
|
55
|
+
_UPDATEPRIVATEENDPOINTREQUEST.fields_by_name['description']._serialized_options = b'\212\3101\005<=256'
|
|
56
|
+
_UPDATEPRIVATEENDPOINTREQUEST.fields_by_name['labels']._options = None
|
|
57
|
+
_UPDATEPRIVATEENDPOINTREQUEST.fields_by_name['labels']._serialized_options = b'\362\3071\017[-_./\\@0-9a-z]*\202\3101\004<=64\212\3101\004<=63\262\3101\034\022\024[a-z][-_./\\@0-9a-z]*\032\0041-63'
|
|
58
|
+
_DELETEPRIVATEENDPOINTREQUEST.fields_by_name['private_endpoint_id']._options = None
|
|
59
|
+
_DELETEPRIVATEENDPOINTREQUEST.fields_by_name['private_endpoint_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
60
|
+
_LISTPRIVATEENDPOINTSREQUEST.oneofs_by_name['container']._options = None
|
|
61
|
+
_LISTPRIVATEENDPOINTSREQUEST.oneofs_by_name['container']._serialized_options = b'\300\3011\001'
|
|
62
|
+
_LISTPRIVATEENDPOINTSREQUEST.fields_by_name['folder_id']._options = None
|
|
63
|
+
_LISTPRIVATEENDPOINTSREQUEST.fields_by_name['folder_id']._serialized_options = b'\212\3101\004<=50'
|
|
64
|
+
_LISTPRIVATEENDPOINTSREQUEST.fields_by_name['page_size']._options = None
|
|
65
|
+
_LISTPRIVATEENDPOINTSREQUEST.fields_by_name['page_size']._serialized_options = b'\372\3071\0060-1000'
|
|
66
|
+
_LISTPRIVATEENDPOINTSREQUEST.fields_by_name['page_token']._options = None
|
|
67
|
+
_LISTPRIVATEENDPOINTSREQUEST.fields_by_name['page_token']._serialized_options = b'\212\3101\006<=1000'
|
|
68
|
+
_LISTPRIVATEENDPOINTSREQUEST.fields_by_name['filter']._options = None
|
|
69
|
+
_LISTPRIVATEENDPOINTSREQUEST.fields_by_name['filter']._serialized_options = b'\212\3101\006<=1000'
|
|
70
|
+
_LISTPRIVATEENDPOINTOPERATIONSREQUEST.fields_by_name['private_endpoint_id']._options = None
|
|
71
|
+
_LISTPRIVATEENDPOINTOPERATIONSREQUEST.fields_by_name['private_endpoint_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
72
|
+
_LISTPRIVATEENDPOINTOPERATIONSREQUEST.fields_by_name['page_size']._options = None
|
|
73
|
+
_LISTPRIVATEENDPOINTOPERATIONSREQUEST.fields_by_name['page_size']._serialized_options = b'\372\3071\006<=1000'
|
|
74
|
+
_LISTPRIVATEENDPOINTOPERATIONSREQUEST.fields_by_name['page_token']._options = None
|
|
75
|
+
_LISTPRIVATEENDPOINTOPERATIONSREQUEST.fields_by_name['page_token']._serialized_options = b'\212\3101\006<=1000'
|
|
76
|
+
_PRIVATEENDPOINTSERVICE.methods_by_name['Get']._options = None
|
|
77
|
+
_PRIVATEENDPOINTSERVICE.methods_by_name['Get']._serialized_options = b'\202\323\344\223\002)\022\'/vpc/v1/endpoints/{private_endpoint_id}'
|
|
78
|
+
_PRIVATEENDPOINTSERVICE.methods_by_name['List']._options = None
|
|
79
|
+
_PRIVATEENDPOINTSERVICE.methods_by_name['List']._serialized_options = b'\202\323\344\223\002\023\022\021/vpc/v1/endpoints'
|
|
80
|
+
_PRIVATEENDPOINTSERVICE.methods_by_name['Create']._options = None
|
|
81
|
+
_PRIVATEENDPOINTSERVICE.methods_by_name['Create']._serialized_options = b'\262\322*0\n\035CreatePrivateEndpointMetadata\022\017PrivateEndpoint\202\323\344\223\002\026\"\021/vpc/v1/endpoints:\001*'
|
|
82
|
+
_PRIVATEENDPOINTSERVICE.methods_by_name['Update']._options = None
|
|
83
|
+
_PRIVATEENDPOINTSERVICE.methods_by_name['Update']._serialized_options = b'\262\322*0\n\035UpdatePrivateEndpointMetadata\022\017PrivateEndpoint\202\323\344\223\002,2\'/vpc/v1/endpoints/{private_endpoint_id}:\001*'
|
|
84
|
+
_PRIVATEENDPOINTSERVICE.methods_by_name['Delete']._options = None
|
|
85
|
+
_PRIVATEENDPOINTSERVICE.methods_by_name['Delete']._serialized_options = b'\262\322*6\n\035DeletePrivateEndpointMetadata\022\025google.protobuf.Empty\202\323\344\223\002)*\'/vpc/v1/endpoints/{private_endpoint_id}'
|
|
86
|
+
_PRIVATEENDPOINTSERVICE.methods_by_name['ListOperations']._options = None
|
|
87
|
+
_PRIVATEENDPOINTSERVICE.methods_by_name['ListOperations']._serialized_options = b'\202\323\344\223\0024\0222/vpc/v1/endpoints/{private_endpoint_id}/operations'
|
|
88
|
+
_globals['_GETPRIVATEENDPOINTREQUEST']._serialized_start=324
|
|
89
|
+
_globals['_GETPRIVATEENDPOINTREQUEST']._serialized_end=394
|
|
90
|
+
_globals['_INTERNALIPV4ADDRESSSPEC']._serialized_start=396
|
|
91
|
+
_globals['_INTERNALIPV4ADDRESSSPEC']._serialized_end=471
|
|
92
|
+
_globals['_ADDRESSSPEC']._serialized_start=474
|
|
93
|
+
_globals['_ADDRESSSPEC']._serialized_end=616
|
|
94
|
+
_globals['_CREATEPRIVATEENDPOINTREQUEST']._serialized_start=619
|
|
95
|
+
_globals['_CREATEPRIVATEENDPOINTREQUEST']._serialized_end=1271
|
|
96
|
+
_globals['_CREATEPRIVATEENDPOINTREQUEST_LABELSENTRY']._serialized_start=1203
|
|
97
|
+
_globals['_CREATEPRIVATEENDPOINTREQUEST_LABELSENTRY']._serialized_end=1248
|
|
98
|
+
_globals['_CREATEPRIVATEENDPOINTMETADATA']._serialized_start=1273
|
|
99
|
+
_globals['_CREATEPRIVATEENDPOINTMETADATA']._serialized_end=1333
|
|
100
|
+
_globals['_UPDATEPRIVATEENDPOINTREQUEST']._serialized_start=1336
|
|
101
|
+
_globals['_UPDATEPRIVATEENDPOINTREQUEST']._serialized_end=1906
|
|
102
|
+
_globals['_UPDATEPRIVATEENDPOINTREQUEST_LABELSENTRY']._serialized_start=1203
|
|
103
|
+
_globals['_UPDATEPRIVATEENDPOINTREQUEST_LABELSENTRY']._serialized_end=1248
|
|
104
|
+
_globals['_UPDATEPRIVATEENDPOINTMETADATA']._serialized_start=1908
|
|
105
|
+
_globals['_UPDATEPRIVATEENDPOINTMETADATA']._serialized_end=1968
|
|
106
|
+
_globals['_DELETEPRIVATEENDPOINTREQUEST']._serialized_start=1970
|
|
107
|
+
_globals['_DELETEPRIVATEENDPOINTREQUEST']._serialized_end=2043
|
|
108
|
+
_globals['_DELETEPRIVATEENDPOINTMETADATA']._serialized_start=2045
|
|
109
|
+
_globals['_DELETEPRIVATEENDPOINTMETADATA']._serialized_end=2105
|
|
110
|
+
_globals['_LISTPRIVATEENDPOINTSREQUEST']._serialized_start=2108
|
|
111
|
+
_globals['_LISTPRIVATEENDPOINTSREQUEST']._serialized_end=2284
|
|
112
|
+
_globals['_LISTPRIVATEENDPOINTSRESPONSE']._serialized_start=2287
|
|
113
|
+
_globals['_LISTPRIVATEENDPOINTSRESPONSE']._serialized_end=2419
|
|
114
|
+
_globals['_LISTPRIVATEENDPOINTOPERATIONSREQUEST']._serialized_start=2422
|
|
115
|
+
_globals['_LISTPRIVATEENDPOINTOPERATIONSREQUEST']._serialized_end=2566
|
|
116
|
+
_globals['_LISTPRIVATEENDPOINTOPERATIONSRESPONSE']._serialized_start=2568
|
|
117
|
+
_globals['_LISTPRIVATEENDPOINTOPERATIONSRESPONSE']._serialized_end=2687
|
|
118
|
+
_globals['_PRIVATEENDPOINTSERVICE']._serialized_start=2690
|
|
119
|
+
_globals['_PRIVATEENDPOINTSERVICE']._serialized_end=3884
|
|
120
|
+
# @@protoc_insertion_point(module_scope)
|