Skip to content
Snippets Groups Projects
Select Git revision
  • 11cb6712d9e098ec2a58c23c30a4d45823b24dc3
  • master default protected
  • feature/PRXS-3383-CollectionsSort
  • feature/2781-SpacesLoggingMiddleware
  • feature/PRXS-3421-ImplementNewRefAPI
  • feature/PRXS-3143-3235-ReferenceOptions
  • feature/PRXS-3143-LimitReferenceFields
  • feature/PRXS-3234-FeaturePruneIdents
  • PRXS-3421-RecursiveReferences
  • 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
  • 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

log_service.pb.go

Blame
  • log_service.pb.go 26.53 KiB
    // Code generated by protoc-gen-go. DO NOT EDIT.
    // versions:
    // 	protoc-gen-go v1.35.1
    // 	protoc        v5.28.3
    // source: logs/log_service.proto
    
    package logs
    
    import (
    	common "git.perx.ru/perxis/perxis-go/proto/common"
    	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
    	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
    	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 LogRequest struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	// Запись лога
    	Entries []*LogEntry `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"`
    }
    
    func (x *LogRequest) Reset() {
    	*x = LogRequest{}
    	mi := &file_logs_log_service_proto_msgTypes[0]
    	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    	ms.StoreMessageInfo(mi)
    }
    
    func (x *LogRequest) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*LogRequest) ProtoMessage() {}
    
    func (x *LogRequest) ProtoReflect() protoreflect.Message {
    	mi := &file_logs_log_service_proto_msgTypes[0]
    	if x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use LogRequest.ProtoReflect.Descriptor instead.
    func (*LogRequest) Descriptor() ([]byte, []int) {
    	return file_logs_log_service_proto_rawDescGZIP(), []int{0}
    }
    
    func (x *LogRequest) GetEntries() []*LogEntry {
    	if x != nil {
    		return x.Entries
    	}
    	return nil
    }
    
    // Ответ сервера на запрос лога
    type LogResponse struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	// Содержит информацию об ошибке, если таковая имеется
    	Error *common.Error `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
    }
    
    func (x *LogResponse) Reset() {
    	*x = LogResponse{}
    	mi := &file_logs_log_service_proto_msgTypes[1]
    	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    	ms.StoreMessageInfo(mi)
    }
    
    func (x *LogResponse) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*LogResponse) ProtoMessage() {}
    
    func (x *LogResponse) ProtoReflect() protoreflect.Message {
    	mi := &file_logs_log_service_proto_msgTypes[1]
    	if x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use LogResponse.ProtoReflect.Descriptor instead.
    func (*LogResponse) Descriptor() ([]byte, []int) {
    	return file_logs_log_service_proto_rawDescGZIP(), []int{1}
    }
    
    func (x *LogResponse) GetError() *common.Error {
    	if x != nil {
    		return x.Error
    	}
    	return nil
    }
    
    type Filter struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	// Запрос на поиск логов
    	// Примеры:
    	// 1. `timestamp > '2019-01-01' AND timestamp < '2019-01-02'`
    	// 2. `timestamp > '2019-01-01' AND timestamp < '2019-01-02' AND level = 'error'`
    	// 3. `component = 'api' AND object_id = '123' AND object_type = 'item' AND space = 'spc1'`
    	// 4. `id in ['1', '2', '3']`
    	Q []string `protobuf:"bytes,3,rep,name=q,proto3" json:"q,omitempty"` // Список выражений для фильтрации
    }
    
    func (x *Filter) Reset() {
    	*x = Filter{}
    	mi := &file_logs_log_service_proto_msgTypes[2]
    	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_logs_log_service_proto_msgTypes[2]
    	if 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_logs_log_service_proto_rawDescGZIP(), []int{2}
    }
    
    func (x *Filter) GetQ() []string {
    	if x != nil {
    		return x.Q
    	}
    	return nil
    }
    
    // Опции поиска по логам
    type FindOptions struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	// Сортировка результатов
    	Sort []string `protobuf:"bytes,1,rep,name=sort,proto3" json:"sort,omitempty"`
    	// Включить поля в результаты
    	Fields []string `protobuf:"bytes,2,rep,name=fields,proto3" json:"fields,omitempty"`
    	// Исключить поля из результатов
    	ExcludeFields bool `protobuf:"varint,3,opt,name=exclude_fields,json=excludeFields,proto3" json:"exclude_fields,omitempty"`
    	// Ограничение количества результатов
    	Limit int32 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
    	// Ограничение результатов по времени начиная с этим временем (pagination)
    	After *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=after,proto3" json:"after,omitempty"`
    	// Ограничение результатов по времени заканчивая этим временем (pagination)
    	Before *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=before,proto3" json:"before,omitempty"`
    }
    
    func (x *FindOptions) Reset() {
    	*x = FindOptions{}
    	mi := &file_logs_log_service_proto_msgTypes[3]
    	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_logs_log_service_proto_msgTypes[3]
    	if 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_logs_log_service_proto_rawDescGZIP(), []int{3}
    }
    
    func (x *FindOptions) GetSort() []string {
    	if x != nil {
    		return x.Sort
    	}
    	return nil
    }
    
    func (x *FindOptions) GetFields() []string {
    	if x != nil {
    		return x.Fields
    	}
    	return nil
    }
    
    func (x *FindOptions) GetExcludeFields() bool {
    	if x != nil {
    		return x.ExcludeFields
    	}
    	return false
    }
    
    func (x *FindOptions) GetLimit() int32 {
    	if x != nil {
    		return x.Limit
    	}
    	return 0
    }
    
    func (x *FindOptions) GetAfter() *timestamppb.Timestamp {
    	if x != nil {
    		return x.After
    	}
    	return nil
    }
    
    func (x *FindOptions) GetBefore() *timestamppb.Timestamp {
    	if x != nil {
    		return x.Before
    	}
    	return nil
    }
    
    // Запрос на поиск логов
    type FindRequest struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	// Фильтр для поиска
    	Filter *Filter `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"`
    	// Опции поиска
    	Options *FindOptions `protobuf:"bytes,3,opt,name=options,proto3" json:"options,omitempty"`
    }
    
    func (x *FindRequest) Reset() {
    	*x = FindRequest{}
    	mi := &file_logs_log_service_proto_msgTypes[4]
    	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_logs_log_service_proto_msgTypes[4]
    	if 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_logs_log_service_proto_rawDescGZIP(), []int{4}
    }
    
    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 FindResult struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	// Найденные записи лога
    	Entries []*LogEntry `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"`
    	// Использовавшийся для поиска фильтр
    	// Для
    	Filter *Filter `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"`
    	// Использовавшиеся для поиска опции
    	Options *common.FindOptions `protobuf:"bytes,3,opt,name=options,proto3" json:"options,omitempty"`
    	// Общее количество найденных записей
    	Total uint32 `protobuf:"varint,4,opt,name=total,proto3" json:"total,omitempty"` // DEPRECATED
    	// Запрос для получения следующей страницы
    	Next *FindRequest `protobuf:"bytes,5,opt,name=next,proto3" json:"next,omitempty"`
    	// Запрос для получения предыдущей страницы
    	Prev *FindRequest `protobuf:"bytes,6,opt,name=prev,proto3" json:"prev,omitempty"`
    }
    
    func (x *FindResult) Reset() {
    	*x = FindResult{}
    	mi := &file_logs_log_service_proto_msgTypes[5]
    	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    	ms.StoreMessageInfo(mi)
    }
    
    func (x *FindResult) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*FindResult) ProtoMessage() {}
    
    func (x *FindResult) ProtoReflect() protoreflect.Message {
    	mi := &file_logs_log_service_proto_msgTypes[5]
    	if x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use FindResult.ProtoReflect.Descriptor instead.
    func (*FindResult) Descriptor() ([]byte, []int) {
    	return file_logs_log_service_proto_rawDescGZIP(), []int{5}
    }
    
    func (x *FindResult) GetEntries() []*LogEntry {
    	if x != nil {
    		return x.Entries
    	}
    	return nil
    }
    
    func (x *FindResult) GetFilter() *Filter {
    	if x != nil {
    		return x.Filter
    	}
    	return nil
    }
    
    func (x *FindResult) GetOptions() *common.FindOptions {
    	if x != nil {
    		return x.Options
    	}
    	return nil
    }
    
    func (x *FindResult) GetTotal() uint32 {
    	if x != nil {
    		return x.Total
    	}
    	return 0
    }
    
    func (x *FindResult) GetNext() *FindRequest {
    	if x != nil {
    		return x.Next
    	}
    	return nil
    }
    
    func (x *FindResult) GetPrev() *FindRequest {
    	if x != nil {
    		return x.Prev
    	}
    	return nil
    }
    
    // Ответ сервера на запрос поиска
    type FindResponse struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	// Types that are assignable to Response:
    	//
    	//	*FindResponse_Result
    	//	*FindResponse_Error
    	Response isFindResponse_Response `protobuf_oneof:"response"`
    }
    
    func (x *FindResponse) Reset() {
    	*x = FindResponse{}
    	mi := &file_logs_log_service_proto_msgTypes[6]
    	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_logs_log_service_proto_msgTypes[6]
    	if 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_logs_log_service_proto_rawDescGZIP(), []int{6}
    }
    
    func (m *FindResponse) GetResponse() isFindResponse_Response {
    	if m != nil {
    		return m.Response
    	}
    	return nil
    }
    
    func (x *FindResponse) GetResult() *FindResult {
    	if x, ok := x.GetResponse().(*FindResponse_Result); ok {
    		return x.Result
    	}
    	return nil
    }
    
    func (x *FindResponse) GetError() *common.Error {
    	if x, ok := x.GetResponse().(*FindResponse_Error); ok {
    		return x.Error
    	}
    	return nil
    }
    
    type isFindResponse_Response interface {
    	isFindResponse_Response()
    }
    
    type FindResponse_Result struct {
    	// Результаты поиска
    	Result *FindResult `protobuf:"bytes,1,opt,name=result,proto3,oneof"`
    }
    
    type FindResponse_Error struct {
    	// Информация об ошибке, если таковая имеется
    	Error *common.Error `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
    }
    
    func (*FindResponse_Result) isFindResponse_Response() {}
    
    func (*FindResponse_Error) isFindResponse_Response() {}
    
    // Запрос на удаление логов
    type DeleteRequest struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	// Фильтры для удаления
    	Filter *Filter `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"`
    }
    
    func (x *DeleteRequest) Reset() {
    	*x = DeleteRequest{}
    	mi := &file_logs_log_service_proto_msgTypes[7]
    	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_logs_log_service_proto_msgTypes[7]
    	if 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_logs_log_service_proto_rawDescGZIP(), []int{7}
    }
    
    func (x *DeleteRequest) GetFilter() *Filter {
    	if x != nil {
    		return x.Filter
    	}
    	return nil
    }
    
    // Ответ сервера на запрос удаления
    type DeleteResponse struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	// Информация об ошибке, если таковая имеется
    	Error *common.Error `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
    }
    
    func (x *DeleteResponse) Reset() {
    	*x = DeleteResponse{}
    	mi := &file_logs_log_service_proto_msgTypes[8]
    	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    	ms.StoreMessageInfo(mi)
    }
    
    func (x *DeleteResponse) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*DeleteResponse) ProtoMessage() {}
    
    func (x *DeleteResponse) ProtoReflect() protoreflect.Message {
    	mi := &file_logs_log_service_proto_msgTypes[8]
    	if x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use DeleteResponse.ProtoReflect.Descriptor instead.
    func (*DeleteResponse) Descriptor() ([]byte, []int) {
    	return file_logs_log_service_proto_rawDescGZIP(), []int{8}
    }
    
    func (x *DeleteResponse) GetError() *common.Error {
    	if x != nil {
    		return x.Error
    	}
    	return nil
    }
    
    var File_logs_log_service_proto protoreflect.FileDescriptor
    
    var file_logs_log_service_proto_rawDesc = []byte{
    	0x0a, 0x16, 0x6c, 0x6f, 0x67, 0x73, 0x2f, 0x6c, 0x6f, 0x67, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69,
    	0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x04, 0x6c, 0x6f, 0x67, 0x73, 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, 0x0e, 0x6c, 0x6f, 0x67, 0x73, 0x2f, 0x6c, 0x6f,
    	0x67, 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, 0x22, 0x36, 0x0a, 0x0a, 0x4c, 0x6f, 0x67, 0x52,
    	0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x28, 0x0a, 0x07, 0x65, 0x6e, 0x74, 0x72, 0x69, 0x65,
    	0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x6c, 0x6f, 0x67, 0x73, 0x2e, 0x4c,
    	0x6f, 0x67, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x07, 0x65, 0x6e, 0x74, 0x72, 0x69, 0x65, 0x73,
    	0x22, 0x32, 0x0a, 0x0b, 0x4c, 0x6f, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
    	0x23, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d,
    	0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x52, 0x05, 0x65,
    	0x72, 0x72, 0x6f, 0x72, 0x22, 0x16, 0x0a, 0x06, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x0c,
    	0x0a, 0x01, 0x71, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x01, 0x71, 0x22, 0xdc, 0x01, 0x0a,
    	0x0b, 0x46, 0x69, 0x6e, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x12, 0x0a, 0x04,
    	0x73, 0x6f, 0x72, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x73, 0x6f, 0x72, 0x74,
    	0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09,
    	0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x12, 0x25, 0x0a, 0x0e, 0x65, 0x78, 0x63, 0x6c,
    	0x75, 0x64, 0x65, 0x5f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08,
    	0x52, 0x0d, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x12,
    	0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05,
    	0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x30, 0x0a, 0x05, 0x61, 0x66, 0x74, 0x65, 0x72, 0x18, 0x05,
    	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, 0x05, 0x61, 0x66, 0x74, 0x65, 0x72, 0x12, 0x32, 0x0a, 0x06, 0x62, 0x65, 0x66, 0x6f, 0x72,
    	0x65, 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, 0x06, 0x62, 0x65, 0x66, 0x6f, 0x72, 0x65, 0x22, 0x60, 0x0a, 0x0b, 0x46,
    	0x69, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x24, 0x0a, 0x06, 0x66, 0x69,
    	0x6c, 0x74, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x6c, 0x6f, 0x67,
    	0x73, 0x2e, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72,
    	0x12, 0x2b, 0x0a, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28,
    	0x0b, 0x32, 0x11, 0x2e, 0x6c, 0x6f, 0x67, 0x73, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x4f, 0x70, 0x74,
    	0x69, 0x6f, 0x6e, 0x73, 0x52, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0xef, 0x01,
    	0x0a, 0x0a, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x28, 0x0a, 0x07,
    	0x65, 0x6e, 0x74, 0x72, 0x69, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0e, 0x2e,
    	0x6c, 0x6f, 0x67, 0x73, 0x2e, 0x4c, 0x6f, 0x67, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x07, 0x65,
    	0x6e, 0x74, 0x72, 0x69, 0x65, 0x73, 0x12, 0x24, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72,
    	0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x6c, 0x6f, 0x67, 0x73, 0x2e, 0x46, 0x69,
    	0x6c, 0x74, 0x65, 0x72, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x2d, 0x0a, 0x07,
    	0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x03, 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, 0x14, 0x0a, 0x05, 0x74,
    	0x6f, 0x74, 0x61, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61,
    	0x6c, 0x12, 0x25, 0x0a, 0x04, 0x6e, 0x65, 0x78, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32,
    	0x11, 0x2e, 0x6c, 0x6f, 0x67, 0x73, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65,
    	0x73, 0x74, 0x52, 0x04, 0x6e, 0x65, 0x78, 0x74, 0x12, 0x25, 0x0a, 0x04, 0x70, 0x72, 0x65, 0x76,
    	0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x6c, 0x6f, 0x67, 0x73, 0x2e, 0x46, 0x69,
    	0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x04, 0x70, 0x72, 0x65, 0x76, 0x22,
    	0x6d, 0x0a, 0x0c, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
    	0x2a, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
    	0x10, 0x2e, 0x6c, 0x6f, 0x67, 0x73, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x75, 0x6c,
    	0x74, 0x48, 0x00, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x25, 0x0a, 0x05, 0x65,
    	0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x63, 0x6f, 0x6d,
    	0x6d, 0x6f, 0x6e, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x05, 0x65, 0x72, 0x72,
    	0x6f, 0x72, 0x42, 0x0a, 0x0a, 0x08, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x35,
    	0x0a, 0x0d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
    	0x24, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
    	0x0c, 0x2e, 0x6c, 0x6f, 0x67, 0x73, 0x2e, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x06, 0x66,
    	0x69, 0x6c, 0x74, 0x65, 0x72, 0x22, 0x35, 0x0a, 0x0e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52,
    	0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x23, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72,
    	0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e,
    	0x45, 0x72, 0x72, 0x6f, 0x72, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x32, 0xa3, 0x01, 0x0a,
    	0x0b, 0x4c, 0x6f, 0x67, 0x73, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x2c, 0x0a, 0x03,
    	0x4c, 0x6f, 0x67, 0x12, 0x10, 0x2e, 0x6c, 0x6f, 0x67, 0x73, 0x2e, 0x4c, 0x6f, 0x67, 0x52, 0x65,
    	0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x11, 0x2e, 0x6c, 0x6f, 0x67, 0x73, 0x2e, 0x4c, 0x6f, 0x67,
    	0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x2f, 0x0a, 0x04, 0x46, 0x69,
    	0x6e, 0x64, 0x12, 0x11, 0x2e, 0x6c, 0x6f, 0x67, 0x73, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x65,
    	0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x12, 0x2e, 0x6c, 0x6f, 0x67, 0x73, 0x2e, 0x46, 0x69, 0x6e,
    	0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x35, 0x0a, 0x06, 0x44,
    	0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x13, 0x2e, 0x6c, 0x6f, 0x67, 0x73, 0x2e, 0x44, 0x65, 0x6c,
    	0x65, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x14, 0x2e, 0x6c, 0x6f, 0x67,
    	0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
    	0x22, 0x00, 0x42, 0x2e, 0x5a, 0x2c, 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, 0x6c, 0x6f, 0x67, 0x73, 0x3b, 0x6c, 0x6f,
    	0x67, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
    }
    
    var (
    	file_logs_log_service_proto_rawDescOnce sync.Once
    	file_logs_log_service_proto_rawDescData = file_logs_log_service_proto_rawDesc
    )
    
    func file_logs_log_service_proto_rawDescGZIP() []byte {
    	file_logs_log_service_proto_rawDescOnce.Do(func() {
    		file_logs_log_service_proto_rawDescData = protoimpl.X.CompressGZIP(file_logs_log_service_proto_rawDescData)
    	})
    	return file_logs_log_service_proto_rawDescData
    }
    
    var file_logs_log_service_proto_msgTypes = make([]protoimpl.MessageInfo, 9)
    var file_logs_log_service_proto_goTypes = []any{
    	(*LogRequest)(nil),            // 0: logs.LogRequest
    	(*LogResponse)(nil),           // 1: logs.LogResponse
    	(*Filter)(nil),                // 2: logs.Filter
    	(*FindOptions)(nil),           // 3: logs.FindOptions
    	(*FindRequest)(nil),           // 4: logs.FindRequest
    	(*FindResult)(nil),            // 5: logs.FindResult
    	(*FindResponse)(nil),          // 6: logs.FindResponse
    	(*DeleteRequest)(nil),         // 7: logs.DeleteRequest
    	(*DeleteResponse)(nil),        // 8: logs.DeleteResponse
    	(*LogEntry)(nil),              // 9: logs.LogEntry
    	(*common.Error)(nil),          // 10: common.Error
    	(*timestamppb.Timestamp)(nil), // 11: google.protobuf.Timestamp
    	(*common.FindOptions)(nil),    // 12: common.FindOptions
    }
    var file_logs_log_service_proto_depIdxs = []int32{
    	9,  // 0: logs.LogRequest.entries:type_name -> logs.LogEntry
    	10, // 1: logs.LogResponse.error:type_name -> common.Error
    	11, // 2: logs.FindOptions.after:type_name -> google.protobuf.Timestamp
    	11, // 3: logs.FindOptions.before:type_name -> google.protobuf.Timestamp
    	2,  // 4: logs.FindRequest.filter:type_name -> logs.Filter
    	3,  // 5: logs.FindRequest.options:type_name -> logs.FindOptions
    	9,  // 6: logs.FindResult.entries:type_name -> logs.LogEntry
    	2,  // 7: logs.FindResult.filter:type_name -> logs.Filter
    	12, // 8: logs.FindResult.options:type_name -> common.FindOptions
    	4,  // 9: logs.FindResult.next:type_name -> logs.FindRequest
    	4,  // 10: logs.FindResult.prev:type_name -> logs.FindRequest
    	5,  // 11: logs.FindResponse.result:type_name -> logs.FindResult
    	10, // 12: logs.FindResponse.error:type_name -> common.Error
    	2,  // 13: logs.DeleteRequest.filter:type_name -> logs.Filter
    	10, // 14: logs.DeleteResponse.error:type_name -> common.Error
    	0,  // 15: logs.LogsService.Log:input_type -> logs.LogRequest
    	4,  // 16: logs.LogsService.Find:input_type -> logs.FindRequest
    	7,  // 17: logs.LogsService.Delete:input_type -> logs.DeleteRequest
    	1,  // 18: logs.LogsService.Log:output_type -> logs.LogResponse
    	6,  // 19: logs.LogsService.Find:output_type -> logs.FindResponse
    	8,  // 20: logs.LogsService.Delete:output_type -> logs.DeleteResponse
    	18, // [18:21] is the sub-list for method output_type
    	15, // [15:18] is the sub-list for method input_type
    	15, // [15:15] is the sub-list for extension type_name
    	15, // [15:15] is the sub-list for extension extendee
    	0,  // [0:15] is the sub-list for field type_name
    }
    
    func init() { file_logs_log_service_proto_init() }
    func file_logs_log_service_proto_init() {
    	if File_logs_log_service_proto != nil {
    		return
    	}
    	file_logs_log_proto_init()
    	file_logs_log_service_proto_msgTypes[6].OneofWrappers = []any{
    		(*FindResponse_Result)(nil),
    		(*FindResponse_Error)(nil),
    	}
    	type x struct{}
    	out := protoimpl.TypeBuilder{
    		File: protoimpl.DescBuilder{
    			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
    			RawDescriptor: file_logs_log_service_proto_rawDesc,
    			NumEnums:      0,
    			NumMessages:   9,
    			NumExtensions: 0,
    			NumServices:   1,
    		},
    		GoTypes:           file_logs_log_service_proto_goTypes,
    		DependencyIndexes: file_logs_log_service_proto_depIdxs,
    		MessageInfos:      file_logs_log_service_proto_msgTypes,
    	}.Build()
    	File_logs_log_service_proto = out.File
    	file_logs_log_service_proto_rawDesc = nil
    	file_logs_log_service_proto_goTypes = nil
    	file_logs_log_service_proto_depIdxs = nil
    }