yandexcloud 0.334.0__py3-none-any.whl → 0.335.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/ai/tuning/v1/tuning_service_pb2.py +8 -8
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +11 -3
- yandex/cloud/cic/v1/partner_pb2.pyi +1 -1
- yandex/cloud/cic/v1/private_connection_pb2.py +10 -9
- yandex/cloud/cic/v1/private_connection_pb2.pyi +40 -12
- yandex/cloud/cic/v1/private_connection_service_pb2.py +76 -9
- yandex/cloud/cic/v1/private_connection_service_pb2.pyi +379 -1
- yandex/cloud/cic/v1/private_connection_service_pb2_grpc.py +270 -0
- yandex/cloud/cic/v1/private_connection_service_pb2_grpc.pyi +151 -0
- yandex/cloud/cic/v1/public_connection_pb2.py +10 -7
- yandex/cloud/cic/v1/public_connection_pb2.pyi +32 -2
- yandex/cloud/cic/v1/trunk_connection_pb2.py +16 -13
- yandex/cloud/cic/v1/trunk_connection_pb2.pyi +38 -2
- yandex/cloud/cic/v1/trunk_connection_service_pb2.py +62 -9
- yandex/cloud/cic/v1/trunk_connection_service_pb2.pyi +360 -1
- yandex/cloud/cic/v1/trunk_connection_service_pb2_grpc.py +180 -0
- yandex/cloud/cic/v1/trunk_connection_service_pb2_grpc.pyi +99 -0
- yandex/cloud/cloudrouter/v1/routing_instance_pb2.py +16 -15
- yandex/cloud/cloudrouter/v1/routing_instance_pb2.pyi +11 -3
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2.py +86 -15
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2.pyi +388 -1
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2_grpc.py +360 -0
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2_grpc.pyi +203 -0
- yandex/cloud/compute/v1/instance_pb2.py +52 -52
- yandex/cloud/compute/v1/instance_pb2.pyi +5 -1
- yandex/cloud/compute/v1/instance_service_pb2.py +130 -126
- yandex/cloud/compute/v1/instance_service_pb2.pyi +17 -2
- yandex/cloud/compute/v1/reserved_instance_pool_pb2.py +59 -0
- yandex/cloud/compute/v1/reserved_instance_pool_pb2.pyi +171 -0
- yandex/cloud/compute/v1/reserved_instance_pool_pb2_grpc.py +24 -0
- yandex/cloud/compute/v1/reserved_instance_pool_pb2_grpc.pyi +17 -0
- yandex/cloud/compute/v1/reserved_instance_pool_service_pb2.py +123 -0
- yandex/cloud/compute/v1/reserved_instance_pool_service_pb2.pyi +345 -0
- yandex/cloud/compute/v1/reserved_instance_pool_service_pb2_grpc.py +282 -0
- yandex/cloud/compute/v1/reserved_instance_pool_service_pb2_grpc.pyi +147 -0
- yandex/cloud/mdb/greenplum/v1/cluster_pb2.py +30 -24
- yandex/cloud/mdb/greenplum/v1/cluster_pb2.pyi +47 -2
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.py +78 -78
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.pyi +29 -5
- yandex/cloud/mdb/mongodb/v1/cluster_service_pb2.pyi +0 -2
- yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.py +38 -22
- yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.pyi +193 -13
- yandex/cloud/mdb/mysql/v1/config/mysql5_7_pb2.py +18 -18
- yandex/cloud/mdb/mysql/v1/config/mysql5_7_pb2.pyi +8 -0
- yandex/cloud/mdb/mysql/v1/config/mysql8_0_pb2.py +18 -18
- yandex/cloud/mdb/mysql/v1/config/mysql8_0_pb2.pyi +8 -0
- yandex/cloud/mdb/mysql/v1/user_pb2.py +3 -3
- yandex/cloud/mdb/mysql/v1/user_pb2.pyi +8 -0
- yandex/cloud/storage/v1/bucket_pb2.py +75 -73
- yandex/cloud/video/v1/channel_service_pb2.py +36 -29
- yandex/cloud/video/v1/channel_service_pb2_grpc.py +133 -0
- yandex/cloud/video/v1/channel_service_pb2_grpc.pyi +61 -0
- yandex/cloud/video/v1/episode_service_pb2.py +54 -53
- yandex/cloud/video/v1/episode_service_pb2.pyi +9 -2
- yandexcloud/__init__.py +2 -1
- yandexcloud/_channels.py +8 -3
- yandexcloud/_retry_interceptor.py +2 -0
- yandexcloud/_retry_policy.py +31 -0
- yandexcloud/_sdk.py +5 -10
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.335.0.dist-info}/METADATA +20 -1
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.335.0.dist-info}/RECORD +65 -56
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.335.0.dist-info}/WHEEL +1 -1
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.335.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.335.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.335.0.dist-info}/top_level.txt +0 -0
|
@@ -205,6 +205,7 @@ class CreateInstanceRequest(google.protobuf.message.Message):
|
|
|
205
205
|
MAINTENANCE_POLICY_FIELD_NUMBER: builtins.int
|
|
206
206
|
MAINTENANCE_GRACE_PERIOD_FIELD_NUMBER: builtins.int
|
|
207
207
|
SERIAL_PORT_SETTINGS_FIELD_NUMBER: builtins.int
|
|
208
|
+
RESERVED_INSTANCE_POOL_ID_FIELD_NUMBER: builtins.int
|
|
208
209
|
folder_id: builtins.str
|
|
209
210
|
"""ID of the folder to create an instance in.
|
|
210
211
|
To get the folder ID, use a [yandex.cloud.resourcemanager.v1.FolderService.List] request.
|
|
@@ -238,6 +239,11 @@ class CreateInstanceRequest(google.protobuf.message.Message):
|
|
|
238
239
|
"""
|
|
239
240
|
maintenance_policy: yandex.cloud.compute.v1.maintenance_pb2.MaintenancePolicy.ValueType
|
|
240
241
|
"""Behaviour on maintenance events"""
|
|
242
|
+
reserved_instance_pool_id: builtins.str
|
|
243
|
+
"""ID of the reserved instance pool that the instance should belong to.
|
|
244
|
+
Instance will be created using resources from the reserved instance pool.
|
|
245
|
+
Reserved instance pool resource configuration must match the resource configuration of the instance.
|
|
246
|
+
"""
|
|
241
247
|
@property
|
|
242
248
|
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
243
249
|
"""Resource labels as `key:value` pairs."""
|
|
@@ -342,9 +348,10 @@ class CreateInstanceRequest(google.protobuf.message.Message):
|
|
|
342
348
|
maintenance_policy: yandex.cloud.compute.v1.maintenance_pb2.MaintenancePolicy.ValueType = ...,
|
|
343
349
|
maintenance_grace_period: google.protobuf.duration_pb2.Duration | None = ...,
|
|
344
350
|
serial_port_settings: yandex.cloud.compute.v1.instance_pb2.SerialPortSettings | None = ...,
|
|
351
|
+
reserved_instance_pool_id: builtins.str = ...,
|
|
345
352
|
) -> None: ...
|
|
346
353
|
def HasField(self, field_name: typing.Literal["boot_disk_spec", b"boot_disk_spec", "gpu_settings", b"gpu_settings", "maintenance_grace_period", b"maintenance_grace_period", "metadata_options", b"metadata_options", "network_settings", b"network_settings", "placement_policy", b"placement_policy", "resources_spec", b"resources_spec", "scheduling_policy", b"scheduling_policy", "serial_port_settings", b"serial_port_settings"]) -> builtins.bool: ...
|
|
347
|
-
def ClearField(self, field_name: typing.Literal["boot_disk_spec", b"boot_disk_spec", "description", b"description", "filesystem_specs", b"filesystem_specs", "folder_id", b"folder_id", "gpu_settings", b"gpu_settings", "hostname", b"hostname", "labels", b"labels", "local_disk_specs", b"local_disk_specs", "maintenance_grace_period", b"maintenance_grace_period", "maintenance_policy", b"maintenance_policy", "metadata", b"metadata", "metadata_options", b"metadata_options", "name", b"name", "network_interface_specs", b"network_interface_specs", "network_settings", b"network_settings", "placement_policy", b"placement_policy", "platform_id", b"platform_id", "resources_spec", b"resources_spec", "scheduling_policy", b"scheduling_policy", "secondary_disk_specs", b"secondary_disk_specs", "serial_port_settings", b"serial_port_settings", "service_account_id", b"service_account_id", "zone_id", b"zone_id"]) -> None: ...
|
|
354
|
+
def ClearField(self, field_name: typing.Literal["boot_disk_spec", b"boot_disk_spec", "description", b"description", "filesystem_specs", b"filesystem_specs", "folder_id", b"folder_id", "gpu_settings", b"gpu_settings", "hostname", b"hostname", "labels", b"labels", "local_disk_specs", b"local_disk_specs", "maintenance_grace_period", b"maintenance_grace_period", "maintenance_policy", b"maintenance_policy", "metadata", b"metadata", "metadata_options", b"metadata_options", "name", b"name", "network_interface_specs", b"network_interface_specs", "network_settings", b"network_settings", "placement_policy", b"placement_policy", "platform_id", b"platform_id", "reserved_instance_pool_id", b"reserved_instance_pool_id", "resources_spec", b"resources_spec", "scheduling_policy", b"scheduling_policy", "secondary_disk_specs", b"secondary_disk_specs", "serial_port_settings", b"serial_port_settings", "service_account_id", b"service_account_id", "zone_id", b"zone_id"]) -> None: ...
|
|
348
355
|
|
|
349
356
|
global___CreateInstanceRequest = CreateInstanceRequest
|
|
350
357
|
|
|
@@ -416,6 +423,7 @@ class UpdateInstanceRequest(google.protobuf.message.Message):
|
|
|
416
423
|
MAINTENANCE_POLICY_FIELD_NUMBER: builtins.int
|
|
417
424
|
MAINTENANCE_GRACE_PERIOD_FIELD_NUMBER: builtins.int
|
|
418
425
|
SERIAL_PORT_SETTINGS_FIELD_NUMBER: builtins.int
|
|
426
|
+
RESERVED_INSTANCE_POOL_ID_FIELD_NUMBER: builtins.int
|
|
419
427
|
instance_id: builtins.str
|
|
420
428
|
"""ID of the Instance resource to update.
|
|
421
429
|
To get the instance ID, use a [InstanceService.List] request.
|
|
@@ -438,6 +446,12 @@ class UpdateInstanceRequest(google.protobuf.message.Message):
|
|
|
438
446
|
"""
|
|
439
447
|
maintenance_policy: yandex.cloud.compute.v1.maintenance_pb2.MaintenancePolicy.ValueType
|
|
440
448
|
"""Behaviour on maintenance events"""
|
|
449
|
+
reserved_instance_pool_id: builtins.str
|
|
450
|
+
"""ID of the reserved instance pool that the instance should belong to.
|
|
451
|
+
Attaching/detaching running instance will increase/decrease the size of the reserved instance pool.
|
|
452
|
+
Attaching/detaching stopped instance will leave the size of the reserved instance pool unchanged. Starting such attached instance will use resources from the reserved instance pool.
|
|
453
|
+
Reserved instance pool resource configuration must match the resource configuration of the instance.
|
|
454
|
+
"""
|
|
441
455
|
@property
|
|
442
456
|
def update_mask(self) -> google.protobuf.field_mask_pb2.FieldMask:
|
|
443
457
|
"""Field mask that specifies which fields of the Instance resource are going to be updated."""
|
|
@@ -512,9 +526,10 @@ class UpdateInstanceRequest(google.protobuf.message.Message):
|
|
|
512
526
|
maintenance_policy: yandex.cloud.compute.v1.maintenance_pb2.MaintenancePolicy.ValueType = ...,
|
|
513
527
|
maintenance_grace_period: google.protobuf.duration_pb2.Duration | None = ...,
|
|
514
528
|
serial_port_settings: yandex.cloud.compute.v1.instance_pb2.SerialPortSettings | None = ...,
|
|
529
|
+
reserved_instance_pool_id: builtins.str = ...,
|
|
515
530
|
) -> None: ...
|
|
516
531
|
def HasField(self, field_name: typing.Literal["maintenance_grace_period", b"maintenance_grace_period", "metadata_options", b"metadata_options", "network_settings", b"network_settings", "placement_policy", b"placement_policy", "resources_spec", b"resources_spec", "scheduling_policy", b"scheduling_policy", "serial_port_settings", b"serial_port_settings", "update_mask", b"update_mask"]) -> builtins.bool: ...
|
|
517
|
-
def ClearField(self, field_name: typing.Literal["description", b"description", "instance_id", b"instance_id", "labels", b"labels", "maintenance_grace_period", b"maintenance_grace_period", "maintenance_policy", b"maintenance_policy", "metadata", b"metadata", "metadata_options", b"metadata_options", "name", b"name", "network_settings", b"network_settings", "placement_policy", b"placement_policy", "platform_id", b"platform_id", "resources_spec", b"resources_spec", "scheduling_policy", b"scheduling_policy", "serial_port_settings", b"serial_port_settings", "service_account_id", b"service_account_id", "update_mask", b"update_mask"]) -> None: ...
|
|
532
|
+
def ClearField(self, field_name: typing.Literal["description", b"description", "instance_id", b"instance_id", "labels", b"labels", "maintenance_grace_period", b"maintenance_grace_period", "maintenance_policy", b"maintenance_policy", "metadata", b"metadata", "metadata_options", b"metadata_options", "name", b"name", "network_settings", b"network_settings", "placement_policy", b"placement_policy", "platform_id", b"platform_id", "reserved_instance_pool_id", b"reserved_instance_pool_id", "resources_spec", b"resources_spec", "scheduling_policy", b"scheduling_policy", "serial_port_settings", b"serial_port_settings", "service_account_id", b"service_account_id", "update_mask", b"update_mask"]) -> None: ...
|
|
518
533
|
|
|
519
534
|
global___UpdateInstanceRequest = UpdateInstanceRequest
|
|
520
535
|
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: yandex/cloud/compute/v1/reserved_instance_pool.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/compute/v1/reserved_instance_pool.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
26
|
+
from yandex.cloud.compute.v1 import instance_pb2 as yandex_dot_cloud_dot_compute_dot_v1_dot_instance__pb2
|
|
27
|
+
from yandex.cloud.compute.v1 import instance_service_pb2 as yandex_dot_cloud_dot_compute_dot_v1_dot_instance__service__pb2
|
|
28
|
+
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4yandex/cloud/compute/v1/reserved_instance_pool.proto\x12\x17yandex.cloud.compute.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a&yandex/cloud/compute/v1/instance.proto\x1a.yandex/cloud/compute/v1/instance_service.proto\x1a\x1dyandex/cloud/validation.proto\"+\n\nProductIDs\x12\x1d\n\x0bproduct_ids\x18\x01 \x03(\tB\x08\x8a\xc8\x31\x04<=50\"\xbb\x01\n\x0c\x42ootDiskSpec\x12\x1b\n\x07\x64isk_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x1c\n\x08image_id\x18\x02 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x1f\n\x0bsnapshot_id\x18\x03 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12:\n\x0bproduct_ids\x18\x04 \x01(\x0b\x32#.yandex.cloud.compute.v1.ProductIDsH\x00\x42\x13\n\x0b\x62oot_source\x12\x04\xc0\xc1\x31\x01\"\x9d\x04\n\x14ReservedInstancePool\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0f\n\x07zone_id\x18\x02 \x01(\t\x12\x10\n\x08\x63loud_id\x18\x03 \x01(\t\x12\x11\n\tfolder_id\x18\x04 \x01(\t\x12\x0c\n\x04name\x18\x05 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x06 \x01(\t\x12I\n\x06labels\x18\x07 \x03(\x0b\x32\x39.yandex.cloud.compute.v1.ReservedInstancePool.LabelsEntry\x12.\n\ncreated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x13\n\x0bplatform_id\x18\t \x01(\t\x12>\n\x0eresources_spec\x18\n \x01(\x0b\x32&.yandex.cloud.compute.v1.ResourcesSpec\x12:\n\x0cgpu_settings\x18\x0b \x01(\x0b\x32$.yandex.cloud.compute.v1.GpuSettings\x12\x13\n\x0bproduct_ids\x18\x0c \x03(\t\x12\x42\n\x10network_settings\x18\r \x01(\x0b\x32(.yandex.cloud.compute.v1.NetworkSettings\x12\x0c\n\x04size\x18\x0e \x01(\x03\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x62\n\x1byandex.cloud.api.compute.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/compute/v1;computeb\x06proto3')
|
|
32
|
+
|
|
33
|
+
_globals = globals()
|
|
34
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
35
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.compute.v1.reserved_instance_pool_pb2', _globals)
|
|
36
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
37
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
38
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\033yandex.cloud.api.compute.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/compute/v1;compute'
|
|
39
|
+
_globals['_PRODUCTIDS'].fields_by_name['product_ids']._loaded_options = None
|
|
40
|
+
_globals['_PRODUCTIDS'].fields_by_name['product_ids']._serialized_options = b'\212\3101\004<=50'
|
|
41
|
+
_globals['_BOOTDISKSPEC'].oneofs_by_name['boot_source']._loaded_options = None
|
|
42
|
+
_globals['_BOOTDISKSPEC'].oneofs_by_name['boot_source']._serialized_options = b'\300\3011\001'
|
|
43
|
+
_globals['_BOOTDISKSPEC'].fields_by_name['disk_id']._loaded_options = None
|
|
44
|
+
_globals['_BOOTDISKSPEC'].fields_by_name['disk_id']._serialized_options = b'\212\3101\004<=50'
|
|
45
|
+
_globals['_BOOTDISKSPEC'].fields_by_name['image_id']._loaded_options = None
|
|
46
|
+
_globals['_BOOTDISKSPEC'].fields_by_name['image_id']._serialized_options = b'\212\3101\004<=50'
|
|
47
|
+
_globals['_BOOTDISKSPEC'].fields_by_name['snapshot_id']._loaded_options = None
|
|
48
|
+
_globals['_BOOTDISKSPEC'].fields_by_name['snapshot_id']._serialized_options = b'\212\3101\004<=50'
|
|
49
|
+
_globals['_RESERVEDINSTANCEPOOL_LABELSENTRY']._loaded_options = None
|
|
50
|
+
_globals['_RESERVEDINSTANCEPOOL_LABELSENTRY']._serialized_options = b'8\001'
|
|
51
|
+
_globals['_PRODUCTIDS']._serialized_start=233
|
|
52
|
+
_globals['_PRODUCTIDS']._serialized_end=276
|
|
53
|
+
_globals['_BOOTDISKSPEC']._serialized_start=279
|
|
54
|
+
_globals['_BOOTDISKSPEC']._serialized_end=466
|
|
55
|
+
_globals['_RESERVEDINSTANCEPOOL']._serialized_start=469
|
|
56
|
+
_globals['_RESERVEDINSTANCEPOOL']._serialized_end=1010
|
|
57
|
+
_globals['_RESERVEDINSTANCEPOOL_LABELSENTRY']._serialized_start=965
|
|
58
|
+
_globals['_RESERVEDINSTANCEPOOL_LABELSENTRY']._serialized_end=1010
|
|
59
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,171 @@
|
|
|
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 google.protobuf.timestamp_pb2
|
|
12
|
+
import typing
|
|
13
|
+
import yandex.cloud.compute.v1.instance_pb2
|
|
14
|
+
import yandex.cloud.compute.v1.instance_service_pb2
|
|
15
|
+
|
|
16
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
17
|
+
|
|
18
|
+
@typing.final
|
|
19
|
+
class ProductIDs(google.protobuf.message.Message):
|
|
20
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
21
|
+
|
|
22
|
+
PRODUCT_IDS_FIELD_NUMBER: builtins.int
|
|
23
|
+
@property
|
|
24
|
+
def product_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
25
|
+
"""License IDs that indicate which licenses are attached to resource.
|
|
26
|
+
License IDs are used to calculate additional charges for the use of the virtual machine.
|
|
27
|
+
"""
|
|
28
|
+
|
|
29
|
+
def __init__(
|
|
30
|
+
self,
|
|
31
|
+
*,
|
|
32
|
+
product_ids: collections.abc.Iterable[builtins.str] | None = ...,
|
|
33
|
+
) -> None: ...
|
|
34
|
+
def ClearField(self, field_name: typing.Literal["product_ids", b"product_ids"]) -> None: ...
|
|
35
|
+
|
|
36
|
+
global___ProductIDs = ProductIDs
|
|
37
|
+
|
|
38
|
+
@typing.final
|
|
39
|
+
class BootDiskSpec(google.protobuf.message.Message):
|
|
40
|
+
"""Specification used to determine required product_ids
|
|
41
|
+
You can specify product ids explicitly or use disk_id|image_id|snapshot_id to infer products ids from them.
|
|
42
|
+
"""
|
|
43
|
+
|
|
44
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
45
|
+
|
|
46
|
+
DISK_ID_FIELD_NUMBER: builtins.int
|
|
47
|
+
IMAGE_ID_FIELD_NUMBER: builtins.int
|
|
48
|
+
SNAPSHOT_ID_FIELD_NUMBER: builtins.int
|
|
49
|
+
PRODUCT_IDS_FIELD_NUMBER: builtins.int
|
|
50
|
+
disk_id: builtins.str
|
|
51
|
+
"""Disk ID."""
|
|
52
|
+
image_id: builtins.str
|
|
53
|
+
"""Image ID."""
|
|
54
|
+
snapshot_id: builtins.str
|
|
55
|
+
"""Snapshot ID."""
|
|
56
|
+
@property
|
|
57
|
+
def product_ids(self) -> global___ProductIDs:
|
|
58
|
+
"""Product IDs."""
|
|
59
|
+
|
|
60
|
+
def __init__(
|
|
61
|
+
self,
|
|
62
|
+
*,
|
|
63
|
+
disk_id: builtins.str = ...,
|
|
64
|
+
image_id: builtins.str = ...,
|
|
65
|
+
snapshot_id: builtins.str = ...,
|
|
66
|
+
product_ids: global___ProductIDs | None = ...,
|
|
67
|
+
) -> None: ...
|
|
68
|
+
def HasField(self, field_name: typing.Literal["boot_source", b"boot_source", "disk_id", b"disk_id", "image_id", b"image_id", "product_ids", b"product_ids", "snapshot_id", b"snapshot_id"]) -> builtins.bool: ...
|
|
69
|
+
def ClearField(self, field_name: typing.Literal["boot_source", b"boot_source", "disk_id", b"disk_id", "image_id", b"image_id", "product_ids", b"product_ids", "snapshot_id", b"snapshot_id"]) -> None: ...
|
|
70
|
+
def WhichOneof(self, oneof_group: typing.Literal["boot_source", b"boot_source"]) -> typing.Literal["disk_id", "image_id", "snapshot_id", "product_ids"] | None: ...
|
|
71
|
+
|
|
72
|
+
global___BootDiskSpec = BootDiskSpec
|
|
73
|
+
|
|
74
|
+
@typing.final
|
|
75
|
+
class ReservedInstancePool(google.protobuf.message.Message):
|
|
76
|
+
"""A Reserved Instance Pool resource."""
|
|
77
|
+
|
|
78
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
79
|
+
|
|
80
|
+
@typing.final
|
|
81
|
+
class LabelsEntry(google.protobuf.message.Message):
|
|
82
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
83
|
+
|
|
84
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
85
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
86
|
+
key: builtins.str
|
|
87
|
+
value: builtins.str
|
|
88
|
+
def __init__(
|
|
89
|
+
self,
|
|
90
|
+
*,
|
|
91
|
+
key: builtins.str = ...,
|
|
92
|
+
value: builtins.str = ...,
|
|
93
|
+
) -> None: ...
|
|
94
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
95
|
+
|
|
96
|
+
ID_FIELD_NUMBER: builtins.int
|
|
97
|
+
ZONE_ID_FIELD_NUMBER: builtins.int
|
|
98
|
+
CLOUD_ID_FIELD_NUMBER: builtins.int
|
|
99
|
+
FOLDER_ID_FIELD_NUMBER: builtins.int
|
|
100
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
101
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
102
|
+
LABELS_FIELD_NUMBER: builtins.int
|
|
103
|
+
CREATED_AT_FIELD_NUMBER: builtins.int
|
|
104
|
+
PLATFORM_ID_FIELD_NUMBER: builtins.int
|
|
105
|
+
RESOURCES_SPEC_FIELD_NUMBER: builtins.int
|
|
106
|
+
GPU_SETTINGS_FIELD_NUMBER: builtins.int
|
|
107
|
+
PRODUCT_IDS_FIELD_NUMBER: builtins.int
|
|
108
|
+
NETWORK_SETTINGS_FIELD_NUMBER: builtins.int
|
|
109
|
+
SIZE_FIELD_NUMBER: builtins.int
|
|
110
|
+
id: builtins.str
|
|
111
|
+
"""ID of the pool."""
|
|
112
|
+
zone_id: builtins.str
|
|
113
|
+
"""ID of the availability zone where the pool resides."""
|
|
114
|
+
cloud_id: builtins.str
|
|
115
|
+
"""ID of the cloud that the pool belongs to."""
|
|
116
|
+
folder_id: builtins.str
|
|
117
|
+
"""ID of the folder that the pool belongs to."""
|
|
118
|
+
name: builtins.str
|
|
119
|
+
"""Name of the pool. 1-63 characters long."""
|
|
120
|
+
description: builtins.str
|
|
121
|
+
"""Description of the pool. 0-256 characters long."""
|
|
122
|
+
platform_id: builtins.str
|
|
123
|
+
"""ID of the hardware platform configuration for pool instances."""
|
|
124
|
+
size: builtins.int
|
|
125
|
+
"""Desired size of the pool (number of slots for instances in this pool)."""
|
|
126
|
+
@property
|
|
127
|
+
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
128
|
+
"""Resource labels as `key:value` pairs. Maximum of 64 per resource."""
|
|
129
|
+
|
|
130
|
+
@property
|
|
131
|
+
def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
|
|
132
|
+
@property
|
|
133
|
+
def resources_spec(self) -> yandex.cloud.compute.v1.instance_service_pb2.ResourcesSpec:
|
|
134
|
+
"""Computing resources of pool instances, such as the amount of memory and number of cores."""
|
|
135
|
+
|
|
136
|
+
@property
|
|
137
|
+
def gpu_settings(self) -> yandex.cloud.compute.v1.instance_pb2.GpuSettings:
|
|
138
|
+
"""GPU settings."""
|
|
139
|
+
|
|
140
|
+
@property
|
|
141
|
+
def product_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
142
|
+
"""License IDs that indicate which licenses are attached to resource.
|
|
143
|
+
License IDs are used to calculate additional charges for the use of the virtual machine.
|
|
144
|
+
"""
|
|
145
|
+
|
|
146
|
+
@property
|
|
147
|
+
def network_settings(self) -> yandex.cloud.compute.v1.instance_pb2.NetworkSettings:
|
|
148
|
+
"""Network Settings."""
|
|
149
|
+
|
|
150
|
+
def __init__(
|
|
151
|
+
self,
|
|
152
|
+
*,
|
|
153
|
+
id: builtins.str = ...,
|
|
154
|
+
zone_id: builtins.str = ...,
|
|
155
|
+
cloud_id: builtins.str = ...,
|
|
156
|
+
folder_id: builtins.str = ...,
|
|
157
|
+
name: builtins.str = ...,
|
|
158
|
+
description: builtins.str = ...,
|
|
159
|
+
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
160
|
+
created_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
161
|
+
platform_id: builtins.str = ...,
|
|
162
|
+
resources_spec: yandex.cloud.compute.v1.instance_service_pb2.ResourcesSpec | None = ...,
|
|
163
|
+
gpu_settings: yandex.cloud.compute.v1.instance_pb2.GpuSettings | None = ...,
|
|
164
|
+
product_ids: collections.abc.Iterable[builtins.str] | None = ...,
|
|
165
|
+
network_settings: yandex.cloud.compute.v1.instance_pb2.NetworkSettings | None = ...,
|
|
166
|
+
size: builtins.int = ...,
|
|
167
|
+
) -> None: ...
|
|
168
|
+
def HasField(self, field_name: typing.Literal["created_at", b"created_at", "gpu_settings", b"gpu_settings", "network_settings", b"network_settings", "resources_spec", b"resources_spec"]) -> builtins.bool: ...
|
|
169
|
+
def ClearField(self, field_name: typing.Literal["cloud_id", b"cloud_id", "created_at", b"created_at", "description", b"description", "folder_id", b"folder_id", "gpu_settings", b"gpu_settings", "id", b"id", "labels", b"labels", "name", b"name", "network_settings", b"network_settings", "platform_id", b"platform_id", "product_ids", b"product_ids", "resources_spec", b"resources_spec", "size", b"size", "zone_id", b"zone_id"]) -> None: ...
|
|
170
|
+
|
|
171
|
+
global___ReservedInstancePool = ReservedInstancePool
|
|
@@ -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/compute/v1/reserved_instance_pool_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,123 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: yandex/cloud/compute/v1/reserved_instance_pool_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/compute/v1/reserved_instance_pool_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 google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
|
|
27
|
+
from yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
|
|
28
|
+
from yandex.cloud.compute.v1 import instance_pb2 as yandex_dot_cloud_dot_compute_dot_v1_dot_instance__pb2
|
|
29
|
+
from yandex.cloud.compute.v1 import instance_service_pb2 as yandex_dot_cloud_dot_compute_dot_v1_dot_instance__service__pb2
|
|
30
|
+
from yandex.cloud.compute.v1 import reserved_instance_pool_pb2 as yandex_dot_cloud_dot_compute_dot_v1_dot_reserved__instance__pool__pb2
|
|
31
|
+
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
32
|
+
from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n<yandex/cloud/compute/v1/reserved_instance_pool_service.proto\x12\x17yandex.cloud.compute.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/compute/v1/instance.proto\x1a.yandex/cloud/compute/v1/instance_service.proto\x1a\x34yandex/cloud/compute/v1/reserved_instance_pool.proto\x1a\x1dyandex/cloud/validation.proto\x1a&yandex/cloud/operation/operation.proto\"Q\n\x1eGetReservedInstancePoolRequest\x12/\n\x19reserved_instance_pool_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\xba\x01\n ListReservedInstancePoolsRequest\x12\x1f\n\tfolder_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\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\x12\x1b\n\x08order_by\x18\x05 \x01(\tB\t\x8a\xc8\x31\x05<=100\"\x8c\x01\n!ListReservedInstancePoolsResponse\x12N\n\x17reserved_instance_pools\x18\x01 \x03(\x0b\x32-.yandex.cloud.compute.v1.ReservedInstancePool\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xc2\x05\n!CreateReservedInstancePoolRequest\x12\x33\n\x04name\x18\x01 \x01(\tB%\xf2\xc7\x31!|[a-z]([-_a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x02 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x9b\x01\n\x06labels\x18\x03 \x03(\x0b\x32\x46.yandex.cloud.compute.v1.CreateReservedInstancePoolRequest.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\x1d\n\x07zone_id\x18\x04 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1f\n\tfolder_id\x18\x05 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x19\n\x0bplatform_id\x18\x06 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x44\n\x0eresources_spec\x18\x07 \x01(\x0b\x32&.yandex.cloud.compute.v1.ResourcesSpecB\x04\xe8\xc7\x31\x01\x12:\n\x0cgpu_settings\x18\x08 \x01(\x0b\x32$.yandex.cloud.compute.v1.GpuSettings\x12=\n\x0e\x62oot_disk_spec\x18\t \x01(\x0b\x32%.yandex.cloud.compute.v1.BootDiskSpec\x12\x42\n\x10network_settings\x18\n \x01(\x0b\x32(.yandex.cloud.compute.v1.NetworkSettings\x12\x1b\n\x04size\x18\x0b \x01(\x03\x42\r\xfa\xc7\x31\t0-1048576\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"G\n\"CreateReservedInstancePoolMetadata\x12!\n\x19reserved_instance_pool_id\x18\x01 \x01(\t\"\xc4\x03\n!UpdateReservedInstancePoolRequest\x12/\n\x19reserved_instance_pool_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\x33\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\x9b\x01\n\x06labels\x18\x05 \x03(\x0b\x32\x46.yandex.cloud.compute.v1.UpdateReservedInstancePoolRequest.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\x1b\n\x04size\x18\x06 \x01(\x03\x42\r\xfa\xc7\x31\t0-1048576\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"G\n\"UpdateReservedInstancePoolMetadata\x12!\n\x19reserved_instance_pool_id\x18\x01 \x01(\t\"T\n!DeleteReservedInstancePoolRequest\x12/\n\x19reserved_instance_pool_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"G\n\"DeleteReservedInstancePoolMetadata\x12!\n\x19reserved_instance_pool_id\x18\x01 \x01(\t\"$\n\"DeleteReservedInstancePoolResponse2\xc6\x08\n\x1bReservedInstancePoolService\x12\xb4\x01\n\x03Get\x12\x37.yandex.cloud.compute.v1.GetReservedInstancePoolRequest\x1a-.yandex.cloud.compute.v1.ReservedInstancePool\"E\x82\xd3\xe4\x93\x02?\x12=/compute/v1/reservedInstancePools/{reserved_instance_pool_id}\x12\xa8\x01\n\x04List\x12\x39.yandex.cloud.compute.v1.ListReservedInstancePoolsRequest\x1a:.yandex.cloud.compute.v1.ListReservedInstancePoolsResponse\")\x82\xd3\xe4\x93\x02#\x12!/compute/v1/reservedInstancePools\x12\xd3\x01\n\x06\x43reate\x12:.yandex.cloud.compute.v1.CreateReservedInstancePoolRequest\x1a!.yandex.cloud.operation.Operation\"j\xb2\xd2*:\n\"CreateReservedInstancePoolMetadata\x12\x14ReservedInstancePool\x82\xd3\xe4\x93\x02&\"!/compute/v1/reservedInstancePools:\x01*\x12\xf0\x01\n\x06Update\x12:.yandex.cloud.compute.v1.UpdateReservedInstancePoolRequest\x1a!.yandex.cloud.operation.Operation\"\x86\x01\xb2\xd2*:\n\"UpdateReservedInstancePoolMetadata\x12\x14ReservedInstancePool\x82\xd3\xe4\x93\x02\x42\x32=/compute/v1/reservedInstancePools/{reserved_instance_pool_id}:\x01*\x12\xfb\x01\n\x06\x44\x65lete\x12:.yandex.cloud.compute.v1.DeleteReservedInstancePoolRequest\x1a!.yandex.cloud.operation.Operation\"\x91\x01\xb2\xd2*H\n\"DeleteReservedInstancePoolMetadata\x12\"DeleteReservedInstancePoolResponse\x82\xd3\xe4\x93\x02?*=/compute/v1/reservedInstancePools/{reserved_instance_pool_id}Bb\n\x1byandex.cloud.api.compute.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/compute/v1;computeb\x06proto3')
|
|
36
|
+
|
|
37
|
+
_globals = globals()
|
|
38
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
39
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.compute.v1.reserved_instance_pool_service_pb2', _globals)
|
|
40
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
41
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
42
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\033yandex.cloud.api.compute.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/compute/v1;compute'
|
|
43
|
+
_globals['_GETRESERVEDINSTANCEPOOLREQUEST'].fields_by_name['reserved_instance_pool_id']._loaded_options = None
|
|
44
|
+
_globals['_GETRESERVEDINSTANCEPOOLREQUEST'].fields_by_name['reserved_instance_pool_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
45
|
+
_globals['_LISTRESERVEDINSTANCEPOOLSREQUEST'].fields_by_name['folder_id']._loaded_options = None
|
|
46
|
+
_globals['_LISTRESERVEDINSTANCEPOOLSREQUEST'].fields_by_name['folder_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
47
|
+
_globals['_LISTRESERVEDINSTANCEPOOLSREQUEST'].fields_by_name['page_size']._loaded_options = None
|
|
48
|
+
_globals['_LISTRESERVEDINSTANCEPOOLSREQUEST'].fields_by_name['page_size']._serialized_options = b'\372\3071\006<=1000'
|
|
49
|
+
_globals['_LISTRESERVEDINSTANCEPOOLSREQUEST'].fields_by_name['page_token']._loaded_options = None
|
|
50
|
+
_globals['_LISTRESERVEDINSTANCEPOOLSREQUEST'].fields_by_name['page_token']._serialized_options = b'\212\3101\005<=100'
|
|
51
|
+
_globals['_LISTRESERVEDINSTANCEPOOLSREQUEST'].fields_by_name['filter']._loaded_options = None
|
|
52
|
+
_globals['_LISTRESERVEDINSTANCEPOOLSREQUEST'].fields_by_name['filter']._serialized_options = b'\212\3101\006<=1000'
|
|
53
|
+
_globals['_LISTRESERVEDINSTANCEPOOLSREQUEST'].fields_by_name['order_by']._loaded_options = None
|
|
54
|
+
_globals['_LISTRESERVEDINSTANCEPOOLSREQUEST'].fields_by_name['order_by']._serialized_options = b'\212\3101\005<=100'
|
|
55
|
+
_globals['_CREATERESERVEDINSTANCEPOOLREQUEST_LABELSENTRY']._loaded_options = None
|
|
56
|
+
_globals['_CREATERESERVEDINSTANCEPOOLREQUEST_LABELSENTRY']._serialized_options = b'8\001'
|
|
57
|
+
_globals['_CREATERESERVEDINSTANCEPOOLREQUEST'].fields_by_name['name']._loaded_options = None
|
|
58
|
+
_globals['_CREATERESERVEDINSTANCEPOOLREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071!|[a-z]([-_a-z0-9]{0,61}[a-z0-9])?'
|
|
59
|
+
_globals['_CREATERESERVEDINSTANCEPOOLREQUEST'].fields_by_name['description']._loaded_options = None
|
|
60
|
+
_globals['_CREATERESERVEDINSTANCEPOOLREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\005<=256'
|
|
61
|
+
_globals['_CREATERESERVEDINSTANCEPOOLREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
62
|
+
_globals['_CREATERESERVEDINSTANCEPOOLREQUEST'].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'
|
|
63
|
+
_globals['_CREATERESERVEDINSTANCEPOOLREQUEST'].fields_by_name['zone_id']._loaded_options = None
|
|
64
|
+
_globals['_CREATERESERVEDINSTANCEPOOLREQUEST'].fields_by_name['zone_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
65
|
+
_globals['_CREATERESERVEDINSTANCEPOOLREQUEST'].fields_by_name['folder_id']._loaded_options = None
|
|
66
|
+
_globals['_CREATERESERVEDINSTANCEPOOLREQUEST'].fields_by_name['folder_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
67
|
+
_globals['_CREATERESERVEDINSTANCEPOOLREQUEST'].fields_by_name['platform_id']._loaded_options = None
|
|
68
|
+
_globals['_CREATERESERVEDINSTANCEPOOLREQUEST'].fields_by_name['platform_id']._serialized_options = b'\350\3071\001'
|
|
69
|
+
_globals['_CREATERESERVEDINSTANCEPOOLREQUEST'].fields_by_name['resources_spec']._loaded_options = None
|
|
70
|
+
_globals['_CREATERESERVEDINSTANCEPOOLREQUEST'].fields_by_name['resources_spec']._serialized_options = b'\350\3071\001'
|
|
71
|
+
_globals['_CREATERESERVEDINSTANCEPOOLREQUEST'].fields_by_name['size']._loaded_options = None
|
|
72
|
+
_globals['_CREATERESERVEDINSTANCEPOOLREQUEST'].fields_by_name['size']._serialized_options = b'\372\3071\t0-1048576'
|
|
73
|
+
_globals['_UPDATERESERVEDINSTANCEPOOLREQUEST_LABELSENTRY']._loaded_options = None
|
|
74
|
+
_globals['_UPDATERESERVEDINSTANCEPOOLREQUEST_LABELSENTRY']._serialized_options = b'8\001'
|
|
75
|
+
_globals['_UPDATERESERVEDINSTANCEPOOLREQUEST'].fields_by_name['reserved_instance_pool_id']._loaded_options = None
|
|
76
|
+
_globals['_UPDATERESERVEDINSTANCEPOOLREQUEST'].fields_by_name['reserved_instance_pool_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
77
|
+
_globals['_UPDATERESERVEDINSTANCEPOOLREQUEST'].fields_by_name['name']._loaded_options = None
|
|
78
|
+
_globals['_UPDATERESERVEDINSTANCEPOOLREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071!|[a-z]([-_a-z0-9]{0,61}[a-z0-9])?'
|
|
79
|
+
_globals['_UPDATERESERVEDINSTANCEPOOLREQUEST'].fields_by_name['description']._loaded_options = None
|
|
80
|
+
_globals['_UPDATERESERVEDINSTANCEPOOLREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\005<=256'
|
|
81
|
+
_globals['_UPDATERESERVEDINSTANCEPOOLREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
82
|
+
_globals['_UPDATERESERVEDINSTANCEPOOLREQUEST'].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'
|
|
83
|
+
_globals['_UPDATERESERVEDINSTANCEPOOLREQUEST'].fields_by_name['size']._loaded_options = None
|
|
84
|
+
_globals['_UPDATERESERVEDINSTANCEPOOLREQUEST'].fields_by_name['size']._serialized_options = b'\372\3071\t0-1048576'
|
|
85
|
+
_globals['_DELETERESERVEDINSTANCEPOOLREQUEST'].fields_by_name['reserved_instance_pool_id']._loaded_options = None
|
|
86
|
+
_globals['_DELETERESERVEDINSTANCEPOOLREQUEST'].fields_by_name['reserved_instance_pool_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
87
|
+
_globals['_RESERVEDINSTANCEPOOLSERVICE'].methods_by_name['Get']._loaded_options = None
|
|
88
|
+
_globals['_RESERVEDINSTANCEPOOLSERVICE'].methods_by_name['Get']._serialized_options = b'\202\323\344\223\002?\022=/compute/v1/reservedInstancePools/{reserved_instance_pool_id}'
|
|
89
|
+
_globals['_RESERVEDINSTANCEPOOLSERVICE'].methods_by_name['List']._loaded_options = None
|
|
90
|
+
_globals['_RESERVEDINSTANCEPOOLSERVICE'].methods_by_name['List']._serialized_options = b'\202\323\344\223\002#\022!/compute/v1/reservedInstancePools'
|
|
91
|
+
_globals['_RESERVEDINSTANCEPOOLSERVICE'].methods_by_name['Create']._loaded_options = None
|
|
92
|
+
_globals['_RESERVEDINSTANCEPOOLSERVICE'].methods_by_name['Create']._serialized_options = b'\262\322*:\n\"CreateReservedInstancePoolMetadata\022\024ReservedInstancePool\202\323\344\223\002&\"!/compute/v1/reservedInstancePools:\001*'
|
|
93
|
+
_globals['_RESERVEDINSTANCEPOOLSERVICE'].methods_by_name['Update']._loaded_options = None
|
|
94
|
+
_globals['_RESERVEDINSTANCEPOOLSERVICE'].methods_by_name['Update']._serialized_options = b'\262\322*:\n\"UpdateReservedInstancePoolMetadata\022\024ReservedInstancePool\202\323\344\223\002B2=/compute/v1/reservedInstancePools/{reserved_instance_pool_id}:\001*'
|
|
95
|
+
_globals['_RESERVEDINSTANCEPOOLSERVICE'].methods_by_name['Delete']._loaded_options = None
|
|
96
|
+
_globals['_RESERVEDINSTANCEPOOLSERVICE'].methods_by_name['Delete']._serialized_options = b'\262\322*H\n\"DeleteReservedInstancePoolMetadata\022\"DeleteReservedInstancePoolResponse\202\323\344\223\002?*=/compute/v1/reservedInstancePools/{reserved_instance_pool_id}'
|
|
97
|
+
_globals['_GETRESERVEDINSTANCEPOOLREQUEST']._serialized_start=400
|
|
98
|
+
_globals['_GETRESERVEDINSTANCEPOOLREQUEST']._serialized_end=481
|
|
99
|
+
_globals['_LISTRESERVEDINSTANCEPOOLSREQUEST']._serialized_start=484
|
|
100
|
+
_globals['_LISTRESERVEDINSTANCEPOOLSREQUEST']._serialized_end=670
|
|
101
|
+
_globals['_LISTRESERVEDINSTANCEPOOLSRESPONSE']._serialized_start=673
|
|
102
|
+
_globals['_LISTRESERVEDINSTANCEPOOLSRESPONSE']._serialized_end=813
|
|
103
|
+
_globals['_CREATERESERVEDINSTANCEPOOLREQUEST']._serialized_start=816
|
|
104
|
+
_globals['_CREATERESERVEDINSTANCEPOOLREQUEST']._serialized_end=1522
|
|
105
|
+
_globals['_CREATERESERVEDINSTANCEPOOLREQUEST_LABELSENTRY']._serialized_start=1477
|
|
106
|
+
_globals['_CREATERESERVEDINSTANCEPOOLREQUEST_LABELSENTRY']._serialized_end=1522
|
|
107
|
+
_globals['_CREATERESERVEDINSTANCEPOOLMETADATA']._serialized_start=1524
|
|
108
|
+
_globals['_CREATERESERVEDINSTANCEPOOLMETADATA']._serialized_end=1595
|
|
109
|
+
_globals['_UPDATERESERVEDINSTANCEPOOLREQUEST']._serialized_start=1598
|
|
110
|
+
_globals['_UPDATERESERVEDINSTANCEPOOLREQUEST']._serialized_end=2050
|
|
111
|
+
_globals['_UPDATERESERVEDINSTANCEPOOLREQUEST_LABELSENTRY']._serialized_start=1477
|
|
112
|
+
_globals['_UPDATERESERVEDINSTANCEPOOLREQUEST_LABELSENTRY']._serialized_end=1522
|
|
113
|
+
_globals['_UPDATERESERVEDINSTANCEPOOLMETADATA']._serialized_start=2052
|
|
114
|
+
_globals['_UPDATERESERVEDINSTANCEPOOLMETADATA']._serialized_end=2123
|
|
115
|
+
_globals['_DELETERESERVEDINSTANCEPOOLREQUEST']._serialized_start=2125
|
|
116
|
+
_globals['_DELETERESERVEDINSTANCEPOOLREQUEST']._serialized_end=2209
|
|
117
|
+
_globals['_DELETERESERVEDINSTANCEPOOLMETADATA']._serialized_start=2211
|
|
118
|
+
_globals['_DELETERESERVEDINSTANCEPOOLMETADATA']._serialized_end=2282
|
|
119
|
+
_globals['_DELETERESERVEDINSTANCEPOOLRESPONSE']._serialized_start=2284
|
|
120
|
+
_globals['_DELETERESERVEDINSTANCEPOOLRESPONSE']._serialized_end=2320
|
|
121
|
+
_globals['_RESERVEDINSTANCEPOOLSERVICE']._serialized_start=2323
|
|
122
|
+
_globals['_RESERVEDINSTANCEPOOLSERVICE']._serialized_end=3417
|
|
123
|
+
# @@protoc_insertion_point(module_scope)
|