Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ Check `examples` directory for more examples.
| yandex.cloud.serverless.triggers | serverless-triggers |
| yandex.cloud.spark | managed-spark |
| yandex.cloud.storage | storage-api |
| yandex.cloud.trino | trino |
| yandex.cloud.vpc | vpc |
| yandex.cloud.ydb | ydb |

Expand Down
32 changes: 18 additions & 14 deletions yandex/cloud/mdb/kafka/v1/cluster_pb2.py

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions yandex/cloud/mdb/kafka/v1/cluster_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ class KafkaConfig2_8(google.protobuf.message.Message):
"""Should pre allocate file when create new segment?

This is the global cluster-level setting that can be overridden on a topic level by using the [TopicConfig2_8.preallocate] setting.
Deprecated. Feature useless for Yandex Cloud.
"""

@property
Expand Down Expand Up @@ -691,6 +692,7 @@ class KafkaConfig3(google.protobuf.message.Message):
"""Should pre allocate file when create new segment?

This is the global cluster-level setting that can be overridden on a topic level by using the [TopicConfig3.preallocate] setting.
Deprecated. Feature useless for Yandex Cloud.
"""

@property
Expand Down
20 changes: 12 additions & 8 deletions yandex/cloud/mdb/kafka/v1/topic_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions yandex/cloud/mdb/kafka/v1/topic_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ class TopicConfig2_8(google.protobuf.message.Message):
"""True if we should preallocate the file on disk when creating a new log segment.

This setting overrides the cluster-level [KafkaConfig2_8.log_preallocate] setting on the topic level.
Deprecated. Feature useless for Yandex Cloud.
"""

def __init__(
Expand Down Expand Up @@ -350,6 +351,7 @@ class TopicConfig3(google.protobuf.message.Message):
"""True if we should preallocate the file on disk when creating a new log segment.

This setting overrides the cluster-level [KafkaConfig3.log_preallocate] setting on the topic level.
Deprecated. Feature useless for Yandex Cloud.
"""

def __init__(
Expand Down
Empty file added yandex/cloud/trino/__init__.py
Empty file.
Empty file.
Loading
Loading