api

package
v0.0.0-...-ef3af43 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 4, 2026 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Overview

Package api holds api related files

Index

Constants

View Source
const (
	SecurityModuleEvent_GetEventStream_FullMethodName        = "/api.SecurityModuleEvent/GetEventStream"
	SecurityModuleEvent_GetActivityDumpStream_FullMethodName = "/api.SecurityModuleEvent/GetActivityDumpStream"
)
View Source
const (
	SecurityModuleCmd_DumpProcessCache_FullMethodName     = "/api.SecurityModuleCmd/DumpProcessCache"
	SecurityModuleCmd_GetConfig_FullMethodName            = "/api.SecurityModuleCmd/GetConfig"
	SecurityModuleCmd_GetStatus_FullMethodName            = "/api.SecurityModuleCmd/GetStatus"
	SecurityModuleCmd_RunSelfTest_FullMethodName          = "/api.SecurityModuleCmd/RunSelfTest"
	SecurityModuleCmd_GetRuleSetReport_FullMethodName     = "/api.SecurityModuleCmd/GetRuleSetReport"
	SecurityModuleCmd_ReloadPolicies_FullMethodName       = "/api.SecurityModuleCmd/ReloadPolicies"
	SecurityModuleCmd_GetLoadedPolicies_FullMethodName    = "/api.SecurityModuleCmd/GetLoadedPolicies"
	SecurityModuleCmd_DumpNetworkNamespace_FullMethodName = "/api.SecurityModuleCmd/DumpNetworkNamespace"
	SecurityModuleCmd_DumpDiscarders_FullMethodName       = "/api.SecurityModuleCmd/DumpDiscarders"
	SecurityModuleCmd_DumpActivity_FullMethodName         = "/api.SecurityModuleCmd/DumpActivity"
	SecurityModuleCmd_ListActivityDumps_FullMethodName    = "/api.SecurityModuleCmd/ListActivityDumps"
	SecurityModuleCmd_StopActivityDump_FullMethodName     = "/api.SecurityModuleCmd/StopActivityDump"
	SecurityModuleCmd_TranscodingRequest_FullMethodName   = "/api.SecurityModuleCmd/TranscodingRequest"
	SecurityModuleCmd_ListSecurityProfiles_FullMethodName = "/api.SecurityModuleCmd/ListSecurityProfiles"
	SecurityModuleCmd_SaveSecurityProfile_FullMethodName  = "/api.SecurityModuleCmd/SaveSecurityProfile"
)
View Source
const (
	SecurityAgentAPI_SendEvent_FullMethodName              = "/api.SecurityAgentAPI/SendEvent"
	SecurityAgentAPI_SendActivityDumpStream_FullMethodName = "/api.SecurityAgentAPI/SendActivityDumpStream"
)
View Source
const VTProtoCodecName = "vtproto"

VTProtoCodecName represents the name of the vtproto codec, using vtproto instead of the default marshalling functions

Variables

View Source
var File_pkg_security_proto_api_api_proto protoreflect.FileDescriptor
View Source
var SecurityAgentAPI_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "api.SecurityAgentAPI",
	HandlerType: (*SecurityAgentAPIServer)(nil),
	Methods:     []grpc.MethodDesc{},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "SendEvent",
			Handler:       _SecurityAgentAPI_SendEvent_Handler,
			ClientStreams: true,
		},
		{
			StreamName:    "SendActivityDumpStream",
			Handler:       _SecurityAgentAPI_SendActivityDumpStream_Handler,
			ClientStreams: true,
		},
	},
	Metadata: "pkg/security/proto/api/api.proto",
}

SecurityAgentAPI_ServiceDesc is the grpc.ServiceDesc for SecurityAgentAPI service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var SecurityModuleCmd_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "api.SecurityModuleCmd",
	HandlerType: (*SecurityModuleCmdServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "DumpProcessCache",
			Handler:    _SecurityModuleCmd_DumpProcessCache_Handler,
		},
		{
			MethodName: "GetConfig",
			Handler:    _SecurityModuleCmd_GetConfig_Handler,
		},
		{
			MethodName: "GetStatus",
			Handler:    _SecurityModuleCmd_GetStatus_Handler,
		},
		{
			MethodName: "RunSelfTest",
			Handler:    _SecurityModuleCmd_RunSelfTest_Handler,
		},
		{
			MethodName: "GetRuleSetReport",
			Handler:    _SecurityModuleCmd_GetRuleSetReport_Handler,
		},
		{
			MethodName: "ReloadPolicies",
			Handler:    _SecurityModuleCmd_ReloadPolicies_Handler,
		},
		{
			MethodName: "GetLoadedPolicies",
			Handler:    _SecurityModuleCmd_GetLoadedPolicies_Handler,
		},
		{
			MethodName: "DumpNetworkNamespace",
			Handler:    _SecurityModuleCmd_DumpNetworkNamespace_Handler,
		},
		{
			MethodName: "DumpDiscarders",
			Handler:    _SecurityModuleCmd_DumpDiscarders_Handler,
		},
		{
			MethodName: "DumpActivity",
			Handler:    _SecurityModuleCmd_DumpActivity_Handler,
		},
		{
			MethodName: "ListActivityDumps",
			Handler:    _SecurityModuleCmd_ListActivityDumps_Handler,
		},
		{
			MethodName: "StopActivityDump",
			Handler:    _SecurityModuleCmd_StopActivityDump_Handler,
		},
		{
			MethodName: "TranscodingRequest",
			Handler:    _SecurityModuleCmd_TranscodingRequest_Handler,
		},
		{
			MethodName: "ListSecurityProfiles",
			Handler:    _SecurityModuleCmd_ListSecurityProfiles_Handler,
		},
		{
			MethodName: "SaveSecurityProfile",
			Handler:    _SecurityModuleCmd_SaveSecurityProfile_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "pkg/security/proto/api/api.proto",
}

SecurityModuleCmd_ServiceDesc is the grpc.ServiceDesc for SecurityModuleCmd service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var SecurityModuleEvent_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "api.SecurityModuleEvent",
	HandlerType: (*SecurityModuleEventServer)(nil),
	Methods:     []grpc.MethodDesc{},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "GetEventStream",
			Handler:       _SecurityModuleEvent_GetEventStream_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "GetActivityDumpStream",
			Handler:       _SecurityModuleEvent_GetActivityDumpStream_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "pkg/security/proto/api/api.proto",
}

SecurityModuleEvent_ServiceDesc is the grpc.ServiceDesc for SecurityModuleEvent service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterSecurityAgentAPIServer

func RegisterSecurityAgentAPIServer(s grpc.ServiceRegistrar, srv SecurityAgentAPIServer)

func RegisterSecurityModuleCmdServer

func RegisterSecurityModuleCmdServer(s grpc.ServiceRegistrar, srv SecurityModuleCmdServer)

func RegisterSecurityModuleEventServer

func RegisterSecurityModuleEventServer(s grpc.ServiceRegistrar, srv SecurityModuleEventServer)

Types

type AcceptModeRule

type AcceptModeRule struct {
	RuleID string `protobuf:"bytes,1,opt,name=RuleID,proto3" json:"RuleID,omitempty"`
	// contains filtered or unexported fields
}

func (*AcceptModeRule) Descriptor deprecated

func (*AcceptModeRule) Descriptor() ([]byte, []int)

Deprecated: Use AcceptModeRule.ProtoReflect.Descriptor instead.

func (*AcceptModeRule) GetRuleID

func (x *AcceptModeRule) GetRuleID() string

func (*AcceptModeRule) MarshalToSizedBufferVT

func (m *AcceptModeRule) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AcceptModeRule) MarshalToVT

func (m *AcceptModeRule) MarshalToVT(dAtA []byte) (int, error)

func (*AcceptModeRule) MarshalVT

func (m *AcceptModeRule) MarshalVT() (dAtA []byte, err error)

func (*AcceptModeRule) ProtoMessage

func (*AcceptModeRule) ProtoMessage()

func (*AcceptModeRule) ProtoReflect

func (x *AcceptModeRule) ProtoReflect() protoreflect.Message

func (*AcceptModeRule) Reset

func (x *AcceptModeRule) Reset()

func (*AcceptModeRule) SizeVT

func (m *AcceptModeRule) SizeVT() (n int)

func (*AcceptModeRule) String

func (x *AcceptModeRule) String() string

func (*AcceptModeRule) UnmarshalVT

func (m *AcceptModeRule) UnmarshalVT(dAtA []byte) error

type ActivityDumpListMessage

