yandexcloud 0.319.0__py3-none-any.whl → 0.321.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- yandex/cloud/ai/ocr/v1/ocr_pb2.pyi +2 -2
- yandex/cloud/ai/ocr/v1/ocr_service_pb2.pyi +5 -5
- yandex/cloud/cic/__init__.py +0 -0
- yandex/cloud/cic/v1/__init__.py +0 -0
- yandex/cloud/cic/v1/common/__init__.py +0 -0
- yandex/cloud/cic/v1/common/lag_allocation_settings_pb2.py +29 -0
- yandex/cloud/cic/v1/common/lag_allocation_settings_pb2.pyi +61 -0
- yandex/cloud/cic/v1/common/lag_allocation_settings_pb2_grpc.py +4 -0
- yandex/cloud/cic/v1/common/lag_allocation_settings_pb2_grpc.pyi +17 -0
- yandex/cloud/cic/v1/common/lag_info_pb2.py +27 -0
- yandex/cloud/cic/v1/common/lag_info_pb2.pyi +42 -0
- yandex/cloud/cic/v1/common/lag_info_pb2_grpc.py +4 -0
- yandex/cloud/cic/v1/common/lag_info_pb2_grpc.pyi +17 -0
- yandex/cloud/cic/v1/common/transceiver_type_pb2.py +26 -0
- yandex/cloud/cic/v1/common/transceiver_type_pb2.pyi +40 -0
- yandex/cloud/cic/v1/common/transceiver_type_pb2_grpc.py +4 -0
- yandex/cloud/cic/v1/common/transceiver_type_pb2_grpc.pyi +17 -0
- yandex/cloud/cic/v1/partner_pb2.py +28 -0
- yandex/cloud/cic/v1/partner_pb2.pyi +59 -0
- yandex/cloud/cic/v1/partner_pb2_grpc.py +4 -0
- yandex/cloud/cic/v1/partner_pb2_grpc.pyi +17 -0
- yandex/cloud/cic/v1/partner_service_pb2.py +47 -0
- yandex/cloud/cic/v1/partner_service_pb2.pyi +95 -0
- yandex/cloud/cic/v1/partner_service_pb2_grpc.py +107 -0
- yandex/cloud/cic/v1/partner_service_pb2_grpc.pyi +80 -0
- yandex/cloud/cic/v1/peering_pb2.py +26 -0
- yandex/cloud/cic/v1/peering_pb2.pyi +57 -0
- yandex/cloud/cic/v1/peering_pb2_grpc.py +4 -0
- yandex/cloud/cic/v1/peering_pb2_grpc.pyi +17 -0
- yandex/cloud/cic/v1/point_of_presence_pb2.py +26 -0
- yandex/cloud/cic/v1/point_of_presence_pb2.pyi +33 -0
- yandex/cloud/cic/v1/point_of_presence_pb2_grpc.py +4 -0
- yandex/cloud/cic/v1/point_of_presence_pb2_grpc.pyi +17 -0
- yandex/cloud/cic/v1/point_of_presence_service_pb2.py +47 -0
- yandex/cloud/cic/v1/point_of_presence_service_pb2.pyi +95 -0
- yandex/cloud/cic/v1/point_of_presence_service_pb2_grpc.py +107 -0
- yandex/cloud/cic/v1/point_of_presence_service_pb2_grpc.pyi +80 -0
- yandex/cloud/cic/v1/private_connection_pb2.py +34 -0
- yandex/cloud/cic/v1/private_connection_pb2.pyi +130 -0
- yandex/cloud/cic/v1/private_connection_pb2_grpc.py +4 -0
- yandex/cloud/cic/v1/private_connection_pb2_grpc.pyi +17 -0
- yandex/cloud/cic/v1/private_connection_service_pb2.py +49 -0
- yandex/cloud/cic/v1/private_connection_service_pb2.pyi +101 -0
- yandex/cloud/cic/v1/private_connection_service_pb2_grpc.py +107 -0
- yandex/cloud/cic/v1/private_connection_service_pb2_grpc.pyi +80 -0
- yandex/cloud/cic/v1/public_connection_pb2.py +36 -0
- yandex/cloud/cic/v1/public_connection_pb2.pyi +154 -0
- yandex/cloud/cic/v1/public_connection_pb2_grpc.py +4 -0
- yandex/cloud/cic/v1/public_connection_pb2_grpc.pyi +17 -0
- yandex/cloud/cic/v1/public_connection_service_pb2.py +49 -0
- yandex/cloud/cic/v1/public_connection_service_pb2.pyi +101 -0
- yandex/cloud/cic/v1/public_connection_service_pb2_grpc.py +107 -0
- yandex/cloud/cic/v1/public_connection_service_pb2_grpc.pyi +80 -0
- yandex/cloud/cic/v1/trunk_connection_pb2.py +41 -0
- yandex/cloud/cic/v1/trunk_connection_pb2.pyi +240 -0
- yandex/cloud/cic/v1/trunk_connection_pb2_grpc.py +4 -0
- yandex/cloud/cic/v1/trunk_connection_pb2_grpc.pyi +17 -0
- yandex/cloud/cic/v1/trunk_connection_service_pb2.py +49 -0
- yandex/cloud/cic/v1/trunk_connection_service_pb2.pyi +101 -0
- yandex/cloud/cic/v1/trunk_connection_service_pb2_grpc.py +107 -0
- yandex/cloud/cic/v1/trunk_connection_service_pb2_grpc.pyi +80 -0
- yandex/cloud/cloudapps/__init__.py +0 -0
- yandex/cloud/cloudapps/workload/__init__.py +0 -0
- yandex/cloud/cloudapps/workload/v1/__init__.py +0 -0
- yandex/cloud/cloudapps/workload/v1/cloud_application_pb2.py +47 -0
- yandex/cloud/cloudapps/workload/v1/cloud_application_pb2.pyi +127 -0
- yandex/cloud/cloudapps/workload/v1/cloud_application_pb2_grpc.py +4 -0
- yandex/cloud/cloudapps/workload/v1/cloud_application_pb2_grpc.pyi +17 -0
- yandex/cloud/cloudapps/workload/v1/cloud_application_service_pb2.py +39 -0
- yandex/cloud/cloudapps/workload/v1/cloud_application_service_pb2.pyi +73 -0
- yandex/cloud/cloudapps/workload/v1/cloud_application_service_pb2_grpc.py +106 -0
- yandex/cloud/cloudapps/workload/v1/cloud_application_service_pb2_grpc.pyi +72 -0
- yandex/cloud/datasphere/v2/jobs/jobs_pb2.py +27 -25
- yandex/cloud/datasphere/v2/jobs/jobs_pb2.pyi +62 -10
- yandex/cloud/datatransfer/v1/endpoint/postgres_pb2.pyi +2 -2
- yandex/cloud/k8s/marketplace/__init__.py +0 -0
- yandex/cloud/k8s/marketplace/v1/__init__.py +0 -0
- yandex/cloud/k8s/marketplace/v1/helm_release_pb2.py +29 -0
- yandex/cloud/k8s/marketplace/v1/helm_release_pb2.pyi +119 -0
- yandex/cloud/k8s/marketplace/v1/helm_release_pb2_grpc.py +4 -0
- yandex/cloud/k8s/marketplace/v1/helm_release_pb2_grpc.pyi +17 -0
- yandex/cloud/k8s/marketplace/v1/helm_release_service_pb2.py +83 -0
- yandex/cloud/k8s/marketplace/v1/helm_release_service_pb2.pyi +253 -0
- yandex/cloud/k8s/marketplace/v1/helm_release_service_pb2_grpc.py +208 -0
- yandex/cloud/k8s/marketplace/v1/helm_release_service_pb2_grpc.pyi +132 -0
- yandex/cloud/marketplace/licensemanager/saas/__init__.py +0 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/__init__.py +0 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/instance_service_pb2.py +35 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/instance_service_pb2.pyi +27 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/instance_service_pb2_grpc.py +71 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/instance_service_pb2_grpc.pyi +51 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/lock_service_pb2.py +47 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/lock_service_pb2.pyi +63 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/lock_service_pb2_grpc.py +107 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/lock_service_pb2_grpc.pyi +78 -0
- yandex/cloud/mdb/greenplum/v1/pxf_pb2.pyi +1 -1
- yandex/cloud/mdb/postgresql/v1/config/postgresql15_1c_pb2.py +15 -15
- yandex/cloud/mdb/postgresql/v1/config/postgresql15_1c_pb2.pyi +2 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql15_pb2.py +15 -15
- yandex/cloud/mdb/postgresql/v1/config/postgresql15_pb2.pyi +2 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql16_1c_pb2.py +15 -15
- yandex/cloud/mdb/postgresql/v1/config/postgresql16_1c_pb2.pyi +2 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql16_pb2.py +15 -15
- yandex/cloud/mdb/postgresql/v1/config/postgresql16_pb2.pyi +2 -0
- yandex/cloud/mdb/redis/v1/backup_service_pb2.py +19 -9
- yandex/cloud/mdb/redis/v1/backup_service_pb2.pyi +32 -0
- yandex/cloud/mdb/redis/v1/backup_service_pb2_grpc.py +35 -0
- yandex/cloud/mdb/redis/v1/backup_service_pb2_grpc.pyi +21 -0
- yandex/cloud/serverless/workflows/v1/history_entry_pb2.py +14 -10
- yandex/cloud/serverless/workflows/v1/history_entry_pb2.pyi +41 -2
- yandex/cloud/speechsense/v1/talk_service_pb2.py +7 -3
- yandex/cloud/storage/v1/s3api_pb2.py +31 -1
- yandex/cloud/storage/v1/s3api_pb2.pyi +359 -0
- {yandexcloud-0.319.0.dist-info → yandexcloud-0.321.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.319.0.dist-info → yandexcloud-0.321.0.dist-info}/RECORD +119 -29
- {yandexcloud-0.319.0.dist-info → yandexcloud-0.321.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.319.0.dist-info → yandexcloud-0.321.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.319.0.dist-info → yandexcloud-0.321.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.319.0.dist-info → yandexcloud-0.321.0.dist-info}/top_level.txt +0 -0
|
@@ -121,10 +121,12 @@ class JobParameters(google.protobuf.message.Message):
|
|
|
121
121
|
|
|
122
122
|
@property
|
|
123
123
|
def output_datasets(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___OutputDatasetDesc]:
|
|
124
|
-
"""List of DataSets descriptions to create"""
|
|
124
|
+
"""List of DataSets descriptions to create."""
|
|
125
125
|
|
|
126
126
|
@property
|
|
127
|
-
def graceful_shutdown_parameters(self) -> global___GracefulShutdownParameters:
|
|
127
|
+
def graceful_shutdown_parameters(self) -> global___GracefulShutdownParameters:
|
|
128
|
+
"""Graceful shutdown settings."""
|
|
129
|
+
|
|
128
130
|
def __init__(
|
|
129
131
|
self,
|
|
130
132
|
*,
|
|
@@ -283,6 +285,30 @@ class FileDesc(google.protobuf.message.Message):
|
|
|
283
285
|
|
|
284
286
|
global___FileDesc = FileDesc
|
|
285
287
|
|
|
288
|
+
@typing.final
|
|
289
|
+
class FileUploadError(google.protobuf.message.Message):
|
|
290
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
291
|
+
|
|
292
|
+
OUTPUT_FILE_DESC_FIELD_NUMBER: builtins.int
|
|
293
|
+
LOG_FILE_NAME_FIELD_NUMBER: builtins.int
|
|
294
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
295
|
+
log_file_name: builtins.str
|
|
296
|
+
description: builtins.str
|
|
297
|
+
@property
|
|
298
|
+
def output_file_desc(self) -> global___FileDesc: ...
|
|
299
|
+
def __init__(
|
|
300
|
+
self,
|
|
301
|
+
*,
|
|
302
|
+
output_file_desc: global___FileDesc | None = ...,
|
|
303
|
+
log_file_name: builtins.str = ...,
|
|
304
|
+
description: builtins.str = ...,
|
|
305
|
+
) -> None: ...
|
|
306
|
+
def HasField(self, field_name: typing.Literal["file_type", b"file_type", "log_file_name", b"log_file_name", "output_file_desc", b"output_file_desc"]) -> builtins.bool: ...
|
|
307
|
+
def ClearField(self, field_name: typing.Literal["description", b"description", "file_type", b"file_type", "log_file_name", b"log_file_name", "output_file_desc", b"output_file_desc"]) -> None: ...
|
|
308
|
+
def WhichOneof(self, oneof_group: typing.Literal["file_type", b"file_type"]) -> typing.Literal["output_file_desc", "log_file_name"] | None: ...
|
|
309
|
+
|
|
310
|
+
global___FileUploadError = FileUploadError
|
|
311
|
+
|
|
286
312
|
@typing.final
|
|
287
313
|
class Environment(google.protobuf.message.Message):
|
|
288
314
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
@@ -464,7 +490,6 @@ class Job(google.protobuf.message.Message):
|
|
|
464
490
|
NAME_FIELD_NUMBER: builtins.int
|
|
465
491
|
DESC_FIELD_NUMBER: builtins.int
|
|
466
492
|
CREATED_AT_FIELD_NUMBER: builtins.int
|
|
467
|
-
STARTED_AT_FIELD_NUMBER: builtins.int
|
|
468
493
|
FINISHED_AT_FIELD_NUMBER: builtins.int
|
|
469
494
|
STATUS_FIELD_NUMBER: builtins.int
|
|
470
495
|
CONFIG_FIELD_NUMBER: builtins.int
|
|
@@ -477,6 +502,12 @@ class Job(google.protobuf.message.Message):
|
|
|
477
502
|
LOG_FILES_FIELD_NUMBER: builtins.int
|
|
478
503
|
DIAGNOSTIC_FILES_FIELD_NUMBER: builtins.int
|
|
479
504
|
DATA_SIZE_BYTES_FIELD_NUMBER: builtins.int
|
|
505
|
+
STARTED_AT_FIELD_NUMBER: builtins.int
|
|
506
|
+
STATUS_DETAILS_FIELD_NUMBER: builtins.int
|
|
507
|
+
ACTUAL_CLOUD_INSTANCE_TYPE_FIELD_NUMBER: builtins.int
|
|
508
|
+
PARENT_JOB_ID_FIELD_NUMBER: builtins.int
|
|
509
|
+
FILE_ERRORS_FIELD_NUMBER: builtins.int
|
|
510
|
+
OUTPUT_DATASETS_FIELD_NUMBER: builtins.int
|
|
480
511
|
id: builtins.str
|
|
481
512
|
"""ID of the job."""
|
|
482
513
|
name: builtins.str
|
|
@@ -495,14 +526,14 @@ class Job(google.protobuf.message.Message):
|
|
|
495
526
|
"""Marks if the job data has been cleared."""
|
|
496
527
|
data_size_bytes: builtins.int
|
|
497
528
|
"""Job total data size."""
|
|
529
|
+
status_details: builtins.str
|
|
530
|
+
"""Details."""
|
|
531
|
+
parent_job_id: builtins.str
|
|
532
|
+
"""Reference to the parent job."""
|
|
498
533
|
@property
|
|
499
534
|
def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
500
535
|
"""Create job timestamp."""
|
|
501
536
|
|
|
502
|
-
@property
|
|
503
|
-
def started_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
504
|
-
"""Start job timestamp."""
|
|
505
|
-
|
|
506
537
|
@property
|
|
507
538
|
def finished_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
508
539
|
"""Finish job timestamp."""
|
|
@@ -525,6 +556,22 @@ class Job(google.protobuf.message.Message):
|
|
|
525
556
|
def diagnostic_files(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___File]:
|
|
526
557
|
"""Job diagnostics files."""
|
|
527
558
|
|
|
559
|
+
@property
|
|
560
|
+
def started_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
561
|
+
"""Start job timestamp."""
|
|
562
|
+
|
|
563
|
+
@property
|
|
564
|
+
def actual_cloud_instance_type(self) -> global___CloudInstanceType:
|
|
565
|
+
"""Actual VM instance type, job is running on."""
|
|
566
|
+
|
|
567
|
+
@property
|
|
568
|
+
def file_errors(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___FileUploadError]:
|
|
569
|
+
"""Failed uploads."""
|
|
570
|
+
|
|
571
|
+
@property
|
|
572
|
+
def output_datasets(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___OutputDataset]:
|
|
573
|
+
"""Created datasets."""
|
|
574
|
+
|
|
528
575
|
def __init__(
|
|
529
576
|
self,
|
|
530
577
|
*,
|
|
@@ -532,7 +579,6 @@ class Job(google.protobuf.message.Message):
|
|
|
532
579
|
name: builtins.str = ...,
|
|
533
580
|
desc: builtins.str = ...,
|
|
534
581
|
created_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
535
|
-
started_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
536
582
|
finished_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
537
583
|
status: global___JobStatus.ValueType = ...,
|
|
538
584
|
config: builtins.str = ...,
|
|
@@ -545,9 +591,15 @@ class Job(google.protobuf.message.Message):
|
|
|
545
591
|
log_files: collections.abc.Iterable[global___File] | None = ...,
|
|
546
592
|
diagnostic_files: collections.abc.Iterable[global___File] | None = ...,
|
|
547
593
|
data_size_bytes: builtins.int = ...,
|
|
594
|
+
started_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
595
|
+
status_details: builtins.str = ...,
|
|
596
|
+
actual_cloud_instance_type: global___CloudInstanceType | None = ...,
|
|
597
|
+
parent_job_id: builtins.str = ...,
|
|
598
|
+
file_errors: collections.abc.Iterable[global___FileUploadError] | None = ...,
|
|
599
|
+
output_datasets: collections.abc.Iterable[global___OutputDataset] | None = ...,
|
|
548
600
|
) -> None: ...
|
|
549
|
-
def HasField(self, field_name: typing.Literal["created_at", b"created_at", "data_expires_at", b"data_expires_at", "finished_at", b"finished_at", "job_parameters", b"job_parameters", "started_at", b"started_at"]) -> builtins.bool: ...
|
|
550
|
-
def ClearField(self, field_name: typing.Literal["config", b"config", "created_at", b"created_at", "created_by_id", b"created_by_id", "data_cleared", b"data_cleared", "data_expires_at", b"data_expires_at", "data_size_bytes", b"data_size_bytes", "desc", b"desc", "diagnostic_files", b"diagnostic_files", "finished_at", b"finished_at", "id", b"id", "job_parameters", b"job_parameters", "log_files", b"log_files", "name", b"name", "output_files", b"output_files", "project_id", b"project_id", "started_at", b"started_at", "status", b"status"]) -> None: ...
|
|
601
|
+
def HasField(self, field_name: typing.Literal["actual_cloud_instance_type", b"actual_cloud_instance_type", "created_at", b"created_at", "data_expires_at", b"data_expires_at", "finished_at", b"finished_at", "job_parameters", b"job_parameters", "started_at", b"started_at"]) -> builtins.bool: ...
|
|
602
|
+
def ClearField(self, field_name: typing.Literal["actual_cloud_instance_type", b"actual_cloud_instance_type", "config", b"config", "created_at", b"created_at", "created_by_id", b"created_by_id", "data_cleared", b"data_cleared", "data_expires_at", b"data_expires_at", "data_size_bytes", b"data_size_bytes", "desc", b"desc", "diagnostic_files", b"diagnostic_files", "file_errors", b"file_errors", "finished_at", b"finished_at", "id", b"id", "job_parameters", b"job_parameters", "log_files", b"log_files", "name", b"name", "output_datasets", b"output_datasets", "output_files", b"output_files", "parent_job_id", b"parent_job_id", "project_id", b"project_id", "started_at", b"started_at", "status", b"status", "status_details", b"status_details"]) -> None: ...
|
|
551
603
|
|
|
552
604
|
global___Job = Job
|
|
553
605
|
|
|
@@ -220,7 +220,7 @@ class PostgresSource(google.protobuf.message.Message):
|
|
|
220
220
|
database: builtins.str
|
|
221
221
|
"""Database name"""
|
|
222
222
|
user: builtins.str
|
|
223
|
-
"""User for database access."""
|
|
223
|
+
"""User for database access. not required as may be in connection"""
|
|
224
224
|
slot_byte_lag_limit: builtins.int
|
|
225
225
|
"""Maximum lag of replication slot (in bytes); after exceeding this limit
|
|
226
226
|
replication will be aborted.
|
|
@@ -293,7 +293,7 @@ class PostgresTarget(google.protobuf.message.Message):
|
|
|
293
293
|
database: builtins.str
|
|
294
294
|
"""Database name"""
|
|
295
295
|
user: builtins.str
|
|
296
|
-
"""User for database access."""
|
|
296
|
+
"""User for database access. not required as may be in connection"""
|
|
297
297
|
cleanup_policy: yandex.cloud.datatransfer.v1.endpoint.common_pb2.CleanupPolicy.ValueType
|
|
298
298
|
"""Cleanup policy for activate, reactivate and reupload processes. Default is
|
|
299
299
|
truncate.
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: yandex/cloud/k8s/marketplace/v1/helm_release.proto
|
|
4
|
+
"""Generated protocol buffer code."""
|
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
|
6
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
7
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
8
|
+
from google.protobuf.internal import builder as _builder
|
|
9
|
+
# @@protoc_insertion_point(imports)
|
|
10
|
+
|
|
11
|
+
_sym_db = _symbol_database.Default()
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2yandex/cloud/k8s/marketplace/v1/helm_release.proto\x12\x1fyandex.cloud.k8s.marketplace.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"\xd1\x03\n\x0bHelmRelease\x12\n\n\x02id\x18\x01 \x01(\t\x12\x12\n\ncluster_id\x18\x02 \x01(\t\x12\x10\n\x08\x61pp_name\x18\x03 \x01(\t\x12\x15\n\rapp_namespace\x18\x04 \x01(\t\x12\x12\n\nproduct_id\x18\x05 \x01(\t\x12\x14\n\x0cproduct_name\x18\x06 \x01(\t\x12\x17\n\x0fproduct_version\x18\n \x01(\t\x12\x43\n\x06status\x18\x07 \x01(\x0e\x32\x33.yandex.cloud.k8s.marketplace.v1.HelmRelease.Status\x12.\n\ncreated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\xba\x01\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0b\n\x07UNKNOWN\x10\x01\x12\x0c\n\x08\x44\x45PLOYED\x10\x02\x12\x0f\n\x0bUNINSTALLED\x10\x03\x12\x0e\n\nSUPERSEDED\x10\x04\x12\n\n\x06\x46\x41ILED\x10\x05\x12\x10\n\x0cUNINSTALLING\x10\x06\x12\x13\n\x0fPENDING_INSTALL\x10\x07\x12\x13\n\x0fPENDING_UPGRADE\x10\x08\x12\x14\n\x10PENDING_ROLLBACK\x10\tJ\x04\x08\t\x10\nBz\n#yandex.cloud.api.k8s.marketplace.v1ZSgithub.com/yandex-cloud/go-genproto/yandex/cloud/k8s/marketplace/v1;k8s_marketplaceb\x06proto3')
|
|
18
|
+
|
|
19
|
+
_globals = globals()
|
|
20
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
21
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.k8s.marketplace.v1.helm_release_pb2', _globals)
|
|
22
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
23
|
+
DESCRIPTOR._options = None
|
|
24
|
+
DESCRIPTOR._serialized_options = b'\n#yandex.cloud.api.k8s.marketplace.v1ZSgithub.com/yandex-cloud/go-genproto/yandex/cloud/k8s/marketplace/v1;k8s_marketplace'
|
|
25
|
+
_globals['_HELMRELEASE']._serialized_start=121
|
|
26
|
+
_globals['_HELMRELEASE']._serialized_end=586
|
|
27
|
+
_globals['_HELMRELEASE_STATUS']._serialized_start=394
|
|
28
|
+
_globals['_HELMRELEASE_STATUS']._serialized_end=580
|
|
29
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,119 @@
|
|
|
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.internal.enum_type_wrapper
|
|
9
|
+
import google.protobuf.message
|
|
10
|
+
import google.protobuf.timestamp_pb2
|
|
11
|
+
import sys
|
|
12
|
+
import typing
|
|
13
|
+
|
|
14
|
+
if sys.version_info >= (3, 10):
|
|
15
|
+
import typing as typing_extensions
|
|
16
|
+
else:
|
|
17
|
+
import typing_extensions
|
|
18
|
+
|
|
19
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
20
|
+
|
|
21
|
+
@typing.final
|
|
22
|
+
class HelmRelease(google.protobuf.message.Message):
|
|
23
|
+
"""A Helm Release."""
|
|
24
|
+
|
|
25
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
26
|
+
|
|
27
|
+
class _Status:
|
|
28
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
29
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
30
|
+
|
|
31
|
+
class _StatusEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[HelmRelease._Status.ValueType], builtins.type):
|
|
32
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
33
|
+
STATUS_UNSPECIFIED: HelmRelease._Status.ValueType # 0
|
|
34
|
+
UNKNOWN: HelmRelease._Status.ValueType # 1
|
|
35
|
+
"""Helm release status is unknown"""
|
|
36
|
+
DEPLOYED: HelmRelease._Status.ValueType # 2
|
|
37
|
+
"""Helm release deployed."""
|
|
38
|
+
UNINSTALLED: HelmRelease._Status.ValueType # 3
|
|
39
|
+
"""Helm release uninstalled."""
|
|
40
|
+
SUPERSEDED: HelmRelease._Status.ValueType # 4
|
|
41
|
+
"""Helm release superseded."""
|
|
42
|
+
FAILED: HelmRelease._Status.ValueType # 5
|
|
43
|
+
"""Helm release installation failed."""
|
|
44
|
+
UNINSTALLING: HelmRelease._Status.ValueType # 6
|
|
45
|
+
"""Helm release is being uninstalled."""
|
|
46
|
+
PENDING_INSTALL: HelmRelease._Status.ValueType # 7
|
|
47
|
+
"""Helm release is to be installed."""
|
|
48
|
+
PENDING_UPGRADE: HelmRelease._Status.ValueType # 8
|
|
49
|
+
"""Helm release is to be updated."""
|
|
50
|
+
PENDING_ROLLBACK: HelmRelease._Status.ValueType # 9
|
|
51
|
+
"""Helm release is to be rolled back."""
|
|
52
|
+
|
|
53
|
+
class Status(_Status, metaclass=_StatusEnumTypeWrapper): ...
|
|
54
|
+
STATUS_UNSPECIFIED: HelmRelease.Status.ValueType # 0
|
|
55
|
+
UNKNOWN: HelmRelease.Status.ValueType # 1
|
|
56
|
+
"""Helm release status is unknown"""
|
|
57
|
+
DEPLOYED: HelmRelease.Status.ValueType # 2
|
|
58
|
+
"""Helm release deployed."""
|
|
59
|
+
UNINSTALLED: HelmRelease.Status.ValueType # 3
|
|
60
|
+
"""Helm release uninstalled."""
|
|
61
|
+
SUPERSEDED: HelmRelease.Status.ValueType # 4
|
|
62
|
+
"""Helm release superseded."""
|
|
63
|
+
FAILED: HelmRelease.Status.ValueType # 5
|
|
64
|
+
"""Helm release installation failed."""
|
|
65
|
+
UNINSTALLING: HelmRelease.Status.ValueType # 6
|
|
66
|
+
"""Helm release is being uninstalled."""
|
|
67
|
+
PENDING_INSTALL: HelmRelease.Status.ValueType # 7
|
|
68
|
+
"""Helm release is to be installed."""
|
|
69
|
+
PENDING_UPGRADE: HelmRelease.Status.ValueType # 8
|
|
70
|
+
"""Helm release is to be updated."""
|
|
71
|
+
PENDING_ROLLBACK: HelmRelease.Status.ValueType # 9
|
|
72
|
+
"""Helm release is to be rolled back."""
|
|
73
|
+
|
|
74
|
+
ID_FIELD_NUMBER: builtins.int
|
|
75
|
+
CLUSTER_ID_FIELD_NUMBER: builtins.int
|
|
76
|
+
APP_NAME_FIELD_NUMBER: builtins.int
|
|
77
|
+
APP_NAMESPACE_FIELD_NUMBER: builtins.int
|
|
78
|
+
PRODUCT_ID_FIELD_NUMBER: builtins.int
|
|
79
|
+
PRODUCT_NAME_FIELD_NUMBER: builtins.int
|
|
80
|
+
PRODUCT_VERSION_FIELD_NUMBER: builtins.int
|
|
81
|
+
STATUS_FIELD_NUMBER: builtins.int
|
|
82
|
+
CREATED_AT_FIELD_NUMBER: builtins.int
|
|
83
|
+
id: builtins.str
|
|
84
|
+
"""ID of a helm release."""
|
|
85
|
+
cluster_id: builtins.str
|
|
86
|
+
"""ID of the Kubernetes cluster."""
|
|
87
|
+
app_name: builtins.str
|
|
88
|
+
"""Name of the application."""
|
|
89
|
+
app_namespace: builtins.str
|
|
90
|
+
"""Namespace of the application."""
|
|
91
|
+
product_id: builtins.str
|
|
92
|
+
"""Kubernetes marketplace product id."""
|
|
93
|
+
product_name: builtins.str
|
|
94
|
+
"""Kubernetes marketplace product name."""
|
|
95
|
+
product_version: builtins.str
|
|
96
|
+
"""Kubernetes marketplace product version."""
|
|
97
|
+
status: global___HelmRelease.Status.ValueType
|
|
98
|
+
"""Status of a helm release."""
|
|
99
|
+
@property
|
|
100
|
+
def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
101
|
+
"""Creation timestamp."""
|
|
102
|
+
|
|
103
|
+
def __init__(
|
|
104
|
+
self,
|
|
105
|
+
*,
|
|
106
|
+
id: builtins.str = ...,
|
|
107
|
+
cluster_id: builtins.str = ...,
|
|
108
|
+
app_name: builtins.str = ...,
|
|
109
|
+
app_namespace: builtins.str = ...,
|
|
110
|
+
product_id: builtins.str = ...,
|
|
111
|
+
product_name: builtins.str = ...,
|
|
112
|
+
product_version: builtins.str = ...,
|
|
113
|
+
status: global___HelmRelease.Status.ValueType = ...,
|
|
114
|
+
created_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
115
|
+
) -> None: ...
|
|
116
|
+
def HasField(self, field_name: typing.Literal["created_at", b"created_at"]) -> builtins.bool: ...
|
|
117
|
+
def ClearField(self, field_name: typing.Literal["app_name", b"app_name", "app_namespace", b"app_namespace", "cluster_id", b"cluster_id", "created_at", b"created_at", "id", b"id", "product_id", b"product_id", "product_name", b"product_name", "product_version", b"product_version", "status", b"status"]) -> None: ...
|
|
118
|
+
|
|
119
|
+
global___HelmRelease = HelmRelease
|
|
@@ -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,83 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: yandex/cloud/k8s/marketplace/v1/helm_release_service.proto
|
|
4
|
+
"""Generated protocol buffer code."""
|
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
|
6
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
7
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
8
|
+
from google.protobuf.internal import builder as _builder
|
|
9
|
+
# @@protoc_insertion_point(imports)
|
|
10
|
+
|
|
11
|
+
_sym_db = _symbol_database.Default()
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
15
|
+
from yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
|
|
16
|
+
from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
|
|
17
|
+
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
18
|
+
from yandex.cloud.k8s.marketplace.v1 import helm_release_pb2 as yandex_dot_cloud_dot_k8s_dot_marketplace_dot_v1_dot_helm__release__pb2
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:yandex/cloud/k8s/marketplace/v1/helm_release_service.proto\x12\x1fyandex.cloud.k8s.marketplace.v1\x1a\x1cgoogle/api/annotations.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\x1a\x32yandex/cloud/k8s/marketplace/v1/helm_release.proto\"q\n\x17ListHelmReleasesRequest\x12\x18\n\ncluster_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\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"x\n\x18ListHelmReleasesResponse\x12\x43\n\rhelm_releases\x18\x01 \x03(\x0b\x32,.yandex.cloud.k8s.marketplace.v1.HelmRelease\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\")\n\x15GetHelmReleaseRequest\x12\x10\n\x02id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"\x95\x01\n\x19InstallHelmReleaseRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1a\n\x12product_version_id\x18\x02 \x01(\t\x12\x42\n\x0buser_values\x18\x03 \x03(\x0b\x32-.yandex.cloud.k8s.marketplace.v1.ValueWithKey\"e\n\x1aInstallHelmReleaseMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x17\n\x0fhelm_release_id\x18\x02 \x01(\t\x12\x1a\n\x12product_version_id\x18\x03 \x01(\t\"\x8c\x01\n\x18UpdateHelmReleaseRequest\x12\x10\n\x02id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1a\n\x12product_version_id\x18\x02 \x01(\t\x12\x42\n\x0buser_values\x18\x03 \x03(\x0b\x32-.yandex.cloud.k8s.marketplace.v1.ValueWithKey\"d\n\x19UpdateHelmReleaseMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x17\n\x0fhelm_release_id\x18\x02 \x01(\t\x12\x1a\n\x12product_version_id\x18\x03 \x01(\t\"/\n\x1bUninstallHelmReleaseRequest\x12\x10\n\x02id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"W\n\x1cUninstallHelmReleaseMetadata\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1d\n\x0fhelm_release_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\"X\n\x0cValueWithKey\x12\x11\n\x03key\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x35\n\x05value\x18\x02 \x01(\x0b\x32&.yandex.cloud.k8s.marketplace.v1.Value\"\'\n\x05Value\x12\x15\n\x0btyped_value\x18\x01 \x01(\tH\x00\x42\x07\n\x05value2\xac\x08\n\x12HelmReleaseService\x12\xb5\x01\n\x04List\x12\x38.yandex.cloud.k8s.marketplace.v1.ListHelmReleasesRequest\x1a\x39.yandex.cloud.k8s.marketplace.v1.ListHelmReleasesResponse\"8\x82\xd3\xe4\x93\x02\x32\x12\x30/managed-kubernetes/marketplace/v1/helm-releases\x12\xaa\x01\n\x03Get\x12\x36.yandex.cloud.k8s.marketplace.v1.GetHelmReleaseRequest\x1a,.yandex.cloud.k8s.marketplace.v1.HelmRelease\"=\x82\xd3\xe4\x93\x02\x37\x12\x35/managed-kubernetes/marketplace/v1/helm-releases/{id}\x12\xda\x01\n\x07Install\x12:.yandex.cloud.k8s.marketplace.v1.InstallHelmReleaseRequest\x1a!.yandex.cloud.operation.Operation\"p\xb2\xd2*)\n\x1aInstallHelmReleaseMetadata\x12\x0bHelmRelease\x82\xd3\xe4\x93\x02=\"8/managed-kubernetes/marketplace/v1/helm-releases:install:\x01*\x12\xd4\x01\n\x06Update\x12\x39.yandex.cloud.k8s.marketplace.v1.UpdateHelmReleaseRequest\x1a!.yandex.cloud.operation.Operation\"l\xb2\xd2*(\n\x19UpdateHelmReleaseMetadata\x12\x0bHelmRelease\x82\xd3\xe4\x93\x02:25/managed-kubernetes/marketplace/v1/helm-releases/{id}:\x01*\x12\xfc\x01\n\tUninstall\x12<.yandex.cloud.k8s.marketplace.v1.UninstallHelmReleaseRequest\x1a!.yandex.cloud.operation.Operation\"\x8d\x01\xb2\xd2*5\n\x1cUninstallHelmReleaseMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02N\"I/managed-kubernetes/marketplace/v1/helm-releases/uninstall/{id}:uninstall:\x01*Bz\n#yandex.cloud.api.k8s.marketplace.v1ZSgithub.com/yandex-cloud/go-genproto/yandex/cloud/k8s/marketplace/v1;k8s_marketplaceb\x06proto3')
|
|
22
|
+
|
|
23
|
+
_globals = globals()
|
|
24
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
25
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.k8s.marketplace.v1.helm_release_service_pb2', _globals)
|
|
26
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
27
|
+
DESCRIPTOR._options = None
|
|
28
|
+
DESCRIPTOR._serialized_options = b'\n#yandex.cloud.api.k8s.marketplace.v1ZSgithub.com/yandex-cloud/go-genproto/yandex/cloud/k8s/marketplace/v1;k8s_marketplace'
|
|
29
|
+
_LISTHELMRELEASESREQUEST.fields_by_name['cluster_id']._options = None
|
|
30
|
+
_LISTHELMRELEASESREQUEST.fields_by_name['cluster_id']._serialized_options = b'\350\3071\001'
|
|
31
|
+
_LISTHELMRELEASESREQUEST.fields_by_name['page_size']._options = None
|
|
32
|
+
_LISTHELMRELEASESREQUEST.fields_by_name['page_size']._serialized_options = b'\372\3071\0060-1000'
|
|
33
|
+
_LISTHELMRELEASESREQUEST.fields_by_name['page_token']._options = None
|
|
34
|
+
_LISTHELMRELEASESREQUEST.fields_by_name['page_token']._serialized_options = b'\212\3101\005<=100'
|
|
35
|
+
_GETHELMRELEASEREQUEST.fields_by_name['id']._options = None
|
|
36
|
+
_GETHELMRELEASEREQUEST.fields_by_name['id']._serialized_options = b'\350\3071\001'
|
|
37
|
+
_INSTALLHELMRELEASEREQUEST.fields_by_name['cluster_id']._options = None
|
|
38
|
+
_INSTALLHELMRELEASEREQUEST.fields_by_name['cluster_id']._serialized_options = b'\350\3071\001'
|
|
39
|
+
_UPDATEHELMRELEASEREQUEST.fields_by_name['id']._options = None
|
|
40
|
+
_UPDATEHELMRELEASEREQUEST.fields_by_name['id']._serialized_options = b'\350\3071\001'
|
|
41
|
+
_UNINSTALLHELMRELEASEREQUEST.fields_by_name['id']._options = None
|
|
42
|
+
_UNINSTALLHELMRELEASEREQUEST.fields_by_name['id']._serialized_options = b'\350\3071\001'
|
|
43
|
+
_UNINSTALLHELMRELEASEMETADATA.fields_by_name['cluster_id']._options = None
|
|
44
|
+
_UNINSTALLHELMRELEASEMETADATA.fields_by_name['cluster_id']._serialized_options = b'\350\3071\001'
|
|
45
|
+
_UNINSTALLHELMRELEASEMETADATA.fields_by_name['helm_release_id']._options = None
|
|
46
|
+
_UNINSTALLHELMRELEASEMETADATA.fields_by_name['helm_release_id']._serialized_options = b'\350\3071\001'
|
|
47
|
+
_VALUEWITHKEY.fields_by_name['key']._options = None
|
|
48
|
+
_VALUEWITHKEY.fields_by_name['key']._serialized_options = b'\350\3071\001'
|
|
49
|
+
_HELMRELEASESERVICE.methods_by_name['List']._options = None
|
|
50
|
+
_HELMRELEASESERVICE.methods_by_name['List']._serialized_options = b'\202\323\344\223\0022\0220/managed-kubernetes/marketplace/v1/helm-releases'
|
|
51
|
+
_HELMRELEASESERVICE.methods_by_name['Get']._options = None
|
|
52
|
+
_HELMRELEASESERVICE.methods_by_name['Get']._serialized_options = b'\202\323\344\223\0027\0225/managed-kubernetes/marketplace/v1/helm-releases/{id}'
|
|
53
|
+
_HELMRELEASESERVICE.methods_by_name['Install']._options = None
|
|
54
|
+
_HELMRELEASESERVICE.methods_by_name['Install']._serialized_options = b'\262\322*)\n\032InstallHelmReleaseMetadata\022\013HelmRelease\202\323\344\223\002=\"8/managed-kubernetes/marketplace/v1/helm-releases:install:\001*'
|
|
55
|
+
_HELMRELEASESERVICE.methods_by_name['Update']._options = None
|
|
56
|
+
_HELMRELEASESERVICE.methods_by_name['Update']._serialized_options = b'\262\322*(\n\031UpdateHelmReleaseMetadata\022\013HelmRelease\202\323\344\223\002:25/managed-kubernetes/marketplace/v1/helm-releases/{id}:\001*'
|
|
57
|
+
_HELMRELEASESERVICE.methods_by_name['Uninstall']._options = None
|
|
58
|
+
_HELMRELEASESERVICE.methods_by_name['Uninstall']._serialized_options = b'\262\322*5\n\034UninstallHelmReleaseMetadata\022\025google.protobuf.Empty\202\323\344\223\002N\"I/managed-kubernetes/marketplace/v1/helm-releases/uninstall/{id}:uninstall:\001*'
|
|
59
|
+
_globals['_LISTHELMRELEASESREQUEST']._serialized_start=282
|
|
60
|
+
_globals['_LISTHELMRELEASESREQUEST']._serialized_end=395
|
|
61
|
+
_globals['_LISTHELMRELEASESRESPONSE']._serialized_start=397
|
|
62
|
+
_globals['_LISTHELMRELEASESRESPONSE']._serialized_end=517
|
|
63
|
+
_globals['_GETHELMRELEASEREQUEST']._serialized_start=519
|
|
64
|
+
_globals['_GETHELMRELEASEREQUEST']._serialized_end=560
|
|
65
|
+
_globals['_INSTALLHELMRELEASEREQUEST']._serialized_start=563
|
|
66
|
+
_globals['_INSTALLHELMRELEASEREQUEST']._serialized_end=712
|
|
67
|
+
_globals['_INSTALLHELMRELEASEMETADATA']._serialized_start=714
|
|
68
|
+
_globals['_INSTALLHELMRELEASEMETADATA']._serialized_end=815
|
|
69
|
+
_globals['_UPDATEHELMRELEASEREQUEST']._serialized_start=818
|
|
70
|
+
_globals['_UPDATEHELMRELEASEREQUEST']._serialized_end=958
|
|
71
|
+
_globals['_UPDATEHELMRELEASEMETADATA']._serialized_start=960
|
|
72
|
+
_globals['_UPDATEHELMRELEASEMETADATA']._serialized_end=1060
|
|
73
|
+
_globals['_UNINSTALLHELMRELEASEREQUEST']._serialized_start=1062
|
|
74
|
+
_globals['_UNINSTALLHELMRELEASEREQUEST']._serialized_end=1109
|
|
75
|
+
_globals['_UNINSTALLHELMRELEASEMETADATA']._serialized_start=1111
|
|
76
|
+
_globals['_UNINSTALLHELMRELEASEMETADATA']._serialized_end=1198
|
|
77
|
+
_globals['_VALUEWITHKEY']._serialized_start=1200
|
|
78
|
+
_globals['_VALUEWITHKEY']._serialized_end=1288
|
|
79
|
+
_globals['_VALUE']._serialized_start=1290
|
|
80
|
+
_globals['_VALUE']._serialized_end=1329
|
|
81
|
+
_globals['_HELMRELEASESERVICE']._serialized_start=1332
|
|
82
|
+
_globals['_HELMRELEASESERVICE']._serialized_end=2400
|
|
83
|
+
# @@protoc_insertion_point(module_scope)
|