yandexcloud 0.345.0__py3-none-any.whl → 0.346.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- yandex/cloud/baremetal/v1alpha/private_subnet_service_pb2.py +16 -16
- yandex/cloud/baremetal/v1alpha/private_subnet_service_pb2.pyi +7 -7
- yandex/cloud/clouddesktop/v1/desktop_group_service_pb2.py +16 -16
- yandex/cloud/clouddesktop/v1/desktop_group_service_pb2.pyi +14 -2
- yandex/cloud/gitlab/__init__.py +0 -0
- yandex/cloud/gitlab/v1/__init__.py +0 -0
- yandex/cloud/gitlab/v1/instance_pb2.py +54 -0
- yandex/cloud/gitlab/v1/instance_pb2.pyi +158 -0
- yandex/cloud/gitlab/v1/instance_pb2_grpc.py +24 -0
- yandex/cloud/gitlab/v1/instance_pb2_grpc.pyi +17 -0
- yandex/cloud/gitlab/v1/instance_service_pb2.py +118 -0
- yandex/cloud/gitlab/v1/instance_service_pb2.pyi +257 -0
- yandex/cloud/gitlab/v1/instance_service_pb2_grpc.py +314 -0
- yandex/cloud/gitlab/v1/instance_service_pb2_grpc.pyi +128 -0
- yandex/cloud/gitlab/v1/maintenance_pb2.py +41 -0
- yandex/cloud/gitlab/v1/maintenance_pb2.pyi +40 -0
- yandex/cloud/gitlab/v1/maintenance_pb2_grpc.py +24 -0
- yandex/cloud/gitlab/v1/maintenance_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2.py +64 -52
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2.pyi +75 -0
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2_grpc.py +44 -0
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2_grpc.pyi +20 -0
- yandex/cloud/spark/v1/job_pb2.py +12 -16
- yandex/cloud/spark/v1/job_pb2.pyi +3 -51
- yandex/cloud/trino/v1/catalog_pb2.py +252 -0
- yandex/cloud/trino/v1/catalog_pb2.pyi +965 -0
- yandex/cloud/trino/v1/catalog_pb2_grpc.py +24 -0
- yandex/cloud/trino/v1/catalog_pb2_grpc.pyi +17 -0
- yandex/cloud/trino/v1/catalog_service_pb2.py +94 -0
- yandex/cloud/trino/v1/catalog_service_pb2.pyi +235 -0
- yandex/cloud/trino/v1/catalog_service_pb2_grpc.py +279 -0
- yandex/cloud/trino/v1/catalog_service_pb2_grpc.pyi +132 -0
- yandex/cloud/trino/v1/cluster_service_pb2.py +50 -49
- yandex/cloud/trino/v1/cluster_service_pb2.pyi +10 -1
- yandexcloud/__init__.py +1 -1
- {yandexcloud-0.345.0.dist-info → yandexcloud-0.346.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.345.0.dist-info → yandexcloud-0.346.0.dist-info}/RECORD +41 -19
- {yandexcloud-0.345.0.dist-info → yandexcloud-0.346.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.345.0.dist-info → yandexcloud-0.346.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.345.0.dist-info → yandexcloud-0.346.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.345.0.dist-info → yandexcloud-0.346.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: yandex/cloud/gitlab/v1/instance_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/gitlab/v1/instance_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.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
|
|
27
|
+
from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
|
|
28
|
+
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
29
|
+
from yandex.cloud.gitlab.v1 import instance_pb2 as yandex_dot_cloud_dot_gitlab_dot_v1_dot_instance__pb2
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n-yandex/cloud/gitlab/v1/instance_service.proto\x12\x16yandex.cloud.gitlab.v1\x1a\x1cgoogle/api/annotations.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\x1a%yandex/cloud/gitlab/v1/instance.proto\"7\n\x12GetInstanceRequest\x12!\n\x0binstance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"u\n\x14ListInstancesRequest\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\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"e\n\x15ListInstancesResponse\x12\x33\n\tinstances\x18\x01 \x03(\x0b\x32 .yandex.cloud.gitlab.v1.Instance\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xe2\x06\n\x15\x43reateInstanceRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x33\n\x04name\x18\x02 \x01(\tB%\xe8\xc7\x31\x01\xf2\xc7\x31\x1d|[a-z][-a-z0-9]{1,61}[a-z0-9]\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x86\x01\n\x06labels\x18\x04 \x03(\x0b\x32\x39.yandex.cloud.gitlab.v1.CreateInstanceRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04\x31-63\x12(\n\x12resource_preset_id\x18\x05 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x11\n\tdisk_size\x18\x06 \x01(\x03\x12!\n\x0b\x61\x64min_login\x18\x07 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x19\n\x0b\x61\x64min_email\x18\x08 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x46\n\rdomain_prefix\x18\t \x01(\tB/\xe8\xc7\x31\x01\xf2\xc7\x31\x1f[a-z0-9][a-z0-9-]{3,48}[a-z0-9]\x8a\xc8\x31\x04<=50\x12\x1f\n\tsubnet_id\x18\n \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\'\n\x19\x62\x61\x63kup_retain_period_days\x18\x0c \x01(\x03\x42\x04\xe8\xc7\x31\x00\x12#\n\x1bmaintenance_delete_untagged\x18\x0e \x01(\x08\x12\x1b\n\x13\x64\x65letion_protection\x18\x0f \x01(\x08\x12\x1d\n\x0bgitlab_type\x18\x11 \x01(\tB\x08\x8a\xc8\x31\x04<=10\x12 \n\x0egitlab_version\x18\x12 \x01(\tB\x08\x8a\xc8\x31\x04<=30\x12\'\n\x11\x61pproval_rules_id\x18\x13 \x01(\tB\x0c\xe8\xc7\x31\x00\x8a\xc8\x31\x04<=30\x12\x1c\n\x0esecurity_group\x18\x16 \x01(\tB\x04\xe8\xc7\x31\x00\x12\x1a\n\x0c\x64isk_type_id\x18\x19 \x01(\tB\x04\xe8\xc7\x31\x00\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x04\x08\x0b\x10\x0cJ\x04\x08\r\x10\x0eJ\x04\x08\x10\x10\x11J\x04\x08\x14\x10\x15J\x04\x08\x15\x10\x16J\x04\x08\x17\x10\x18J\x04\x08\x18\x10\x19\"-\n\x16\x43reateInstanceMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\",\n\x15\x44\x65leteInstanceRequest\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\"-\n\x16\x44\x65leteInstanceMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\"+\n\x14StartInstanceRequest\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\",\n\x15StartInstanceMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\"*\n\x13StopInstanceRequest\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\"+\n\x14StopInstanceMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t2\xd6\x07\n\x0fInstanceService\x12\x7f\n\x03Get\x12*.yandex.cloud.gitlab.v1.GetInstanceRequest\x1a .yandex.cloud.gitlab.v1.Instance\"*\x82\xd3\xe4\x93\x02$\x12\"/gitlab/v1/instances/{instance_id}\x12\x81\x01\n\x04List\x12,.yandex.cloud.gitlab.v1.ListInstancesRequest\x1a-.yandex.cloud.gitlab.v1.ListInstancesResponse\"\x1c\x82\xd3\xe4\x93\x02\x16\x12\x14/gitlab/v1/instances\x12\xa1\x01\n\x06\x43reate\x12-.yandex.cloud.gitlab.v1.CreateInstanceRequest\x1a!.yandex.cloud.operation.Operation\"E\xb2\xd2*\"\n\x16\x43reateInstanceMetadata\x12\x08Instance\x82\xd3\xe4\x93\x02\x19\"\x14/gitlab/v1/instances:\x01*\x12\xb9\x01\n\x06\x44\x65lete\x12-.yandex.cloud.gitlab.v1.DeleteInstanceRequest\x1a!.yandex.cloud.operation.Operation\"]\xb2\xd2*/\n\x16\x44\x65leteInstanceMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02$*\"/gitlab/v1/instances/{instance_id}\x12\xaf\x01\n\x05Start\x12,.yandex.cloud.gitlab.v1.StartInstanceRequest\x1a!.yandex.cloud.operation.Operation\"U\xb2\xd2*!\n\x15StartInstanceMetadata\x12\x08Instance\x82\xd3\xe4\x93\x02*\"(/gitlab/v1/instances/{instance_id}:start\x12\xab\x01\n\x04Stop\x12+.yandex.cloud.gitlab.v1.StopInstanceRequest\x1a!.yandex.cloud.operation.Operation\"S\xb2\xd2* \n\x14StopInstanceMetadata\x12\x08Instance\x82\xd3\xe4\x93\x02)\"\'/gitlab/v1/instances/{instance_id}:stopBd\n\x1ayandex.cloud.api.gitlab.v1B\x03GISZAgithub.com/yandex-cloud/go-genproto/yandex/cloud/gitlab/v1;gitlabb\x06proto3')
|
|
33
|
+
|
|
34
|
+
_globals = globals()
|
|
35
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
36
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.gitlab.v1.instance_service_pb2', _globals)
|
|
37
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
38
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
39
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\032yandex.cloud.api.gitlab.v1B\003GISZAgithub.com/yandex-cloud/go-genproto/yandex/cloud/gitlab/v1;gitlab'
|
|
40
|
+
_globals['_GETINSTANCEREQUEST'].fields_by_name['instance_id']._loaded_options = None
|
|
41
|
+
_globals['_GETINSTANCEREQUEST'].fields_by_name['instance_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
42
|
+
_globals['_LISTINSTANCESREQUEST'].fields_by_name['folder_id']._loaded_options = None
|
|
43
|
+
_globals['_LISTINSTANCESREQUEST'].fields_by_name['folder_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
44
|
+
_globals['_LISTINSTANCESREQUEST'].fields_by_name['page_size']._loaded_options = None
|
|
45
|
+
_globals['_LISTINSTANCESREQUEST'].fields_by_name['page_size']._serialized_options = b'\372\3071\0060-1000'
|
|
46
|
+
_globals['_LISTINSTANCESREQUEST'].fields_by_name['page_token']._loaded_options = None
|
|
47
|
+
_globals['_LISTINSTANCESREQUEST'].fields_by_name['page_token']._serialized_options = b'\212\3101\005<=100'
|
|
48
|
+
_globals['_CREATEINSTANCEREQUEST_LABELSENTRY']._loaded_options = None
|
|
49
|
+
_globals['_CREATEINSTANCEREQUEST_LABELSENTRY']._serialized_options = b'8\001'
|
|
50
|
+
_globals['_CREATEINSTANCEREQUEST'].fields_by_name['folder_id']._loaded_options = None
|
|
51
|
+
_globals['_CREATEINSTANCEREQUEST'].fields_by_name['folder_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
52
|
+
_globals['_CREATEINSTANCEREQUEST'].fields_by_name['name']._loaded_options = None
|
|
53
|
+
_globals['_CREATEINSTANCEREQUEST'].fields_by_name['name']._serialized_options = b'\350\3071\001\362\3071\035|[a-z][-a-z0-9]{1,61}[a-z0-9]'
|
|
54
|
+
_globals['_CREATEINSTANCEREQUEST'].fields_by_name['description']._loaded_options = None
|
|
55
|
+
_globals['_CREATEINSTANCEREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\005<=256'
|
|
56
|
+
_globals['_CREATEINSTANCEREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
57
|
+
_globals['_CREATEINSTANCEREQUEST'].fields_by_name['labels']._serialized_options = b'\362\3071\013[-_0-9a-z]*\202\3101\004<=64\212\3101\004<=63\262\3101\030\022\020[a-z][-_0-9a-z]*\032\0041-63'
|
|
58
|
+
_globals['_CREATEINSTANCEREQUEST'].fields_by_name['resource_preset_id']._loaded_options = None
|
|
59
|
+
_globals['_CREATEINSTANCEREQUEST'].fields_by_name['resource_preset_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
60
|
+
_globals['_CREATEINSTANCEREQUEST'].fields_by_name['admin_login']._loaded_options = None
|
|
61
|
+
_globals['_CREATEINSTANCEREQUEST'].fields_by_name['admin_login']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
62
|
+
_globals['_CREATEINSTANCEREQUEST'].fields_by_name['admin_email']._loaded_options = None
|
|
63
|
+
_globals['_CREATEINSTANCEREQUEST'].fields_by_name['admin_email']._serialized_options = b'\350\3071\001'
|
|
64
|
+
_globals['_CREATEINSTANCEREQUEST'].fields_by_name['domain_prefix']._loaded_options = None
|
|
65
|
+
_globals['_CREATEINSTANCEREQUEST'].fields_by_name['domain_prefix']._serialized_options = b'\350\3071\001\362\3071\037[a-z0-9][a-z0-9-]{3,48}[a-z0-9]\212\3101\004<=50'
|
|
66
|
+
_globals['_CREATEINSTANCEREQUEST'].fields_by_name['subnet_id']._loaded_options = None
|
|
67
|
+
_globals['_CREATEINSTANCEREQUEST'].fields_by_name['subnet_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
68
|
+
_globals['_CREATEINSTANCEREQUEST'].fields_by_name['backup_retain_period_days']._loaded_options = None
|
|
69
|
+
_globals['_CREATEINSTANCEREQUEST'].fields_by_name['backup_retain_period_days']._serialized_options = b'\350\3071\000'
|
|
70
|
+
_globals['_CREATEINSTANCEREQUEST'].fields_by_name['gitlab_type']._loaded_options = None
|
|
71
|
+
_globals['_CREATEINSTANCEREQUEST'].fields_by_name['gitlab_type']._serialized_options = b'\212\3101\004<=10'
|
|
72
|
+
_globals['_CREATEINSTANCEREQUEST'].fields_by_name['gitlab_version']._loaded_options = None
|
|
73
|
+
_globals['_CREATEINSTANCEREQUEST'].fields_by_name['gitlab_version']._serialized_options = b'\212\3101\004<=30'
|
|
74
|
+
_globals['_CREATEINSTANCEREQUEST'].fields_by_name['approval_rules_id']._loaded_options = None
|
|
75
|
+
_globals['_CREATEINSTANCEREQUEST'].fields_by_name['approval_rules_id']._serialized_options = b'\350\3071\000\212\3101\004<=30'
|
|
76
|
+
_globals['_CREATEINSTANCEREQUEST'].fields_by_name['security_group']._loaded_options = None
|
|
77
|
+
_globals['_CREATEINSTANCEREQUEST'].fields_by_name['security_group']._serialized_options = b'\350\3071\000'
|
|
78
|
+
_globals['_CREATEINSTANCEREQUEST'].fields_by_name['disk_type_id']._loaded_options = None
|
|
79
|
+
_globals['_CREATEINSTANCEREQUEST'].fields_by_name['disk_type_id']._serialized_options = b'\350\3071\000'
|
|
80
|
+
_globals['_INSTANCESERVICE'].methods_by_name['Get']._loaded_options = None
|
|
81
|
+
_globals['_INSTANCESERVICE'].methods_by_name['Get']._serialized_options = b'\202\323\344\223\002$\022\"/gitlab/v1/instances/{instance_id}'
|
|
82
|
+
_globals['_INSTANCESERVICE'].methods_by_name['List']._loaded_options = None
|
|
83
|
+
_globals['_INSTANCESERVICE'].methods_by_name['List']._serialized_options = b'\202\323\344\223\002\026\022\024/gitlab/v1/instances'
|
|
84
|
+
_globals['_INSTANCESERVICE'].methods_by_name['Create']._loaded_options = None
|
|
85
|
+
_globals['_INSTANCESERVICE'].methods_by_name['Create']._serialized_options = b'\262\322*\"\n\026CreateInstanceMetadata\022\010Instance\202\323\344\223\002\031\"\024/gitlab/v1/instances:\001*'
|
|
86
|
+
_globals['_INSTANCESERVICE'].methods_by_name['Delete']._loaded_options = None
|
|
87
|
+
_globals['_INSTANCESERVICE'].methods_by_name['Delete']._serialized_options = b'\262\322*/\n\026DeleteInstanceMetadata\022\025google.protobuf.Empty\202\323\344\223\002$*\"/gitlab/v1/instances/{instance_id}'
|
|
88
|
+
_globals['_INSTANCESERVICE'].methods_by_name['Start']._loaded_options = None
|
|
89
|
+
_globals['_INSTANCESERVICE'].methods_by_name['Start']._serialized_options = b'\262\322*!\n\025StartInstanceMetadata\022\010Instance\202\323\344\223\002*\"(/gitlab/v1/instances/{instance_id}:start'
|
|
90
|
+
_globals['_INSTANCESERVICE'].methods_by_name['Stop']._loaded_options = None
|
|
91
|
+
_globals['_INSTANCESERVICE'].methods_by_name['Stop']._serialized_options = b'\262\322* \n\024StopInstanceMetadata\022\010Instance\202\323\344\223\002)\"\'/gitlab/v1/instances/{instance_id}:stop'
|
|
92
|
+
_globals['_GETINSTANCEREQUEST']._serialized_start=247
|
|
93
|
+
_globals['_GETINSTANCEREQUEST']._serialized_end=302
|
|
94
|
+
_globals['_LISTINSTANCESREQUEST']._serialized_start=304
|
|
95
|
+
_globals['_LISTINSTANCESREQUEST']._serialized_end=421
|
|
96
|
+
_globals['_LISTINSTANCESRESPONSE']._serialized_start=423
|
|
97
|
+
_globals['_LISTINSTANCESRESPONSE']._serialized_end=524
|
|
98
|
+
_globals['_CREATEINSTANCEREQUEST']._serialized_start=527
|
|
99
|
+
_globals['_CREATEINSTANCEREQUEST']._serialized_end=1393
|
|
100
|
+
_globals['_CREATEINSTANCEREQUEST_LABELSENTRY']._serialized_start=1306
|
|
101
|
+
_globals['_CREATEINSTANCEREQUEST_LABELSENTRY']._serialized_end=1351
|
|
102
|
+
_globals['_CREATEINSTANCEMETADATA']._serialized_start=1395
|
|
103
|
+
_globals['_CREATEINSTANCEMETADATA']._serialized_end=1440
|
|
104
|
+
_globals['_DELETEINSTANCEREQUEST']._serialized_start=1442
|
|
105
|
+
_globals['_DELETEINSTANCEREQUEST']._serialized_end=1486
|
|
106
|
+
_globals['_DELETEINSTANCEMETADATA']._serialized_start=1488
|
|
107
|
+
_globals['_DELETEINSTANCEMETADATA']._serialized_end=1533
|
|
108
|
+
_globals['_STARTINSTANCEREQUEST']._serialized_start=1535
|
|
109
|
+
_globals['_STARTINSTANCEREQUEST']._serialized_end=1578
|
|
110
|
+
_globals['_STARTINSTANCEMETADATA']._serialized_start=1580
|
|
111
|
+
_globals['_STARTINSTANCEMETADATA']._serialized_end=1624
|
|
112
|
+
_globals['_STOPINSTANCEREQUEST']._serialized_start=1626
|
|
113
|
+
_globals['_STOPINSTANCEREQUEST']._serialized_end=1668
|
|
114
|
+
_globals['_STOPINSTANCEMETADATA']._serialized_start=1670
|
|
115
|
+
_globals['_STOPINSTANCEMETADATA']._serialized_end=1713
|
|
116
|
+
_globals['_INSTANCESERVICE']._serialized_start=1716
|
|
117
|
+
_globals['_INSTANCESERVICE']._serialized_end=2698
|
|
118
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,257 @@
|
|
|
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.gitlab.v1.instance_pb2
|
|
13
|
+
|
|
14
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
15
|
+
|
|
16
|
+
@typing.final
|
|
17
|
+
class GetInstanceRequest(google.protobuf.message.Message):
|
|
18
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
19
|
+
|
|
20
|
+
INSTANCE_ID_FIELD_NUMBER: builtins.int
|
|
21
|
+
instance_id: builtins.str
|
|
22
|
+
def __init__(
|
|
23
|
+
self,
|
|
24
|
+
*,
|
|
25
|
+
instance_id: builtins.str = ...,
|
|
26
|
+
) -> None: ...
|
|
27
|
+
def ClearField(self, field_name: typing.Literal["instance_id", b"instance_id"]) -> None: ...
|
|
28
|
+
|
|
29
|
+
global___GetInstanceRequest = GetInstanceRequest
|
|
30
|
+
|
|
31
|
+
@typing.final
|
|
32
|
+
class ListInstancesRequest(google.protobuf.message.Message):
|
|
33
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
34
|
+
|
|
35
|
+
FOLDER_ID_FIELD_NUMBER: builtins.int
|
|
36
|
+
PAGE_SIZE_FIELD_NUMBER: builtins.int
|
|
37
|
+
PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
38
|
+
folder_id: builtins.str
|
|
39
|
+
page_size: builtins.int
|
|
40
|
+
page_token: builtins.str
|
|
41
|
+
def __init__(
|
|
42
|
+
self,
|
|
43
|
+
*,
|
|
44
|
+
folder_id: builtins.str = ...,
|
|
45
|
+
page_size: builtins.int = ...,
|
|
46
|
+
page_token: builtins.str = ...,
|
|
47
|
+
) -> None: ...
|
|
48
|
+
def ClearField(self, field_name: typing.Literal["folder_id", b"folder_id", "page_size", b"page_size", "page_token", b"page_token"]) -> None: ...
|
|
49
|
+
|
|
50
|
+
global___ListInstancesRequest = ListInstancesRequest
|
|
51
|
+
|
|
52
|
+
@typing.final
|
|
53
|
+
class ListInstancesResponse(google.protobuf.message.Message):
|
|
54
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
55
|
+
|
|
56
|
+
INSTANCES_FIELD_NUMBER: builtins.int
|
|
57
|
+
NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
58
|
+
next_page_token: builtins.str
|
|
59
|
+
@property
|
|
60
|
+
def instances(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.gitlab.v1.instance_pb2.Instance]: ...
|
|
61
|
+
def __init__(
|
|
62
|
+
self,
|
|
63
|
+
*,
|
|
64
|
+
instances: collections.abc.Iterable[yandex.cloud.gitlab.v1.instance_pb2.Instance] | None = ...,
|
|
65
|
+
next_page_token: builtins.str = ...,
|
|
66
|
+
) -> None: ...
|
|
67
|
+
def ClearField(self, field_name: typing.Literal["instances", b"instances", "next_page_token", b"next_page_token"]) -> None: ...
|
|
68
|
+
|
|
69
|
+
global___ListInstancesResponse = ListInstancesResponse
|
|
70
|
+
|
|
71
|
+
@typing.final
|
|
72
|
+
class CreateInstanceRequest(google.protobuf.message.Message):
|
|
73
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
74
|
+
|
|
75
|
+
@typing.final
|
|
76
|
+
class LabelsEntry(google.protobuf.message.Message):
|
|
77
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
78
|
+
|
|
79
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
80
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
81
|
+
key: builtins.str
|
|
82
|
+
value: builtins.str
|
|
83
|
+
def __init__(
|
|
84
|
+
self,
|
|
85
|
+
*,
|
|
86
|
+
key: builtins.str = ...,
|
|
87
|
+
value: builtins.str = ...,
|
|
88
|
+
) -> None: ...
|
|
89
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
90
|
+
|
|
91
|
+
FOLDER_ID_FIELD_NUMBER: builtins.int
|
|
92
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
93
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
94
|
+
LABELS_FIELD_NUMBER: builtins.int
|
|
95
|
+
RESOURCE_PRESET_ID_FIELD_NUMBER: builtins.int
|
|
96
|
+
DISK_SIZE_FIELD_NUMBER: builtins.int
|
|
97
|
+
ADMIN_LOGIN_FIELD_NUMBER: builtins.int
|
|
98
|
+
ADMIN_EMAIL_FIELD_NUMBER: builtins.int
|
|
99
|
+
DOMAIN_PREFIX_FIELD_NUMBER: builtins.int
|
|
100
|
+
SUBNET_ID_FIELD_NUMBER: builtins.int
|
|
101
|
+
BACKUP_RETAIN_PERIOD_DAYS_FIELD_NUMBER: builtins.int
|
|
102
|
+
MAINTENANCE_DELETE_UNTAGGED_FIELD_NUMBER: builtins.int
|
|
103
|
+
DELETION_PROTECTION_FIELD_NUMBER: builtins.int
|
|
104
|
+
GITLAB_TYPE_FIELD_NUMBER: builtins.int
|
|
105
|
+
GITLAB_VERSION_FIELD_NUMBER: builtins.int
|
|
106
|
+
APPROVAL_RULES_ID_FIELD_NUMBER: builtins.int
|
|
107
|
+
SECURITY_GROUP_FIELD_NUMBER: builtins.int
|
|
108
|
+
DISK_TYPE_ID_FIELD_NUMBER: builtins.int
|
|
109
|
+
folder_id: builtins.str
|
|
110
|
+
name: builtins.str
|
|
111
|
+
description: builtins.str
|
|
112
|
+
resource_preset_id: builtins.str
|
|
113
|
+
disk_size: builtins.int
|
|
114
|
+
admin_login: builtins.str
|
|
115
|
+
admin_email: builtins.str
|
|
116
|
+
domain_prefix: builtins.str
|
|
117
|
+
subnet_id: builtins.str
|
|
118
|
+
backup_retain_period_days: builtins.int
|
|
119
|
+
maintenance_delete_untagged: builtins.bool
|
|
120
|
+
deletion_protection: builtins.bool
|
|
121
|
+
gitlab_type: builtins.str
|
|
122
|
+
gitlab_version: builtins.str
|
|
123
|
+
approval_rules_id: builtins.str
|
|
124
|
+
security_group: builtins.str
|
|
125
|
+
disk_type_id: builtins.str
|
|
126
|
+
@property
|
|
127
|
+
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]: ...
|
|
128
|
+
def __init__(
|
|
129
|
+
self,
|
|
130
|
+
*,
|
|
131
|
+
folder_id: builtins.str = ...,
|
|
132
|
+
name: builtins.str = ...,
|
|
133
|
+
description: builtins.str = ...,
|
|
134
|
+
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
135
|
+
resource_preset_id: builtins.str = ...,
|
|
136
|
+
disk_size: builtins.int = ...,
|
|
137
|
+
admin_login: builtins.str = ...,
|
|
138
|
+
admin_email: builtins.str = ...,
|
|
139
|
+
domain_prefix: builtins.str = ...,
|
|
140
|
+
subnet_id: builtins.str = ...,
|
|
141
|
+
backup_retain_period_days: builtins.int = ...,
|
|
142
|
+
maintenance_delete_untagged: builtins.bool = ...,
|
|
143
|
+
deletion_protection: builtins.bool = ...,
|
|
144
|
+
gitlab_type: builtins.str = ...,
|
|
145
|
+
gitlab_version: builtins.str = ...,
|
|
146
|
+
approval_rules_id: builtins.str = ...,
|
|
147
|
+
security_group: builtins.str = ...,
|
|
148
|
+
disk_type_id: builtins.str = ...,
|
|
149
|
+
) -> None: ...
|
|
150
|
+
def ClearField(self, field_name: typing.Literal["admin_email", b"admin_email", "admin_login", b"admin_login", "approval_rules_id", b"approval_rules_id", "backup_retain_period_days", b"backup_retain_period_days", "deletion_protection", b"deletion_protection", "description", b"description", "disk_size", b"disk_size", "disk_type_id", b"disk_type_id", "domain_prefix", b"domain_prefix", "folder_id", b"folder_id", "gitlab_type", b"gitlab_type", "gitlab_version", b"gitlab_version", "labels", b"labels", "maintenance_delete_untagged", b"maintenance_delete_untagged", "name", b"name", "resource_preset_id", b"resource_preset_id", "security_group", b"security_group", "subnet_id", b"subnet_id"]) -> None: ...
|
|
151
|
+
|
|
152
|
+
global___CreateInstanceRequest = CreateInstanceRequest
|
|
153
|
+
|
|
154
|
+
@typing.final
|
|
155
|
+
class CreateInstanceMetadata(google.protobuf.message.Message):
|
|
156
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
157
|
+
|
|
158
|
+
INSTANCE_ID_FIELD_NUMBER: builtins.int
|
|
159
|
+
instance_id: builtins.str
|
|
160
|
+
def __init__(
|
|
161
|
+
self,
|
|
162
|
+
*,
|
|
163
|
+
instance_id: builtins.str = ...,
|
|
164
|
+
) -> None: ...
|
|
165
|
+
def ClearField(self, field_name: typing.Literal["instance_id", b"instance_id"]) -> None: ...
|
|
166
|
+
|
|
167
|
+
global___CreateInstanceMetadata = CreateInstanceMetadata
|
|
168
|
+
|
|
169
|
+
@typing.final
|
|
170
|
+
class DeleteInstanceRequest(google.protobuf.message.Message):
|
|
171
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
172
|
+
|
|
173
|
+
INSTANCE_ID_FIELD_NUMBER: builtins.int
|
|
174
|
+
instance_id: builtins.str
|
|
175
|
+
def __init__(
|
|
176
|
+
self,
|
|
177
|
+
*,
|
|
178
|
+
instance_id: builtins.str = ...,
|
|
179
|
+
) -> None: ...
|
|
180
|
+
def ClearField(self, field_name: typing.Literal["instance_id", b"instance_id"]) -> None: ...
|
|
181
|
+
|
|
182
|
+
global___DeleteInstanceRequest = DeleteInstanceRequest
|
|
183
|
+
|
|
184
|
+
@typing.final
|
|
185
|
+
class DeleteInstanceMetadata(google.protobuf.message.Message):
|
|
186
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
187
|
+
|
|
188
|
+
INSTANCE_ID_FIELD_NUMBER: builtins.int
|
|
189
|
+
instance_id: builtins.str
|
|
190
|
+
def __init__(
|
|
191
|
+
self,
|
|
192
|
+
*,
|
|
193
|
+
instance_id: builtins.str = ...,
|
|
194
|
+
) -> None: ...
|
|
195
|
+
def ClearField(self, field_name: typing.Literal["instance_id", b"instance_id"]) -> None: ...
|
|
196
|
+
|
|
197
|
+
global___DeleteInstanceMetadata = DeleteInstanceMetadata
|
|
198
|
+
|
|
199
|
+
@typing.final
|
|
200
|
+
class StartInstanceRequest(google.protobuf.message.Message):
|
|
201
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
202
|
+
|
|
203
|
+
INSTANCE_ID_FIELD_NUMBER: builtins.int
|
|
204
|
+
instance_id: builtins.str
|
|
205
|
+
def __init__(
|
|
206
|
+
self,
|
|
207
|
+
*,
|
|
208
|
+
instance_id: builtins.str = ...,
|
|
209
|
+
) -> None: ...
|
|
210
|
+
def ClearField(self, field_name: typing.Literal["instance_id", b"instance_id"]) -> None: ...
|
|
211
|
+
|
|
212
|
+
global___StartInstanceRequest = StartInstanceRequest
|
|
213
|
+
|
|
214
|
+
@typing.final
|
|
215
|
+
class StartInstanceMetadata(google.protobuf.message.Message):
|
|
216
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
217
|
+
|
|
218
|
+
INSTANCE_ID_FIELD_NUMBER: builtins.int
|
|
219
|
+
instance_id: builtins.str
|
|
220
|
+
def __init__(
|
|
221
|
+
self,
|
|
222
|
+
*,
|
|
223
|
+
instance_id: builtins.str = ...,
|
|
224
|
+
) -> None: ...
|
|
225
|
+
def ClearField(self, field_name: typing.Literal["instance_id", b"instance_id"]) -> None: ...
|
|
226
|
+
|
|
227
|
+
global___StartInstanceMetadata = StartInstanceMetadata
|
|
228
|
+
|
|
229
|
+
@typing.final
|
|
230
|
+
class StopInstanceRequest(google.protobuf.message.Message):
|
|
231
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
232
|
+
|
|
233
|
+
INSTANCE_ID_FIELD_NUMBER: builtins.int
|
|
234
|
+
instance_id: builtins.str
|
|
235
|
+
def __init__(
|
|
236
|
+
self,
|
|
237
|
+
*,
|
|
238
|
+
instance_id: builtins.str = ...,
|
|
239
|
+
) -> None: ...
|
|
240
|
+
def ClearField(self, field_name: typing.Literal["instance_id", b"instance_id"]) -> None: ...
|
|
241
|
+
|
|
242
|
+
global___StopInstanceRequest = StopInstanceRequest
|
|
243
|
+
|
|
244
|
+
@typing.final
|
|
245
|
+
class StopInstanceMetadata(google.protobuf.message.Message):
|
|
246
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
247
|
+
|
|
248
|
+
INSTANCE_ID_FIELD_NUMBER: builtins.int
|
|
249
|
+
instance_id: builtins.str
|
|
250
|
+
def __init__(
|
|
251
|
+
self,
|
|
252
|
+
*,
|
|
253
|
+
instance_id: builtins.str = ...,
|
|
254
|
+
) -> None: ...
|
|
255
|
+
def ClearField(self, field_name: typing.Literal["instance_id", b"instance_id"]) -> None: ...
|
|
256
|
+
|
|
257
|
+
global___StopInstanceMetadata = StopInstanceMetadata
|