type ActivityDumpListMessage struct {
	Dumps []*ActivityDumpMessage `protobuf:"bytes,1,rep,name=Dumps,proto3" json:"Dumps,omitempty"`
	Error string                 `protobuf:"bytes,2,opt,name=Error,proto3" json:"Error,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivityDumpListMessage) Descriptor deprecated

func (*ActivityDumpListMessage) Descriptor() ([]byte, []int)

Deprecated: Use ActivityDumpListMessage.ProtoReflect.Descriptor instead.

func (*ActivityDumpListMessage) GetDumps

func (*ActivityDumpListMessage) GetError

func (x *ActivityDumpListMessage) GetError() string

func (*ActivityDumpListMessage) MarshalToSizedBufferVT

func (m *ActivityDumpListMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ActivityDumpListMessage) MarshalToVT

func (m *ActivityDumpListMessage) MarshalToVT(dAtA []byte) (int, error)

func (*ActivityDumpListMessage) MarshalVT

func (m *ActivityDumpListMessage) MarshalVT() (dAtA []byte, err error)

func (*ActivityDumpListMessage) ProtoMessage

func (*ActivityDumpListMessage) ProtoMessage()

func (*ActivityDumpListMessage) ProtoReflect

func (x *ActivityDumpListMessage) ProtoReflect() protoreflect.Message

func (*ActivityDumpListMessage) Reset

func (x *ActivityDumpListMessage) Reset()

func (*ActivityDumpListMessage) SizeVT

func (m *ActivityDumpListMessage) SizeVT() (n int)

func (*ActivityDumpListMessage) String

func (x *ActivityDumpListMessage) String() string

func (*ActivityDumpListMessage) UnmarshalVT

func (m *ActivityDumpListMessage) UnmarshalVT(dAtA []byte) error

type ActivityDumpListParams

type ActivityDumpListParams struct {
	// contains filtered or unexported fields
}

func (*ActivityDumpListParams) Descriptor deprecated

func (*ActivityDumpListParams) Descriptor() ([]byte, []int)

Deprecated: Use ActivityDumpListParams.ProtoReflect.Descriptor instead.

func (*ActivityDumpListParams) MarshalToSizedBufferVT

func (m *ActivityDumpListParams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ActivityDumpListParams) MarshalToVT

func (m *ActivityDumpListParams) MarshalToVT(dAtA []byte) (int, error)

func (*ActivityDumpListParams) MarshalVT

func (m *ActivityDumpListParams) MarshalVT() (dAtA []byte, err error)

func (*ActivityDumpListParams) ProtoMessage

func (*ActivityDumpListParams) ProtoMessage()

func (*ActivityDumpListParams) ProtoReflect

func (x *ActivityDumpListParams) ProtoReflect() protoreflect.Message

func (*ActivityDumpListParams) Reset

func (x *ActivityDumpListParams) Reset()

func (*ActivityDumpListParams) SizeVT

func (m *ActivityDumpListParams) SizeVT() (n int)

func (*ActivityDumpListParams) String

func (x *ActivityDumpListParams) String() string

func (*ActivityDumpListParams) UnmarshalVT

func (m *ActivityDumpListParams) UnmarshalVT(dAtA []byte) error

type ActivityDumpMessage

type ActivityDumpMessage struct {
	Host     string                    `protobuf:"bytes,1,opt,name=Host,proto3" json:"Host,omitempty"`
	Source   string                    `protobuf:"bytes,2,opt,name=Source,proto3" json:"Source,omitempty"`
	Service  string                    `protobuf:"bytes,3,opt,name=Service,proto3" json:"Service,omitempty"`
	Tags     []string                  `protobuf:"bytes,4,rep,name=Tags,proto3" json:"Tags,omitempty"`
	Storage  []*StorageRequestMessage  `protobuf:"bytes,5,rep,name=Storage,proto3" json:"Storage,omitempty"`
	Metadata *MetadataMessage          `protobuf:"bytes,6,opt,name=Metadata,proto3" json:"Metadata,omitempty"`
	Error    string                    `protobuf:"bytes,7,opt,name=Error,proto3" json:"Error,omitempty"`
	DNSNames []string                  `protobuf:"bytes,8,rep,name=DNSNames,proto3" json:"DNSNames,omitempty"`
	Stats    *ActivityTreeStatsMessage `protobuf:"bytes,9,opt,name=Stats,proto3" json:"Stats,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivityDumpMessage) Descriptor deprecated

func (*ActivityDumpMessage) Descriptor() ([]byte, []int)

Deprecated: Use ActivityDumpMessage.ProtoReflect.Descriptor instead.

func (*ActivityDumpMessage) GetDNSNames

func (x *ActivityDumpMessage) GetDNSNames() []string

func (*ActivityDumpMessage) GetError

func (x *ActivityDumpMessage) GetError() string

func (*ActivityDumpMessage) GetHost

func (x *ActivityDumpMessage) GetHost() string

func (*ActivityDumpMessage) GetMetadata

func (x *ActivityDumpMessage) GetMetadata() *MetadataMessage

func (*ActivityDumpMessage) GetService

func (x *ActivityDumpMessage) GetService() string

func (*ActivityDumpMessage) GetSource

func (x *ActivityDumpMessage) GetSource() string

func (*ActivityDumpMessage) GetStats

func (*ActivityDumpMessage) GetStorage

func (x *ActivityDumpMessage) GetStorage() []*StorageRequestMessage

func (*ActivityDumpMessage) GetTags

func (x *ActivityDumpMessage) GetTags() []string

func (*ActivityDumpMessage) MarshalToSizedBufferVT

func (m *ActivityDumpMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ActivityDumpMessage) MarshalToVT

func (m *ActivityDumpMessage) MarshalToVT(dAtA []byte) (int, error)

func (*ActivityDumpMessage) MarshalVT

func (m *ActivityDumpMessage) MarshalVT() (dAtA []byte, err error)

func (*ActivityDumpMessage) ProtoMessage

func (*ActivityDumpMessage) ProtoMessage()

func (*ActivityDumpMessage) ProtoReflect

func (x *ActivityDumpMessage) ProtoReflect() protoreflect.Message

func (*ActivityDumpMessage) Reset

func (x *ActivityDumpMessage) Reset()

func (*ActivityDumpMessage) SizeVT

func (m *ActivityDumpMessage) SizeVT() (n int)

func (*ActivityDumpMessage) String

func (x *ActivityDumpMessage) String() string

func (*ActivityDumpMessage) UnmarshalVT

func (m *ActivityDumpMessage) UnmarshalVT(dAtA []byte) error

type ActivityDumpParams

type ActivityDumpParams struct {
	Timeout           string                `protobuf:"bytes,1,opt,name=Timeout,proto3" json:"Timeout,omitempty"`
	DifferentiateArgs bool                  `protobuf:"varint,2,opt,name=DifferentiateArgs,proto3" json:"DifferentiateArgs,omitempty"`
	Storage           *StorageRequestParams `protobuf:"bytes,3,opt,name=Storage,proto3" json:"Storage,omitempty"`
	ContainerID       string                `protobuf:"bytes,4,opt,name=ContainerID,proto3" json:"ContainerID,omitempty"`
	CGroupID          string                `protobuf:"bytes,5,opt,name=CGroupID,proto3" json:"CGroupID,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivityDumpParams) Descriptor deprecated

func (*ActivityDumpParams) Descriptor() ([]byte, []int)

Deprecated: Use ActivityDumpParams.ProtoReflect.Descriptor instead.

func (*ActivityDumpParams) GetCGroupID

func (x *ActivityDumpParams) GetCGroupID() string

func (*ActivityDumpParams) GetContainerID

func (x *ActivityDumpParams) GetContainerID() string

func (*ActivityDumpParams) GetDifferentiateArgs

func (x *ActivityDumpParams) GetDifferentiateArgs() bool

func (*ActivityDumpParams) GetStorage

func (x *ActivityDumpParams) GetStorage() *StorageRequestParams

func (*ActivityDumpParams) GetTimeout

func (x *ActivityDumpParams) GetTimeout() string

func (*ActivityDumpParams) MarshalToSizedBufferVT

func (m *ActivityDumpParams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ActivityDumpParams) MarshalToVT

func (m *ActivityDumpParams) MarshalToVT(dAtA []byte) (int, error)

func (*ActivityDumpParams) MarshalVT

func (m *ActivityDumpParams) MarshalVT() (dAtA []byte, err error)

func (*ActivityDumpParams) ProtoMessage

func (*ActivityDumpParams) ProtoMessage()

func (*ActivityDumpParams) ProtoReflect

func (x *ActivityDumpParams) ProtoReflect() protoreflect.Message

func (*ActivityDumpParams) Reset

func (x *ActivityDumpParams) Reset()

func (*ActivityDumpParams) SizeVT

func (m *ActivityDumpParams) SizeVT() (n int)

func (*ActivityDumpParams) String

func (x *ActivityDumpParams) String() string

func (*ActivityDumpParams) UnmarshalVT

func (m *ActivityDumpParams) UnmarshalVT(dAtA []byte) error

type ActivityDumpStopMessage

type ActivityDumpStopMessage struct {
	Error string `protobuf:"bytes,1,opt,name=Error,proto3" json:"Error,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivityDumpStopMessage) Descriptor deprecated

func (*ActivityDumpStopMessage) Descriptor() ([]byte, []int)

Deprecated: Use ActivityDumpStopMessage.ProtoReflect.Descriptor instead.

func (*ActivityDumpStopMessage) GetError

func (x *ActivityDumpStopMessage) GetError() string

func (*ActivityDumpStopMessage) MarshalToSizedBufferVT

func (m *ActivityDumpStopMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ActivityDumpStopMessage) MarshalToVT

func (m *ActivityDumpStopMessage) MarshalToVT(dAtA []byte) (int, error)

func (*ActivityDumpStopMessage) MarshalVT

func (m *ActivityDumpStopMessage) MarshalVT() (dAtA []byte, err error)

func (*ActivityDumpStopMessage) ProtoMessage

func (*ActivityDumpStopMessage) ProtoMessage()

func (*ActivityDumpStopMessage) ProtoReflect

func (x *ActivityDumpStopMessage) ProtoReflect() protoreflect.Message

func (*ActivityDumpStopMessage) Reset

func (x *ActivityDumpStopMessage) Reset()

func (*ActivityDumpStopMessage) SizeVT

func (m *ActivityDumpStopMessage) SizeVT() (n int)

func (*ActivityDumpStopMessage) String

func (x *ActivityDumpStopMessage) String() string

func (*ActivityDumpStopMessage) UnmarshalVT

func (m *ActivityDumpStopMessage) UnmarshalVT(dAtA []byte) error

type ActivityDumpStopParams

type ActivityDumpStopParams struct {
	Name        string `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"`
	ContainerID string `protobuf:"bytes,2,opt,name=ContainerID,proto3" json:"ContainerID,omitempty"`
	CGroupID    string `protobuf:"bytes,3,opt,name=CGroupID,proto3" json:"CGroupID,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivityDumpStopParams) Descriptor deprecated

func (*ActivityDumpStopParams) Descriptor() ([]byte, []int)

Deprecated: Use ActivityDumpStopParams.ProtoReflect.Descriptor instead.

func (*ActivityDumpStopParams) GetCGroupID

func (x *ActivityDumpStopParams) GetCGroupID() string

func (*ActivityDumpStopParams) GetContainerID

func (x *ActivityDumpStopParams) GetContainerID() string

func (*ActivityDumpStopParams) GetName

func (x *ActivityDumpStopParams) GetName() string

func (*ActivityDumpStopParams) MarshalToSizedBufferVT

func (m *ActivityDumpStopParams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ActivityDumpStopParams) MarshalToVT

func (m *ActivityDumpStopParams) MarshalToVT(dAtA []byte) (int, error)

func (*ActivityDumpStopParams) MarshalVT

func (m *ActivityDumpStopParams) MarshalVT() (dAtA []byte, err error)

func (*ActivityDumpStopParams) ProtoMessage

func (*ActivityDumpStopParams) ProtoMessage()

func (*ActivityDumpStopParams) ProtoReflect

func (x *ActivityDumpStopParams) ProtoReflect() protoreflect.Message

func (*ActivityDumpStopParams) Reset

func (x *ActivityDumpStopParams) Reset()

func (*ActivityDumpStopParams) SizeVT

func (m *ActivityDumpStopParams) SizeVT() (n int)

func (*ActivityDumpStopParams) String

func (x *ActivityDumpStopParams) String() string

func (*ActivityDumpStopParams) UnmarshalVT

func (m *ActivityDumpStopParams) UnmarshalVT(dAtA []byte) error

type ActivityDumpStreamMessage

type ActivityDumpStreamMessage struct {
	Selector *WorkloadSelectorMessage `protobuf:"bytes,1,opt,name=Selector,proto3" json:"Selector,omitempty"`
	Header   []byte                   `protobuf:"bytes,2,opt,name=Header,proto3" json:"Header,omitempty"`
	Data     []byte                   `protobuf:"bytes,3,opt,name=Data,proto3" json:"Data,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivityDumpStreamMessage) Descriptor deprecated

func (*ActivityDumpStreamMessage) Descriptor() ([]byte, []int)

Deprecated: Use ActivityDumpStreamMessage.ProtoReflect.Descriptor instead.

func (*ActivityDumpStreamMessage) GetData

func (x *ActivityDumpStreamMessage) GetData() []byte

func (*ActivityDumpStreamMessage) GetHeader

func (x *ActivityDumpStreamMessage) GetHeader() []byte

func (*ActivityDumpStreamMessage) GetSelector

func (*ActivityDumpStreamMessage) MarshalToSizedBufferVT

func (m *ActivityDumpStreamMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ActivityDumpStreamMessage) MarshalToVT

func (m *ActivityDumpStreamMessage) MarshalToVT(dAtA []byte) (int, error)

func (*ActivityDumpStreamMessage) MarshalVT

func (m *ActivityDumpStreamMessage) MarshalVT() (dAtA []byte, err error)

func (*ActivityDumpStreamMessage) ProtoMessage

func (*ActivityDumpStreamMessage) ProtoMessage()

func (*ActivityDumpStreamMessage) ProtoReflect

func (*ActivityDumpStreamMessage) Reset

func (x *ActivityDumpStreamMessage) Reset()

func (*ActivityDumpStreamMessage) SizeVT

func (m *ActivityDumpStreamMessage) SizeVT() (n int)

func (*ActivityDumpStreamMessage) String

func (x *ActivityDumpStreamMessage) String() string

func (*ActivityDumpStreamMessage) UnmarshalVT

func (m *ActivityDumpStreamMessage) UnmarshalVT(dAtA []byte) error

type ActivityTreeStatsMessage

type ActivityTreeStatsMessage struct {
	ProcessNodesCount    int64 `protobuf:"varint,1,opt,name=ProcessNodesCount,proto3" json:"ProcessNodesCount,omitempty"`
	FileNodesCount       int64 `protobuf:"varint,2,opt,name=FileNodesCount,proto3" json:"FileNodesCount,omitempty"`
	DNSNodesCount        int64 `protobuf:"varint,3,opt,name=DNSNodesCount,proto3" json:"DNSNodesCount,omitempty"`
	SocketNodesCount     int64 `protobuf:"varint,4,opt,name=SocketNodesCount,proto3" json:"SocketNodesCount,omitempty"`
	ApproximateSize      int64 `protobuf:"varint,5,opt,name=ApproximateSize,proto3" json:"ApproximateSize,omitempty"`
	IMDSNodesCount       int64 `protobuf:"varint,6,opt,name=IMDSNodesCount,proto3" json:"IMDSNodesCount,omitempty"`
	SyscallNodesCount    int64 `protobuf:"varint,7,opt,name=SyscallNodesCount,proto3" json:"SyscallNodesCount,omitempty"`
	FlowNodesCount       int64 `protobuf:"varint,8,opt,name=FlowNodesCount,proto3" json:"FlowNodesCount,omitempty"`
	CapabilityNodesCount int64 `protobuf:"varint,9,opt,name=CapabilityNodesCount,proto3" json:"CapabilityNodesCount,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivityTreeStatsMessage) Descriptor deprecated

func (*ActivityTreeStatsMessage) Descriptor() ([]byte, []int)

Deprecated: Use ActivityTreeStatsMessage.ProtoReflect.Descriptor instead.

func (*ActivityTreeStatsMessage) GetApproximateSize

func (x *ActivityTreeStatsMessage) GetApproximateSize() int64

func (*ActivityTreeStatsMessage) GetCapabilityNodesCount

func (x *ActivityTreeStatsMessage) GetCapabilityNodesCount() int64

func (*ActivityTreeStatsMessage) GetDNSNodesCount

func (x *ActivityTreeStatsMessage) GetDNSNodesCount() int64

func (*ActivityTreeStatsMessage) GetFileNodesCount

func (x *ActivityTreeStatsMessage) GetFileNodesCount() int64

func (*ActivityTreeStatsMessage) GetFlowNodesCount

func (x *ActivityTreeStatsMessage) GetFlowNodesCount() int64

func (*ActivityTreeStatsMessage) GetIMDSNodesCount

func (x *ActivityTreeStatsMessage) GetIMDSNodesCount() int64

func (*ActivityTreeStatsMessage) GetProcessNodesCount

func (x *ActivityTreeStatsMessage) GetProcessNodesCount() int64

func (*ActivityTreeStatsMessage) GetSocketNodesCount

func (x *ActivityTreeStatsMessage) GetSocketNodesCount() int64

func (*ActivityTreeStatsMessage) GetSyscallNodesCount

func (x *ActivityTreeStatsMessage) GetSyscallNodesCount() int64

func (*ActivityTreeStatsMessage) MarshalToSizedBufferVT

func (m *ActivityTreeStatsMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ActivityTreeStatsMessage) MarshalToVT

func (m *ActivityTreeStatsMessage) MarshalToVT(dAtA []byte) (int, error)

func (*ActivityTreeStatsMessage) MarshalVT

func (m *ActivityTreeStatsMessage) MarshalVT() (dAtA []byte, err error)

func (*ActivityTreeStatsMessage) ProtoMessage

func (*ActivityTreeStatsMessage) ProtoMessage()

func (*ActivityTreeStatsMessage) ProtoReflect

func (x *ActivityTreeStatsMessage) ProtoReflect() protoreflect.Message

func (*ActivityTreeStatsMessage) Reset

func (x *ActivityTreeStatsMessage) Reset()

func (*ActivityTreeStatsMessage) SizeVT

func (m *ActivityTreeStatsMessage) SizeVT() (n int)

func (*ActivityTreeStatsMessage) String

func (x *ActivityTreeStatsMessage) String() string

func (*ActivityTreeStatsMessage) UnmarshalVT

func (m *ActivityTreeStatsMessage) UnmarshalVT(dAtA []byte) error

type ApproverDetails

type ApproverDetails struct {
	Field string `protobuf:"bytes,1,opt,name=Field,proto3" json:"Field,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=Value,proto3" json:"Value,omitempty"`
	Type  int32  `protobuf:"varint,3,opt,name=Type,proto3" json:"Type,omitempty"`
	// contains filtered or unexported fields
}

func (*ApproverDetails) Descriptor deprecated

func (*ApproverDetails) Descriptor() ([]byte, []int)

Deprecated: Use ApproverDetails.ProtoReflect.Descriptor instead.

func (*ApproverDetails) GetField

func (x *ApproverDetails) GetField() string

func (*ApproverDetails) GetType

func (x *ApproverDetails) GetType() int32

func (*ApproverDetails) GetValue

func (x *ApproverDetails) GetValue() string

func (*ApproverDetails) MarshalToSizedBufferVT

func (m *ApproverDetails) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ApproverDetails) MarshalToVT

func (m *ApproverDetails) MarshalToVT(dAtA []byte) (int, error)

func (*ApproverDetails) MarshalVT

func (m *ApproverDetails) MarshalVT() (dAtA []byte, err error)

func (*ApproverDetails) ProtoMessage

func (*ApproverDetails) ProtoMessage()

func (*ApproverDetails) ProtoReflect

func (x *ApproverDetails) ProtoReflect() protoreflect.Message

func (*ApproverDetails) Reset

func (x *ApproverDetails) Reset()

func (*ApproverDetails) SizeVT

func (m *ApproverDetails) SizeVT() (n int)

func (*ApproverDetails) String

func (x *ApproverDetails) String() string

func (*ApproverDetails) UnmarshalVT

func (m *ApproverDetails) UnmarshalVT(dAtA []byte) error

type ApproverReport

type ApproverReport struct {
	EventType       string            `protobuf:"bytes,1,opt,name=EventType,proto3" json:"EventType,omitempty"`
	Mode            uint32            `protobuf:"varint,2,opt,name=Mode,proto3" json:"Mode,omitempty"`
	Approvers       *Approvers        `protobuf:"bytes,3,opt,name=Approvers,proto3" json:"Approvers,omitempty"`
	AcceptModeRules []*AcceptModeRule `protobuf:"bytes,4,rep,name=AcceptModeRules,proto3" json:"AcceptModeRules,omitempty"`
	// contains filtered or unexported fields
}

func (*ApproverReport) Descriptor deprecated

func (*ApproverReport) Descriptor() ([]byte, []int)

Deprecated: Use ApproverReport.ProtoReflect.Descriptor instead.

func (*ApproverReport) GetAcceptModeRules

func (x *ApproverReport) GetAcceptModeRules() []*AcceptModeRule

func (*ApproverReport) GetApprovers

func (x *ApproverReport) GetApprovers() *Approvers

func (*ApproverReport) GetEventType

func (x *ApproverReport) GetEventType() string

func (*ApproverReport) GetMode

func (x *ApproverReport) GetMode() uint32

func (*ApproverReport) MarshalToSizedBufferVT

func (m *ApproverReport) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ApproverReport) MarshalToVT

func (m *ApproverReport) MarshalToVT(dAtA []byte) (int, error)

func (*ApproverReport) MarshalVT

func (m *ApproverReport) MarshalVT() (dAtA []byte, err error)

func (*ApproverReport) ProtoMessage

func (*ApproverReport) ProtoMessage()

func (*ApproverReport) ProtoReflect

func (x *ApproverReport) ProtoReflect() protoreflect.Message

func (*ApproverReport) Reset

func (x *ApproverReport) Reset()

func (*ApproverReport) SizeVT

func (m *ApproverReport) SizeVT() (n int)

func (*ApproverReport) String

func (x *ApproverReport) String() string

func (*ApproverReport) UnmarshalVT

func (m *ApproverReport) UnmarshalVT(dAtA []byte) error

type Approvers

type Approvers struct {
	Field           string             `protobuf:"bytes,1,opt,name=Field,proto3" json:"Field,omitempty"`
	ApproverDetails []*ApproverDetails `protobuf:"bytes,2,rep,name=ApproverDetails,proto3" json:"ApproverDetails,omitempty"`
	// contains filtered or unexported fields
}

func (*Approvers) Descriptor deprecated

func (*Approvers) Descriptor() ([]byte, []int)

Deprecated: Use Approvers.ProtoReflect.Descriptor instead.

func (*Approvers) GetApproverDetails

func (x *Approvers) GetApproverDetails() []*ApproverDetails

func (*Approvers) GetField

func (x *Approvers) GetField() string

func (*Approvers) MarshalToSizedBufferVT

func (m *Approvers) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Approvers) MarshalToVT

func (m *Approvers) MarshalToVT(dAtA []byte) (int, error)

func (*Approvers) MarshalVT

func (m *Approvers) MarshalVT() (dAtA []byte, err error)

func (*Approvers) ProtoMessage

func (*Approvers) ProtoMessage()

func (*Approvers) ProtoReflect

func (x *Approvers) ProtoReflect() protoreflect.Message

func (*Approvers) Reset

func (x *Approvers) Reset()

func (*Approvers) SizeVT

func (m *Approvers) SizeVT() (n int)

func (*Approvers) String

func (x *Approvers) String() string

func (*Approvers) UnmarshalVT

func (m *Approvers) UnmarshalVT(dAtA []byte) error

type ConstantFetcherStatus

type ConstantFetcherStatus struct {
	Fetchers []string                  `protobuf:"bytes,1,rep,name=Fetchers,proto3" json:"Fetchers,omitempty"`
	Values   []*ConstantValueAndSource `protobuf:"bytes,2,rep,name=Values,proto3" json:"Values,omitempty"`
	// contains filtered or unexported fields
}

func (*ConstantFetcherStatus) Descriptor deprecated

func (*ConstantFetcherStatus) Descriptor() ([]byte, []int)

Deprecated: Use ConstantFetcherStatus.ProtoReflect.Descriptor instead.

func (*ConstantFetcherStatus) GetFetchers

func (x *ConstantFetcherStatus) GetFetchers() []string

func (*ConstantFetcherStatus) GetValues

func (*ConstantFetcherStatus) MarshalToSizedBufferVT

func (m *ConstantFetcherStatus) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ConstantFetcherStatus) MarshalToVT

func (m *ConstantFetcherStatus) MarshalToVT(dAtA []byte) (int, error)

func (*ConstantFetcherStatus) MarshalVT

func (m *ConstantFetcherStatus) MarshalVT() (dAtA []byte, err error)

func (*ConstantFetcherStatus) ProtoMessage

func (*ConstantFetcherStatus) ProtoMessage()

func (*ConstantFetcherStatus) ProtoReflect

func (x *ConstantFetcherStatus) ProtoReflect() protoreflect.Message

func (*ConstantFetcherStatus) Reset

func (x *ConstantFetcherStatus) Reset()

func (*ConstantFetcherStatus) SizeVT

func (m *ConstantFetcherStatus) SizeVT() (n int)

func (*ConstantFetcherStatus) String

func (x *ConstantFetcherStatus) String() string

func (*ConstantFetcherStatus) UnmarshalVT

func (m *ConstantFetcherStatus) UnmarshalVT(dAtA []byte) error

type ConstantValueAndSource

type ConstantValueAndSource struct {
	ID     string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"`
	Value  uint64 `protobuf:"varint,2,opt,name=Value,proto3" json:"Value,omitempty"`
	Source string `protobuf:"bytes,3,opt,name=Source,proto3" json:"Source,omitempty"`
	// contains filtered or unexported fields
}

func (*ConstantValueAndSource) Descriptor deprecated

func (*ConstantValueAndSource) Descriptor() ([]byte, []int)

Deprecated: Use ConstantValueAndSource.ProtoReflect.Descriptor instead.

func (*ConstantValueAndSource) GetID

func (x *ConstantValueAndSource) GetID() string

func (*ConstantValueAndSource) GetSource

func (x *ConstantValueAndSource) GetSource() string

func (*ConstantValueAndSource) GetValue

func (x *ConstantValueAndSource) GetValue() uint64

func (*ConstantValueAndSource) MarshalToSizedBufferVT

func (m *ConstantValueAndSource) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ConstantValueAndSource) MarshalToVT

func (m *ConstantValueAndSource) MarshalToVT(dAtA []byte) (int, error)

func (*ConstantValueAndSource) MarshalVT

func (m *ConstantValueAndSource) MarshalVT() (dAtA []byte, err error)

func (*ConstantValueAndSource) ProtoMessage

func (*ConstantValueAndSource) ProtoMessage()

func (*ConstantValueAndSource) ProtoReflect

func (x *ConstantValueAndSource) ProtoReflect() protoreflect.Message

func (*ConstantValueAndSource) Reset

func (x *ConstantValueAndSource) Reset()

func (*ConstantValueAndSource) SizeVT

func (m *ConstantValueAndSource) SizeVT() (n int)

func (*ConstantValueAndSource) String

func (x *ConstantValueAndSource) String() string

func (*ConstantValueAndSource) UnmarshalVT

func (m *ConstantValueAndSource) UnmarshalVT(dAtA []byte) error

type DirectSenderStatus

type DirectSenderStatus struct {
	Endpoints []string `protobuf:"bytes,1,rep,name=Endpoints,proto3" json:"Endpoints,omitempty"`
	// contains filtered or unexported fields
}

func (*DirectSenderStatus) Descriptor deprecated

func (*DirectSenderStatus) Descriptor() ([]byte, []int)

Deprecated: Use DirectSenderStatus.ProtoReflect.Descriptor instead.

func (*DirectSenderStatus) GetEndpoints

func (x *DirectSenderStatus) GetEndpoints() []string

func (*DirectSenderStatus) MarshalToSizedBufferVT

func (m *DirectSenderStatus) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DirectSenderStatus) MarshalToVT

func (m *DirectSenderStatus) MarshalToVT(dAtA []byte) (int, error)

func (*DirectSenderStatus) MarshalVT

func (m *DirectSenderStatus) MarshalVT() (dAtA []byte, err error)

func (*DirectSenderStatus) ProtoMessage

func (*DirectSenderStatus) ProtoMessage()

func (*DirectSenderStatus) ProtoReflect

func (x *DirectSenderStatus) ProtoReflect() protoreflect.Message

func (*DirectSenderStatus) Reset

func (x *DirectSenderStatus) Reset()

func (*DirectSenderStatus) SizeVT

func (m *DirectSenderStatus) SizeVT() (n int)

func (*DirectSenderStatus) String

func (x *DirectSenderStatus) String() string

func (*DirectSenderStatus) UnmarshalVT

func (m *DirectSenderStatus) UnmarshalVT(dAtA []byte) error

type DumpDiscardersMessage

type DumpDiscardersMessage struct {
	DumpFilename string `protobuf:"bytes,1,opt,name=DumpFilename,proto3" json:"DumpFilename,omitempty"`
	// contains filtered or unexported fields
}

func (*DumpDiscardersMessage) Descriptor deprecated

func (*DumpDiscardersMessage) Descriptor() ([]byte, []int)

Deprecated: Use DumpDiscardersMessage.ProtoReflect.Descriptor instead.

func (*DumpDiscardersMessage) GetDumpFilename

func (x *DumpDiscardersMessage) GetDumpFilename() string

func (*DumpDiscardersMessage) MarshalToSizedBufferVT

func (m *DumpDiscardersMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DumpDiscardersMessage) MarshalToVT

func (m *DumpDiscardersMessage) MarshalToVT(dAtA []byte) (int, error)

func (*DumpDiscardersMessage) MarshalVT

func (m *DumpDiscardersMessage) MarshalVT() (dAtA []byte, err error)

func (*DumpDiscardersMessage) ProtoMessage

func (*DumpDiscardersMessage) ProtoMessage()

func (*DumpDiscardersMessage) ProtoReflect

func (x *DumpDiscardersMessage) ProtoReflect() protoreflect.Message

func (*DumpDiscardersMessage) Reset

func (x *DumpDiscardersMessage) Reset()

func (*DumpDiscardersMessage) SizeVT

func (m *DumpDiscardersMessage) SizeVT() (n int)

func (*DumpDiscardersMessage) String

func (x *DumpDiscardersMessage) String() string

func (*DumpDiscardersMessage) UnmarshalVT

func (m *DumpDiscardersMessage) UnmarshalVT(dAtA []byte) error

type DumpDiscardersParams

type DumpDiscardersParams struct {
	// contains filtered or unexported fields
}

Discarders

func (*DumpDiscardersParams) Descriptor deprecated

func (*DumpDiscardersParams) Descriptor() ([]byte, []int)

Deprecated: Use DumpDiscardersParams.ProtoReflect.Descriptor instead.

func (*DumpDiscardersParams) MarshalToSizedBufferVT

func (m *DumpDiscardersParams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DumpDiscardersParams) MarshalToVT

func (m *DumpDiscardersParams) MarshalToVT(dAtA []byte) (int, error)

func (*DumpDiscardersParams) MarshalVT

func (m *DumpDiscardersParams) MarshalVT() (dAtA []byte, err error)

func (*DumpDiscardersParams) ProtoMessage

func (*DumpDiscardersParams) ProtoMessage()

func (*DumpDiscardersParams) ProtoReflect

func (x *DumpDiscardersParams) ProtoReflect() protoreflect.Message

func (*DumpDiscardersParams) Reset

func (x *DumpDiscardersParams) Reset()

func (*DumpDiscardersParams) SizeVT

func (m *DumpDiscardersParams) SizeVT() (n int)

func (*DumpDiscardersParams) String

func (x *DumpDiscardersParams) String() string

func (*DumpDiscardersParams) UnmarshalVT

func (m *DumpDiscardersParams) UnmarshalVT(dAtA []byte) error

type DumpNetworkNamespaceMessage

type DumpNetworkNamespaceMessage struct {
	Error         string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	DumpFilename  string `protobuf:"bytes,2,opt,name=DumpFilename,proto3" json:"DumpFilename,omitempty"`
	GraphFilename string `protobuf:"bytes,3,opt,name=GraphFilename,proto3" json:"GraphFilename,omitempty"`
	// contains filtered or unexported fields
}

func (*DumpNetworkNamespaceMessage) Descriptor deprecated

func (*DumpNetworkNamespaceMessage) Descriptor() ([]byte, []int)

Deprecated: Use DumpNetworkNamespaceMessage.ProtoReflect.Descriptor instead.

func (*DumpNetworkNamespaceMessage) GetDumpFilename

func (x *DumpNetworkNamespaceMessage) GetDumpFilename() string

func (*DumpNetworkNamespaceMessage) GetError

func (x *DumpNetworkNamespaceMessage) GetError() string

func (*DumpNetworkNamespaceMessage) GetGraphFilename

func (x *DumpNetworkNamespaceMessage) GetGraphFilename() string

func (*DumpNetworkNamespaceMessage) MarshalToSizedBufferVT

func (m *DumpNetworkNamespaceMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DumpNetworkNamespaceMessage) MarshalToVT

func (m *DumpNetworkNamespaceMessage) MarshalToVT(dAtA []byte) (int, error)

func (*DumpNetworkNamespaceMessage) MarshalVT

func (m *DumpNetworkNamespaceMessage) MarshalVT() (dAtA []byte, err error)

func (*DumpNetworkNamespaceMessage) ProtoMessage

func (*DumpNetworkNamespaceMessage) ProtoMessage()

func (*DumpNetworkNamespaceMessage) ProtoReflect

func (*DumpNetworkNamespaceMessage) Reset

func (x *DumpNetworkNamespaceMessage) Reset()

func (*DumpNetworkNamespaceMessage) SizeVT

func (m *DumpNetworkNamespaceMessage) SizeVT() (n int)

func (*DumpNetworkNamespaceMessage) String

func (x *DumpNetworkNamespaceMessage) String() string

func (*DumpNetworkNamespaceMessage) UnmarshalVT

func (m *DumpNetworkNamespaceMessage) UnmarshalVT(dAtA []byte) error

type DumpNetworkNamespaceParams

type DumpNetworkNamespaceParams struct {
	SnapshotInterfaces bool `protobuf:"varint,1,opt,name=SnapshotInterfaces,proto3" json:"SnapshotInterfaces,omitempty"`
	// contains filtered or unexported fields
}

func (*DumpNetworkNamespaceParams) Descriptor deprecated

func (*DumpNetworkNamespaceParams) Descriptor() ([]byte, []int)

Deprecated: Use DumpNetworkNamespaceParams.ProtoReflect.Descriptor instead.

func (*DumpNetworkNamespaceParams) GetSnapshotInterfaces

func (x *DumpNetworkNamespaceParams) GetSnapshotInterfaces() bool

func (*DumpNetworkNamespaceParams) MarshalToSizedBufferVT

func (m *DumpNetworkNamespaceParams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DumpNetworkNamespaceParams) MarshalToVT

func (m *DumpNetworkNamespaceParams) MarshalToVT(dAtA []byte) (int, error)

func (*DumpNetworkNamespaceParams) MarshalVT

func (m *DumpNetworkNamespaceParams) MarshalVT() (dAtA []byte, err error)

func (*DumpNetworkNamespaceParams) ProtoMessage

func (*DumpNetworkNamespaceParams) ProtoMessage()

func (*DumpNetworkNamespaceParams) ProtoReflect

func (*DumpNetworkNamespaceParams) Reset

func (x *DumpNetworkNamespaceParams) Reset()

func (*DumpNetworkNamespaceParams) SizeVT

func (m *DumpNetworkNamespaceParams) SizeVT() (n int)

func (*DumpNetworkNamespaceParams) String

func (x *DumpNetworkNamespaceParams) String() string

func (*DumpNetworkNamespaceParams) UnmarshalVT

func (m *DumpNetworkNamespaceParams) UnmarshalVT(dAtA []byte) error

type DumpProcessCacheParams

type DumpProcessCacheParams struct {
	WithArgs bool   `protobuf:"varint,1,opt,name=WithArgs,proto3" json:"WithArgs,omitempty"`
	Format   string `protobuf:"bytes,2,opt,name=Format,proto3" json:"Format,omitempty"`
	// contains filtered or unexported fields
}

func (*DumpProcessCacheParams) Descriptor deprecated

func (*DumpProcessCacheParams) Descriptor() ([]byte, []int)

Deprecated: Use DumpProcessCacheParams.ProtoReflect.Descriptor instead.

func (*DumpProcessCacheParams) GetFormat

func (x *DumpProcessCacheParams) GetFormat() string

func (*DumpProcessCacheParams) GetWithArgs

func (x *DumpProcessCacheParams) GetWithArgs() bool

func (*DumpProcessCacheParams) MarshalToSizedBufferVT

func (m *DumpProcessCacheParams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DumpProcessCacheParams) MarshalToVT

func (m *DumpProcessCacheParams) MarshalToVT(dAtA []byte) (int, error)

func (*DumpProcessCacheParams) MarshalVT

func (m *DumpProcessCacheParams) MarshalVT() (dAtA []byte, err error)

func (*DumpProcessCacheParams) ProtoMessage

func (*DumpProcessCacheParams) ProtoMessage()

func (*DumpProcessCacheParams) ProtoReflect

func (x *DumpProcessCacheParams) ProtoReflect() protoreflect.Message

func (*DumpProcessCacheParams) Reset

func (x *DumpProcessCacheParams) Reset()

func (*DumpProcessCacheParams) SizeVT

func (m *DumpProcessCacheParams) SizeVT() (n int)

func (*DumpProcessCacheParams) String

func (x *DumpProcessCacheParams) String() string

func (*DumpProcessCacheParams) UnmarshalVT

func (m *DumpProcessCacheParams) UnmarshalVT(dAtA []byte) error

type EnvironmentStatus

type EnvironmentStatus struct {
	Warnings        []string               `protobuf:"bytes,1,rep,name=Warnings,proto3" json:"Warnings,omitempty"`
	Constants       *ConstantFetcherStatus `protobuf:"bytes,2,opt,name=Constants,proto3" json:"Constants,omitempty"`
	KernelLockdown  string                 `protobuf:"bytes,3,opt,name=KernelLockdown,proto3" json:"KernelLockdown,omitempty"`
	UseMmapableMaps bool                   `protobuf:"varint,4,opt,name=UseMmapableMaps,proto3" json:"UseMmapableMaps,omitempty"`
	UseRingBuffer   bool                   `protobuf:"varint,5,opt,name=UseRingBuffer,proto3" json:"UseRingBuffer,omitempty"`
	UseFentry       bool                   `protobuf:"varint,6,opt,name=UseFentry,proto3" json:"UseFentry,omitempty"`
	// contains filtered or unexported fields
}

func (*EnvironmentStatus) Descriptor deprecated

func (*EnvironmentStatus) Descriptor() ([]byte, []int)

Deprecated: Use EnvironmentStatus.ProtoReflect.Descriptor instead.

func (*EnvironmentStatus) GetConstants

func (x *EnvironmentStatus) GetConstants() *ConstantFetcherStatus

func (*EnvironmentStatus) GetKernelLockdown

func (x *EnvironmentStatus) GetKernelLockdown() string

func (*EnvironmentStatus) GetUseFentry

func (x *EnvironmentStatus) GetUseFentry() bool

func (*EnvironmentStatus) GetUseMmapableMaps

func (x *EnvironmentStatus) GetUseMmapableMaps() bool

func (*EnvironmentStatus) GetUseRingBuffer

func (x *EnvironmentStatus) GetUseRingBuffer() bool

func (*EnvironmentStatus) GetWarnings

func (x *EnvironmentStatus) GetWarnings() []string

func (*EnvironmentStatus) MarshalToSizedBufferVT

func (m *EnvironmentStatus) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EnvironmentStatus) MarshalToVT

