yandexcloud 0.363.0__py3-none-any.whl → 0.365.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/baremetal/v1alpha/rental_period_pb2.py +37 -0
- yandex/cloud/baremetal/v1alpha/rental_period_pb2.pyi +31 -0
- yandex/cloud/baremetal/v1alpha/rental_period_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/rental_period_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/rental_period_service_pb2.py +50 -0
- yandex/cloud/baremetal/v1alpha/rental_period_service_pb2.pyi +75 -0
- yandex/cloud/baremetal/v1alpha/rental_period_service_pb2_grpc.py +101 -0
- yandex/cloud/baremetal/v1alpha/rental_period_service_pb2_grpc.pyi +50 -0
- yandex/cloud/baremetal/v1alpha/server_service_pb2.pyi +8 -2
- yandex/cloud/dns/v1/dns_zone_service_pb2.py +37 -27
- yandex/cloud/dns/v1/dns_zone_service_pb2.pyi +42 -0
- yandex/cloud/dns/v1/dns_zone_service_pb2_grpc.py +44 -0
- yandex/cloud/dns/v1/dns_zone_service_pb2_grpc.pyi +20 -0
- yandex/cloud/gitlab/v1/package_options_pb2.py +35 -0
- yandex/cloud/gitlab/v1/package_options_pb2.pyi +8 -0
- yandex/cloud/gitlab/v1/package_options_pb2_grpc.py +24 -0
- yandex/cloud/gitlab/v1/package_options_pb2_grpc.pyi +17 -0
- yandex/cloud/iam/v1/workload/federated_credential_service_pb2.py +11 -11
- yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2.py +184 -177
- yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.py +98 -91
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/kafka/v1/cluster_service_pb2.py +70 -63
- yandex/cloud/mdb/kafka/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/kafka/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/mongodb/v1/cluster_service_pb2.py +248 -241
- yandex/cloud/mdb/mongodb/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/mongodb/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2.py +110 -103
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.py +146 -139
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.py +114 -107
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/postgresql/v1/user_pb2.py +27 -25
- yandex/cloud/mdb/postgresql/v1/user_pb2.pyi +27 -2
- yandex/cloud/mdb/postgresql/v1/user_service_pb2.py +33 -33
- yandex/cloud/mdb/postgresql/v1/user_service_pb2.pyi +5 -1
- yandex/cloud/mdb/redis/v1/cluster_service_pb2.py +132 -125
- yandex/cloud/mdb/redis/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/redis/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2.py +136 -129
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/organizationmanager/v1/idp/application/__init__.py +0 -0
- yandex/cloud/organizationmanager/v1/idp/application/oauth/__init__.py +0 -0
- yandex/cloud/organizationmanager/v1/idp/application/oauth/application_pb2.py +55 -0
- yandex/cloud/organizationmanager/v1/idp/application/oauth/application_pb2.pyi +206 -0
- yandex/cloud/organizationmanager/v1/idp/application/oauth/application_pb2_grpc.py +24 -0
- yandex/cloud/organizationmanager/v1/idp/application/oauth/application_pb2_grpc.pyi +17 -0
- yandex/cloud/organizationmanager/v1/idp/application/oauth/application_service_pb2.py +178 -0
- yandex/cloud/organizationmanager/v1/idp/application/oauth/application_service_pb2.pyi +641 -0
- yandex/cloud/organizationmanager/v1/idp/application/oauth/application_service_pb2_grpc.py +634 -0
- yandex/cloud/organizationmanager/v1/idp/application/oauth/application_service_pb2_grpc.pyi +302 -0
- yandex/cloud/organizationmanager/v1/mfa_enforcement_pb2.py +41 -0
- yandex/cloud/organizationmanager/v1/mfa_enforcement_pb2.pyi +108 -0
- yandex/cloud/organizationmanager/v1/mfa_enforcement_pb2_grpc.py +24 -0
- yandex/cloud/organizationmanager/v1/mfa_enforcement_pb2_grpc.pyi +17 -0
- yandex/cloud/organizationmanager/v1/mfa_enforcement_service_pb2.py +156 -0
- yandex/cloud/organizationmanager/v1/mfa_enforcement_service_pb2.pyi +462 -0
- yandex/cloud/organizationmanager/v1/mfa_enforcement_service_pb2_grpc.py +446 -0
- yandex/cloud/organizationmanager/v1/mfa_enforcement_service_pb2_grpc.pyi +185 -0
- yandex/cloud/ytsaurus/v1/cluster_pb2.py +4 -2
- yandex/cloud/ytsaurus/v1/cluster_pb2.pyi +19 -1
- yandexcloud/__init__.py +1 -1
- {yandexcloud-0.363.0.dist-info → yandexcloud-0.365.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.363.0.dist-info → yandexcloud-0.365.0.dist-info}/RECORD +76 -46
- {yandexcloud-0.363.0.dist-info → yandexcloud-0.365.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.363.0.dist-info → yandexcloud-0.365.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.363.0.dist-info → yandexcloud-0.365.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.363.0.dist-info → yandexcloud-0.365.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: yandex/cloud/baremetal/v1alpha/rental_period.proto
|
|
5
|
+
# Protobuf Python Version: 5.29.0
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
5,
|
|
15
|
+
29,
|
|
16
|
+
0,
|
|
17
|
+
'',
|
|
18
|
+
'yandex/cloud/baremetal/v1alpha/rental_period.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2yandex/cloud/baremetal/v1alpha/rental_period.proto\x12\x1eyandex.cloud.baremetal.v1alpha\"\x1a\n\x0cRentalPeriod\x12\n\n\x02id\x18\x01 \x01(\tBr\n\"yandex.cloud.api.baremetal.v1alphaZLgithub.com/yandex-cloud/go-genproto/yandex/cloud/baremetal/v1alpha;baremetalb\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.baremetal.v1alpha.rental_period_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
34
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\"yandex.cloud.api.baremetal.v1alphaZLgithub.com/yandex-cloud/go-genproto/yandex/cloud/baremetal/v1alpha;baremetal'
|
|
35
|
+
_globals['_RENTALPERIOD']._serialized_start=86
|
|
36
|
+
_globals['_RENTALPERIOD']._serialized_end=112
|
|
37
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import builtins
|
|
7
|
+
import google.protobuf.descriptor
|
|
8
|
+
import google.protobuf.message
|
|
9
|
+
import typing
|
|
10
|
+
|
|
11
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
12
|
+
|
|
13
|
+
@typing.final
|
|
14
|
+
class RentalPeriod(google.protobuf.message.Message):
|
|
15
|
+
"""A period of time for which a Bare Metal Server can be rented. e.g., 1 month, 3 months, 6 months,
|
|
16
|
+
a year.
|
|
17
|
+
"""
|
|
18
|
+
|
|
19
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
20
|
+
|
|
21
|
+
ID_FIELD_NUMBER: builtins.int
|
|
22
|
+
id: builtins.str
|
|
23
|
+
"""Rental period identifier."""
|
|
24
|
+
def __init__(
|
|
25
|
+
self,
|
|
26
|
+
*,
|
|
27
|
+
id: builtins.str = ...,
|
|
28
|
+
) -> None: ...
|
|
29
|
+
def ClearField(self, field_name: typing.Literal["id", b"id"]) -> None: ...
|
|
30
|
+
|
|
31
|
+
global___RentalPeriod = RentalPeriod
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
|
|
2
|
+
"""Client and server classes corresponding to protobuf-defined services."""
|
|
3
|
+
import grpc
|
|
4
|
+
import warnings
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
GRPC_GENERATED_VERSION = '1.70.0'
|
|
8
|
+
GRPC_VERSION = grpc.__version__
|
|
9
|
+
_version_not_supported = False
|
|
10
|
+
|
|
11
|
+
try:
|
|
12
|
+
from grpc._utilities import first_version_is_lower
|
|
13
|
+
_version_not_supported = first_version_is_lower(GRPC_VERSION, GRPC_GENERATED_VERSION)
|
|
14
|
+
except ImportError:
|
|
15
|
+
_version_not_supported = True
|
|
16
|
+
|
|
17
|
+
if _version_not_supported:
|
|
18
|
+
raise RuntimeError(
|
|
19
|
+
f'The grpc package installed is at version {GRPC_VERSION},'
|
|
20
|
+
+ f' but the generated code in yandex/cloud/baremetal/v1alpha/rental_period_pb2_grpc.py depends on'
|
|
21
|
+
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
|
22
|
+
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
|
23
|
+
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
|
24
|
+
)
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import abc
|
|
7
|
+
import collections.abc
|
|
8
|
+
import grpc
|
|
9
|
+
import grpc.aio
|
|
10
|
+
import typing
|
|
11
|
+
|
|
12
|
+
_T = typing.TypeVar("_T")
|
|
13
|
+
|
|
14
|
+
class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
|
|
15
|
+
|
|
16
|
+
class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
|
|
17
|
+
...
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: yandex/cloud/baremetal/v1alpha/rental_period_service.proto
|
|
5
|
+
# Protobuf Python Version: 5.29.0
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
5,
|
|
15
|
+
29,
|
|
16
|
+
0,
|
|
17
|
+
'',
|
|
18
|
+
'yandex/cloud/baremetal/v1alpha/rental_period_service.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
26
|
+
from yandex.cloud.baremetal.v1alpha import rental_period_pb2 as yandex_dot_cloud_dot_baremetal_dot_v1alpha_dot_rental__period__pb2
|
|
27
|
+
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:yandex/cloud/baremetal/v1alpha/rental_period_service.proto\x12\x1eyandex.cloud.baremetal.v1alpha\x1a\x1cgoogle/api/annotations.proto\x1a\x32yandex/cloud/baremetal/v1alpha/rental_period.proto\x1a\x1dyandex/cloud/validation.proto\"\x86\x01\n\x18ListRentalPeriodsRequest\x12\x32\n\x10\x63onfiguration_id\x18\x01 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\x12\x1c\n\tpage_size\x18\x64 \x01(\x03\x42\t\xfa\xc7\x31\x05<=100\x12\x12\n\npage_token\x18\x65 \x01(\tJ\x04\x08\x02\x10\x64\"\x80\x01\n\x19ListRentalPeriodsResponse\x12\x44\n\x0erental_periods\x18\x01 \x03(\x0b\x32,.yandex.cloud.baremetal.v1alpha.RentalPeriod\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\x32\xbd\x01\n\x13RentalPeriodService\x12\xa5\x01\n\x04List\x12\x38.yandex.cloud.baremetal.v1alpha.ListRentalPeriodsRequest\x1a\x39.yandex.cloud.baremetal.v1alpha.ListRentalPeriodsResponse\"(\x82\xd3\xe4\x93\x02\"\x12 /baremetal/v1alpha/rentalPeriodsBr\n\"yandex.cloud.api.baremetal.v1alphaZLgithub.com/yandex-cloud/go-genproto/yandex/cloud/baremetal/v1alpha;baremetalb\x06proto3')
|
|
31
|
+
|
|
32
|
+
_globals = globals()
|
|
33
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
34
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.baremetal.v1alpha.rental_period_service_pb2', _globals)
|
|
35
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
36
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
37
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\"yandex.cloud.api.baremetal.v1alphaZLgithub.com/yandex-cloud/go-genproto/yandex/cloud/baremetal/v1alpha;baremetal'
|
|
38
|
+
_globals['_LISTRENTALPERIODSREQUEST'].fields_by_name['configuration_id']._loaded_options = None
|
|
39
|
+
_globals['_LISTRENTALPERIODSREQUEST'].fields_by_name['configuration_id']._serialized_options = b'\362\3071\016[a-z][a-z0-9]*\212\3101\00220'
|
|
40
|
+
_globals['_LISTRENTALPERIODSREQUEST'].fields_by_name['page_size']._loaded_options = None
|
|
41
|
+
_globals['_LISTRENTALPERIODSREQUEST'].fields_by_name['page_size']._serialized_options = b'\372\3071\005<=100'
|
|
42
|
+
_globals['_RENTALPERIODSERVICE'].methods_by_name['List']._loaded_options = None
|
|
43
|
+
_globals['_RENTALPERIODSERVICE'].methods_by_name['List']._serialized_options = b'\202\323\344\223\002\"\022 /baremetal/v1alpha/rentalPeriods'
|
|
44
|
+
_globals['_LISTRENTALPERIODSREQUEST']._serialized_start=208
|
|
45
|
+
_globals['_LISTRENTALPERIODSREQUEST']._serialized_end=342
|
|
46
|
+
_globals['_LISTRENTALPERIODSRESPONSE']._serialized_start=345
|
|
47
|
+
_globals['_LISTRENTALPERIODSRESPONSE']._serialized_end=473
|
|
48
|
+
_globals['_RENTALPERIODSERVICE']._serialized_start=476
|
|
49
|
+
_globals['_RENTALPERIODSERVICE']._serialized_end=665
|
|
50
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,75 @@
|
|
|
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.message
|
|
11
|
+
import typing
|
|
12
|
+
import yandex.cloud.baremetal.v1alpha.rental_period_pb2
|
|
13
|
+
|
|
14
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
15
|
+
|
|
16
|
+
@typing.final
|
|
17
|
+
class ListRentalPeriodsRequest(google.protobuf.message.Message):
|
|
18
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
19
|
+
|
|
20
|
+
CONFIGURATION_ID_FIELD_NUMBER: builtins.int
|
|
21
|
+
PAGE_SIZE_FIELD_NUMBER: builtins.int
|
|
22
|
+
PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
23
|
+
configuration_id: builtins.str
|
|
24
|
+
"""ID of the Configuration resource to return a Rental Period for.
|
|
25
|
+
|
|
26
|
+
To get the configuration ID, use a [ConfigurationService.List] request.
|
|
27
|
+
"""
|
|
28
|
+
page_size: builtins.int
|
|
29
|
+
"""The maximum number of results per page to return. If the number of available
|
|
30
|
+
results is greater than `page_size`,
|
|
31
|
+
the service returns a [ListRentalPeriodsResponse.next_page_token]
|
|
32
|
+
that can be used to get the next page of results in subsequent list requests.
|
|
33
|
+
Default value is 20.
|
|
34
|
+
"""
|
|
35
|
+
page_token: builtins.str
|
|
36
|
+
"""Page token. To get the next page of results, set `page_token` to the
|
|
37
|
+
[ListRentalPeriodsResponse.next_page_token] returned by a previous list request.
|
|
38
|
+
"""
|
|
39
|
+
def __init__(
|
|
40
|
+
self,
|
|
41
|
+
*,
|
|
42
|
+
configuration_id: builtins.str = ...,
|
|
43
|
+
page_size: builtins.int = ...,
|
|
44
|
+
page_token: builtins.str = ...,
|
|
45
|
+
) -> None: ...
|
|
46
|
+
def ClearField(self, field_name: typing.Literal["configuration_id", b"configuration_id", "page_size", b"page_size", "page_token", b"page_token"]) -> None: ...
|
|
47
|
+
|
|
48
|
+
global___ListRentalPeriodsRequest = ListRentalPeriodsRequest
|
|
49
|
+
|
|
50
|
+
@typing.final
|
|
51
|
+
class ListRentalPeriodsResponse(google.protobuf.message.Message):
|
|
52
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
53
|
+
|
|
54
|
+
RENTAL_PERIODS_FIELD_NUMBER: builtins.int
|
|
55
|
+
NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
56
|
+
next_page_token: builtins.str
|
|
57
|
+
"""Token for getting the next page of the list. If the number of results is greater than
|
|
58
|
+
[ListRentalPeriodsRequest.page_size], use `next_page_token` as the value
|
|
59
|
+
for the [ListRentalPeriodsResponse.page_token] parameter in the next list request.
|
|
60
|
+
|
|
61
|
+
Each subsequent page will have its own `next_page_token` to continue paging through the results.
|
|
62
|
+
"""
|
|
63
|
+
@property
|
|
64
|
+
def rental_periods(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.baremetal.v1alpha.rental_period_pb2.RentalPeriod]:
|
|
65
|
+
"""List of RentalPeriod resources."""
|
|
66
|
+
|
|
67
|
+
def __init__(
|
|
68
|
+
self,
|
|
69
|
+
*,
|
|
70
|
+
rental_periods: collections.abc.Iterable[yandex.cloud.baremetal.v1alpha.rental_period_pb2.RentalPeriod] | None = ...,
|
|
71
|
+
next_page_token: builtins.str = ...,
|
|
72
|
+
) -> None: ...
|
|
73
|
+
def ClearField(self, field_name: typing.Literal["next_page_token", b"next_page_token", "rental_periods", b"rental_periods"]) -> None: ...
|
|
74
|
+
|
|
75
|
+
global___ListRentalPeriodsResponse = ListRentalPeriodsResponse
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
|
|
2
|
+
"""Client and server classes corresponding to protobuf-defined services."""
|
|
3
|
+
import grpc
|
|
4
|
+
import warnings
|
|
5
|
+
|
|
6
|
+
from yandex.cloud.baremetal.v1alpha import rental_period_service_pb2 as yandex_dot_cloud_dot_baremetal_dot_v1alpha_dot_rental__period__service__pb2
|
|
7
|
+
|
|
8
|
+
GRPC_GENERATED_VERSION = '1.70.0'
|
|
9
|
+
GRPC_VERSION = grpc.__version__
|
|
10
|
+
_version_not_supported = False
|
|
11
|
+
|
|
12
|
+
try:
|
|
13
|
+
from grpc._utilities import first_version_is_lower
|
|
14
|
+
_version_not_supported = first_version_is_lower(GRPC_VERSION, GRPC_GENERATED_VERSION)
|
|
15
|
+
except ImportError:
|
|
16
|
+
_version_not_supported = True
|
|
17
|
+
|
|
18
|
+
if _version_not_supported:
|
|
19
|
+
raise RuntimeError(
|
|
20
|
+
f'The grpc package installed is at version {GRPC_VERSION},'
|
|
21
|
+
+ f' but the generated code in yandex/cloud/baremetal/v1alpha/rental_period_service_pb2_grpc.py depends on'
|
|
22
|
+
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
|
23
|
+
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
|
24
|
+
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
|
25
|
+
)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
class RentalPeriodServiceStub(object):
|
|
29
|
+
"""A set of methods to retrieve information about RentalPeriod resources.
|
|
30
|
+
"""
|
|
31
|
+
|
|
32
|
+
def __init__(self, channel):
|
|
33
|
+
"""Constructor.
|
|
34
|
+
|
|
35
|
+
Args:
|
|
36
|
+
channel: A grpc.Channel.
|
|
37
|
+
"""
|
|
38
|
+
self.List = channel.unary_unary(
|
|
39
|
+
'/yandex.cloud.baremetal.v1alpha.RentalPeriodService/List',
|
|
40
|
+
request_serializer=yandex_dot_cloud_dot_baremetal_dot_v1alpha_dot_rental__period__service__pb2.ListRentalPeriodsRequest.SerializeToString,
|
|
41
|
+
response_deserializer=yandex_dot_cloud_dot_baremetal_dot_v1alpha_dot_rental__period__service__pb2.ListRentalPeriodsResponse.FromString,
|
|
42
|
+
_registered_method=True)
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
class RentalPeriodServiceServicer(object):
|
|
46
|
+
"""A set of methods to retrieve information about RentalPeriod resources.
|
|
47
|
+
"""
|
|
48
|
+
|
|
49
|
+
def List(self, request, context):
|
|
50
|
+
"""Retrieves the list of RentalPeriod resources.
|
|
51
|
+
"""
|
|
52
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
53
|
+
context.set_details('Method not implemented!')
|
|
54
|
+
raise NotImplementedError('Method not implemented!')
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
def add_RentalPeriodServiceServicer_to_server(servicer, server):
|
|
58
|
+
rpc_method_handlers = {
|
|
59
|
+
'List': grpc.unary_unary_rpc_method_handler(
|
|
60
|
+
servicer.List,
|
|
61
|
+
request_deserializer=yandex_dot_cloud_dot_baremetal_dot_v1alpha_dot_rental__period__service__pb2.ListRentalPeriodsRequest.FromString,
|
|
62
|
+
response_serializer=yandex_dot_cloud_dot_baremetal_dot_v1alpha_dot_rental__period__service__pb2.ListRentalPeriodsResponse.SerializeToString,
|
|
63
|
+
),
|
|
64
|
+
}
|
|
65
|
+
generic_handler = grpc.method_handlers_generic_handler(
|
|
66
|
+
'yandex.cloud.baremetal.v1alpha.RentalPeriodService', rpc_method_handlers)
|
|
67
|
+
server.add_generic_rpc_handlers((generic_handler,))
|
|
68
|
+
server.add_registered_method_handlers('yandex.cloud.baremetal.v1alpha.RentalPeriodService', rpc_method_handlers)
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
# This class is part of an EXPERIMENTAL API.
|
|
72
|
+
class RentalPeriodService(object):
|
|
73
|
+
"""A set of methods to retrieve information about RentalPeriod resources.
|
|
74
|
+
"""
|
|
75
|
+
|
|
76
|
+
@staticmethod
|
|
77
|
+
def List(request,
|
|
78
|
+
target,
|
|
79
|
+
options=(),
|
|
80
|
+
channel_credentials=None,
|
|
81
|
+
call_credentials=None,
|
|
82
|
+
insecure=False,
|
|
83
|
+
compression=None,
|
|
84
|
+
wait_for_ready=None,
|
|
85
|
+
timeout=None,
|
|
86
|
+
metadata=None):
|
|
87
|
+
return grpc.experimental.unary_unary(
|
|
88
|
+
request,
|
|
89
|
+
target,
|
|
90
|
+
'/yandex.cloud.baremetal.v1alpha.RentalPeriodService/List',
|
|
91
|
+
yandex_dot_cloud_dot_baremetal_dot_v1alpha_dot_rental__period__service__pb2.ListRentalPeriodsRequest.SerializeToString,
|
|
92
|
+
yandex_dot_cloud_dot_baremetal_dot_v1alpha_dot_rental__period__service__pb2.ListRentalPeriodsResponse.FromString,
|
|
93
|
+
options,
|
|
94
|
+
channel_credentials,
|
|
95
|
+
insecure,
|
|
96
|
+
call_credentials,
|
|
97
|
+
compression,
|
|
98
|
+
wait_for_ready,
|
|
99
|
+
timeout,
|
|
100
|
+
metadata,
|
|
101
|
+
_registered_method=True)
|
|
@@ -0,0 +1,50 @@
|
|
|
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.baremetal.v1alpha.rental_period_service_pb2
|
|
12
|
+
|
|
13
|
+
_T = typing.TypeVar("_T")
|
|
14
|
+
|
|
15
|
+
class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
|
|
16
|
+
|
|
17
|
+
class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
|
|
18
|
+
...
|
|
19
|
+
|
|
20
|
+
class RentalPeriodServiceStub:
|
|
21
|
+
"""A set of methods to retrieve information about RentalPeriod resources."""
|
|
22
|
+
|
|
23
|
+
def __init__(self, channel: typing.Union[grpc.Channel, grpc.aio.Channel]) -> None: ...
|
|
24
|
+
List: grpc.UnaryUnaryMultiCallable[
|
|
25
|
+
yandex.cloud.baremetal.v1alpha.rental_period_service_pb2.ListRentalPeriodsRequest,
|
|
26
|
+
yandex.cloud.baremetal.v1alpha.rental_period_service_pb2.ListRentalPeriodsResponse,
|
|
27
|
+
]
|
|
28
|
+
"""Retrieves the list of RentalPeriod resources."""
|
|
29
|
+
|
|
30
|
+
class RentalPeriodServiceAsyncStub:
|
|
31
|
+
"""A set of methods to retrieve information about RentalPeriod resources."""
|
|
32
|
+
|
|
33
|
+
List: grpc.aio.UnaryUnaryMultiCallable[
|
|
34
|
+
yandex.cloud.baremetal.v1alpha.rental_period_service_pb2.ListRentalPeriodsRequest,
|
|
35
|
+
yandex.cloud.baremetal.v1alpha.rental_period_service_pb2.ListRentalPeriodsResponse,
|
|
36
|
+
]
|
|
37
|
+
"""Retrieves the list of RentalPeriod resources."""
|
|
38
|
+
|
|
39
|
+
class RentalPeriodServiceServicer(metaclass=abc.ABCMeta):
|
|
40
|
+
"""A set of methods to retrieve information about RentalPeriod resources."""
|
|
41
|
+
|
|
42
|
+
@abc.abstractmethod
|
|
43
|
+
def List(
|
|
44
|
+
self,
|
|
45
|
+
request: yandex.cloud.baremetal.v1alpha.rental_period_service_pb2.ListRentalPeriodsRequest,
|
|
46
|
+
context: _ServicerContext,
|
|
47
|
+
) -> typing.Union[yandex.cloud.baremetal.v1alpha.rental_period_service_pb2.ListRentalPeriodsResponse, collections.abc.Awaitable[yandex.cloud.baremetal.v1alpha.rental_period_service_pb2.ListRentalPeriodsResponse]]:
|
|
48
|
+
"""Retrieves the list of RentalPeriod resources."""
|
|
49
|
+
|
|
50
|
+
def add_RentalPeriodServiceServicer_to_server(servicer: RentalPeriodServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|
|
@@ -171,7 +171,10 @@ class CreateServerRequest(google.protobuf.message.Message):
|
|
|
171
171
|
To get the configuration ID, use a [ConfigurationService.List] request.
|
|
172
172
|
"""
|
|
173
173
|
rental_period_id: builtins.str
|
|
174
|
-
"""A period of time for which the server is rented.
|
|
174
|
+
"""A period of time for which the server is rented.
|
|
175
|
+
|
|
176
|
+
To get the rental period ID, use a [RentalPeriodService.List] request.
|
|
177
|
+
"""
|
|
175
178
|
@property
|
|
176
179
|
def network_interfaces(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___NetworkInterfaceSpec]:
|
|
177
180
|
"""Network configuration for the server. Specifies how the network interface is configured
|
|
@@ -630,7 +633,10 @@ class BatchCreateServersRequest(google.protobuf.message.Message):
|
|
|
630
633
|
To get the configuration ID, use a [ConfigurationService.List] request.
|
|
631
634
|
"""
|
|
632
635
|
rental_period_id: builtins.str
|
|
633
|
-
"""A period of time for which the server is rented.
|
|
636
|
+
"""A period of time for which the server is rented.
|
|
637
|
+
|
|
638
|
+
To get the rental period ID, use a [RentalPeriodService.List] request.
|
|
639
|
+
"""
|
|
634
640
|
count: builtins.int
|
|
635
641
|
"""Number of servers to create."""
|
|
636
642
|
@property
|
|
@@ -31,7 +31,7 @@ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operati
|
|
|
31
31
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*yandex/cloud/dns/v1/dns_zone_service.proto\x12\x13yandex.cloud.dns.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/access/access.proto\x1a yandex/cloud/api/operation.proto\x1a\"yandex/cloud/dns/v1/dns_zone.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"\x86\x01\n#UpdateDnsZonePrivateNetworksRequest\x12\x13\n\x0b\x64ns_zone_id\x18\x01 \x01(\t\x12$\n\x1cprivate_network_id_additions\x18\x02 \x03(\t\x12$\n\x1cprivate_network_id_deletions\x18\x03 \x03(\t\";\n$UpdateDnsZonePrivateNetworksMetadata\x12\x13\n\x0b\x64ns_zone_id\x18\x01 \x01(\t\".\n\x11GetDnsZoneRequest\x12\x19\n\x0b\x64ns_zone_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"\x89\x01\n\x13ListDnsZonesRequest\x12\x17\n\tfolder_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1e\n\npage_token\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=1000\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"`\n\x14ListDnsZonesResponse\x12/\n\tdns_zones\x18\x01 \x03(\x0b\x32\x1c.yandex.cloud.dns.v1.DnsZone\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xa4\x04\n\x14\x43reateDnsZoneRequest\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\x8a\x01\n\x06labels\x18\x04 \x03(\x0b\x32\x35.yandex.cloud.dns.v1.CreateDnsZoneRequest.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\x38\n\x04zone\x18\x05 \x01(\tB*\xe8\xc7\x31\x01\xf2\xc7\x31\x19[.]|[a-z0-9][-a-z0-9.]*\\.\x8a\xc8\x31\x05<=255\x12\x42\n\x12private_visibility\x18\x06 \x01(\x0b\x32&.yandex.cloud.dns.v1.PrivateVisibility\x12@\n\x11public_visibility\x18\x07 \x01(\x0b\x32%.yandex.cloud.dns.v1.PublicVisibility\x12\x1b\n\x13\x64\x65letion_protection\x18\x08 \x01(\x08\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\",\n\x15\x43reateDnsZoneMetadata\x12\x13\n\x0b\x64ns_zone_id\x18\x01 \x01(\t\"\x97\x04\n\x14UpdateDnsZoneRequest\x12\x1b\n\x0b\x64ns_zone_id\x18\x01 \x01(\tB\x06\x8a\xc8\x31\x02\x32\x30\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\x8a\x01\n\x06labels\x18\x05 \x03(\x0b\x32\x35.yandex.cloud.dns.v1.UpdateDnsZoneRequest.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\x12private_visibility\x18\x06 \x01(\x0b\x32&.yandex.cloud.dns.v1.PrivateVisibility\x12@\n\x11public_visibility\x18\x07 \x01(\x0b\x32%.yandex.cloud.dns.v1.PublicVisibility\x12\x1b\n\x13\x64\x65letion_protection\x18\x08 \x01(\x08\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\",\n\x15UpdateDnsZoneMetadata\x12\x13\n\x0b\x64ns_zone_id\x18\x01 \x01(\t\"3\n\x14\x44\x65leteDnsZoneRequest\x12\x1b\n\x0b\x64ns_zone_id\x18\x01 \x01(\tB\x06\x8a\xc8\x31\x02\x32\x30\",\n\x15\x44\x65leteDnsZoneMetadata\x12\x13\n\x0b\x64ns_zone_id\x18\x01 \x01(\t\"r\n\x1aGetDnsZoneRecordSetRequest\x12\x1b\n\x0b\x64ns_zone_id\x18\x01 \x01(\tB\x06\x8a\xc8\x31\x02\x32\x30\x12\x1b\n\x04name\x18\x02 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=255\x12\x1a\n\x04type\x18\x03 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=10\"\x96\x01\n\x1cListDnsZoneRecordSetsRequest\x12\x1b\n\x0b\x64ns_zone_id\x18\x01 \x01(\tB\x06\x8a\xc8\x31\x02\x32\x30\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\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"m\n\x1dListDnsZoneRecordSetsResponse\x12\x33\n\x0brecord_sets\x18\x01 \x03(\x0b\x32\x1e.yandex.cloud.dns.v1.RecordSet\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xb4\x01\n\x17UpdateRecordSetsRequest\x12\x1b\n\x0b\x64ns_zone_id\x18\x01 \x01(\tB\x06\x8a\xc8\x31\x02\x32\x30\x12=\n\tdeletions\x18\x02 \x03(\x0b\x32\x1e.yandex.cloud.dns.v1.RecordSetB\n\x82\xc8\x31\x06<=1000\x12=\n\tadditions\x18\x03 \x03(\x0b\x32\x1e.yandex.cloud.dns.v1.RecordSetB\n\x82\xc8\x31\x06<=1000\"\x1a\n\x18UpdateRecordSetsMetadata\"\xf3\x01\n\x17UpsertRecordSetsRequest\x12\x1b\n\x0b\x64ns_zone_id\x18\x01 \x01(\tB\x06\x8a\xc8\x31\x02\x32\x30\x12=\n\tdeletions\x18\x02 \x03(\x0b\x32\x1e.yandex.cloud.dns.v1.RecordSetB\n\x82\xc8\x31\x06<=1000\x12@\n\x0creplacements\x18\x03 \x03(\x0b\x32\x1e.yandex.cloud.dns.v1.RecordSetB\n\x82\xc8\x31\x06<=1000\x12:\n\x06merges\x18\x04 \x03(\x0b\x32\x1e.yandex.cloud.dns.v1.RecordSetB\n\x82\xc8\x31\x06<=1000\"\x1a\n\x18UpsertRecordSetsMetadata\"u\n\rRecordSetDiff\x12\x31\n\tadditions\x18\x01 \x03(\x0b\x32\x1e.yandex.cloud.dns.v1.RecordSet\x12\x31\n\tdeletions\x18\x02 \x03(\x0b\x32\x1e.yandex.cloud.dns.v1.RecordSet\"\x96\x01\n\x1cListDnsZoneOperationsRequest\x12\x1b\n\x0b\x64ns_zone_id\x18\x01 \x01(\tB\x06\x8a\xc8\x31\x02\x32\x30\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1e\n\npage_token\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=1000\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"o\n\x1dListDnsZoneOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\
|
|
34
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*yandex/cloud/dns/v1/dns_zone_service.proto\x12\x13yandex.cloud.dns.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/access/access.proto\x1a yandex/cloud/api/operation.proto\x1a\"yandex/cloud/dns/v1/dns_zone.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"\x86\x01\n#UpdateDnsZonePrivateNetworksRequest\x12\x13\n\x0b\x64ns_zone_id\x18\x01 \x01(\t\x12$\n\x1cprivate_network_id_additions\x18\x02 \x03(\t\x12$\n\x1cprivate_network_id_deletions\x18\x03 \x03(\t\";\n$UpdateDnsZonePrivateNetworksMetadata\x12\x13\n\x0b\x64ns_zone_id\x18\x01 \x01(\t\".\n\x11GetDnsZoneRequest\x12\x19\n\x0b\x64ns_zone_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"\x89\x01\n\x13ListDnsZonesRequest\x12\x17\n\tfolder_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1e\n\npage_token\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=1000\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"`\n\x14ListDnsZonesResponse\x12/\n\tdns_zones\x18\x01 \x03(\x0b\x32\x1c.yandex.cloud.dns.v1.DnsZone\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xa4\x04\n\x14\x43reateDnsZoneRequest\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\x8a\x01\n\x06labels\x18\x04 \x03(\x0b\x32\x35.yandex.cloud.dns.v1.CreateDnsZoneRequest.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\x38\n\x04zone\x18\x05 \x01(\tB*\xe8\xc7\x31\x01\xf2\xc7\x31\x19[.]|[a-z0-9][-a-z0-9.]*\\.\x8a\xc8\x31\x05<=255\x12\x42\n\x12private_visibility\x18\x06 \x01(\x0b\x32&.yandex.cloud.dns.v1.PrivateVisibility\x12@\n\x11public_visibility\x18\x07 \x01(\x0b\x32%.yandex.cloud.dns.v1.PublicVisibility\x12\x1b\n\x13\x64\x65letion_protection\x18\x08 \x01(\x08\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\",\n\x15\x43reateDnsZoneMetadata\x12\x13\n\x0b\x64ns_zone_id\x18\x01 \x01(\t\"\x97\x04\n\x14UpdateDnsZoneRequest\x12\x1b\n\x0b\x64ns_zone_id\x18\x01 \x01(\tB\x06\x8a\xc8\x31\x02\x32\x30\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\x8a\x01\n\x06labels\x18\x05 \x03(\x0b\x32\x35.yandex.cloud.dns.v1.UpdateDnsZoneRequest.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\x12private_visibility\x18\x06 \x01(\x0b\x32&.yandex.cloud.dns.v1.PrivateVisibility\x12@\n\x11public_visibility\x18\x07 \x01(\x0b\x32%.yandex.cloud.dns.v1.PublicVisibility\x12\x1b\n\x13\x64\x65letion_protection\x18\x08 \x01(\x08\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\",\n\x15UpdateDnsZoneMetadata\x12\x13\n\x0b\x64ns_zone_id\x18\x01 \x01(\t\"b\n\x12MoveDnsZoneRequest\x12\x1f\n\x0b\x64ns_zone_id\x18\x01 \x01(\tB\n\xe8\xc7\x31\x01\x8a\xc8\x31\x02\x32\x30\x12+\n\x15\x64\x65stination_folder_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"*\n\x13MoveDnsZoneMetadata\x12\x13\n\x0b\x64ns_zone_id\x18\x01 \x01(\t\"3\n\x14\x44\x65leteDnsZoneRequest\x12\x1b\n\x0b\x64ns_zone_id\x18\x01 \x01(\tB\x06\x8a\xc8\x31\x02\x32\x30\",\n\x15\x44\x65leteDnsZoneMetadata\x12\x13\n\x0b\x64ns_zone_id\x18\x01 \x01(\t\"r\n\x1aGetDnsZoneRecordSetRequest\x12\x1b\n\x0b\x64ns_zone_id\x18\x01 \x01(\tB\x06\x8a\xc8\x31\x02\x32\x30\x12\x1b\n\x04name\x18\x02 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=255\x12\x1a\n\x04type\x18\x03 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=10\"\x96\x01\n\x1cListDnsZoneRecordSetsRequest\x12\x1b\n\x0b\x64ns_zone_id\x18\x01 \x01(\tB\x06\x8a\xc8\x31\x02\x32\x30\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\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"m\n\x1dListDnsZoneRecordSetsResponse\x12\x33\n\x0brecord_sets\x18\x01 \x03(\x0b\x32\x1e.yandex.cloud.dns.v1.RecordSet\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xb4\x01\n\x17UpdateRecordSetsRequest\x12\x1b\n\x0b\x64ns_zone_id\x18\x01 \x01(\tB\x06\x8a\xc8\x31\x02\x32\x30\x12=\n\tdeletions\x18\x02 \x03(\x0b\x32\x1e.yandex.cloud.dns.v1.RecordSetB\n\x82\xc8\x31\x06<=1000\x12=\n\tadditions\x18\x03 \x03(\x0b\x32\x1e.yandex.cloud.dns.v1.RecordSetB\n\x82\xc8\x31\x06<=1000\"\x1a\n\x18UpdateRecordSetsMetadata\"\xf3\x01\n\x17UpsertRecordSetsRequest\x12\x1b\n\x0b\x64ns_zone_id\x18\x01 \x01(\tB\x06\x8a\xc8\x31\x02\x32\x30\x12=\n\tdeletions\x18\x02 \x03(\x0b\x32\x1e.yandex.cloud.dns.v1.RecordSetB\n\x82\xc8\x31\x06<=1000\x12@\n\x0creplacements\x18\x03 \x03(\x0b\x32\x1e.yandex.cloud.dns.v1.RecordSetB\n\x82\xc8\x31\x06<=1000\x12:\n\x06merges\x18\x04 \x03(\x0b\x32\x1e.yandex.cloud.dns.v1.RecordSetB\n\x82\xc8\x31\x06<=1000\"\x1a\n\x18UpsertRecordSetsMetadata\"u\n\rRecordSetDiff\x12\x31\n\tadditions\x18\x01 \x03(\x0b\x32\x1e.yandex.cloud.dns.v1.RecordSet\x12\x31\n\tdeletions\x18\x02 \x03(\x0b\x32\x1e.yandex.cloud.dns.v1.RecordSet\"\x96\x01\n\x1cListDnsZoneOperationsRequest\x12\x1b\n\x0b\x64ns_zone_id\x18\x01 \x01(\tB\x06\x8a\xc8\x31\x02\x32\x30\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1e\n\npage_token\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=1000\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"o\n\x1dListDnsZoneOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\xec\x14\n\x0e\x44nsZoneService\x12p\n\x03Get\x12&.yandex.cloud.dns.v1.GetDnsZoneRequest\x1a\x1c.yandex.cloud.dns.v1.DnsZone\"#\x82\xd3\xe4\x93\x02\x1d\x12\x1b/dns/v1/zones/{dns_zone_id}\x12r\n\x04List\x12(.yandex.cloud.dns.v1.ListDnsZonesRequest\x1a).yandex.cloud.dns.v1.ListDnsZonesResponse\"\x15\x82\xd3\xe4\x93\x02\x0f\x12\r/dns/v1/zones\x12\x94\x01\n\x06\x43reate\x12).yandex.cloud.dns.v1.CreateDnsZoneRequest\x1a!.yandex.cloud.operation.Operation\"<\xb2\xd2* \n\x15\x43reateDnsZoneMetadata\x12\x07\x44nsZone\x82\xd3\xe4\x93\x02\x12\"\r/dns/v1/zones:\x01*\x12\xa2\x01\n\x06Update\x12).yandex.cloud.dns.v1.UpdateDnsZoneRequest\x1a!.yandex.cloud.operation.Operation\"J\xb2\xd2* \n\x15UpdateDnsZoneMetadata\x12\x07\x44nsZone\x82\xd3\xe4\x93\x02 2\x1b/dns/v1/zones/{dns_zone_id}:\x01*\x12\xa1\x01\n\x04Move\x12\'.yandex.cloud.dns.v1.MoveDnsZoneRequest\x1a!.yandex.cloud.operation.Operation\"M\xb2\xd2*\x1e\n\x13MoveDnsZoneMetadata\x12\x07\x44nsZone\x82\xd3\xe4\x93\x02%\" /dns/v1/zones/{dns_zone_id}:move:\x01*\x12\xad\x01\n\x06\x44\x65lete\x12).yandex.cloud.dns.v1.DeleteDnsZoneRequest\x1a!.yandex.cloud.operation.Operation\"U\xb2\xd2*.\n\x15\x44\x65leteDnsZoneMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x1d*\x1b/dns/v1/zones/{dns_zone_id}\x12\x91\x01\n\x0cGetRecordSet\x12/.yandex.cloud.dns.v1.GetDnsZoneRecordSetRequest\x1a\x1e.yandex.cloud.dns.v1.RecordSet\"0\x82\xd3\xe4\x93\x02*\x12(/dns/v1/zones/{dns_zone_id}:getRecordSet\x12\xab\x01\n\x0eListRecordSets\x12\x31.yandex.cloud.dns.v1.ListDnsZoneRecordSetsRequest\x1a\x32.yandex.cloud.dns.v1.ListDnsZoneRecordSetsResponse\"2\x82\xd3\xe4\x93\x02,\x12*/dns/v1/zones/{dns_zone_id}:listRecordSets\x12\xc9\x01\n\x10UpdateRecordSets\x12,.yandex.cloud.dns.v1.UpdateRecordSetsRequest\x1a!.yandex.cloud.operation.Operation\"d\xb2\xd2*)\n\x18UpdateRecordSetsMetadata\x12\rRecordSetDiff\x82\xd3\xe4\x93\x02\x31\",/dns/v1/zones/{dns_zone_id}:updateRecordSets:\x01*\x12\xc9\x01\n\x10UpsertRecordSets\x12,.yandex.cloud.dns.v1.UpsertRecordSetsRequest\x1a!.yandex.cloud.operation.Operation\"d\xb2\xd2*)\n\x18UpsertRecordSetsMetadata\x12\rRecordSetDiff\x82\xd3\xe4\x93\x02\x31\",/dns/v1/zones/{dns_zone_id}:upsertRecordSets:\x01*\x12\xa7\x01\n\x0eListOperations\x12\x31.yandex.cloud.dns.v1.ListDnsZoneOperationsRequest\x1a\x32.yandex.cloud.dns.v1.ListDnsZoneOperationsResponse\".\x82\xd3\xe4\x93\x02(\x12&/dns/v1/zones/{dns_zone_id}/operations\x12\xad\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\"6\x82\xd3\xe4\x93\x02\x30\x12./dns/v1/zones/{resource_id}:listAccessBindings\x12\xdc\x01\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"u\xb2\xd2*9\n access.SetAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x32\"-/dns/v1/zones/{resource_id}:setAccessBindings:\x01*\x12\xe8\x01\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"{\xb2\xd2*<\n#access.UpdateAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x35\"0/dns/v1/zones/{resource_id}:updateAccessBindings:\x01*\x12\xe5\x01\n\x15UpdatePrivateNetworks\x12\x38.yandex.cloud.dns.v1.UpdateDnsZonePrivateNetworksRequest\x1a!.yandex.cloud.operation.Operation\"o\xb2\xd2*/\n$UpdateDnsZonePrivateNetworksMetadata\x12\x07\x44nsZone\x82\xd3\xe4\x93\x02\x36\x32\x31/dns/v1/zones/{dns_zone_id}:updatePrivateNetworks:\x01*BV\n\x17yandex.cloud.api.dns.v1Z;github.com/yandex-cloud/go-genproto/yandex/cloud/dns/v1;dnsb\x06proto3')
|
|
35
35
|
|
|
36
36
|
_globals = globals()
|
|
37
37
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -71,6 +71,10 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
71
71
|
_globals['_UPDATEDNSZONEREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\005<=256'
|
|
72
72
|
_globals['_UPDATEDNSZONEREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
73
73
|
_globals['_UPDATEDNSZONEREQUEST'].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'
|
|
74
|
+
_globals['_MOVEDNSZONEREQUEST'].fields_by_name['dns_zone_id']._loaded_options = None
|
|
75
|
+
_globals['_MOVEDNSZONEREQUEST'].fields_by_name['dns_zone_id']._serialized_options = b'\350\3071\001\212\3101\00220'
|
|
76
|
+
_globals['_MOVEDNSZONEREQUEST'].fields_by_name['destination_folder_id']._loaded_options = None
|
|
77
|
+
_globals['_MOVEDNSZONEREQUEST'].fields_by_name['destination_folder_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
74
78
|
_globals['_DELETEDNSZONEREQUEST'].fields_by_name['dns_zone_id']._loaded_options = None
|
|
75
79
|
_globals['_DELETEDNSZONEREQUEST'].fields_by_name['dns_zone_id']._serialized_options = b'\212\3101\00220'
|
|
76
80
|
_globals['_GETDNSZONERECORDSETREQUEST'].fields_by_name['dns_zone_id']._loaded_options = None
|
|
@@ -117,6 +121,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
117
121
|
_globals['_DNSZONESERVICE'].methods_by_name['Create']._serialized_options = b'\262\322* \n\025CreateDnsZoneMetadata\022\007DnsZone\202\323\344\223\002\022\"\r/dns/v1/zones:\001*'
|
|
118
122
|
_globals['_DNSZONESERVICE'].methods_by_name['Update']._loaded_options = None
|
|
119
123
|
_globals['_DNSZONESERVICE'].methods_by_name['Update']._serialized_options = b'\262\322* \n\025UpdateDnsZoneMetadata\022\007DnsZone\202\323\344\223\002 2\033/dns/v1/zones/{dns_zone_id}:\001*'
|
|
124
|
+
_globals['_DNSZONESERVICE'].methods_by_name['Move']._loaded_options = None
|
|
125
|
+
_globals['_DNSZONESERVICE'].methods_by_name['Move']._serialized_options = b'\262\322*\036\n\023MoveDnsZoneMetadata\022\007DnsZone\202\323\344\223\002%\" /dns/v1/zones/{dns_zone_id}:move:\001*'
|
|
120
126
|
_globals['_DNSZONESERVICE'].methods_by_name['Delete']._loaded_options = None
|
|
121
127
|
_globals['_DNSZONESERVICE'].methods_by_name['Delete']._serialized_options = b'\262\322*.\n\025DeleteDnsZoneMetadata\022\025google.protobuf.Empty\202\323\344\223\002\035*\033/dns/v1/zones/{dns_zone_id}'
|
|
122
128
|
_globals['_DNSZONESERVICE'].methods_by_name['GetRecordSet']._loaded_options = None
|
|
@@ -159,30 +165,34 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
159
165
|
_globals['_UPDATEDNSZONEREQUEST_LABELSENTRY']._serialized_end=1339
|
|
160
166
|
_globals['_UPDATEDNSZONEMETADATA']._serialized_start=1925
|
|
161
167
|
_globals['_UPDATEDNSZONEMETADATA']._serialized_end=1969
|
|
162
|
-
_globals['
|
|
163
|
-
_globals['
|
|
164
|
-
_globals['
|
|
165
|
-
_globals['
|
|
166
|
-
_globals['
|
|
167
|
-
_globals['
|
|
168
|
-
_globals['
|
|
169
|
-
_globals['
|
|
170
|
-
_globals['
|
|
171
|
-
_globals['
|
|
172
|
-
_globals['
|
|
173
|
-
_globals['
|
|
174
|
-
_globals['
|
|
175
|
-
_globals['
|
|
176
|
-
_globals['
|
|
177
|
-
_globals['
|
|
178
|
-
_globals['
|
|
179
|
-
_globals['
|
|
180
|
-
_globals['
|
|
181
|
-
_globals['
|
|
182
|
-
_globals['
|
|
183
|
-
_globals['
|
|
184
|
-
_globals['
|
|
185
|
-
_globals['
|
|
186
|
-
_globals['
|
|
187
|
-
_globals['
|
|
168
|
+
_globals['_MOVEDNSZONEREQUEST']._serialized_start=1971
|
|
169
|
+
_globals['_MOVEDNSZONEREQUEST']._serialized_end=2069
|
|
170
|
+
_globals['_MOVEDNSZONEMETADATA']._serialized_start=2071
|
|
171
|
+
_globals['_MOVEDNSZONEMETADATA']._serialized_end=2113
|
|
172
|
+
_globals['_DELETEDNSZONEREQUEST']._serialized_start=2115
|
|
173
|
+
_globals['_DELETEDNSZONEREQUEST']._serialized_end=2166
|
|
174
|
+
_globals['_DELETEDNSZONEMETADATA']._serialized_start=2168
|
|
175
|
+
_globals['_DELETEDNSZONEMETADATA']._serialized_end=2212
|
|
176
|
+
_globals['_GETDNSZONERECORDSETREQUEST']._serialized_start=2214
|
|
177
|
+
_globals['_GETDNSZONERECORDSETREQUEST']._serialized_end=2328
|
|
178
|
+
_globals['_LISTDNSZONERECORDSETSREQUEST']._serialized_start=2331
|
|
179
|
+
_globals['_LISTDNSZONERECORDSETSREQUEST']._serialized_end=2481
|
|
180
|
+
_globals['_LISTDNSZONERECORDSETSRESPONSE']._serialized_start=2483
|
|
181
|
+
_globals['_LISTDNSZONERECORDSETSRESPONSE']._serialized_end=2592
|
|
182
|
+
_globals['_UPDATERECORDSETSREQUEST']._serialized_start=2595
|
|
183
|
+
_globals['_UPDATERECORDSETSREQUEST']._serialized_end=2775
|
|
184
|
+
_globals['_UPDATERECORDSETSMETADATA']._serialized_start=2777
|
|
185
|
+
_globals['_UPDATERECORDSETSMETADATA']._serialized_end=2803
|
|
186
|
+
_globals['_UPSERTRECORDSETSREQUEST']._serialized_start=2806
|
|
187
|
+
_globals['_UPSERTRECORDSETSREQUEST']._serialized_end=3049
|
|
188
|
+
_globals['_UPSERTRECORDSETSMETADATA']._serialized_start=3051
|
|
189
|
+
_globals['_UPSERTRECORDSETSMETADATA']._serialized_end=3077
|
|
190
|
+
_globals['_RECORDSETDIFF']._serialized_start=3079
|
|
191
|
+
_globals['_RECORDSETDIFF']._serialized_end=3196
|
|
192
|
+
_globals['_LISTDNSZONEOPERATIONSREQUEST']._serialized_start=3199
|
|
193
|
+
_globals['_LISTDNSZONEOPERATIONSREQUEST']._serialized_end=3349
|
|
194
|
+
_globals['_LISTDNSZONEOPERATIONSRESPONSE']._serialized_start=3351
|
|
195
|
+
_globals['_LISTDNSZONEOPERATIONSRESPONSE']._serialized_end=3462
|
|
196
|
+
_globals['_DNSZONESERVICE']._serialized_start=3465
|
|
197
|
+
_globals['_DNSZONESERVICE']._serialized_end=6133
|
|
188
198
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -337,6 +337,48 @@ class UpdateDnsZoneMetadata(google.protobuf.message.Message):
|
|
|
337
337
|
|
|
338
338
|
global___UpdateDnsZoneMetadata = UpdateDnsZoneMetadata
|
|
339
339
|
|
|
340
|
+
@typing.final
|
|
341
|
+
class MoveDnsZoneRequest(google.protobuf.message.Message):
|
|
342
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
343
|
+
|
|
344
|
+
DNS_ZONE_ID_FIELD_NUMBER: builtins.int
|
|
345
|
+
DESTINATION_FOLDER_ID_FIELD_NUMBER: builtins.int
|
|
346
|
+
dns_zone_id: builtins.str
|
|
347
|
+
"""ID of the DNS zone to move.
|
|
348
|
+
|
|
349
|
+
To get the DNS zone ID, make a [DnsZoneService.List] request.
|
|
350
|
+
"""
|
|
351
|
+
destination_folder_id: builtins.str
|
|
352
|
+
"""ID of the folder to move the zone to.
|
|
353
|
+
|
|
354
|
+
To get the folder ID, make a [yandex.cloud.resourcemanager.v1.FolderService.List] request.
|
|
355
|
+
"""
|
|
356
|
+
def __init__(
|
|
357
|
+
self,
|
|
358
|
+
*,
|
|
359
|
+
dns_zone_id: builtins.str = ...,
|
|
360
|
+
destination_folder_id: builtins.str = ...,
|
|
361
|
+
) -> None: ...
|
|
362
|
+
def ClearField(self, field_name: typing.Literal["destination_folder_id", b"destination_folder_id", "dns_zone_id", b"dns_zone_id"]) -> None: ...
|
|
363
|
+
|
|
364
|
+
global___MoveDnsZoneRequest = MoveDnsZoneRequest
|
|
365
|
+
|
|
366
|
+
@typing.final
|
|
367
|
+
class MoveDnsZoneMetadata(google.protobuf.message.Message):
|
|
368
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
369
|
+
|
|
370
|
+
DNS_ZONE_ID_FIELD_NUMBER: builtins.int
|
|
371
|
+
dns_zone_id: builtins.str
|
|
372
|
+
"""ID of the DNS zone that is being moved."""
|
|
373
|
+
def __init__(
|
|
374
|
+
self,
|
|
375
|
+
*,
|
|
376
|
+
dns_zone_id: builtins.str = ...,
|
|
377
|
+
) -> None: ...
|
|
378
|
+
def ClearField(self, field_name: typing.Literal["dns_zone_id", b"dns_zone_id"]) -> None: ...
|
|
379
|
+
|
|
380
|
+
global___MoveDnsZoneMetadata = MoveDnsZoneMetadata
|
|
381
|
+
|
|
340
382
|
@typing.final
|
|
341
383
|
class DeleteDnsZoneRequest(google.protobuf.message.Message):
|
|
342
384
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|