__

package
v0.0.0-...-112b7e3 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	JsonExtractParameters_DestinationField_name = map[int32]string{
		0: "DESTINATION_FIELD_CATEGORY_OR_UNSPECIFIED",
		1: "DESTINATION_FIELD_CLASSNAME",
		2: "DESTINATION_FIELD_METHODNAME",
		3: "DESTINATION_FIELD_THREADID",
		4: "DESTINATION_FIELD_SEVERITY",
	}
	JsonExtractParameters_DestinationField_value = map[string]int32{
		"DESTINATION_FIELD_CATEGORY_OR_UNSPECIFIED": 0,
		"DESTINATION_FIELD_CLASSNAME":               1,
		"DESTINATION_FIELD_METHODNAME":              2,
		"DESTINATION_FIELD_THREADID":                3,
		"DESTINATION_FIELD_SEVERITY":                4,
	}
)

Enum value maps for JsonExtractParameters_DestinationField.

View Source
var (
	ExtractTimestampParameters_FormatStandard_name = map[int32]string{
		0: "FORMAT_STANDARD_STRFTIME_OR_UNSPECIFIED",
		1: "FORMAT_STANDARD_JAVASDF",
		2: "FORMAT_STANDARD_GOLANG",
		3: "FORMAT_STANDARD_SECONDSTS",
		4: "FORMAT_STANDARD_MILLITS",
		5: "FORMAT_STANDARD_MICROTS",
		6: "FORMAT_STANDARD_NANOTS",
	}
	ExtractTimestampParameters_FormatStandard_value = map[string]int32{
		"FORMAT_STANDARD_STRFTIME_OR_UNSPECIFIED": 0,
		"FORMAT_STANDARD_JAVASDF":                 1,
		"FORMAT_STANDARD_GOLANG":                  2,
		"FORMAT_STANDARD_SECONDSTS":               3,
		"FORMAT_STANDARD_MILLITS":                 4,
		"FORMAT_STANDARD_MICROTS":                 5,
		"FORMAT_STANDARD_NANOTS":                  6,
	}
)

Enum value maps for ExtractTimestampParameters_FormatStandard.

View Source
var (
	SeverityConstraint_Value_name = map[int32]string{
		0: "VALUE_DEBUG_OR_UNSPECIFIED",
		1: "VALUE_VERBOSE",
		2: "VALUE_INFO",
		3: "VALUE_WARNING",
		4: "VALUE_ERROR",
		5: "VALUE_CRITICAL",
	}
	SeverityConstraint_Value_value = map[string]int32{
		"VALUE_DEBUG_OR_UNSPECIFIED": 0,
		"VALUE_VERBOSE":              1,
		"VALUE_INFO":                 2,
		"VALUE_WARNING":              3,
		"VALUE_ERROR":                4,
		"VALUE_CRITICAL":             5,
	}
)

Enum value maps for SeverityConstraint_Value.

View Source
var (
	// optional com.coralogix.rules.v1.AuditLogDescription audit_log_description = 5001;
	E_AuditLogDescription = &file_com_coralogix_rules_v1_rule_groups_service_proto_extTypes[0]
)

Extension fields to descriptorpb.MethodOptions.

View Source
var File_com_coralogix_rules_v1_rule_group_proto protoreflect.FileDescriptor
View Source
var File_com_coralogix_rules_v1_rule_groups_service_proto protoreflect.FileDescriptor
View Source
var File_com_coralogix_rules_v1_rule_matcher_proto protoreflect.FileDescriptor
View Source
var File_com_coralogix_rules_v1_rule_proto protoreflect.FileDescriptor
View Source
var File_com_coralogix_rules_v1_rule_subgroup_proto protoreflect.FileDescriptor
View Source
var RuleGroupsService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "com.coralogix.rules.v1.RuleGroupsService",
	HandlerType: (*RuleGroupsServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetRuleGroup",
			Handler:    _RuleGroupsService_GetRuleGroup_Handler,
		},
		{
			MethodName: "CreateRuleGroup",
			Handler:    _RuleGroupsService_CreateRuleGroup_Handler,
		},
		{
			MethodName: "UpdateRuleGroup",
			Handler:    _RuleGroupsService_UpdateRuleGroup_Handler,
		},
		{
			MethodName: "DeleteRuleGroup",
			Handler:    _RuleGroupsService_DeleteRuleGroup_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "com/coralogix/rules/v1/rule_groups_service.proto",
}

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

Functions

func RegisterRuleGroupsServiceServer

func RegisterRuleGroupsServiceServer(s grpc.ServiceRegistrar, srv RuleGroupsServiceServer)

Types

type AllowParameters

type AllowParameters struct {
	KeepBlockedLogs *wrapperspb.BoolValue   `protobuf:"bytes,1,opt,name=keep_blocked_logs,json=keepBlockedLogs,proto3" json:"keep_blocked_logs,omitempty"`
	Rule            *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=rule,proto3" json:"rule,omitempty"`
	// contains filtered or unexported fields
}

func (*AllowParameters) Descriptor deprecated

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

Deprecated: Use AllowParameters.ProtoReflect.Descriptor instead.

func (*AllowParameters) GetKeepBlockedLogs

func (x *AllowParameters) GetKeepBlockedLogs() *wrapperspb.BoolValue

func (*AllowParameters) GetRule

func (x *AllowParameters) GetRule() *wrapperspb.StringValue

func (*AllowParameters) ProtoMessage

func (*AllowParameters) ProtoMessage()

func (*AllowParameters) ProtoReflect

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

func (*AllowParameters) Reset

func (x *AllowParameters) Reset()

func (*AllowParameters) String

func (x *AllowParameters) String() string

type ApplicationNameConstraint

type ApplicationNameConstraint struct {
	Value *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplicationNameConstraint) Descriptor deprecated

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

Deprecated: Use ApplicationNameConstraint.ProtoReflect.Descriptor instead.

