forked from TrueCloudLab/frostfs-api
[#38] Typo fixes
Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
parent
f236f6bc59
commit
cfd24944a4
2 changed files with 4 additions and 4 deletions
|
@ -31,7 +31,7 @@ message PlacementRule {
|
||||||
|
|
||||||
Operation op = 1;
|
Operation op = 1;
|
||||||
|
|
||||||
oneof Args {
|
oneof args {
|
||||||
string value = 2;
|
string value = 2;
|
||||||
SimpleFilters f_args = 3;
|
SimpleFilters f_args = 3;
|
||||||
}
|
}
|
||||||
|
|
|
@ -86,7 +86,7 @@ message GetResponse {
|
||||||
Header header = 3;
|
Header header = 3;
|
||||||
}
|
}
|
||||||
// Carries the single message of the response stream.
|
// Carries the single message of the response stream.
|
||||||
oneof ObjectPart {
|
oneof object_part {
|
||||||
// Initialization parameters of the object stream.
|
// Initialization parameters of the object stream.
|
||||||
Init init =1;
|
Init init =1;
|
||||||
// Part of the object payload.
|
// Part of the object payload.
|
||||||
|
@ -123,7 +123,7 @@ message PutRequest {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Carries the single part of the query stream.
|
// Carries the single part of the query stream.
|
||||||
oneof ObjectPart {
|
oneof object_part {
|
||||||
// Carries the initialization parameters of the object stream.
|
// Carries the initialization parameters of the object stream.
|
||||||
Init init = 1;
|
Init init = 1;
|
||||||
// Carries part of the object payload.
|
// Carries part of the object payload.
|
||||||
|
@ -237,7 +237,7 @@ message HeadResponse {
|
||||||
uint64 payload_length = 5;
|
uint64 payload_length = 5;
|
||||||
}
|
}
|
||||||
// Carries the requested object header or it's part
|
// Carries the requested object header or it's part
|
||||||
oneof Head{
|
oneof head{
|
||||||
Header header = 1;
|
Header header = 1;
|
||||||
ShortHeader short_header = 2;
|
ShortHeader short_header = 2;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue