|
@@ -13,7 +13,6 @@ import (
|
|
status "google.golang.org/grpc/status"
|
|
status "google.golang.org/grpc/status"
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
- timestamppb "google.golang.org/protobuf/types/known/timestamppb"
|
|
|
|
reflect "reflect"
|
|
reflect "reflect"
|
|
sync "sync"
|
|
sync "sync"
|
|
)
|
|
)
|
|
@@ -25,22 +24,115 @@ const (
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
)
|
|
)
|
|
|
|
|
|
|
|
+type FsEventsFilter_Order int32
|
|
|
|
+
|
|
|
|
+const (
|
|
|
|
+ FsEventsFilter_DESC FsEventsFilter_Order = 0
|
|
|
|
+ FsEventsFilter_ASC FsEventsFilter_Order = 1
|
|
|
|
+)
|
|
|
|
+
|
|
|
|
+// Enum value maps for FsEventsFilter_Order.
|
|
|
|
+var (
|
|
|
|
+ FsEventsFilter_Order_name = map[int32]string{
|
|
|
|
+ 0: "DESC",
|
|
|
|
+ 1: "ASC",
|
|
|
|
+ }
|
|
|
|
+ FsEventsFilter_Order_value = map[string]int32{
|
|
|
|
+ "DESC": 0,
|
|
|
|
+ "ASC": 1,
|
|
|
|
+ }
|
|
|
|
+)
|
|
|
|
+
|
|
|
|
+func (x FsEventsFilter_Order) Enum() *FsEventsFilter_Order {
|
|
|
|
+ p := new(FsEventsFilter_Order)
|
|
|
|
+ *p = x
|
|
|
|
+ return p
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x FsEventsFilter_Order) String() string {
|
|
|
|
+ return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (FsEventsFilter_Order) Descriptor() protoreflect.EnumDescriptor {
|
|
|
|
+ return file_eventsearcher_proto_search_proto_enumTypes[0].Descriptor()
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (FsEventsFilter_Order) Type() protoreflect.EnumType {
|
|
|
|
+ return &file_eventsearcher_proto_search_proto_enumTypes[0]
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x FsEventsFilter_Order) Number() protoreflect.EnumNumber {
|
|
|
|
+ return protoreflect.EnumNumber(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+// Deprecated: Use FsEventsFilter_Order.Descriptor instead.
|
|
|
|
+func (FsEventsFilter_Order) EnumDescriptor() ([]byte, []int) {
|
|
|
|
+ return file_eventsearcher_proto_search_proto_rawDescGZIP(), []int{0, 0}
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+type ProviderEventsFilter_Order int32
|
|
|
|
+
|
|
|
|
+const (
|
|
|
|
+ ProviderEventsFilter_DESC ProviderEventsFilter_Order = 0
|
|
|
|
+ ProviderEventsFilter_ASC ProviderEventsFilter_Order = 1
|
|
|
|
+)
|
|
|
|
+
|
|
|
|
+// Enum value maps for ProviderEventsFilter_Order.
|
|
|
|
+var (
|
|
|
|
+ ProviderEventsFilter_Order_name = map[int32]string{
|
|
|
|
+ 0: "DESC",
|
|
|
|
+ 1: "ASC",
|
|
|
|
+ }
|
|
|
|
+ ProviderEventsFilter_Order_value = map[string]int32{
|
|
|
|
+ "DESC": 0,
|
|
|
|
+ "ASC": 1,
|
|
|
|
+ }
|
|
|
|
+)
|
|
|
|
+
|
|
|
|
+func (x ProviderEventsFilter_Order) Enum() *ProviderEventsFilter_Order {
|
|
|
|
+ p := new(ProviderEventsFilter_Order)
|
|
|
|
+ *p = x
|
|
|
|
+ return p
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x ProviderEventsFilter_Order) String() string {
|
|
|
|
+ return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (ProviderEventsFilter_Order) Descriptor() protoreflect.EnumDescriptor {
|
|
|
|
+ return file_eventsearcher_proto_search_proto_enumTypes[1].Descriptor()
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (ProviderEventsFilter_Order) Type() protoreflect.EnumType {
|
|
|
|
+ return &file_eventsearcher_proto_search_proto_enumTypes[1]
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x ProviderEventsFilter_Order) Number() protoreflect.EnumNumber {
|
|
|
|
+ return protoreflect.EnumNumber(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+// Deprecated: Use ProviderEventsFilter_Order.Descriptor instead.
|
|
|
|
+func (ProviderEventsFilter_Order) EnumDescriptor() ([]byte, []int) {
|
|
|
|
+ return file_eventsearcher_proto_search_proto_rawDescGZIP(), []int{1, 0}
|
|
|
|
+}
|
|
|
|
+
|
|
type FsEventsFilter struct {
|
|
type FsEventsFilter struct {
|
|
state protoimpl.MessageState
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
- StartTimestamp *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=start_timestamp,json=startTimestamp,proto3" json:"start_timestamp,omitempty"`
|
|
|
|
- EndTimestamp *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=end_timestamp,json=endTimestamp,proto3" json:"end_timestamp,omitempty"`
|
|
|
|
- Action string `protobuf:"bytes,3,opt,name=action,proto3" json:"action,omitempty"`
|
|
|
|
- Username string `protobuf:"bytes,4,opt,name=username,proto3" json:"username,omitempty"`
|
|
|
|
- Ip string `protobuf:"bytes,5,opt,name=ip,proto3" json:"ip,omitempty"`
|
|
|
|
- SshCmd string `protobuf:"bytes,6,opt,name=ssh_cmd,json=sshCmd,proto3" json:"ssh_cmd,omitempty"`
|
|
|
|
- Protocol string `protobuf:"bytes,7,opt,name=protocol,proto3" json:"protocol,omitempty"`
|
|
|
|
- Status int32 `protobuf:"varint,8,opt,name=status,proto3" json:"status,omitempty"`
|
|
|
|
- InstanceId string `protobuf:"bytes,9,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
|
|
|
|
- Limit int32 `protobuf:"varint,10,opt,name=limit,proto3" json:"limit,omitempty"`
|
|
|
|
- ContinuationToken string `protobuf:"bytes,11,opt,name=continuation_token,json=continuationToken,proto3" json:"continuation_token,omitempty"`
|
|
|
|
|
|
+ StartTimestamp int64 `protobuf:"varint,1,opt,name=start_timestamp,json=startTimestamp,proto3" json:"start_timestamp,omitempty"`
|
|
|
|
+ EndTimestamp int64 `protobuf:"varint,2,opt,name=end_timestamp,json=endTimestamp,proto3" json:"end_timestamp,omitempty"`
|
|
|
|
+ Actions []string `protobuf:"bytes,3,rep,name=actions,proto3" json:"actions,omitempty"`
|
|
|
|
+ Username string `protobuf:"bytes,4,opt,name=username,proto3" json:"username,omitempty"`
|
|
|
|
+ Ip string `protobuf:"bytes,5,opt,name=ip,proto3" json:"ip,omitempty"`
|
|
|
|
+ SshCmd string `protobuf:"bytes,6,opt,name=ssh_cmd,json=sshCmd,proto3" json:"ssh_cmd,omitempty"`
|
|
|
|
+ Protocols []string `protobuf:"bytes,7,rep,name=protocols,proto3" json:"protocols,omitempty"`
|
|
|
|
+ Statuses []int32 `protobuf:"varint,8,rep,packed,name=statuses,proto3" json:"statuses,omitempty"`
|
|
|
|
+ InstanceIds []string `protobuf:"bytes,9,rep,name=instance_ids,json=instanceIds,proto3" json:"instance_ids,omitempty"`
|
|
|
|
+ Limit int32 `protobuf:"varint,10,opt,name=limit,proto3" json:"limit,omitempty"`
|
|
|
|
+ ExcludeIds []string `protobuf:"bytes,11,rep,name=exclude_ids,json=excludeIds,proto3" json:"exclude_ids,omitempty"`
|
|
|
|
+ Order FsEventsFilter_Order `protobuf:"varint,12,opt,name=order,proto3,enum=proto.FsEventsFilter_Order" json:"order,omitempty"`
|
|
}
|
|
}
|
|
|
|
|
|
func (x *FsEventsFilter) Reset() {
|
|
func (x *FsEventsFilter) Reset() {
|
|
@@ -75,25 +167,25 @@ func (*FsEventsFilter) Descriptor() ([]byte, []int) {
|
|
return file_eventsearcher_proto_search_proto_rawDescGZIP(), []int{0}
|
|
return file_eventsearcher_proto_search_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *FsEventsFilter) GetStartTimestamp() *timestamppb.Timestamp {
|
|
|
|
|
|
+func (x *FsEventsFilter) GetStartTimestamp() int64 {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.StartTimestamp
|
|
return x.StartTimestamp
|
|
}
|
|
}
|
|
- return nil
|
|
|
|
|
|
+ return 0
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *FsEventsFilter) GetEndTimestamp() *timestamppb.Timestamp {
|
|
|
|
|
|
+func (x *FsEventsFilter) GetEndTimestamp() int64 {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.EndTimestamp
|
|
return x.EndTimestamp
|
|
}
|
|
}
|
|
- return nil
|
|
|
|
|
|
+ return 0
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *FsEventsFilter) GetAction() string {
|
|
|
|
|
|
+func (x *FsEventsFilter) GetActions() []string {
|
|
if x != nil {
|
|
if x != nil {
|
|
- return x.Action
|
|
|
|
|
|
+ return x.Actions
|
|
}
|
|
}
|
|
- return ""
|
|
|
|
|
|
+ return nil
|
|
}
|
|
}
|
|
|
|
|
|
func (x *FsEventsFilter) GetUsername() string {
|
|
func (x *FsEventsFilter) GetUsername() string {
|
|
@@ -117,25 +209,25 @@ func (x *FsEventsFilter) GetSshCmd() string {
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *FsEventsFilter) GetProtocol() string {
|
|
|
|
|
|
+func (x *FsEventsFilter) GetProtocols() []string {
|
|
if x != nil {
|
|
if x != nil {
|
|
- return x.Protocol
|
|
|
|
|
|
+ return x.Protocols
|
|
}
|
|
}
|
|
- return ""
|
|
|
|
|
|
+ return nil
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *FsEventsFilter) GetStatus() int32 {
|
|
|
|
|
|
+func (x *FsEventsFilter) GetStatuses() []int32 {
|
|
if x != nil {
|
|
if x != nil {
|
|
- return x.Status
|
|
|
|
|
|
+ return x.Statuses
|
|
}
|
|
}
|
|
- return 0
|
|
|
|
|
|
+ return nil
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *FsEventsFilter) GetInstanceId() string {
|
|
|
|
|
|
+func (x *FsEventsFilter) GetInstanceIds() []string {
|
|
if x != nil {
|
|
if x != nil {
|
|
- return x.InstanceId
|
|
|
|
|
|
+ return x.InstanceIds
|
|
}
|
|
}
|
|
- return ""
|
|
|
|
|
|
+ return nil
|
|
}
|
|
}
|
|
|
|
|
|
func (x *FsEventsFilter) GetLimit() int32 {
|
|
func (x *FsEventsFilter) GetLimit() int32 {
|
|
@@ -145,11 +237,18 @@ func (x *FsEventsFilter) GetLimit() int32 {
|
|
return 0
|
|
return 0
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *FsEventsFilter) GetContinuationToken() string {
|
|
|
|
|
|
+func (x *FsEventsFilter) GetExcludeIds() []string {
|
|
if x != nil {
|
|
if x != nil {
|
|
- return x.ContinuationToken
|
|
|
|
|
|
+ return x.ExcludeIds
|
|
}
|
|
}
|
|
- return ""
|
|
|
|
|
|
+ return nil
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *FsEventsFilter) GetOrder() FsEventsFilter_Order {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Order
|
|
|
|
+ }
|
|
|
|
+ return FsEventsFilter_DESC
|
|
}
|
|
}
|
|
|
|
|
|
type ProviderEventsFilter struct {
|
|
type ProviderEventsFilter struct {
|
|
@@ -157,16 +256,17 @@ type ProviderEventsFilter struct {
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
- StartTimestamp *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=start_timestamp,json=startTimestamp,proto3" json:"start_timestamp,omitempty"`
|
|
|
|
- EndTimestamp *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=end_timestamp,json=endTimestamp,proto3" json:"end_timestamp,omitempty"`
|
|
|
|
- Action string `protobuf:"bytes,3,opt,name=action,proto3" json:"action,omitempty"`
|
|
|
|
- Username string `protobuf:"bytes,4,opt,name=username,proto3" json:"username,omitempty"`
|
|
|
|
- Ip string `protobuf:"bytes,5,opt,name=ip,proto3" json:"ip,omitempty"`
|
|
|
|
- ObjectType string `protobuf:"bytes,6,opt,name=object_type,json=objectType,proto3" json:"object_type,omitempty"`
|
|
|
|
- ObjectName string `protobuf:"bytes,7,opt,name=object_name,json=objectName,proto3" json:"object_name,omitempty"`
|
|
|
|
- InstanceId string `protobuf:"bytes,8,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
|
|
|
|
- Limit int32 `protobuf:"varint,9,opt,name=limit,proto3" json:"limit,omitempty"`
|
|
|
|
- ContinuationToken string `protobuf:"bytes,10,opt,name=continuation_token,json=continuationToken,proto3" json:"continuation_token,omitempty"`
|
|
|
|
|
|
+ StartTimestamp int64 `protobuf:"varint,1,opt,name=start_timestamp,json=startTimestamp,proto3" json:"start_timestamp,omitempty"`
|
|
|
|
+ EndTimestamp int64 `protobuf:"varint,2,opt,name=end_timestamp,json=endTimestamp,proto3" json:"end_timestamp,omitempty"`
|
|
|
|
+ Actions []string `protobuf:"bytes,3,rep,name=actions,proto3" json:"actions,omitempty"`
|
|
|
|
+ Username string `protobuf:"bytes,4,opt,name=username,proto3" json:"username,omitempty"`
|
|
|
|
+ Ip string `protobuf:"bytes,5,opt,name=ip,proto3" json:"ip,omitempty"`
|
|
|
|
+ ObjectTypes []string `protobuf:"bytes,6,rep,name=object_types,json=objectTypes,proto3" json:"object_types,omitempty"`
|
|
|
|
+ ObjectName string `protobuf:"bytes,7,opt,name=object_name,json=objectName,proto3" json:"object_name,omitempty"`
|
|
|
|
+ InstanceIds []string `protobuf:"bytes,8,rep,name=instance_ids,json=instanceIds,proto3" json:"instance_ids,omitempty"`
|
|
|
|
+ Limit int32 `protobuf:"varint,9,opt,name=limit,proto3" json:"limit,omitempty"`
|
|
|
|
+ Order ProviderEventsFilter_Order `protobuf:"varint,10,opt,name=order,proto3,enum=proto.ProviderEventsFilter_Order" json:"order,omitempty"`
|
|
|
|
+ ExcludeIds []string `protobuf:"bytes,11,rep,name=exclude_ids,json=excludeIds,proto3" json:"exclude_ids,omitempty"`
|
|
}
|
|
}
|
|
|
|
|
|
func (x *ProviderEventsFilter) Reset() {
|
|
func (x *ProviderEventsFilter) Reset() {
|
|
@@ -201,25 +301,25 @@ func (*ProviderEventsFilter) Descriptor() ([]byte, []int) {
|
|
return file_eventsearcher_proto_search_proto_rawDescGZIP(), []int{1}
|
|
return file_eventsearcher_proto_search_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *ProviderEventsFilter) GetStartTimestamp() *timestamppb.Timestamp {
|
|
|
|
|
|
+func (x *ProviderEventsFilter) GetStartTimestamp() int64 {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.StartTimestamp
|
|
return x.StartTimestamp
|
|
}
|
|
}
|
|
- return nil
|
|
|
|
|
|
+ return 0
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *ProviderEventsFilter) GetEndTimestamp() *timestamppb.Timestamp {
|
|
|
|
|
|
+func (x *ProviderEventsFilter) GetEndTimestamp() int64 {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.EndTimestamp
|
|
return x.EndTimestamp
|
|
}
|
|
}
|
|
- return nil
|
|
|
|
|
|
+ return 0
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *ProviderEventsFilter) GetAction() string {
|
|
|
|
|
|
+func (x *ProviderEventsFilter) GetActions() []string {
|
|
if x != nil {
|
|
if x != nil {
|
|
- return x.Action
|
|
|
|
|
|
+ return x.Actions
|
|
}
|
|
}
|
|
- return ""
|
|
|
|
|
|
+ return nil
|
|
}
|
|
}
|
|
|
|
|
|
func (x *ProviderEventsFilter) GetUsername() string {
|
|
func (x *ProviderEventsFilter) GetUsername() string {
|
|
@@ -236,11 +336,11 @@ func (x *ProviderEventsFilter) GetIp() string {
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *ProviderEventsFilter) GetObjectType() string {
|
|
|
|
|
|
+func (x *ProviderEventsFilter) GetObjectTypes() []string {
|
|
if x != nil {
|
|
if x != nil {
|
|
- return x.ObjectType
|
|
|
|
|
|
+ return x.ObjectTypes
|
|
}
|
|
}
|
|
- return ""
|
|
|
|
|
|
+ return nil
|
|
}
|
|
}
|
|
|
|
|
|
func (x *ProviderEventsFilter) GetObjectName() string {
|
|
func (x *ProviderEventsFilter) GetObjectName() string {
|
|
@@ -250,11 +350,11 @@ func (x *ProviderEventsFilter) GetObjectName() string {
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *ProviderEventsFilter) GetInstanceId() string {
|
|
|
|
|
|
+func (x *ProviderEventsFilter) GetInstanceIds() []string {
|
|
if x != nil {
|
|
if x != nil {
|
|
- return x.InstanceId
|
|
|
|
|
|
+ return x.InstanceIds
|
|
}
|
|
}
|
|
- return ""
|
|
|
|
|
|
+ return nil
|
|
}
|
|
}
|
|
|
|
|
|
func (x *ProviderEventsFilter) GetLimit() int32 {
|
|
func (x *ProviderEventsFilter) GetLimit() int32 {
|
|
@@ -264,11 +364,18 @@ func (x *ProviderEventsFilter) GetLimit() int32 {
|
|
return 0
|
|
return 0
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *ProviderEventsFilter) GetContinuationToken() string {
|
|
|
|
|
|
+func (x *ProviderEventsFilter) GetOrder() ProviderEventsFilter_Order {
|
|
if x != nil {
|
|
if x != nil {
|
|
- return x.ContinuationToken
|
|
|
|
|
|
+ return x.Order
|
|
}
|
|
}
|
|
- return ""
|
|
|
|
|
|
+ return ProviderEventsFilter_DESC
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ProviderEventsFilter) GetExcludeIds() []string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.ExcludeIds
|
|
|
|
+ }
|
|
|
|
+ return nil
|
|
}
|
|
}
|
|
|
|
|
|
type SearchResponse struct {
|
|
type SearchResponse struct {
|
|
@@ -276,8 +383,9 @@ type SearchResponse struct {
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
- ContinuationToken string `protobuf:"bytes,1,opt,name=continuation_token,json=continuationToken,proto3" json:"continuation_token,omitempty"`
|
|
|
|
- ResponseData []byte `protobuf:"bytes,2,opt,name=response_data,json=responseData,proto3" json:"response_data,omitempty"` // JSON serialized response to return
|
|
|
|
|
|
+ Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // JSON serialized response to return
|
|
|
|
+ SameTsAtStart []string `protobuf:"bytes,2,rep,name=same_ts_at_start,json=sameTsAtStart,proto3" json:"same_ts_at_start,omitempty"`
|
|
|
|
+ SameTsAtEnd []string `protobuf:"bytes,3,rep,name=same_ts_at_end,json=sameTsAtEnd,proto3" json:"same_ts_at_end,omitempty"`
|
|
}
|
|
}
|
|
|
|
|
|
func (x *SearchResponse) Reset() {
|
|
func (x *SearchResponse) Reset() {
|
|
@@ -312,16 +420,23 @@ func (*SearchResponse) Descriptor() ([]byte, []int) {
|
|
return file_eventsearcher_proto_search_proto_rawDescGZIP(), []int{2}
|
|
return file_eventsearcher_proto_search_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *SearchResponse) GetContinuationToken() string {
|
|
|
|
|
|
+func (x *SearchResponse) GetData() []byte {
|
|
if x != nil {
|
|
if x != nil {
|
|
- return x.ContinuationToken
|
|
|
|
|
|
+ return x.Data
|
|
}
|
|
}
|
|
- return ""
|
|
|
|
|
|
+ return nil
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *SearchResponse) GetSameTsAtStart() []string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.SameTsAtStart
|
|
|
|
+ }
|
|
|
|
+ return nil
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *SearchResponse) GetResponseData() []byte {
|
|
|
|
|
|
+func (x *SearchResponse) GetSameTsAtEnd() []string {
|
|
if x != nil {
|
|
if x != nil {
|
|
- return x.ResponseData
|
|
|
|
|
|
+ return x.SameTsAtEnd
|
|
}
|
|
}
|
|
return nil
|
|
return nil
|
|
}
|
|
}
|
|
@@ -331,77 +446,79 @@ var File_eventsearcher_proto_search_proto protoreflect.FileDescriptor
|
|
var file_eventsearcher_proto_search_proto_rawDesc = []byte{
|
|
var file_eventsearcher_proto_search_proto_rawDesc = []byte{
|
|
0x0a, 0x20, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x65, 0x72, 0x2f,
|
|
0x0a, 0x20, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x65, 0x72, 0x2f,
|
|
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x2e, 0x70, 0x72, 0x6f,
|
|
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x2e, 0x70, 0x72, 0x6f,
|
|
- 0x74, 0x6f, 0x12, 0x05, 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, 0x8d, 0x03, 0x0a, 0x0e, 0x46,
|
|
|
|
- 0x73, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x43, 0x0a,
|
|
|
|
- 0x0f, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70,
|
|
|
|
- 0x18, 0x01, 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, 0x0e, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61,
|
|
|
|
- 0x6d, 0x70, 0x12, 0x3f, 0x0a, 0x0d, 0x65, 0x6e, 0x64, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74,
|
|
|
|
- 0x61, 0x6d, 0x70, 0x18, 0x02, 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, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74,
|
|
|
|
- 0x61, 0x6d, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20,
|
|
|
|
- 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x75,
|
|
|
|
- 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x75,
|
|
|
|
- 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x70, 0x18, 0x05, 0x20,
|
|
|
|
- 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x70, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x73, 0x68, 0x5f, 0x63,
|
|
|
|
- 0x6d, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x73, 0x68, 0x43, 0x6d, 0x64,
|
|
|
|
- 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x18, 0x07, 0x20, 0x01,
|
|
|
|
- 0x28, 0x09, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x12, 0x16, 0x0a, 0x06,
|
|
|
|
- 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x74,
|
|
|
|
- 0x61, 0x74, 0x75, 0x73, 0x12, 0x1f, 0x0a, 0x0b, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65,
|
|
|
|
- 0x5f, 0x69, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x69, 0x6e, 0x73, 0x74, 0x61,
|
|
|
|
- 0x6e, 0x63, 0x65, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x0a,
|
|
|
|
- 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x2d, 0x0a, 0x12, 0x63,
|
|
|
|
- 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x6f, 0x6b, 0x65,
|
|
|
|
- 0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75,
|
|
|
|
- 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0x88, 0x03, 0x0a, 0x14, 0x50,
|
|
|
|
- 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x69, 0x6c,
|
|
|
|
- 0x74, 0x65, 0x72, 0x12, 0x43, 0x0a, 0x0f, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x74, 0x69, 0x6d,
|
|
|
|
- 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x01, 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, 0x0e, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54,
|
|
|
|
- 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x3f, 0x0a, 0x0d, 0x65, 0x6e, 0x64, 0x5f,
|
|
|
|
- 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x02, 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, 0x65, 0x6e, 0x64,
|
|
|
|
- 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x63, 0x74,
|
|
|
|
- 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x63, 0x74, 0x69, 0x6f,
|
|
|
|
- 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20,
|
|
|
|
- 0x01, 0x28, 0x09, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x0e, 0x0a,
|
|
|
|
- 0x02, 0x69, 0x70, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x70, 0x12, 0x1f, 0x0a,
|
|
|
|
- 0x0b, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01,
|
|
|
|
- 0x28, 0x09, 0x52, 0x0a, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1f,
|
|
|
|
- 0x0a, 0x0b, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20,
|
|
|
|
- 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12,
|
|
|
|
- 0x1f, 0x0a, 0x0b, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x08,
|
|
|
|
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x49, 0x64,
|
|
|
|
|
|
+ 0x74, 0x6f, 0x12, 0x05, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xa0, 0x03, 0x0a, 0x0e, 0x46, 0x73,
|
|
|
|
+ 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x27, 0x0a, 0x0f,
|
|
|
|
+ 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18,
|
|
|
|
+ 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0e, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65,
|
|
|
|
+ 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x23, 0x0a, 0x0d, 0x65, 0x6e, 0x64, 0x5f, 0x74, 0x69, 0x6d,
|
|
|
|
+ 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x65, 0x6e,
|
|
|
|
+ 0x64, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x63,
|
|
|
|
+ 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x61, 0x63, 0x74,
|
|
|
|
+ 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65,
|
|
|
|
+ 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65,
|
|
|
|
+ 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x70, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x70,
|
|
|
|
+ 0x12, 0x17, 0x0a, 0x07, 0x73, 0x73, 0x68, 0x5f, 0x63, 0x6d, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28,
|
|
|
|
+ 0x09, 0x52, 0x06, 0x73, 0x73, 0x68, 0x43, 0x6d, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x72, 0x6f,
|
|
|
|
+ 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x73, 0x18, 0x07, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x70, 0x72,
|
|
|
|
+ 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x74, 0x61, 0x74, 0x75,
|
|
|
|
+ 0x73, 0x65, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x05, 0x52, 0x08, 0x73, 0x74, 0x61, 0x74, 0x75,
|
|
|
|
+ 0x73, 0x65, 0x73, 0x12, 0x21, 0x0a, 0x0c, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x5f,
|
|
|
|
+ 0x69, 0x64, 0x73, 0x18, 0x09, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0b, 0x69, 0x6e, 0x73, 0x74, 0x61,
|
|
|
|
+ 0x6e, 0x63, 0x65, 0x49, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18,
|
|
|
|
+ 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1f, 0x0a, 0x0b,
|
|
|
|
+ 0x65, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x03, 0x28,
|
|
|
|
+ 0x09, 0x52, 0x0a, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x49, 0x64, 0x73, 0x12, 0x31, 0x0a,
|
|
|
|
+ 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1b, 0x2e, 0x70,
|
|
|
|
+ 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x46, 0x73, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x69, 0x6c,
|
|
|
|
+ 0x74, 0x65, 0x72, 0x2e, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72,
|
|
|
|
+ 0x22, 0x1a, 0x0a, 0x05, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x08, 0x0a, 0x04, 0x44, 0x45, 0x53,
|
|
|
|
+ 0x43, 0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, 0x41, 0x53, 0x43, 0x10, 0x01, 0x22, 0x9d, 0x03, 0x0a,
|
|
|
|
+ 0x14, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46,
|
|
|
|
+ 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x27, 0x0a, 0x0f, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x74,
|
|
|
|
+ 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0e,
|
|
|
|
+ 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x23,
|
|
|
|
+ 0x0a, 0x0d, 0x65, 0x6e, 0x64, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18,
|
|
|
|
+ 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74,
|
|
|
|
+ 0x61, 0x6d, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x03,
|
|
|
|
+ 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x1a, 0x0a,
|
|
|
|
+ 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
+ 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x70, 0x18,
|
|
|
|
+ 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x70, 0x12, 0x21, 0x0a, 0x0c, 0x6f, 0x62, 0x6a,
|
|
|
|
+ 0x65, 0x63, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x09, 0x52,
|
|
|
|
+ 0x0b, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x54, 0x79, 0x70, 0x65, 0x73, 0x12, 0x1f, 0x0a, 0x0b,
|
|
|
|
+ 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28,
|
|
|
|
+ 0x09, 0x52, 0x0a, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x21, 0x0a,
|
|
|
|
+ 0x0c, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x08, 0x20,
|
|
|
|
+ 0x03, 0x28, 0x09, 0x52, 0x0b, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x49, 0x64, 0x73,
|
|
0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x52,
|
|
0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x52,
|
|
- 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x2d, 0x0a, 0x12, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e,
|
|
|
|
- 0x75, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x0a, 0x20, 0x01,
|
|
|
|
- 0x28, 0x09, 0x52, 0x11, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x61, 0x74, 0x69, 0x6f, 0x6e,
|
|
|
|
- 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0x64, 0x0a, 0x0e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52,
|
|
|
|
- 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2d, 0x0a, 0x12, 0x63, 0x6f, 0x6e, 0x74, 0x69,
|
|
|
|
- 0x6e, 0x75, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x01, 0x20,
|
|
|
|
- 0x01, 0x28, 0x09, 0x52, 0x11, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x61, 0x74, 0x69, 0x6f,
|
|
|
|
- 0x6e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
|
|
|
- 0x73, 0x65, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0c, 0x72,
|
|
|
|
- 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x44, 0x61, 0x74, 0x61, 0x32, 0x96, 0x01, 0x0a, 0x08,
|
|
|
|
- 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x65, 0x72, 0x12, 0x3e, 0x0a, 0x0e, 0x53, 0x65, 0x61, 0x72,
|
|
|
|
- 0x63, 0x68, 0x46, 0x73, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x15, 0x2e, 0x70, 0x72, 0x6f,
|
|
|
|
- 0x74, 0x6f, 0x2e, 0x46, 0x73, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x69, 0x6c, 0x74, 0x65,
|
|
|
|
- 0x72, 0x1a, 0x15, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68,
|
|
|
|
- 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4a, 0x0a, 0x14, 0x53, 0x65, 0x61, 0x72,
|
|
|
|
- 0x63, 0x68, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73,
|
|
|
|
- 0x12, 0x1b, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65,
|
|
|
|
- 0x72, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x1a, 0x15, 0x2e,
|
|
|
|
- 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70,
|
|
|
|
- 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x20, 0x5a, 0x1e, 0x73, 0x64, 0x6b, 0x2f, 0x70, 0x6c, 0x75, 0x67,
|
|
|
|
- 0x69, 0x6e, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x65, 0x72,
|
|
|
|
- 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
|
+ 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x37, 0x0a, 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x18,
|
|
|
|
+ 0x0a, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x21, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x50, 0x72,
|
|
|
|
+ 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x69, 0x6c, 0x74,
|
|
|
|
+ 0x65, 0x72, 0x2e, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x12,
|
|
|
|
+ 0x1f, 0x0a, 0x0b, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x0b,
|
|
|
|
+ 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x49, 0x64, 0x73,
|
|
|
|
+ 0x22, 0x1a, 0x0a, 0x05, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x08, 0x0a, 0x04, 0x44, 0x45, 0x53,
|
|
|
|
+ 0x43, 0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, 0x41, 0x53, 0x43, 0x10, 0x01, 0x22, 0x72, 0x0a, 0x0e,
|
|
|
|
+ 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x12,
|
|
|
|
+ 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x64, 0x61,
|
|
|
|
+ 0x74, 0x61, 0x12, 0x27, 0x0a, 0x10, 0x73, 0x61, 0x6d, 0x65, 0x5f, 0x74, 0x73, 0x5f, 0x61, 0x74,
|
|
|
|
+ 0x5f, 0x73, 0x74, 0x61, 0x72, 0x74, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0d, 0x73, 0x61,
|
|
|
|
+ 0x6d, 0x65, 0x54, 0x73, 0x41, 0x74, 0x53, 0x74, 0x61, 0x72, 0x74, 0x12, 0x23, 0x0a, 0x0e, 0x73,
|
|
|
|
+ 0x61, 0x6d, 0x65, 0x5f, 0x74, 0x73, 0x5f, 0x61, 0x74, 0x5f, 0x65, 0x6e, 0x64, 0x18, 0x03, 0x20,
|
|
|
|
+ 0x03, 0x28, 0x09, 0x52, 0x0b, 0x73, 0x61, 0x6d, 0x65, 0x54, 0x73, 0x41, 0x74, 0x45, 0x6e, 0x64,
|
|
|
|
+ 0x32, 0x96, 0x01, 0x0a, 0x08, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x65, 0x72, 0x12, 0x3e, 0x0a,
|
|
|
|
+ 0x0e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x46, 0x73, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12,
|
|
|
|
+ 0x15, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x46, 0x73, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73,
|
|
|
|
+ 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x1a, 0x15, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x53,
|
|
|
|
+ 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4a, 0x0a,
|
|
|
|
+ 0x14, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x45,
|
|
|
|
+ 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x1b, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x50, 0x72,
|
|
|
|
+ 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x46, 0x69, 0x6c, 0x74,
|
|
|
|
+ 0x65, 0x72, 0x1a, 0x15, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x53, 0x65, 0x61, 0x72, 0x63,
|
|
|
|
+ 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x20, 0x5a, 0x1e, 0x73, 0x64, 0x6b,
|
|
|
|
+ 0x2f, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x65, 0x61,
|
|
|
|
+ 0x72, 0x63, 0x68, 0x65, 0x72, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f,
|
|
|
|
+ 0x74, 0x6f, 0x33,
|
|
}
|
|
}
|
|
|
|
|
|
var (
|
|
var (
|
|
@@ -416,27 +533,27 @@ func file_eventsearcher_proto_search_proto_rawDescGZIP() []byte {
|
|
return file_eventsearcher_proto_search_proto_rawDescData
|
|
return file_eventsearcher_proto_search_proto_rawDescData
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+var file_eventsearcher_proto_search_proto_enumTypes = make([]protoimpl.EnumInfo, 2)
|
|
var file_eventsearcher_proto_search_proto_msgTypes = make([]protoimpl.MessageInfo, 3)
|
|
var file_eventsearcher_proto_search_proto_msgTypes = make([]protoimpl.MessageInfo, 3)
|
|
var file_eventsearcher_proto_search_proto_goTypes = []interface{}{
|
|
var file_eventsearcher_proto_search_proto_goTypes = []interface{}{
|
|
- (*FsEventsFilter)(nil), // 0: proto.FsEventsFilter
|
|
|
|
- (*ProviderEventsFilter)(nil), // 1: proto.ProviderEventsFilter
|
|
|
|
- (*SearchResponse)(nil), // 2: proto.SearchResponse
|
|
|
|
- (*timestamppb.Timestamp)(nil), // 3: google.protobuf.Timestamp
|
|
|
|
|
|
+ (FsEventsFilter_Order)(0), // 0: proto.FsEventsFilter.Order
|
|
|
|
+ (ProviderEventsFilter_Order)(0), // 1: proto.ProviderEventsFilter.Order
|
|
|
|
+ (*FsEventsFilter)(nil), // 2: proto.FsEventsFilter
|
|
|
|
+ (*ProviderEventsFilter)(nil), // 3: proto.ProviderEventsFilter
|
|
|
|
+ (*SearchResponse)(nil), // 4: proto.SearchResponse
|
|
}
|
|
}
|
|
var file_eventsearcher_proto_search_proto_depIdxs = []int32{
|
|
var file_eventsearcher_proto_search_proto_depIdxs = []int32{
|
|
- 3, // 0: proto.FsEventsFilter.start_timestamp:type_name -> google.protobuf.Timestamp
|
|
|
|
- 3, // 1: proto.FsEventsFilter.end_timestamp:type_name -> google.protobuf.Timestamp
|
|
|
|
- 3, // 2: proto.ProviderEventsFilter.start_timestamp:type_name -> google.protobuf.Timestamp
|
|
|
|
- 3, // 3: proto.ProviderEventsFilter.end_timestamp:type_name -> google.protobuf.Timestamp
|
|
|
|
- 0, // 4: proto.Searcher.SearchFsEvents:input_type -> proto.FsEventsFilter
|
|
|
|
- 1, // 5: proto.Searcher.SearchProviderEvents:input_type -> proto.ProviderEventsFilter
|
|
|
|
- 2, // 6: proto.Searcher.SearchFsEvents:output_type -> proto.SearchResponse
|
|
|
|
- 2, // 7: proto.Searcher.SearchProviderEvents:output_type -> proto.SearchResponse
|
|
|
|
- 6, // [6:8] is the sub-list for method output_type
|
|
|
|
- 4, // [4:6] is the sub-list for method input_type
|
|
|
|
- 4, // [4:4] is the sub-list for extension type_name
|
|
|
|
- 4, // [4:4] is the sub-list for extension extendee
|
|
|
|
- 0, // [0:4] is the sub-list for field type_name
|
|
|
|
|
|
+ 0, // 0: proto.FsEventsFilter.order:type_name -> proto.FsEventsFilter.Order
|
|
|
|
+ 1, // 1: proto.ProviderEventsFilter.order:type_name -> proto.ProviderEventsFilter.Order
|
|
|
|
+ 2, // 2: proto.Searcher.SearchFsEvents:input_type -> proto.FsEventsFilter
|
|
|
|
+ 3, // 3: proto.Searcher.SearchProviderEvents:input_type -> proto.ProviderEventsFilter
|
|
|
|
+ 4, // 4: proto.Searcher.SearchFsEvents:output_type -> proto.SearchResponse
|
|
|
|
+ 4, // 5: proto.Searcher.SearchProviderEvents:output_type -> proto.SearchResponse
|
|
|
|
+ 4, // [4:6] is the sub-list for method output_type
|
|
|
|
+ 2, // [2:4] is the sub-list for method input_type
|
|
|
|
+ 2, // [2:2] is the sub-list for extension type_name
|
|
|
|
+ 2, // [2:2] is the sub-list for extension extendee
|
|
|
|
+ 0, // [0:2] is the sub-list for field type_name
|
|
}
|
|
}
|
|
|
|
|
|
func init() { file_eventsearcher_proto_search_proto_init() }
|
|
func init() { file_eventsearcher_proto_search_proto_init() }
|
|
@@ -487,13 +604,14 @@ func file_eventsearcher_proto_search_proto_init() {
|
|
File: protoimpl.DescBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: file_eventsearcher_proto_search_proto_rawDesc,
|
|
RawDescriptor: file_eventsearcher_proto_search_proto_rawDesc,
|
|
- NumEnums: 0,
|
|
|
|
|
|
+ NumEnums: 2,
|
|
NumMessages: 3,
|
|
NumMessages: 3,
|
|
NumExtensions: 0,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
NumServices: 1,
|
|
},
|
|
},
|
|
GoTypes: file_eventsearcher_proto_search_proto_goTypes,
|
|
GoTypes: file_eventsearcher_proto_search_proto_goTypes,
|
|
DependencyIndexes: file_eventsearcher_proto_search_proto_depIdxs,
|
|
DependencyIndexes: file_eventsearcher_proto_search_proto_depIdxs,
|
|
|
|
+ EnumInfos: file_eventsearcher_proto_search_proto_enumTypes,
|
|
MessageInfos: file_eventsearcher_proto_search_proto_msgTypes,
|
|
MessageInfos: file_eventsearcher_proto_search_proto_msgTypes,
|
|
}.Build()
|
|
}.Build()
|
|
File_eventsearcher_proto_search_proto = out.File
|
|
File_eventsearcher_proto_search_proto = out.File
|