func (m *EnvironmentStatus) MarshalToVT(dAtA []byte) (int, error)

func (*EnvironmentStatus) MarshalVT

func (m *EnvironmentStatus) MarshalVT() (dAtA []byte, err error)

func (*EnvironmentStatus) ProtoMessage

func (*EnvironmentStatus) ProtoMessage()

func (*EnvironmentStatus) ProtoReflect

func (x *EnvironmentStatus) ProtoReflect() protoreflect.Message

func (*EnvironmentStatus) Reset

func (x *EnvironmentStatus) Reset()

func (*EnvironmentStatus) SizeVT

func (m *EnvironmentStatus) SizeVT() (n int)

func (*EnvironmentStatus) String

func (x *EnvironmentStatus) String() string

func (*EnvironmentStatus) UnmarshalVT

func (m *EnvironmentStatus) UnmarshalVT(dAtA []byte) error

type EventTypeState

type EventTypeState struct {
	LastAnomalyNano   uint64 `protobuf:"varint,1,opt,name=last_anomaly_nano,json=lastAnomalyNano,proto3" json:"last_anomaly_nano,omitempty"`
	EventProfileState string `protobuf:"bytes,2,opt,name=event_profile_state,json=eventProfileState,proto3" json:"event_profile_state,omitempty"`
	// contains filtered or unexported fields
}

func (*EventTypeState) Descriptor deprecated

func (*EventTypeState) Descriptor() ([]byte, []int)

Deprecated: Use EventTypeState.ProtoReflect.Descriptor instead.

func (*EventTypeState) GetEventProfileState

func (x *EventTypeState) GetEventProfileState() string

func (*EventTypeState) GetLastAnomalyNano

func (x *EventTypeState) GetLastAnomalyNano() uint64

func (*EventTypeState) MarshalToSizedBufferVT

func (m *EventTypeState) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventTypeState) MarshalToVT

func (m *EventTypeState) MarshalToVT(dAtA []byte) (int, error)

func (*EventTypeState) MarshalVT

func (m *EventTypeState) MarshalVT() (dAtA []byte, err error)

func (*EventTypeState) ProtoMessage

func (*EventTypeState) ProtoMessage()

func (*EventTypeState) ProtoReflect

func (x *EventTypeState) ProtoReflect() protoreflect.Message

func (*EventTypeState) Reset

func (x *EventTypeState) Reset()

func (*EventTypeState) SizeVT

func (m *EventTypeState) SizeVT() (n int)

func (*EventTypeState) String

func (x *EventTypeState) String() string

func (*EventTypeState) UnmarshalVT

func (m *EventTypeState) UnmarshalVT(dAtA []byte) error

type FilterReport

type FilterReport struct {
	Approvers []*ApproverReport `protobuf:"bytes,1,rep,name=Approvers,proto3" json:"Approvers,omitempty"`
	// contains filtered or unexported fields
}

func (*FilterReport) Descriptor deprecated

func (*FilterReport) Descriptor() ([]byte, []int)

Deprecated: Use FilterReport.ProtoReflect.Descriptor instead.

func (*FilterReport) GetApprovers

func (x *FilterReport) GetApprovers() []*ApproverReport

func (*FilterReport) MarshalToSizedBufferVT

func (m *FilterReport) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FilterReport) MarshalToVT

func (m *FilterReport) MarshalToVT(dAtA []byte) (int, error)

func (*FilterReport) MarshalVT

func (m *FilterReport) MarshalVT() (dAtA []byte, err error)

func (*FilterReport) ProtoMessage

func (*FilterReport) ProtoMessage()

func (*FilterReport) ProtoReflect

func (x *FilterReport) ProtoReflect() protoreflect.Message

func (*FilterReport) Reset

func (x *FilterReport) Reset()

func (*FilterReport) SizeVT

func (m *FilterReport) SizeVT() (n int)

func (*FilterReport) String

func (x *FilterReport) String() string

func (*FilterReport) UnmarshalVT

func (m *FilterReport) UnmarshalVT(dAtA []byte) error

type GetConfigParams

type GetConfigParams struct {
	// contains filtered or unexported fields
}

func (*GetConfigParams) Descriptor deprecated

func (*GetConfigParams) Descriptor() ([]byte, []int)

Deprecated: Use GetConfigParams.ProtoReflect.Descriptor instead.

func (*GetConfigParams) MarshalToSizedBufferVT

func (m *GetConfigParams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetConfigParams) MarshalToVT

func (m *GetConfigParams) MarshalToVT(dAtA []byte) (int, error)

func (*GetConfigParams) MarshalVT

func (m *GetConfigParams) MarshalVT() (dAtA []byte, err error)

func (*GetConfigParams) ProtoMessage

func (*GetConfigParams) ProtoMessage()

func (*GetConfigParams) ProtoReflect

func (x *GetConfigParams) ProtoReflect() protoreflect.Message

func (*GetConfigParams) Reset

func (x *GetConfigParams) Reset()

func (*GetConfigParams) SizeVT

func (m *GetConfigParams) SizeVT() (n int)

func (*GetConfigParams) String

func (x *GetConfigParams) String() string

func (*GetConfigParams) UnmarshalVT

func (m *GetConfigParams) UnmarshalVT(dAtA []byte) error

type GetLoadedPoliciesMessage

type GetLoadedPoliciesMessage struct {
	Policies string `protobuf:"bytes,1,opt,name=Policies,proto3" json:"Policies,omitempty"`
	Error    string `protobuf:"bytes,2,opt,name=Error,proto3" json:"Error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLoadedPoliciesMessage) Descriptor deprecated

func (*GetLoadedPoliciesMessage) Descriptor() ([]byte, []int)

Deprecated: Use GetLoadedPoliciesMessage.ProtoReflect.Descriptor instead.

func (*GetLoadedPoliciesMessage) GetError

func (x *GetLoadedPoliciesMessage) GetError() string

func (*GetLoadedPoliciesMessage) GetPolicies

func (x *GetLoadedPoliciesMessage) GetPolicies() string

func (*GetLoadedPoliciesMessage) MarshalToSizedBufferVT

func (m *GetLoadedPoliciesMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetLoadedPoliciesMessage) MarshalToVT

func (m *GetLoadedPoliciesMessage) MarshalToVT(dAtA []byte) (int, error)

func (*GetLoadedPoliciesMessage) MarshalVT

func (m *GetLoadedPoliciesMessage) MarshalVT() (dAtA []byte, err error)

func (*GetLoadedPoliciesMessage) ProtoMessage

func (*GetLoadedPoliciesMessage) ProtoMessage()

func (*GetLoadedPoliciesMessage) ProtoReflect

func (x *GetLoadedPoliciesMessage) ProtoReflect() protoreflect.Message

func (*GetLoadedPoliciesMessage) Reset

func (x *GetLoadedPoliciesMessage) Reset()

func (*GetLoadedPoliciesMessage) SizeVT

func (m *GetLoadedPoliciesMessage) SizeVT() (n int)

func (*GetLoadedPoliciesMessage) String

func (x *GetLoadedPoliciesMessage) String() string

func (*GetLoadedPoliciesMessage) UnmarshalVT

func (m *GetLoadedPoliciesMessage) UnmarshalVT(dAtA []byte) error

type GetLoadedPoliciesParams

type GetLoadedPoliciesParams struct {
	IncludeBundled bool `protobuf:"varint,1,opt,name=IncludeBundled,proto3" json:"IncludeBundled,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLoadedPoliciesParams) Descriptor deprecated

func (*GetLoadedPoliciesParams) Descriptor() ([]byte, []int)

Deprecated: Use GetLoadedPoliciesParams.ProtoReflect.Descriptor instead.

func (*GetLoadedPoliciesParams) GetIncludeBundled

func (x *GetLoadedPoliciesParams) GetIncludeBundled() bool

func (*GetLoadedPoliciesParams) MarshalToSizedBufferVT

func (m *GetLoadedPoliciesParams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetLoadedPoliciesParams) MarshalToVT

func (m *GetLoadedPoliciesParams) MarshalToVT(dAtA []byte) (int, error)

func (*GetLoadedPoliciesParams) MarshalVT

func (m *GetLoadedPoliciesParams) MarshalVT() (dAtA []byte, err error)

func (*GetLoadedPoliciesParams) ProtoMessage

func (*GetLoadedPoliciesParams) ProtoMessage()

func (*GetLoadedPoliciesParams) ProtoReflect

func (x *GetLoadedPoliciesParams) ProtoReflect() protoreflect.Message

func (*GetLoadedPoliciesParams) Reset

func (x *GetLoadedPoliciesParams) Reset()

func (*GetLoadedPoliciesParams) SizeVT

func (m *GetLoadedPoliciesParams) SizeVT() (n int)

func (*GetLoadedPoliciesParams) String

func (x *GetLoadedPoliciesParams) String() string

func (*GetLoadedPoliciesParams) UnmarshalVT

func (m *GetLoadedPoliciesParams) UnmarshalVT(dAtA []byte) error

type GetRuleSetReportMessage

type GetRuleSetReportMessage struct {
	RuleSetReportMessage *RuleSetReportMessage `protobuf:"bytes,1,opt,name=RuleSetReportMessage,proto3" json:"RuleSetReportMessage,omitempty"`
	Error                string                `protobuf:"bytes,2,opt,name=Error,proto3" json:"Error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRuleSetReportMessage) Descriptor deprecated

func (*GetRuleSetReportMessage) Descriptor() ([]byte, []int)

Deprecated: Use GetRuleSetReportMessage.ProtoReflect.Descriptor instead.

func (*GetRuleSetReportMessage) GetError

func (x *GetRuleSetReportMessage) GetError() string

func (*GetRuleSetReportMessage) GetRuleSetReportMessage

func (x *GetRuleSetReportMessage) GetRuleSetReportMessage() *RuleSetReportMessage

func (*GetRuleSetReportMessage) MarshalToSizedBufferVT

func (m *GetRuleSetReportMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetRuleSetReportMessage) MarshalToVT

func (m *GetRuleSetReportMessage) MarshalToVT(dAtA []byte) (int, error)

func (*GetRuleSetReportMessage) MarshalVT

func (m *GetRuleSetReportMessage) MarshalVT() (dAtA []byte, err error)

func (*GetRuleSetReportMessage) ProtoMessage

func (*GetRuleSetReportMessage) ProtoMessage()

func (*GetRuleSetReportMessage) ProtoReflect

func (x *GetRuleSetReportMessage) ProtoReflect() protoreflect.Message

func (*GetRuleSetReportMessage) Reset

func (x *GetRuleSetReportMessage) Reset()

func (*GetRuleSetReportMessage) SizeVT

func (m *GetRuleSetReportMessage) SizeVT() (n int)

func (*GetRuleSetReportMessage) String

func (x *GetRuleSetReportMessage) String() string

func (*GetRuleSetReportMessage) UnmarshalVT

func (m *GetRuleSetReportMessage) UnmarshalVT(dAtA []byte) error

type GetRuleSetReportParams

type GetRuleSetReportParams struct {
	// contains filtered or unexported fields
}

func (*GetRuleSetReportParams) Descriptor deprecated

func (*GetRuleSetReportParams) Descriptor() ([]byte, []int)

Deprecated: Use GetRuleSetReportParams.ProtoReflect.Descriptor instead.

func (*GetRuleSetReportParams) MarshalToSizedBufferVT

func (m *GetRuleSetReportParams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetRuleSetReportParams) MarshalToVT

func (m *GetRuleSetReportParams) MarshalToVT(dAtA []byte) (int, error)

func (*GetRuleSetReportParams) MarshalVT

func (m *GetRuleSetReportParams) MarshalVT() (dAtA []byte, err error)

func (*GetRuleSetReportParams) ProtoMessage

func (*GetRuleSetReportParams) ProtoMessage()

func (*GetRuleSetReportParams) ProtoReflect

func (x *GetRuleSetReportParams) ProtoReflect() protoreflect.Message

func (*GetRuleSetReportParams) Reset

func (x *GetRuleSetReportParams) Reset()

func (*GetRuleSetReportParams) SizeVT

func (m *GetRuleSetReportParams) SizeVT() (n int)

func (*GetRuleSetReportParams) String

func (x *GetRuleSetReportParams) String() string

func (*GetRuleSetReportParams) UnmarshalVT

func (m *GetRuleSetReportParams) UnmarshalVT(dAtA []byte) error

type GetStatusParams

type GetStatusParams struct {
	// contains filtered or unexported fields
}

func (*GetStatusParams) Descriptor deprecated

func (*GetStatusParams) Descriptor() ([]byte, []int)

Deprecated: Use GetStatusParams.ProtoReflect.Descriptor instead.

func (*GetStatusParams) MarshalToSizedBufferVT

func (m *GetStatusParams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetStatusParams) MarshalToVT

func (m *GetStatusParams) MarshalToVT(dAtA []byte) (int, error)

func (*GetStatusParams) MarshalVT

func (m *GetStatusParams) MarshalVT() (dAtA []byte, err error)

func (*GetStatusParams) ProtoMessage

func (*GetStatusParams) ProtoMessage()

func (*GetStatusParams) ProtoReflect

func (x *GetStatusParams) ProtoReflect() protoreflect.Message

func (*GetStatusParams) Reset

func (x *GetStatusParams) Reset()

func (*GetStatusParams) SizeVT

func (m *GetStatusParams) SizeVT() (n int)

func (*GetStatusParams) String

func (x *GetStatusParams) String() string

func (*GetStatusParams) UnmarshalVT

func (m *GetStatusParams) UnmarshalVT(dAtA []byte) error

type InstanceMessage

type InstanceMessage struct {
	ContainerID string   `protobuf:"bytes,1,opt,name=ContainerID,proto3" json:"ContainerID,omitempty"`
	Tags        []string `protobuf:"bytes,2,rep,name=Tags,proto3" json:"Tags,omitempty"`
	CGroupID    string   `protobuf:"bytes,3,opt,name=CGroupID,proto3" json:"CGroupID,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceMessage) Descriptor deprecated

func (*InstanceMessage) Descriptor() ([]byte, []int)

Deprecated: Use InstanceMessage.ProtoReflect.Descriptor instead.

func (*InstanceMessage) GetCGroupID

func (x *InstanceMessage) GetCGroupID() string

func (*InstanceMessage) GetContainerID

func (x *InstanceMessage) GetContainerID() string

func (*InstanceMessage) GetTags

func (x *InstanceMessage) GetTags() []string

func (*InstanceMessage) MarshalToSizedBufferVT

func (m *InstanceMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*InstanceMessage) MarshalToVT

func (m *InstanceMessage) MarshalToVT(dAtA []byte) (int, error)

func (*InstanceMessage) MarshalVT

func (m *InstanceMessage) MarshalVT() (dAtA []byte, err error)

func (*InstanceMessage) ProtoMessage

func (*InstanceMessage) ProtoMessage()

func (*InstanceMessage) ProtoReflect

func (x *InstanceMessage) ProtoReflect() protoreflect.Message

func (*InstanceMessage) Reset

func (x *InstanceMessage) Reset()

func (*InstanceMessage) SizeVT

func (m *InstanceMessage) SizeVT() (n int)

func (*InstanceMessage) String

func (x *InstanceMessage) String() string

func (*InstanceMessage) UnmarshalVT

func (m *InstanceMessage) UnmarshalVT(dAtA []byte) error

type LastAnomalyTimestampMessage

type LastAnomalyTimestampMessage struct {
	EventType         string `protobuf:"bytes,1,opt,name=EventType,proto3" json:"EventType,omitempty"`
	Timestamp         string `protobuf:"bytes,2,opt,name=Timestamp,proto3" json:"Timestamp,omitempty"`
	IsStableEventType bool   `protobuf:"varint,3,opt,name=IsStableEventType,proto3" json:"IsStableEventType,omitempty"`
	// contains filtered or unexported fields
}

func (*LastAnomalyTimestampMessage) Descriptor deprecated

func (*LastAnomalyTimestampMessage) Descriptor() ([]byte, []int)

Deprecated: Use LastAnomalyTimestampMessage.ProtoReflect.Descriptor instead.

func (*LastAnomalyTimestampMessage) GetEventType

func (x *LastAnomalyTimestampMessage) GetEventType() string

func (*LastAnomalyTimestampMessage) GetIsStableEventType

func (x *LastAnomalyTimestampMessage) GetIsStableEventType() bool

func (*LastAnomalyTimestampMessage) GetTimestamp

func (x *LastAnomalyTimestampMessage) GetTimestamp() string

func (*LastAnomalyTimestampMessage) MarshalToSizedBufferVT

func (m *LastAnomalyTimestampMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*LastAnomalyTimestampMessage) MarshalToVT

func (m *LastAnomalyTimestampMessage) MarshalToVT(dAtA []byte) (int, error)

func (*LastAnomalyTimestampMessage) MarshalVT

func (m *LastAnomalyTimestampMessage) MarshalVT() (dAtA []byte, err error)

func (*LastAnomalyTimestampMessage) ProtoMessage

func (*LastAnomalyTimestampMessage) ProtoMessage()

func (*LastAnomalyTimestampMessage) ProtoReflect

func (*LastAnomalyTimestampMessage) Reset

func (x *LastAnomalyTimestampMessage) Reset()

func (*LastAnomalyTimestampMessage) SizeVT

func (m *LastAnomalyTimestampMessage) SizeVT() (n int)

func (*LastAnomalyTimestampMessage) String

func (x *LastAnomalyTimestampMessage) String() string

func (*LastAnomalyTimestampMessage) UnmarshalVT

func (m *LastAnomalyTimestampMessage) UnmarshalVT(dAtA []byte) error

type MetadataMessage

type MetadataMessage struct {
	AgentVersion      string `protobuf:"bytes,1,opt,name=AgentVersion,proto3" json:"AgentVersion,omitempty"`
	AgentCommit       string `protobuf:"bytes,2,opt,name=AgentCommit,proto3" json:"AgentCommit,omitempty"`
	KernelVersion     string `protobuf:"bytes,3,opt,name=KernelVersion,proto3" json:"KernelVersion,omitempty"`
	LinuxDistribution string `protobuf:"bytes,4,opt,name=LinuxDistribution,proto3" json:"LinuxDistribution,omitempty"`
	Arch              string `protobuf:"bytes,5,opt,name=Arch,proto3" json:"Arch,omitempty"`
	Name              string `protobuf:"bytes,6,opt,name=Name,proto3" json:"Name,omitempty"`
	ProtobufVersion   string `protobuf:"bytes,7,opt,name=ProtobufVersion,proto3" json:"ProtobufVersion,omitempty"`
	DifferentiateArgs bool   `protobuf:"varint,8,opt,name=DifferentiateArgs,proto3" json:"DifferentiateArgs,omitempty"`
	// Deprecated: Marked as deprecated in pkg/security/proto/api/api.proto.
	Comm          string `protobuf:"bytes,9,opt,name=Comm,proto3" json:"Comm,omitempty"`
	ContainerID   string `protobuf:"bytes,10,opt,name=ContainerID,proto3" json:"ContainerID,omitempty"`
	Start         string `protobuf:"bytes,11,opt,name=Start,proto3" json:"Start,omitempty"`
	Timeout       string `protobuf:"bytes,12,opt,name=Timeout,proto3" json:"Timeout,omitempty"`
	Size          uint64 `protobuf:"varint,13,opt,name=Size,proto3" json:"Size,omitempty"`
	Serialization string `protobuf:"bytes,14,opt,name=Serialization,proto3" json:"Serialization,omitempty"`
	CGroupID      string `protobuf:"bytes,15,opt,name=CGroupID,proto3" json:"CGroupID,omitempty"`
	// Deprecated: Marked as deprecated in pkg/security/proto/api/api.proto.
	CGroupManager string `protobuf:"bytes,16,opt,name=CGroupManager,proto3" json:"CGroupManager,omitempty"`
	// contains filtered or unexported fields
}

func (*MetadataMessage) Descriptor deprecated

func (*MetadataMessage) Descriptor() ([]byte, []int)

Deprecated: Use MetadataMessage.ProtoReflect.Descriptor instead.

func (*MetadataMessage) GetAgentCommit

func (x *MetadataMessage) GetAgentCommit() string

func (*MetadataMessage) GetAgentVersion

func (x *MetadataMessage) GetAgentVersion() string

func (*MetadataMessage) GetArch

func (x *MetadataMessage) GetArch() string

func (*MetadataMessage) GetCGroupID

func (x *MetadataMessage) GetCGroupID() string

func (*MetadataMessage) GetCGroupManager deprecated

func (x *MetadataMessage) GetCGroupManager() string

Deprecated: Marked as deprecated in pkg/security/proto/api/api.proto.

func (*MetadataMessage) GetComm deprecated

func (x *MetadataMessage) GetComm() string

Deprecated: Marked as deprecated in pkg/security/proto/api/api.proto.

func (*MetadataMessage) GetContainerID

func (x *MetadataMessage) GetContainerID() string

func (*MetadataMessage) GetDifferentiateArgs

func (x *MetadataMessage) GetDifferentiateArgs() bool

func (*MetadataMessage) GetKernelVersion

func (x *MetadataMessage) GetKernelVersion() string

func (*MetadataMessage) GetLinuxDistribution

func (x *MetadataMessage) GetLinuxDistribution() string

func (*MetadataMessage) GetName

func (x *MetadataMessage) GetName() string

func (*MetadataMessage) GetProtobufVersion

func (x *MetadataMessage) GetProtobufVersion() string

func (*MetadataMessage) GetSerialization

func (x *MetadataMessage) GetSerialization() string

func (*MetadataMessage) GetSize

func (x *MetadataMessage) GetSize() uint64

func (*MetadataMessage) GetStart

func (x *MetadataMessage) GetStart() string

func (*MetadataMessage) GetTimeout

func (x *MetadataMessage) GetTimeout() string

func (*MetadataMessage) MarshalToSizedBufferVT

func (m *MetadataMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MetadataMessage) MarshalToVT

func (m *MetadataMessage) MarshalToVT(dAtA []byte) (int, error)

func (*MetadataMessage) MarshalVT

func (m *MetadataMessage) MarshalVT() (dAtA []byte, err error)

func (*MetadataMessage) ProtoMessage

func (*MetadataMessage) ProtoMessage()

func (*MetadataMessage) ProtoReflect

func (x *MetadataMessage) ProtoReflect() protoreflect.Message

func (*MetadataMessage) Reset

func (x *MetadataMessage) Reset()

func (*MetadataMessage) SizeVT

func (m *MetadataMessage) SizeVT() (n int)

func (*MetadataMessage) String

func (x *MetadataMessage) String() string

func (*MetadataMessage) UnmarshalVT

func (m *MetadataMessage) UnmarshalVT(dAtA []byte) error

type PolicyStatus

type PolicyStatus struct {
	Name   string        `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"`
	Source string        `protobuf:"bytes,2,opt,name=Source,proto3" json:"Source,omitempty"`
	Status []*RuleStatus `protobuf:"bytes,3,rep,name=Status,proto3" json:"Status,omitempty"`
	// contains filtered or unexported fields
}

func (*PolicyStatus) Descriptor deprecated

func (*PolicyStatus) Descriptor() ([]byte, []int)

Deprecated: Use PolicyStatus.ProtoReflect.Descriptor instead.

func (*PolicyStatus) GetName

func (x *PolicyStatus) GetName() string

func (*PolicyStatus) GetSource

func (x *PolicyStatus) GetSource() string

func (*PolicyStatus) GetStatus

func (x *PolicyStatus) GetStatus() []*RuleStatus

func (*PolicyStatus) MarshalToSizedBufferVT

func (m *PolicyStatus) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PolicyStatus) MarshalToVT

func (m *PolicyStatus) MarshalToVT(dAtA []byte) (int, error)

func (*PolicyStatus) MarshalVT

func (m *PolicyStatus) MarshalVT() (dAtA []byte, err error)

func (*PolicyStatus) ProtoMessage

func (*PolicyStatus) ProtoMessage()

func (*PolicyStatus) ProtoReflect

func (x *PolicyStatus) ProtoReflect() protoreflect.Message

func (*PolicyStatus) Reset

func (x *PolicyStatus) Reset()

func (*PolicyStatus) SizeVT

func (m *PolicyStatus) SizeVT() (n int)

func (*PolicyStatus) String

func (x *PolicyStatus) String() string

func (*PolicyStatus) UnmarshalVT

func (m *PolicyStatus) UnmarshalVT(dAtA []byte) error

type ProfileContextMessage

type ProfileContextMessage struct {
	FirstSeen      uint64                     `protobuf:"varint,1,opt,name=first_seen,json=firstSeen,proto3" json:"first_seen,omitempty"`
	LastSeen       uint64                     `protobuf:"varint,2,opt,name=last_seen,json=lastSeen,proto3" json:"last_seen,omitempty"`
	EventTypeState map[string]*EventTypeState `` /* 179-byte string literal not displayed */
	Tags           []string                   `protobuf:"bytes,4,rep,name=tags,proto3" json:"tags,omitempty"`
	// contains filtered or unexported fields
}

func (*ProfileContextMessage) Descriptor deprecated

func (*ProfileContextMessage) Descriptor() ([]byte, []int)

Deprecated: Use ProfileContextMessage.ProtoReflect.Descriptor instead.

func (*ProfileContextMessage) GetEventTypeState

func (x *ProfileContextMessage) GetEventTypeState() map[string]*EventTypeState

func (*ProfileContextMessage) GetFirstSeen

func (x *ProfileContextMessage) GetFirstSeen() uint64

func (*ProfileContextMessage) GetLastSeen

func (x *ProfileContextMessage) GetLastSeen() uint64

func (*ProfileContextMessage) GetTags

func (x *ProfileContextMessage) GetTags() []string

func (*ProfileContextMessage) MarshalToSizedBufferVT

func (m *ProfileContextMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ProfileContextMessage) MarshalToVT

func (m *ProfileContextMessage) MarshalToVT(dAtA []byte) (int, error)

func (*ProfileContextMessage) MarshalVT

func (m *ProfileContextMessage) MarshalVT() (dAtA []byte, err error)

func (*ProfileContextMessage) ProtoMessage

func (*ProfileContextMessage) ProtoMessage()

func (*ProfileContextMessage) ProtoReflect

func (x *ProfileContextMessage) ProtoReflect() protoreflect.Message

func (*ProfileContextMessage) Reset

func (x *ProfileContextMessage) Reset()

func (*ProfileContextMessage) SizeVT

func (m *ProfileContextMessage) SizeVT() (n int)

func (*ProfileContextMessage) String

func (x *ProfileContextMessage) String() string

func (*ProfileContextMessage) UnmarshalVT

func (m *ProfileContextMessage) UnmarshalVT(dAtA []byte) error

type ReloadPoliciesParams

type ReloadPoliciesParams struct {
	// contains filtered or unexported fields
}

func (*ReloadPoliciesParams) Descriptor deprecated

func (*ReloadPoliciesParams) Descriptor() ([]byte, []int)

Deprecated: Use ReloadPoliciesParams.ProtoReflect.Descriptor instead.

func (*ReloadPoliciesParams) MarshalToSizedBufferVT

func (m *ReloadPoliciesParams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ReloadPoliciesParams) MarshalToVT

func (m *ReloadPoliciesParams) MarshalToVT(dAtA []byte) (int, error)

func (*ReloadPoliciesParams) MarshalVT

func (m *ReloadPoliciesParams) MarshalVT() (dAtA []byte, err error)

func (*ReloadPoliciesParams) ProtoMessage

func (*ReloadPoliciesParams) ProtoMessage()

func (*ReloadPoliciesParams) ProtoReflect

func (x *ReloadPoliciesParams) ProtoReflect() protoreflect.Message

func (*ReloadPoliciesParams) Reset

func (x *ReloadPoliciesParams) Reset()

func (*ReloadPoliciesParams) SizeVT

func (m *ReloadPoliciesParams) SizeVT() (n int)

func (*ReloadPoliciesParams) String

func (x *ReloadPoliciesParams) String() string

func (*ReloadPoliciesParams) UnmarshalVT

func (m *ReloadPoliciesParams) UnmarshalVT(dAtA []byte) error

type ReloadPoliciesResultMessage

type ReloadPoliciesResultMessage struct {
	// contains filtered or unexported fields
}

func (*ReloadPoliciesResultMessage) Descriptor deprecated

func (*ReloadPoliciesResultMessage) Descriptor() ([]byte, []int)

Deprecated: Use ReloadPoliciesResultMessage.ProtoReflect.Descriptor instead.

func (*ReloadPoliciesResultMessage) MarshalToSizedBufferVT

func (m *ReloadPoliciesResultMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ReloadPoliciesResultMessage) MarshalToVT

func (m *ReloadPoliciesResultMessage) MarshalToVT(dAtA []byte) (int, error)

func (*ReloadPoliciesResultMessage) MarshalVT

func (m *ReloadPoliciesResultMessage) MarshalVT() (dAtA []byte, err error)

func (*ReloadPoliciesResultMessage) ProtoMessage

func (*ReloadPoliciesResultMessage) ProtoMessage()

func (*ReloadPoliciesResultMessage) ProtoReflect

func (*ReloadPoliciesResultMessage) Reset

func (x *ReloadPoliciesResultMessage) Reset()

func (*ReloadPoliciesResultMessage) SizeVT

func (m *ReloadPoliciesResultMessage) SizeVT() (n int)

func (*ReloadPoliciesResultMessage) String

func (x *ReloadPoliciesResultMessage) String() string

func (*ReloadPoliciesResultMessage) UnmarshalVT

func (m *ReloadPoliciesResultMessage) UnmarshalVT(dAtA []byte) error

type RuleSetReportMessage

type RuleSetReportMessage struct {
	Filters *FilterReport `protobuf:"bytes,1,opt,name=Filters,proto3" json:"Filters,omitempty"`
	// contains filtered or unexported fields
}

func (*RuleSetReportMessage) Descriptor deprecated

func (*RuleSetReportMessage) Descriptor() ([]byte, []int)

Deprecated: Use RuleSetReportMessage.ProtoReflect.Descriptor instead.

func (*RuleSetReportMessage) GetFilters

func (x *RuleSetReportMessage) GetFilters() *FilterReport

func (*RuleSetReportMessage) MarshalToSizedBufferVT

func (m *RuleSetReportMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RuleSetReportMessage) MarshalToVT

func (m *RuleSetReportMessage) MarshalToVT(dAtA []byte) (int, error)

func (*RuleSetReportMessage) MarshalVT

func (m *RuleSetReportMessage) MarshalVT() (dAtA []byte, err error)

func (*RuleSetReportMessage) ProtoMessage

func (*RuleSetReportMessage) ProtoMessage()

func (*RuleSetReportMessage) ProtoReflect

func (x *RuleSetReportMessage) ProtoReflect() protoreflect.Message

func (*RuleSetReportMessage) Reset

func (x *RuleSetReportMessage) Reset()

func (*RuleSetReportMessage) SizeVT

func (m *RuleSetReportMessage) SizeVT() (n int)

func (*RuleSetReportMessage) String

func (x *RuleSetReportMessage) String() string

func (*RuleSetReportMessage) UnmarshalVT

func (m *RuleSetReportMessage) UnmarshalVT(dAtA []byte) error

type RuleStatus

type RuleStatus struct {
	ID     string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"`
	Status string `protobuf:"bytes,2,opt,name=Status,proto3" json:"Status,omitempty"`
	Error  string `protobuf:"bytes,3,opt,name=Error,proto3" json:"Error,omitempty"`
	// contains filtered or unexported fields
}

func (*RuleStatus) Descriptor deprecated

func (*RuleStatus) Descriptor() ([]byte, []int)

Deprecated: Use RuleStatus.ProtoReflect.Descriptor instead.

func (*RuleStatus) GetError

func (x *RuleStatus) GetError() string

func (*RuleStatus) GetID

func (x *RuleStatus) GetID() string

func (*RuleStatus) GetStatus

func (x *RuleStatus) GetStatus() string

func (*RuleStatus) MarshalToSizedBufferVT

func (m *RuleStatus) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RuleStatus) MarshalToVT

func (m *RuleStatus) MarshalToVT(dAtA []byte) (int, error)

func (*RuleStatus) MarshalVT

func (m *RuleStatus) MarshalVT() (dAtA []byte, err error)

func (*RuleStatus) ProtoMessage

func (*RuleStatus) ProtoMessage()

func (*RuleStatus) ProtoReflect

func (x *RuleStatus) ProtoReflect() protoreflect.Message

func (*RuleStatus) Reset

func (x *RuleStatus) Reset()

func (*RuleStatus) SizeVT

func (m *RuleStatus) SizeVT() (n int)

func (*RuleStatus) String

func (x *RuleStatus) String() string

func (*RuleStatus) UnmarshalVT

func (m *RuleStatus) UnmarshalVT(dAtA []byte) error

type RunSelfTestParams

type RunSelfTestParams struct {
	// contains filtered or unexported fields
}

func (*RunSelfTestParams) Descriptor deprecated

func (*RunSelfTestParams) Descriptor() ([]byte, []int)

Deprecated: Use RunSelfTestParams.ProtoReflect.Descriptor instead.

func (*RunSelfTestParams) MarshalToSizedBufferVT

func (m *RunSelfTestParams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RunSelfTestParams) MarshalToVT

func (m *RunSelfTestParams) MarshalToVT(dAtA []byte) (int, error)

func (*RunSelfTestParams) MarshalVT

func (m *RunSelfTestParams) MarshalVT() (dAtA []byte, err error)

func (*RunSelfTestParams) ProtoMessage

func (*RunSelfTestParams) ProtoMessage()

func (*RunSelfTestParams) ProtoReflect

func (x *RunSelfTestParams) ProtoReflect() protoreflect.Message

func (*RunSelfTestParams) Reset

func (x *RunSelfTestParams) Reset()

func (*RunSelfTestParams) SizeVT

func (m *RunSelfTestParams) SizeVT() (n int)

func (*RunSelfTestParams) String

func (x *RunSelfTestParams) String() string

func (*RunSelfTestParams) UnmarshalVT

func (m *RunSelfTestParams) UnmarshalVT(dAtA []byte) error

type SECLVariableState

type SECLVariableState struct {
	Name  string `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=Value,proto3" json:"Value,omitempty"`
	// contains filtered or unexported fields
}

