Recompile protobuf files from neofs-api v2.1.1

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2020-12-18 16:00:50 +03:00 committed by Leonard Lyubich
parent 5395988efc
commit adb681878b
5 changed files with 46 additions and 10 deletions

View file

@ -130,7 +130,9 @@ func (x *Container) GetPlacementPolicy() *grpc1.PlacementPolicy {
// container. Container attributes are immutable. They are set at container
// creation and can never be added or updated.
//
// Key name must be a valid UTF-8 string. Value can't be empty.
// Key name must be a container-unique valid UTF-8 string. Value can't be
// empty. Containers with duplicated attribute names or attributes with empty
// values will be considered invalid.
//
// There are some "well-known" attributes affecting system behaviour:
//