[#191] Recompile latest neofs-api repository

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2020-11-10 13:08:32 +03:00 committed by Alex Vanin
parent d704795dcc
commit ef31dec43a
16 changed files with 32 additions and 24 deletions

View file

@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.23.0
// protoc v3.11.4
// protoc v3.13.0
// source: v2/object/grpc/service.proto
package object
@ -1875,6 +1875,8 @@ func (x *SearchRequest_Body) GetFilters() []*SearchRequest_Body_Filter {
//
// * $Object:version \
// version
// * $Object:objectID \
// object_id
// * $Object:containerID \
// container_id
// * $Object:ownerID \
@ -1896,11 +1898,17 @@ func (x *SearchRequest_Body) GetFilters() []*SearchRequest_Body_Filter {
// properties:
//
// * $Object:ROOT \
// With the `value` set to `true` checks if an object is a top object in a
// split hierarchy. With other values returns non-root objects.
// * $Object:LEAF \
// With the `value` set to `true` checks if an object is a leaf in a split
// hierarchy. With other values returns non-leaf objects.
// Returns only `REGULAR` type objects that are not split or are the top
// level root objects in a split hierarchy. This includes objects not
// present physically, like large objects split into smaller objects
// without separate top-level root object. Other type objects like
// StorageGroups and Tombstones will not be shown. This filter may be
// useful for listing objects like `ls` command of some virtual file
// system. This filter is activated if the `key` exists, disregarding the
// value and matcher type.
// * $Object:PHY \
// Returns only objects physically stored in the system. This filter is
// activated if the `key` exists, disregarding the value and matcher type.
// * $Object:CHILDFREE \
// With the `value` set to `true` checks if an object has empty
// children list in `Split` header. With other values returns

View file

@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.23.0
// protoc v3.11.4
// protoc v3.13.0
// source: v2/object/grpc/types.proto
package object
@ -27,7 +27,9 @@ const (
// of the legacy proto package is being used.
const _ = proto.ProtoPackageIsVersion4
// Type of the object payload content.
// Type of the object payload content. Only `REGULAR` type objects can be split,
// hence `TOMBSTONE` and `STORAGEGROUP` payload is limited by maximal object
// size.
type ObjectType int32
const (