func (*SECLVariableState) Descriptor deprecated

func (*SECLVariableState) Descriptor() ([]byte, []int)

Deprecated: Use SECLVariableState.ProtoReflect.Descriptor instead.

func (*SECLVariableState) GetName

func (x *SECLVariableState) GetName() string

func (*SECLVariableState) GetValue

func (x *SECLVariableState) GetValue() string

func (*SECLVariableState) MarshalToSizedBufferVT

func (m *SECLVariableState) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SECLVariableState) MarshalToVT

func (m *SECLVariableState) MarshalToVT(dAtA []byte) (int, error)

func (*SECLVariableState) MarshalVT

func (m *SECLVariableState) MarshalVT() (dAtA []byte, err error)

func (*SECLVariableState) ProtoMessage

func (*SECLVariableState) ProtoMessage()

func (*SECLVariableState) ProtoReflect

func (x *SECLVariableState) ProtoReflect() protoreflect.Message

func (*SECLVariableState) Reset

func (x *SECLVariableState) Reset()

func (*SECLVariableState) SizeVT

func (m *SECLVariableState) SizeVT() (n int)

func (*SECLVariableState) String

func (x *SECLVariableState) String() string

func (*SECLVariableState) UnmarshalVT

func (m *SECLVariableState) UnmarshalVT(dAtA []byte) error

type SECLVariableStateList

type SECLVariableStateList struct {
	Variables []*SECLVariableState `protobuf:"bytes,1,rep,name=Variables,proto3" json:"Variables,omitempty"`
	// contains filtered or unexported fields
}

func (*SECLVariableStateList) Descriptor deprecated

func (*SECLVariableStateList) Descriptor() ([]byte, []int)

Deprecated: Use SECLVariableStateList.ProtoReflect.Descriptor instead.

func (*SECLVariableStateList) GetVariables

func (x *SECLVariableStateList) GetVariables() []*SECLVariableState

func (*SECLVariableStateList) MarshalToSizedBufferVT

func (m *SECLVariableStateList) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SECLVariableStateList) MarshalToVT

func (m *SECLVariableStateList) MarshalToVT(dAtA []byte) (int, error)

func (*SECLVariableStateList) MarshalVT

func (m *SECLVariableStateList) MarshalVT() (dAtA []byte, err error)

func (*SECLVariableStateList) ProtoMessage

func (*SECLVariableStateList) ProtoMessage()

func (*SECLVariableStateList) ProtoReflect

func (x *SECLVariableStateList) ProtoReflect() protoreflect.Message

func (*SECLVariableStateList) Reset

func (x *SECLVariableStateList) Reset()

func (*SECLVariableStateList) SizeVT

func (m *SECLVariableStateList) SizeVT() (n int)

func (*SECLVariableStateList) String

func (x *SECLVariableStateList) String() string

func (*SECLVariableStateList) UnmarshalVT

func (m *SECLVariableStateList) UnmarshalVT(dAtA []byte) error

type ScopedVariableStore

