forked from TrueCloudLab/frostfs-api-go
proto: Update proto library to v0.6.0
This commit is contained in:
parent
70247e06ba
commit
48c5588650
7 changed files with 214 additions and 564 deletions
|
@ -42,8 +42,8 @@ message PutRequest {
|
|||
// Rules define storage policy for the object inside the container.
|
||||
netmap.PlacementRule rules = 4 [(gogoproto.nullable) = false];
|
||||
|
||||
// Container ACL.
|
||||
AccessGroup Group = 5 [(gogoproto.nullable) = false];
|
||||
// BasicACL of the container.
|
||||
uint32 BasicACL = 5;
|
||||
|
||||
// RequestMetaHeader contains information about request meta headers (should be embedded into message)
|
||||
service.RequestMetaHeader Meta = 98 [(gogoproto.embed) = true, (gogoproto.nullable) = false];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue