__

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AwsEnrichmentService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "com.coralogix.enrichment.v1.AwsEnrichmentService",
	HandlerType: (*AwsEnrichmentServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetSupportedAwsResourceTypes",
			Handler:    _AwsEnrichmentService_GetSupportedAwsResourceTypes_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "com/coralogix/enrichment/v1/aws_enrichment_service.proto",
}

AwsEnrichmentService_ServiceDesc is the grpc.ServiceDesc for AwsEnrichmentService 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 CustomEnrichmentService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "com.coralogix.enrichment.v1.CustomEnrichmentService",
	HandlerType: (*CustomEnrichmentServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetCustomEnrichment",
			Handler:    _CustomEnrichmentService_GetCustomEnrichment_Handler,
		},
		{
			MethodName: "GetCustomEnrichments",
			Handler:    _CustomEnrichmentService_GetCustomEnrichments_Handler,
		},
		{
			MethodName: "CreateCustomEnrichment",
			Handler:    _CustomEnrichmentService_CreateCustomEnrichment_Handler,
		},
		{
			MethodName: "UpdateCustomEnrichment",
			Handler:    _CustomEnrichmentService_UpdateCustomEnrichment_Handler,
		},
		{
			MethodName: "DeleteCustomEnrichment",
			Handler:    _CustomEnrichmentService_DeleteCustomEnrichment_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "com/coralogix/enrichment/v1/custom_enrichment_service.proto",
}

CustomEnrichmentService_ServiceDesc is the grpc.ServiceDesc for CustomEnrichmentService 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 (
	// optional com.coralogix.enrichment.v1.AuditLogDescription audit_log_description = 5003;
	E_AuditLogDescription = &file_com_coralogix_enrichment_v1_audit_log_proto_extTypes[0]
)

Extension fields to descriptorpb.MethodOptions.

View Source
var EnrichmentService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "com.coralogix.enrichment.v1.EnrichmentService",
	HandlerType: (*EnrichmentServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetEnrichments",
			Handler:    _EnrichmentService_GetEnrichments_Handler,
		},
		{
			MethodName: "AddEnrichments",
			Handler:    _EnrichmentService_AddEnrichments_Handler,
		},
		{
			MethodName: "RemoveEnrichments",
			Handler:    _EnrichmentService_RemoveEnrichments_Handler,
		},
		{
			MethodName: "GetEnrichmentLimit",
			Handler:    _EnrichmentService_GetEnrichmentLimit_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "com/coralogix/enrichment/v1/enrichment_service.proto",
}

EnrichmentService_ServiceDesc is the grpc.ServiceDesc for EnrichmentService 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 File_com_coralogix_enrichment_v1_audit_log_proto protoreflect.FileDescriptor
View Source
var File_com_coralogix_enrichment_v1_aws_enrichment_service_proto protoreflect.FileDescriptor
View Source
var File_com_coralogix_enrichment_v1_custom_enrichment_proto protoreflect.FileDescriptor
View Source
var File_com_coralogix_enrichment_v1_custom_enrichment_service_proto protoreflect.FileDescriptor
View Source
var File_com_coralogix_enrichment_v1_enrichment_proto protoreflect.FileDescriptor
View Source
var File_com_coralogix_enrichment_v1_enrichment_request_model_proto protoreflect.FileDescriptor
View Source
var File_com_coralogix_enrichment_v1_enrichment_service_proto protoreflect.FileDescriptor
View Source
var File_com_coralogix_enrichment_v1_enrichment_type_proto protoreflect.FileDescriptor

Functions

func RegisterAwsEnrichmentServiceServer

func RegisterAwsEnrichmentServiceServer(s grpc.ServiceRegistrar, srv AwsEnrichmentServiceServer)

func RegisterCustomEnrichmentServiceServer

func RegisterCustomEnrichmentServiceServer(s grpc.ServiceRegistrar, srv CustomEnrichmentServiceServer)

func RegisterEnrichmentServiceServer

func RegisterEnrichmentServiceServer(s grpc.ServiceRegistrar, srv EnrichmentServiceServer)

Types

type AddEnrichmentsRequest

type AddEnrichmentsRequest struct {
	RequestEnrichments []*EnrichmentRequestModel `protobuf:"bytes,1,rep,name=request_enrichments,json=requestEnrichments,proto3" json:"request_enrichments,omitempty"`
	// contains filtered or unexported fields
}

func (*AddEnrichmentsRequest) Descriptor deprecated

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

Deprecated: Use AddEnrichmentsRequest.ProtoReflect.Descriptor instead.

func (*AddEnrichmentsRequest) GetRequestEnrichments

func (x *AddEnrichmentsRequest) GetRequestEnrichments() []*EnrichmentRequestModel

func (*AddEnrichmentsRequest) ProtoMessage

func (*AddEnrichmentsRequest) ProtoMessage()

func (*AddEnrichmentsRequest) ProtoReflect

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

func (*AddEnrichmentsRequest) Reset

func (x *AddEnrichmentsRequest) Reset()

func (*AddEnrichmentsRequest) String

func (x *AddEnrichmentsRequest) String() string

type AddEnrichmentsResponse

type AddEnrichmentsResponse struct {
	Enrichments []*Enrichment `protobuf:"bytes,1,rep,name=enrichments,proto3" json:"enrichments,omitempty"`
	// contains filtered or unexported fields
}

func (*AddEnrichmentsResponse) Descriptor deprecated

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

Deprecated: Use AddEnrichmentsResponse.ProtoReflect.Descriptor instead.

func (*AddEnrichmentsResponse) GetEnrichments

func (x *AddEnrichmentsResponse) GetEnrichments() []*Enrichment

func (*AddEnrichmentsResponse) ProtoMessage

func (*AddEnrichmentsResponse) ProtoMessage()

func (*AddEnrichmentsResponse) ProtoReflect

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

func (*AddEnrichmentsResponse) Reset

func (x *AddEnrichmentsResponse) Reset()

func (*AddEnrichmentsResponse) String

func (x *AddEnrichmentsResponse) String() string

type AuditLogDescription

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

func (*AuditLogDescription) Descriptor deprecated

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

Deprecated: Use AuditLogDescription.ProtoReflect.Descriptor instead.

func (*AuditLogDescription) GetDescription

func (x *AuditLogDescription) GetDescription() string

func (*AuditLogDescription) ProtoMessage

func (*AuditLogDescription) ProtoMessage()

func (*AuditLogDescription) ProtoReflect

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

func (*AuditLogDescription) Reset

func (x *AuditLogDescription) Reset()

func (*AuditLogDescription) String

func (x *AuditLogDescription) String() string

type AwsEnrichmentServiceClient

type AwsEnrichmentServiceClient interface {
	GetSupportedAwsResourceTypes(ctx context.Context, in *GetSupportedAwsResourceTypesRequest, opts ...grpc.CallOption) (*GetSupportedAwsResourceTypesResponse, error)
}

AwsEnrichmentServiceClient is the client API for AwsEnrichmentService 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 AwsEnrichmentServiceServer

type AwsEnrichmentServiceServer interface {
	GetSupportedAwsResourceTypes(context.Context, *GetSupportedAwsResourceTypesRequest) (*GetSupportedAwsResourceTypesResponse, error)
	// contains filtered or unexported methods
}

AwsEnrichmentServiceServer is the server API for AwsEnrichmentService service. All implementations must embed UnimplementedAwsEnrichmentServiceServer for forward compatibility

type AwsType

type AwsType struct {
	ResourceType *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=resource_type,json=resourceType,proto3" json:"resource_type,omitempty"`
	// contains filtered or unexported fields
}

func (*AwsType) Descriptor deprecated

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

Deprecated: Use AwsType.ProtoReflect.Descriptor instead.

func (*AwsType) GetResourceType

func (x *AwsType) GetResourceType() *wrapperspb.StringValue

func (*AwsType) ProtoMessage

func (*AwsType) ProtoMessage()

func (*AwsType) ProtoReflect

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

func (*AwsType) Reset

func (x *AwsType) Reset()

func (*AwsType) String

func (x *AwsType) String() string

type CreateCustomEnrichmentRequest

type CreateCustomEnrichmentRequest struct {
	Name        *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Description *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	File        *File                   `protobuf:"bytes,4,opt,name=file,proto3" json:"file,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCustomEnrichmentRequest) Descriptor deprecated

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

Deprecated: Use CreateCustomEnrichmentRequest.ProtoReflect.Descriptor instead.

func (*CreateCustomEnrichmentRequest) GetDescription

func (*CreateCustomEnrichmentRequest) GetFile

func (x *CreateCustomEnrichmentRequest) GetFile() *File

func (*CreateCustomEnrichmentRequest) GetName

func (*CreateCustomEnrichmentRequest) ProtoMessage

func (*CreateCustomEnrichmentRequest) ProtoMessage()

func (*CreateCustomEnrichmentRequest) ProtoReflect

func (*CreateCustomEnrichmentRequest) Reset

func (x *CreateCustomEnrichmentRequest) Reset()

func (*CreateCustomEnrichmentRequest) String

type CreateCustomEnrichmentResponse

type CreateCustomEnrichmentResponse struct {
	Message          string            `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	CustomEnrichment *CustomEnrichment `protobuf:"bytes,2,opt,name=custom_enrichment,json=customEnrichment,proto3" json:"custom_enrichment,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCustomEnrichmentResponse) Descriptor deprecated

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

Deprecated: Use CreateCustomEnrichmentResponse.ProtoReflect.Descriptor instead.

func (*CreateCustomEnrichmentResponse) GetCustomEnrichment

func (x *CreateCustomEnrichmentResponse) GetCustomEnrichment() *CustomEnrichment

func (*CreateCustomEnrichmentResponse) GetMessage

func (x *CreateCustomEnrichmentResponse) GetMessage() string

func (*CreateCustomEnrichmentResponse) ProtoMessage

func (*CreateCustomEnrichmentResponse) ProtoMessage()

func (*CreateCustomEnrichmentResponse) ProtoReflect

func (*CreateCustomEnrichmentResponse) Reset

func (x *CreateCustomEnrichmentResponse) Reset()

func (*CreateCustomEnrichmentResponse) String

type CustomEnrichment

type CustomEnrichment struct {
	Id          uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name        string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Version     uint32 `protobuf:"varint,5,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomEnrichment) Descriptor deprecated

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

Deprecated: Use CustomEnrichment.ProtoReflect.Descriptor instead.

func (*CustomEnrichment) GetDescription

func (x *CustomEnrichment) GetDescription() string

func (*CustomEnrichment) GetId

func (x *CustomEnrichment) GetId() uint32

func (*CustomEnrichment) GetName

func (x *CustomEnrichment) GetName() string

func (*CustomEnrichment) GetVersion

func (x *CustomEnrichment) GetVersion() uint32

func (*CustomEnrichment) ProtoMessage

func (*CustomEnrichment) ProtoMessage()

func (*CustomEnrichment) ProtoReflect

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

func (*CustomEnrichment) Reset

func (x *CustomEnrichment) Reset()

func (*CustomEnrichment) String

func (x *CustomEnrichment) String() string

type CustomEnrichmentServiceClient

type CustomEnrichmentServiceClient interface {
	GetCustomEnrichment(ctx context.Context, in *GetCustomEnrichmentRequest, opts ...grpc.CallOption) (*GetCustomEnrichmentResponse, error)
	GetCustomEnrichments(ctx context.Context, in *GetCustomEnrichmentsRequest, opts ...grpc.CallOption) (*GetCustomEnrichmentsResponse, error)
	CreateCustomEnrichment(ctx context.Context, in *CreateCustomEnrichmentRequest, opts ...grpc.CallOption) (*CreateCustomEnrichmentResponse, error)
	UpdateCustomEnrichment(ctx context.Context, in *UpdateCustomEnrichmentRequest, opts ...grpc.CallOption) (*UpdateCustomEnrichmentResponse, error)
	DeleteCustomEnrichment(ctx context.Context, in *DeleteCustomEnrichmentRequest, opts ...grpc.CallOption) (*DeleteCustomEnrichmentResponse, error)
}

CustomEnrichmentServiceClient is the client API for CustomEnrichmentService 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 CustomEnrichmentServiceServer

type CustomEnrichmentServiceServer interface {
	GetCustomEnrichment(context.Context, *GetCustomEnrichmentRequest) (*GetCustomEnrichmentResponse, error)
	GetCustomEnrichments(context.Context, *GetCustomEnrichmentsRequest) (*GetCustomEnrichmentsResponse, error)
	CreateCustomEnrichment(context.Context, *CreateCustomEnrichmentRequest) (*CreateCustomEnrichmentResponse, error)
	UpdateCustomEnrichment(context.Context, *UpdateCustomEnrichmentRequest) (*UpdateCustomEnrichmentResponse, error)
	DeleteCustomEnrichment(context.Context, *DeleteCustomEnrichmentRequest) (*DeleteCustomEnrichmentResponse, error)
	// contains filtered or unexported methods
}

CustomEnrichmentServiceServer is the server API for CustomEnrichmentService service. All implementations must embed UnimplementedCustomEnrichmentServiceServer for forward compatibility

type CustomEnrichmentType

type CustomEnrichmentType struct {
	Id *wrapperspb.UInt32Value `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomEnrichmentType) Descriptor deprecated

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

Deprecated: Use CustomEnrichmentType.ProtoReflect.Descriptor instead.

func (*CustomEnrichmentType) GetId

func (*CustomEnrichmentType) ProtoMessage

func (*CustomEnrichmentType) ProtoMessage()

func (*CustomEnrichmentType) ProtoReflect

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

func (*CustomEnrichmentType) Reset

func (x *CustomEnrichmentType) Reset()

func (*CustomEnrichmentType) String

func (x *CustomEnrichmentType) String() string

type DeleteCustomEnrichmentRequest

type DeleteCustomEnrichmentRequest struct {
	CustomEnrichmentId *wrapperspb.UInt32Value `protobuf:"bytes,2,opt,name=custom_enrichment_id,json=customEnrichmentId,proto3" json:"custom_enrichment_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteCustomEnrichmentRequest) Descriptor deprecated

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

Deprecated: Use DeleteCustomEnrichmentRequest.ProtoReflect.Descriptor instead.

func (*DeleteCustomEnrichmentRequest) GetCustomEnrichmentId

func (x *DeleteCustomEnrichmentRequest) GetCustomEnrichmentId() *wrapperspb.UInt32Value

func (*DeleteCustomEnrichmentRequest) ProtoMessage

func (*DeleteCustomEnrichmentRequest) ProtoMessage()

func (*DeleteCustomEnrichmentRequest) ProtoReflect

func (*DeleteCustomEnrichmentRequest) Reset

func (x *DeleteCustomEnrichmentRequest) Reset()

func (*DeleteCustomEnrichmentRequest) String

type DeleteCustomEnrichmentResponse

type DeleteCustomEnrichmentResponse struct {
	Message            string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	CustomEnrichmentId uint32 `protobuf:"varint,2,opt,name=custom_enrichment_id,json=customEnrichmentId,proto3" json:"custom_enrichment_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteCustomEnrichmentResponse) Descriptor deprecated

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

Deprecated: Use DeleteCustomEnrichmentResponse.ProtoReflect.Descriptor instead.

func (*DeleteCustomEnrichmentResponse) GetCustomEnrichmentId

func (x *DeleteCustomEnrichmentResponse) GetCustomEnrichmentId() uint32

func (*DeleteCustomEnrichmentResponse) GetMessage

func (x *DeleteCustomEnrichmentResponse) GetMessage() string

func (*DeleteCustomEnrichmentResponse) ProtoMessage

func (*DeleteCustomEnrichmentResponse) ProtoMessage()

func (*DeleteCustomEnrichmentResponse) ProtoReflect

func (*DeleteCustomEnrichmentResponse) Reset

func (x *DeleteCustomEnrichmentResponse) Reset()

func (*DeleteCustomEnrichmentResponse) String

type Enrichment

type Enrichment struct {
	Id             uint32          `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	FieldName      string          `protobuf:"bytes,2,opt,name=field_name,json=fieldName,proto3" json:"field_name,omitempty"`
	EnrichmentType *EnrichmentType `protobuf:"bytes,3,opt,name=enrichment_type,json=enrichmentType,proto3" json:"enrichment_type,omitempty"`
	// contains filtered or unexported fields
}

func (*Enrichment) Descriptor deprecated

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

Deprecated: Use Enrichments.ProtoReflect.Descriptor instead.

func (*Enrichment) GetEnrichmentType

func (x *Enrichment) GetEnrichmentType() *EnrichmentType

func (*Enrichment) GetFieldName

func (x *Enrichment) GetFieldName() string

func (*Enrichment) GetId

func (x *Enrichment) GetId() uint32

func (*Enrichment) ProtoMessage

func (*Enrichment) ProtoMessage()

func (*Enrichment) ProtoReflect

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

func (*Enrichment) Reset

func (x *Enrichment) Reset()

func (*Enrichment) String

func (x *Enrichment) String() string

type EnrichmentRequestModel

type EnrichmentRequestModel struct {
	FieldName      *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=field_name,json=fieldName,proto3" json:"field_name,omitempty"`
	EnrichmentType *EnrichmentType         `protobuf:"bytes,2,opt,name=enrichment_type,json=enrichmentType,proto3" json:"enrichment_type,omitempty"`
	// contains filtered or unexported fields
}

func (*EnrichmentRequestModel) Descriptor deprecated

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

Deprecated: Use EnrichmentRequestModel.ProtoReflect.Descriptor instead.

func (*EnrichmentRequestModel) GetEnrichmentType

func (x *EnrichmentRequestModel) GetEnrichmentType() *EnrichmentType

func (*EnrichmentRequestModel) GetFieldName

func (x *EnrichmentRequestModel) GetFieldName() *wrapperspb.StringValue

func (*EnrichmentRequestModel) ProtoMessage

func (*EnrichmentRequestModel) ProtoMessage()

func (*EnrichmentRequestModel) ProtoReflect

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

func (*EnrichmentRequestModel) Reset

func (x *EnrichmentRequestModel) Reset()

func (*EnrichmentRequestModel) String

func (x *EnrichmentRequestModel) String() string

type EnrichmentServiceClient

type EnrichmentServiceClient interface {
	GetEnrichments(ctx context.Context, in *GetEnrichmentsRequest, opts ...grpc.CallOption) (*GetEnrichmentsResponse, error)
	AddEnrichments(ctx context.Context, in *AddEnrichmentsRequest, opts ...grpc.CallOption) (*AddEnrichmentsResponse, error)
	RemoveEnrichments(ctx context.Context, in *RemoveEnrichmentsRequest, opts ...grpc.CallOption) (*RemoveEnrichmentsResponse, error)
	GetEnrichmentLimit(ctx context.Context, in *GetEnrichmentLimitRequest, opts ...grpc.CallOption) (*GetEnrichmentLimitResponse, error)
}

EnrichmentServiceClient is the client API for EnrichmentService 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 EnrichmentServiceServer

type EnrichmentServiceServer interface {
	GetEnrichments(context.Context, *GetEnrichmentsRequest) (*GetEnrichmentsResponse, error)
	AddEnrichments(context.Context, *AddEnrichmentsRequest) (*AddEnrichmentsResponse, error)
	RemoveEnrichments(context.Context, *RemoveEnrichmentsRequest) (*RemoveEnrichmentsResponse, error)
	GetEnrichmentLimit(context.Context, *GetEnrichmentLimitRequest) (*GetEnrichmentLimitResponse, error)
	// contains filtered or unexported methods
}

EnrichmentServiceServer is the server API for EnrichmentService service. All implementations must embed UnimplementedEnrichmentServiceServer for forward compatibility

type EnrichmentType

type EnrichmentType struct {

	// Types that are assignable to Type:
	//	*EnrichmentType_GeoIp
	//	*EnrichmentType_SuspiciousIp
	//	*EnrichmentType_Aws
	//	*EnrichmentType_CustomEnrichment
	Type isEnrichmentType_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*EnrichmentType) Descriptor deprecated

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

Deprecated: Use EnrichmentType.ProtoReflect.Descriptor instead.

func (*EnrichmentType) GetAws

func (x *EnrichmentType) GetAws() *AwsType

func (*EnrichmentType) GetCustomEnrichment

func (x *EnrichmentType) GetCustomEnrichment() *CustomEnrichmentType

func (*EnrichmentType) GetGeoIp

func (x *EnrichmentType) GetGeoIp() *GeoIpType

func (*EnrichmentType) GetSuspiciousIp

func (x *EnrichmentType) GetSuspiciousIp() *SuspiciousIpType

func (*EnrichmentType) GetType

func (m *EnrichmentType) GetType() isEnrichmentType_Type

func (*EnrichmentType) ProtoMessage

func (*EnrichmentType) ProtoMessage()

func (*EnrichmentType) ProtoReflect

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

func (*EnrichmentType) Reset

func (x *EnrichmentType) Reset()

func (*EnrichmentType) String

func (x *EnrichmentType) String() string

type EnrichmentType_Aws

type EnrichmentType_Aws struct {
	Aws *AwsType `protobuf:"bytes,3,opt,name=aws,proto3,oneof"`
}

type EnrichmentType_CustomEnrichment

type EnrichmentType_CustomEnrichment struct {
	CustomEnrichment *CustomEnrichmentType `protobuf:"bytes,4,opt,name=custom_enrichment,json=customEnrichment,proto3,oneof"`
}

type EnrichmentType_GeoIp

type EnrichmentType_GeoIp struct {
	GeoIp *GeoIpType `protobuf:"bytes,1,opt,name=geo_ip,json=geoIp,proto3,oneof"`
}

type EnrichmentType_SuspiciousIp

type EnrichmentType_SuspiciousIp struct {
	SuspiciousIp *SuspiciousIpType `protobuf:"bytes,2,opt,name=suspicious_ip,json=suspiciousIp,proto3,oneof"`
}

type File

type File struct {
	Name      *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Extension *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=extension,proto3" json:"extension,omitempty"`
	// Types that are assignable to Content:
	//	*File_Textual
	//	*File_Binary
	Content isFile_Content `protobuf_oneof:"content"`
	// contains filtered or unexported fields
}

func (*File) Descriptor deprecated

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

Deprecated: Use File.ProtoReflect.Descriptor instead.

func (*File) GetBinary

func (x *File) GetBinary() *wrapperspb.BytesValue

func (*File) GetContent

func (m *File) GetContent() isFile_Content

func (*File) GetExtension

func (x *File) GetExtension() *wrapperspb.StringValue

func (*File) GetName

func (x *File) GetName() *wrapperspb.StringValue

func (*File) GetTextual

func (x *File) GetTextual() *wrapperspb.StringValue

func (*File) ProtoMessage

func (*File) ProtoMessage()

func (*File) ProtoReflect

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

func (*File) Reset

func (x *File) Reset()

func (*File) String

func (x *File) String() string

type File_Binary

type File_Binary struct {
	Binary *wrapperspb.BytesValue `protobuf:"bytes,4,opt,name=binary,proto3,oneof"`
}

type File_Textual

type File_Textual struct {
	Textual *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=textual,proto3,oneof"`
}

type GeoIpType

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

func (*GeoIpType) Descriptor deprecated

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

Deprecated: Use GeoIpType.ProtoReflect.Descriptor instead.

func (*GeoIpType) ProtoMessage

func (*GeoIpType) ProtoMessage()

func (*GeoIpType) ProtoReflect

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

func (*GeoIpType) Reset

func (x *GeoIpType) Reset()

func (*GeoIpType) String

func (x *GeoIpType) String() string

type GetCustomEnrichmentRequest

type GetCustomEnrichmentRequest struct {
	Id *wrapperspb.UInt32Value `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCustomEnrichmentRequest) Descriptor deprecated

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

Deprecated: Use GetCustomEnrichmentRequest.ProtoReflect.Descriptor instead.

func (*GetCustomEnrichmentRequest) GetId

func (*GetCustomEnrichmentRequest) ProtoMessage

func (*GetCustomEnrichmentRequest) ProtoMessage()

func (*GetCustomEnrichmentRequest) ProtoReflect

func (*GetCustomEnrichmentRequest) Reset

func (x *GetCustomEnrichmentRequest) Reset()

func (*GetCustomEnrichmentRequest) String

func (x *GetCustomEnrichmentRequest) String() string

type GetCustomEnrichmentResponse

type GetCustomEnrichmentResponse struct {
	CustomEnrichment *CustomEnrichment `protobuf:"bytes,1,opt,name=custom_enrichment,json=customEnrichment,proto3" json:"custom_enrichment,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCustomEnrichmentResponse) Descriptor deprecated

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

Deprecated: Use GetCustomEnrichmentResponse.ProtoReflect.Descriptor instead.

func (*GetCustomEnrichmentResponse) GetCustomEnrichment

func (x *GetCustomEnrichmentResponse) GetCustomEnrichment() *CustomEnrichment

func (*GetCustomEnrichmentResponse) ProtoMessage

func (*GetCustomEnrichmentResponse) ProtoMessage()

func (*GetCustomEnrichmentResponse) ProtoReflect

func (*GetCustomEnrichmentResponse) Reset

func (x *GetCustomEnrichmentResponse) Reset()

func (*GetCustomEnrichmentResponse) String

func (x *GetCustomEnrichmentResponse) String() string

type GetCustomEnrichmentsRequest

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

func (*GetCustomEnrichmentsRequest) Descriptor deprecated

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

Deprecated: Use GetCustomEnrichmentsRequest.ProtoReflect.Descriptor instead.

func (*GetCustomEnrichmentsRequest) ProtoMessage

func (*GetCustomEnrichmentsRequest) ProtoMessage()

func (*GetCustomEnrichmentsRequest) ProtoReflect

func (*GetCustomEnrichmentsRequest) Reset

func (x *GetCustomEnrichmentsRequest) Reset()

func (*GetCustomEnrichmentsRequest) String

func (x *GetCustomEnrichmentsRequest) String() string

type GetCustomEnrichmentsResponse

type GetCustomEnrichmentsResponse struct {
	CustomEnrichments []*CustomEnrichment `protobuf:"bytes,1,rep,name=custom_enrichments,json=customEnrichments,proto3" json:"custom_enrichments,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCustomEnrichmentsResponse) Descriptor deprecated

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

Deprecated: Use GetCustomEnrichmentsResponse.ProtoReflect.Descriptor instead.

func (*GetCustomEnrichmentsResponse) GetCustomEnrichments

func (x *GetCustomEnrichmentsResponse) GetCustomEnrichments() []*CustomEnrichment

func (*GetCustomEnrichmentsResponse) ProtoMessage

func (*GetCustomEnrichmentsResponse) ProtoMessage()

func (*GetCustomEnrichmentsResponse) ProtoReflect

func (*GetCustomEnrichmentsResponse) Reset

func (x *GetCustomEnrichmentsResponse) Reset()

func (*GetCustomEnrichmentsResponse) String

type GetEnrichmentLimitRequest

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

func (*GetEnrichmentLimitRequest) Descriptor deprecated

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

Deprecated: Use GetEnrichmentLimitRequest.ProtoReflect.Descriptor instead.

func (*GetEnrichmentLimitRequest) ProtoMessage

func (*GetEnrichmentLimitRequest) ProtoMessage()

func (*GetEnrichmentLimitRequest) ProtoReflect

func (*GetEnrichmentLimitRequest) Reset

func (x *GetEnrichmentLimitRequest) Reset()

func (*GetEnrichmentLimitRequest) String

func (x *GetEnrichmentLimitRequest) String() string

type GetEnrichmentLimitResponse

type GetEnrichmentLimitResponse struct {
	Limit uint32 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*GetEnrichmentLimitResponse) Descriptor deprecated

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

Deprecated: Use GetEnrichmentLimitResponse.ProtoReflect.Descriptor instead.

func (*GetEnrichmentLimitResponse) GetLimit

func (x *GetEnrichmentLimitResponse) GetLimit() uint32

func (*GetEnrichmentLimitResponse) ProtoMessage

func (*GetEnrichmentLimitResponse) ProtoMessage()

func (*GetEnrichmentLimitResponse) ProtoReflect

func (*GetEnrichmentLimitResponse) Reset

func (x *GetEnrichmentLimitResponse) Reset()

func (*GetEnrichmentLimitResponse) String

func (x *GetEnrichmentLimitResponse) String() string

type GetEnrichmentsRequest

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

func (*GetEnrichmentsRequest) Descriptor deprecated

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

Deprecated: Use GetEnrichmentsRequest.ProtoReflect.Descriptor instead.

func (*GetEnrichmentsRequest) ProtoMessage

func (*GetEnrichmentsRequest) ProtoMessage()

func (*GetEnrichmentsRequest) ProtoReflect

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

func (*GetEnrichmentsRequest) Reset

func (x *GetEnrichmentsRequest) Reset()

func (*GetEnrichmentsRequest) String

func (x *GetEnrichmentsRequest) String() string

type GetEnrichmentsResponse

type GetEnrichmentsResponse struct {
	Enrichments []*Enrichment `protobuf:"bytes,1,rep,name=enrichments,proto3" json:"enrichments,omitempty"`
	// contains filtered or unexported fields
}

func (*GetEnrichmentsResponse) Descriptor deprecated

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

Deprecated: Use GetEnrichmentsResponse.ProtoReflect.Descriptor instead.

func (*GetEnrichmentsResponse) GetEnrichments

func (x *GetEnrichmentsResponse) GetEnrichments() []*Enrichment

func (*GetEnrichmentsResponse) ProtoMessage

func (*GetEnrichmentsResponse) ProtoMessage()

func (*GetEnrichmentsResponse) ProtoReflect

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

func (*GetEnrichmentsResponse) Reset

func (x *GetEnrichmentsResponse) Reset()

func (*GetEnrichmentsResponse) String

func (x *GetEnrichmentsResponse) String() string

type GetSupportedAwsResourceTypesRequest

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

func (*GetSupportedAwsResourceTypesRequest) Descriptor deprecated

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

Deprecated: Use GetSupportedAwsResourceTypesRequest.ProtoReflect.Descriptor instead.

func (*GetSupportedAwsResourceTypesRequest) ProtoMessage

func (*GetSupportedAwsResourceTypesRequest) ProtoMessage()

func (*GetSupportedAwsResourceTypesRequest) ProtoReflect

func (*GetSupportedAwsResourceTypesRequest) Reset

func (*GetSupportedAwsResourceTypesRequest) String

type GetSupportedAwsResourceTypesResponse

type GetSupportedAwsResourceTypesResponse struct {
	ResourceTypes []*SupportedAwsResourceType `protobuf:"bytes,1,rep,name=resource_types,json=resourceTypes,proto3" json:"resource_types,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSupportedAwsResourceTypesResponse) Descriptor deprecated

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

Deprecated: Use GetSupportedAwsResourceTypesResponse.ProtoReflect.Descriptor instead.

func (*GetSupportedAwsResourceTypesResponse) GetResourceTypes

func (*GetSupportedAwsResourceTypesResponse) ProtoMessage

func (*GetSupportedAwsResourceTypesResponse) ProtoMessage()

func (*GetSupportedAwsResourceTypesResponse) ProtoReflect

func (*GetSupportedAwsResourceTypesResponse) Reset

func (*GetSupportedAwsResourceTypesResponse) String

type RemoveEnrichmentsRequest

type RemoveEnrichmentsRequest struct {
	EnrichmentIds []*wrapperspb.UInt32Value `protobuf:"bytes,1,rep,name=enrichment_ids,json=enrichmentIds,proto3" json:"enrichment_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveEnrichmentsRequest) Descriptor deprecated

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

Deprecated: Use RemoveEnrichmentsRequest.ProtoReflect.Descriptor instead.

func (*RemoveEnrichmentsRequest) GetEnrichmentIds

func (x *RemoveEnrichmentsRequest) GetEnrichmentIds() []*wrapperspb.UInt32Value

func (*RemoveEnrichmentsRequest) ProtoMessage

func (*RemoveEnrichmentsRequest) ProtoMessage()

func (*RemoveEnrichmentsRequest) ProtoReflect

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

func (*RemoveEnrichmentsRequest) Reset

func (x *RemoveEnrichmentsRequest) Reset()

func (*RemoveEnrichmentsRequest) String

func (x *RemoveEnrichmentsRequest) String() string

type RemoveEnrichmentsResponse

type RemoveEnrichmentsResponse struct {
	RemainingEnrichments []*Enrichment `protobuf:"bytes,1,rep,name=remaining_enrichments,json=remainingEnrichments,proto3" json:"remaining_enrichments,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveEnrichmentsResponse) Descriptor deprecated

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

Deprecated: Use RemoveEnrichmentsResponse.ProtoReflect.Descriptor instead.

func (*RemoveEnrichmentsResponse) GetRemainingEnrichments

func (x *RemoveEnrichmentsResponse) GetRemainingEnrichments() []*Enrichment

func (*RemoveEnrichmentsResponse) ProtoMessage

func (*RemoveEnrichmentsResponse) ProtoMessage()

func (*RemoveEnrichmentsResponse) ProtoReflect

func (*RemoveEnrichmentsResponse) Reset

func (x *RemoveEnrichmentsResponse) Reset()

func (*RemoveEnrichmentsResponse) String

func (x *RemoveEnrichmentsResponse) String() string

type SupportedAwsResourceType

type SupportedAwsResourceType struct {
	Type        string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// contains filtered or unexported fields
}

func (*SupportedAwsResourceType) Descriptor deprecated

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

Deprecated: Use SupportedAwsResourceType.ProtoReflect.Descriptor instead.

func (*SupportedAwsResourceType) GetDisplayName

func (x *SupportedAwsResourceType) GetDisplayName() string

func (*SupportedAwsResourceType) GetType

func (x *SupportedAwsResourceType) GetType() string

func (*SupportedAwsResourceType) ProtoMessage

func (*SupportedAwsResourceType) ProtoMessage()

func (*SupportedAwsResourceType) ProtoReflect

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

func (*SupportedAwsResourceType) Reset

func (x *SupportedAwsResourceType) Reset()

func (*SupportedAwsResourceType) String

func (x *SupportedAwsResourceType) String() string

type SuspiciousIpType

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

func (*SuspiciousIpType) Descriptor deprecated

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

Deprecated: Use SuspiciousIpType.ProtoReflect.Descriptor instead.

func (*SuspiciousIpType) ProtoMessage

func (*SuspiciousIpType) ProtoMessage()

func (*SuspiciousIpType) ProtoReflect

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

func (*SuspiciousIpType) Reset

func (x *SuspiciousIpType) Reset()

func (*SuspiciousIpType) String

func (x *SuspiciousIpType) String() string

type UnimplementedAwsEnrichmentServiceServer

type UnimplementedAwsEnrichmentServiceServer struct {
}

UnimplementedAwsEnrichmentServiceServer must be embedded to have forward compatible implementations.

type UnimplementedCustomEnrichmentServiceServer

type UnimplementedCustomEnrichmentServiceServer struct {
}

UnimplementedCustomEnrichmentServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedCustomEnrichmentServiceServer) CreateCustomEnrichment

func (UnimplementedCustomEnrichmentServiceServer) DeleteCustomEnrichment

func (UnimplementedCustomEnrichmentServiceServer) GetCustomEnrichment

func (UnimplementedCustomEnrichmentServiceServer) GetCustomEnrichments

func (UnimplementedCustomEnrichmentServiceServer) UpdateCustomEnrichment

type UnimplementedEnrichmentServiceServer

type UnimplementedEnrichmentServiceServer struct {
}

UnimplementedEnrichmentServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedEnrichmentServiceServer) AddEnrichments

func (UnimplementedEnrichmentServiceServer) GetEnrichmentLimit

func (UnimplementedEnrichmentServiceServer) GetEnrichments

func (UnimplementedEnrichmentServiceServer) RemoveEnrichments

type UnsafeAwsEnrichmentServiceServer

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

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

type UnsafeCustomEnrichmentServiceServer

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

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

type UnsafeEnrichmentServiceServer

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

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

type UpdateCustomEnrichmentRequest

type UpdateCustomEnrichmentRequest struct {
	CustomEnrichmentId *wrapperspb.UInt32Value `protobuf:"bytes,1,opt,name=custom_enrichment_id,json=customEnrichmentId,proto3" json:"custom_enrichment_id,omitempty"`
	Name               *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description        *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	File               *File                   `protobuf:"bytes,4,opt,name=file,proto3" json:"file,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCustomEnrichmentRequest) Descriptor deprecated

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

Deprecated: Use UpdateCustomEnrichmentRequest.ProtoReflect.Descriptor instead.

func (*UpdateCustomEnrichmentRequest) GetCustomEnrichmentId

func (x *UpdateCustomEnrichmentRequest) GetCustomEnrichmentId() *wrapperspb.UInt32Value

func (*UpdateCustomEnrichmentRequest) GetDescription

func (*UpdateCustomEnrichmentRequest) GetFile

func (x *UpdateCustomEnrichmentRequest) GetFile() *File

func (*UpdateCustomEnrichmentRequest) GetName

func (*UpdateCustomEnrichmentRequest) ProtoMessage

func (*UpdateCustomEnrichmentRequest) ProtoMessage()

func (*UpdateCustomEnrichmentRequest) ProtoReflect

func (*UpdateCustomEnrichmentRequest) Reset

func (x *UpdateCustomEnrichmentRequest) Reset()

func (*UpdateCustomEnrichmentRequest) String

type UpdateCustomEnrichmentResponse

type UpdateCustomEnrichmentResponse struct {
	Message          string            `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	CustomEnrichment *CustomEnrichment `protobuf:"bytes,2,opt,name=custom_enrichment,json=customEnrichment,proto3" json:"custom_enrichment,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCustomEnrichmentResponse) Descriptor deprecated

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

Deprecated: Use UpdateCustomEnrichmentResponse.ProtoReflect.Descriptor instead.

func (*UpdateCustomEnrichmentResponse) GetCustomEnrichment

func (x *UpdateCustomEnrichmentResponse) GetCustomEnrichment() *CustomEnrichment

func (*UpdateCustomEnrichmentResponse) GetMessage

func (x *UpdateCustomEnrichmentResponse) GetMessage() string

func (*UpdateCustomEnrichmentResponse) ProtoMessage

func (*UpdateCustomEnrichmentResponse) ProtoMessage()

func (*UpdateCustomEnrichmentResponse) ProtoReflect

func (*UpdateCustomEnrichmentResponse) Reset

func (x *UpdateCustomEnrichmentResponse) Reset()

func (*UpdateCustomEnrichmentResponse) String

Jump to

Keyboard shortcuts

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