Skip to content
Snippets Groups Projects
Select Git revision
  • 5da33b0b3b1342527dd57dc93ce9a4ba902afdd1
  • master default protected
  • feature/PRXS-3383-CollectionsRankSortAPI
  • fix/PRXS-3401-ValidateValidationOpts
  • feature/3149-LocaleCodeAsID-Feature
  • feature/PRXS-3383-CollectionsSort
  • feature/3109-SerializeFeature
  • release/0.33
  • feature/3109-RecoverySchema
  • feature/3109-feature
  • fix/PRXS-3369-ValidateFields
  • refactor/PRXS-3306-MovePkgGroup1
  • refactor/6-pkg-refactor-expr
  • fix/PRXS-3360-TemplateBuilderPatch
  • feature/3293-MongoV2
  • feature/3272-GoVersionUp
  • feature/PRXS-3218-HideTemplateActions
  • feature/PRXS-3234-PruneIdents
  • feature/3146-UpdateItemStorageInterface
  • feature/3274-ObjectIndexesFixes
  • feature/PRXS-3143-3235-ReferenceOptions
  • v0.33.1
  • v0.32.0
  • v0.31.1
  • v0.31.0
  • v0.30.0
  • v0.29.0
  • v0.28.0
  • v0.27.0-alpha.1+16
  • v0.27.0-alpha.1+15
  • v0.27.0-alpha.1+14
  • v0.27.0-alpha.1+13
  • v0.27.0-alpha.1+12
  • v0.27.0-alpha.1+11
  • v0.27.0-alpha.1+10
  • v0.27.0-alpha.1+9
  • v0.27.0-alpha.1+8
  • v0.27.0-alpha.1+7
  • v0.27.0-alpha.1+6
  • v0.27.0-alpha.1+5
  • v0.27.0-alpha.1+4
41 results

data.go

