diff options
author | Daniil Cherednik <[email protected]> | 2022-10-11 17:07:02 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-10-11 17:07:02 +0300 |
commit | 0b931ad6e6868bca7e7ec4617999c0d6befd7003 (patch) | |
tree | c10d4fcf9f5a638745e9c2b725852f03e5a175ce /ydb/public/api/protos/draft/datastreams.proto | |
parent | e6c9b17192c56494adba359d5e132c431b241191 (diff) |
Ydb stable 22-4-3022.4.30
x-stable-origin-commit: a5971297427891237b5f05b5389146b6ca2fff93
Diffstat (limited to 'ydb/public/api/protos/draft/datastreams.proto')
-rw-r--r-- | ydb/public/api/protos/draft/datastreams.proto | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ydb/public/api/protos/draft/datastreams.proto b/ydb/public/api/protos/draft/datastreams.proto index a995fb24a26..ef7f7489945 100644 --- a/ydb/public/api/protos/draft/datastreams.proto +++ b/ydb/public/api/protos/draft/datastreams.proto @@ -8,7 +8,7 @@ import "google/protobuf/descriptor.proto"; package Ydb.DataStreams.V1; option java_package = "com.yandex.ydb.datastreams.v1"; -// Extsions to simplify json <-> proto conversion +// Extensions to simplify json <-> proto conversion enum EFieldTransformationType { TRANSFORM_NONE = 0; TRANSFORM_BASE64 = 1; @@ -88,7 +88,7 @@ message StreamDescription { DELETING = 2; // Stream is ready for read & write operations or deletion ACTIVE = 3; - // Shards in the stream are being merged ot split + // Shards in the stream are being merged on split UPDATING = 4; } @@ -321,7 +321,7 @@ message ListStreamsRequest { string exclusive_start_stream_name = 2; // Max number of entries to return int32 limit = 3; - // Will make recurse listing if set to true. Otherwise will return only streams from root directory. + // Will make recursive listing if set to true. Otherwise will return only streams from root directory. bool recurse = 4; } @@ -686,7 +686,7 @@ message DescribeStreamSummaryResponse { } message DescribeStreamSummaryResult { - // Stream description sumary + // Stream description summary StreamDescriptionSummary stream_description_summary = 1; } |