Documentation ¶
Index ¶
- Variables
- func RegisterAwsEnrichmentServiceServer(s grpc.ServiceRegistrar, srv AwsEnrichmentServiceServer)
- func RegisterCustomEnrichmentServiceServer(s grpc.ServiceRegistrar, srv CustomEnrichmentServiceServer)
- func RegisterEnrichmentServiceServer(s grpc.ServiceRegistrar, srv EnrichmentServiceServer)
- type AddEnrichmentsRequest
- func (*AddEnrichmentsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddEnrichmentsRequest) GetRequestEnrichments() []*EnrichmentRequestModel
- func (*AddEnrichmentsRequest) ProtoMessage()
- func (x *AddEnrichmentsRequest) ProtoReflect() protoreflect.Message
- func (x *AddEnrichmentsRequest) Reset()
- func (x *AddEnrichmentsRequest) String() string
- type AddEnrichmentsResponse
- func (*AddEnrichmentsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddEnrichmentsResponse) GetEnrichments() []*Enrichment
- func (*AddEnrichmentsResponse) ProtoMessage()
- func (x *AddEnrichmentsResponse) ProtoReflect() protoreflect.Message
- func (x *AddEnrichmentsResponse) Reset()
- func (x *AddEnrichmentsResponse) String() string
- type AuditLogDescription
- func (*AuditLogDescription) Descriptor() ([]byte, []int)deprecated
- func (x *AuditLogDescription) GetDescription() string
- func (*AuditLogDescription) ProtoMessage()
- func (x *AuditLogDescription) ProtoReflect() protoreflect.Message
- func (x *AuditLogDescription) Reset()
- func (x *AuditLogDescription) String() string
- type AwsEnrichmentServiceClient
- type AwsEnrichmentServiceServer
- type AwsType
- type CreateCustomEnrichmentRequest
- func (*CreateCustomEnrichmentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCustomEnrichmentRequest) GetDescription() *wrapperspb.StringValue
- func (x *CreateCustomEnrichmentRequest) GetFile() *File
- func (x *CreateCustomEnrichmentRequest) GetName() *wrapperspb.StringValue
- func (*CreateCustomEnrichmentRequest) ProtoMessage()
- func (x *CreateCustomEnrichmentRequest) ProtoReflect() protoreflect.Message
- func (x *CreateCustomEnrichmentRequest) Reset()
- func (x *CreateCustomEnrichmentRequest) String() string
- type CreateCustomEnrichmentResponse
- func (*CreateCustomEnrichmentResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCustomEnrichmentResponse) GetCustomEnrichment() *CustomEnrichment
- func (x *CreateCustomEnrichmentResponse) GetMessage() string
- func (*CreateCustomEnrichmentResponse) ProtoMessage()
- func (x *CreateCustomEnrichmentResponse) ProtoReflect() protoreflect.Message
- func (x *CreateCustomEnrichmentResponse) Reset()
- func (x *CreateCustomEnrichmentResponse) String() string
- type CustomEnrichment
- func (*CustomEnrichment) Descriptor() ([]byte, []int)deprecated
- func (x *CustomEnrichment) GetDescription() string
- func (x *CustomEnrichment) GetId() uint32
- func (x *CustomEnrichment) GetName() string
- func (x *CustomEnrichment) GetVersion() uint32
- func (*CustomEnrichment) ProtoMessage()
- func (x *CustomEnrichment) ProtoReflect() protoreflect.Message
- func (x *CustomEnrichment) Reset()
- func (x *CustomEnrichment) String() string
- type CustomEnrichmentServiceClient
- type CustomEnrichmentServiceServer
- type CustomEnrichmentType
- func (*CustomEnrichmentType) Descriptor() ([]byte, []int)deprecated
- func (x *CustomEnrichmentType) GetId() *wrapperspb.UInt32Value
- func (*CustomEnrichmentType) ProtoMessage()
- func (x *CustomEnrichmentType) ProtoReflect() protoreflect.Message
- func (x *CustomEnrichmentType) Reset()
- func (x *CustomEnrichmentType) String() string
- type DeleteCustomEnrichmentRequest
- func (*DeleteCustomEnrichmentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteCustomEnrichmentRequest) GetCustomEnrichmentId() *wrapperspb.UInt32Value
- func (*DeleteCustomEnrichmentRequest) ProtoMessage()
- func (x *DeleteCustomEnrichmentRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteCustomEnrichmentRequest) Reset()
- func (x *DeleteCustomEnrichmentRequest) String() string
- type DeleteCustomEnrichmentResponse
- func (*DeleteCustomEnrichmentResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteCustomEnrichmentResponse) GetCustomEnrichmentId() uint32
- func (x *DeleteCustomEnrichmentResponse) GetMessage() string
- func (*DeleteCustomEnrichmentResponse) ProtoMessage()
- func (x *DeleteCustomEnrichmentResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteCustomEnrichmentResponse) Reset()
- func (x *DeleteCustomEnrichmentResponse) String() string
- type Enrichment
- func (*Enrichment) Descriptor() ([]byte, []int)deprecated
- func (x *Enrichment) GetEnrichmentType() *EnrichmentType
- func (x *Enrichment) GetFieldName() string
- func (x *Enrichment) GetId() uint32
- func (*Enrichment) ProtoMessage()
- func (x *Enrichment) ProtoReflect() protoreflect.Message
- func (x *Enrichment) Reset()
- func (x *Enrichment) String() string
- type EnrichmentRequestModel
- func (*EnrichmentRequestModel) Descriptor() ([]byte, []int)deprecated
- func (x *EnrichmentRequestModel) GetEnrichmentType() *EnrichmentType
- func (x *EnrichmentRequestModel) GetFieldName() *wrapperspb.StringValue
- func (*EnrichmentRequestModel) ProtoMessage()
- func (x *EnrichmentRequestModel) ProtoReflect() protoreflect.Message
- func (x *EnrichmentRequestModel) Reset()
- func (x *EnrichmentRequestModel) String() string
- type EnrichmentServiceClient
- type EnrichmentServiceServer
- type EnrichmentType
- func (*EnrichmentType) Descriptor() ([]byte, []int)deprecated
- func (x *EnrichmentType) GetAws() *AwsType
- func (x *EnrichmentType) GetCustomEnrichment() *CustomEnrichmentType
- func (x *EnrichmentType) GetGeoIp() *GeoIpType
- func (x *EnrichmentType) GetSuspiciousIp() *SuspiciousIpType
- func (m *EnrichmentType) GetType() isEnrichmentType_Type
- func (*EnrichmentType) ProtoMessage()
- func (x *EnrichmentType) ProtoReflect() protoreflect.Message
- func (x *EnrichmentType) Reset()
- func (x *EnrichmentType) String() string
- type EnrichmentType_Aws
- type EnrichmentType_CustomEnrichment
- type EnrichmentType_GeoIp
- type EnrichmentType_SuspiciousIp
- type File
- func (*File) Descriptor() ([]byte, []int)deprecated
- func (x *File) GetBinary() *wrapperspb.BytesValue
- func (m *File) GetContent() isFile_Content
- func (x *File) GetExtension() *wrapperspb.StringValue
- func (x *File) GetName() *wrapperspb.StringValue
- func (x *File) GetTextual() *wrapperspb.StringValue
- func (*File) ProtoMessage()
- func (x *File) ProtoReflect() protoreflect.Message
- func (x *File) Reset()
- func (x *File) String() string
- type File_Binary
- type File_Textual
- type GeoIpType
- type GetCustomEnrichmentRequest
- func (*GetCustomEnrichmentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCustomEnrichmentRequest) GetId() *wrapperspb.UInt32Value
- func (*GetCustomEnrichmentRequest) ProtoMessage()
- func (x *GetCustomEnrichmentRequest) ProtoReflect() protoreflect.Message
- func (x *GetCustomEnrichmentRequest) Reset()
- func (x *GetCustomEnrichmentRequest) String() string
- type GetCustomEnrichmentResponse
- func (*GetCustomEnrichmentResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCustomEnrichmentResponse) GetCustomEnrichment() *CustomEnrichment
- func (*GetCustomEnrichmentResponse) ProtoMessage()
- func (x *GetCustomEnrichmentResponse) ProtoReflect() protoreflect.Message
- func (x *GetCustomEnrichmentResponse) Reset()
- func (x *GetCustomEnrichmentResponse) String() string
- type GetCustomEnrichmentsRequest
- type GetCustomEnrichmentsResponse
- func (*GetCustomEnrichmentsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCustomEnrichmentsResponse) GetCustomEnrichments() []*CustomEnrichment
- func (*GetCustomEnrichmentsResponse) ProtoMessage()
- func (x *GetCustomEnrichmentsResponse) ProtoReflect() protoreflect.Message
- func (x *GetCustomEnrichmentsResponse) Reset()
- func (x *GetCustomEnrichmentsResponse) String() string
- type GetEnrichmentLimitRequest
- type GetEnrichmentLimitResponse
- func (*GetEnrichmentLimitResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetEnrichmentLimitResponse) GetLimit() uint32
- func (*GetEnrichmentLimitResponse) ProtoMessage()
- func (x *GetEnrichmentLimitResponse) ProtoReflect() protoreflect.Message
- func (x *GetEnrichmentLimitResponse) Reset()
- func (x *GetEnrichmentLimitResponse) String() string
- type GetEnrichmentsRequest
- type GetEnrichmentsResponse
- func (*GetEnrichmentsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetEnrichmentsResponse) GetEnrichments() []*Enrichment
- func (*GetEnrichmentsResponse) ProtoMessage()
- func (x *GetEnrichmentsResponse) ProtoReflect() protoreflect.Message
- func (x *GetEnrichmentsResponse) Reset()
- func (x *GetEnrichmentsResponse) String() string
- type GetSupportedAwsResourceTypesRequest
- func (*GetSupportedAwsResourceTypesRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetSupportedAwsResourceTypesRequest) ProtoMessage()
- func (x *GetSupportedAwsResourceTypesRequest) ProtoReflect() protoreflect.Message
- func (x *GetSupportedAwsResourceTypesRequest) Reset()
- func (x *GetSupportedAwsResourceTypesRequest) String() string
- type GetSupportedAwsResourceTypesResponse
- func (*GetSupportedAwsResourceTypesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetSupportedAwsResourceTypesResponse) GetResourceTypes() []*SupportedAwsResourceType
- func (*GetSupportedAwsResourceTypesResponse) ProtoMessage()
- func (x *GetSupportedAwsResourceTypesResponse) ProtoReflect() protoreflect.Message
- func (x *GetSupportedAwsResourceTypesResponse) Reset()
- func (x *GetSupportedAwsResourceTypesResponse) String() string
- type RemoveEnrichmentsRequest
- func (*RemoveEnrichmentsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveEnrichmentsRequest) GetEnrichmentIds() []*wrapperspb.UInt32Value
- func (*RemoveEnrichmentsRequest) ProtoMessage()
- func (x *RemoveEnrichmentsRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveEnrichmentsRequest) Reset()
- func (x *RemoveEnrichmentsRequest) String() string
- type RemoveEnrichmentsResponse
- func (*RemoveEnrichmentsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveEnrichmentsResponse) GetRemainingEnrichments() []*Enrichment
- func (*RemoveEnrichmentsResponse) ProtoMessage()
- func (x *RemoveEnrichmentsResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveEnrichmentsResponse) Reset()
- func (x *RemoveEnrichmentsResponse) String() string
- type SupportedAwsResourceType
- func (*SupportedAwsResourceType) Descriptor() ([]byte, []int)deprecated
- func (x *SupportedAwsResourceType) GetDisplayName() string
- func (x *SupportedAwsResourceType) GetType() string
- func (*SupportedAwsResourceType) ProtoMessage()
- func (x *SupportedAwsResourceType) ProtoReflect() protoreflect.Message
- func (x *SupportedAwsResourceType) Reset()
- func (x *SupportedAwsResourceType) String() string
- type SuspiciousIpType
- type UnimplementedAwsEnrichmentServiceServer
- type UnimplementedCustomEnrichmentServiceServer
- func (UnimplementedCustomEnrichmentServiceServer) CreateCustomEnrichment(context.Context, *CreateCustomEnrichmentRequest) (*CreateCustomEnrichmentResponse, error)
- func (UnimplementedCustomEnrichmentServiceServer) DeleteCustomEnrichment(context.Context, *DeleteCustomEnrichmentRequest) (*DeleteCustomEnrichmentResponse, error)
- func (UnimplementedCustomEnrichmentServiceServer) GetCustomEnrichment(context.Context, *GetCustomEnrichmentRequest) (*GetCustomEnrichmentResponse, error)
- func (UnimplementedCustomEnrichmentServiceServer) GetCustomEnrichments(context.Context, *GetCustomEnrichmentsRequest) (*GetCustomEnrichmentsResponse, error)
- func (UnimplementedCustomEnrichmentServiceServer) UpdateCustomEnrichment(context.Context, *UpdateCustomEnrichmentRequest) (*UpdateCustomEnrichmentResponse, error)
- type UnimplementedEnrichmentServiceServer
- func (UnimplementedEnrichmentServiceServer) AddEnrichments(context.Context, *AddEnrichmentsRequest) (*AddEnrichmentsResponse, error)
- func (UnimplementedEnrichmentServiceServer) GetEnrichmentLimit(context.Context, *GetEnrichmentLimitRequest) (*GetEnrichmentLimitResponse, error)
- func (UnimplementedEnrichmentServiceServer) GetEnrichments(context.Context, *GetEnrichmentsRequest) (*GetEnrichmentsResponse, error)
- func (UnimplementedEnrichmentServiceServer) RemoveEnrichments(context.Context, *RemoveEnrichmentsRequest) (*RemoveEnrichmentsResponse, error)
- type UnsafeAwsEnrichmentServiceServer
- type UnsafeCustomEnrichmentServiceServer
- type UnsafeEnrichmentServiceServer
- type UpdateCustomEnrichmentRequest
- func (*UpdateCustomEnrichmentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCustomEnrichmentRequest) GetCustomEnrichmentId() *wrapperspb.UInt32Value
- func (x *UpdateCustomEnrichmentRequest) GetDescription() *wrapperspb.StringValue
- func (x *UpdateCustomEnrichmentRequest) GetFile() *File
- func (x *UpdateCustomEnrichmentRequest) GetName() *wrapperspb.StringValue
- func (*UpdateCustomEnrichmentRequest) ProtoMessage()
- func (x *UpdateCustomEnrichmentRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateCustomEnrichmentRequest) Reset()
- func (x *UpdateCustomEnrichmentRequest) String() string
- type UpdateCustomEnrichmentResponse
- func (*UpdateCustomEnrichmentResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCustomEnrichmentResponse) GetCustomEnrichment() *CustomEnrichment
- func (x *UpdateCustomEnrichmentResponse) GetMessage() string
- func (*UpdateCustomEnrichmentResponse) ProtoMessage()
- func (x *UpdateCustomEnrichmentResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateCustomEnrichmentResponse) Reset()
- func (x *UpdateCustomEnrichmentResponse) String() string
Constants ¶
This section is empty.
Variables ¶
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)
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)
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.
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)
var File_com_coralogix_enrichment_v1_audit_log_proto protoreflect.FileDescriptor
var File_com_coralogix_enrichment_v1_aws_enrichment_service_proto protoreflect.FileDescriptor
var File_com_coralogix_enrichment_v1_custom_enrichment_proto protoreflect.FileDescriptor
var File_com_coralogix_enrichment_v1_custom_enrichment_service_proto protoreflect.FileDescriptor
var File_com_coralogix_enrichment_v1_enrichment_proto protoreflect.FileDescriptor
var File_com_coralogix_enrichment_v1_enrichment_request_model_proto protoreflect.FileDescriptor
var File_com_coralogix_enrichment_v1_enrichment_service_proto protoreflect.FileDescriptor
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.
func NewAwsEnrichmentServiceClient ¶
func NewAwsEnrichmentServiceClient(cc grpc.ClientConnInterface) AwsEnrichmentServiceClient
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) GetResourceType ¶
func (x *AwsType) GetResourceType() *wrapperspb.StringValue
func (*AwsType) ProtoMessage ¶
func (*AwsType) ProtoMessage()
func (*AwsType) ProtoReflect ¶
func (x *AwsType) ProtoReflect() protoreflect.Message
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 (x *CreateCustomEnrichmentRequest) GetDescription() *wrapperspb.StringValue
func (*CreateCustomEnrichmentRequest) GetFile ¶
func (x *CreateCustomEnrichmentRequest) GetFile() *File
func (*CreateCustomEnrichmentRequest) GetName ¶
func (x *CreateCustomEnrichmentRequest) GetName() *wrapperspb.StringValue
func (*CreateCustomEnrichmentRequest) ProtoMessage ¶
func (*CreateCustomEnrichmentRequest) ProtoMessage()
func (*CreateCustomEnrichmentRequest) ProtoReflect ¶
func (x *CreateCustomEnrichmentRequest) ProtoReflect() protoreflect.Message
func (*CreateCustomEnrichmentRequest) Reset ¶
func (x *CreateCustomEnrichmentRequest) Reset()
func (*CreateCustomEnrichmentRequest) String ¶
func (x *CreateCustomEnrichmentRequest) String() 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 (x *CreateCustomEnrichmentResponse) ProtoReflect() protoreflect.Message
func (*CreateCustomEnrichmentResponse) Reset ¶
func (x *CreateCustomEnrichmentResponse) Reset()
func (*CreateCustomEnrichmentResponse) String ¶
func (x *CreateCustomEnrichmentResponse) String() 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.
func NewCustomEnrichmentServiceClient ¶
func NewCustomEnrichmentServiceClient(cc grpc.ClientConnInterface) CustomEnrichmentServiceClient
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 (x *CustomEnrichmentType) GetId() *wrapperspb.UInt32Value
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 (x *DeleteCustomEnrichmentRequest) ProtoReflect() protoreflect.Message
func (*DeleteCustomEnrichmentRequest) Reset ¶
func (x *DeleteCustomEnrichmentRequest) Reset()
func (*DeleteCustomEnrichmentRequest) String ¶
func (x *DeleteCustomEnrichmentRequest) String() 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 (x *DeleteCustomEnrichmentResponse) ProtoReflect() protoreflect.Message
func (*DeleteCustomEnrichmentResponse) Reset ¶
func (x *DeleteCustomEnrichmentResponse) Reset()
func (*DeleteCustomEnrichmentResponse) String ¶
func (x *DeleteCustomEnrichmentResponse) String() 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.
func NewEnrichmentServiceClient ¶
func NewEnrichmentServiceClient(cc grpc.ClientConnInterface) EnrichmentServiceClient
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) 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
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) ProtoMessage ¶
func (*GeoIpType) ProtoMessage()
func (*GeoIpType) ProtoReflect ¶
func (x *GeoIpType) ProtoReflect() protoreflect.Message
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 (x *GetCustomEnrichmentRequest) GetId() *wrapperspb.UInt32Value
func (*GetCustomEnrichmentRequest) ProtoMessage ¶
func (*GetCustomEnrichmentRequest) ProtoMessage()
func (*GetCustomEnrichmentRequest) ProtoReflect ¶
func (x *GetCustomEnrichmentRequest) ProtoReflect() protoreflect.Message
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 (x *GetCustomEnrichmentResponse) ProtoReflect() protoreflect.Message
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 (x *GetCustomEnrichmentsRequest) ProtoReflect() protoreflect.Message
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 (x *GetCustomEnrichmentsResponse) ProtoReflect() protoreflect.Message
func (*GetCustomEnrichmentsResponse) Reset ¶
func (x *GetCustomEnrichmentsResponse) Reset()
func (*GetCustomEnrichmentsResponse) String ¶
func (x *GetCustomEnrichmentsResponse) String() 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 (x *GetEnrichmentLimitRequest) ProtoReflect() protoreflect.Message
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 (x *GetEnrichmentLimitResponse) ProtoReflect() protoreflect.Message
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 (x *GetSupportedAwsResourceTypesRequest) ProtoReflect() protoreflect.Message
func (*GetSupportedAwsResourceTypesRequest) Reset ¶
func (x *GetSupportedAwsResourceTypesRequest) Reset()
func (*GetSupportedAwsResourceTypesRequest) String ¶
func (x *GetSupportedAwsResourceTypesRequest) String() 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 (x *GetSupportedAwsResourceTypesResponse) GetResourceTypes() []*SupportedAwsResourceType
func (*GetSupportedAwsResourceTypesResponse) ProtoMessage ¶
func (*GetSupportedAwsResourceTypesResponse) ProtoMessage()
func (*GetSupportedAwsResourceTypesResponse) ProtoReflect ¶
func (x *GetSupportedAwsResourceTypesResponse) ProtoReflect() protoreflect.Message
func (*GetSupportedAwsResourceTypesResponse) Reset ¶
func (x *GetSupportedAwsResourceTypesResponse) Reset()
func (*GetSupportedAwsResourceTypesResponse) String ¶
func (x *GetSupportedAwsResourceTypesResponse) String() 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 (x *RemoveEnrichmentsResponse) ProtoReflect() protoreflect.Message
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.
func (UnimplementedAwsEnrichmentServiceServer) GetSupportedAwsResourceTypes ¶
func (UnimplementedAwsEnrichmentServiceServer) GetSupportedAwsResourceTypes(context.Context, *GetSupportedAwsResourceTypesRequest) (*GetSupportedAwsResourceTypesResponse, error)
type UnimplementedCustomEnrichmentServiceServer ¶
type UnimplementedCustomEnrichmentServiceServer struct { }
UnimplementedCustomEnrichmentServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedCustomEnrichmentServiceServer) CreateCustomEnrichment ¶
func (UnimplementedCustomEnrichmentServiceServer) CreateCustomEnrichment(context.Context, *CreateCustomEnrichmentRequest) (*CreateCustomEnrichmentResponse, error)
func (UnimplementedCustomEnrichmentServiceServer) DeleteCustomEnrichment ¶
func (UnimplementedCustomEnrichmentServiceServer) DeleteCustomEnrichment(context.Context, *DeleteCustomEnrichmentRequest) (*DeleteCustomEnrichmentResponse, error)
func (UnimplementedCustomEnrichmentServiceServer) GetCustomEnrichment ¶
func (UnimplementedCustomEnrichmentServiceServer) GetCustomEnrichment(context.Context, *GetCustomEnrichmentRequest) (*GetCustomEnrichmentResponse, error)
func (UnimplementedCustomEnrichmentServiceServer) GetCustomEnrichments ¶
func (UnimplementedCustomEnrichmentServiceServer) GetCustomEnrichments(context.Context, *GetCustomEnrichmentsRequest) (*GetCustomEnrichmentsResponse, error)
func (UnimplementedCustomEnrichmentServiceServer) UpdateCustomEnrichment ¶
func (UnimplementedCustomEnrichmentServiceServer) UpdateCustomEnrichment(context.Context, *UpdateCustomEnrichmentRequest) (*UpdateCustomEnrichmentResponse, error)
type UnimplementedEnrichmentServiceServer ¶
type UnimplementedEnrichmentServiceServer struct { }
UnimplementedEnrichmentServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedEnrichmentServiceServer) AddEnrichments ¶
func (UnimplementedEnrichmentServiceServer) AddEnrichments(context.Context, *AddEnrichmentsRequest) (*AddEnrichmentsResponse, error)
func (UnimplementedEnrichmentServiceServer) GetEnrichmentLimit ¶
func (UnimplementedEnrichmentServiceServer) GetEnrichmentLimit(context.Context, *GetEnrichmentLimitRequest) (*GetEnrichmentLimitResponse, error)
func (UnimplementedEnrichmentServiceServer) GetEnrichments ¶
func (UnimplementedEnrichmentServiceServer) GetEnrichments(context.Context, *GetEnrichmentsRequest) (*GetEnrichmentsResponse, error)
func (UnimplementedEnrichmentServiceServer) RemoveEnrichments ¶
func (UnimplementedEnrichmentServiceServer) RemoveEnrichments(context.Context, *RemoveEnrichmentsRequest) (*RemoveEnrichmentsResponse, error)
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 (x *UpdateCustomEnrichmentRequest) GetDescription() *wrapperspb.StringValue
func (*UpdateCustomEnrichmentRequest) GetFile ¶
func (x *UpdateCustomEnrichmentRequest) GetFile() *File
func (*UpdateCustomEnrichmentRequest) GetName ¶
func (x *UpdateCustomEnrichmentRequest) GetName() *wrapperspb.StringValue
func (*UpdateCustomEnrichmentRequest) ProtoMessage ¶
func (*UpdateCustomEnrichmentRequest) ProtoMessage()
func (*UpdateCustomEnrichmentRequest) ProtoReflect ¶
func (x *UpdateCustomEnrichmentRequest) ProtoReflect() protoreflect.Message
func (*UpdateCustomEnrichmentRequest) Reset ¶
func (x *UpdateCustomEnrichmentRequest) Reset()
func (*UpdateCustomEnrichmentRequest) String ¶
func (x *UpdateCustomEnrichmentRequest) String() 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 (x *UpdateCustomEnrichmentResponse) ProtoReflect() protoreflect.Message
func (*UpdateCustomEnrichmentResponse) Reset ¶
func (x *UpdateCustomEnrichmentResponse) Reset()
func (*UpdateCustomEnrichmentResponse) String ¶
func (x *UpdateCustomEnrichmentResponse) String() string