Blame
  • items.pb.go 181.61 KiB
    //*
    // # Items
    //
    // API Сервиса работы с пользовательским записями (Items)
    //
    // Предоставляет доступ к записям пользовательских коллекций
    //
    
    // Code generated by protoc-gen-go. DO NOT EDIT.
    // versions:
    // 	protoc-gen-go v1.34.2
    // 	protoc        v5.27.0
    // source: items/items.proto
    
    package items
    
    import (
    	common "git.perx.ru/perxis/perxis-go/proto/common"
    	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
    	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
    	emptypb "google.golang.org/protobuf/types/known/emptypb"
    	structpb "google.golang.org/protobuf/types/known/structpb"
    	timestamppb "google.golang.org/protobuf/types/known/timestamppb"
    	reflect "reflect"
    	sync "sync"
    )
    
    const (
    	// Verify that this generated code is sufficiently up-to-date.
    	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
    	// Verify that runtime/protoimpl is sufficiently up-to-date.
    	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
    )
    
    type Item_State int32
    
    const (
    	Item_DRAFT     Item_State = 0
    	Item_PUBLISHED Item_State = 1
    	Item_CHANGED   Item_State = 2
    	Item_ARCHIVED  Item_State = 3
    )
    
    // Enum value maps for Item_State.
    var (
    	Item_State_name = map[int32]string{
    		0: "DRAFT",
    		1: "PUBLISHED",
    		2: "CHANGED",
    		3: "ARCHIVED",
    	}
    	Item_State_value = map[string]int32{
    		"DRAFT":     0,
    		"PUBLISHED": 1,
    		"CHANGED":   2,
    		"ARCHIVED":  3,
    	}
    )
    
    func (x Item_State) Enum() *Item_State {
    	p := new(Item_State)
    	*p = x
    	return p
    }
    
    func (x Item_State) String() string {
    	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
    }
    
    func (Item_State) Descriptor() protoreflect.EnumDescriptor {
    	return file_items_items_proto_enumTypes[0].Descriptor()
    }
    
    func (Item_State) Type() protoreflect.EnumType {
    	return &file_items_items_proto_enumTypes[0]
    }
    
    func (x Item_State) Number() protoreflect.EnumNumber {
    	return protoreflect.EnumNumber(x)
    }
    
    // Deprecated: Use Item_State.Descriptor instead.
    func (Item_State) EnumDescriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{5, 0}
    }
    
    type Error struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` // Сообщение об ошибке
    	Field   string `protobuf:"bytes,2,opt,name=field,proto3" json:"field,omitempty"`     // Поле в котором произошла ошибка
    }
    
    func (x *Error) Reset() {
    	*x = Error{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[0]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *Error) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*Error) ProtoMessage() {}
    
    func (x *Error) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[0]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use Error.ProtoReflect.Descriptor instead.
    func (*Error) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{0}
    }
    
    func (x *Error) GetMessage() string {
    	if x != nil {
    		return x.Message
    	}
    	return ""
    }
    
    func (x *Error) GetField() string {
    	if x != nil {
    		return x.Field
    	}
    	return ""
    }
    
    type DecodeError struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	Errors []*Error `protobuf:"bytes,2,rep,name=errors,proto3" json:"errors,omitempty"`
    }
    
    func (x *DecodeError) Reset() {
    	*x = DecodeError{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[1]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *DecodeError) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*DecodeError) ProtoMessage() {}
    
    func (x *DecodeError) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[1]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use DecodeError.ProtoReflect.Descriptor instead.
    func (*DecodeError) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{1}
    }
    
    func (x *DecodeError) GetErrors() []*Error {
    	if x != nil {
    		return x.Errors
    	}
    	return nil
    }
    
    type ValidationError struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	Errors []*Error `protobuf:"bytes,2,rep,name=errors,proto3" json:"errors,omitempty"`
    }
    
    func (x *ValidationError) Reset() {
    	*x = ValidationError{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[2]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *ValidationError) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*ValidationError) ProtoMessage() {}
    
    func (x *ValidationError) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[2]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use ValidationError.ProtoReflect.Descriptor instead.
    func (*ValidationError) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{2}
    }
    
    func (x *ValidationError) GetErrors() []*Error {
    	if x != nil {
    		return x.Errors
    	}
    	return nil
    }
    
    type ModificationError struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	Errors []*Error `protobuf:"bytes,2,rep,name=errors,proto3" json:"errors,omitempty"`
    }
    
    func (x *ModificationError) Reset() {
    	*x = ModificationError{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[3]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *ModificationError) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*ModificationError) ProtoMessage() {}
    
    func (x *ModificationError) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[3]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use ModificationError.ProtoReflect.Descriptor instead.
    func (*ModificationError) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{3}
    }
    
    func (x *ModificationError) GetErrors() []*Error {
    	if x != nil {
    		return x.Errors
    	}
    	return nil
    }
    
    type Permissions struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	Edit       bool `protobuf:"varint,1,opt,name=edit,proto3" json:"edit,omitempty"`
    	Archive    bool `protobuf:"varint,2,opt,name=archive,proto3" json:"archive,omitempty"`
    	Publish    bool `protobuf:"varint,3,opt,name=publish,proto3" json:"publish,omitempty"`
    	SoftDelete bool `protobuf:"varint,4,opt,name=soft_delete,json=softDelete,proto3" json:"soft_delete,omitempty"`
    	HardDelete bool `protobuf:"varint,5,opt,name=hard_delete,json=hardDelete,proto3" json:"hard_delete,omitempty"`
    }
    
    func (x *Permissions) Reset() {
    	*x = Permissions{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[4]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *Permissions) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*Permissions) ProtoMessage() {}
    
    func (x *Permissions) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[4]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use Permissions.ProtoReflect.Descriptor instead.
    func (*Permissions) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{4}
    }
    
    func (x *Permissions) GetEdit() bool {
    	if x != nil {
    		return x.Edit
    	}
    	return false
    }
    
    func (x *Permissions) GetArchive() bool {
    	if x != nil {
    		return x.Archive
    	}
    	return false
    }
    
    func (x *Permissions) GetPublish() bool {
    	if x != nil {
    		return x.Publish
    	}
    	return false
    }
    
    func (x *Permissions) GetSoftDelete() bool {
    	if x != nil {
    		return x.SoftDelete
    	}
    	return false
    }
    
    func (x *Permissions) GetHardDelete() bool {
    	if x != nil {
    		return x.HardDelete
    	}
    	return false
    }
    
    // *
    // Пользовательская запись
    type Item struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	Id                  string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
    	SpaceId             string                 `protobuf:"bytes,2,opt,name=space_id,json=spaceId,proto3" json:"space_id,omitempty"`
    	EnvId               string                 `protobuf:"bytes,3,opt,name=env_id,json=envId,proto3" json:"env_id,omitempty"`
    	CollectionId        string                 `protobuf:"bytes,4,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"`
    	State               Item_State             `protobuf:"varint,5,opt,name=state,proto3,enum=content.items.Item_State" json:"state,omitempty"`
    	CreatedRevAt        *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_rev_at,json=createdRevAt,proto3" json:"created_rev_at,omitempty"` // дата создания текущей ревизии
    	CreatedBy           string                 `protobuf:"bytes,7,opt,name=created_by,json=createdBy,proto3" json:"created_by,omitempty"`            // id пользователя создавшего первую ревизию
    	CreatedAt           *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`            // дата создания первой ревизии
    	UpdatedBy           string                 `protobuf:"bytes,9,opt,name=updated_by,json=updatedBy,proto3" json:"updated_by,omitempty"`            // id пользователя обновившего текущую ревизию
    	UpdatedAt           *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`           // дата обновления текущей ревизии
    	Data                *structpb.Struct       `protobuf:"bytes,11,opt,name=data,proto3" json:"data,omitempty"`
    	RevisionId          string                 `protobuf:"bytes,13,opt,name=revision_id,json=revisionId,proto3" json:"revision_id,omitempty"`
    	RevisionDescription string                 `protobuf:"bytes,14,opt,name=revision_description,json=revisionDescription,proto3" json:"revision_description,omitempty"`
    	Deleted             bool                   `protobuf:"varint,19,opt,name=deleted,proto3" json:"deleted,omitempty"`
    	Hidden              bool                   `protobuf:"varint,20,opt,name=hidden,proto3" json:"hidden,omitempty"`
    	Template            bool                   `protobuf:"varint,21,opt,name=template,proto3" json:"template,omitempty"`
    	Permissions         *Permissions           `protobuf:"bytes,22,opt,name=permissions,proto3" json:"permissions,omitempty"`
    	SearchScore         float64                `protobuf:"fixed64,23,opt,name=search_score,json=searchScore,proto3" json:"search_score,omitempty"` // релеватность элемента при полнотекстовом поиске
    	// При создании или обновлении идентификатор локали в котором создается запись, опционально.
    	// Если указан, то создается перевод для указанного языка, поле translations игнорируется
    	LocaleId string `protobuf:"bytes,100,opt,name=locale_id,json=localeId,proto3" json:"locale_id,omitempty"` // идентификатор локали полученной записи
    	// Позволяет одновременно установить/получить несколько переводов и производить манипуляции с переводами
    	// Ключами является идентификатор локали, значениями - данные переводы
    	Translations map[string]*structpb.Struct `protobuf:"bytes,12,rep,name=translations,proto3" json:"translations,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
    	// список идентификаторов локалей для которых есть переводы
    	// соотвествует ключам в translations
    	TranslationsIds []string `protobuf:"bytes,101,rep,name=translations_ids,json=translationsIds,proto3" json:"translations_ids,omitempty"`
    }
    
    func (x *Item) Reset() {
    	*x = Item{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[5]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *Item) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*Item) ProtoMessage() {}
    
    func (x *Item) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[5]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use Item.ProtoReflect.Descriptor instead.
    func (*Item) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{5}
    }
    
    func (x *Item) GetId() string {
    	if x != nil {
    		return x.Id
    	}
    	return ""
    }
    
    func (x *Item) GetSpaceId() string {
    	if x != nil {
    		return x.SpaceId
    	}
    	return ""
    }
    
    func (x *Item) GetEnvId() string {
    	if x != nil {
    		return x.EnvId
    	}
    	return ""
    }
    
    func (x *Item) GetCollectionId() string {
    	if x != nil {
    		return x.CollectionId
    	}
    	return ""
    }
    
    func (x *Item) GetState() Item_State {
    	if x != nil {
    		return x.State
    	}
    	return Item_DRAFT
    }
    
    func (x *Item) GetCreatedRevAt() *timestamppb.Timestamp {
    	if x != nil {
    		return x.CreatedRevAt
    	}
    	return nil
    }
    
    func (x *Item) GetCreatedBy() string {
    	if x != nil {
    		return x.CreatedBy
    	}
    	return ""
    }
    
    func (x *Item) GetCreatedAt() *timestamppb.Timestamp {
    	if x != nil {
    		return x.CreatedAt
    	}
    	return nil
    }
    
    func (x *Item) GetUpdatedBy() string {
    	if x != nil {
    		return x.UpdatedBy
    	}
    	return ""
    }
    
    func (x *Item) GetUpdatedAt() *timestamppb.Timestamp {
    	if x != nil {
    		return x.UpdatedAt
    	}
    	return nil
    }
    
    func (x *Item) GetData() *structpb.Struct {
    	if x != nil {
    		return x.Data
    	}
    	return nil
    }
    
    func (x *Item) GetRevisionId() string {
    	if x != nil {
    		return x.RevisionId
    	}
    	return ""
    }
    
    func (x *Item) GetRevisionDescription() string {
    	if x != nil {
    		return x.RevisionDescription
    	}
    	return ""
    }
    
    func (x *Item) GetDeleted() bool {
    	if x != nil {
    		return x.Deleted
    	}
    	return false
    }
    
    func (x *Item) GetHidden() bool {
    	if x != nil {
    		return x.Hidden
    	}
    	return false
    }
    
    func (x *Item) GetTemplate() bool {
    	if x != nil {
    		return x.Template
    	}
    	return false
    }
    
    func (x *Item) GetPermissions() *Permissions {
    	if x != nil {
    		return x.Permissions
    	}
    	return nil
    }
    
    func (x *Item) GetSearchScore() float64 {
    	if x != nil {
    		return x.SearchScore
    	}
    	return 0
    }
    
    func (x *Item) GetLocaleId() string {
    	if x != nil {
    		return x.LocaleId
    	}
    	return ""
    }
    
    func (x *Item) GetTranslations() map[string]*structpb.Struct {
    	if x != nil {
    		return x.Translations
    	}
    	return nil
    }
    
    func (x *Item) GetTranslationsIds() []string {
    	if x != nil {
    		return x.TranslationsIds
    	}
    	return nil
    }
    
    type EventCreate struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	SpaceId      string `protobuf:"bytes,1,opt,name=space_id,json=spaceId,proto3" json:"space_id,omitempty"`
    	EnvId        string `protobuf:"bytes,2,opt,name=env_id,json=envId,proto3" json:"env_id,omitempty"`
    	CollectionId string `protobuf:"bytes,3,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"`
    	ItemId       string `protobuf:"bytes,4,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
    }
    
    func (x *EventCreate) Reset() {
    	*x = EventCreate{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[6]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *EventCreate) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*EventCreate) ProtoMessage() {}
    
    func (x *EventCreate) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[6]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use EventCreate.ProtoReflect.Descriptor instead.
    func (*EventCreate) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{6}
    }
    
    func (x *EventCreate) GetSpaceId() string {
    	if x != nil {
    		return x.SpaceId
    	}
    	return ""
    }
    
    func (x *EventCreate) GetEnvId() string {
    	if x != nil {
    		return x.EnvId
    	}
    	return ""
    }
    
    func (x *EventCreate) GetCollectionId() string {
    	if x != nil {
    		return x.CollectionId
    	}
    	return ""
    }
    
    func (x *EventCreate) GetItemId() string {
    	if x != nil {
    		return x.ItemId
    	}
    	return ""
    }
    
    type EventUpdate struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	SpaceId      string `protobuf:"bytes,1,opt,name=space_id,json=spaceId,proto3" json:"space_id,omitempty"`
    	EnvId        string `protobuf:"bytes,2,opt,name=env_id,json=envId,proto3" json:"env_id,omitempty"`
    	CollectionId string `protobuf:"bytes,3,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"`
    	ItemId       string `protobuf:"bytes,4,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
    }
    
    func (x *EventUpdate) Reset() {
    	*x = EventUpdate{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[7]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *EventUpdate) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*EventUpdate) ProtoMessage() {}
    
    func (x *EventUpdate) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[7]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use EventUpdate.ProtoReflect.Descriptor instead.
    func (*EventUpdate) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{7}
    }
    
    func (x *EventUpdate) GetSpaceId() string {
    	if x != nil {
    		return x.SpaceId
    	}
    	return ""
    }
    
    func (x *EventUpdate) GetEnvId() string {
    	if x != nil {
    		return x.EnvId
    	}
    	return ""
    }
    
    func (x *EventUpdate) GetCollectionId() string {
    	if x != nil {
    		return x.CollectionId
    	}
    	return ""
    }
    
    func (x *EventUpdate) GetItemId() string {
    	if x != nil {
    		return x.ItemId
    	}
    	return ""
    }
    
    type EventPublish struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	SpaceId      string `protobuf:"bytes,1,opt,name=space_id,json=spaceId,proto3" json:"space_id,omitempty"`
    	EnvId        string `protobuf:"bytes,2,opt,name=env_id,json=envId,proto3" json:"env_id,omitempty"`
    	CollectionId string `protobuf:"bytes,3,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"`
    	ItemId       string `protobuf:"bytes,4,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
    }
    
    func (x *EventPublish) Reset() {
    	*x = EventPublish{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[8]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *EventPublish) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*EventPublish) ProtoMessage() {}
    
    func (x *EventPublish) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[8]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use EventPublish.ProtoReflect.Descriptor instead.
    func (*EventPublish) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{8}
    }
    
    func (x *EventPublish) GetSpaceId() string {
    	if x != nil {
    		return x.SpaceId
    	}
    	return ""
    }
    
    func (x *EventPublish) GetEnvId() string {
    	if x != nil {
    		return x.EnvId
    	}
    	return ""
    }
    
    func (x *EventPublish) GetCollectionId() string {
    	if x != nil {
    		return x.CollectionId
    	}
    	return ""
    }
    
    func (x *EventPublish) GetItemId() string {
    	if x != nil {
    		return x.ItemId
    	}
    	return ""
    }
    
    type EventUnpublish struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	SpaceId      string `protobuf:"bytes,1,opt,name=space_id,json=spaceId,proto3" json:"space_id,omitempty"`
    	EnvId        string `protobuf:"bytes,2,opt,name=env_id,json=envId,proto3" json:"env_id,omitempty"`
    	CollectionId string `protobuf:"bytes,3,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"`
    	ItemId       string `protobuf:"bytes,4,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
    }
    
    func (x *EventUnpublish) Reset() {
    	*x = EventUnpublish{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[9]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *EventUnpublish) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*EventUnpublish) ProtoMessage() {}
    
    func (x *EventUnpublish) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[9]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use EventUnpublish.ProtoReflect.Descriptor instead.
    func (*EventUnpublish) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{9}
    }
    
    func (x *EventUnpublish) GetSpaceId() string {
    	if x != nil {
    		return x.SpaceId
    	}
    	return ""
    }
    
    func (x *EventUnpublish) GetEnvId() string {
    	if x != nil {
    		return x.EnvId
    	}
    	return ""
    }
    
    func (x *EventUnpublish) GetCollectionId() string {
    	if x != nil {
    		return x.CollectionId
    	}
    	return ""
    }
    
    func (x *EventUnpublish) GetItemId() string {
    	if x != nil {
    		return x.ItemId
    	}
    	return ""
    }
    
    type EventDelete struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	SpaceId      string `protobuf:"bytes,1,opt,name=space_id,json=spaceId,proto3" json:"space_id,omitempty"`
    	EnvId        string `protobuf:"bytes,2,opt,name=env_id,json=envId,proto3" json:"env_id,omitempty"`
    	CollectionId string `protobuf:"bytes,3,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"`
    	ItemId       string `protobuf:"bytes,4,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
    }
    
    func (x *EventDelete) Reset() {
    	*x = EventDelete{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[10]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *EventDelete) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*EventDelete) ProtoMessage() {}
    
    func (x *EventDelete) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[10]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use EventDelete.ProtoReflect.Descriptor instead.
    func (*EventDelete) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{10}
    }
    
    func (x *EventDelete) GetSpaceId() string {
    	if x != nil {
    		return x.SpaceId
    	}
    	return ""
    }
    
    func (x *EventDelete) GetEnvId() string {
    	if x != nil {
    		return x.EnvId
    	}
    	return ""
    }
    
    func (x *EventDelete) GetCollectionId() string {
    	if x != nil {
    		return x.CollectionId
    	}
    	return ""
    }
    
    func (x *EventDelete) GetItemId() string {
    	if x != nil {
    		return x.ItemId
    	}
    	return ""
    }
    
    type Filter struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	Id   []string         `protobuf:"bytes,1,rep,name=id,proto3" json:"id,omitempty"`     // Список ID записей кото
    	Data []*common.Filter `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"` // Список фильтров
    	Q    []string         `protobuf:"bytes,3,rep,name=q,proto3" json:"q,omitempty"`       // Список выражений для фильтрации
    }
    
    func (x *Filter) Reset() {
    	*x = Filter{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[11]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *Filter) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*Filter) ProtoMessage() {}
    
    func (x *Filter) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[11]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use Filter.ProtoReflect.Descriptor instead.
    func (*Filter) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{11}
    }
    
    func (x *Filter) GetId() []string {
    	if x != nil {
    		return x.Id
    	}
    	return nil
    }
    
    func (x *Filter) GetData() []*common.Filter {
    	if x != nil {
    		return x.Data
    	}
    	return nil
    }
    
    func (x *Filter) GetQ() []string {
    	if x != nil {
    		return x.Q
    	}
    	return nil
    }
    
    type CreateOptions struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	UpdateAttrs bool `protobuf:"varint,1,opt,name=update_attrs,json=updateAttrs,proto3" json:"update_attrs,omitempty"` // позволяет обновить системные поля: created_by, created_at, created_rev_at, updated_by, updated_at
    }
    
    func (x *CreateOptions) Reset() {
    	*x = CreateOptions{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[12]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *CreateOptions) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*CreateOptions) ProtoMessage() {}
    
    func (x *CreateOptions) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[12]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use CreateOptions.ProtoReflect.Descriptor instead.
    func (*CreateOptions) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{12}
    }
    
    func (x *CreateOptions) GetUpdateAttrs() bool {
    	if x != nil {
    		return x.UpdateAttrs
    	}
    	return false
    }
    
    type FindOptions struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	Options         *common.FindOptions `protobuf:"bytes,2,opt,name=options,proto3" json:"options,omitempty"`
    	Deleted         bool                `protobuf:"varint,3,opt,name=deleted,proto3" json:"deleted,omitempty"`
    	Regular         bool                `protobuf:"varint,4,opt,name=regular,proto3" json:"regular,omitempty"`
    	Hidden          bool                `protobuf:"varint,5,opt,name=hidden,proto3" json:"hidden,omitempty"`
    	Templates       bool                `protobuf:"varint,6,opt,name=templates,proto3" json:"templates,omitempty"`
    	LocaleId        string              `protobuf:"bytes,7,opt,name=locale_id,json=localeId,proto3" json:"locale_id,omitempty"`                      // Язык перевода который будет использоваться. Если не указан, то возвращаются данные для языка по умолчанию
    	TranslationsIds []string            `protobuf:"bytes,8,rep,name=translations_ids,json=translationsIds,proto3" json:"translations_ids,omitempty"` // Список идентификаторов переводов/локалей, которых должны быть включены в результат
    }
    
    func (x *FindOptions) Reset() {
    	*x = FindOptions{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[13]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *FindOptions) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*FindOptions) ProtoMessage() {}
    
    func (x *FindOptions) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[13]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use FindOptions.ProtoReflect.Descriptor instead.
    func (*FindOptions) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{13}
    }
    
    func (x *FindOptions) GetOptions() *common.FindOptions {
    	if x != nil {
    		return x.Options
    	}
    	return nil
    }
    
    func (x *FindOptions) GetDeleted() bool {
    	if x != nil {
    		return x.Deleted
    	}
    	return false
    }
    
    func (x *FindOptions) GetRegular() bool {
    	if x != nil {
    		return x.Regular
    	}
    	return false
    }
    
    func (x *FindOptions) GetHidden() bool {
    	if x != nil {
    		return x.Hidden
    	}
    	return false
    }
    
    func (x *FindOptions) GetTemplates() bool {
    	if x != nil {
    		return x.Templates
    	}
    	return false
    }
    
    func (x *FindOptions) GetLocaleId() string {
    	if x != nil {
    		return x.LocaleId
    	}
    	return ""
    }
    
    func (x *FindOptions) GetTranslationsIds() []string {
    	if x != nil {
    		return x.TranslationsIds
    	}
    	return nil
    }
    
    type UpdateOptions struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	UpdateAttrs bool `protobuf:"varint,1,opt,name=update_attrs,json=updateAttrs,proto3" json:"update_attrs,omitempty"` // позволяет обновить системные поля: created_by, created_at, created_rev_at, updated_by, updated_at
    }
    
    func (x *UpdateOptions) Reset() {
    	*x = UpdateOptions{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[14]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *UpdateOptions) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*UpdateOptions) ProtoMessage() {}
    
    func (x *UpdateOptions) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[14]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use UpdateOptions.ProtoReflect.Descriptor instead.
    func (*UpdateOptions) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{14}
    }
    
    func (x *UpdateOptions) GetUpdateAttrs() bool {
    	if x != nil {
    		return x.UpdateAttrs
    	}
    	return false
    }
    
    type GetPublishedOptions struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	LocaleId        string   `protobuf:"bytes,7,opt,name=locale_id,json=localeId,proto3" json:"locale_id,omitempty"`                      // Язык перевода который будет использоваться. Если не указан, то возвращаются данные для языка по умолчанию
    	TranslationsIds []string `protobuf:"bytes,8,rep,name=translations_ids,json=translationsIds,proto3" json:"translations_ids,omitempty"` // Список идентификаторов переводов/локалей, которых должны быть включены в результат
    }
    
    func (x *GetPublishedOptions) Reset() {
    	*x = GetPublishedOptions{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[15]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *GetPublishedOptions) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*GetPublishedOptions) ProtoMessage() {}
    
    func (x *GetPublishedOptions) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[15]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use GetPublishedOptions.ProtoReflect.Descriptor instead.
    func (*GetPublishedOptions) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{15}
    }
    
    func (x *GetPublishedOptions) GetLocaleId() string {
    	if x != nil {
    		return x.LocaleId
    	}
    	return ""
    }
    
    func (x *GetPublishedOptions) GetTranslationsIds() []string {
    	if x != nil {
    		return x.TranslationsIds
    	}
    	return nil
    }
    
    type DeleteOptions struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	UpdateAttrs bool `protobuf:"varint,1,opt,name=update_attrs,json=updateAttrs,proto3" json:"update_attrs,omitempty"` // позволяет обновить системные поля: created_by, created_at, created_rev_at, updated_by, updated_at
    	Erase       bool `protobuf:"varint,2,opt,name=erase,proto3" json:"erase,omitempty"`                                // полное удаление без сохранения удаленной версии объекта
    }
    
    func (x *DeleteOptions) Reset() {
    	*x = DeleteOptions{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[16]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *DeleteOptions) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*DeleteOptions) ProtoMessage() {}
    
    func (x *DeleteOptions) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[16]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use DeleteOptions.ProtoReflect.Descriptor instead.
    func (*DeleteOptions) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{16}
    }
    
    func (x *DeleteOptions) GetUpdateAttrs() bool {
    	if x != nil {
    		return x.UpdateAttrs
    	}
    	return false
    }
    
    func (x *DeleteOptions) GetErase() bool {
    	if x != nil {
    		return x.Erase
    	}
    	return false
    }
    
    type UndeleteOptions struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	UpdateAttrs bool `protobuf:"varint,1,opt,name=update_attrs,json=updateAttrs,proto3" json:"update_attrs,omitempty"` // позволяет обновить системные поля: created_by, created_at, created_rev_at, updated_by, updated_at
    }
    
    func (x *UndeleteOptions) Reset() {
    	*x = UndeleteOptions{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[17]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *UndeleteOptions) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*UndeleteOptions) ProtoMessage() {}
    
    func (x *UndeleteOptions) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[17]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use UndeleteOptions.ProtoReflect.Descriptor instead.
    func (*UndeleteOptions) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{17}
    }
    
    func (x *UndeleteOptions) GetUpdateAttrs() bool {
    	if x != nil {
    		return x.UpdateAttrs
    	}
    	return false
    }
    
    type PublishOptions struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	UpdateAttrs bool `protobuf:"varint,1,opt,name=update_attrs,json=updateAttrs,proto3" json:"update_attrs,omitempty"` // позволяет обновить системные поля: created_by, created_at, created_rev_at, updated_by, updated_at
    }
    
    func (x *PublishOptions) Reset() {
    	*x = PublishOptions{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[18]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *PublishOptions) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*PublishOptions) ProtoMessage() {}
    
    func (x *PublishOptions) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[18]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use PublishOptions.ProtoReflect.Descriptor instead.
    func (*PublishOptions) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{18}
    }
    
    func (x *PublishOptions) GetUpdateAttrs() bool {
    	if x != nil {
    		return x.UpdateAttrs
    	}
    	return false
    }
    
    type UnpublishOptions struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	UpdateAttrs bool `protobuf:"varint,1,opt,name=update_attrs,json=updateAttrs,proto3" json:"update_attrs,omitempty"` // позволяет обновить системные поля: created_by, created_at, created_rev_at, updated_by, updated_at
    }
    
    func (x *UnpublishOptions) Reset() {
    	*x = UnpublishOptions{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[19]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *UnpublishOptions) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*UnpublishOptions) ProtoMessage() {}
    
    func (x *UnpublishOptions) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[19]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use UnpublishOptions.ProtoReflect.Descriptor instead.
    func (*UnpublishOptions) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{19}
    }
    
    func (x *UnpublishOptions) GetUpdateAttrs() bool {
    	if x != nil {
    		return x.UpdateAttrs
    	}
    	return false
    }
    
    type FindPublishedOptions struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	Options *common.FindOptions `protobuf:"bytes,2,opt,name=options,proto3" json:"options,omitempty"`
    	// string locale_id = 3; // язык для поиска переводов. Если не указан, то возвращаются данные для языка по умолчанию
    	Regular         bool     `protobuf:"varint,4,opt,name=regular,proto3" json:"regular,omitempty"`
    	Hidden          bool     `protobuf:"varint,5,opt,name=hidden,proto3" json:"hidden,omitempty"`
    	Templates       bool     `protobuf:"varint,6,opt,name=templates,proto3" json:"templates,omitempty"`
    	LocaleId        string   `protobuf:"bytes,7,opt,name=locale_id,json=localeId,proto3" json:"locale_id,omitempty"`                      // Язык перевода который будет использоваться. Если не указан, то возвращаются данные для языка по умолчанию
    	TranslationsIds []string `protobuf:"bytes,8,rep,name=translations_ids,json=translationsIds,proto3" json:"translations_ids,omitempty"` // Список идентификаторов переводов/локалей, которых должны быть включены в результат
    }
    
    func (x *FindPublishedOptions) Reset() {
    	*x = FindPublishedOptions{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[20]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *FindPublishedOptions) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*FindPublishedOptions) ProtoMessage() {}
    
    func (x *FindPublishedOptions) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[20]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use FindPublishedOptions.ProtoReflect.Descriptor instead.
    func (*FindPublishedOptions) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{20}
    }
    
    func (x *FindPublishedOptions) GetOptions() *common.FindOptions {
    	if x != nil {
    		return x.Options
    	}
    	return nil
    }
    
    func (x *FindPublishedOptions) GetRegular() bool {
    	if x != nil {
    		return x.Regular
    	}
    	return false
    }
    
    func (x *FindPublishedOptions) GetHidden() bool {
    	if x != nil {
    		return x.Hidden
    	}
    	return false
    }
    
    func (x *FindPublishedOptions) GetTemplates() bool {
    	if x != nil {
    		return x.Templates
    	}
    	return false
    }
    
    func (x *FindPublishedOptions) GetLocaleId() string {
    	if x != nil {
    		return x.LocaleId
    	}
    	return ""
    }
    
    func (x *FindPublishedOptions) GetTranslationsIds() []string {
    	if x != nil {
    		return x.TranslationsIds
    	}
    	return nil
    }
    
    type FindArchivedOptions struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	Options         *common.FindOptions `protobuf:"bytes,2,opt,name=options,proto3" json:"options,omitempty"`
    	LocaleId        string              `protobuf:"bytes,7,opt,name=locale_id,json=localeId,proto3" json:"locale_id,omitempty"`                      // Язык перевода который будет использоваться. Если не указан, то возвращаются данные для языка по умолчанию
    	TranslationsIds []string            `protobuf:"bytes,8,rep,name=translations_ids,json=translationsIds,proto3" json:"translations_ids,omitempty"` // Список идентификаторов переводов/локалей, которых должны быть включены в результат
    }
    
    func (x *FindArchivedOptions) Reset() {
    	*x = FindArchivedOptions{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[21]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *FindArchivedOptions) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*FindArchivedOptions) ProtoMessage() {}
    
    func (x *FindArchivedOptions) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[21]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use FindArchivedOptions.ProtoReflect.Descriptor instead.
    func (*FindArchivedOptions) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{21}
    }
    
    func (x *FindArchivedOptions) GetOptions() *common.FindOptions {
    	if x != nil {
    		return x.Options
    	}
    	return nil
    }
    
    func (x *FindArchivedOptions) GetLocaleId() string {
    	if x != nil {
    		return x.LocaleId
    	}
    	return ""
    }
    
    func (x *FindArchivedOptions) GetTranslationsIds() []string {
    	if x != nil {
    		return x.TranslationsIds
    	}
    	return nil
    }
    
    type ListRevisionsOptions struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	Options         *common.FindOptions `protobuf:"bytes,2,opt,name=options,proto3" json:"options,omitempty"`
    	LocaleId        string              `protobuf:"bytes,7,opt,name=locale_id,json=localeId,proto3" json:"locale_id,omitempty"`                      // Язык перевода который будет использоваться. Если не указан, то возвращаются данные для языка по умолчанию
    	TranslationsIds []string            `protobuf:"bytes,8,rep,name=translations_ids,json=translationsIds,proto3" json:"translations_ids,omitempty"` // Список идентификаторов переводов/локалей, которых должны быть включены в результат
    }
    
    func (x *ListRevisionsOptions) Reset() {
    	*x = ListRevisionsOptions{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[22]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *ListRevisionsOptions) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*ListRevisionsOptions) ProtoMessage() {}
    
    func (x *ListRevisionsOptions) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[22]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use ListRevisionsOptions.ProtoReflect.Descriptor instead.
    func (*ListRevisionsOptions) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{22}
    }
    
    func (x *ListRevisionsOptions) GetOptions() *common.FindOptions {
    	if x != nil {
    		return x.Options
    	}
    	return nil
    }
    
    func (x *ListRevisionsOptions) GetLocaleId() string {
    	if x != nil {
    		return x.LocaleId
    	}
    	return ""
    }
    
    func (x *ListRevisionsOptions) GetTranslationsIds() []string {
    	if x != nil {
    		return x.TranslationsIds
    	}
    	return nil
    }
    
    type GetRevisionOptions struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	LocaleId        string   `protobuf:"bytes,7,opt,name=locale_id,json=localeId,proto3" json:"locale_id,omitempty"`                      // Язык перевода который будет использоваться. Если не указан, то возвращаются данные для языка по умолчанию
    	TranslationsIds []string `protobuf:"bytes,8,rep,name=translations_ids,json=translationsIds,proto3" json:"translations_ids,omitempty"` // Список идентификаторов переводов/локалей, которых должны быть включены в результат
    }
    
    func (x *GetRevisionOptions) Reset() {
    	*x = GetRevisionOptions{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[23]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *GetRevisionOptions) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*GetRevisionOptions) ProtoMessage() {}
    
    func (x *GetRevisionOptions) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[23]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use GetRevisionOptions.ProtoReflect.Descriptor instead.
    func (*GetRevisionOptions) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{23}
    }
    
    func (x *GetRevisionOptions) GetLocaleId() string {
    	if x != nil {
    		return x.LocaleId
    	}
    	return ""
    }
    
    func (x *GetRevisionOptions) GetTranslationsIds() []string {
    	if x != nil {
    		return x.TranslationsIds
    	}
    	return nil
    }
    
    // Fields - поля которые должны быть возвращены или вычислены в результате.
    // Ключ (string) - имя поля под которым будет добавляться результат.
    // Значение (string) - является выражением, вычисление которого сформирует результат
    // Функции для выражений (для поля F, типа T):
    // - distinct(F) - все значения поля, тип результат []T
    // - min(F) - минимальное значение поля, тип результат T
    // - max(F) - максимальное значение поля, тип результат T
    // - avg(F) - среднее значения поля, тип результат T
    // - sum(F) - сумма значений поля, тип результат T
    // - count() - число записей, тип результат int
    // Пример: {'average of C': 'avg(a.b.c)'}
    type AggregateOptions struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	Fields map[string]string `protobuf:"bytes,1,rep,name=fields,proto3" json:"fields,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
    }
    
    func (x *AggregateOptions) Reset() {
    	*x = AggregateOptions{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[24]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *AggregateOptions) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*AggregateOptions) ProtoMessage() {}
    
    func (x *AggregateOptions) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[24]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use AggregateOptions.ProtoReflect.Descriptor instead.
    func (*AggregateOptions) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{24}
    }
    
    func (x *AggregateOptions) GetFields() map[string]string {
    	if x != nil {
    		return x.Fields
    	}
    	return nil
    }
    
    type AggregatePublishedOptions struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	Fields map[string]string `protobuf:"bytes,1,rep,name=fields,proto3" json:"fields,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
    }
    
    func (x *AggregatePublishedOptions) Reset() {
    	*x = AggregatePublishedOptions{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[25]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *AggregatePublishedOptions) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*AggregatePublishedOptions) ProtoMessage() {}
    
    func (x *AggregatePublishedOptions) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[25]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use AggregatePublishedOptions.ProtoReflect.Descriptor instead.
    func (*AggregatePublishedOptions) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{25}
    }
    
    func (x *AggregatePublishedOptions) GetFields() map[string]string {
    	if x != nil {
    		return x.Fields
    	}
    	return nil
    }
    
    type CreateRequest struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	Item    *Item          `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
    	Options *CreateOptions `protobuf:"bytes,2,opt,name=options,proto3" json:"options,omitempty"`
    }
    
    func (x *CreateRequest) Reset() {
    	*x = CreateRequest{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[26]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *CreateRequest) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*CreateRequest) ProtoMessage() {}
    
    func (x *CreateRequest) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[26]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use CreateRequest.ProtoReflect.Descriptor instead.
    func (*CreateRequest) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{26}
    }
    
    func (x *CreateRequest) GetItem() *Item {
    	if x != nil {
    		return x.Item
    	}
    	return nil
    }
    
    func (x *CreateRequest) GetOptions() *CreateOptions {
    	if x != nil {
    		return x.Options
    	}
    	return nil
    }
    
    type CreateResponse struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	Created *Item `protobuf:"bytes,1,opt,name=created,proto3" json:"created,omitempty"`
    }
    
    func (x *CreateResponse) Reset() {
    	*x = CreateResponse{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[27]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *CreateResponse) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*CreateResponse) ProtoMessage() {}
    
    func (x *CreateResponse) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[27]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use CreateResponse.ProtoReflect.Descriptor instead.
    func (*CreateResponse) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{27}
    }
    
    func (x *CreateResponse) GetCreated() *Item {
    	if x != nil {
    		return x.Created
    	}
    	return nil
    }
    
    type IntrospectRequest struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	Item *Item `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
    }
    
    func (x *IntrospectRequest) Reset() {
    	*x = IntrospectRequest{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[28]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *IntrospectRequest) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*IntrospectRequest) ProtoMessage() {}
    
    func (x *IntrospectRequest) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[28]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use IntrospectRequest.ProtoReflect.Descriptor instead.
    func (*IntrospectRequest) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{28}
    }
    
    func (x *IntrospectRequest) GetItem() *Item {
    	if x != nil {
    		return x.Item
    	}
    	return nil
    }
    
    type IntrospectResponse struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	Item             *Item                                     `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
    	Schema           string                                    `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty"`
    	ValidationErrors []*common.Error_BadRequest_FieldViolation `protobuf:"bytes,3,rep,name=validation_errors,json=validationErrors,proto3" json:"validation_errors,omitempty"`
    }
    
    func (x *IntrospectResponse) Reset() {
    	*x = IntrospectResponse{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[29]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *IntrospectResponse) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*IntrospectResponse) ProtoMessage() {}
    
    func (x *IntrospectResponse) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[29]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use IntrospectResponse.ProtoReflect.Descriptor instead.
    func (*IntrospectResponse) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{29}
    }
    
    func (x *IntrospectResponse) GetItem() *Item {
    	if x != nil {
    		return x.Item
    	}
    	return nil
    }
    
    func (x *IntrospectResponse) GetSchema() string {
    	if x != nil {
    		return x.Schema
    	}
    	return ""
    }
    
    func (x *IntrospectResponse) GetValidationErrors() []*common.Error_BadRequest_FieldViolation {
    	if x != nil {
    		return x.ValidationErrors
    	}
    	return nil
    }
    
    type GetOptions struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	LocaleId        string   `protobuf:"bytes,7,opt,name=locale_id,json=localeId,proto3" json:"locale_id,omitempty"`                      // Язык перевода который будет использоваться. Если не указан, то возвращаются данные для языка по умолчанию
    	TranslationsIds []string `protobuf:"bytes,8,rep,name=translations_ids,json=translationsIds,proto3" json:"translations_ids,omitempty"` // Список идентификаторов переводов/локалей, которых должны быть включены в результат
    }
    
    func (x *GetOptions) Reset() {
    	*x = GetOptions{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[30]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *GetOptions) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*GetOptions) ProtoMessage() {}
    
    func (x *GetOptions) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[30]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use GetOptions.ProtoReflect.Descriptor instead.
    func (*GetOptions) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{30}
    }
    
    func (x *GetOptions) GetLocaleId() string {
    	if x != nil {
    		return x.LocaleId
    	}
    	return ""
    }
    
    func (x *GetOptions) GetTranslationsIds() []string {
    	if x != nil {
    		return x.TranslationsIds
    	}
    	return nil
    }
    
    type GetRequest struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	SpaceId      string      `protobuf:"bytes,1,opt,name=space_id,json=spaceId,proto3" json:"space_id,omitempty"`
    	EnvId        string      `protobuf:"bytes,2,opt,name=env_id,json=envId,proto3" json:"env_id,omitempty"`
    	CollectionId string      `protobuf:"bytes,3,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"`
    	ItemId       string      `protobuf:"bytes,4,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
    	Options      *GetOptions `protobuf:"bytes,5,opt,name=options,proto3" json:"options,omitempty"`
    }
    
    func (x *GetRequest) Reset() {
    	*x = GetRequest{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[31]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *GetRequest) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*GetRequest) ProtoMessage() {}
    
    func (x *GetRequest) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[31]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use GetRequest.ProtoReflect.Descriptor instead.
    func (*GetRequest) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{31}
    }
    
    func (x *GetRequest) GetSpaceId() string {
    	if x != nil {
    		return x.SpaceId
    	}
    	return ""
    }
    
    func (x *GetRequest) GetEnvId() string {
    	if x != nil {
    		return x.EnvId
    	}
    	return ""
    }
    
    func (x *GetRequest) GetCollectionId() string {
    	if x != nil {
    		return x.CollectionId
    	}
    	return ""
    }
    
    func (x *GetRequest) GetItemId() string {
    	if x != nil {
    		return x.ItemId
    	}
    	return ""
    }
    
    func (x *GetRequest) GetOptions() *GetOptions {
    	if x != nil {
    		return x.Options
    	}
    	return nil
    }
    
    type GetResponse struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	Item *Item `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
    }
    
    func (x *GetResponse) Reset() {
    	*x = GetResponse{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[32]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *GetResponse) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*GetResponse) ProtoMessage() {}
    
    func (x *GetResponse) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[32]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use GetResponse.ProtoReflect.Descriptor instead.
    func (*GetResponse) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{32}
    }
    
    func (x *GetResponse) GetItem() *Item {
    	if x != nil {
    		return x.Item
    	}
    	return nil
    }
    
    type FindRequest struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	SpaceId      string       `protobuf:"bytes,1,opt,name=space_id,json=spaceId,proto3" json:"space_id,omitempty"`                // ID Пространства
    	EnvId        string       `protobuf:"bytes,2,opt,name=env_id,json=envId,proto3" json:"env_id,omitempty"`                      // ID окружения
    	CollectionId string       `protobuf:"bytes,3,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"` // ID коллекции
    	Filter       *Filter      `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"`
    	Options      *FindOptions `protobuf:"bytes,5,opt,name=options,proto3" json:"options,omitempty"` // Дополнительные параметры поиска
    }
    
    func (x *FindRequest) Reset() {
    	*x = FindRequest{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[33]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *FindRequest) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*FindRequest) ProtoMessage() {}
    
    func (x *FindRequest) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[33]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use FindRequest.ProtoReflect.Descriptor instead.
    func (*FindRequest) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{33}
    }
    
    func (x *FindRequest) GetSpaceId() string {
    	if x != nil {
    		return x.SpaceId
    	}
    	return ""
    }
    
    func (x *FindRequest) GetEnvId() string {
    	if x != nil {
    		return x.EnvId
    	}
    	return ""
    }
    
    func (x *FindRequest) GetCollectionId() string {
    	if x != nil {
    		return x.CollectionId
    	}
    	return ""
    }
    
    func (x *FindRequest) GetFilter() *Filter {
    	if x != nil {
    		return x.Filter
    	}
    	return nil
    }
    
    func (x *FindRequest) GetOptions() *FindOptions {
    	if x != nil {
    		return x.Options
    	}
    	return nil
    }
    
    type FindResponse struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	Items []*Item `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
    	Total int32   `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
    }
    
    func (x *FindResponse) Reset() {
    	*x = FindResponse{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[34]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *FindResponse) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*FindResponse) ProtoMessage() {}
    
    func (x *FindResponse) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[34]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use FindResponse.ProtoReflect.Descriptor instead.
    func (*FindResponse) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{34}
    }
    
    func (x *FindResponse) GetItems() []*Item {
    	if x != nil {
    		return x.Items
    	}
    	return nil
    }
    
    func (x *FindResponse) GetTotal() int32 {
    	if x != nil {
    		return x.Total
    	}
    	return 0
    }
    
    type UpdateRequest struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	Item    *Item          `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
    	Options *UpdateOptions `protobuf:"bytes,2,opt,name=options,proto3" json:"options,omitempty"`
    }
    
    func (x *UpdateRequest) Reset() {
    	*x = UpdateRequest{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[35]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *UpdateRequest) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*UpdateRequest) ProtoMessage() {}
    
    func (x *UpdateRequest) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[35]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use UpdateRequest.ProtoReflect.Descriptor instead.
    func (*UpdateRequest) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{35}
    }
    
    func (x *UpdateRequest) GetItem() *Item {
    	if x != nil {
    		return x.Item
    	}
    	return nil
    }
    
    func (x *UpdateRequest) GetOptions() *UpdateOptions {
    	if x != nil {
    		return x.Options
    	}
    	return nil
    }
    
    type DeleteRequest struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	Item    *Item          `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"` // важны только переданные внутри идентификаторы или, если указана опция update_attrs, поля которые изменяются: created_by, created_at, created_rev_at, updated_by, updated_at
    	Options *DeleteOptions `protobuf:"bytes,2,opt,name=options,proto3" json:"options,omitempty"`
    }
    
    func (x *DeleteRequest) Reset() {
    	*x = DeleteRequest{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[36]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *DeleteRequest) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*DeleteRequest) ProtoMessage() {}
    
    func (x *DeleteRequest) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[36]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use DeleteRequest.ProtoReflect.Descriptor instead.
    func (*DeleteRequest) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{36}
    }
    
    func (x *DeleteRequest) GetItem() *Item {
    	if x != nil {
    		return x.Item
    	}
    	return nil
    }
    
    func (x *DeleteRequest) GetOptions() *DeleteOptions {
    	if x != nil {
    		return x.Options
    	}
    	return nil
    }
    
    type UndeleteRequest struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	Item    *Item            `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
    	Options *UndeleteOptions `protobuf:"bytes,2,opt,name=options,proto3" json:"options,omitempty"`
    }
    
    func (x *UndeleteRequest) Reset() {
    	*x = UndeleteRequest{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[37]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *UndeleteRequest) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*UndeleteRequest) ProtoMessage() {}
    
    func (x *UndeleteRequest) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[37]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use UndeleteRequest.ProtoReflect.Descriptor instead.
    func (*UndeleteRequest) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{37}
    }
    
    func (x *UndeleteRequest) GetItem() *Item {
    	if x != nil {
    		return x.Item
    	}
    	return nil
    }
    
    func (x *UndeleteRequest) GetOptions() *UndeleteOptions {
    	if x != nil {
    		return x.Options
    	}
    	return nil
    }
    
    type PublishRequest struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	Item    *Item           `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
    	Options *PublishOptions `protobuf:"bytes,2,opt,name=options,proto3" json:"options,omitempty"`
    }
    
    func (x *PublishRequest) Reset() {
    	*x = PublishRequest{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[38]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *PublishRequest) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*PublishRequest) ProtoMessage() {}
    
    func (x *PublishRequest) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[38]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use PublishRequest.ProtoReflect.Descriptor instead.
    func (*PublishRequest) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{38}
    }
    
    func (x *PublishRequest) GetItem() *Item {
    	if x != nil {
    		return x.Item
    	}
    	return nil
    }
    
    func (x *PublishRequest) GetOptions() *PublishOptions {
    	if x != nil {
    		return x.Options
    	}
    	return nil
    }
    
    type UnpublishRequest struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	Item    *Item             `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
    	Options *UnpublishOptions `protobuf:"bytes,2,opt,name=options,proto3" json:"options,omitempty"`
    }
    
    func (x *UnpublishRequest) Reset() {
    	*x = UnpublishRequest{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[39]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *UnpublishRequest) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*UnpublishRequest) ProtoMessage() {}
    
    func (x *UnpublishRequest) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[39]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use UnpublishRequest.ProtoReflect.Descriptor instead.
    func (*UnpublishRequest) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{39}
    }
    
    func (x *UnpublishRequest) GetItem() *Item {
    	if x != nil {
    		return x.Item
    	}
    	return nil
    }
    
    func (x *UnpublishRequest) GetOptions() *UnpublishOptions {
    	if x != nil {
    		return x.Options
    	}
    	return nil
    }
    
    type GetPublishedRequest struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	SpaceId      string               `protobuf:"bytes,1,opt,name=space_id,json=spaceId,proto3" json:"space_id,omitempty"`
    	EnvId        string               `protobuf:"bytes,2,opt,name=env_id,json=envId,proto3" json:"env_id,omitempty"`
    	CollectionId string               `protobuf:"bytes,3,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"`
    	ItemId       string               `protobuf:"bytes,5,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
    	Options      *GetPublishedOptions `protobuf:"bytes,10,opt,name=options,proto3" json:"options,omitempty"`
    }
    
    func (x *GetPublishedRequest) Reset() {
    	*x = GetPublishedRequest{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[40]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *GetPublishedRequest) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*GetPublishedRequest) ProtoMessage() {}
    
    func (x *GetPublishedRequest) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[40]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use GetPublishedRequest.ProtoReflect.Descriptor instead.
    func (*GetPublishedRequest) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{40}
    }
    
    func (x *GetPublishedRequest) GetSpaceId() string {
    	if x != nil {
    		return x.SpaceId
    	}
    	return ""
    }
    
    func (x *GetPublishedRequest) GetEnvId() string {
    	if x != nil {
    		return x.EnvId
    	}
    	return ""
    }
    
    func (x *GetPublishedRequest) GetCollectionId() string {
    	if x != nil {
    		return x.CollectionId
    	}
    	return ""
    }
    
    func (x *GetPublishedRequest) GetItemId() string {
    	if x != nil {
    		return x.ItemId
    	}
    	return ""
    }
    
    func (x *GetPublishedRequest) GetOptions() *GetPublishedOptions {
    	if x != nil {
    		return x.Options
    	}
    	return nil
    }
    
    type GetPublishedResponse struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	Item *Item `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
    }
    
    func (x *GetPublishedResponse) Reset() {
    	*x = GetPublishedResponse{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[41]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *GetPublishedResponse) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*GetPublishedResponse) ProtoMessage() {}
    
    func (x *GetPublishedResponse) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[41]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use GetPublishedResponse.ProtoReflect.Descriptor instead.
    func (*GetPublishedResponse) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{41}
    }
    
    func (x *GetPublishedResponse) GetItem() *Item {
    	if x != nil {
    		return x.Item
    	}
    	return nil
    }
    
    type FindPublishedRequest struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	SpaceId      string                `protobuf:"bytes,1,opt,name=space_id,json=spaceId,proto3" json:"space_id,omitempty"`
    	EnvId        string                `protobuf:"bytes,2,opt,name=env_id,json=envId,proto3" json:"env_id,omitempty"`
    	CollectionId string                `protobuf:"bytes,3,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"`
    	Filter       *Filter               `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"`
    	Options      *FindPublishedOptions `protobuf:"bytes,10,opt,name=options,proto3" json:"options,omitempty"`
    }
    
    func (x *FindPublishedRequest) Reset() {
    	*x = FindPublishedRequest{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[42]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *FindPublishedRequest) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*FindPublishedRequest) ProtoMessage() {}
    
    func (x *FindPublishedRequest) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[42]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use FindPublishedRequest.ProtoReflect.Descriptor instead.
    func (*FindPublishedRequest) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{42}
    }
    
    func (x *FindPublishedRequest) GetSpaceId() string {
    	if x != nil {
    		return x.SpaceId
    	}
    	return ""
    }
    
    func (x *FindPublishedRequest) GetEnvId() string {
    	if x != nil {
    		return x.EnvId
    	}
    	return ""
    }
    
    func (x *FindPublishedRequest) GetCollectionId() string {
    	if x != nil {
    		return x.CollectionId
    	}
    	return ""
    }
    
    func (x *FindPublishedRequest) GetFilter() *Filter {
    	if x != nil {
    		return x.Filter
    	}
    	return nil
    }
    
    func (x *FindPublishedRequest) GetOptions() *FindPublishedOptions {
    	if x != nil {
    		return x.Options
    	}
    	return nil
    }
    
    type FindPublishedResponse struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	Items []*Item `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
    	Total int32   `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
    }
    
    func (x *FindPublishedResponse) Reset() {
    	*x = FindPublishedResponse{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[43]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *FindPublishedResponse) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*FindPublishedResponse) ProtoMessage() {}
    
    func (x *FindPublishedResponse) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[43]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use FindPublishedResponse.ProtoReflect.Descriptor instead.
    func (*FindPublishedResponse) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{43}
    }
    
    func (x *FindPublishedResponse) GetItems() []*Item {
    	if x != nil {
    		return x.Items
    	}
    	return nil
    }
    
    func (x *FindPublishedResponse) GetTotal() int32 {
    	if x != nil {
    		return x.Total
    	}
    	return 0
    }
    
    type AggregateRequest struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	SpaceId      string            `protobuf:"bytes,1,opt,name=space_id,json=spaceId,proto3" json:"space_id,omitempty"`
    	EnvId        string            `protobuf:"bytes,2,opt,name=env_id,json=envId,proto3" json:"env_id,omitempty"`
    	CollectionId string            `protobuf:"bytes,3,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"`
    	Filter       *Filter           `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"`
    	Options      *AggregateOptions `protobuf:"bytes,10,opt,name=options,proto3" json:"options,omitempty"`
    }
    
    func (x *AggregateRequest) Reset() {
    	*x = AggregateRequest{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[44]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *AggregateRequest) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*AggregateRequest) ProtoMessage() {}
    
    func (x *AggregateRequest) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[44]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use AggregateRequest.ProtoReflect.Descriptor instead.
    func (*AggregateRequest) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{44}
    }
    
    func (x *AggregateRequest) GetSpaceId() string {
    	if x != nil {
    		return x.SpaceId
    	}
    	return ""
    }
    
    func (x *AggregateRequest) GetEnvId() string {
    	if x != nil {
    		return x.EnvId
    	}
    	return ""
    }
    
    func (x *AggregateRequest) GetCollectionId() string {
    	if x != nil {
    		return x.CollectionId
    	}
    	return ""
    }
    
    func (x *AggregateRequest) GetFilter() *Filter {
    	if x != nil {
    		return x.Filter
    	}
    	return nil
    }
    
    func (x *AggregateRequest) GetOptions() *AggregateOptions {
    	if x != nil {
    		return x.Options
    	}
    	return nil
    }
    
    // *
    // Содержит в себе набор `название:значение`. Название соответствует переданному в AggregateOptions ключу.
    type AggregateResponse struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	Result *structpb.Struct `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
    }
    
    func (x *AggregateResponse) Reset() {
    	*x = AggregateResponse{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[45]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *AggregateResponse) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*AggregateResponse) ProtoMessage() {}
    
    func (x *AggregateResponse) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[45]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use AggregateResponse.ProtoReflect.Descriptor instead.
    func (*AggregateResponse) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{45}
    }
    
    func (x *AggregateResponse) GetResult() *structpb.Struct {
    	if x != nil {
    		return x.Result
    	}
    	return nil
    }
    
    type AggregatePublishedRequest struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	SpaceId      string                     `protobuf:"bytes,1,opt,name=space_id,json=spaceId,proto3" json:"space_id,omitempty"`
    	EnvId        string                     `protobuf:"bytes,2,opt,name=env_id,json=envId,proto3" json:"env_id,omitempty"`
    	CollectionId string                     `protobuf:"bytes,3,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"`
    	Filter       *Filter                    `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"`
    	Options      *AggregatePublishedOptions `protobuf:"bytes,10,opt,name=options,proto3" json:"options,omitempty"`
    }
    
    func (x *AggregatePublishedRequest) Reset() {
    	*x = AggregatePublishedRequest{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[46]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *AggregatePublishedRequest) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*AggregatePublishedRequest) ProtoMessage() {}
    
    func (x *AggregatePublishedRequest) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[46]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use AggregatePublishedRequest.ProtoReflect.Descriptor instead.
    func (*AggregatePublishedRequest) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{46}
    }
    
    func (x *AggregatePublishedRequest) GetSpaceId() string {
    	if x != nil {
    		return x.SpaceId
    	}
    	return ""
    }
    
    func (x *AggregatePublishedRequest) GetEnvId() string {
    	if x != nil {
    		return x.EnvId
    	}
    	return ""
    }
    
    func (x *AggregatePublishedRequest) GetCollectionId() string {
    	if x != nil {
    		return x.CollectionId
    	}
    	return ""
    }
    
    func (x *AggregatePublishedRequest) GetFilter() *Filter {
    	if x != nil {
    		return x.Filter
    	}
    	return nil
    }
    
    func (x *AggregatePublishedRequest) GetOptions() *AggregatePublishedOptions {
    	if x != nil {
    		return x.Options
    	}
    	return nil
    }
    
    type AggregatePublishedResponse struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	Result *structpb.Struct `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
    }
    
    func (x *AggregatePublishedResponse) Reset() {
    	*x = AggregatePublishedResponse{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[47]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *AggregatePublishedResponse) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*AggregatePublishedResponse) ProtoMessage() {}
    
    func (x *AggregatePublishedResponse) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[47]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use AggregatePublishedResponse.ProtoReflect.Descriptor instead.
    func (*AggregatePublishedResponse) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{47}
    }
    
    func (x *AggregatePublishedResponse) GetResult() *structpb.Struct {
    	if x != nil {
    		return x.Result
    	}
    	return nil
    }
    
    type GetRevisionRequest struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	SpaceId      string              `protobuf:"bytes,1,opt,name=space_id,json=spaceId,proto3" json:"space_id,omitempty"`
    	EnvId        string              `protobuf:"bytes,2,opt,name=env_id,json=envId,proto3" json:"env_id,omitempty"`
    	CollectionId string              `protobuf:"bytes,3,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"`
    	ItemId       string              `protobuf:"bytes,4,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
    	RevisionId   string              `protobuf:"bytes,5,opt,name=revision_id,json=revisionId,proto3" json:"revision_id,omitempty"`
    	Options      *GetRevisionOptions `protobuf:"bytes,10,opt,name=options,proto3" json:"options,omitempty"`
    }
    
    func (x *GetRevisionRequest) Reset() {
    	*x = GetRevisionRequest{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[48]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *GetRevisionRequest) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*GetRevisionRequest) ProtoMessage() {}
    
    func (x *GetRevisionRequest) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[48]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use GetRevisionRequest.ProtoReflect.Descriptor instead.
    func (*GetRevisionRequest) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{48}
    }
    
    func (x *GetRevisionRequest) GetSpaceId() string {
    	if x != nil {
    		return x.SpaceId
    	}
    	return ""
    }
    
    func (x *GetRevisionRequest) GetEnvId() string {
    	if x != nil {
    		return x.EnvId
    	}
    	return ""
    }
    
    func (x *GetRevisionRequest) GetCollectionId() string {
    	if x != nil {
    		return x.CollectionId
    	}
    	return ""
    }
    
    func (x *GetRevisionRequest) GetItemId() string {
    	if x != nil {
    		return x.ItemId
    	}
    	return ""
    }
    
    func (x *GetRevisionRequest) GetRevisionId() string {
    	if x != nil {
    		return x.RevisionId
    	}
    	return ""
    }
    
    func (x *GetRevisionRequest) GetOptions() *GetRevisionOptions {
    	if x != nil {
    		return x.Options
    	}
    	return nil
    }
    
    type GetRevisionResponse struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	Item *Item `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
    }
    
    func (x *GetRevisionResponse) Reset() {
    	*x = GetRevisionResponse{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[49]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *GetRevisionResponse) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*GetRevisionResponse) ProtoMessage() {}
    
    func (x *GetRevisionResponse) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[49]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use GetRevisionResponse.ProtoReflect.Descriptor instead.
    func (*GetRevisionResponse) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{49}
    }
    
    func (x *GetRevisionResponse) GetItem() *Item {
    	if x != nil {
    		return x.Item
    	}
    	return nil
    }
    
    type ListRevisionsRequest struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	SpaceId      string                `protobuf:"bytes,1,opt,name=space_id,json=spaceId,proto3" json:"space_id,omitempty"`
    	EnvId        string                `protobuf:"bytes,2,opt,name=env_id,json=envId,proto3" json:"env_id,omitempty"`
    	CollectionId string                `protobuf:"bytes,3,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"`
    	ItemId       string                `protobuf:"bytes,4,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
    	Options      *ListRevisionsOptions `protobuf:"bytes,10,opt,name=options,proto3" json:"options,omitempty"`
    }
    
    func (x *ListRevisionsRequest) Reset() {
    	*x = ListRevisionsRequest{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[50]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *ListRevisionsRequest) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*ListRevisionsRequest) ProtoMessage() {}
    
    func (x *ListRevisionsRequest) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[50]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use ListRevisionsRequest.ProtoReflect.Descriptor instead.
    func (*ListRevisionsRequest) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{50}
    }
    
    func (x *ListRevisionsRequest) GetSpaceId() string {
    	if x != nil {
    		return x.SpaceId
    	}
    	return ""
    }
    
    func (x *ListRevisionsRequest) GetEnvId() string {
    	if x != nil {
    		return x.EnvId
    	}
    	return ""
    }
    
    func (x *ListRevisionsRequest) GetCollectionId() string {
    	if x != nil {
    		return x.CollectionId
    	}
    	return ""
    }
    
    func (x *ListRevisionsRequest) GetItemId() string {
    	if x != nil {
    		return x.ItemId
    	}
    	return ""
    }
    
    func (x *ListRevisionsRequest) GetOptions() *ListRevisionsOptions {
    	if x != nil {
    		return x.Options
    	}
    	return nil
    }
    
    type ListRevisionsResponse struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	Items []*Item `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
    }
    
    func (x *ListRevisionsResponse) Reset() {
    	*x = ListRevisionsResponse{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[51]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *ListRevisionsResponse) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*ListRevisionsResponse) ProtoMessage() {}
    
    func (x *ListRevisionsResponse) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[51]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use ListRevisionsResponse.ProtoReflect.Descriptor instead.
    func (*ListRevisionsResponse) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{51}
    }
    
    func (x *ListRevisionsResponse) GetItems() []*Item {
    	if x != nil {
    		return x.Items
    	}
    	return nil
    }
    
    // *
    // Запрос на архивирование элемента
    type ArchiveRequest struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	Item *Item `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"` // Элемент для архивации
    }
    
    func (x *ArchiveRequest) Reset() {
    	*x = ArchiveRequest{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[52]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *ArchiveRequest) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*ArchiveRequest) ProtoMessage() {}
    
    func (x *ArchiveRequest) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[52]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use ArchiveRequest.ProtoReflect.Descriptor instead.
    func (*ArchiveRequest) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{52}
    }
    
    func (x *ArchiveRequest) GetItem() *Item {
    	if x != nil {
    		return x.Item
    	}
    	return nil
    }
    
    type UnarchiveRequest struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	Item *Item `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
    }
    
    func (x *UnarchiveRequest) Reset() {
    	*x = UnarchiveRequest{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[53]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *UnarchiveRequest) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*UnarchiveRequest) ProtoMessage() {}
    
    func (x *UnarchiveRequest) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[53]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use UnarchiveRequest.ProtoReflect.Descriptor instead.
    func (*UnarchiveRequest) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{53}
    }
    
    func (x *UnarchiveRequest) GetItem() *Item {
    	if x != nil {
    		return x.Item
    	}
    	return nil
    }
    
    type FindArchivedRequest struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	SpaceId      string               `protobuf:"bytes,1,opt,name=space_id,json=spaceId,proto3" json:"space_id,omitempty"`
    	EnvId        string               `protobuf:"bytes,2,opt,name=env_id,json=envId,proto3" json:"env_id,omitempty"`
    	CollectionId string               `protobuf:"bytes,3,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"`
    	Filter       *Filter              `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"`
    	Options      *FindArchivedOptions `protobuf:"bytes,6,opt,name=options,proto3" json:"options,omitempty"`
    }
    
    func (x *FindArchivedRequest) Reset() {
    	*x = FindArchivedRequest{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[54]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *FindArchivedRequest) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*FindArchivedRequest) ProtoMessage() {}
    
    func (x *FindArchivedRequest) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[54]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use FindArchivedRequest.ProtoReflect.Descriptor instead.
    func (*FindArchivedRequest) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{54}
    }
    
    func (x *FindArchivedRequest) GetSpaceId() string {
    	if x != nil {
    		return x.SpaceId
    	}
    	return ""
    }
    
    func (x *FindArchivedRequest) GetEnvId() string {
    	if x != nil {
    		return x.EnvId
    	}
    	return ""
    }
    
    func (x *FindArchivedRequest) GetCollectionId() string {
    	if x != nil {
    		return x.CollectionId
    	}
    	return ""
    }
    
    func (x *FindArchivedRequest) GetFilter() *Filter {
    	if x != nil {
    		return x.Filter
    	}
    	return nil
    }
    
    func (x *FindArchivedRequest) GetOptions() *FindArchivedOptions {
    	if x != nil {
    		return x.Options
    	}
    	return nil
    }
    
    type FindArchivedResponse struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	Items []*Item `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
    	Total int32   `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
    }
    
    func (x *FindArchivedResponse) Reset() {
    	*x = FindArchivedResponse{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_items_items_proto_msgTypes[55]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *FindArchivedResponse) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*FindArchivedResponse) ProtoMessage() {}
    
    func (x *FindArchivedResponse) ProtoReflect() protoreflect.Message {
    	mi := &file_items_items_proto_msgTypes[55]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use FindArchivedResponse.ProtoReflect.Descriptor instead.
    func (*FindArchivedResponse) Descriptor() ([]byte, []int) {
    	return file_items_items_proto_rawDescGZIP(), []int{55}
    }
    
    func (x *FindArchivedResponse) GetItems() []*Item {
    	if x != nil {
    		return x.Items
    	}
    	return nil
    }
    
    func (x *FindArchivedResponse) GetTotal() int32 {
    	if x != nil {
    		return x.Total
    	}
    	return 0
    }
    
    var File_items_items_proto protoreflect.FileDescriptor
    
    var file_items_items_proto_rawDesc = []byte{
    	0x0a, 0x11, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2f, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x70, 0x72,
    	0x6f, 0x74, 0x6f, 0x12, 0x0d, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65,
    	0x6d, 0x73, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
    	0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a,
    	0x13, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70,
    	0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x12, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x65, 0x72, 0x72,
    	0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
    	0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74,
    	0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
    	0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63,
    	0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x37, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72,
    	0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
    	0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x69,
    	0x65, 0x6c, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x66, 0x69, 0x65, 0x6c, 0x64,
    	0x22, 0x3b, 0x0a, 0x0b, 0x44, 0x65, 0x63, 0x6f, 0x64, 0x65, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12,
    	0x2c, 0x0a, 0x06, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32,
    	0x14, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e,
    	0x45, 0x72, 0x72, 0x6f, 0x72, 0x52, 0x06, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x73, 0x22, 0x3f, 0x0a,
    	0x0f, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x72, 0x72, 0x6f, 0x72,
    	0x12, 0x2c, 0x0a, 0x06, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b,
    	0x32, 0x14, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73,
    	0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x52, 0x06, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x73, 0x22, 0x41,
    	0x0a, 0x11, 0x4d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x72,
    	0x72, 0x6f, 0x72, 0x12, 0x2c, 0x0a, 0x06, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x73, 0x18, 0x02, 0x20,
    	0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74,
    	0x65, 0x6d, 0x73, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x52, 0x06, 0x65, 0x72, 0x72, 0x6f, 0x72,
    	0x73, 0x22, 0x97, 0x01, 0x0a, 0x0b, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e,
    	0x73, 0x12, 0x12, 0x0a, 0x04, 0x65, 0x64, 0x69, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52,
    	0x04, 0x65, 0x64, 0x69, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65,
    	0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x61, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x12,
    	0x18, 0x0a, 0x07, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08,
    	0x52, 0x07, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x12, 0x1f, 0x0a, 0x0b, 0x73, 0x6f, 0x66,
    	0x74, 0x5f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a,
    	0x73, 0x6f, 0x66, 0x74, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x68, 0x61,
    	0x72, 0x64, 0x5f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52,
    	0x0a, 0x68, 0x61, 0x72, 0x64, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x22, 0xef, 0x07, 0x0a, 0x04,
    	0x49, 0x74, 0x65, 0x6d, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
    	0x52, 0x02, 0x69, 0x64, 0x12, 0x19, 0x0a, 0x08, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64,
    	0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x73, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x12,
    	0x15, 0x0a, 0x06, 0x65, 0x6e, 0x76, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
    	0x05, 0x65, 0x6e, 0x76, 0x49, 0x64, 0x12, 0x23, 0x0a, 0x0d, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63,
    	0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x63,
    	0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x2f, 0x0a, 0x05, 0x73,
    	0x74, 0x61, 0x74, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x19, 0x2e, 0x63, 0x6f, 0x6e,
    	0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x2e,
    	0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x12, 0x40, 0x0a, 0x0e,
    	0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x72, 0x65, 0x76, 0x5f, 0x61, 0x74, 0x18, 0x06,
    	0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
    	0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70,
    	0x52, 0x0c, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x52, 0x65, 0x76, 0x41, 0x74, 0x12, 0x1d,
    	0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x62, 0x79, 0x18, 0x07, 0x20, 0x01,
    	0x28, 0x09, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x42, 0x79, 0x12, 0x39, 0x0a,
    	0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28,
    	0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
    	0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x09, 0x63,
    	0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x75, 0x70, 0x64, 0x61,
    	0x74, 0x65, 0x64, 0x5f, 0x62, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x75, 0x70,
    	0x64, 0x61, 0x74, 0x65, 0x64, 0x42, 0x79, 0x12, 0x39, 0x0a, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74,
    	0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f,
    	0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69,
    	0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x09, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64,
    	0x41, 0x74, 0x12, 0x2b, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b,
    	0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
    	0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12,
    	0x1f, 0x0a, 0x0b, 0x72, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x0d,
    	0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x72, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x64,
    	0x12, 0x31, 0x0a, 0x14, 0x72, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x65, 0x73,
    	0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x13,
    	0x72, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74,
    	0x69, 0x6f, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x18, 0x13,
    	0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x12, 0x16, 0x0a,
    	0x06, 0x68, 0x69, 0x64, 0x64, 0x65, 0x6e, 0x18, 0x14, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x68,
    	0x69, 0x64, 0x64, 0x65, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74,
    	0x65, 0x18, 0x15, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74,
    	0x65, 0x12, 0x3c, 0x0a, 0x0b, 0x70, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x73,
    	0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74,
    	0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f,
    	0x6e, 0x73, 0x52, 0x0b, 0x70, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12,
    	0x21, 0x0a, 0x0c, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x5f, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x18,
    	0x17, 0x20, 0x01, 0x28, 0x01, 0x52, 0x0b, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x53, 0x63, 0x6f,
    	0x72, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x65, 0x5f, 0x69, 0x64, 0x18,
    	0x64, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x65, 0x49, 0x64, 0x12,
    	0x49, 0x0a, 0x0c, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18,
    	0x0c, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e,
    	0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73,
    	0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0c, 0x74, 0x72,
    	0x61, 0x6e, 0x73, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x29, 0x0a, 0x10, 0x74, 0x72,
    	0x61, 0x6e, 0x73, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x65,
    	0x20, 0x03, 0x28, 0x09, 0x52, 0x0f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x6c, 0x61, 0x74, 0x69, 0x6f,
    	0x6e, 0x73, 0x49, 0x64, 0x73, 0x1a, 0x58, 0x0a, 0x11, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x6c, 0x61,
    	0x74, 0x69, 0x6f, 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65,
    	0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x2d, 0x0a, 0x05,
    	0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f,
    	0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74,
    	0x72, 0x75, 0x63, 0x74, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22,
    	0x3c, 0x0a, 0x05, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x09, 0x0a, 0x05, 0x44, 0x52, 0x41, 0x46,
    	0x54, 0x10, 0x00, 0x12, 0x0d, 0x0a, 0x09, 0x50, 0x55, 0x42, 0x4c, 0x49, 0x53, 0x48, 0x45, 0x44,
    	0x10, 0x01, 0x12, 0x0b, 0x0a, 0x07, 0x43, 0x48, 0x41, 0x4e, 0x47, 0x45, 0x44, 0x10, 0x02, 0x12,
    	0x0c, 0x0a, 0x08, 0x41, 0x52, 0x43, 0x48, 0x49, 0x56, 0x45, 0x44, 0x10, 0x03, 0x22, 0x7d, 0x0a,
    	0x0b, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0x19, 0x0a, 0x08,
    	0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07,
    	0x73, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x15, 0x0a, 0x06, 0x65, 0x6e, 0x76, 0x5f, 0x69,
    	0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x6e, 0x76, 0x49, 0x64, 0x12, 0x23,
    	0x0a, 0x0d, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18,
    	0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f,
    	0x6e, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x69, 0x74, 0x65, 0x6d, 0x5f, 0x69, 0x64, 0x18, 0x04,
    	0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x69, 0x74, 0x65, 0x6d, 0x49, 0x64, 0x22, 0x7d, 0x0a, 0x0b,
    	0x45, 0x76, 0x65, 0x6e, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x73,
    	0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x73,
    	0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x15, 0x0a, 0x06, 0x65, 0x6e, 0x76, 0x5f, 0x69, 0x64,
    	0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x6e, 0x76, 0x49, 0x64, 0x12, 0x23, 0x0a,
    	0x0d, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x03,
    	0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e,
    	0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x69, 0x74, 0x65, 0x6d, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20,
    	0x01, 0x28, 0x09, 0x52, 0x06, 0x69, 0x74, 0x65, 0x6d, 0x49, 0x64, 0x22, 0x7e, 0x0a, 0x0c, 0x45,
    	0x76, 0x65, 0x6e, 0x74, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x12, 0x19, 0x0a, 0x08, 0x73,
    	0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x73,
    	0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x15, 0x0a, 0x06, 0x65, 0x6e, 0x76, 0x5f, 0x69, 0x64,
    	0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x6e, 0x76, 0x49, 0x64, 0x12, 0x23, 0x0a,
    	0x0d, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x03,
    	0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e,
    	0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x69, 0x74, 0x65, 0x6d, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20,
    	0x01, 0x28, 0x09, 0x52, 0x06, 0x69, 0x74, 0x65, 0x6d, 0x49, 0x64, 0x22, 0x80, 0x01, 0x0a, 0x0e,
    	0x45, 0x76, 0x65, 0x6e, 0x74, 0x55, 0x6e, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x12, 0x19,
    	0x0a, 0x08, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
    	0x52, 0x07, 0x73, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x15, 0x0a, 0x06, 0x65, 0x6e, 0x76,
    	0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x6e, 0x76, 0x49, 0x64,
    	0x12, 0x23, 0x0a, 0x0d, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69,
    	0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74,
    	0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x69, 0x74, 0x65, 0x6d, 0x5f, 0x69, 0x64,
    	0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x69, 0x74, 0x65, 0x6d, 0x49, 0x64, 0x22, 0x7d,
    	0x0a, 0x0b, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x19, 0x0a,
    	0x08, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
    	0x07, 0x73, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x15, 0x0a, 0x06, 0x65, 0x6e, 0x76, 0x5f,
    	0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x6e, 0x76, 0x49, 0x64, 0x12,
    	0x23, 0x0a, 0x0d, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64,
    	0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69,
    	0x6f, 0x6e, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x69, 0x74, 0x65, 0x6d, 0x5f, 0x69, 0x64, 0x18,
    	0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x69, 0x74, 0x65, 0x6d, 0x49, 0x64, 0x22, 0x4a, 0x0a,
    	0x06, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20,
    	0x03, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x22, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18,
    	0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x46,
    	0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x0c, 0x0a, 0x01, 0x71,
    	0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x01, 0x71, 0x22, 0x32, 0x0a, 0x0d, 0x43, 0x72, 0x65,
    	0x61, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x21, 0x0a, 0x0c, 0x75, 0x70,
    	0x64, 0x61, 0x74, 0x65, 0x5f, 0x61, 0x74, 0x74, 0x72, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08,
    	0x52, 0x0b, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x74, 0x74, 0x72, 0x73, 0x22, 0xee, 0x01,
    	0x0a, 0x0b, 0x46, 0x69, 0x6e, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x2d, 0x0a,
    	0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13,
    	0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x4f, 0x70, 0x74, 0x69,
    	0x6f, 0x6e, 0x73, 0x52, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x18, 0x0a, 0x07,
    	0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x64,
    	0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x67, 0x75, 0x6c, 0x61,
    	0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x72, 0x65, 0x67, 0x75, 0x6c, 0x61, 0x72,
    	0x12, 0x16, 0x0a, 0x06, 0x68, 0x69, 0x64, 0x64, 0x65, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08,
    	0x52, 0x06, 0x68, 0x69, 0x64, 0x64, 0x65, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x65, 0x6d, 0x70,
    	0x6c, 0x61, 0x74, 0x65, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x74, 0x65, 0x6d,
    	0x70, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x12, 0x1b, 0x0a, 0x09, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x65,
    	0x5f, 0x69, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x6f, 0x63, 0x61, 0x6c,
    	0x65, 0x49, 0x64, 0x12, 0x29, 0x0a, 0x10, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x6c, 0x61, 0x74, 0x69,
    	0x6f, 0x6e, 0x73, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0f, 0x74,
    	0x72, 0x61, 0x6e, 0x73, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x49, 0x64, 0x73, 0x22, 0x32,
    	0x0a, 0x0d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12,
    	0x21, 0x0a, 0x0c, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x61, 0x74, 0x74, 0x72, 0x73, 0x18,
    	0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0b, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x74, 0x74,
    	0x72, 0x73, 0x22, 0x5d, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68,
    	0x65, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x1b, 0x0a, 0x09, 0x6c, 0x6f, 0x63,
    	0x61, 0x6c, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x6f,
    	0x63, 0x61, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x29, 0x0a, 0x10, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x6c,
    	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x09,
    	0x52, 0x0f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x49, 0x64,
    	0x73, 0x22, 0x48, 0x0a, 0x0d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f,
    	0x6e, 0x73, 0x12, 0x21, 0x0a, 0x0c, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x61, 0x74, 0x74,
    	0x72, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0b, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65,
    	0x41, 0x74, 0x74, 0x72, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x72, 0x61, 0x73, 0x65, 0x18, 0x02,
    	0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x65, 0x72, 0x61, 0x73, 0x65, 0x22, 0x34, 0x0a, 0x0f, 0x55,
    	0x6e, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x21,
    	0x0a, 0x0c, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x61, 0x74, 0x74, 0x72, 0x73, 0x18, 0x01,
    	0x20, 0x01, 0x28, 0x08, 0x52, 0x0b, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x74, 0x74, 0x72,
    	0x73, 0x22, 0x33, 0x0a, 0x0e, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x4f, 0x70, 0x74, 0x69,
    	0x6f, 0x6e, 0x73, 0x12, 0x21, 0x0a, 0x0c, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x61, 0x74,
    	0x74, 0x72, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0b, 0x75, 0x70, 0x64, 0x61, 0x74,
    	0x65, 0x41, 0x74, 0x74, 0x72, 0x73, 0x22, 0x35, 0x0a, 0x10, 0x55, 0x6e, 0x70, 0x75, 0x62, 0x6c,
    	0x69, 0x73, 0x68, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x21, 0x0a, 0x0c, 0x75, 0x70,
    	0x64, 0x61, 0x74, 0x65, 0x5f, 0x61, 0x74, 0x74, 0x72, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08,
    	0x52, 0x0b, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x74, 0x74, 0x72, 0x73, 0x22, 0xdd, 0x01,
    	0x0a, 0x14, 0x46, 0x69, 0x6e, 0x64, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x64, 0x4f,
    	0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x2d, 0x0a, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e,
    	0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
    	0x2e, 0x46, 0x69, 0x6e, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x07, 0x6f, 0x70,
    	0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x67, 0x75, 0x6c, 0x61, 0x72,
    	0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x72, 0x65, 0x67, 0x75, 0x6c, 0x61, 0x72, 0x12,
    	0x16, 0x0a, 0x06, 0x68, 0x69, 0x64, 0x64, 0x65, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52,
    	0x06, 0x68, 0x69, 0x64, 0x64, 0x65, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x65, 0x6d, 0x70, 0x6c,
    	0x61, 0x74, 0x65, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x74, 0x65, 0x6d, 0x70,
    	0x6c, 0x61, 0x74, 0x65, 0x73, 0x12, 0x1b, 0x0a, 0x09, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x65, 0x5f,
    	0x69, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x65,
    	0x49, 0x64, 0x12, 0x29, 0x0a, 0x10, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x6c, 0x61, 0x74, 0x69, 0x6f,
    	0x6e, 0x73, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0f, 0x74, 0x72,
    	0x61, 0x6e, 0x73, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x49, 0x64, 0x73, 0x22, 0x8c, 0x01,
    	0x0a, 0x13, 0x46, 0x69, 0x6e, 0x64, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x64, 0x4f, 0x70,
    	0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x2d, 0x0a, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73,
    	0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e,
    	0x46, 0x69, 0x6e, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x07, 0x6f, 0x70, 0x74,
    	0x69, 0x6f, 0x6e, 0x73, 0x12, 0x1b, 0x0a, 0x09, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x65, 0x5f, 0x69,
    	0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x65, 0x49,
    	0x64, 0x12, 0x29, 0x0a, 0x10, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e,
    	0x73, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0f, 0x74, 0x72, 0x61,
    	0x6e, 0x73, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x49, 0x64, 0x73, 0x22, 0x8d, 0x01, 0x0a,
    	0x14, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x4f, 0x70,
    	0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x2d, 0x0a, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73,
    	0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e,
    	0x46, 0x69, 0x6e, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x07, 0x6f, 0x70, 0x74,
    	0x69, 0x6f, 0x6e, 0x73, 0x12, 0x1b, 0x0a, 0x09, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x65, 0x5f, 0x69,
    	0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x65, 0x49,
    	0x64, 0x12, 0x29, 0x0a, 0x10, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e,
    	0x73, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0f, 0x74, 0x72, 0x61,
    	0x6e, 0x73, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x49, 0x64, 0x73, 0x22, 0x5c, 0x0a, 0x12,
    	0x47, 0x65, 0x74, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x4f, 0x70, 0x74, 0x69, 0x6f,
    	0x6e, 0x73, 0x12, 0x1b, 0x0a, 0x09, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x65, 0x5f, 0x69, 0x64, 0x18,
    	0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x65, 0x49, 0x64, 0x12,
    	0x29, 0x0a, 0x10, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x5f,
    	0x69, 0x64, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0f, 0x74, 0x72, 0x61, 0x6e, 0x73,
    	0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x49, 0x64, 0x73, 0x22, 0x92, 0x01, 0x0a, 0x10, 0x41,
    	0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12,
    	0x43, 0x0a, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32,
    	0x2b, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e,
    	0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73,
    	0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x06, 0x66, 0x69,
    	0x65, 0x6c, 0x64, 0x73, 0x1a, 0x39, 0x0a, 0x0b, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x45, 0x6e,
    	0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
    	0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02,
    	0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22,
    	0xa4, 0x01, 0x0a, 0x19, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x65, 0x50, 0x75, 0x62,
    	0x6c, 0x69, 0x73, 0x68, 0x65, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x4c, 0x0a,
    	0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x34, 0x2e,
    	0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x41, 0x67,
    	0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x65, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x64,
    	0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x45, 0x6e,
    	0x74, 0x72, 0x79, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x1a, 0x39, 0x0a, 0x0b, 0x46,
    	0x69, 0x65, 0x6c, 0x64, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65,
    	0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05,
    	0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c,
    	0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x70, 0x0a, 0x0d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65,
    	0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x27, 0x0a, 0x04, 0x69, 0x74, 0x65, 0x6d, 0x18,
    	0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e,
    	0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x04, 0x69, 0x74, 0x65, 0x6d,
    	0x12, 0x36, 0x0a, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28,
    	0x0b, 0x32, 0x1c, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d,
    	0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52,
    	0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x3f, 0x0a, 0x0e, 0x43, 0x72, 0x65, 0x61,
    	0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2d, 0x0a, 0x07, 0x63, 0x72,
    	0x65, 0x61, 0x74, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x63, 0x6f,
    	0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x49, 0x74, 0x65, 0x6d,
    	0x52, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x22, 0x3c, 0x0a, 0x11, 0x49, 0x6e, 0x74,
    	0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x27,
    	0x0a, 0x04, 0x69, 0x74, 0x65, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x63,
    	0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x49, 0x74, 0x65,
    	0x6d, 0x52, 0x04, 0x69, 0x74, 0x65, 0x6d, 0x22, 0xab, 0x01, 0x0a, 0x12, 0x49, 0x6e, 0x74, 0x72,
    	0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x27,
    	0x0a, 0x04, 0x69, 0x74, 0x65, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x63,
    	0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x49, 0x74, 0x65,
    	0x6d, 0x52, 0x04, 0x69, 0x74, 0x65, 0x6d, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x63, 0x68, 0x65, 0x6d,
    	0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x12,
    	0x54, 0x0a, 0x11, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x65, 0x72,
    	0x72, 0x6f, 0x72, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x63, 0x6f, 0x6d,
    	0x6d, 0x6f, 0x6e, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x2e, 0x42, 0x61, 0x64, 0x52, 0x65, 0x71,
    	0x75, 0x65, 0x73, 0x74, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x69, 0x6f, 0x6c, 0x61, 0x74,
    	0x69, 0x6f, 0x6e, 0x52, 0x10, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45,
    	0x72, 0x72, 0x6f, 0x72, 0x73, 0x22, 0x54, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x4f, 0x70, 0x74, 0x69,
    	0x6f, 0x6e, 0x73, 0x12, 0x1b, 0x0a, 0x09, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x65, 0x5f, 0x69, 0x64,
    	0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x65, 0x49, 0x64,
    	0x12, 0x29, 0x0a, 0x10, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73,
    	0x5f, 0x69, 0x64, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0f, 0x74, 0x72, 0x61, 0x6e,
    	0x73, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x49, 0x64, 0x73, 0x22, 0xb1, 0x01, 0x0a, 0x0a,
    	0x47, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x73, 0x70,
    	0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x73, 0x70,
    	0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x15, 0x0a, 0x06, 0x65, 0x6e, 0x76, 0x5f, 0x69, 0x64, 0x18,
    	0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x6e, 0x76, 0x49, 0x64, 0x12, 0x23, 0x0a, 0x0d,
    	0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20,
    	0x01, 0x28, 0x09, 0x52, 0x0c, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49,
    	0x64, 0x12, 0x17, 0x0a, 0x07, 0x69, 0x74, 0x65, 0x6d, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01,
    	0x28, 0x09, 0x52, 0x06, 0x69, 0x74, 0x65, 0x6d, 0x49, 0x64, 0x12, 0x33, 0x0a, 0x07, 0x6f, 0x70,
    	0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x63, 0x6f,
    	0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x4f,
    	0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22,
    	0x36, 0x0a, 0x0b, 0x47, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x27,
    	0x0a, 0x04, 0x69, 0x74, 0x65, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x63,
    	0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x49, 0x74, 0x65,
    	0x6d, 0x52, 0x04, 0x69, 0x74, 0x65, 0x6d, 0x22, 0xc9, 0x01, 0x0a, 0x0b, 0x46, 0x69, 0x6e, 0x64,
    	0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x73, 0x70, 0x61, 0x63, 0x65,
    	0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x73, 0x70, 0x61, 0x63, 0x65,
    	0x49, 0x64, 0x12, 0x15, 0x0a, 0x06, 0x65, 0x6e, 0x76, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01,
    	0x28, 0x09, 0x52, 0x05, 0x65, 0x6e, 0x76, 0x49, 0x64, 0x12, 0x23, 0x0a, 0x0d, 0x63, 0x6f, 0x6c,
    	0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
    	0x52, 0x0c, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x2d,
    	0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15,
    	0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x46,
    	0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x34, 0x0a,
    	0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a,
    	0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x46,
    	0x69, 0x6e, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x07, 0x6f, 0x70, 0x74, 0x69,
    	0x6f, 0x6e, 0x73, 0x22, 0x4f, 0x0a, 0x0c, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f,
    	0x6e, 0x73, 0x65, 0x12, 0x29, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x01, 0x20, 0x03,
    	0x28, 0x0b, 0x32, 0x13, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65,
    	0x6d, 0x73, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x14,
    	0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x74,
    	0x6f, 0x74, 0x61, 0x6c, 0x22, 0x70, 0x0a, 0x0d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65,
    	0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x27, 0x0a, 0x04, 0x69, 0x74, 0x65, 0x6d, 0x18, 0x01, 0x20,
    	0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74,
    	0x65, 0x6d, 0x73, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x04, 0x69, 0x74, 0x65, 0x6d, 0x12, 0x36,
    	0x0a, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
    	0x1c, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e,
    	0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x07, 0x6f,
    	0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x70, 0x0a, 0x0d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65,
    	0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x27, 0x0a, 0x04, 0x69, 0x74, 0x65, 0x6d, 0x18,
    	0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e,
    	0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x04, 0x69, 0x74, 0x65, 0x6d,
    	0x12, 0x36, 0x0a, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28,
    	0x0b, 0x32, 0x1c, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d,
    	0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52,
    	0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x74, 0x0a, 0x0f, 0x55, 0x6e, 0x64, 0x65,
    	0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x27, 0x0a, 0x04, 0x69,
    	0x74, 0x65, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x63, 0x6f, 0x6e, 0x74,
    	0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x04,
    	0x69, 0x74, 0x65, 0x6d, 0x12, 0x38, 0x0a, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18,
    	0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e,
    	0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x55, 0x6e, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70,
    	0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x72,
    	0x0a, 0x0e, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
    	0x12, 0x27, 0x0a, 0x04, 0x69, 0x74, 0x65, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13,
    	0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x49,
    	0x74, 0x65, 0x6d, 0x52, 0x04, 0x69, 0x74, 0x65, 0x6d, 0x12, 0x37, 0x0a, 0x07, 0x6f, 0x70, 0x74,
    	0x69, 0x6f, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x63, 0x6f, 0x6e,
    	0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x50, 0x75, 0x62, 0x6c, 0x69,
    	0x73, 0x68, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f,
    	0x6e, 0x73, 0x22, 0x76, 0x0a, 0x10, 0x55, 0x6e, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x52,
    	0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x27, 0x0a, 0x04, 0x69, 0x74, 0x65, 0x6d, 0x18, 0x01,
    	0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69,
    	0x74, 0x65, 0x6d, 0x73, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x04, 0x69, 0x74, 0x65, 0x6d, 0x12,
    	0x39, 0x0a, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
    	0x32, 0x1f, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73,
    	0x2e, 0x55, 0x6e, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e,
    	0x73, 0x52, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0xc3, 0x01, 0x0a, 0x13, 0x47,
    	0x65, 0x74, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65,
    	0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01,
    	0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x73, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x15, 0x0a,
    	0x06, 0x65, 0x6e, 0x76, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65,
    	0x6e, 0x76, 0x49, 0x64, 0x12, 0x23, 0x0a, 0x0d, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69,
    	0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x63, 0x6f, 0x6c,
    	0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x69, 0x74, 0x65,
    	0x6d, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x69, 0x74, 0x65, 0x6d,
    	0x49, 0x64, 0x12, 0x3c, 0x0a, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x0a, 0x20,
    	0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74,
    	0x65, 0x6d, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x64,
    	0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73,
    	0x22, 0x3f, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x64,
    	0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x27, 0x0a, 0x04, 0x69, 0x74, 0x65, 0x6d,
    	0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74,
    	0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x04, 0x69, 0x74, 0x65,
    	0x6d, 0x22, 0xdb, 0x01, 0x0a, 0x14, 0x46, 0x69, 0x6e, 0x64, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73,
    	0x68, 0x65, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x73, 0x70,
    	0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x73, 0x70,
    	0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x15, 0x0a, 0x06, 0x65, 0x6e, 0x76, 0x5f, 0x69, 0x64, 0x18,
    	0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x6e, 0x76, 0x49, 0x64, 0x12, 0x23, 0x0a, 0x0d,
    	0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20,
    	0x01, 0x28, 0x09, 0x52, 0x0c, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49,
    	0x64, 0x12, 0x2d, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28,
    	0x0b, 0x32, 0x15, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d,
    	0x73, 0x2e, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72,
    	0x12, 0x3d, 0x0a, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28,
    	0x0b, 0x32, 0x23, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d,
    	0x73, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x64, 0x4f,
    	0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22,
    	0x58, 0x0a, 0x15, 0x46, 0x69, 0x6e, 0x64, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x64,
    	0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x29, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d,
    	0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e,
    	0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x05, 0x69, 0x74,
    	0x65, 0x6d, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01,
    	0x28, 0x05, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x22, 0xd3, 0x01, 0x0a, 0x10, 0x41, 0x67,
    	0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19,
    	0x0a, 0x08, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
    	0x52, 0x07, 0x73, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x15, 0x0a, 0x06, 0x65, 0x6e, 0x76,
    	0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x6e, 0x76, 0x49, 0x64,
    	0x12, 0x23, 0x0a, 0x0d, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69,
    	0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74,
    	0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x2d, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18,
    	0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e,
    	0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x06, 0x66, 0x69,
    	0x6c, 0x74, 0x65, 0x72, 0x12, 0x39, 0x0a, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18,
    	0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e,
    	0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x65, 0x4f,
    	0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22,
    	0x44, 0x0a, 0x11, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70,
    	0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2f, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01,
    	0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
    	0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x06, 0x72,
    	0x65, 0x73, 0x75, 0x6c, 0x74, 0x22, 0xe5, 0x01, 0x0a, 0x19, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67,
    	0x61, 0x74, 0x65, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x64, 0x52, 0x65, 0x71, 0x75,
    	0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18,
    	0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x73, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x15,
    	0x0a, 0x06, 0x65, 0x6e, 0x76, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05,
    	0x65, 0x6e, 0x76, 0x49, 0x64, 0x12, 0x23, 0x0a, 0x0d, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74,
    	0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x63, 0x6f,
    	0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x2d, 0x0a, 0x06, 0x66, 0x69,
    	0x6c, 0x74, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x63, 0x6f, 0x6e,
    	0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x46, 0x69, 0x6c, 0x74, 0x65,
    	0x72, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x42, 0x0a, 0x07, 0x6f, 0x70, 0x74,
    	0x69, 0x6f, 0x6e, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x63, 0x6f, 0x6e,
    	0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x41, 0x67, 0x67, 0x72, 0x65,
    	0x67, 0x61, 0x74, 0x65, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x64, 0x4f, 0x70, 0x74,
    	0x69, 0x6f, 0x6e, 0x73, 0x52, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x4d, 0x0a,
    	0x1a, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x65, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73,
    	0x68, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2f, 0x0a, 0x06, 0x72,
    	0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f,
    	0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74,
    	0x72, 0x75, 0x63, 0x74, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22, 0xe2, 0x01, 0x0a,
    	0x12, 0x47, 0x65, 0x74, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75,
    	0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18,
    	0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x73, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x15,
    	0x0a, 0x06, 0x65, 0x6e, 0x76, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05,
    	0x65, 0x6e, 0x76, 0x49, 0x64, 0x12, 0x23, 0x0a, 0x0d, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74,
    	0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x63, 0x6f,
    	0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x69, 0x74,
    	0x65, 0x6d, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x69, 0x74, 0x65,
    	0x6d, 0x49, 0x64, 0x12, 0x1f, 0x0a, 0x0b, 0x72, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f,
    	0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x72, 0x65, 0x76, 0x69, 0x73, 0x69,
    	0x6f, 0x6e, 0x49, 0x64, 0x12, 0x3b, 0x0a, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18,
    	0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e,
    	0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f,
    	0x6e, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e,
    	0x73, 0x22, 0x3e, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e,
    	0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x27, 0x0a, 0x04, 0x69, 0x74, 0x65, 0x6d,
    	0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74,
    	0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x04, 0x69, 0x74, 0x65,
    	0x6d, 0x22, 0xc5, 0x01, 0x0a, 0x14, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69,
    	0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x73, 0x70,
    	0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x73, 0x70,
    	0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x15, 0x0a, 0x06, 0x65, 0x6e, 0x76, 0x5f, 0x69, 0x64, 0x18,
    	0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x6e, 0x76, 0x49, 0x64, 0x12, 0x23, 0x0a, 0x0d,
    	0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20,
    	0x01, 0x28, 0x09, 0x52, 0x0c, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49,
    	0x64, 0x12, 0x17, 0x0a, 0x07, 0x69, 0x74, 0x65, 0x6d, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01,
    	0x28, 0x09, 0x52, 0x06, 0x69, 0x74, 0x65, 0x6d, 0x49, 0x64, 0x12, 0x3d, 0x0a, 0x07, 0x6f, 0x70,
    	0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x63, 0x6f,
    	0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74,
    	0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73,
    	0x52, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x42, 0x0a, 0x15, 0x4c, 0x69, 0x73,
    	0x74, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
    	0x73, 0x65, 0x12, 0x29, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28,
    	0x0b, 0x32, 0x13, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d,
    	0x73, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x22, 0x39, 0x0a,
    	0x0e, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
    	0x27, 0x0a, 0x04, 0x69, 0x74, 0x65, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e,
    	0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x49, 0x74,
    	0x65, 0x6d, 0x52, 0x04, 0x69, 0x74, 0x65, 0x6d, 0x22, 0x3b, 0x0a, 0x10, 0x55, 0x6e, 0x61, 0x72,
    	0x63, 0x68, 0x69, 0x76, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x27, 0x0a, 0x04,
    	0x69, 0x74, 0x65, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x63, 0x6f, 0x6e,
    	0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x52,
    	0x04, 0x69, 0x74, 0x65, 0x6d, 0x22, 0xd9, 0x01, 0x0a, 0x13, 0x46, 0x69, 0x6e, 0x64, 0x41, 0x72,
    	0x63, 0x68, 0x69, 0x76, 0x65, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a,
    	0x08, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
    	0x07, 0x73, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x15, 0x0a, 0x06, 0x65, 0x6e, 0x76, 0x5f,
    	0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x6e, 0x76, 0x49, 0x64, 0x12,
    	0x23, 0x0a, 0x0d, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64,
    	0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69,
    	0x6f, 0x6e, 0x49, 0x64, 0x12, 0x2d, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x04,
    	0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69,
    	0x74, 0x65, 0x6d, 0x73, 0x2e, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x06, 0x66, 0x69, 0x6c,
    	0x74, 0x65, 0x72, 0x12, 0x3c, 0x0a, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x06,
    	0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69,
    	0x74, 0x65, 0x6d, 0x73, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65,
    	0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e,
    	0x73, 0x22, 0x57, 0x0a, 0x14, 0x46, 0x69, 0x6e, 0x64, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65,
    	0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x29, 0x0a, 0x05, 0x69, 0x74, 0x65,
    	0x6d, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65,
    	0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x05, 0x69,
    	0x74, 0x65, 0x6d, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x02, 0x20,
    	0x01, 0x28, 0x05, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x32, 0x93, 0x0b, 0x0a, 0x05, 0x49,
    	0x74, 0x65, 0x6d, 0x73, 0x12, 0x47, 0x0a, 0x06, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0x1c,
    	0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x43,
    	0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x63,
    	0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x43, 0x72, 0x65,
    	0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x53, 0x0a,
    	0x0a, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x12, 0x20, 0x2e, 0x63, 0x6f,
    	0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x49, 0x6e, 0x74, 0x72,
    	0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e,
    	0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x49, 0x6e,
    	0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
    	0x22, 0x00, 0x12, 0x3e, 0x0a, 0x03, 0x47, 0x65, 0x74, 0x12, 0x19, 0x2e, 0x63, 0x6f, 0x6e, 0x74,
    	0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x65, 0x71,
    	0x75, 0x65, 0x73, 0x74, 0x1a, 0x1a, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69,
    	0x74, 0x65, 0x6d, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
    	0x22, 0x00, 0x12, 0x41, 0x0a, 0x04, 0x46, 0x69, 0x6e, 0x64, 0x12, 0x1a, 0x2e, 0x63, 0x6f, 0x6e,
    	0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x52,
    	0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74,
    	0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f,
    	0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x40, 0x0a, 0x06, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12,
    	0x1c, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e,
    	0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e,
    	0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
    	0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x40, 0x0a, 0x06, 0x44, 0x65, 0x6c, 0x65, 0x74,
    	0x65, 0x12, 0x1c, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d,
    	0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
    	0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
    	0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x44, 0x0a, 0x08, 0x55, 0x6e, 0x64,
    	0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x1e, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e,
    	0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x55, 0x6e, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65,
    	0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
    	0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12,
    	0x42, 0x0a, 0x07, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x12, 0x1d, 0x2e, 0x63, 0x6f, 0x6e,
    	0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x50, 0x75, 0x62, 0x6c, 0x69,
    	0x73, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
    	0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74,
    	0x79, 0x22, 0x00, 0x12, 0x46, 0x0a, 0x09, 0x55, 0x6e, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68,
    	0x12, 0x1f, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73,
    	0x2e, 0x55, 0x6e, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
    	0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
    	0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x59, 0x0a, 0x0c, 0x47,
    	0x65, 0x74, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x64, 0x12, 0x22, 0x2e, 0x63, 0x6f,
    	0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x50,
    	0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
    	0x23, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e,
    	0x47, 0x65, 0x74, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70,
    	0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x5c, 0x0a, 0x0d, 0x46, 0x69, 0x6e, 0x64, 0x50, 0x75,
    	0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x64, 0x12, 0x23, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e,
    	0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x50, 0x75, 0x62, 0x6c,
    	0x69, 0x73, 0x68, 0x65, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x63,
    	0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x46, 0x69, 0x6e,
    	0x64, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
    	0x73, 0x65, 0x22, 0x00, 0x12, 0x50, 0x0a, 0x09, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74,
    	0x65, 0x12, 0x1f, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d,
    	0x73, 0x2e, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65,
    	0x73, 0x74, 0x1a, 0x20, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65,
    	0x6d, 0x73, 0x2e, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70,
    	0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x6b, 0x0a, 0x12, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67,
    	0x61, 0x74, 0x65, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x64, 0x12, 0x28, 0x2e, 0x63,
    	0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x41, 0x67, 0x67,
    	0x72, 0x65, 0x67, 0x61, 0x74, 0x65, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x64, 0x52,
    	0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74,
    	0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x65,
    	0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
    	0x65, 0x22, 0x00, 0x12, 0x56, 0x0a, 0x0b, 0x47, 0x65, 0x74, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69,
    	0x6f, 0x6e, 0x12, 0x21, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65,
    	0x6d, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65,
    	0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e,
    	0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f,
    	0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x5c, 0x0a, 0x0d, 0x4c,
    	0x69, 0x73, 0x74, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x23, 0x2e, 0x63,
    	0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x4c, 0x69, 0x73,
    	0x74, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
    	0x74, 0x1a, 0x24, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d,
    	0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x52,
    	0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x42, 0x0a, 0x07, 0x41, 0x72, 0x63,
    	0x68, 0x69, 0x76, 0x65, 0x12, 0x1d, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69,
    	0x74, 0x65, 0x6d, 0x73, 0x2e, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x52, 0x65, 0x71, 0x75,
    	0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
    	0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x59, 0x0a,
    	0x0c, 0x46, 0x69, 0x6e, 0x64, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x64, 0x12, 0x22, 0x2e,
    	0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x46, 0x69,
    	0x6e, 0x64, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
    	0x74, 0x1a, 0x23, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x69, 0x74, 0x65, 0x6d,
    	0x73, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x64, 0x52, 0x65,
    	0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x46, 0x0a, 0x09, 0x55, 0x6e, 0x61, 0x72,
    	0x63, 0x68, 0x69, 0x76, 0x65, 0x12, 0x1f, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e,
    	0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x55, 0x6e, 0x61, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x52,
    	0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
    	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00,
    	0x42, 0x30, 0x5a, 0x2e, 0x67, 0x69, 0x74, 0x2e, 0x70, 0x65, 0x72, 0x78, 0x2e, 0x72, 0x75, 0x2f,
    	0x70, 0x65, 0x72, 0x78, 0x69, 0x73, 0x2f, 0x70, 0x65, 0x72, 0x78, 0x69, 0x73, 0x2d, 0x67, 0x6f,
    	0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x3b, 0x69, 0x74, 0x65,
    	0x6d, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
    }
    
    var (
    	file_items_items_proto_rawDescOnce sync.Once
    	file_items_items_proto_rawDescData = file_items_items_proto_rawDesc
    )
    
    func file_items_items_proto_rawDescGZIP() []byte {
    	file_items_items_proto_rawDescOnce.Do(func() {
    		file_items_items_proto_rawDescData = protoimpl.X.CompressGZIP(file_items_items_proto_rawDescData)
    	})
    	return file_items_items_proto_rawDescData
    }
    
    var file_items_items_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
    var file_items_items_proto_msgTypes = make([]protoimpl.MessageInfo, 59)
    var file_items_items_proto_goTypes = []any{
    	(Item_State)(0),                                // 0: content.items.Item.State
    	(*Error)(nil),                                  // 1: content.items.Error
    	(*DecodeError)(nil),                            // 2: content.items.DecodeError
    	(*ValidationError)(nil),                        // 3: content.items.ValidationError
    	(*ModificationError)(nil),                      // 4: content.items.ModificationError
    	(*Permissions)(nil),                            // 5: content.items.Permissions
    	(*Item)(nil),                                   // 6: content.items.Item
    	(*EventCreate)(nil),                            // 7: content.items.EventCreate
    	(*EventUpdate)(nil),                            // 8: content.items.EventUpdate
    	(*EventPublish)(nil),                           // 9: content.items.EventPublish
    	(*EventUnpublish)(nil),                         // 10: content.items.EventUnpublish
    	(*EventDelete)(nil),                            // 11: content.items.EventDelete
    	(*Filter)(nil),                                 // 12: content.items.Filter
    	(*CreateOptions)(nil),                          // 13: content.items.CreateOptions
    	(*FindOptions)(nil),                            // 14: content.items.FindOptions
    	(*UpdateOptions)(nil),                          // 15: content.items.UpdateOptions
    	(*GetPublishedOptions)(nil),                    // 16: content.items.GetPublishedOptions
    	(*DeleteOptions)(nil),                          // 17: content.items.DeleteOptions
    	(*UndeleteOptions)(nil),                        // 18: content.items.UndeleteOptions
    	(*PublishOptions)(nil),                         // 19: content.items.PublishOptions
    	(*UnpublishOptions)(nil),                       // 20: content.items.UnpublishOptions
    	(*FindPublishedOptions)(nil),                   // 21: content.items.FindPublishedOptions
    	(*FindArchivedOptions)(nil),                    // 22: content.items.FindArchivedOptions
    	(*ListRevisionsOptions)(nil),                   // 23: content.items.ListRevisionsOptions
    	(*GetRevisionOptions)(nil),                     // 24: content.items.GetRevisionOptions
    	(*AggregateOptions)(nil),                       // 25: content.items.AggregateOptions
    	(*AggregatePublishedOptions)(nil),              // 26: content.items.AggregatePublishedOptions
    	(*CreateRequest)(nil),                          // 27: content.items.CreateRequest
    	(*CreateResponse)(nil),                         // 28: content.items.CreateResponse
    	(*IntrospectRequest)(nil),                      // 29: content.items.IntrospectRequest
    	(*IntrospectResponse)(nil),                     // 30: content.items.IntrospectResponse
    	(*GetOptions)(nil),                             // 31: content.items.GetOptions
    	(*GetRequest)(nil),                             // 32: content.items.GetRequest
    	(*GetResponse)(nil),                            // 33: content.items.GetResponse
    	(*FindRequest)(nil),                            // 34: content.items.FindRequest
    	(*FindResponse)(nil),                           // 35: content.items.FindResponse
    	(*UpdateRequest)(nil),                          // 36: content.items.UpdateRequest
    	(*DeleteRequest)(nil),                          // 37: content.items.DeleteRequest
    	(*UndeleteRequest)(nil),                        // 38: content.items.UndeleteRequest
    	(*PublishRequest)(nil),                         // 39: content.items.PublishRequest
    	(*UnpublishRequest)(nil),                       // 40: content.items.UnpublishRequest
    	(*GetPublishedRequest)(nil),                    // 41: content.items.GetPublishedRequest
    	(*GetPublishedResponse)(nil),                   // 42: content.items.GetPublishedResponse
    	(*FindPublishedRequest)(nil),                   // 43: content.items.FindPublishedRequest
    	(*FindPublishedResponse)(nil),                  // 44: content.items.FindPublishedResponse
    	(*AggregateRequest)(nil),                       // 45: content.items.AggregateRequest
    	(*AggregateResponse)(nil),                      // 46: content.items.AggregateResponse
    	(*AggregatePublishedRequest)(nil),              // 47: content.items.AggregatePublishedRequest
    	(*AggregatePublishedResponse)(nil),             // 48: content.items.AggregatePublishedResponse
    	(*GetRevisionRequest)(nil),                     // 49: content.items.GetRevisionRequest
    	(*GetRevisionResponse)(nil),                    // 50: content.items.GetRevisionResponse
    	(*ListRevisionsRequest)(nil),                   // 51: content.items.ListRevisionsRequest
    	(*ListRevisionsResponse)(nil),                  // 52: content.items.ListRevisionsResponse
    	(*ArchiveRequest)(nil),                         // 53: content.items.ArchiveRequest
    	(*UnarchiveRequest)(nil),                       // 54: content.items.UnarchiveRequest
    	(*FindArchivedRequest)(nil),                    // 55: content.items.FindArchivedRequest
    	(*FindArchivedResponse)(nil),                   // 56: content.items.FindArchivedResponse
    	nil,                                            // 57: content.items.Item.TranslationsEntry
    	nil,                                            // 58: content.items.AggregateOptions.FieldsEntry
    	nil,                                            // 59: content.items.AggregatePublishedOptions.FieldsEntry
    	(*timestamppb.Timestamp)(nil),                  // 60: google.protobuf.Timestamp
    	(*structpb.Struct)(nil),                        // 61: google.protobuf.Struct
    	(*common.Filter)(nil),                          // 62: common.Filter
    	(*common.FindOptions)(nil),                     // 63: common.FindOptions
    	(*common.Error_BadRequest_FieldViolation)(nil), // 64: common.Error.BadRequest.FieldViolation
    	(*emptypb.Empty)(nil),                          // 65: google.protobuf.Empty
    }
    var file_items_items_proto_depIdxs = []int32{
    	1,  // 0: content.items.DecodeError.errors:type_name -> content.items.Error
    	1,  // 1: content.items.ValidationError.errors:type_name -> content.items.Error
    	1,  // 2: content.items.ModificationError.errors:type_name -> content.items.Error
    	0,  // 3: content.items.Item.state:type_name -> content.items.Item.State
    	60, // 4: content.items.Item.created_rev_at:type_name -> google.protobuf.Timestamp
    	60, // 5: content.items.Item.created_at:type_name -> google.protobuf.Timestamp
    	60, // 6: content.items.Item.updated_at:type_name -> google.protobuf.Timestamp
    	61, // 7: content.items.Item.data:type_name -> google.protobuf.Struct
    	5,  // 8: content.items.Item.permissions:type_name -> content.items.Permissions
    	57, // 9: content.items.Item.translations:type_name -> content.items.Item.TranslationsEntry
    	62, // 10: content.items.Filter.data:type_name -> common.Filter
    	63, // 11: content.items.FindOptions.options:type_name -> common.FindOptions
    	63, // 12: content.items.FindPublishedOptions.options:type_name -> common.FindOptions
    	63, // 13: content.items.FindArchivedOptions.options:type_name -> common.FindOptions
    	63, // 14: content.items.ListRevisionsOptions.options:type_name -> common.FindOptions
    	58, // 15: content.items.AggregateOptions.fields:type_name -> content.items.AggregateOptions.FieldsEntry
    	59, // 16: content.items.AggregatePublishedOptions.fields:type_name -> content.items.AggregatePublishedOptions.FieldsEntry
    	6,  // 17: content.items.CreateRequest.item:type_name -> content.items.Item
    	13, // 18: content.items.CreateRequest.options:type_name -> content.items.CreateOptions
    	6,  // 19: content.items.CreateResponse.created:type_name -> content.items.Item
    	6,  // 20: content.items.IntrospectRequest.item:type_name -> content.items.Item
    	6,  // 21: content.items.IntrospectResponse.item:type_name -> content.items.Item
    	64, // 22: content.items.IntrospectResponse.validation_errors:type_name -> common.Error.BadRequest.FieldViolation
    	31, // 23: content.items.GetRequest.options:type_name -> content.items.GetOptions
    	6,  // 24: content.items.GetResponse.item:type_name -> content.items.Item
    	12, // 25: content.items.FindRequest.filter:type_name -> content.items.Filter
    	14, // 26: content.items.FindRequest.options:type_name -> content.items.FindOptions
    	6,  // 27: content.items.FindResponse.items:type_name -> content.items.Item
    	6,  // 28: content.items.UpdateRequest.item:type_name -> content.items.Item
    	15, // 29: content.items.UpdateRequest.options:type_name -> content.items.UpdateOptions
    	6,  // 30: content.items.DeleteRequest.item:type_name -> content.items.Item
    	17, // 31: content.items.DeleteRequest.options:type_name -> content.items.DeleteOptions
    	6,  // 32: content.items.UndeleteRequest.item:type_name -> content.items.Item
    	18, // 33: content.items.UndeleteRequest.options:type_name -> content.items.UndeleteOptions
    	6,  // 34: content.items.PublishRequest.item:type_name -> content.items.Item
    	19, // 35: content.items.PublishRequest.options:type_name -> content.items.PublishOptions
    	6,  // 36: content.items.UnpublishRequest.item:type_name -> content.items.Item
    	20, // 37: content.items.UnpublishRequest.options:type_name -> content.items.UnpublishOptions
    	16, // 38: content.items.GetPublishedRequest.options:type_name -> content.items.GetPublishedOptions
    	6,  // 39: content.items.GetPublishedResponse.item:type_name -> content.items.Item
    	12, // 40: content.items.FindPublishedRequest.filter:type_name -> content.items.Filter
    	21, // 41: content.items.FindPublishedRequest.options:type_name -> content.items.FindPublishedOptions
    	6,  // 42: content.items.FindPublishedResponse.items:type_name -> content.items.Item
    	12, // 43: content.items.AggregateRequest.filter:type_name -> content.items.Filter
    	25, // 44: content.items.AggregateRequest.options:type_name -> content.items.AggregateOptions
    	61, // 45: content.items.AggregateResponse.result:type_name -> google.protobuf.Struct
    	12, // 46: content.items.AggregatePublishedRequest.filter:type_name -> content.items.Filter
    	26, // 47: content.items.AggregatePublishedRequest.options:type_name -> content.items.AggregatePublishedOptions
    	61, // 48: content.items.AggregatePublishedResponse.result:type_name -> google.protobuf.Struct
    	24, // 49: content.items.GetRevisionRequest.options:type_name -> content.items.GetRevisionOptions
    	6,  // 50: content.items.GetRevisionResponse.item:type_name -> content.items.Item
    	23, // 51: content.items.ListRevisionsRequest.options:type_name -> content.items.ListRevisionsOptions
    	6,  // 52: content.items.ListRevisionsResponse.items:type_name -> content.items.Item
    	6,  // 53: content.items.ArchiveRequest.item:type_name -> content.items.Item
    	6,  // 54: content.items.UnarchiveRequest.item:type_name -> content.items.Item
    	12, // 55: content.items.FindArchivedRequest.filter:type_name -> content.items.Filter
    	22, // 56: content.items.FindArchivedRequest.options:type_name -> content.items.FindArchivedOptions
    	6,  // 57: content.items.FindArchivedResponse.items:type_name -> content.items.Item
    	61, // 58: content.items.Item.TranslationsEntry.value:type_name -> google.protobuf.Struct
    	27, // 59: content.items.Items.Create:input_type -> content.items.CreateRequest
    	29, // 60: content.items.Items.Introspect:input_type -> content.items.IntrospectRequest
    	32, // 61: content.items.Items.Get:input_type -> content.items.GetRequest
    	34, // 62: content.items.Items.Find:input_type -> content.items.FindRequest
    	36, // 63: content.items.Items.Update:input_type -> content.items.UpdateRequest
    	37, // 64: content.items.Items.Delete:input_type -> content.items.DeleteRequest
    	38, // 65: content.items.Items.Undelete:input_type -> content.items.UndeleteRequest
    	39, // 66: content.items.Items.Publish:input_type -> content.items.PublishRequest
    	40, // 67: content.items.Items.Unpublish:input_type -> content.items.UnpublishRequest
    	41, // 68: content.items.Items.GetPublished:input_type -> content.items.GetPublishedRequest
    	43, // 69: content.items.Items.FindPublished:input_type -> content.items.FindPublishedRequest
    	45, // 70: content.items.Items.Aggregate:input_type -> content.items.AggregateRequest
    	47, // 71: content.items.Items.AggregatePublished:input_type -> content.items.AggregatePublishedRequest
    	49, // 72: content.items.Items.GetRevision:input_type -> content.items.GetRevisionRequest
    	51, // 73: content.items.Items.ListRevisions:input_type -> content.items.ListRevisionsRequest
    	53, // 74: content.items.Items.Archive:input_type -> content.items.ArchiveRequest
    	55, // 75: content.items.Items.FindArchived:input_type -> content.items.FindArchivedRequest
    	54, // 76: content.items.Items.Unarchive:input_type -> content.items.UnarchiveRequest
    	28, // 77: content.items.Items.Create:output_type -> content.items.CreateResponse
    	30, // 78: content.items.Items.Introspect:output_type -> content.items.IntrospectResponse
    	33, // 79: content.items.Items.Get:output_type -> content.items.GetResponse
    	35, // 80: content.items.Items.Find:output_type -> content.items.FindResponse
    	65, // 81: content.items.Items.Update:output_type -> google.protobuf.Empty
    	65, // 82: content.items.Items.Delete:output_type -> google.protobuf.Empty
    	65, // 83: content.items.Items.Undelete:output_type -> google.protobuf.Empty
    	65, // 84: content.items.Items.Publish:output_type -> google.protobuf.Empty
    	65, // 85: content.items.Items.Unpublish:output_type -> google.protobuf.Empty
    	42, // 86: content.items.Items.GetPublished:output_type -> content.items.GetPublishedResponse
    	44, // 87: content.items.Items.FindPublished:output_type -> content.items.FindPublishedResponse
    	46, // 88: content.items.Items.Aggregate:output_type -> content.items.AggregateResponse
    	48, // 89: content.items.Items.AggregatePublished:output_type -> content.items.AggregatePublishedResponse
    	50, // 90: content.items.Items.GetRevision:output_type -> content.items.GetRevisionResponse
    	52, // 91: content.items.Items.ListRevisions:output_type -> content.items.ListRevisionsResponse
    	65, // 92: content.items.Items.Archive:output_type -> google.protobuf.Empty
    	56, // 93: content.items.Items.FindArchived:output_type -> content.items.FindArchivedResponse
    	65, // 94: content.items.Items.Unarchive:output_type -> google.protobuf.Empty
    	77, // [77:95] is the sub-list for method output_type
    	59, // [59:77] is the sub-list for method input_type
    	59, // [59:59] is the sub-list for extension type_name
    	59, // [59:59] is the sub-list for extension extendee
    	0,  // [0:59] is the sub-list for field type_name
    }
    
    func init() { file_items_items_proto_init() }
    func file_items_items_proto_init() {
    	if File_items_items_proto != nil {
    		return
    	}
    	if !protoimpl.UnsafeEnabled {
    		file_items_items_proto_msgTypes[0].Exporter = func(v any, i int) any {
    			switch v := v.(*Error); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[1].Exporter = func(v any, i int) any {
    			switch v := v.(*DecodeError); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[2].Exporter = func(v any, i int) any {
    			switch v := v.(*ValidationError); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[3].Exporter = func(v any, i int) any {
    			switch v := v.(*ModificationError); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[4].Exporter = func(v any, i int) any {
    			switch v := v.(*Permissions); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[5].Exporter = func(v any, i int) any {
    			switch v := v.(*Item); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[6].Exporter = func(v any, i int) any {
    			switch v := v.(*EventCreate); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[7].Exporter = func(v any, i int) any {
    			switch v := v.(*EventUpdate); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[8].Exporter = func(v any, i int) any {
    			switch v := v.(*EventPublish); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[9].Exporter = func(v any, i int) any {
    			switch v := v.(*EventUnpublish); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[10].Exporter = func(v any, i int) any {
    			switch v := v.(*EventDelete); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[11].Exporter = func(v any, i int) any {
    			switch v := v.(*Filter); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[12].Exporter = func(v any, i int) any {
    			switch v := v.(*CreateOptions); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[13].Exporter = func(v any, i int) any {
    			switch v := v.(*FindOptions); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[14].Exporter = func(v any, i int) any {
    			switch v := v.(*UpdateOptions); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[15].Exporter = func(v any, i int) any {
    			switch v := v.(*GetPublishedOptions); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[16].Exporter = func(v any, i int) any {
    			switch v := v.(*DeleteOptions); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[17].Exporter = func(v any, i int) any {
    			switch v := v.(*UndeleteOptions); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[18].Exporter = func(v any, i int) any {
    			switch v := v.(*PublishOptions); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[19].Exporter = func(v any, i int) any {
    			switch v := v.(*UnpublishOptions); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[20].Exporter = func(v any, i int) any {
    			switch v := v.(*FindPublishedOptions); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[21].Exporter = func(v any, i int) any {
    			switch v := v.(*FindArchivedOptions); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[22].Exporter = func(v any, i int) any {
    			switch v := v.(*ListRevisionsOptions); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[23].Exporter = func(v any, i int) any {
    			switch v := v.(*GetRevisionOptions); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[24].Exporter = func(v any, i int) any {
    			switch v := v.(*AggregateOptions); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[25].Exporter = func(v any, i int) any {
    			switch v := v.(*AggregatePublishedOptions); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[26].Exporter = func(v any, i int) any {
    			switch v := v.(*CreateRequest); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[27].Exporter = func(v any, i int) any {
    			switch v := v.(*CreateResponse); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[28].Exporter = func(v any, i int) any {
    			switch v := v.(*IntrospectRequest); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[29].Exporter = func(v any, i int) any {
    			switch v := v.(*IntrospectResponse); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[30].Exporter = func(v any, i int) any {
    			switch v := v.(*GetOptions); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[31].Exporter = func(v any, i int) any {
    			switch v := v.(*GetRequest); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[32].Exporter = func(v any, i int) any {
    			switch v := v.(*GetResponse); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[33].Exporter = func(v any, i int) any {
    			switch v := v.(*FindRequest); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[34].Exporter = func(v any, i int) any {
    			switch v := v.(*FindResponse); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[35].Exporter = func(v any, i int) any {
    			switch v := v.(*UpdateRequest); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[36].Exporter = func(v any, i int) any {
    			switch v := v.(*DeleteRequest); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[37].Exporter = func(v any, i int) any {
    			switch v := v.(*UndeleteRequest); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[38].Exporter = func(v any, i int) any {
    			switch v := v.(*PublishRequest); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[39].Exporter = func(v any, i int) any {
    			switch v := v.(*UnpublishRequest); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[40].Exporter = func(v any, i int) any {
    			switch v := v.(*GetPublishedRequest); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[41].Exporter = func(v any, i int) any {
    			switch v := v.(*GetPublishedResponse); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[42].Exporter = func(v any, i int) any {
    			switch v := v.(*FindPublishedRequest); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[43].Exporter = func(v any, i int) any {
    			switch v := v.(*FindPublishedResponse); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[44].Exporter = func(v any, i int) any {
    			switch v := v.(*AggregateRequest); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[45].Exporter = func(v any, i int) any {
    			switch v := v.(*AggregateResponse); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[46].Exporter = func(v any, i int) any {
    			switch v := v.(*AggregatePublishedRequest); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[47].Exporter = func(v any, i int) any {
    			switch v := v.(*AggregatePublishedResponse); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[48].Exporter = func(v any, i int) any {
    			switch v := v.(*GetRevisionRequest); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[49].Exporter = func(v any, i int) any {
    			switch v := v.(*GetRevisionResponse); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[50].Exporter = func(v any, i int) any {
    			switch v := v.(*ListRevisionsRequest); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[51].Exporter = func(v any, i int) any {
    			switch v := v.(*ListRevisionsResponse); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[52].Exporter = func(v any, i int) any {
    			switch v := v.(*ArchiveRequest); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[53].Exporter = func(v any, i int) any {
    			switch v := v.(*UnarchiveRequest); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[54].Exporter = func(v any, i int) any {
    			switch v := v.(*FindArchivedRequest); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    		file_items_items_proto_msgTypes[55].Exporter = func(v any, i int) any {
    			switch v := v.(*FindArchivedResponse); i {
    			case 0:
    				return &v.state
    			case 1:
    				return &v.sizeCache
    			case 2:
    				return &v.unknownFields
    			default:
    				return nil
    			}
    		}
    	}
    	type x struct{}
    	out := protoimpl.TypeBuilder{
    		File: protoimpl.DescBuilder{
    			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
    			RawDescriptor: file_items_items_proto_rawDesc,
    			NumEnums:      1,
    			NumMessages:   59,
    			NumExtensions: 0,
    			NumServices:   1,
    		},
    		GoTypes:           file_items_items_proto_goTypes,
    		DependencyIndexes: file_items_items_proto_depIdxs,
    		EnumInfos:         file_items_items_proto_enumTypes,
    		MessageInfos:      file_items_items_proto_msgTypes,
    	}.Build()
    	File_items_items_proto = out.File
    	file_items_items_proto_rawDesc = nil
    	file_items_items_proto_goTypes = nil
    	file_items_items_proto_depIdxs = nil
    }