yandexcloud 0.352.0__py3-none-any.whl → 0.353.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/foundation_models/v1/text_generation/text_generation_service_pb2.py +18 -18
- yandex/cloud/ai/foundation_models/v1/text_generation/text_generation_service_pb2.pyi +18 -2
- yandex/cloud/baremetal/v1alpha/server_pb2.py +13 -11
- yandex/cloud/connectionmanager/__init__.py +0 -0
- yandex/cloud/connectionmanager/v1/__init__.py +0 -0
- yandex/cloud/connectionmanager/v1/clickhouse_pb2.py +46 -0
- yandex/cloud/connectionmanager/v1/clickhouse_pb2.pyi +138 -0
- yandex/cloud/connectionmanager/v1/clickhouse_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/clickhouse_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/common_pb2.py +49 -0
- yandex/cloud/connectionmanager/v1/common_pb2.pyi +187 -0
- yandex/cloud/connectionmanager/v1/common_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/common_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/connection_pb2.py +58 -0
- yandex/cloud/connectionmanager/v1/connection_pb2.pyi +205 -0
- yandex/cloud/connectionmanager/v1/connection_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/connection_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/connection_service_pb2.py +91 -0
- yandex/cloud/connectionmanager/v1/connection_service_pb2.pyi +320 -0
- yandex/cloud/connectionmanager/v1/connection_service_pb2_grpc.py +362 -0
- yandex/cloud/connectionmanager/v1/connection_service_pb2_grpc.pyi +163 -0
- yandex/cloud/connectionmanager/v1/greenplum_pb2.py +48 -0
- yandex/cloud/connectionmanager/v1/greenplum_pb2.pyi +151 -0
- yandex/cloud/connectionmanager/v1/greenplum_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/greenplum_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/mongodb_pb2.py +50 -0
- yandex/cloud/connectionmanager/v1/mongodb_pb2.pyi +169 -0
- yandex/cloud/connectionmanager/v1/mongodb_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/mongodb_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/mysql_pb2.py +48 -0
- yandex/cloud/connectionmanager/v1/mysql_pb2.pyi +151 -0
- yandex/cloud/connectionmanager/v1/mysql_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/mysql_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/opensearch_pb2.py +48 -0
- yandex/cloud/connectionmanager/v1/opensearch_pb2.pyi +148 -0
- yandex/cloud/connectionmanager/v1/opensearch_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/opensearch_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/package_options_pb2.py +35 -0
- yandex/cloud/connectionmanager/v1/package_options_pb2.pyi +8 -0
- yandex/cloud/connectionmanager/v1/package_options_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/package_options_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/postgresql_pb2.py +50 -0
- yandex/cloud/connectionmanager/v1/postgresql_pb2.pyi +171 -0
- yandex/cloud/connectionmanager/v1/postgresql_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/postgresql_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/redis_pb2.py +50 -0
- yandex/cloud/connectionmanager/v1/redis_pb2.pyi +163 -0
- yandex/cloud/connectionmanager/v1/redis_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/redis_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/trino_pb2.py +44 -0
- yandex/cloud/connectionmanager/v1/trino_pb2.pyi +88 -0
- yandex/cloud/connectionmanager/v1/trino_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/trino_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/valkey_pb2.py +50 -0
- yandex/cloud/connectionmanager/v1/valkey_pb2.pyi +173 -0
- yandex/cloud/connectionmanager/v1/valkey_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/valkey_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.py +94 -76
- yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.pyi +239 -14
- yandex/cloud/organizationmanager/v1/saml/federation_pb2.py +17 -3
- yandex/cloud/organizationmanager/v1/saml/federation_pb2.pyi +209 -0
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2.py +55 -3
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2.pyi +231 -0
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2_grpc.py +222 -0
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2_grpc.pyi +109 -0
- yandexcloud/__init__.py +1 -1
- {yandexcloud-0.352.0.dist-info → yandexcloud-0.353.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.352.0.dist-info → yandexcloud-0.353.0.dist-info}/RECORD +72 -18
- {yandexcloud-0.352.0.dist-info → yandexcloud-0.353.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.352.0.dist-info → yandexcloud-0.353.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.352.0.dist-info → yandexcloud-0.353.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.352.0.dist-info → yandexcloud-0.353.0.dist-info}/top_level.txt +0 -0
|
@@ -43,17 +43,23 @@ class MongodConfig(google.protobuf.message.Message):
|
|
|
43
43
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
44
44
|
|
|
45
45
|
CACHE_SIZE_GB_FIELD_NUMBER: builtins.int
|
|
46
|
+
CACHE_SIZE_FIELD_NUMBER: builtins.int
|
|
46
47
|
@property
|
|
47
48
|
def cache_size_gb(self) -> google.protobuf.wrappers_pb2.DoubleValue:
|
|
48
49
|
"""The maximum size of the internal cache that WiredTiger will use for all data."""
|
|
49
50
|
|
|
51
|
+
@property
|
|
52
|
+
def cache_size(self) -> google.protobuf.wrappers_pb2.DoubleValue:
|
|
53
|
+
"""The maximum size of the internal cache that WiredTiger will use for all data in percents."""
|
|
54
|
+
|
|
50
55
|
def __init__(
|
|
51
56
|
self,
|
|
52
57
|
*,
|
|
53
58
|
cache_size_gb: google.protobuf.wrappers_pb2.DoubleValue | None = ...,
|
|
59
|
+
cache_size: google.protobuf.wrappers_pb2.DoubleValue | None = ...,
|
|
54
60
|
) -> None: ...
|
|
55
|
-
def HasField(self, field_name: typing.Literal["cache_size_gb", b"cache_size_gb"]) -> builtins.bool: ...
|
|
56
|
-
def ClearField(self, field_name: typing.Literal["cache_size_gb", b"cache_size_gb"]) -> None: ...
|
|
61
|
+
def HasField(self, field_name: typing.Literal["cache_size", b"cache_size", "cache_size_gb", b"cache_size_gb"]) -> builtins.bool: ...
|
|
62
|
+
def ClearField(self, field_name: typing.Literal["cache_size", b"cache_size", "cache_size_gb", b"cache_size_gb"]) -> None: ...
|
|
57
63
|
|
|
58
64
|
@typing.final
|
|
59
65
|
class CollectionConfig(google.protobuf.message.Message):
|
|
@@ -385,9 +391,41 @@ class MongodConfig(google.protobuf.message.Message):
|
|
|
385
391
|
class SetParameter(google.protobuf.message.Message):
|
|
386
392
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
387
393
|
|
|
394
|
+
@typing.final
|
|
395
|
+
class MirrorReads(google.protobuf.message.Message):
|
|
396
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
397
|
+
|
|
398
|
+
SAMPLING_RATE_FIELD_NUMBER: builtins.int
|
|
399
|
+
MAX_TIME_MS_FIELD_NUMBER: builtins.int
|
|
400
|
+
@property
|
|
401
|
+
def sampling_rate(self) -> google.protobuf.wrappers_pb2.DoubleValue:
|
|
402
|
+
"""The sampling rate used to mirror a subset of operations that support mirroring to a subset of electable secondaries"""
|
|
403
|
+
|
|
404
|
+
@property
|
|
405
|
+
def max_time_ms(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
406
|
+
"""The maximum time in milliseconds for the mirrored reads"""
|
|
407
|
+
|
|
408
|
+
def __init__(
|
|
409
|
+
self,
|
|
410
|
+
*,
|
|
411
|
+
sampling_rate: google.protobuf.wrappers_pb2.DoubleValue | None = ...,
|
|
412
|
+
max_time_ms: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
413
|
+
) -> None: ...
|
|
414
|
+
def HasField(self, field_name: typing.Literal["max_time_ms", b"max_time_ms", "sampling_rate", b"sampling_rate"]) -> builtins.bool: ...
|
|
415
|
+
def ClearField(self, field_name: typing.Literal["max_time_ms", b"max_time_ms", "sampling_rate", b"sampling_rate"]) -> None: ...
|
|
416
|
+
|
|
388
417
|
AUDIT_AUTHORIZATION_SUCCESS_FIELD_NUMBER: builtins.int
|
|
389
418
|
ENABLE_FLOW_CONTROL_FIELD_NUMBER: builtins.int
|
|
390
419
|
MIN_SNAPSHOT_HISTORY_WINDOW_IN_SECONDS_FIELD_NUMBER: builtins.int
|
|
420
|
+
FLOW_CONTROL_TARGET_LAG_SECONDS_FIELD_NUMBER: builtins.int
|
|
421
|
+
FLOW_CONTROL_WARN_THRESHOLD_SECONDS_FIELD_NUMBER: builtins.int
|
|
422
|
+
MIGRATE_CLONE_INSERTION_BATCH_DELAY_MS_FIELD_NUMBER: builtins.int
|
|
423
|
+
MIGRATE_CLONE_INSERTION_BATCH_SIZE_FIELD_NUMBER: builtins.int
|
|
424
|
+
ORPHAN_CLEANUP_DELAY_SECS_FIELD_NUMBER: builtins.int
|
|
425
|
+
PERSISTED_CHUNK_CACHE_UPDATE_MAX_BATCH_SIZE_FIELD_NUMBER: builtins.int
|
|
426
|
+
RANGE_DELETER_BATCH_DELAY_MS_FIELD_NUMBER: builtins.int
|
|
427
|
+
RANGE_DELETER_BATCH_SIZE_FIELD_NUMBER: builtins.int
|
|
428
|
+
MIRROR_READS_FIELD_NUMBER: builtins.int
|
|
391
429
|
@property
|
|
392
430
|
def audit_authorization_success(self) -> google.protobuf.wrappers_pb2.BoolValue:
|
|
393
431
|
"""Enables the auditing of authorization successes
|
|
@@ -405,15 +443,83 @@ class MongodConfig(google.protobuf.message.Message):
|
|
|
405
443
|
def min_snapshot_history_window_in_seconds(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
406
444
|
"""The minimum time window in seconds for which the storage engine keeps the snapshot history."""
|
|
407
445
|
|
|
446
|
+
@property
|
|
447
|
+
def flow_control_target_lag_seconds(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
448
|
+
"""The target maximum majority committed lag when running with flow control"""
|
|
449
|
+
|
|
450
|
+
@property
|
|
451
|
+
def flow_control_warn_threshold_seconds(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
452
|
+
"""The amount of time to wait to log a warning once the flow control mechanism detects the majority commit point has not moved."""
|
|
453
|
+
|
|
454
|
+
@property
|
|
455
|
+
def migrate_clone_insertion_batch_delay_ms(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
456
|
+
"""Time in milliseconds to wait between batches of insertions during cloning step of the migration process."""
|
|
457
|
+
|
|
458
|
+
@property
|
|
459
|
+
def migrate_clone_insertion_batch_size(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
460
|
+
"""The maximum number of documents to insert in a single batch during the cloning step of the migration process."""
|
|
461
|
+
|
|
462
|
+
@property
|
|
463
|
+
def orphan_cleanup_delay_secs(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
464
|
+
"""Minimum delay before a migrated chunk is deleted from the source shard."""
|
|
465
|
+
|
|
466
|
+
@property
|
|
467
|
+
def persisted_chunk_cache_update_max_batch_size(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
468
|
+
"""Specifies the maximum batch size used for updating the persisted chunk cache."""
|
|
469
|
+
|
|
470
|
+
@property
|
|
471
|
+
def range_deleter_batch_delay_ms(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
472
|
+
"""The amount of time in milliseconds to wait before the next batch of deletion during the cleanup stage of chunk migration (or the cleanupOrphaned command)."""
|
|
473
|
+
|
|
474
|
+
@property
|
|
475
|
+
def range_deleter_batch_size(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
476
|
+
"""The maximum number of documents in each batch to delete during the cleanup stage of chunk migration (or the cleanupOrphaned command)."""
|
|
477
|
+
|
|
478
|
+
@property
|
|
479
|
+
def mirror_reads(self) -> global___MongodConfig.SetParameter.MirrorReads:
|
|
480
|
+
"""Specifies the settings for mirrored reads for the mongod instance"""
|
|
481
|
+
|
|
408
482
|
def __init__(
|
|
409
483
|
self,
|
|
410
484
|
*,
|
|
411
485
|
audit_authorization_success: google.protobuf.wrappers_pb2.BoolValue | None = ...,
|
|
412
486
|
enable_flow_control: google.protobuf.wrappers_pb2.BoolValue | None = ...,
|
|
413
487
|
min_snapshot_history_window_in_seconds: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
488
|
+
flow_control_target_lag_seconds: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
489
|
+
flow_control_warn_threshold_seconds: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
490
|
+
migrate_clone_insertion_batch_delay_ms: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
491
|
+
migrate_clone_insertion_batch_size: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
492
|
+
orphan_cleanup_delay_secs: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
493
|
+
persisted_chunk_cache_update_max_batch_size: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
494
|
+
range_deleter_batch_delay_ms: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
495
|
+
range_deleter_batch_size: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
496
|
+
mirror_reads: global___MongodConfig.SetParameter.MirrorReads | None = ...,
|
|
497
|
+
) -> None: ...
|
|
498
|
+
def HasField(self, field_name: typing.Literal["audit_authorization_success", b"audit_authorization_success", "enable_flow_control", b"enable_flow_control", "flow_control_target_lag_seconds", b"flow_control_target_lag_seconds", "flow_control_warn_threshold_seconds", b"flow_control_warn_threshold_seconds", "migrate_clone_insertion_batch_delay_ms", b"migrate_clone_insertion_batch_delay_ms", "migrate_clone_insertion_batch_size", b"migrate_clone_insertion_batch_size", "min_snapshot_history_window_in_seconds", b"min_snapshot_history_window_in_seconds", "mirror_reads", b"mirror_reads", "orphan_cleanup_delay_secs", b"orphan_cleanup_delay_secs", "persisted_chunk_cache_update_max_batch_size", b"persisted_chunk_cache_update_max_batch_size", "range_deleter_batch_delay_ms", b"range_deleter_batch_delay_ms", "range_deleter_batch_size", b"range_deleter_batch_size"]) -> builtins.bool: ...
|
|
499
|
+
def ClearField(self, field_name: typing.Literal["audit_authorization_success", b"audit_authorization_success", "enable_flow_control", b"enable_flow_control", "flow_control_target_lag_seconds", b"flow_control_target_lag_seconds", "flow_control_warn_threshold_seconds", b"flow_control_warn_threshold_seconds", "migrate_clone_insertion_batch_delay_ms", b"migrate_clone_insertion_batch_delay_ms", "migrate_clone_insertion_batch_size", b"migrate_clone_insertion_batch_size", "min_snapshot_history_window_in_seconds", b"min_snapshot_history_window_in_seconds", "mirror_reads", b"mirror_reads", "orphan_cleanup_delay_secs", b"orphan_cleanup_delay_secs", "persisted_chunk_cache_update_max_batch_size", b"persisted_chunk_cache_update_max_batch_size", "range_deleter_batch_delay_ms", b"range_deleter_batch_delay_ms", "range_deleter_batch_size", b"range_deleter_batch_size"]) -> None: ...
|
|
500
|
+
|
|
501
|
+
@typing.final
|
|
502
|
+
class Oplog(google.protobuf.message.Message):
|
|
503
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
504
|
+
|
|
505
|
+
MAX_SIZE_PERCENT_FIELD_NUMBER: builtins.int
|
|
506
|
+
MIN_RETENTION_HOURS_FIELD_NUMBER: builtins.int
|
|
507
|
+
@property
|
|
508
|
+
def max_size_percent(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
509
|
+
"""Oplog maxsize in percents."""
|
|
510
|
+
|
|
511
|
+
@property
|
|
512
|
+
def min_retention_hours(self) -> google.protobuf.wrappers_pb2.DoubleValue:
|
|
513
|
+
"""The minimum number of hours to preserve an oplog entry, where decimal values represent the fractions of an hour."""
|
|
514
|
+
|
|
515
|
+
def __init__(
|
|
516
|
+
self,
|
|
517
|
+
*,
|
|
518
|
+
max_size_percent: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
519
|
+
min_retention_hours: google.protobuf.wrappers_pb2.DoubleValue | None = ...,
|
|
414
520
|
) -> None: ...
|
|
415
|
-
def HasField(self, field_name: typing.Literal["
|
|
416
|
-
def ClearField(self, field_name: typing.Literal["
|
|
521
|
+
def HasField(self, field_name: typing.Literal["max_size_percent", b"max_size_percent", "min_retention_hours", b"min_retention_hours"]) -> builtins.bool: ...
|
|
522
|
+
def ClearField(self, field_name: typing.Literal["max_size_percent", b"max_size_percent", "min_retention_hours", b"min_retention_hours"]) -> None: ...
|
|
417
523
|
|
|
418
524
|
STORAGE_FIELD_NUMBER: builtins.int
|
|
419
525
|
OPERATION_PROFILING_FIELD_NUMBER: builtins.int
|
|
@@ -421,6 +527,7 @@ class MongodConfig(google.protobuf.message.Message):
|
|
|
421
527
|
SECURITY_FIELD_NUMBER: builtins.int
|
|
422
528
|
AUDIT_LOG_FIELD_NUMBER: builtins.int
|
|
423
529
|
SET_PARAMETER_FIELD_NUMBER: builtins.int
|
|
530
|
+
OPLOG_FIELD_NUMBER: builtins.int
|
|
424
531
|
@property
|
|
425
532
|
def storage(self) -> global___MongodConfig.Storage:
|
|
426
533
|
"""`storage` section of mongod configuration."""
|
|
@@ -445,6 +552,10 @@ class MongodConfig(google.protobuf.message.Message):
|
|
|
445
552
|
def set_parameter(self) -> global___MongodConfig.SetParameter:
|
|
446
553
|
"""`SetParameter` section of mongod configuration."""
|
|
447
554
|
|
|
555
|
+
@property
|
|
556
|
+
def oplog(self) -> global___MongodConfig.Oplog:
|
|
557
|
+
"""`Oplog` section of mongod configuration."""
|
|
558
|
+
|
|
448
559
|
def __init__(
|
|
449
560
|
self,
|
|
450
561
|
*,
|
|
@@ -454,9 +565,10 @@ class MongodConfig(google.protobuf.message.Message):
|
|
|
454
565
|
security: global___MongodConfig.Security | None = ...,
|
|
455
566
|
audit_log: global___MongodConfig.AuditLog | None = ...,
|
|
456
567
|
set_parameter: global___MongodConfig.SetParameter | None = ...,
|
|
568
|
+
oplog: global___MongodConfig.Oplog | None = ...,
|
|
457
569
|
) -> None: ...
|
|
458
|
-
def HasField(self, field_name: typing.Literal["audit_log", b"audit_log", "net", b"net", "operation_profiling", b"operation_profiling", "security", b"security", "set_parameter", b"set_parameter", "storage", b"storage"]) -> builtins.bool: ...
|
|
459
|
-
def ClearField(self, field_name: typing.Literal["audit_log", b"audit_log", "net", b"net", "operation_profiling", b"operation_profiling", "security", b"security", "set_parameter", b"set_parameter", "storage", b"storage"]) -> None: ...
|
|
570
|
+
def HasField(self, field_name: typing.Literal["audit_log", b"audit_log", "net", b"net", "operation_profiling", b"operation_profiling", "oplog", b"oplog", "security", b"security", "set_parameter", b"set_parameter", "storage", b"storage"]) -> builtins.bool: ...
|
|
571
|
+
def ClearField(self, field_name: typing.Literal["audit_log", b"audit_log", "net", b"net", "operation_profiling", b"operation_profiling", "oplog", b"oplog", "security", b"security", "set_parameter", b"set_parameter", "storage", b"storage"]) -> None: ...
|
|
460
572
|
|
|
461
573
|
global___MongodConfig = MongodConfig
|
|
462
574
|
|
|
@@ -479,17 +591,23 @@ class MongoCfgConfig(google.protobuf.message.Message):
|
|
|
479
591
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
480
592
|
|
|
481
593
|
CACHE_SIZE_GB_FIELD_NUMBER: builtins.int
|
|
594
|
+
CACHE_SIZE_FIELD_NUMBER: builtins.int
|
|
482
595
|
@property
|
|
483
596
|
def cache_size_gb(self) -> google.protobuf.wrappers_pb2.DoubleValue:
|
|
484
597
|
"""The maximum size of the internal cache that WiredTiger will use for all data."""
|
|
485
598
|
|
|
599
|
+
@property
|
|
600
|
+
def cache_size(self) -> google.protobuf.wrappers_pb2.DoubleValue:
|
|
601
|
+
"""The maximum size of the internal cache that WiredTiger will use for all data in percents."""
|
|
602
|
+
|
|
486
603
|
def __init__(
|
|
487
604
|
self,
|
|
488
605
|
*,
|
|
489
606
|
cache_size_gb: google.protobuf.wrappers_pb2.DoubleValue | None = ...,
|
|
607
|
+
cache_size: google.protobuf.wrappers_pb2.DoubleValue | None = ...,
|
|
490
608
|
) -> None: ...
|
|
491
|
-
def HasField(self, field_name: typing.Literal["cache_size_gb", b"cache_size_gb"]) -> builtins.bool: ...
|
|
492
|
-
def ClearField(self, field_name: typing.Literal["cache_size_gb", b"cache_size_gb"]) -> None: ...
|
|
609
|
+
def HasField(self, field_name: typing.Literal["cache_size", b"cache_size", "cache_size_gb", b"cache_size_gb"]) -> builtins.bool: ...
|
|
610
|
+
def ClearField(self, field_name: typing.Literal["cache_size", b"cache_size", "cache_size_gb", b"cache_size_gb"]) -> None: ...
|
|
493
611
|
|
|
494
612
|
@typing.final
|
|
495
613
|
class IndexConfig(google.protobuf.message.Message):
|
|
@@ -700,11 +818,35 @@ class MongoCfgConfig(google.protobuf.message.Message):
|
|
|
700
818
|
) -> None: ...
|
|
701
819
|
def ClearField(self, field_name: typing.Literal["filter", b"filter"]) -> None: ...
|
|
702
820
|
|
|
821
|
+
@typing.final
|
|
822
|
+
class Oplog(google.protobuf.message.Message):
|
|
823
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
824
|
+
|
|
825
|
+
MAX_SIZE_PERCENT_FIELD_NUMBER: builtins.int
|
|
826
|
+
MIN_RETENTION_HOURS_FIELD_NUMBER: builtins.int
|
|
827
|
+
@property
|
|
828
|
+
def max_size_percent(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
829
|
+
"""Oplog maxsize in percents."""
|
|
830
|
+
|
|
831
|
+
@property
|
|
832
|
+
def min_retention_hours(self) -> google.protobuf.wrappers_pb2.DoubleValue:
|
|
833
|
+
"""The minimum number of hours to preserve an oplog entry, where decimal values represent the fractions of an hour."""
|
|
834
|
+
|
|
835
|
+
def __init__(
|
|
836
|
+
self,
|
|
837
|
+
*,
|
|
838
|
+
max_size_percent: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
839
|
+
min_retention_hours: google.protobuf.wrappers_pb2.DoubleValue | None = ...,
|
|
840
|
+
) -> None: ...
|
|
841
|
+
def HasField(self, field_name: typing.Literal["max_size_percent", b"max_size_percent", "min_retention_hours", b"min_retention_hours"]) -> builtins.bool: ...
|
|
842
|
+
def ClearField(self, field_name: typing.Literal["max_size_percent", b"max_size_percent", "min_retention_hours", b"min_retention_hours"]) -> None: ...
|
|
843
|
+
|
|
703
844
|
STORAGE_FIELD_NUMBER: builtins.int
|
|
704
845
|
OPERATION_PROFILING_FIELD_NUMBER: builtins.int
|
|
705
846
|
NET_FIELD_NUMBER: builtins.int
|
|
706
847
|
SET_PARAMETER_FIELD_NUMBER: builtins.int
|
|
707
848
|
AUDIT_LOG_FIELD_NUMBER: builtins.int
|
|
849
|
+
OPLOG_FIELD_NUMBER: builtins.int
|
|
708
850
|
@property
|
|
709
851
|
def storage(self) -> global___MongoCfgConfig.Storage:
|
|
710
852
|
"""`storage` section of mongocfg configuration."""
|
|
@@ -725,6 +867,10 @@ class MongoCfgConfig(google.protobuf.message.Message):
|
|
|
725
867
|
def audit_log(self) -> global___MongoCfgConfig.AuditLog:
|
|
726
868
|
"""`AuditLog` section of mongocfg configuration."""
|
|
727
869
|
|
|
870
|
+
@property
|
|
871
|
+
def oplog(self) -> global___MongoCfgConfig.Oplog:
|
|
872
|
+
"""`Oplog` section of mongod configuration."""
|
|
873
|
+
|
|
728
874
|
def __init__(
|
|
729
875
|
self,
|
|
730
876
|
*,
|
|
@@ -733,9 +879,10 @@ class MongoCfgConfig(google.protobuf.message.Message):
|
|
|
733
879
|
net: global___MongoCfgConfig.Network | None = ...,
|
|
734
880
|
set_parameter: global___MongoCfgConfig.SetParameter | None = ...,
|
|
735
881
|
audit_log: global___MongoCfgConfig.AuditLog | None = ...,
|
|
882
|
+
oplog: global___MongoCfgConfig.Oplog | None = ...,
|
|
736
883
|
) -> None: ...
|
|
737
|
-
def HasField(self, field_name: typing.Literal["audit_log", b"audit_log", "net", b"net", "operation_profiling", b"operation_profiling", "set_parameter", b"set_parameter", "storage", b"storage"]) -> builtins.bool: ...
|
|
738
|
-
def ClearField(self, field_name: typing.Literal["audit_log", b"audit_log", "net", b"net", "operation_profiling", b"operation_profiling", "set_parameter", b"set_parameter", "storage", b"storage"]) -> None: ...
|
|
884
|
+
def HasField(self, field_name: typing.Literal["audit_log", b"audit_log", "net", b"net", "operation_profiling", b"operation_profiling", "oplog", b"oplog", "set_parameter", b"set_parameter", "storage", b"storage"]) -> builtins.bool: ...
|
|
885
|
+
def ClearField(self, field_name: typing.Literal["audit_log", b"audit_log", "net", b"net", "operation_profiling", b"operation_profiling", "oplog", b"oplog", "set_parameter", b"set_parameter", "storage", b"storage"]) -> None: ...
|
|
739
886
|
|
|
740
887
|
global___MongoCfgConfig = MongoCfgConfig
|
|
741
888
|
|
|
@@ -819,19 +966,91 @@ class MongosConfig(google.protobuf.message.Message):
|
|
|
819
966
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
820
967
|
|
|
821
968
|
AUDIT_AUTHORIZATION_SUCCESS_FIELD_NUMBER: builtins.int
|
|
969
|
+
READ_HEDGING_MODE_FIELD_NUMBER: builtins.int
|
|
970
|
+
SHARDING_TASK_EXECUTOR_POOL_MAX_SIZE_FIELD_NUMBER: builtins.int
|
|
971
|
+
SHARDING_TASK_EXECUTOR_POOL_MAX_CONNECTING_FIELD_NUMBER: builtins.int
|
|
972
|
+
SHARDING_TASK_EXECUTOR_POOL_MIN_SIZE_FIELD_NUMBER: builtins.int
|
|
973
|
+
SHARDING_TASK_EXECUTOR_POOL_REPLICA_SET_MATCHING_FIELD_NUMBER: builtins.int
|
|
974
|
+
SHARDING_TASK_EXECUTOR_POOL_HOST_TIMEOUT_MS_FIELD_NUMBER: builtins.int
|
|
975
|
+
SHARDING_TASK_EXECUTOR_POOL_REFRESH_REQUIREMENT_MS_FIELD_NUMBER: builtins.int
|
|
976
|
+
SHARDING_TASK_EXECUTOR_POOL_REFRESH_TIMEOUT_MS_FIELD_NUMBER: builtins.int
|
|
977
|
+
WARM_MIN_CONNECTIONS_IN_SHARDING_TASK_EXECUTOR_POOL_ON_STARTUP_FIELD_NUMBER: builtins.int
|
|
978
|
+
WARM_MIN_CONNECTIONS_IN_SHARDING_TASK_EXECUTOR_POOL_ON_STARTUP_WAIT_MS_FIELD_NUMBER: builtins.int
|
|
979
|
+
SHARDING_TASK_EXECUTOR_POOL_MAX_SIZE_FOR_CONFIG_SERVERS_FIELD_NUMBER: builtins.int
|
|
980
|
+
SHARDING_TASK_EXECUTOR_POOL_MIN_SIZE_FOR_CONFIG_SERVERS_FIELD_NUMBER: builtins.int
|
|
822
981
|
@property
|
|
823
982
|
def audit_authorization_success(self) -> google.protobuf.wrappers_pb2.BoolValue:
|
|
824
983
|
"""Enables the auditing of authorization successes
|
|
825
984
|
https://www.mongodb.com/docs/manual/reference/parameters/#mongodb-parameter-param.auditAuthorizationSuccess
|
|
826
985
|
"""
|
|
827
986
|
|
|
987
|
+
@property
|
|
988
|
+
def read_hedging_mode(self) -> google.protobuf.wrappers_pb2.StringValue:
|
|
989
|
+
"""Specifies whether mongos supports hedged reads for those read operations whose read preference have enabled the hedged read option."""
|
|
990
|
+
|
|
991
|
+
@property
|
|
992
|
+
def sharding_task_executor_pool_max_size(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
993
|
+
"""Maximum number of outbound connections each TaskExecutor connection pool can open to any given mongod instance."""
|
|
994
|
+
|
|
995
|
+
@property
|
|
996
|
+
def sharding_task_executor_pool_max_connecting(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
997
|
+
"""Maximum number of simultaneous initiating connections (including pending connections in setup/refresh state) each TaskExecutor connection pool can have to a mongod instance."""
|
|
998
|
+
|
|
999
|
+
@property
|
|
1000
|
+
def sharding_task_executor_pool_min_size(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
1001
|
+
"""Minimum number of outbound connections each TaskExecutor connection pool can open to any given mongod instance."""
|
|
1002
|
+
|
|
1003
|
+
@property
|
|
1004
|
+
def sharding_task_executor_pool_replica_set_matching(self) -> google.protobuf.wrappers_pb2.StringValue:
|
|
1005
|
+
"""On a mongos instance, this parameter sets the policy that determines the minimum size limit of its connection pools to nodes within replica sets."""
|
|
1006
|
+
|
|
1007
|
+
@property
|
|
1008
|
+
def sharding_task_executor_pool_host_timeout_ms(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
1009
|
+
"""Maximum time that mongos goes without communication to a host before mongos drops all connections to the host."""
|
|
1010
|
+
|
|
1011
|
+
@property
|
|
1012
|
+
def sharding_task_executor_pool_refresh_requirement_ms(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
1013
|
+
"""Maximum time the mongos waits before attempting to heartbeat an idle connection in the pool."""
|
|
1014
|
+
|
|
1015
|
+
@property
|
|
1016
|
+
def sharding_task_executor_pool_refresh_timeout_ms(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
1017
|
+
"""Maximum time the mongos waits for a heartbeat before timing out the heartbeat."""
|
|
1018
|
+
|
|
1019
|
+
@property
|
|
1020
|
+
def warm_min_connections_in_sharding_task_executor_pool_on_startup(self) -> google.protobuf.wrappers_pb2.BoolValue:
|
|
1021
|
+
"""Configures a mongos instance to prewarm its connection pool on startup."""
|
|
1022
|
+
|
|
1023
|
+
@property
|
|
1024
|
+
def warm_min_connections_in_sharding_task_executor_pool_on_startup_wait_ms(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
1025
|
+
"""Sets the timeout threshold in milliseconds for a mongos to wait for ShardingTaskExecutorPoolMinSize connections to be established per shard host when using the warmMinConnectionsInShardingTaskExecutorPoolOnStartup parameter."""
|
|
1026
|
+
|
|
1027
|
+
@property
|
|
1028
|
+
def sharding_task_executor_pool_max_size_for_config_servers(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
1029
|
+
"""Optional override for ShardingTaskExecutorPoolMaxSize to set the maximum number of outbound connections each TaskExecutor connection pool can open to a configuration server."""
|
|
1030
|
+
|
|
1031
|
+
@property
|
|
1032
|
+
def sharding_task_executor_pool_min_size_for_config_servers(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
1033
|
+
"""Optional override for ShardingTaskExecutorPoolMinSize to set the minimum number of outbound connections each TaskExecutor connection pool can open to a configuration server."""
|
|
1034
|
+
|
|
828
1035
|
def __init__(
|
|
829
1036
|
self,
|
|
830
1037
|
*,
|
|
831
1038
|
audit_authorization_success: google.protobuf.wrappers_pb2.BoolValue | None = ...,
|
|
1039
|
+
read_hedging_mode: google.protobuf.wrappers_pb2.StringValue | None = ...,
|
|
1040
|
+
sharding_task_executor_pool_max_size: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
1041
|
+
sharding_task_executor_pool_max_connecting: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
1042
|
+
sharding_task_executor_pool_min_size: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
1043
|
+
sharding_task_executor_pool_replica_set_matching: google.protobuf.wrappers_pb2.StringValue | None = ...,
|
|
1044
|
+
sharding_task_executor_pool_host_timeout_ms: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
1045
|
+
sharding_task_executor_pool_refresh_requirement_ms: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
1046
|
+
sharding_task_executor_pool_refresh_timeout_ms: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
1047
|
+
warm_min_connections_in_sharding_task_executor_pool_on_startup: google.protobuf.wrappers_pb2.BoolValue | None = ...,
|
|
1048
|
+
warm_min_connections_in_sharding_task_executor_pool_on_startup_wait_ms: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
1049
|
+
sharding_task_executor_pool_max_size_for_config_servers: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
1050
|
+
sharding_task_executor_pool_min_size_for_config_servers: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
832
1051
|
) -> None: ...
|
|
833
|
-
def HasField(self, field_name: typing.Literal["audit_authorization_success", b"audit_authorization_success"]) -> builtins.bool: ...
|
|
834
|
-
def ClearField(self, field_name: typing.Literal["audit_authorization_success", b"audit_authorization_success"]) -> None: ...
|
|
1052
|
+
def HasField(self, field_name: typing.Literal["audit_authorization_success", b"audit_authorization_success", "read_hedging_mode", b"read_hedging_mode", "sharding_task_executor_pool_host_timeout_ms", b"sharding_task_executor_pool_host_timeout_ms", "sharding_task_executor_pool_max_connecting", b"sharding_task_executor_pool_max_connecting", "sharding_task_executor_pool_max_size", b"sharding_task_executor_pool_max_size", "sharding_task_executor_pool_max_size_for_config_servers", b"sharding_task_executor_pool_max_size_for_config_servers", "sharding_task_executor_pool_min_size", b"sharding_task_executor_pool_min_size", "sharding_task_executor_pool_min_size_for_config_servers", b"sharding_task_executor_pool_min_size_for_config_servers", "sharding_task_executor_pool_refresh_requirement_ms", b"sharding_task_executor_pool_refresh_requirement_ms", "sharding_task_executor_pool_refresh_timeout_ms", b"sharding_task_executor_pool_refresh_timeout_ms", "sharding_task_executor_pool_replica_set_matching", b"sharding_task_executor_pool_replica_set_matching", "warm_min_connections_in_sharding_task_executor_pool_on_startup", b"warm_min_connections_in_sharding_task_executor_pool_on_startup", "warm_min_connections_in_sharding_task_executor_pool_on_startup_wait_ms", b"warm_min_connections_in_sharding_task_executor_pool_on_startup_wait_ms"]) -> builtins.bool: ...
|
|
1053
|
+
def ClearField(self, field_name: typing.Literal["audit_authorization_success", b"audit_authorization_success", "read_hedging_mode", b"read_hedging_mode", "sharding_task_executor_pool_host_timeout_ms", b"sharding_task_executor_pool_host_timeout_ms", "sharding_task_executor_pool_max_connecting", b"sharding_task_executor_pool_max_connecting", "sharding_task_executor_pool_max_size", b"sharding_task_executor_pool_max_size", "sharding_task_executor_pool_max_size_for_config_servers", b"sharding_task_executor_pool_max_size_for_config_servers", "sharding_task_executor_pool_min_size", b"sharding_task_executor_pool_min_size", "sharding_task_executor_pool_min_size_for_config_servers", b"sharding_task_executor_pool_min_size_for_config_servers", "sharding_task_executor_pool_refresh_requirement_ms", b"sharding_task_executor_pool_refresh_requirement_ms", "sharding_task_executor_pool_refresh_timeout_ms", b"sharding_task_executor_pool_refresh_timeout_ms", "sharding_task_executor_pool_replica_set_matching", b"sharding_task_executor_pool_replica_set_matching", "warm_min_connections_in_sharding_task_executor_pool_on_startup", b"warm_min_connections_in_sharding_task_executor_pool_on_startup", "warm_min_connections_in_sharding_task_executor_pool_on_startup_wait_ms", b"warm_min_connections_in_sharding_task_executor_pool_on_startup_wait_ms"]) -> None: ...
|
|
835
1054
|
|
|
836
1055
|
@typing.final
|
|
837
1056
|
class AuditLog(google.protobuf.message.Message):
|
|
@@ -850,6 +1069,7 @@ class MongosConfig(google.protobuf.message.Message):
|
|
|
850
1069
|
NET_FIELD_NUMBER: builtins.int
|
|
851
1070
|
SET_PARAMETER_FIELD_NUMBER: builtins.int
|
|
852
1071
|
AUDIT_LOG_FIELD_NUMBER: builtins.int
|
|
1072
|
+
CHUNK_SIZE_FIELD_NUMBER: builtins.int
|
|
853
1073
|
@property
|
|
854
1074
|
def net(self) -> global___MongosConfig.Network:
|
|
855
1075
|
"""Network settings for mongos."""
|
|
@@ -862,15 +1082,20 @@ class MongosConfig(google.protobuf.message.Message):
|
|
|
862
1082
|
def audit_log(self) -> global___MongosConfig.AuditLog:
|
|
863
1083
|
"""`AuditLog` section of mongos configuration."""
|
|
864
1084
|
|
|
1085
|
+
@property
|
|
1086
|
+
def chunk_size(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
1087
|
+
"""`ChunkSize` parameter of mongos configuration."""
|
|
1088
|
+
|
|
865
1089
|
def __init__(
|
|
866
1090
|
self,
|
|
867
1091
|
*,
|
|
868
1092
|
net: global___MongosConfig.Network | None = ...,
|
|
869
1093
|
set_parameter: global___MongosConfig.SetParameter | None = ...,
|
|
870
1094
|
audit_log: global___MongosConfig.AuditLog | None = ...,
|
|
1095
|
+
chunk_size: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
871
1096
|
) -> None: ...
|
|
872
|
-
def HasField(self, field_name: typing.Literal["audit_log", b"audit_log", "net", b"net", "set_parameter", b"set_parameter"]) -> builtins.bool: ...
|
|
873
|
-
def ClearField(self, field_name: typing.Literal["audit_log", b"audit_log", "net", b"net", "set_parameter", b"set_parameter"]) -> None: ...
|
|
1097
|
+
def HasField(self, field_name: typing.Literal["audit_log", b"audit_log", "chunk_size", b"chunk_size", "net", b"net", "set_parameter", b"set_parameter"]) -> builtins.bool: ...
|
|
1098
|
+
def ClearField(self, field_name: typing.Literal["audit_log", b"audit_log", "chunk_size", b"chunk_size", "net", b"net", "set_parameter", b"set_parameter"]) -> None: ...
|
|
874
1099
|
|
|
875
1100
|
global___MongosConfig = MongosConfig
|
|
876
1101
|
|
|
@@ -27,7 +27,7 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
|
|
|
27
27
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n9yandex/cloud/organizationmanager/v1/saml/federation.proto\x12(yandex.cloud.organizationmanager.v1.saml\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\"\xbc\x05\n\nFederation\x12\x18\n\x02id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x17\n\x0forganization_id\x18\x02 \x01(\t\x12\x33\n\x04name\x18\x03 \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\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12.\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12>\n\x0e\x63ookie_max_age\x18\x06 \x01(\x0b\x32\x19.google.protobuf.DurationB\x0b\xfa\xc7\x31\x07\x31\x30m-12h\x12$\n\x1c\x61uto_create_account_on_login\x18\x07 \x01(\x08\x12\x1e\n\x06issuer\x18\x08 \x01(\tB\x0e\xe8\xc7\x31\x01\x8a\xc8\x31\x06<=8000\x12J\n\x0bsso_binding\x18\t \x01(\x0e\x32\x35.yandex.cloud.organizationmanager.v1.saml.BindingType\x12\x1f\n\x07sso_url\x18\n \x01(\tB\x0e\xe8\xc7\x31\x01\x8a\xc8\x31\x06<=8000\x12_\n\x11security_settings\x18\x0b \x01(\x0b\x32\x44.yandex.cloud.organizationmanager.v1.saml.FederationSecuritySettings\x12!\n\x19\x63\x61se_insensitive_name_ids\x18\x0c \x01(\x08\x12P\n\x06labels\x18\r \x03(\x0b\x32@.yandex.cloud.organizationmanager.v1.saml.Federation.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"O\n\x1a\x46\x65\x64\x65rationSecuritySettings\x12\x1c\n\x14\x65ncrypted_assertions\x18\x01 \x01(\x08\x12\x13\n\x0b\x66orce_authn\x18\x02 \x01(\x08*Q\n\x0b\x42indingType\x12\x1c\n\x18\x42INDING_TYPE_UNSPECIFIED\x10\x00\x12\x08\n\x04POST\x10\x01\x12\x0c\n\x08REDIRECT\x10\x02\x12\x0c\n\x08\x41RTIFACT\x10\x03\x42\x81\x01\n,yandex.cloud.api.organizationmanager.v1.samlZQgithub.com/yandex-cloud/go-genproto/yandex/cloud/organizationmanager/v1/saml;samlb\x06proto3')
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n9yandex/cloud/organizationmanager/v1/saml/federation.proto\x12(yandex.cloud.organizationmanager.v1.saml\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\"\xbc\x05\n\nFederation\x12\x18\n\x02id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x17\n\x0forganization_id\x18\x02 \x01(\t\x12\x33\n\x04name\x18\x03 \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\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12.\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12>\n\x0e\x63ookie_max_age\x18\x06 \x01(\x0b\x32\x19.google.protobuf.DurationB\x0b\xfa\xc7\x31\x07\x31\x30m-12h\x12$\n\x1c\x61uto_create_account_on_login\x18\x07 \x01(\x08\x12\x1e\n\x06issuer\x18\x08 \x01(\tB\x0e\xe8\xc7\x31\x01\x8a\xc8\x31\x06<=8000\x12J\n\x0bsso_binding\x18\t \x01(\x0e\x32\x35.yandex.cloud.organizationmanager.v1.saml.BindingType\x12\x1f\n\x07sso_url\x18\n \x01(\tB\x0e\xe8\xc7\x31\x01\x8a\xc8\x31\x06<=8000\x12_\n\x11security_settings\x18\x0b \x01(\x0b\x32\x44.yandex.cloud.organizationmanager.v1.saml.FederationSecuritySettings\x12!\n\x19\x63\x61se_insensitive_name_ids\x18\x0c \x01(\x08\x12P\n\x06labels\x18\r \x03(\x0b\x32@.yandex.cloud.organizationmanager.v1.saml.Federation.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"O\n\x1a\x46\x65\x64\x65rationSecuritySettings\x12\x1c\n\x14\x65ncrypted_assertions\x18\x01 \x01(\x08\x12\x13\n\x0b\x66orce_authn\x18\x02 \x01(\x08\"\x95\x03\n\x06\x44omain\x12\x0e\n\x06\x64omain\x18\x01 \x01(\t\x12G\n\x06status\x18\x02 \x01(\x0e\x32\x37.yandex.cloud.organizationmanager.v1.saml.Domain.Status\x12\x13\n\x0bstatus_code\x18\x03 \x01(\t\x12.\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x30\n\x0cvalidated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12M\n\nchallenges\x18\x06 \x03(\x0b\x32\x39.yandex.cloud.organizationmanager.v1.saml.DomainChallenge\"l\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x14\n\x10NEED_TO_VALIDATE\x10\x01\x12\x0e\n\nVALIDATING\x10\x02\x12\t\n\x05VALID\x10\x03\x12\x0b\n\x07INVALID\x10\x04\x12\x0c\n\x08\x44\x45LETING\x10\x05\"\xa8\x05\n\x0f\x44omainChallenge\x12.\n\ncreated_at\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12L\n\x04type\x18\x03 \x01(\x0e\x32>.yandex.cloud.organizationmanager.v1.saml.DomainChallenge.Type\x12P\n\x06status\x18\x04 \x01(\x0e\x32@.yandex.cloud.organizationmanager.v1.saml.DomainChallenge.Status\x12\\\n\rdns_challenge\x18\x05 \x01(\x0b\x32\x43.yandex.cloud.organizationmanager.v1.saml.DomainChallenge.DnsRecordH\x00\x1a\xa7\x01\n\tDnsRecord\x12\x0c\n\x04name\x18\x01 \x01(\t\x12V\n\x04type\x18\x02 \x01(\x0e\x32H.yandex.cloud.organizationmanager.v1.saml.DomainChallenge.DnsRecord.Type\x12\r\n\x05value\x18\x03 \x01(\t\"%\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x07\n\x03TXT\x10\x01\")\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x0b\n\x07\x44NS_TXT\x10\x01\"U\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0b\n\x07PENDING\x10\x01\x12\x0e\n\nPROCESSING\x10\x02\x12\t\n\x05VALID\x10\x03\x12\x0b\n\x07INVALID\x10\x04\x42\x0b\n\tchallenge*Q\n\x0b\x42indingType\x12\x1c\n\x18\x42INDING_TYPE_UNSPECIFIED\x10\x00\x12\x08\n\x04POST\x10\x01\x12\x0c\n\x08REDIRECT\x10\x02\x12\x0c\n\x08\x41RTIFACT\x10\x03\x42\x81\x01\n,yandex.cloud.api.organizationmanager.v1.samlZQgithub.com/yandex-cloud/go-genproto/yandex/cloud/organizationmanager/v1/saml;samlb\x06proto3')
|
|
31
31
|
|
|
32
32
|
_globals = globals()
|
|
33
33
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -49,12 +49,26 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
49
49
|
_globals['_FEDERATION'].fields_by_name['issuer']._serialized_options = b'\350\3071\001\212\3101\006<=8000'
|
|
50
50
|
_globals['_FEDERATION'].fields_by_name['sso_url']._loaded_options = None
|
|
51
51
|
_globals['_FEDERATION'].fields_by_name['sso_url']._serialized_options = b'\350\3071\001\212\3101\006<=8000'
|
|
52
|
-
_globals['_BINDINGTYPE']._serialized_start=
|
|
53
|
-
_globals['_BINDINGTYPE']._serialized_end=
|
|
52
|
+
_globals['_BINDINGTYPE']._serialized_start=2074
|
|
53
|
+
_globals['_BINDINGTYPE']._serialized_end=2155
|
|
54
54
|
_globals['_FEDERATION']._serialized_start=200
|
|
55
55
|
_globals['_FEDERATION']._serialized_end=900
|
|
56
56
|
_globals['_FEDERATION_LABELSENTRY']._serialized_start=855
|
|
57
57
|
_globals['_FEDERATION_LABELSENTRY']._serialized_end=900
|
|
58
58
|
_globals['_FEDERATIONSECURITYSETTINGS']._serialized_start=902
|
|
59
59
|
_globals['_FEDERATIONSECURITYSETTINGS']._serialized_end=981
|
|
60
|
+
_globals['_DOMAIN']._serialized_start=984
|
|
61
|
+
_globals['_DOMAIN']._serialized_end=1389
|
|
62
|
+
_globals['_DOMAIN_STATUS']._serialized_start=1281
|
|
63
|
+
_globals['_DOMAIN_STATUS']._serialized_end=1389
|
|
64
|
+
_globals['_DOMAINCHALLENGE']._serialized_start=1392
|
|
65
|
+
_globals['_DOMAINCHALLENGE']._serialized_end=2072
|
|
66
|
+
_globals['_DOMAINCHALLENGE_DNSRECORD']._serialized_start=1762
|
|
67
|
+
_globals['_DOMAINCHALLENGE_DNSRECORD']._serialized_end=1929
|
|
68
|
+
_globals['_DOMAINCHALLENGE_DNSRECORD_TYPE']._serialized_start=1892
|
|
69
|
+
_globals['_DOMAINCHALLENGE_DNSRECORD_TYPE']._serialized_end=1929
|
|
70
|
+
_globals['_DOMAINCHALLENGE_TYPE']._serialized_start=1931
|
|
71
|
+
_globals['_DOMAINCHALLENGE_TYPE']._serialized_end=1972
|
|
72
|
+
_globals['_DOMAINCHALLENGE_STATUS']._serialized_start=1974
|
|
73
|
+
_globals['_DOMAINCHALLENGE_STATUS']._serialized_end=2059
|
|
60
74
|
# @@protoc_insertion_point(module_scope)
|