func (*ApplicationNameConstraint) GetValue

func (*ApplicationNameConstraint) ProtoMessage

func (*ApplicationNameConstraint) ProtoMessage()

func (*ApplicationNameConstraint) ProtoReflect

func (*ApplicationNameConstraint) Reset

func (x *ApplicationNameConstraint) Reset()

func (*ApplicationNameConstraint) String

func (x *ApplicationNameConstraint) String() string

type AuditLogDescription

type AuditLogDescription struct {
	Description *string `protobuf:"bytes,1,opt,name=description,proto3,oneof" 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 BlockParameters

type BlockParameters struct {
	KeepBlockedLogs *wrapperspb.BoolValue   `protobuf:"bytes,1,opt,name=keep_blocked_logs,json=keepBlockedLogs,proto3" json:"keep_blocked_logs,omitempty"`
	Rule            *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=rule,proto3" json:"rule,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockParameters) Descriptor deprecated

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

Deprecated: Use BlockParameters.ProtoReflect.Descriptor instead.

func (*BlockParameters) GetKeepBlockedLogs

func (x *BlockParameters) GetKeepBlockedLogs() *wrapperspb.BoolValue

func (*BlockParameters) GetRule

func (x *BlockParameters) GetRule() *wrapperspb.StringValue

func (*BlockParameters) ProtoMessage

func (*BlockParameters) ProtoMessage()

func (*BlockParameters) ProtoReflect

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

func (*BlockParameters) Reset

func (x *BlockParameters) Reset()

func (*BlockParameters) String

func (x *BlockParameters) String() string

type CreateRuleGroupRequest

type CreateRuleGroupRequest 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"`
	Enabled       *wrapperspb.BoolValue                        `protobuf:"bytes,3,opt,name=enabled,proto3" json:"enabled,omitempty"`
	Hidden        *wrapperspb.BoolValue                        `protobuf:"bytes,4,opt,name=hidden,proto3" json:"hidden,omitempty"`
	Creator       *wrapperspb.StringValue                      `protobuf:"bytes,5,opt,name=creator,proto3" json:"creator,omitempty"`
	RuleMatchers  []*RuleMatcher                               `protobuf:"bytes,6,rep,name=rule_matchers,json=ruleMatchers,proto3" json:"rule_matchers,omitempty"`
	RuleSubgroups []*CreateRuleGroupRequest_CreateRuleSubgroup `protobuf:"bytes,7,rep,name=rule_subgroups,json=ruleSubgroups,proto3" json:"rule_subgroups,omitempty"`
	Order         *wrapperspb.UInt32Value                      `protobuf:"bytes,8,opt,name=order,proto3" json:"order,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRuleGroupRequest) Descriptor deprecated

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

Deprecated: Use CreateRuleGroupRequest.ProtoReflect.Descriptor instead.

func (*CreateRuleGroupRequest) GetCreator

func (*CreateRuleGroupRequest) GetDescription

func (x *CreateRuleGroupRequest) GetDescription() *wrapperspb.StringValue

func (*CreateRuleGroupRequest) GetEnabled

func (x *CreateRuleGroupRequest) GetEnabled() *wrapperspb.BoolValue

func (*CreateRuleGroupRequest) GetHidden

func (*CreateRuleGroupRequest) GetName

func (*CreateRuleGroupRequest) GetOrder

func (*CreateRuleGroupRequest) GetRuleMatchers

func (x *CreateRuleGroupRequest) GetRuleMatchers() []*RuleMatcher

func (*CreateRuleGroupRequest) GetRuleSubgroups

func (*CreateRuleGroupRequest) ProtoMessage

func (*CreateRuleGroupRequest) ProtoMessage()

func (*CreateRuleGroupRequest) ProtoReflect

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

func (*CreateRuleGroupRequest) Reset

func (x *CreateRuleGroupRequest) Reset()

func (*CreateRuleGroupRequest) String

func (x *CreateRuleGroupRequest) String() string

type CreateRuleGroupRequest_CreateRuleSubgroup

type CreateRuleGroupRequest_CreateRuleSubgroup struct {
	Rules   []*CreateRuleGroupRequest_CreateRuleSubgroup_CreateRule `protobuf:"bytes,1,rep,name=rules,proto3" json:"rules,omitempty"`
	Enabled *wrapperspb.BoolValue                                   `protobuf:"bytes,2,opt,name=enabled,proto3" json:"enabled,omitempty"`
	Order   *wrapperspb.UInt32Value                                 `protobuf:"bytes,3,opt,name=order,proto3" json:"order,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRuleGroupRequest_CreateRuleSubgroup) Descriptor deprecated

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

Deprecated: Use CreateRuleGroupRequest_CreateRuleSubgroup.ProtoReflect.Descriptor instead.

func (*CreateRuleGroupRequest_CreateRuleSubgroup) GetEnabled

func (*CreateRuleGroupRequest_CreateRuleSubgroup) GetOrder

func (*CreateRuleGroupRequest_CreateRuleSubgroup) GetRules

func (*CreateRuleGroupRequest_CreateRuleSubgroup) ProtoMessage

func (*CreateRuleGroupRequest_CreateRuleSubgroup) ProtoReflect

func (*CreateRuleGroupRequest_CreateRuleSubgroup) Reset

func (*CreateRuleGroupRequest_CreateRuleSubgroup) String

type CreateRuleGroupRequest_CreateRuleSubgroup_CreateRule

type CreateRuleGroupRequest_CreateRuleSubgroup_CreateRule struct {
	Name        *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Description *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	SourceField *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=source_field,json=sourceField,proto3" json:"source_field,omitempty"`
	Parameters  *RuleParameters         `protobuf:"bytes,5,opt,name=parameters,proto3" json:"parameters,omitempty"`
	Enabled     *wrapperspb.BoolValue   `protobuf:"bytes,6,opt,name=enabled,proto3" json:"enabled,omitempty"`
	Order       *wrapperspb.UInt32Value `protobuf:"bytes,7,opt,name=order,proto3" json:"order,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRuleGroupRequest_CreateRuleSubgroup_CreateRule) Descriptor deprecated

Deprecated: Use CreateRuleGroupRequest_CreateRuleSubgroup_CreateRule.ProtoReflect.Descriptor instead.

func (*CreateRuleGroupRequest_CreateRuleSubgroup_CreateRule) GetDescription

func (*CreateRuleGroupRequest_CreateRuleSubgroup_CreateRule) GetEnabled

func (*CreateRuleGroupRequest_CreateRuleSubgroup_CreateRule) GetName

func (*CreateRuleGroupRequest_CreateRuleSubgroup_CreateRule) GetOrder

func (*CreateRuleGroupRequest_CreateRuleSubgroup_CreateRule) GetParameters

func (*CreateRuleGroupRequest_CreateRuleSubgroup_CreateRule) GetSourceField

func (*CreateRuleGroupRequest_CreateRuleSubgroup_CreateRule) ProtoMessage

func (*CreateRuleGroupRequest_CreateRuleSubgroup_CreateRule) ProtoReflect

func (*CreateRuleGroupRequest_CreateRuleSubgroup_CreateRule) Reset

func (*CreateRuleGroupRequest_CreateRuleSubgroup_CreateRule) String

type CreateRuleGroupResponse

type CreateRuleGroupResponse struct {
	RuleGroup *RuleGroup `protobuf:"bytes,1,opt,name=rule_group,json=ruleGroup,proto3" json:"rule_group,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRuleGroupResponse) Descriptor deprecated

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

Deprecated: Use CreateRuleGroupResponse.ProtoReflect.Descriptor instead.

func (*CreateRuleGroupResponse) GetRuleGroup

func (x *CreateRuleGroupResponse) GetRuleGroup() *RuleGroup

func (*CreateRuleGroupResponse) ProtoMessage

func (*CreateRuleGroupResponse) ProtoMessage()

func (*CreateRuleGroupResponse) ProtoReflect

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

func (*CreateRuleGroupResponse) Reset

func (x *CreateRuleGroupResponse) Reset()

func (*CreateRuleGroupResponse) String

func (x *CreateRuleGroupResponse) String() string

type DeleteRuleGroupRequest

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

func (*DeleteRuleGroupRequest) Descriptor deprecated

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

Deprecated: Use DeleteRuleGroupRequest.ProtoReflect.Descriptor instead.

func (*DeleteRuleGroupRequest) GetGroupId

func (x *DeleteRuleGroupRequest) GetGroupId() string

func (*DeleteRuleGroupRequest) ProtoMessage

func (*DeleteRuleGroupRequest) ProtoMessage()

func (*DeleteRuleGroupRequest) ProtoReflect

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

func (*DeleteRuleGroupRequest) Reset

func (x *DeleteRuleGroupRequest) Reset()

func (*DeleteRuleGroupRequest) String

func (x *DeleteRuleGroupRequest) String() string

type DeleteRuleGroupResponse

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

func (*DeleteRuleGroupResponse) Descriptor deprecated

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

Deprecated: Use DeleteRuleGroupResponse.ProtoReflect.Descriptor instead.

func (*DeleteRuleGroupResponse) ProtoMessage

func (*DeleteRuleGroupResponse) ProtoMessage()

func (*DeleteRuleGroupResponse) ProtoReflect

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

func (*DeleteRuleGroupResponse) Reset

func (x *DeleteRuleGroupResponse) Reset()

func (*DeleteRuleGroupResponse) String

func (x *DeleteRuleGroupResponse) String() string

type ExtractParameters

type ExtractParameters struct {
	Rule *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=rule,proto3" json:"rule,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtractParameters) Descriptor deprecated

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

Deprecated: Use ExtractParameters.ProtoReflect.Descriptor instead.

func (*ExtractParameters) GetRule

func (*ExtractParameters) ProtoMessage

func (*ExtractParameters) ProtoMessage()

func (*ExtractParameters) ProtoReflect

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

func (*ExtractParameters) Reset

func (x *ExtractParameters) Reset()

func (*ExtractParameters) String

func (x *ExtractParameters) String() string

type ExtractTimestampParameters

type ExtractTimestampParameters struct {
	Standard ExtractTimestampParameters_FormatStandard `` /* 140-byte string literal not displayed */
	Format   *wrapperspb.StringValue                   `protobuf:"bytes,2,opt,name=format,proto3" json:"format,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtractTimestampParameters) Descriptor deprecated

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

Deprecated: Use ExtractTimestampParameters.ProtoReflect.Descriptor instead.

func (*ExtractTimestampParameters) GetFormat

func (*ExtractTimestampParameters) GetStandard

func (*ExtractTimestampParameters) ProtoMessage

func (*ExtractTimestampParameters) ProtoMessage()

func (*ExtractTimestampParameters) ProtoReflect

func (*ExtractTimestampParameters) Reset

func (x *ExtractTimestampParameters) Reset()

func (*ExtractTimestampParameters) String

func (x *ExtractTimestampParameters) String() string

type ExtractTimestampParameters_FormatStandard

type ExtractTimestampParameters_FormatStandard int32
const (
	ExtractTimestampParameters_FORMAT_STANDARD_STRFTIME_OR_UNSPECIFIED ExtractTimestampParameters_FormatStandard = 0
	ExtractTimestampParameters_FORMAT_STANDARD_JAVASDF                 ExtractTimestampParameters_FormatStandard = 1
	ExtractTimestampParameters_FORMAT_STANDARD_GOLANG                  ExtractTimestampParameters_FormatStandard = 2
	ExtractTimestampParameters_FORMAT_STANDARD_SECONDSTS               ExtractTimestampParameters_FormatStandard = 3
	ExtractTimestampParameters_FORMAT_STANDARD_MILLITS                 ExtractTimestampParameters_FormatStandard = 4
	ExtractTimestampParameters_FORMAT_STANDARD_MICROTS                 ExtractTimestampParameters_FormatStandard = 5
	ExtractTimestampParameters_FORMAT_STANDARD_NANOTS                  ExtractTimestampParameters_FormatStandard = 6
)

func (ExtractTimestampParameters_FormatStandard) Descriptor

func (ExtractTimestampParameters_FormatStandard) Enum

func (ExtractTimestampParameters_FormatStandard) EnumDescriptor deprecated

func (ExtractTimestampParameters_FormatStandard) EnumDescriptor() ([]byte, []int)

Deprecated: Use ExtractTimestampParameters_FormatStandard.Descriptor instead.

func (ExtractTimestampParameters_FormatStandard) Number

func (ExtractTimestampParameters_FormatStandard) String

func (ExtractTimestampParameters_FormatStandard) Type

type GetRuleGroupRequest

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

func (*GetRuleGroupRequest) Descriptor deprecated

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

Deprecated: Use GetRuleGroupRequest.ProtoReflect.Descriptor instead.

func (*GetRuleGroupRequest) GetGroupId

func (x *GetRuleGroupRequest) GetGroupId() string

func (*GetRuleGroupRequest) ProtoMessage

func (*GetRuleGroupRequest) ProtoMessage()

func (*GetRuleGroupRequest) ProtoReflect

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

func (*GetRuleGroupRequest) Reset

func (x *GetRuleGroupRequest) Reset()

func (*GetRuleGroupRequest) String

func (x *GetRuleGroupRequest) String() string

type GetRuleGroupResponse

type GetRuleGroupResponse struct {
	RuleGroup *RuleGroup `protobuf:"bytes,1,opt,name=rule_group,json=ruleGroup,proto3" json:"rule_group,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRuleGroupResponse) Descriptor deprecated

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

Deprecated: Use GetRuleGroupResponse.ProtoReflect.Descriptor instead.

func (*GetRuleGroupResponse) GetRuleGroup

func (x *GetRuleGroupResponse) GetRuleGroup() *RuleGroup

func (*GetRuleGroupResponse) ProtoMessage

func (*GetRuleGroupResponse) ProtoMessage()

func (*GetRuleGroupResponse) ProtoReflect

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

func (*GetRuleGroupResponse) Reset

func (x *GetRuleGroupResponse) Reset()

func (*GetRuleGroupResponse) String

func (x *GetRuleGroupResponse) String() string

type JsonExtractParameters

type JsonExtractParameters struct {
	DestinationField JsonExtractParameters_DestinationField `` /* 177-byte string literal not displayed */
	Rule             *wrapperspb.StringValue                `protobuf:"bytes,2,opt,name=rule,proto3" json:"rule,omitempty"`
	// contains filtered or unexported fields
}

func (*JsonExtractParameters) Descriptor deprecated

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

Deprecated: Use JsonExtractParameters.ProtoReflect.Descriptor instead.

func (*JsonExtractParameters) GetDestinationField

func (*JsonExtractParameters) GetRule

func (*JsonExtractParameters) ProtoMessage

func (*JsonExtractParameters) ProtoMessage()

func (*JsonExtractParameters) ProtoReflect

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

func (*JsonExtractParameters) Reset

func (x *JsonExtractParameters) Reset()

func (*JsonExtractParameters) String

func (x *JsonExtractParameters) String() string

type JsonExtractParameters_DestinationField

type JsonExtractParameters_DestinationField int32
const (
	JsonExtractParameters_DESTINATION_FIELD_CATEGORY_OR_UNSPECIFIED JsonExtractParameters_DestinationField = 0
	JsonExtractParameters_DESTINATION_FIELD_CLASSNAME               JsonExtractParameters_DestinationField = 1
	JsonExtractParameters_DESTINATION_FIELD_METHODNAME              JsonExtractParameters_DestinationField = 2
	JsonExtractParameters_DESTINATION_FIELD_THREADID                JsonExtractParameters_DestinationField = 3
	JsonExtractParameters_DESTINATION_FIELD_SEVERITY                JsonExtractParameters_DestinationField = 4
)

func (JsonExtractParameters_DestinationField) Descriptor

func (JsonExtractParameters_DestinationField) Enum

func (JsonExtractParameters_DestinationField) EnumDescriptor deprecated

func (JsonExtractParameters_DestinationField) EnumDescriptor() ([]byte, []int)

Deprecated: Use JsonExtractParameters_DestinationField.Descriptor instead.

func (JsonExtractParameters_DestinationField) Number

func (JsonExtractParameters_DestinationField) String

func (JsonExtractParameters_DestinationField) Type

type JsonParseParameters

type JsonParseParameters struct {
	DestinationField *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=destination_field,json=destinationField,proto3" json:"destination_field,omitempty"`
	DeleteSource     *wrapperspb.BoolValue   `protobuf:"bytes,2,opt,name=delete_source,json=deleteSource,proto3" json:"delete_source,omitempty"`
	EscapedValue     *wrapperspb.BoolValue   `protobuf:"bytes,3,opt,name=escaped_value,json=escapedValue,proto3" json:"escaped_value,omitempty"`
	OverrideDest     *wrapperspb.BoolValue   `protobuf:"bytes,4,opt,name=override_dest,json=overrideDest,proto3" json:"override_dest,omitempty"`
	// contains filtered or unexported fields
}

func (*JsonParseParameters) Descriptor deprecated

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

Deprecated: Use JsonParseParameters.ProtoReflect.Descriptor instead.

func (*JsonParseParameters) GetDeleteSource

func (x *JsonParseParameters) GetDeleteSource() *wrapperspb.BoolValue

func (*JsonParseParameters) GetDestinationField

func (x *JsonParseParameters) GetDestinationField() *wrapperspb.StringValue

func (*JsonParseParameters) GetEscapedValue

func (x *JsonParseParameters) GetEscapedValue() *wrapperspb.BoolValue

func (*JsonParseParameters) GetOverrideDest

func (x *JsonParseParameters) GetOverrideDest() *wrapperspb.BoolValue

func (*JsonParseParameters) ProtoMessage

func (*JsonParseParameters) ProtoMessage()

func (*JsonParseParameters) ProtoReflect

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

func (*JsonParseParameters) Reset

func (x *JsonParseParameters) Reset()

func (*JsonParseParameters) String

func (x *JsonParseParameters) String() string

type JsonStringifyParameters

type JsonStringifyParameters struct {
	DestinationField *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=destination_field,json=destinationField,proto3" json:"destination_field,omitempty"`
	DeleteSource     *wrapperspb.BoolValue   `protobuf:"bytes,2,opt,name=delete_source,json=deleteSource,proto3" json:"delete_source,omitempty"`
	// contains filtered or unexported fields
}

func (*JsonStringifyParameters) Descriptor deprecated

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

Deprecated: Use JsonStringifyParameters.ProtoReflect.Descriptor instead.

func (*JsonStringifyParameters) GetDeleteSource

func (x *JsonStringifyParameters) GetDeleteSource() *wrapperspb.BoolValue

func (*JsonStringifyParameters) GetDestinationField

func (x *JsonStringifyParameters) GetDestinationField() *wrapperspb.StringValue

func (*JsonStringifyParameters) ProtoMessage

func (*JsonStringifyParameters) ProtoMessage()

func (*JsonStringifyParameters) ProtoReflect

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

func (*JsonStringifyParameters) Reset

func (x *JsonStringifyParameters) Reset()

func (*JsonStringifyParameters) String

func (x *JsonStringifyParameters) String() string

type ParseParameters

type ParseParameters struct {
	DestinationField *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=destination_field,json=destinationField,proto3" json:"destination_field,omitempty"`
	Rule             *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=rule,proto3" json:"rule,omitempty"`
	// contains filtered or unexported fields
}

func (*ParseParameters) Descriptor deprecated

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

Deprecated: Use ParseParameters.ProtoReflect.Descriptor instead.

func (*ParseParameters) GetDestinationField

func (x *ParseParameters) GetDestinationField() *wrapperspb.StringValue

func (*ParseParameters) GetRule

func (x *ParseParameters) GetRule() *wrapperspb.StringValue

func (*ParseParameters) ProtoMessage

func (*ParseParameters) ProtoMessage()

func (*ParseParameters) ProtoReflect

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

func (*ParseParameters) Reset

func (x *ParseParameters) Reset()

func (*ParseParameters) String

func (x *ParseParameters) String() string

type RemoveFieldsParameters

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

func (*RemoveFieldsParameters) Descriptor deprecated

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

Deprecated: Use RemoveFieldsParameters.ProtoReflect.Descriptor instead.

func (*RemoveFieldsParameters) GetFields

func (x *RemoveFieldsParameters) GetFields() []string

func (*RemoveFieldsParameters) ProtoMessage

func (*RemoveFieldsParameters) ProtoMessage()

func (*RemoveFieldsParameters) ProtoReflect

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

func (*RemoveFieldsParameters) Reset

func (x *RemoveFieldsParameters) Reset()

func (*RemoveFieldsParameters) String

func (x *RemoveFieldsParameters) String() string

type ReplaceParameters

type ReplaceParameters struct {
	DestinationField *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=destination_field,json=destinationField,proto3" json:"destination_field,omitempty"`
	ReplaceNewVal    *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=replace_new_val,json=replaceNewVal,proto3" json:"replace_new_val,omitempty"`
	Rule             *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=rule,proto3" json:"rule,omitempty"`
	// contains filtered or unexported fields
}

func (*ReplaceParameters) Descriptor deprecated

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

Deprecated: Use ReplaceParameters.ProtoReflect.Descriptor instead.

func (*ReplaceParameters) GetDestinationField

func (x *ReplaceParameters) GetDestinationField() *wrapperspb.StringValue

func (*ReplaceParameters) GetReplaceNewVal

func (x *ReplaceParameters) GetReplaceNewVal() *wrapperspb.StringValue

func (*ReplaceParameters) GetRule

func (*ReplaceParameters) ProtoMessage

func (*ReplaceParameters) ProtoMessage()

func (*ReplaceParameters) ProtoReflect

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

func (*ReplaceParameters) Reset

func (x *ReplaceParameters) Reset()

func (*ReplaceParameters) String

func (x *ReplaceParameters) String() string

type Rule

type Rule struct {
	Id          *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"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"`
	SourceField *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=source_field,json=sourceField,proto3" json:"source_field,omitempty"`
	Parameters  *RuleParameters         `protobuf:"bytes,6,opt,name=parameters,proto3" json:"parameters,omitempty"`
	Enabled     *wrapperspb.BoolValue   `protobuf:"bytes,7,opt,name=enabled,proto3" json:"enabled,omitempty"`
	Order       *wrapperspb.UInt32Value `protobuf:"bytes,8,opt,name=order,proto3" json:"order,omitempty"`
	// contains filtered or unexported fields
}

func (*Rule) Descriptor deprecated

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

Deprecated: Use Rule.ProtoReflect.Descriptor instead.

func (*Rule) GetDescription

func (x *Rule) GetDescription() *wrapperspb.StringValue

func (*Rule) GetEnabled

func (x *Rule) GetEnabled() *wrapperspb.BoolValue

func (*Rule) GetId

func (x *Rule) GetId() *wrapperspb.StringValue

func (*Rule) GetName

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

func (*Rule) GetOrder

func (x *Rule) GetOrder() *wrapperspb.UInt32Value

func (*Rule) GetParameters

func (x *Rule) GetParameters() *RuleParameters

func (*Rule) GetSourceField

func (x *Rule) GetSourceField() *wrapperspb.StringValue

func (*Rule) ProtoMessage

func (*Rule) ProtoMessage()

func (*Rule) ProtoReflect

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

func (*Rule) Reset

func (x *Rule) Reset()

func (*Rule) String

func (x *Rule) String() string

type RuleGroup

type RuleGroup struct {
	Id            *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"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"`
	Creator       *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=creator,proto3" json:"creator,omitempty"`
	Enabled       *wrapperspb.BoolValue   `protobuf:"bytes,7,opt,name=enabled,proto3" json:"enabled,omitempty"`
	Hidden        *wrapperspb.BoolValue   `protobuf:"bytes,8,opt,name=hidden,proto3" json:"hidden,omitempty"`
	RuleMatchers  []*RuleMatcher          `protobuf:"bytes,9,rep,name=rule_matchers,json=ruleMatchers,proto3" json:"rule_matchers,omitempty"`
	RuleSubgroups []*RuleSubgroup         `protobuf:"bytes,10,rep,name=rule_subgroups,json=ruleSubgroups,proto3" json:"rule_subgroups,omitempty"`
	Order         *wrapperspb.UInt32Value `protobuf:"bytes,11,opt,name=order,proto3" json:"order,omitempty"`
	// contains filtered or unexported fields
}

func (*RuleGroup) Descriptor deprecated

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

Deprecated: Use RuleGroup.ProtoReflect.Descriptor instead.

func (*RuleGroup) GetCreator

func (x *RuleGroup) GetCreator() *wrapperspb.StringValue

func (*RuleGroup) GetDescription

func (x *RuleGroup) GetDescription() *wrapperspb.StringValue

func (*RuleGroup) GetEnabled

func (x *RuleGroup) GetEnabled() *wrapperspb.BoolValue

func (*RuleGroup) GetHidden

func (x *RuleGroup) GetHidden() *wrapperspb.BoolValue

func (*RuleGroup) GetId

func (x *RuleGroup) GetId() *wrapperspb.StringValue

func (*RuleGroup) GetName

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

func (*RuleGroup) GetOrder

func (x *RuleGroup) GetOrder() *wrapperspb.UInt32Value

func (*RuleGroup) GetRuleMatchers

func (x *RuleGroup) GetRuleMatchers() []*RuleMatcher

func (*RuleGroup) GetRuleSubgroups

func (x *RuleGroup) GetRuleSubgroups() []*RuleSubgroup

func (*RuleGroup) ProtoMessage

func (*RuleGroup) ProtoMessage()

func (*RuleGroup) ProtoReflect

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

func (*RuleGroup) Reset

func (x *RuleGroup) Reset()

func (*RuleGroup) String

func (x *RuleGroup) String() string

type RuleGroupsServiceClient

type RuleGroupsServiceClient interface {
	GetRuleGroup(ctx context.Context, in *GetRuleGroupRequest, opts ...grpc.CallOption) (*GetRuleGroupResponse, error)
	CreateRuleGroup(ctx context.Context, in *CreateRuleGroupRequest, opts ...grpc.CallOption) (*CreateRuleGroupResponse, error)
	UpdateRuleGroup(ctx context.Context, in *UpdateRuleGroupRequest, opts ...grpc.CallOption) (*UpdateRuleGroupResponse, error)
	DeleteRuleGroup(ctx context.Context, in *DeleteRuleGroupRequest, opts ...grpc.CallOption) (*DeleteRuleGroupResponse, error)
}

RuleGroupsServiceClient is the client API for RuleGroupsService 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 RuleGroupsServiceServer

type RuleGroupsServiceServer interface {
	GetRuleGroup(context.Context, *GetRuleGroupRequest) (*GetRuleGroupResponse, error)
	CreateRuleGroup(context.Context, *CreateRuleGroupRequest) (*CreateRuleGroupResponse, error)
	UpdateRuleGroup(context.Context, *UpdateRuleGroupRequest) (*UpdateRuleGroupResponse, error)
	DeleteRuleGroup(context.Context, *DeleteRuleGroupRequest) (*DeleteRuleGroupResponse, error)
	// contains filtered or unexported methods
}

RuleGroupsServiceServer is the server API for RuleGroupsService service. All implementations must embed UnimplementedRuleGroupsServiceServer for forward compatibility

type RuleMatcher

type RuleMatcher struct {

	// Types that are assignable to Constraint:
	//	*RuleMatcher_ApplicationName
	//	*RuleMatcher_SubsystemName
	//	*RuleMatcher_Severity
	Constraint isRuleMatcher_Constraint `protobuf_oneof:"constraint"`
	// contains filtered or unexported fields
}

func (*RuleMatcher) Descriptor deprecated

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

Deprecated: Use RuleMatcher.ProtoReflect.Descriptor instead.

func (*RuleMatcher) GetApplicationName

func (x *RuleMatcher) GetApplicationName() *ApplicationNameConstraint

func (*RuleMatcher) GetConstraint

func (m *RuleMatcher) GetConstraint() isRuleMatcher_Constraint

func (*RuleMatcher) GetSeverity

func (x *RuleMatcher) GetSeverity() *SeverityConstraint

func (*RuleMatcher) GetSubsystemName

func (x *RuleMatcher) GetSubsystemName() *SubsystemNameConstraint

func (*RuleMatcher) ProtoMessage

func (*RuleMatcher) ProtoMessage()

func (*RuleMatcher) ProtoReflect

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

func (*RuleMatcher) Reset

func (x *RuleMatcher) Reset()

func (*RuleMatcher) String

func (x *RuleMatcher) String() string

type RuleMatcher_ApplicationName

type RuleMatcher_ApplicationName struct {
	ApplicationName *ApplicationNameConstraint `protobuf:"bytes,1,opt,name=application_name,json=applicationName,proto3,oneof"`
}

type RuleMatcher_Severity

type RuleMatcher_Severity struct {
	Severity *SeverityConstraint `protobuf:"bytes,9,opt,name=severity,proto3,oneof"`
}

type RuleMatcher_SubsystemName

type RuleMatcher_SubsystemName struct {
	SubsystemName *SubsystemNameConstraint `protobuf:"bytes,2,opt,name=subsystem_name,json=subsystemName,proto3,oneof"`
}

type RuleParameters

type RuleParameters struct {

	// Types that are assignable to RuleParameters:
	//	*RuleParameters_ExtractParameters
	//	*RuleParameters_JsonExtractParameters
	//	*RuleParameters_ReplaceParameters
	//	*RuleParameters_ParseParameters
	//	*RuleParameters_AllowParameters
	//	*RuleParameters_BlockParameters
	//	*RuleParameters_ExtractTimestampParameters
	//	*RuleParameters_RemoveFieldsParameters
	//	*RuleParameters_JsonStringifyParameters
	//	*RuleParameters_JsonParseParameters
	RuleParameters isRuleParameters_RuleParameters `protobuf_oneof:"rule_parameters"`
	// contains filtered or unexported fields
}

func (*RuleParameters) Descriptor deprecated

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

Deprecated: Use RuleParameters.ProtoReflect.Descriptor instead.

func (*RuleParameters) GetAllowParameters

func (x *RuleParameters) GetAllowParameters() *AllowParameters

func (*RuleParameters) GetBlockParameters

func (x *RuleParameters) GetBlockParameters() *BlockParameters

func (*RuleParameters) GetExtractParameters

func (x *RuleParameters) GetExtractParameters() *ExtractParameters

func (*RuleParameters) GetExtractTimestampParameters

func (x *RuleParameters) GetExtractTimestampParameters() *ExtractTimestampParameters

func (*RuleParameters) GetJsonExtractParameters

func (x *RuleParameters) GetJsonExtractParameters() *JsonExtractParameters

func (*RuleParameters) GetJsonParseParameters

func (x *RuleParameters) GetJsonParseParameters() *JsonParseParameters

func (*RuleParameters) GetJsonStringifyParameters

func (x *RuleParameters) GetJsonStringifyParameters() *JsonStringifyParameters

func (*RuleParameters) GetParseParameters

func (x *RuleParameters) GetParseParameters() *ParseParameters

func (*RuleParameters) GetRemoveFieldsParameters

func (x *RuleParameters) GetRemoveFieldsParameters() *RemoveFieldsParameters

func (*RuleParameters) GetReplaceParameters

func (x *RuleParameters) GetReplaceParameters() *ReplaceParameters

func (*RuleParameters) GetRuleParameters

func (m *RuleParameters) GetRuleParameters() isRuleParameters_RuleParameters

func (*RuleParameters) ProtoMessage

func (*RuleParameters) ProtoMessage()

func (*RuleParameters) ProtoReflect

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

func (*RuleParameters) Reset

func (x *RuleParameters) Reset()

func (*RuleParameters) String

func (x *RuleParameters) String() string

type RuleParameters_AllowParameters

type RuleParameters_AllowParameters struct {
	AllowParameters *AllowParameters `protobuf:"bytes,5,opt,name=allow_parameters,json=allowParameters,proto3,oneof"`
}

type RuleParameters_BlockParameters

type RuleParameters_BlockParameters struct {
	BlockParameters *BlockParameters `protobuf:"bytes,6,opt,name=block_parameters,json=blockParameters,proto3,oneof"`
}

type RuleParameters_ExtractParameters

type RuleParameters_ExtractParameters struct {
	ExtractParameters *ExtractParameters `protobuf:"bytes,1,opt,name=extract_parameters,json=extractParameters,proto3,oneof"`
}

type RuleParameters_ExtractTimestampParameters

type RuleParameters_ExtractTimestampParameters struct {
	ExtractTimestampParameters *ExtractTimestampParameters `protobuf:"bytes,7,opt,name=extract_timestamp_parameters,json=extractTimestampParameters,proto3,oneof"`
}

type RuleParameters_JsonExtractParameters

type RuleParameters_JsonExtractParameters struct {
	JsonExtractParameters *JsonExtractParameters `protobuf:"bytes,2,opt,name=json_extract_parameters,json=jsonExtractParameters,proto3,oneof"`
}

type RuleParameters_JsonParseParameters

type RuleParameters_JsonParseParameters struct {
	JsonParseParameters *JsonParseParameters `protobuf:"bytes,10,opt,name=json_parse_parameters,json=jsonParseParameters,proto3,oneof"`
}

type RuleParameters_JsonStringifyParameters

type RuleParameters_JsonStringifyParameters struct {
	JsonStringifyParameters *JsonStringifyParameters `protobuf:"bytes,9,opt,name=json_stringify_parameters,json=jsonStringifyParameters,proto3,oneof"`
}

type RuleParameters_ParseParameters

type RuleParameters_ParseParameters struct {
	ParseParameters *ParseParameters `protobuf:"bytes,4,opt,name=parse_parameters,json=parseParameters,proto3,oneof"`
}

type RuleParameters_RemoveFieldsParameters

type RuleParameters_RemoveFieldsParameters struct {
	RemoveFieldsParameters *RemoveFieldsParameters `protobuf:"bytes,8,opt,name=remove_fields_parameters,json=removeFieldsParameters,proto3,oneof"`
}

type RuleParameters_ReplaceParameters

type RuleParameters_ReplaceParameters struct {
	ReplaceParameters *ReplaceParameters `protobuf:"bytes,3,opt,name=replace_parameters,json=replaceParameters,proto3,oneof"`
}

type RuleSubgroup

type RuleSubgroup struct {
	Id      *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Rules   []*Rule                 `protobuf:"bytes,2,rep,name=rules,proto3" json:"rules,omitempty"`
	Enabled *wrapperspb.BoolValue   `protobuf:"bytes,3,opt,name=enabled,proto3" json:"enabled,omitempty"`
	Order   *wrapperspb.UInt32Value `protobuf:"bytes,4,opt,name=order,proto3" json:"order,omitempty"`
	// contains filtered or unexported fields
}

func (*RuleSubgroup) Descriptor deprecated

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

Deprecated: Use RuleSubgroup.ProtoReflect.Descriptor instead.

func (*RuleSubgroup) GetEnabled

func (x *RuleSubgroup) GetEnabled() *wrapperspb.BoolValue

func (*RuleSubgroup) GetId

func (x *RuleSubgroup) GetId() *wrapperspb.StringValue

func (*RuleSubgroup) GetOrder

func (x *RuleSubgroup) GetOrder() *wrapperspb.UInt32Value

func (*RuleSubgroup) GetRules

func (x *RuleSubgroup) GetRules() []*Rule

func (*RuleSubgroup) ProtoMessage

func (*RuleSubgroup) ProtoMessage()

func (*RuleSubgroup) ProtoReflect

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

func (*RuleSubgroup) Reset

func (x *RuleSubgroup) Reset()

func (*RuleSubgroup) String

func (x *RuleSubgroup) String() string

type SeverityConstraint

type SeverityConstraint struct {
	Value SeverityConstraint_Value `protobuf:"varint,1,opt,name=value,proto3,enum=com.coralogix.rules.v1.SeverityConstraint_Value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*SeverityConstraint) Descriptor deprecated

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

Deprecated: Use SeverityConstraint.ProtoReflect.Descriptor instead.

func (*SeverityConstraint) GetValue

func (*SeverityConstraint) ProtoMessage

func (*SeverityConstraint) ProtoMessage()

func (*SeverityConstraint) ProtoReflect

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

func (*SeverityConstraint) Reset

func (x *SeverityConstraint) Reset()

func (*SeverityConstraint) String

func (x *SeverityConstraint) String() string

type SeverityConstraint_Value

type SeverityConstraint_Value int32
const (
	SeverityConstraint_VALUE_DEBUG_OR_UNSPECIFIED SeverityConstraint_Value = 0
	SeverityConstraint_VALUE_VERBOSE              SeverityConstraint_Value = 1
	SeverityConstraint_VALUE_INFO                 SeverityConstraint_Value = 2
	SeverityConstraint_VALUE_WARNING              SeverityConstraint_Value = 3
	SeverityConstraint_VALUE_ERROR                SeverityConstraint_Value = 4
	SeverityConstraint_VALUE_CRITICAL             SeverityConstraint_Value = 5
)

func (SeverityConstraint_Value) Descriptor

func (SeverityConstraint_Value) Enum

func (SeverityConstraint_Value) EnumDescriptor deprecated

func (SeverityConstraint_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use SeverityConstraint_Value.Descriptor instead.

func (SeverityConstraint_Value) Number

func (SeverityConstraint_Value) String

func (x SeverityConstraint_Value) String() string

func (SeverityConstraint_Value) Type

type SubsystemNameConstraint

type SubsystemNameConstraint struct {
	Value *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*SubsystemNameConstraint) Descriptor deprecated

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

Deprecated: Use SubsystemNameConstraint.ProtoReflect.Descriptor instead.

func (*SubsystemNameConstraint) GetValue

func (*SubsystemNameConstraint) ProtoMessage

func (*SubsystemNameConstraint) ProtoMessage()

func (*SubsystemNameConstraint) ProtoReflect

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

func (*SubsystemNameConstraint) Reset

func (x *SubsystemNameConstraint) Reset()

func (*SubsystemNameConstraint) String

func (x *SubsystemNameConstraint) String() string

type UnimplementedRuleGroupsServiceServer

type UnimplementedRuleGroupsServiceServer struct {
}

UnimplementedRuleGroupsServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedRuleGroupsServiceServer) CreateRuleGroup

func (UnimplementedRuleGroupsServiceServer) DeleteRuleGroup

func (UnimplementedRuleGroupsServiceServer) GetRuleGroup

func (UnimplementedRuleGroupsServiceServer) UpdateRuleGroup

type UnsafeRuleGroupsServiceServer

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

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

type UpdateRuleGroupRequest

type UpdateRuleGroupRequest struct {
	GroupId   *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	RuleGroup *CreateRuleGroupRequest `protobuf:"bytes,2,opt,name=rule_group,json=ruleGroup,proto3" json:"rule_group,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateRuleGroupRequest) Descriptor deprecated

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

Deprecated: Use UpdateRuleGroupRequest.ProtoReflect.Descriptor instead.

func (*UpdateRuleGroupRequest) GetGroupId

func (*UpdateRuleGroupRequest) GetRuleGroup

func (*UpdateRuleGroupRequest) ProtoMessage

func (*UpdateRuleGroupRequest) ProtoMessage()

func (*UpdateRuleGroupRequest) ProtoReflect

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

func (*UpdateRuleGroupRequest) Reset

func (x *UpdateRuleGroupRequest) Reset()

func (*UpdateRuleGroupRequest) String

func (x *UpdateRuleGroupRequest) String() string

type UpdateRuleGroupResponse

type UpdateRuleGroupResponse struct {
	RuleGroup *RuleGroup `protobuf:"bytes,1,opt,name=rule_group,json=ruleGroup,proto3" json:"rule_group,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateRuleGroupResponse) Descriptor deprecated

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

Deprecated: Use UpdateRuleGroupResponse.ProtoReflect.Descriptor instead.

func (*UpdateRuleGroupResponse) GetRuleGroup

func (x *UpdateRuleGroupResponse) GetRuleGroup() *RuleGroup

func (*UpdateRuleGroupResponse) ProtoMessage

func (*UpdateRuleGroupResponse) ProtoMessage()

func (*UpdateRuleGroupResponse) ProtoReflect

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

func (*UpdateRuleGroupResponse) Reset

func (x *UpdateRuleGroupResponse) Reset()

func (*UpdateRuleGroupResponse) String

func (x *UpdateRuleGroupResponse) String() string

Jump to

Keyboard shortcuts

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