type ScopedVariableStore struct {
	KeyValues map[string]*SECLVariableStateList `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ScopedVariableStore) Descriptor deprecated

func (*ScopedVariableStore) Descriptor() ([]byte, []int)

Deprecated: Use ScopedVariableStore.ProtoReflect.Descriptor instead.

func (*ScopedVariableStore) GetKeyValues

func (x *ScopedVariableStore) GetKeyValues() map[string]*SECLVariableStateList

func (*ScopedVariableStore) MarshalToSizedBufferVT

func (m *ScopedVariableStore) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ScopedVariableStore) MarshalToVT

func (m *ScopedVariableStore) MarshalToVT(dAtA []byte) (int, error)

func (*ScopedVariableStore) MarshalVT

func (m *ScopedVariableStore) MarshalVT() (dAtA []byte, err error)

func (*ScopedVariableStore) ProtoMessage

func (*ScopedVariableStore) ProtoMessage()

func (*ScopedVariableStore) ProtoReflect

func (x *ScopedVariableStore) ProtoReflect() protoreflect.Message

func (*ScopedVariableStore) Reset

func (x *ScopedVariableStore) Reset()

func (*ScopedVariableStore) SizeVT

func (m *ScopedVariableStore) SizeVT() (n int)

func (*ScopedVariableStore) String

func (x *ScopedVariableStore) String() string

func (*ScopedVariableStore) UnmarshalVT

func (m *ScopedVariableStore) UnmarshalVT(dAtA []byte) error

type SecurityAgentAPIClient

type SecurityAgentAPIClient interface {
	SendEvent(ctx context.Context, opts ...grpc.CallOption) (grpc.ClientStreamingClient[SecurityEventMessage, emptypb.Empty], error)
	SendActivityDumpStream(ctx context.Context, opts ...grpc.CallOption) (grpc.ClientStreamingClient[ActivityDumpStreamMessage, emptypb.Empty], error)
}

SecurityAgentAPIClient is the client API for SecurityAgentAPI service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type SecurityAgentAPIServer

type SecurityAgentAPIServer interface {
	SendEvent(grpc.ClientStreamingServer[SecurityEventMessage, emptypb.Empty]) error
	SendActivityDumpStream(grpc.ClientStreamingServer[ActivityDumpStreamMessage, emptypb.Empty]) error
	// contains filtered or unexported methods
}

SecurityAgentAPIServer is the server API for SecurityAgentAPI service. All implementations must embed UnimplementedSecurityAgentAPIServer for forward compatibility.

type SecurityAgentAPI_SendActivityDumpStreamClient

type SecurityAgentAPI_SendActivityDumpStreamClient = grpc.ClientStreamingClient[ActivityDumpStreamMessage, emptypb.Empty]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type SecurityAgentAPI_SendActivityDumpStreamServer

type SecurityAgentAPI_SendActivityDumpStreamServer = grpc.ClientStreamingServer[ActivityDumpStreamMessage, emptypb.Empty]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type SecurityAgentAPI_SendEventClient

type SecurityAgentAPI_SendEventClient = grpc.ClientStreamingClient[SecurityEventMessage, emptypb.Empty]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type SecurityAgentAPI_SendEventServer

type SecurityAgentAPI_SendEventServer = grpc.ClientStreamingServer[SecurityEventMessage, emptypb.Empty]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type SecurityConfigMessage

type SecurityConfigMessage struct {
	RuntimeEnabled      bool `protobuf:"varint,1,opt,name=RuntimeEnabled,proto3" json:"RuntimeEnabled,omitempty"`
	FIMEnabled          bool `protobuf:"varint,2,opt,name=FIMEnabled,proto3" json:"FIMEnabled,omitempty"`
	ActivityDumpEnabled bool `protobuf:"varint,3,opt,name=ActivityDumpEnabled,proto3" json:"ActivityDumpEnabled,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityConfigMessage) Descriptor deprecated

func (*SecurityConfigMessage) Descriptor() ([]byte, []int)

Deprecated: Use SecurityConfigMessage.ProtoReflect.Descriptor instead.

func (*SecurityConfigMessage) GetActivityDumpEnabled

func (x *SecurityConfigMessage) GetActivityDumpEnabled() bool

func (*SecurityConfigMessage) GetFIMEnabled

func (x *SecurityConfigMessage) GetFIMEnabled() bool

func (*SecurityConfigMessage) GetRuntimeEnabled

func (x *SecurityConfigMessage) GetRuntimeEnabled() bool

func (*SecurityConfigMessage) MarshalToSizedBufferVT

func (m *SecurityConfigMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SecurityConfigMessage) MarshalToVT

func (m *SecurityConfigMessage) MarshalToVT(dAtA []byte) (int, error)

func (*SecurityConfigMessage) MarshalVT

func (m *SecurityConfigMessage) MarshalVT() (dAtA []byte, err error)

func (*SecurityConfigMessage) ProtoMessage

func (*SecurityConfigMessage) ProtoMessage()

func (*SecurityConfigMessage) ProtoReflect

func (x *SecurityConfigMessage) ProtoReflect() protoreflect.Message

func (*SecurityConfigMessage) Reset

func (x *SecurityConfigMessage) Reset()

func (*SecurityConfigMessage) SizeVT

func (m *SecurityConfigMessage) SizeVT() (n int)

func (*SecurityConfigMessage) String

func (x *SecurityConfigMessage) String() string

func (*SecurityConfigMessage) UnmarshalVT

func (m *SecurityConfigMessage) UnmarshalVT(dAtA []byte) error

type SecurityDumpProcessCacheMessage

type SecurityDumpProcessCacheMessage struct {
	Filename string `protobuf:"bytes,1,opt,name=Filename,proto3" json:"Filename,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityDumpProcessCacheMessage) Descriptor deprecated

func (*SecurityDumpProcessCacheMessage) Descriptor() ([]byte, []int)

Deprecated: Use SecurityDumpProcessCacheMessage.ProtoReflect.Descriptor instead.

func (*SecurityDumpProcessCacheMessage) GetFilename

func (x *SecurityDumpProcessCacheMessage) GetFilename() string

func (*SecurityDumpProcessCacheMessage) MarshalToSizedBufferVT

func (m *SecurityDumpProcessCacheMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SecurityDumpProcessCacheMessage) MarshalToVT

func (m *SecurityDumpProcessCacheMessage) MarshalToVT(dAtA []byte) (int, error)

func (*SecurityDumpProcessCacheMessage) MarshalVT

func (m *SecurityDumpProcessCacheMessage) MarshalVT() (dAtA []byte, err error)

func (*SecurityDumpProcessCacheMessage) ProtoMessage

func (*SecurityDumpProcessCacheMessage) ProtoMessage()

func (*SecurityDumpProcessCacheMessage) ProtoReflect

func (*SecurityDumpProcessCacheMessage) Reset

func (*SecurityDumpProcessCacheMessage) SizeVT

func (m *SecurityDumpProcessCacheMessage) SizeVT() (n int)

func (*SecurityDumpProcessCacheMessage) String

func (*SecurityDumpProcessCacheMessage) UnmarshalVT

func (m *SecurityDumpProcessCacheMessage) UnmarshalVT(dAtA []byte) error

type SecurityEventMessage

type SecurityEventMessage struct {
	RuleID         string                 `protobuf:"bytes,1,opt,name=RuleID,proto3" json:"RuleID,omitempty"`
	Data           []byte                 `protobuf:"bytes,2,opt,name=Data,proto3" json:"Data,omitempty"`
	Tags           []string               `protobuf:"bytes,3,rep,name=Tags,proto3" json:"Tags,omitempty"`
	Service        string                 `protobuf:"bytes,4,opt,name=Service,proto3" json:"Service,omitempty"`
	Timestamp      *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=Timestamp,proto3" json:"Timestamp,omitempty"`
	OriginalRuleID string                 `protobuf:"bytes,6,opt,name=OriginalRuleID,proto3" json:"OriginalRuleID,omitempty"`
	Track          string                 `protobuf:"bytes,7,opt,name=Track,proto3" json:"Track,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityEventMessage) Descriptor deprecated

func (*SecurityEventMessage) Descriptor() ([]byte, []int)

Deprecated: Use SecurityEventMessage.ProtoReflect.Descriptor instead.

func (*SecurityEventMessage) GetData

func (x *SecurityEventMessage) GetData() []byte

func (*SecurityEventMessage) GetOriginalRuleID

func (x *SecurityEventMessage) GetOriginalRuleID() string

func (*SecurityEventMessage) GetRuleID

func (x *SecurityEventMessage) GetRuleID() string

func (*SecurityEventMessage) GetService

func (x *SecurityEventMessage) GetService() string

func (*SecurityEventMessage) GetTags

func (x *SecurityEventMessage) GetTags() []string

func (*SecurityEventMessage) GetTimestamp

func (x *SecurityEventMessage) GetTimestamp() *timestamppb.Timestamp

func (*SecurityEventMessage) GetTrack

func (x *SecurityEventMessage) GetTrack() string

func (*SecurityEventMessage) MarshalToSizedBufferVT

func (m *SecurityEventMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SecurityEventMessage) MarshalToVT

func (m *SecurityEventMessage) MarshalToVT(dAtA []byte) (int, error)

func (*SecurityEventMessage) MarshalVT

func (m *SecurityEventMessage) MarshalVT() (dAtA []byte, err error)

func (*SecurityEventMessage) ProtoMessage

func (*SecurityEventMessage) ProtoMessage()

func (*SecurityEventMessage) ProtoReflect

func (x *SecurityEventMessage) ProtoReflect() protoreflect.Message

func (*SecurityEventMessage) Reset

func (x *SecurityEventMessage) Reset()

func (*SecurityEventMessage) SizeVT

func (m *SecurityEventMessage) SizeVT() (n int)

func (*SecurityEventMessage) String

func (x *SecurityEventMessage) String() string

func (*SecurityEventMessage) UnmarshalVT

func (m *SecurityEventMessage) UnmarshalVT(dAtA []byte) error

type SecurityModuleCmdClient

type SecurityModuleCmdClient interface {
	DumpProcessCache(ctx context.Context, in *DumpProcessCacheParams, opts ...grpc.CallOption) (*SecurityDumpProcessCacheMessage, error)
	GetConfig(ctx context.Context, in *GetConfigParams, opts ...grpc.CallOption) (*SecurityConfigMessage, error)
	GetStatus(ctx context.Context, in *GetStatusParams, opts ...grpc.CallOption) (*Status, error)
	RunSelfTest(ctx context.Context, in *RunSelfTestParams, opts ...grpc.CallOption) (*SecuritySelfTestResultMessage, error)
	GetRuleSetReport(ctx context.Context, in *GetRuleSetReportParams, opts ...grpc.CallOption) (*GetRuleSetReportMessage, error)
	ReloadPolicies(ctx context.Context, in *ReloadPoliciesParams, opts ...grpc.CallOption) (*ReloadPoliciesResultMessage, error)
	GetLoadedPolicies(ctx context.Context, in *GetLoadedPoliciesParams, opts ...grpc.CallOption) (*GetLoadedPoliciesMessage, error)
	DumpNetworkNamespace(ctx context.Context, in *DumpNetworkNamespaceParams, opts ...grpc.CallOption) (*DumpNetworkNamespaceMessage, error)
	DumpDiscarders(ctx context.Context, in *DumpDiscardersParams, opts ...grpc.CallOption) (*DumpDiscardersMessage, error)
	// Activity dumps
	DumpActivity(ctx context.Context, in *ActivityDumpParams, opts ...grpc.CallOption) (*ActivityDumpMessage, error)
	ListActivityDumps(ctx context.Context, in *ActivityDumpListParams, opts ...grpc.CallOption) (*ActivityDumpListMessage, error)
	StopActivityDump(ctx context.Context, in *ActivityDumpStopParams, opts ...grpc.CallOption) (*ActivityDumpStopMessage, error)
	TranscodingRequest(ctx context.Context, in *TranscodingRequestParams, opts ...grpc.CallOption) (*TranscodingRequestMessage, error)
	// Security Profiles
	ListSecurityProfiles(ctx context.Context, in *SecurityProfileListParams, opts ...grpc.CallOption) (*SecurityProfileListMessage, error)
	SaveSecurityProfile(ctx context.Context, in *SecurityProfileSaveParams, opts ...grpc.CallOption) (*SecurityProfileSaveMessage, error)
}

SecurityModuleCmdClient is the client API for SecurityModuleCmd service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type SecurityModuleCmdServer

type SecurityModuleCmdServer interface {
	DumpProcessCache(context.Context, *DumpProcessCacheParams) (*SecurityDumpProcessCacheMessage, error)
	GetConfig(context.Context, *GetConfigParams) (*SecurityConfigMessage, error)
	GetStatus(context.Context, *GetStatusParams) (*Status, error)
	RunSelfTest(context.Context, *RunSelfTestParams) (*SecuritySelfTestResultMessage, error)
	GetRuleSetReport(context.Context, *GetRuleSetReportParams) (*GetRuleSetReportMessage, error)
	ReloadPolicies(context.Context, *ReloadPoliciesParams) (*ReloadPoliciesResultMessage, error)
	GetLoadedPolicies(context.Context, *GetLoadedPoliciesParams) (*GetLoadedPoliciesMessage, error)
	DumpNetworkNamespace(context.Context, *DumpNetworkNamespaceParams) (*DumpNetworkNamespaceMessage, error)
	DumpDiscarders(context.Context, *DumpDiscardersParams) (*DumpDiscardersMessage, error)
	// Activity dumps
	DumpActivity(context.Context, *ActivityDumpParams) (*ActivityDumpMessage, error)
	ListActivityDumps(context.Context, *ActivityDumpListParams) (*ActivityDumpListMessage, error)
	StopActivityDump(context.Context, *ActivityDumpStopParams) (*ActivityDumpStopMessage, error)
	TranscodingRequest(context.Context, *TranscodingRequestParams) (*TranscodingRequestMessage, error)
	// Security Profiles
	ListSecurityProfiles(context.Context, *SecurityProfileListParams) (*SecurityProfileListMessage, error)
	SaveSecurityProfile(context.Context, *SecurityProfileSaveParams) (*SecurityProfileSaveMessage, error)
	// contains filtered or unexported methods
}

SecurityModuleCmdServer is the server API for SecurityModuleCmd service. All implementations must embed UnimplementedSecurityModuleCmdServer for forward compatibility.

type SecurityModuleEventClient

type SecurityModuleEventClient interface {
	GetEventStream(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (grpc.ServerStreamingClient[SecurityEventMessage], error)
	GetActivityDumpStream(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (grpc.ServerStreamingClient[ActivityDumpStreamMessage], error)
}

SecurityModuleEventClient is the client API for SecurityModuleEvent service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type SecurityModuleEventServer

type SecurityModuleEventServer interface {
	GetEventStream(*emptypb.Empty, grpc.ServerStreamingServer[SecurityEventMessage]) error
	GetActivityDumpStream(*emptypb.Empty, grpc.ServerStreamingServer[ActivityDumpStreamMessage]) error
	// contains filtered or unexported methods
}

SecurityModuleEventServer is the server API for SecurityModuleEvent service. All implementations must embed UnimplementedSecurityModuleEventServer for forward compatibility.

type SecurityModuleEvent_GetActivityDumpStreamClient

type SecurityModuleEvent_GetActivityDumpStreamClient = grpc.ServerStreamingClient[ActivityDumpStreamMessage]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type SecurityModuleEvent_GetActivityDumpStreamServer

type SecurityModuleEvent_GetActivityDumpStreamServer = grpc.ServerStreamingServer[ActivityDumpStreamMessage]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type SecurityModuleEvent_GetEventStreamClient

type SecurityModuleEvent_GetEventStreamClient = grpc.ServerStreamingClient[SecurityEventMessage]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type SecurityModuleEvent_GetEventStreamServer

type SecurityModuleEvent_GetEventStreamServer = grpc.ServerStreamingServer[SecurityEventMessage]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type SecurityProfileListMessage

type SecurityProfileListMessage struct {
	Profiles []*SecurityProfileMessage `protobuf:"bytes,1,rep,name=Profiles,proto3" json:"Profiles,omitempty"`
	Error    string                    `protobuf:"bytes,2,opt,name=Error,proto3" json:"Error,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityProfileListMessage) Descriptor deprecated

func (*SecurityProfileListMessage) Descriptor() ([]byte, []int)

Deprecated: Use SecurityProfileListMessage.ProtoReflect.Descriptor instead.

func (*SecurityProfileListMessage) GetError

func (x *SecurityProfileListMessage) GetError() string

func (*SecurityProfileListMessage) GetProfiles

func (*SecurityProfileListMessage) MarshalToSizedBufferVT

func (m *SecurityProfileListMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SecurityProfileListMessage) MarshalToVT

func (m *SecurityProfileListMessage) MarshalToVT(dAtA []byte) (int, error)

func (*SecurityProfileListMessage) MarshalVT

func (m *SecurityProfileListMessage) MarshalVT() (dAtA []byte, err error)

func (*SecurityProfileListMessage) ProtoMessage

func (*SecurityProfileListMessage) ProtoMessage()

func (*SecurityProfileListMessage) ProtoReflect

func (*SecurityProfileListMessage) Reset

func (x *SecurityProfileListMessage) Reset()

func (*SecurityProfileListMessage) SizeVT

func (m *SecurityProfileListMessage) SizeVT() (n int)

func (*SecurityProfileListMessage) String

func (x *SecurityProfileListMessage) String() string

func (*SecurityProfileListMessage) UnmarshalVT

func (m *SecurityProfileListMessage) UnmarshalVT(dAtA []byte) error

type SecurityProfileListParams

type SecurityProfileListParams struct {
	IncludeCache bool `protobuf:"varint,1,opt,name=IncludeCache,proto3" json:"IncludeCache,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityProfileListParams) Descriptor deprecated

func (*SecurityProfileListParams) Descriptor() ([]byte, []int)

Deprecated: Use SecurityProfileListParams.ProtoReflect.Descriptor instead.

func (*SecurityProfileListParams) GetIncludeCache

func (x *SecurityProfileListParams) GetIncludeCache() bool

func (*SecurityProfileListParams) MarshalToSizedBufferVT

func (m *SecurityProfileListParams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SecurityProfileListParams) MarshalToVT

func (m *SecurityProfileListParams) MarshalToVT(dAtA []byte) (int, error)

func (*SecurityProfileListParams) MarshalVT

func (m *SecurityProfileListParams) MarshalVT() (dAtA []byte, err error)

func (*SecurityProfileListParams) ProtoMessage

func (*SecurityProfileListParams) ProtoMessage()

func (*SecurityProfileListParams) ProtoReflect

func (*SecurityProfileListParams) Reset

func (x *SecurityProfileListParams) Reset()

func (*SecurityProfileListParams) SizeVT

func (m *SecurityProfileListParams) SizeVT() (n int)

func (*SecurityProfileListParams) String

func (x *SecurityProfileListParams) String() string

func (*SecurityProfileListParams) UnmarshalVT

func (m *SecurityProfileListParams) UnmarshalVT(dAtA []byte) error

type SecurityProfileMessage

type SecurityProfileMessage struct {
	LoadedInKernel          bool                     `protobuf:"varint,1,opt,name=LoadedInKernel,proto3" json:"LoadedInKernel,omitempty"`
	LoadedInKernelTimestamp string                   `protobuf:"bytes,2,opt,name=LoadedInKernelTimestamp,proto3" json:"LoadedInKernelTimestamp,omitempty"`
	Selector                *WorkloadSelectorMessage `protobuf:"bytes,3,opt,name=Selector,proto3" json:"Selector,omitempty"`
	ProfileCookie           uint64                   `protobuf:"varint,4,opt,name=ProfileCookie,proto3" json:"ProfileCookie,omitempty"`
	EventTypes              []string                 `protobuf:"bytes,5,rep,name=EventTypes,proto3" json:"EventTypes,omitempty"`
	// Deprecated: Marked as deprecated in pkg/security/proto/api/api.proto.
	LastAnomalies []*LastAnomalyTimestampMessage `protobuf:"bytes,6,rep,name=LastAnomalies,proto3" json:"LastAnomalies,omitempty"`
	Instances     []*InstanceMessage             `protobuf:"bytes,7,rep,name=Instances,proto3" json:"Instances,omitempty"`
	// Deprecated: Marked as deprecated in pkg/security/proto/api/api.proto.
	Status string `protobuf:"bytes,8,opt,name=Status,proto3" json:"Status,omitempty"`
	// Deprecated: Marked as deprecated in pkg/security/proto/api/api.proto.
	Version  string           `protobuf:"bytes,9,opt,name=Version,proto3" json:"Version,omitempty"`
	Metadata *MetadataMessage `protobuf:"bytes,10,opt,name=Metadata,proto3" json:"Metadata,omitempty"`
	// Deprecated: Marked as deprecated in pkg/security/proto/api/api.proto.
	Tags               []string                          `protobuf:"bytes,11,rep,name=Tags,proto3" json:"Tags,omitempty"`
	Stats              *ActivityTreeStatsMessage         `protobuf:"bytes,12,opt,name=Stats,proto3" json:"Stats,omitempty"`
	ProfileGlobalState string                            `protobuf:"bytes,13,opt,name=ProfileGlobalState,proto3" json:"ProfileGlobalState,omitempty"`
	ProfileContexts    map[string]*ProfileContextMessage `` /* 181-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SecurityProfileMessage) Descriptor deprecated

func (*SecurityProfileMessage) Descriptor() ([]byte, []int)

Deprecated: Use SecurityProfileMessage.ProtoReflect.Descriptor instead.

func (*SecurityProfileMessage) GetEventTypes

func (x *SecurityProfileMessage) GetEventTypes() []string

func (*SecurityProfileMessage) GetInstances

func (x *SecurityProfileMessage) GetInstances() []*InstanceMessage

func (*SecurityProfileMessage) GetLastAnomalies deprecated

func (x *SecurityProfileMessage) GetLastAnomalies() []*LastAnomalyTimestampMessage

Deprecated: Marked as deprecated in pkg/security/proto/api/api.proto.

func (*SecurityProfileMessage) GetLoadedInKernel

func (x *SecurityProfileMessage) GetLoadedInKernel() bool

func (*SecurityProfileMessage) GetLoadedInKernelTimestamp

func (x *SecurityProfileMessage) GetLoadedInKernelTimestamp() string

func (*SecurityProfileMessage) GetMetadata

func (x *SecurityProfileMessage) GetMetadata() *MetadataMessage

func (*SecurityProfileMessage) GetProfileContexts

func (x *SecurityProfileMessage) GetProfileContexts() map[string]*ProfileContextMessage

func (*SecurityProfileMessage) GetProfileCookie

func (x *SecurityProfileMessage) GetProfileCookie() uint64

func (*SecurityProfileMessage) GetProfileGlobalState

func (x *SecurityProfileMessage) GetProfileGlobalState() string

func (*SecurityProfileMessage) GetSelector

func (*SecurityProfileMessage) GetStats

func (*SecurityProfileMessage) GetStatus deprecated

func (x *SecurityProfileMessage) GetStatus() string

Deprecated: Marked as deprecated in pkg/security/proto/api/api.proto.

func (*SecurityProfileMessage) GetTags deprecated

func (x *SecurityProfileMessage) GetTags() []string

Deprecated: Marked as deprecated in pkg/security/proto/api/api.proto.

func (*SecurityProfileMessage) GetVersion deprecated

func (x *SecurityProfileMessage) GetVersion() string

Deprecated: Marked as deprecated in pkg/security/proto/api/api.proto.

func (*SecurityProfileMessage) MarshalToSizedBufferVT

func (m *SecurityProfileMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SecurityProfileMessage) MarshalToVT

func (m *SecurityProfileMessage) MarshalToVT(dAtA []byte) (int, error)

func (*SecurityProfileMessage) MarshalVT

func (m *SecurityProfileMessage) MarshalVT() (dAtA []byte, err error)

func (*SecurityProfileMessage) ProtoMessage

func (*SecurityProfileMessage) ProtoMessage()

func (*SecurityProfileMessage) ProtoReflect

func (x *SecurityProfileMessage) ProtoReflect() protoreflect.Message

func (*SecurityProfileMessage) Reset

func (x *SecurityProfileMessage) Reset()

func (*SecurityProfileMessage) SizeVT

func (m *SecurityProfileMessage) SizeVT() (n int)

func (*SecurityProfileMessage) String

func (x *SecurityProfileMessage) String() string

func (*SecurityProfileMessage) UnmarshalVT

func (m *SecurityProfileMessage) UnmarshalVT(dAtA []byte) error

type SecurityProfileSaveMessage

type SecurityProfileSaveMessage struct {
	Error string `protobuf:"bytes,1,opt,name=Error,proto3" json:"Error,omitempty"`
	File  string `protobuf:"bytes,2,opt,name=File,proto3" json:"File,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityProfileSaveMessage) Descriptor deprecated

func (*SecurityProfileSaveMessage) Descriptor() ([]byte, []int)

Deprecated: Use SecurityProfileSaveMessage.ProtoReflect.Descriptor instead.

func (*SecurityProfileSaveMessage) GetError

func (x *SecurityProfileSaveMessage) GetError() string

func (*SecurityProfileSaveMessage) GetFile

func (x *SecurityProfileSaveMessage) GetFile() string

func (*SecurityProfileSaveMessage) MarshalToSizedBufferVT

func (m *SecurityProfileSaveMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SecurityProfileSaveMessage) MarshalToVT

func (m *SecurityProfileSaveMessage) MarshalToVT(dAtA []byte) (int, error)

func (*SecurityProfileSaveMessage) MarshalVT

func (m *SecurityProfileSaveMessage) MarshalVT() (dAtA []byte, err error)

func (*SecurityProfileSaveMessage) ProtoMessage

func (*SecurityProfileSaveMessage) ProtoMessage()

func (*SecurityProfileSaveMessage) ProtoReflect

func (*SecurityProfileSaveMessage) Reset

func (x *SecurityProfileSaveMessage) Reset()

func (*SecurityProfileSaveMessage) SizeVT

func (m *SecurityProfileSaveMessage) SizeVT() (n int)

func (*SecurityProfileSaveMessage) String

func (x *SecurityProfileSaveMessage) String() string

func (*SecurityProfileSaveMessage) UnmarshalVT

func (m *SecurityProfileSaveMessage) UnmarshalVT(dAtA []byte) error

type SecurityProfileSaveParams

type SecurityProfileSaveParams struct {
	Selector *WorkloadSelectorMessage `protobuf:"bytes,1,opt,name=Selector,proto3" json:"Selector,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityProfileSaveParams) Descriptor deprecated

func (*SecurityProfileSaveParams) Descriptor() ([]byte, []int)

Deprecated: Use SecurityProfileSaveParams.ProtoReflect.Descriptor instead.

func (*SecurityProfileSaveParams) GetSelector

func (*SecurityProfileSaveParams) MarshalToSizedBufferVT

func (m *SecurityProfileSaveParams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SecurityProfileSaveParams) MarshalToVT

func (m *SecurityProfileSaveParams) MarshalToVT(dAtA []byte) (int, error)

func (*SecurityProfileSaveParams) MarshalVT

func (m *SecurityProfileSaveParams) MarshalVT() (dAtA []byte, err error)

func (*SecurityProfileSaveParams) ProtoMessage

func (*SecurityProfileSaveParams) ProtoMessage()

func (*SecurityProfileSaveParams) ProtoReflect

func (*SecurityProfileSaveParams) Reset

func (x *SecurityProfileSaveParams) Reset()

func (*SecurityProfileSaveParams) SizeVT

func (m *SecurityProfileSaveParams) SizeVT() (n int)

func (*SecurityProfileSaveParams) String

func (x *SecurityProfileSaveParams) String() string

func (*SecurityProfileSaveParams) UnmarshalVT

func (m *SecurityProfileSaveParams) UnmarshalVT(dAtA []byte) error

type SecuritySelfTestResultMessage

type SecuritySelfTestResultMessage struct {
	Ok    bool   `protobuf:"varint,1,opt,name=Ok,proto3" json:"Ok,omitempty"`
	Error string `protobuf:"bytes,2,opt,name=Error,proto3" json:"Error,omitempty"`
	// contains filtered or unexported fields
}

func (*SecuritySelfTestResultMessage) Descriptor deprecated

func (*SecuritySelfTestResultMessage) Descriptor() ([]byte, []int)

Deprecated: Use SecuritySelfTestResultMessage.ProtoReflect.Descriptor instead.

func (*SecuritySelfTestResultMessage) GetError

func (x *SecuritySelfTestResultMessage) GetError() string

func (*SecuritySelfTestResultMessage) GetOk

func (*SecuritySelfTestResultMessage) MarshalToSizedBufferVT

func (m *SecuritySelfTestResultMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SecuritySelfTestResultMessage) MarshalToVT

func (m *SecuritySelfTestResultMessage) MarshalToVT(dAtA []byte) (int, error)

func (*SecuritySelfTestResultMessage) MarshalVT

func (m *SecuritySelfTestResultMessage) MarshalVT() (dAtA []byte, err error)

func (*SecuritySelfTestResultMessage) ProtoMessage

func (*SecuritySelfTestResultMessage) ProtoMessage()

func (*SecuritySelfTestResultMessage) ProtoReflect

func (*SecuritySelfTestResultMessage) Reset

func (x *SecuritySelfTestResultMessage) Reset()

func (*SecuritySelfTestResultMessage) SizeVT

func (m *SecuritySelfTestResultMessage) SizeVT() (n int)

func (*SecuritySelfTestResultMessage) String

func (*SecuritySelfTestResultMessage) UnmarshalVT

func (m *SecuritySelfTestResultMessage) UnmarshalVT(dAtA []byte) error

type SelfTestsStatus

type SelfTestsStatus struct {
	LastTimestamp string   `protobuf:"bytes,1,opt,name=LastTimestamp,proto3" json:"LastTimestamp,omitempty"`
	Success       []string `protobuf:"bytes,2,rep,name=Success,proto3" json:"Success,omitempty"`
	Fails         []string `protobuf:"bytes,3,rep,name=Fails,proto3" json:"Fails,omitempty"`
	// contains filtered or unexported fields
}

func (*SelfTestsStatus) Descriptor deprecated

func (*SelfTestsStatus) Descriptor() ([]byte, []int)

Deprecated: Use SelfTestsStatus.ProtoReflect.Descriptor instead.

func (*SelfTestsStatus) GetFails

func (x *SelfTestsStatus) GetFails() []string

func (*SelfTestsStatus) GetLastTimestamp

func (x *SelfTestsStatus) GetLastTimestamp() string

func (*SelfTestsStatus) GetSuccess

func (x *SelfTestsStatus) GetSuccess() []string

func (*SelfTestsStatus) MarshalToSizedBufferVT

func (m *SelfTestsStatus) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SelfTestsStatus) MarshalToVT

func (m *SelfTestsStatus) MarshalToVT(dAtA []byte) (int, error)

func (*SelfTestsStatus) MarshalVT

func (m *SelfTestsStatus) MarshalVT() (dAtA []byte, err error)

func (*SelfTestsStatus) ProtoMessage

func (*SelfTestsStatus) ProtoMessage()

func (*SelfTestsStatus) ProtoReflect

func (x *SelfTestsStatus) ProtoReflect() protoreflect.Message

func (*SelfTestsStatus) Reset

func (x *SelfTestsStatus) Reset()

func (*SelfTestsStatus) SizeVT

func (m *SelfTestsStatus) SizeVT() (n int)

func (*SelfTestsStatus) String

func (x *SelfTestsStatus) String() string

func (*SelfTestsStatus) UnmarshalVT

func (m *SelfTestsStatus) UnmarshalVT(dAtA []byte) error

type Status

type Status struct {
	Environment        *EnvironmentStatus              `protobuf:"bytes,1,opt,name=Environment,proto3" json:"Environment,omitempty"`
	SelfTests          *SelfTestsStatus                `protobuf:"bytes,2,opt,name=SelfTests,proto3" json:"SelfTests,omitempty"`
	PoliciesStatus     []*PolicyStatus                 `protobuf:"bytes,3,rep,name=PoliciesStatus,proto3" json:"PoliciesStatus,omitempty"`
	DirectSenderStatus *DirectSenderStatus             `protobuf:"bytes,5,opt,name=DirectSenderStatus,proto3" json:"DirectSenderStatus,omitempty"`
	GlobalVariables    []*SECLVariableState            `protobuf:"bytes,6,rep,name=GlobalVariables,proto3" json:"GlobalVariables,omitempty"`
	ScopedVariables    map[string]*ScopedVariableStore `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Status) Descriptor deprecated

func (*Status) Descriptor() ([]byte, []int)

Deprecated: Use Status.ProtoReflect.Descriptor instead.

func (*Status) GetDirectSenderStatus

func (x *Status) GetDirectSenderStatus() *DirectSenderStatus

func (*Status) GetEnvironment

func (x *Status) GetEnvironment() *EnvironmentStatus

func (*Status) GetGlobalVariables

func (x *Status) GetGlobalVariables() []*SECLVariableState

func (*Status) GetPoliciesStatus

func (x *Status) GetPoliciesStatus() []*PolicyStatus

func (*Status) GetScopedVariables

func (x *Status) GetScopedVariables() map[string]*ScopedVariableStore

func (*Status) GetSelfTests

func (x *Status) GetSelfTests() *SelfTestsStatus

func (*Status) MarshalToSizedBufferVT

func (m *Status) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Status) MarshalToVT

func (m *Status) MarshalToVT(dAtA []byte) (int, error)

func (*Status) MarshalVT

func (m *Status) MarshalVT() (dAtA []byte, err error)

func (*Status) ProtoMessage

func (*Status) ProtoMessage()

func (*Status) ProtoReflect

func (x *Status) ProtoReflect() protoreflect.Message

func (*Status) Reset

func (x *Status) Reset()

func (*Status) SizeVT

func (m *Status) SizeVT() (n int)

func (*Status) String

func (x *Status) String() string

func (*Status) UnmarshalVT

func (m *Status) UnmarshalVT(dAtA []byte) error

type StorageRequestMessage

type StorageRequestMessage struct {
	Type        string `protobuf:"bytes,1,opt,name=Type,proto3" json:"Type,omitempty"`
	Format      string `protobuf:"bytes,2,opt,name=Format,proto3" json:"Format,omitempty"`
	Compression bool   `protobuf:"varint,3,opt,name=Compression,proto3" json:"Compression,omitempty"`
	File        string `protobuf:"bytes,4,opt,name=File,proto3" json:"File,omitempty"`
	// contains filtered or unexported fields
}

func (*StorageRequestMessage) Descriptor deprecated

func (*StorageRequestMessage) Descriptor() ([]byte, []int)

Deprecated: Use StorageRequestMessage.ProtoReflect.Descriptor instead.

func (*StorageRequestMessage) GetCompression

func (x *StorageRequestMessage) GetCompression() bool

func (*StorageRequestMessage) GetFile

func (x *StorageRequestMessage) GetFile() string

func (*StorageRequestMessage) GetFormat

func (x *StorageRequestMessage) GetFormat() string

func (*StorageRequestMessage) GetType

func (x *StorageRequestMessage) GetType() string

func (*StorageRequestMessage) MarshalToSizedBufferVT

func (m *StorageRequestMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*StorageRequestMessage) MarshalToVT

func (m *StorageRequestMessage) MarshalToVT(dAtA []byte) (int, error)

func (*StorageRequestMessage) MarshalVT

func (m *StorageRequestMessage) MarshalVT() (dAtA []byte, err error)

func (*StorageRequestMessage) ProtoMessage

func (*StorageRequestMessage) ProtoMessage()

func (*StorageRequestMessage) ProtoReflect

func (x *StorageRequestMessage) ProtoReflect() protoreflect.Message

func (*StorageRequestMessage) Reset

func (x *StorageRequestMessage) Reset()

func (*StorageRequestMessage) SizeVT

func (m *StorageRequestMessage) SizeVT() (n int)

func (*StorageRequestMessage) String

func (x *StorageRequestMessage) String() string

func (*StorageRequestMessage) UnmarshalVT

func (m *StorageRequestMessage) UnmarshalVT(dAtA []byte) error

type StorageRequestParams

type StorageRequestParams struct {
	LocalStorageDirectory    string   `protobuf:"bytes,1,opt,name=LocalStorageDirectory,proto3" json:"LocalStorageDirectory,omitempty"`
	LocalStorageFormats      []string `protobuf:"bytes,2,rep,name=LocalStorageFormats,proto3" json:"LocalStorageFormats,omitempty"`
	LocalStorageCompression  bool     `protobuf:"varint,3,opt,name=LocalStorageCompression,proto3" json:"LocalStorageCompression,omitempty"`
	RemoteStorageFormats     []string `protobuf:"bytes,4,rep,name=RemoteStorageFormats,proto3" json:"RemoteStorageFormats,omitempty"`
	RemoteStorageCompression bool     `protobuf:"varint,5,opt,name=RemoteStorageCompression,proto3" json:"RemoteStorageCompression,omitempty"`
	// contains filtered or unexported fields
}

func (*StorageRequestParams) Descriptor deprecated

func (*StorageRequestParams) Descriptor() ([]byte, []int)

Deprecated: Use StorageRequestParams.ProtoReflect.Descriptor instead.

func (*StorageRequestParams) GetLocalStorageCompression

func (x *StorageRequestParams) GetLocalStorageCompression() bool

func (*StorageRequestParams) GetLocalStorageDirectory

func (x *StorageRequestParams) GetLocalStorageDirectory() string

func (*StorageRequestParams) GetLocalStorageFormats

func (x *StorageRequestParams) GetLocalStorageFormats() []string

func (*StorageRequestParams) GetRemoteStorageCompression

func (x *StorageRequestParams) GetRemoteStorageCompression() bool

func (*StorageRequestParams) GetRemoteStorageFormats

func (x *StorageRequestParams) GetRemoteStorageFormats() []string

func (*StorageRequestParams) MarshalToSizedBufferVT

func (m *StorageRequestParams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*StorageRequestParams) MarshalToVT

func (m *StorageRequestParams) MarshalToVT(dAtA []byte) (int, error)

func (*StorageRequestParams) MarshalVT

func (m *StorageRequestParams) MarshalVT() (dAtA []byte, err error)

func (*StorageRequestParams) ProtoMessage

func (*StorageRequestParams) ProtoMessage()

func (*StorageRequestParams) ProtoReflect

func (x *StorageRequestParams) ProtoReflect() protoreflect.Message

func (*StorageRequestParams) Reset

func (x *StorageRequestParams) Reset()

func (*StorageRequestParams) SizeVT

func (m *StorageRequestParams) SizeVT() (n int)

func (*StorageRequestParams) String

func (x *StorageRequestParams) String() string

func (*StorageRequestParams) UnmarshalVT

func (m *StorageRequestParams) UnmarshalVT(dAtA []byte) error

type TranscodingRequestMessage

type TranscodingRequestMessage struct {
	Error   string                   `protobuf:"bytes,1,opt,name=Error,proto3" json:"Error,omitempty"`
	Storage []*StorageRequestMessage `protobuf:"bytes,2,rep,name=Storage,proto3" json:"Storage,omitempty"`
	// contains filtered or unexported fields
}

func (*TranscodingRequestMessage) Descriptor deprecated

func (*TranscodingRequestMessage) Descriptor() ([]byte, []int)

Deprecated: Use TranscodingRequestMessage.ProtoReflect.Descriptor instead.

func (*TranscodingRequestMessage) GetError

func (x *TranscodingRequestMessage) GetError() string

func (*TranscodingRequestMessage) GetStorage

func (*TranscodingRequestMessage) MarshalToSizedBufferVT

func (m *TranscodingRequestMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*TranscodingRequestMessage) MarshalToVT

func (m *TranscodingRequestMessage) MarshalToVT(dAtA []byte) (int, error)

func (*TranscodingRequestMessage) MarshalVT

func (m *TranscodingRequestMessage) MarshalVT() (dAtA []byte, err error)

func (*TranscodingRequestMessage) ProtoMessage

func (*TranscodingRequestMessage) ProtoMessage()

func (*TranscodingRequestMessage) ProtoReflect

func (*TranscodingRequestMessage) Reset

func (x *TranscodingRequestMessage) Reset()

func (*TranscodingRequestMessage) SizeVT

func (m *TranscodingRequestMessage) SizeVT() (n int)

func (*TranscodingRequestMessage) String

func (x *TranscodingRequestMessage) String() string

func (*TranscodingRequestMessage) UnmarshalVT

func (m *TranscodingRequestMessage) UnmarshalVT(dAtA []byte) error

type TranscodingRequestParams

type TranscodingRequestParams struct {
	ActivityDumpFile string                `protobuf:"bytes,1,opt,name=ActivityDumpFile,proto3" json:"ActivityDumpFile,omitempty"`
	Storage          *StorageRequestParams `protobuf:"bytes,2,opt,name=Storage,proto3" json:"Storage,omitempty"`
	// contains filtered or unexported fields
}

func (*TranscodingRequestParams) Descriptor deprecated

func (*TranscodingRequestParams) Descriptor() ([]byte, []int)

Deprecated: Use TranscodingRequestParams.ProtoReflect.Descriptor instead.

func (*TranscodingRequestParams) GetActivityDumpFile

func (x *TranscodingRequestParams) GetActivityDumpFile() string

func (*TranscodingRequestParams) GetStorage

func (*TranscodingRequestParams) MarshalToSizedBufferVT

func (m *TranscodingRequestParams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*TranscodingRequestParams) MarshalToVT

func (m *TranscodingRequestParams) MarshalToVT(dAtA []byte) (int, error)

func (*TranscodingRequestParams) MarshalVT

func (m *TranscodingRequestParams) MarshalVT() (dAtA []byte, err error)

func (*TranscodingRequestParams) ProtoMessage

func (*TranscodingRequestParams) ProtoMessage()

func (*TranscodingRequestParams) ProtoReflect

func (x *TranscodingRequestParams) ProtoReflect() protoreflect.Message

func (*TranscodingRequestParams) Reset

func (x *TranscodingRequestParams) Reset()

func (*TranscodingRequestParams) SizeVT

func (m *TranscodingRequestParams) SizeVT() (n int)

func (*TranscodingRequestParams) String

func (x *TranscodingRequestParams) String() string

func (*TranscodingRequestParams) UnmarshalVT

func (m *TranscodingRequestParams) UnmarshalVT(dAtA []byte) error

type UnimplementedSecurityAgentAPIServer

type UnimplementedSecurityAgentAPIServer struct{}

UnimplementedSecurityAgentAPIServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedSecurityAgentAPIServer) SendActivityDumpStream

func (UnimplementedSecurityAgentAPIServer) SendEvent

type UnimplementedSecurityModuleCmdServer

type UnimplementedSecurityModuleCmdServer struct{}

UnimplementedSecurityModuleCmdServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedSecurityModuleCmdServer) DumpActivity

func (UnimplementedSecurityModuleCmdServer) DumpDiscarders

func (UnimplementedSecurityModuleCmdServer) DumpNetworkNamespace

func (UnimplementedSecurityModuleCmdServer) DumpProcessCache

func (UnimplementedSecurityModuleCmdServer) GetConfig

func (UnimplementedSecurityModuleCmdServer) GetLoadedPolicies

func (UnimplementedSecurityModuleCmdServer) GetRuleSetReport

func (UnimplementedSecurityModuleCmdServer) GetStatus

func (UnimplementedSecurityModuleCmdServer) ListActivityDumps

func (UnimplementedSecurityModuleCmdServer) ListSecurityProfiles

func (UnimplementedSecurityModuleCmdServer) ReloadPolicies

func (UnimplementedSecurityModuleCmdServer) RunSelfTest

func (UnimplementedSecurityModuleCmdServer) SaveSecurityProfile

func (UnimplementedSecurityModuleCmdServer) StopActivityDump

func (UnimplementedSecurityModuleCmdServer) TranscodingRequest

type UnimplementedSecurityModuleEventServer

type UnimplementedSecurityModuleEventServer struct{}

UnimplementedSecurityModuleEventServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedSecurityModuleEventServer) GetActivityDumpStream

func (UnimplementedSecurityModuleEventServer) GetEventStream

type UnsafeSecurityAgentAPIServer

type UnsafeSecurityAgentAPIServer interface {
	// contains filtered or unexported methods
}

UnsafeSecurityAgentAPIServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SecurityAgentAPIServer will result in compilation errors.

type UnsafeSecurityModuleCmdServer

type UnsafeSecurityModuleCmdServer interface {
	// contains filtered or unexported methods
}

UnsafeSecurityModuleCmdServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SecurityModuleCmdServer will result in compilation errors.

type UnsafeSecurityModuleEventServer

type UnsafeSecurityModuleEventServer interface {
	// contains filtered or unexported methods
}

UnsafeSecurityModuleEventServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SecurityModuleEventServer will result in compilation errors.

type WorkloadSelectorMessage

type WorkloadSelectorMessage struct {
	Name string `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"`
	Tag  string `protobuf:"bytes,2,opt,name=Tag,proto3" json:"Tag,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkloadSelectorMessage) Descriptor deprecated

func (*WorkloadSelectorMessage) Descriptor() ([]byte, []int)

Deprecated: Use WorkloadSelectorMessage.ProtoReflect.Descriptor instead.

func (*WorkloadSelectorMessage) GetName

func (x *WorkloadSelectorMessage) GetName() string

func (*WorkloadSelectorMessage) GetTag

func (x *WorkloadSelectorMessage) GetTag() string

func (*WorkloadSelectorMessage) MarshalToSizedBufferVT

func (m *WorkloadSelectorMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WorkloadSelectorMessage) MarshalToVT

func (m *WorkloadSelectorMessage) MarshalToVT(dAtA []byte) (int, error)

func (*WorkloadSelectorMessage) MarshalVT

func (m *WorkloadSelectorMessage) MarshalVT() (dAtA []byte, err error)

func (*WorkloadSelectorMessage) ProtoMessage

func (*WorkloadSelectorMessage) ProtoMessage()

func (*WorkloadSelectorMessage) ProtoReflect

func (x *WorkloadSelectorMessage) ProtoReflect() protoreflect.Message

func (*WorkloadSelectorMessage) Reset

func (x *WorkloadSelectorMessage) Reset()

func (*WorkloadSelectorMessage) SizeVT

func (m *WorkloadSelectorMessage) SizeVT() (n int)

func (*WorkloadSelectorMessage) String

func (x *WorkloadSelectorMessage) String() string

func (*WorkloadSelectorMessage) UnmarshalVT

func (m *WorkloadSelectorMessage) UnmarshalVT(dAtA []byte) error

Directories

Path Synopsis
Package transform holds api types transformation related files
Package transform holds api types transformation related files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL