forked from TrueCloudLab/frostfs-api
Compare commits
2 commits
efe46b28bc
...
8540f0d18d
Author | SHA1 | Date | |
---|---|---|---|
8540f0d18d | |||
1a6bb369ec |
1 changed files with 2 additions and 2 deletions
|
@ -261,10 +261,10 @@ message ListResponse {
|
|||
message ListStreamRequest {
|
||||
// List containers stream request body.
|
||||
message Body {
|
||||
// Identifier of the container owner
|
||||
// Identifier of the container owner.
|
||||
neo.fs.v2.refs.OwnerID owner_id = 1;
|
||||
}
|
||||
// Body of list containers stream request message
|
||||
// Body of list containers stream request message.
|
||||
Body body = 1;
|
||||
|
||||
// Carries request meta information. Header data is used only to regulate
|
||||
|
|
Loading…
Reference in a new issue