__

package
v1.0.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DayOfWeek_name = map[int32]string{
		0: "DAY_OF_WEEK_MONDAY_OR_UNSPECIFIED",
		1: "DAY_OF_WEEK_TUESDAY",
		2: "DAY_OF_WEEK_WEDNESDAY",
		3: "DAY_OF_WEEK_THURSDAY",
		4: "DAY_OF_WEEK_FRIDAY",
		5: "DAY_OF_WEEK_SATURDAY",
		6: "DAY_OF_WEEK_SUNDAY",
	}
	DayOfWeek_value = map[string]int32{
		"DAY_OF_WEEK_MONDAY_OR_UNSPECIFIED": 0,
		"DAY_OF_WEEK_TUESDAY":               1,
		"DAY_OF_WEEK_WEDNESDAY":             2,
		"DAY_OF_WEEK_THURSDAY":              3,
		"DAY_OF_WEEK_FRIDAY":                4,
		"DAY_OF_WEEK_SATURDAY":              5,
		"DAY_OF_WEEK_SUNDAY":                6,
	}
)

Enum value maps for DayOfWeek.

View Source
var (
	EvaluationWindow_name = map[int32]string{
		0: "EVALUATION_WINDOW_ROLLING_OR_UNSPECIFIED",
		1: "EVALUATION_WINDOW_DYNAMIC",
	}
	EvaluationWindow_value = map[string]int32{
		"EVALUATION_WINDOW_ROLLING_OR_UNSPECIFIED": 0,
		"EVALUATION_WINDOW_DYNAMIC":                1,
	}
)

Enum value maps for EvaluationWindow.

View Source
var (
	Timeframe_name = map[int32]string{
		0:  "TIMEFRAME_5_MIN_OR_UNSPECIFIED",
		18: "TIMEFRAME_1_MIN",
		19: "TIMEFRAME_2_MIN",
		1:  "TIMEFRAME_10_MIN",
		17: "TIMEFRAME_15_MIN",
		2:  "TIMEFRAME_20_MIN",
		3:  "TIMEFRAME_30_MIN",
		4:  "TIMEFRAME_1_H",
		5:  "TIMEFRAME_2_H",
		6:  "TIMEFRAME_3_H",
		7:  "TIMEFRAME_4_H",
		8:  "TIMEFRAME_6_H",
		9:  "TIMEFRAME_12_H",
		10: "TIMEFRAME_24_H",
		20: "TIMEFRAME_36_H",
		11: "TIMEFRAME_48_H",
		12: "TIMEFRAME_72_H",
		13: "TIMEFRAME_1_W",
		14: "TIMEFRAME_1_M",
		15: "TIMEFRAME_2_M",
		16: "TIMEFRAME_3_M",
	}
	Timeframe_value = map[string]int32{
		"TIMEFRAME_5_MIN_OR_UNSPECIFIED": 0,
		"TIMEFRAME_1_MIN":                18,
		"TIMEFRAME_2_MIN":                19,
		"TIMEFRAME_10_MIN":               1,
		"TIMEFRAME_15_MIN":               17,
		"TIMEFRAME_20_MIN":               2,
		"TIMEFRAME_30_MIN":               3,
		"TIMEFRAME_1_H":                  4,
		"TIMEFRAME_2_H":                  5,
		"TIMEFRAME_3_H":                  6,
		"TIMEFRAME_4_H":                  7,
		"TIMEFRAME_6_H":                  8,
		"TIMEFRAME_12_H":                 9,
		"TIMEFRAME_24_H":                 10,
		"TIMEFRAME_36_H":                 20,
		"TIMEFRAME_48_H":                 11,
		"TIMEFRAME_72_H":                 12,
		"TIMEFRAME_1_W":                  13,
		"TIMEFRAME_1_M":                  14,
		"TIMEFRAME_2_M":                  15,
		"TIMEFRAME_3_M":                  16,
	}
)

Enum value maps for Timeframe.

View Source
var (
	RelativeTimeframe_name = map[int32]string{
		0: "RELATIVE_TIMEFRAME_HOUR_OR_UNSPECIFIED",
		1: "RELATIVE_TIMEFRAME_DAY",
		2: "RELATIVE_TIMEFRAME_WEEK",
		3: "RELATIVE_TIMEFRAME_MONTH",
	}
	RelativeTimeframe_value = map[string]int32{
		"RELATIVE_TIMEFRAME_HOUR_OR_UNSPECIFIED": 0,
		"RELATIVE_TIMEFRAME_DAY":                 1,
		"RELATIVE_TIMEFRAME_WEEK":                2,
		"RELATIVE_TIMEFRAME_MONTH":               3,
	}
)

Enum value maps for RelativeTimeframe.

View Source
var (
	CleanupDeadmanDuration_name = map[int32]string{
		0: "CLEANUP_DEADMAN_DURATION_NEVER_OR_UNSPECIFIED",
		1: "CLEANUP_DEADMAN_DURATION_5MIN",
		2: "CLEANUP_DEADMAN_DURATION_10MIN",
		3: "CLEANUP_DEADMAN_DURATION_1H",
		4: "CLEANUP_DEADMAN_DURATION_2H",
		5: "CLEANUP_DEADMAN_DURATION_6H",
		6: "CLEANUP_DEADMAN_DURATION_12H",
		7: "CLEANUP_DEADMAN_DURATION_24H",
	}
	CleanupDeadmanDuration_value = map[string]int32{
		"CLEANUP_DEADMAN_DURATION_NEVER_OR_UNSPECIFIED": 0,
		"CLEANUP_DEADMAN_DURATION_5MIN":                 1,
		"CLEANUP_DEADMAN_DURATION_10MIN":                2,
		"CLEANUP_DEADMAN_DURATION_1H":                   3,
		"CLEANUP_DEADMAN_DURATION_2H":                   4,
		"CLEANUP_DEADMAN_DURATION_6H":                   5,
		"CLEANUP_DEADMAN_DURATION_12H":                  6,
		"CLEANUP_DEADMAN_DURATION_24H":                  7,
	}
)

Enum value maps for CleanupDeadmanDuration.

View Source
var (
	MetricAlertConditionParameters_MetricSource_name = map[int32]string{
		0: "METRIC_SOURCE_LOGS2METRICS_OR_UNSPECIFIED",
		1: "METRIC_SOURCE_PROMETHEUS",
	}
	MetricAlertConditionParameters_MetricSource_value = map[string]int32{
		"METRIC_SOURCE_LOGS2METRICS_OR_UNSPECIFIED": 0,
		"METRIC_SOURCE_PROMETHEUS":                  1,
	}
)

Enum value maps for MetricAlertConditionParameters_MetricSource.

View Source
var (
	MetricAlertConditionParameters_ArithmeticOperator_name = map[int32]string{
		0: "ARITHMETIC_OPERATOR_AVG_OR_UNSPECIFIED",
		1: "ARITHMETIC_OPERATOR_MIN",
		2: "ARITHMETIC_OPERATOR_MAX",
		3: "ARITHMETIC_OPERATOR_SUM",
		4: "ARITHMETIC_OPERATOR_COUNT",
		5: "ARITHMETIC_OPERATOR_PERCENTILE",
	}
	MetricAlertConditionParameters_ArithmeticOperator_value = map[string]int32{
		"ARITHMETIC_OPERATOR_AVG_OR_UNSPECIFIED": 0,
		"ARITHMETIC_OPERATOR_MIN":                1,
		"ARITHMETIC_OPERATOR_MAX":                2,
		"ARITHMETIC_OPERATOR_SUM":                3,
		"ARITHMETIC_OPERATOR_COUNT":              4,
		"ARITHMETIC_OPERATOR_PERCENTILE":         5,
	}
)

Enum value maps for MetricAlertConditionParameters_ArithmeticOperator.

View Source
var (
	AlertEvent_AlertEventType_name = map[int32]string{
		0: "ALERT_EVENT_TYPE_UNSPECIFIED",
		1: "ALERT_EVENT_TYPE_USER_ALERT",
		2: "ALERT_EVENT_TYPE_ANOMALY",
		3: "ALERT_EVENT_TYPE_RATIO",
		4: "ALERT_EVENT_TYPE_NEW_VALUE",
		5: "ALERT_EVENT_TYPE_UNIQUE_COUNT",
		6: "ALERT_EVENT_TYPE_TIME_RELATIVE",
		7: "ALERT_EVENT_TYPE_METRIC",
		8: "ALERT_EVENT_TYPE_FLOW",
	}
	AlertEvent_AlertEventType_value = map[string]int32{
		"ALERT_EVENT_TYPE_UNSPECIFIED":   0,
		"ALERT_EVENT_TYPE_USER_ALERT":    1,
		"ALERT_EVENT_TYPE_ANOMALY":       2,
		"ALERT_EVENT_TYPE_RATIO":         3,
		"ALERT_EVENT_TYPE_NEW_VALUE":     4,
		"ALERT_EVENT_TYPE_UNIQUE_COUNT":  5,
		"ALERT_EVENT_TYPE_TIME_RELATIVE": 6,
		"ALERT_EVENT_TYPE_METRIC":        7,
		"ALERT_EVENT_TYPE_FLOW":          8,
	}
)

Enum value maps for AlertEvent_AlertEventType.

View Source
var (
	AlertEvent_AlertEventSubType_name = map[int32]string{
		0: "ALERT_EVENT_SUB_TYPE_UNSPECIFIED",
		2: "ALERT_EVENT_SUB_TYPE_FLOW",
		3: "ALERT_EVENT_SUB_TYPE_VOLUME",
	}
	AlertEvent_AlertEventSubType_value = map[string]int32{
		"ALERT_EVENT_SUB_TYPE_UNSPECIFIED": 0,
		"ALERT_EVENT_SUB_TYPE_FLOW":        2,
		"ALERT_EVENT_SUB_TYPE_VOLUME":      3,
	}
)

Enum value maps for AlertEvent_AlertEventSubType.

View Source
var (
	AlertFilters_LogSeverity_name = map[int32]string{
		0: "LOG_SEVERITY_DEBUG_OR_UNSPECIFIED",
		1: "LOG_SEVERITY_VERBOSE",
		2: "LOG_SEVERITY_INFO",
		3: "LOG_SEVERITY_WARNING",
		4: "LOG_SEVERITY_ERROR",
		5: "LOG_SEVERITY_CRITICAL",
	}
	AlertFilters_LogSeverity_value = map[string]int32{
		"LOG_SEVERITY_DEBUG_OR_UNSPECIFIED": 0,
		"LOG_SEVERITY_VERBOSE":              1,
		"LOG_SEVERITY_INFO":                 2,
		"LOG_SEVERITY_WARNING":              3,
		"LOG_SEVERITY_ERROR":                4,
		"LOG_SEVERITY_CRITICAL":             5,
	}
)

Enum value maps for AlertFilters_LogSeverity.

View Source
var (
	AlertFilters_FilterType_name = map[int32]string{
		0: "FILTER_TYPE_TEXT_OR_UNSPECIFIED",
		1: "FILTER_TYPE_TEMPLATE",
		2: "FILTER_TYPE_RATIO",
		3: "FILTER_TYPE_UNIQUE_COUNT",
		4: "FILTER_TYPE_TIME_RELATIVE",
		5: "FILTER_TYPE_METRIC",
		6: "FILTER_TYPE_TRACING",
		7: "FILTER_TYPE_FLOW",
	}
	AlertFilters_FilterType_value = map[string]int32{
		"FILTER_TYPE_TEXT_OR_UNSPECIFIED": 0,
		"FILTER_TYPE_TEMPLATE":            1,
		"FILTER_TYPE_RATIO":               2,
		"FILTER_TYPE_UNIQUE_COUNT":        3,
		"FILTER_TYPE_TIME_RELATIVE":       4,
		"FILTER_TYPE_METRIC":              5,
		"FILTER_TYPE_TRACING":             6,
		"FILTER_TYPE_FLOW":                7,
	}
)

Enum value maps for AlertFilters_FilterType.

View Source
var (
	NotifyOn_name = map[int32]string{
		0: "TRIGGERED_ONLY",
		1: "TRIGGERED_AND_RESOLVED",
	}
	NotifyOn_value = map[string]int32{
		"TRIGGERED_ONLY":         0,
		"TRIGGERED_AND_RESOLVED": 1,
	}
)

Enum value maps for NotifyOn.

View Source
var (
	AlertEventCountType_name = map[int32]string{
		0: "ALERT_EVENT_COUNT_TYPE_UNSPECIFIED",
		1: "ALERT_EVENT_COUNT_TYPE_ALERT",
		2: "ALERT_EVENT_COUNT_TYPE_ANOMALY",
	}
	AlertEventCountType_value = map[string]int32{
		"ALERT_EVENT_COUNT_TYPE_UNSPECIFIED": 0,
		"ALERT_EVENT_COUNT_TYPE_ALERT":       1,
		"ALERT_EVENT_COUNT_TYPE_ANOMALY":     2,
	}
)

Enum value maps for AlertEventCountType.

View Source
var (
	AlertSeverity_name = map[int32]string{
		0: "ALERT_SEVERITY_INFO_OR_UNSPECIFIED",
		1: "ALERT_SEVERITY_WARNING",
		2: "ALERT_SEVERITY_CRITICAL",
		3: "ALERT_SEVERITY_ERROR",
	}
	AlertSeverity_value = map[string]int32{
		"ALERT_SEVERITY_INFO_OR_UNSPECIFIED": 0,
		"ALERT_SEVERITY_WARNING":             1,
		"ALERT_SEVERITY_CRITICAL":            2,
		"ALERT_SEVERITY_ERROR":               3,
	}
)

Enum value maps for AlertSeverity.

View Source
var (
	FlowOperator_name = map[int32]string{
		0: "AND",
		1: "OR",
	}
	FlowOperator_value = map[string]int32{
		"AND": 0,
		"OR":  1,
	}
)

Enum value maps for FlowOperator.

View Source
var AlertService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "com.coralogix.alerts.v2.AlertService",
	HandlerType: (*AlertServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetAlert",
			Handler:    _AlertService_GetAlert_Handler,
		},
		{
			MethodName: "GetAlerts",
			Handler:    _AlertService_GetAlerts_Handler,
		},
		{
			MethodName: "GetAlertByUniqueId",
			Handler:    _AlertService_GetAlertByUniqueId_Handler,
		},
		{
			MethodName: "GetAlertModelMapping",
			Handler:    _AlertService_GetAlertModelMapping_Handler,
		},
		{
			MethodName: "CreateAlert",
			Handler:    _AlertService_CreateAlert_Handler,
		},
		{
			MethodName: "UpdateAlert",
			Handler:    _AlertService_UpdateAlert_Handler,
		},
		{
			MethodName: "UpdateAlertByUniqueId",
			Handler:    _AlertService_UpdateAlertByUniqueId_Handler,
		},
		{
			MethodName: "DeleteAlert",
			Handler:    _AlertService_DeleteAlert_Handler,
		},
		{
			MethodName: "DeleteAlertByUniqueId",
			Handler:    _AlertService_DeleteAlertByUniqueId_Handler,
		},
		{
			MethodName: "GetAlertEvents",
			Handler:    _AlertService_GetAlertEvents_Handler,
		},
		{
			MethodName: "ValidateAlert",
			Handler:    _AlertService_ValidateAlert_Handler,
		},
		{
			MethodName: "GetAlertEventsCountBySeverity",
			Handler:    _AlertService_GetAlertEventsCountBySeverity_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "com/coralogix/alerts/v2/alert_service.proto",
}

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

View Source
var File_com_coralogix_alerts_v1_alert_active_when_proto protoreflect.FileDescriptor
View Source
var File_com_coralogix_alerts_v1_alert_event_proto protoreflect.FileDescriptor
View Source
var File_com_coralogix_alerts_v1_alert_filters_proto protoreflect.FileDescriptor
View Source
var File_com_coralogix_alerts_v1_alert_meta_label_proto protoreflect.FileDescriptor
View Source
var File_com_coralogix_alerts_v1_alert_severity_proto protoreflect.FileDescriptor
View Source
var File_com_coralogix_alerts_v1_alert_snoozed_proto protoreflect.FileDescriptor
View Source
var File_com_coralogix_alerts_v1_date_time_proto protoreflect.FileDescriptor
View Source
var File_com_coralogix_alerts_v1_flow_alert_proto protoreflect.FileDescriptor
View Source
var File_com_coralogix_alerts_v1_tracing_alert_proto protoreflect.FileDescriptor
View Source
var File_com_coralogix_alerts_v2_alert_condition_proto protoreflect.FileDescriptor
View Source
var File_com_coralogix_alerts_v2_alert_notification_group_proto protoreflect.FileDescriptor
View Source
var File_com_coralogix_alerts_v2_alert_proto protoreflect.FileDescriptor
View Source
var File_com_coralogix_alerts_v2_alert_service_proto protoreflect.FileDescriptor

Functions

func RegisterAlertServiceServer

func RegisterAlertServiceServer(s grpc.ServiceRegistrar, srv AlertServiceServer)

Types

type Alert

type Alert 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"`
	IsActive                   *wrapperspb.BoolValue      `protobuf:"bytes,4,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"`
	Severity                   AlertSeverity              `protobuf:"varint,5,opt,name=severity,proto3,enum=com.coralogix.alerts.v1.AlertSeverity" json:"severity,omitempty"`
	Expiration                 *Date                      `protobuf:"bytes,6,opt,name=expiration,proto3" json:"expiration,omitempty"`
	Condition                  *AlertCondition            `protobuf:"bytes,7,opt,name=condition,proto3" json:"condition,omitempty"`
	ShowInInsight              *ShowInInsight             `protobuf:"bytes,8,opt,name=show_in_insight,json=showInInsight,proto3,oneof" json:"show_in_insight,omitempty"`
	NotificationGroups         []*AlertNotificationGroups `protobuf:"bytes,9,rep,name=notification_groups,json=notificationGroups,proto3" json:"notification_groups,omitempty"`
	Filters                    *AlertFilters              `protobuf:"bytes,10,opt,name=filters,proto3" json:"filters,omitempty"`
	ActiveWhen                 *AlertActiveWhen           `protobuf:"bytes,11,opt,name=active_when,json=activeWhen,proto3" json:"active_when,omitempty"`
	NotificationPayloadFilters []*wrapperspb.StringValue  `` /* 142-byte string literal not displayed */
	MetaLabels                 []*MetaLabel               `protobuf:"bytes,13,rep,name=meta_labels,json=metaLabels,proto3" json:"meta_labels,omitempty"`
	MetaLabelsStrings          []*wrapperspb.StringValue  `protobuf:"bytes,14,rep,name=meta_labels_strings,json=metaLabelsStrings,proto3" json:"meta_labels_strings,omitempty"`
	TracingAlert               *TracingAlert              `protobuf:"bytes,15,opt,name=tracing_alert,json=tracingAlert,proto3" json:"tracing_alert,omitempty"`
	UniqueIdentifier           *wrapperspb.StringValue    `protobuf:"bytes,16,opt,name=unique_identifier,json=uniqueIdentifier,proto3" json:"unique_identifier,omitempty"`
	// contains filtered or unexported fields
}

func (*Alert) Descriptor deprecated

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

Deprecated: Use Alert.ProtoReflect.Descriptor instead.

func (*Alert) GetActiveWhen

func (x *Alert) GetActiveWhen() *AlertActiveWhen

func (*Alert) GetCondition

func (x *Alert) GetCondition() *AlertCondition

func (*Alert) GetDescription

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

func (*Alert) GetExpiration

func (x *Alert) GetExpiration() *Date

func (*Alert) GetFilters

func (x *Alert) GetFilters() *AlertFilters

func (*Alert) GetId

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

func (*Alert) GetIsActive

func (x *Alert) GetIsActive() *wrapperspb.BoolValue

func (*Alert) GetMetaLabels

func (x *Alert) GetMetaLabels() []*MetaLabel

func (*Alert) GetMetaLabelsStrings

func (x *Alert) GetMetaLabelsStrings() []*wrapperspb.StringValue

func (*Alert) GetName

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

func (*Alert) GetNotificationGroups

func (x *Alert) GetNotificationGroups() []*AlertNotificationGroups

func (*Alert) GetNotificationPayloadFilters

func (x *Alert) GetNotificationPayloadFilters() []*wrapperspb.StringValue

func (*Alert) GetSeverity

func (x *Alert) GetSeverity() AlertSeverity

func (*Alert) GetShowInInsight

func (x *Alert) GetShowInInsight() *ShowInInsight

func (*Alert) GetTracingAlert

func (x *Alert) GetTracingAlert() *TracingAlert

func (*Alert) GetUniqueIdentifier

func (x *Alert) GetUniqueIdentifier() *wrapperspb.StringValue

func (*Alert) ProtoMessage

func (*Alert) ProtoMessage()

func (*Alert) ProtoReflect

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

func (*Alert) Reset

func (x *Alert) Reset()

func (*Alert) String

func (x *Alert) String() string

type AlertActiveTimeframe

type AlertActiveTimeframe struct {
	DaysOfWeek []DayOfWeek `` /* 140-byte string literal not displayed */
	Range      *TimeRange  `protobuf:"bytes,2,opt,name=range,proto3" json:"range,omitempty"`
	// contains filtered or unexported fields
}

func (*AlertActiveTimeframe) Descriptor deprecated

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

Deprecated: Use AlertActiveTimeframe.ProtoReflect.Descriptor instead.

func (*AlertActiveTimeframe) GetDaysOfWeek

func (x *AlertActiveTimeframe) GetDaysOfWeek() []DayOfWeek

func (*AlertActiveTimeframe) GetRange

func (x *AlertActiveTimeframe) GetRange() *TimeRange

func (*AlertActiveTimeframe) ProtoMessage

func (*AlertActiveTimeframe) ProtoMessage()

func (*AlertActiveTimeframe) ProtoReflect

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

func (*AlertActiveTimeframe) Reset

func (x *AlertActiveTimeframe) Reset()

func (*AlertActiveTimeframe) String

func (x *AlertActiveTimeframe) String() string

type AlertActiveWhen

type AlertActiveWhen struct {
	Timeframes []*AlertActiveTimeframe `protobuf:"bytes,1,rep,name=timeframes,proto3" json:"timeframes,omitempty"`
	// contains filtered or unexported fields
}

func (*AlertActiveWhen) Descriptor deprecated

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

Deprecated: Use AlertActiveWhen.ProtoReflect.Descriptor instead.

func (*AlertActiveWhen) GetTimeframes

func (x *AlertActiveWhen) GetTimeframes() []*AlertActiveTimeframe

func (*AlertActiveWhen) ProtoMessage

func (*AlertActiveWhen) ProtoMessage()

func (*AlertActiveWhen) ProtoReflect

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

func (*AlertActiveWhen) Reset

func (x *AlertActiveWhen) Reset()

func (*AlertActiveWhen) String

func (x *AlertActiveWhen) String() string

type AlertCondition

type AlertCondition struct {

	// Types that are assignable to Condition:
	//	*AlertCondition_Immediate
	//	*AlertCondition_LessThan
	//	*AlertCondition_MoreThan
	//	*AlertCondition_MoreThanUsual
	//	*AlertCondition_NewValue
	//	*AlertCondition_Flow
	//	*AlertCondition_UniqueCount
	Condition isAlertCondition_Condition `protobuf_oneof:"condition"`
	// contains filtered or unexported fields
}

func (*AlertCondition) Descriptor deprecated

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

Deprecated: Use AlertCondition.ProtoReflect.Descriptor instead.

func (*AlertCondition) GetCondition

func (m *AlertCondition) GetCondition() isAlertCondition_Condition

func (*AlertCondition) GetFlow

func (x *AlertCondition) GetFlow() *FlowCondition

func (*AlertCondition) GetImmediate

func (x *AlertCondition) GetImmediate() *ImmediateCondition

func (*AlertCondition) GetLessThan

func (x *AlertCondition) GetLessThan() *LessThanCondition

func (*AlertCondition) GetMoreThan

func (x *AlertCondition) GetMoreThan() *MoreThanCondition

func (*AlertCondition) GetMoreThanUsual

func (x *AlertCondition) GetMoreThanUsual() *MoreThanUsualCondition

func (*AlertCondition) GetNewValue

func (x *AlertCondition) GetNewValue() *NewValueCondition

func (*AlertCondition) GetUniqueCount

func (x *AlertCondition) GetUniqueCount() *UniqueCountCondition

func (*AlertCondition) ProtoMessage

func (*AlertCondition) ProtoMessage()

func (*AlertCondition) ProtoReflect

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

func (*AlertCondition) Reset

func (x *AlertCondition) Reset()

func (*AlertCondition) String

func (x *AlertCondition) String() string

type AlertCondition_Flow

type AlertCondition_Flow struct {
	Flow *FlowCondition `protobuf:"bytes,6,opt,name=flow,proto3,oneof"`
}

type AlertCondition_Immediate

type AlertCondition_Immediate struct {
	Immediate *ImmediateCondition `protobuf:"bytes,1,opt,name=immediate,proto3,oneof"`
}

type AlertCondition_LessThan

type AlertCondition_LessThan struct {
	LessThan *LessThanCondition `protobuf:"bytes,2,opt,name=less_than,json=lessThan,proto3,oneof"`
}

type AlertCondition_MoreThan

type AlertCondition_MoreThan struct {
	MoreThan *MoreThanCondition `protobuf:"bytes,3,opt,name=more_than,json=moreThan,proto3,oneof"`
}

type AlertCondition_MoreThanUsual

type AlertCondition_MoreThanUsual struct {
	MoreThanUsual *MoreThanUsualCondition `protobuf:"bytes,4,opt,name=more_than_usual,json=moreThanUsual,proto3,oneof"`
}

type AlertCondition_NewValue

type AlertCondition_NewValue struct {
	NewValue *NewValueCondition `protobuf:"bytes,5,opt,name=new_value,json=newValue,proto3,oneof"`
}

type AlertCondition_UniqueCount

type AlertCondition_UniqueCount struct {
	UniqueCount *UniqueCountCondition `protobuf:"bytes,7,opt,name=unique_count,json=uniqueCount,proto3,oneof"`
}

type AlertEvent

type AlertEvent struct {
	Id          *wrapperspb.StringValue      `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type        AlertEvent_AlertEventType    `protobuf:"varint,2,opt,name=type,proto3,enum=com.coralogix.alerts.v1.AlertEvent_AlertEventType" json:"type,omitempty"`
	AlertId     *wrapperspb.StringValue      `protobuf:"bytes,3,opt,name=alert_id,json=alertId,proto3" json:"alert_id,omitempty"`
	CompanyId   *wrapperspb.StringValue      `protobuf:"bytes,4,opt,name=company_id,json=companyId,proto3" json:"company_id,omitempty"`
	Severity    AlertSeverity                `protobuf:"varint,5,opt,name=severity,proto3,enum=com.coralogix.alerts.v1.AlertSeverity" json:"severity,omitempty"`
	Subsystem   *wrapperspb.StringValue      `protobuf:"bytes,6,opt,name=subsystem,proto3" json:"subsystem,omitempty"`
	Application *wrapperspb.StringValue      `protobuf:"bytes,7,opt,name=application,proto3" json:"application,omitempty"`
	OccurredOn  *timestamppb.Timestamp       `protobuf:"bytes,8,opt,name=occurred_on,json=occurredOn,proto3" json:"occurred_on,omitempty"`
	Name        *wrapperspb.StringValue      `protobuf:"bytes,9,opt,name=name,proto3" json:"name,omitempty"`
	Snoozed     *AlertSnoozed                `protobuf:"bytes,10,opt,name=snoozed,proto3" json:"snoozed,omitempty"`
	SubType     AlertEvent_AlertEventSubType `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AlertEvent) Descriptor deprecated

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

Deprecated: Use AlertEvent.ProtoReflect.Descriptor instead.

func (*AlertEvent) GetAlertId

func (x *AlertEvent) GetAlertId() *wrapperspb.StringValue

func (*AlertEvent) GetApplication

func (x *AlertEvent) GetApplication() *wrapperspb.StringValue

func (*AlertEvent) GetCompanyId

func (x *AlertEvent) GetCompanyId() *wrapperspb.StringValue

func (*AlertEvent) GetId

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

func (*AlertEvent) GetName

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

func (*AlertEvent) GetOccurredOn

func (x *AlertEvent) GetOccurredOn() *timestamppb.Timestamp

func (*AlertEvent) GetSeverity

func (x *AlertEvent) GetSeverity() AlertSeverity

func (*AlertEvent) GetSnoozed

func (x *AlertEvent) GetSnoozed() *AlertSnoozed

func (*AlertEvent) GetSubType

func (x *AlertEvent) GetSubType() AlertEvent_AlertEventSubType

func (*AlertEvent) GetSubsystem

func (x *AlertEvent) GetSubsystem() *wrapperspb.StringValue

func (*AlertEvent) GetType

func (*AlertEvent) ProtoMessage

func (*AlertEvent) ProtoMessage()

func (*AlertEvent) ProtoReflect

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

func (*AlertEvent) Reset

func (x *AlertEvent) Reset()

func (*AlertEvent) String

func (x *AlertEvent) String() string

type AlertEventCountType

type AlertEventCountType int32
const (
	AlertEventCountType_ALERT_EVENT_COUNT_TYPE_UNSPECIFIED AlertEventCountType = 0
	AlertEventCountType_ALERT_EVENT_COUNT_TYPE_ALERT       AlertEventCountType = 1
	AlertEventCountType_ALERT_EVENT_COUNT_TYPE_ANOMALY     AlertEventCountType = 2
)

func (AlertEventCountType) Descriptor

func (AlertEventCountType) Enum

func (AlertEventCountType) EnumDescriptor deprecated

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

Deprecated: Use AlertEventCountType.Descriptor instead.

func (AlertEventCountType) Number

func (AlertEventCountType) String

func (x AlertEventCountType) String() string

func (AlertEventCountType) Type

type AlertEvent_AlertEventSubType

type AlertEvent_AlertEventSubType int32
const (
	AlertEvent_ALERT_EVENT_SUB_TYPE_UNSPECIFIED AlertEvent_AlertEventSubType = 0
	AlertEvent_ALERT_EVENT_SUB_TYPE_FLOW        AlertEvent_AlertEventSubType = 2
	AlertEvent_ALERT_EVENT_SUB_TYPE_VOLUME      AlertEvent_AlertEventSubType = 3
)

func (AlertEvent_AlertEventSubType) Descriptor

func (AlertEvent_AlertEventSubType) Enum

func (AlertEvent_AlertEventSubType) EnumDescriptor deprecated

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

Deprecated: Use AlertEvent_AlertEventSubType.Descriptor instead.

func (AlertEvent_AlertEventSubType) Number

func (AlertEvent_AlertEventSubType) String

func (AlertEvent_AlertEventSubType) Type

type AlertEvent_AlertEventType

type AlertEvent_AlertEventType int32
const (
	AlertEvent_ALERT_EVENT_TYPE_UNSPECIFIED   AlertEvent_AlertEventType = 0
	AlertEvent_ALERT_EVENT_TYPE_USER_ALERT    AlertEvent_AlertEventType = 1
	AlertEvent_ALERT_EVENT_TYPE_ANOMALY       AlertEvent_AlertEventType = 2
	AlertEvent_ALERT_EVENT_TYPE_RATIO         AlertEvent_AlertEventType = 3
	AlertEvent_ALERT_EVENT_TYPE_NEW_VALUE     AlertEvent_AlertEventType = 4
	AlertEvent_ALERT_EVENT_TYPE_UNIQUE_COUNT  AlertEvent_AlertEventType = 5
	AlertEvent_ALERT_EVENT_TYPE_TIME_RELATIVE AlertEvent_AlertEventType = 6
	AlertEvent_ALERT_EVENT_TYPE_METRIC        AlertEvent_AlertEventType = 7
	AlertEvent_ALERT_EVENT_TYPE_FLOW          AlertEvent_AlertEventType = 8
)

func (AlertEvent_AlertEventType) Descriptor

func (AlertEvent_AlertEventType) Enum

func (AlertEvent_AlertEventType) EnumDescriptor deprecated

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

Deprecated: Use AlertEvent_AlertEventType.Descriptor instead.

func (AlertEvent_AlertEventType) Number

func (AlertEvent_AlertEventType) String

func (x AlertEvent_AlertEventType) String() string

func (AlertEvent_AlertEventType) Type

type AlertEventsCountBySeverity

type AlertEventsCountBySeverity struct {
	Severity AlertSeverity                `protobuf:"varint,1,opt,name=severity,proto3,enum=com.coralogix.alerts.v1.AlertSeverity" json:"severity,omitempty"`
	Type     AlertEventCountType          `protobuf:"varint,2,opt,name=type,proto3,enum=com.coralogix.alerts.v2.AlertEventCountType" json:"type,omitempty"`
	SubType  AlertEvent_AlertEventSubType `` /* 141-byte string literal not displayed */
	Count    *wrapperspb.Int32Value       `protobuf:"bytes,4,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*AlertEventsCountBySeverity) Descriptor deprecated

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

Deprecated: Use AlertEventsCountBySeverity.ProtoReflect.Descriptor instead.

func (*AlertEventsCountBySeverity) GetCount

func (*AlertEventsCountBySeverity) GetSeverity

func (x *AlertEventsCountBySeverity) GetSeverity() AlertSeverity

func (*AlertEventsCountBySeverity) GetSubType

func (*AlertEventsCountBySeverity) GetType

func (*AlertEventsCountBySeverity) ProtoMessage

func (*AlertEventsCountBySeverity) ProtoMessage()

func (*AlertEventsCountBySeverity) ProtoReflect

func (*AlertEventsCountBySeverity) Reset

func (x *AlertEventsCountBySeverity) Reset()

func (*AlertEventsCountBySeverity) String

func (x *AlertEventsCountBySeverity) String() string

type AlertFilters

type AlertFilters struct {
	Severities  []AlertFilters_LogSeverity    `` /* 135-byte string literal not displayed */
	Metadata    *AlertFilters_MetadataFilters `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Alias       *wrapperspb.StringValue       `protobuf:"bytes,3,opt,name=alias,proto3" json:"alias,omitempty"`
	Text        *wrapperspb.StringValue       `protobuf:"bytes,4,opt,name=text,proto3" json:"text,omitempty"`
	RatioAlerts []*AlertFilters_RatioAlert    `protobuf:"bytes,5,rep,name=ratio_alerts,json=ratioAlerts,proto3" json:"ratio_alerts,omitempty"`
	FilterType  AlertFilters_FilterType       `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AlertFilters) Descriptor deprecated

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

Deprecated: Use AlertFilters.ProtoReflect.Descriptor instead.

func (*AlertFilters) GetAlias

func (x *AlertFilters) GetAlias() *wrapperspb.StringValue

func (*AlertFilters) GetFilterType

func (x *AlertFilters) GetFilterType() AlertFilters_FilterType

func (*AlertFilters) GetMetadata

func (x *AlertFilters) GetMetadata() *AlertFilters_MetadataFilters

func (*AlertFilters) GetRatioAlerts

func (x *AlertFilters) GetRatioAlerts() []*AlertFilters_RatioAlert

func (*AlertFilters) GetSeverities

func (x *AlertFilters) GetSeverities() []AlertFilters_LogSeverity

func (*AlertFilters) GetText

func (x *AlertFilters) GetText() *wrapperspb.StringValue

func (*AlertFilters) ProtoMessage

func (*AlertFilters) ProtoMessage()

func (*AlertFilters) ProtoReflect

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

func (*AlertFilters) Reset

func (x *AlertFilters) Reset()

func (*AlertFilters) String

func (x *AlertFilters) String() string

type AlertFilters_FilterType

type AlertFilters_FilterType int32
const (
	AlertFilters_FILTER_TYPE_TEXT_OR_UNSPECIFIED AlertFilters_FilterType = 0
	AlertFilters_FILTER_TYPE_TEMPLATE            AlertFilters_FilterType = 1
	AlertFilters_FILTER_TYPE_RATIO               AlertFilters_FilterType = 2
	AlertFilters_FILTER_TYPE_UNIQUE_COUNT        AlertFilters_FilterType = 3
	AlertFilters_FILTER_TYPE_TIME_RELATIVE       AlertFilters_FilterType = 4
	AlertFilters_FILTER_TYPE_METRIC              AlertFilters_FilterType = 5
	AlertFilters_FILTER_TYPE_TRACING             AlertFilters_FilterType = 6
	AlertFilters_FILTER_TYPE_FLOW                AlertFilters_FilterType = 7
)

func (AlertFilters_FilterType) Descriptor

func (AlertFilters_FilterType) Enum

func (AlertFilters_FilterType) EnumDescriptor deprecated

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

Deprecated: Use AlertFilters_FilterType.Descriptor instead.

func (AlertFilters_FilterType) Number

func (AlertFilters_FilterType) String

func (x AlertFilters_FilterType) String() string

func (AlertFilters_FilterType) Type

type AlertFilters_LogSeverity

type AlertFilters_LogSeverity int32
const (
	AlertFilters_LOG_SEVERITY_DEBUG_OR_UNSPECIFIED AlertFilters_LogSeverity = 0
	AlertFilters_LOG_SEVERITY_VERBOSE              AlertFilters_LogSeverity = 1
	AlertFilters_LOG_SEVERITY_INFO                 AlertFilters_LogSeverity = 2
	AlertFilters_LOG_SEVERITY_WARNING              AlertFilters_LogSeverity = 3
	AlertFilters_LOG_SEVERITY_ERROR                AlertFilters_LogSeverity = 4
	AlertFilters_LOG_SEVERITY_CRITICAL             AlertFilters_LogSeverity = 5
)

func (AlertFilters_LogSeverity) Descriptor

func (AlertFilters_LogSeverity) Enum

func (AlertFilters_LogSeverity) EnumDescriptor deprecated

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

Deprecated: Use AlertFilters_LogSeverity.Descriptor instead.

func (AlertFilters_LogSeverity) Number

func (AlertFilters_LogSeverity) String

func (x AlertFilters_LogSeverity) String() string

func (AlertFilters_LogSeverity) Type

type AlertFilters_MetadataFilters

type AlertFilters_MetadataFilters struct {
	Categories   []*wrapperspb.StringValue `protobuf:"bytes,1,rep,name=categories,proto3" json:"categories,omitempty"`
	Applications []*wrapperspb.StringValue `protobuf:"bytes,2,rep,name=applications,proto3" json:"applications,omitempty"`
	Subsystems   []*wrapperspb.StringValue `protobuf:"bytes,3,rep,name=subsystems,proto3" json:"subsystems,omitempty"`
	Computers    []*wrapperspb.StringValue `protobuf:"bytes,4,rep,name=computers,proto3" json:"computers,omitempty"`
	Classes      []*wrapperspb.StringValue `protobuf:"bytes,5,rep,name=classes,proto3" json:"classes,omitempty"`
	Methods      []*wrapperspb.StringValue `protobuf:"bytes,6,rep,name=methods,proto3" json:"methods,omitempty"`
	IpAddresses  []*wrapperspb.StringValue `protobuf:"bytes,7,rep,name=ip_addresses,json=ipAddresses,proto3" json:"ip_addresses,omitempty"`
	// contains filtered or unexported fields
}

func (*AlertFilters_MetadataFilters) Descriptor deprecated

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

Deprecated: Use AlertFilters_MetadataFilters.ProtoReflect.Descriptor instead.

func (*AlertFilters_MetadataFilters) GetApplications

func (x *AlertFilters_MetadataFilters) GetApplications() []*wrapperspb.StringValue

func (*AlertFilters_MetadataFilters) GetCategories

func (x *AlertFilters_MetadataFilters) GetCategories() []*wrapperspb.StringValue

func (*AlertFilters_MetadataFilters) GetClasses

func (*AlertFilters_MetadataFilters) GetComputers

func (*AlertFilters_MetadataFilters) GetIpAddresses

func (x *AlertFilters_MetadataFilters) GetIpAddresses() []*wrapperspb.StringValue

func (*AlertFilters_MetadataFilters) GetMethods

func (*AlertFilters_MetadataFilters) GetSubsystems

func (x *AlertFilters_MetadataFilters) GetSubsystems() []*wrapperspb.StringValue

func (*AlertFilters_MetadataFilters) ProtoMessage

func (*AlertFilters_MetadataFilters) ProtoMessage()

func (*AlertFilters_MetadataFilters) ProtoReflect

func (*AlertFilters_MetadataFilters) Reset

func (x *AlertFilters_MetadataFilters) Reset()

func (*AlertFilters_MetadataFilters) String

type AlertFilters_RatioAlert

type AlertFilters_RatioAlert struct {
	Alias        *wrapperspb.StringValue    `protobuf:"bytes,1,opt,name=alias,proto3" json:"alias,omitempty"`
	Text         *wrapperspb.StringValue    `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"`
	Severities   []AlertFilters_LogSeverity `` /* 135-byte string literal not displayed */
	Applications []*wrapperspb.StringValue  `protobuf:"bytes,4,rep,name=applications,proto3" json:"applications,omitempty"`
	Subsystems   []*wrapperspb.StringValue  `protobuf:"bytes,5,rep,name=subsystems,proto3" json:"subsystems,omitempty"`
	GroupBy      []*wrapperspb.StringValue  `protobuf:"bytes,6,rep,name=group_by,json=groupBy,proto3" json:"group_by,omitempty"`
	// contains filtered or unexported fields
}

func (*AlertFilters_RatioAlert) Descriptor deprecated

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

Deprecated: Use AlertFilters_RatioAlert.ProtoReflect.Descriptor instead.

func (*AlertFilters_RatioAlert) GetAlias

func (*AlertFilters_RatioAlert) GetApplications

func (x *AlertFilters_RatioAlert) GetApplications() []*wrapperspb.StringValue

func (*AlertFilters_RatioAlert) GetGroupBy

func (x *AlertFilters_RatioAlert) GetGroupBy() []*wrapperspb.StringValue

func (*AlertFilters_RatioAlert) GetSeverities

func (*AlertFilters_RatioAlert) GetSubsystems

func (x *AlertFilters_RatioAlert) GetSubsystems() []*wrapperspb.StringValue

func (*AlertFilters_RatioAlert) GetText

func (*AlertFilters_RatioAlert) ProtoMessage

func (*AlertFilters_RatioAlert) ProtoMessage()

func (*AlertFilters_RatioAlert) ProtoReflect

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

func (*AlertFilters_RatioAlert) Reset

func (x *AlertFilters_RatioAlert) Reset()

func (*AlertFilters_RatioAlert) String

func (x *AlertFilters_RatioAlert) String() string

type AlertNotification

type AlertNotification struct {
	RetriggeringPeriodSeconds *wrapperspb.UInt32Value `` /* 144-byte string literal not displayed */
	NotifyOn                  *NotifyOn               `` /* 130-byte string literal not displayed */
	// Types that are assignable to IntegrationType:
	//	*AlertNotification_IntegrationId
	//	*AlertNotification_Recipients
	IntegrationType isAlertNotification_IntegrationType `protobuf_oneof:"integration_type"`
	// contains filtered or unexported fields
}

func (*AlertNotification) Descriptor deprecated

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

Deprecated: Use AlertNotification.ProtoReflect.Descriptor instead.

func (*AlertNotification) GetIntegrationId

func (x *AlertNotification) GetIntegrationId() *wrapperspb.UInt32Value

func (*AlertNotification) GetIntegrationType

func (m *AlertNotification) GetIntegrationType() isAlertNotification_IntegrationType

func (*AlertNotification) GetNotifyOn

func (x *AlertNotification) GetNotifyOn() NotifyOn

func (*AlertNotification) GetRecipients

func (x *AlertNotification) GetRecipients() *Recipients

func (*AlertNotification) GetRetriggeringPeriodSeconds

func (x *AlertNotification) GetRetriggeringPeriodSeconds() *wrapperspb.UInt32Value

func (*AlertNotification) ProtoMessage

func (*AlertNotification) ProtoMessage()

func (*AlertNotification) ProtoReflect

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

func (*AlertNotification) Reset

func (x *AlertNotification) Reset()

func (*AlertNotification) String

func (x *AlertNotification) String() string

type AlertNotificationGroups

type AlertNotificationGroups struct {
	GroupByFields []*wrapperspb.StringValue `protobuf:"bytes,1,rep,name=group_by_fields,json=groupByFields,proto3" json:"group_by_fields,omitempty"`
	Notifications []*AlertNotification      `protobuf:"bytes,2,rep,name=notifications,proto3" json:"notifications,omitempty"`
	// contains filtered or unexported fields
}

func (*AlertNotificationGroups) Descriptor deprecated

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

Deprecated: Use AlertNotificationGroups.ProtoReflect.Descriptor instead.

func (*AlertNotificationGroups) GetGroupByFields

func (x *AlertNotificationGroups) GetGroupByFields() []*wrapperspb.StringValue

func (*AlertNotificationGroups) GetNotifications

func (x *AlertNotificationGroups) GetNotifications() []*AlertNotification

func (*AlertNotificationGroups) ProtoMessage

func (*AlertNotificationGroups) ProtoMessage()

func (*AlertNotificationGroups) ProtoReflect

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

func (*AlertNotificationGroups) Reset

func (x *AlertNotificationGroups) Reset()

func (*AlertNotificationGroups) String

func (x *AlertNotificationGroups) String() string

type AlertNotification_IntegrationId

type AlertNotification_IntegrationId struct {
	IntegrationId *wrapperspb.UInt32Value `protobuf:"bytes,3,opt,name=integration_id,json=integrationId,proto3,oneof"`
}

type AlertNotification_Recipients

type AlertNotification_Recipients struct {
	Recipients *Recipients `protobuf:"bytes,5,opt,name=recipients,proto3,oneof"`
}

type AlertServiceClient

type AlertServiceClient interface {
	GetAlert(ctx context.Context, in *GetAlertRequest, opts ...grpc.CallOption) (*GetAlertResponse, error)
	GetAlerts(ctx context.Context, in *GetAlertsRequest, opts ...grpc.CallOption) (*GetAlertsResponse, error)
	GetAlertByUniqueId(ctx context.Context, in *GetAlertByUniqueIdRequest, opts ...grpc.CallOption) (*GetAlertByUniqueIdResponse, error)
	GetAlertModelMapping(ctx context.Context, in *GetAlertModelMappingRequest, opts ...grpc.CallOption) (*GetAlertModelMappingResponse, error)
	CreateAlert(ctx context.Context, in *CreateAlertRequest, opts ...grpc.CallOption) (*CreateAlertResponse, error)
	UpdateAlert(ctx context.Context, in *UpdateAlertRequest, opts ...grpc.CallOption) (*UpdateAlertResponse, error)
	UpdateAlertByUniqueId(ctx context.Context, in *UpdateAlertByUniqueIdRequest, opts ...grpc.CallOption) (*UpdateAlertByUniqueIdResponse, error)
	DeleteAlert(ctx context.Context, in *DeleteAlertRequest, opts ...grpc.CallOption) (*DeleteAlertResponse, error)
	DeleteAlertByUniqueId(ctx context.Context, in *DeleteAlertByUniqueIdRequest, opts ...grpc.CallOption) (*DeleteAlertByUniqueIdResponse, error)
	GetAlertEvents(ctx context.Context, in *GetAlertEventsRequest, opts ...grpc.CallOption) (*GetAlertEventsResponse, error)
	ValidateAlert(ctx context.Context, in *ValidateAlertRequest, opts ...grpc.CallOption) (*ValidateAlertResponse, error)
	GetAlertEventsCountBySeverity(ctx context.Context, in *GetAlertEventsCountBySeverityRequest, opts ...grpc.CallOption) (*GetAlertEventsCountBySeverityResponse, error)
}

AlertServiceClient is the client API for AlertService 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 AlertServiceServer

AlertServiceServer is the server API for AlertService service. All implementations must embed UnimplementedAlertServiceServer for forward compatibility

type AlertSeverity

type AlertSeverity int32
const (
	AlertSeverity_ALERT_SEVERITY_INFO_OR_UNSPECIFIED AlertSeverity = 0
	AlertSeverity_ALERT_SEVERITY_WARNING             AlertSeverity = 1
	AlertSeverity_ALERT_SEVERITY_CRITICAL            AlertSeverity = 2
	AlertSeverity_ALERT_SEVERITY_ERROR               AlertSeverity = 3
)

func (AlertSeverity) Descriptor

func (AlertSeverity) Enum

func (x AlertSeverity) Enum() *AlertSeverity

func (AlertSeverity) EnumDescriptor deprecated

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

Deprecated: Use AlertSeverity.Descriptor instead.

func (AlertSeverity) Number

func (AlertSeverity) String

func (x AlertSeverity) String() string

func (AlertSeverity) Type

type AlertSnoozed

type AlertSnoozed struct {
	UserId *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Until  *timestamppb.Timestamp  `protobuf:"bytes,2,opt,name=until,proto3" json:"until,omitempty"`
	// contains filtered or unexported fields
}

func (*AlertSnoozed) Descriptor deprecated

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

Deprecated: Use AlertSnoozed.ProtoReflect.Descriptor instead.

func (*AlertSnoozed) GetUntil

func (x *AlertSnoozed) GetUntil() *timestamppb.Timestamp

func (*AlertSnoozed) GetUserId

func (x *AlertSnoozed) GetUserId() *wrapperspb.StringValue

func (*AlertSnoozed) ProtoMessage

func (*AlertSnoozed) ProtoMessage()

func (*AlertSnoozed) ProtoReflect

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

func (*AlertSnoozed) Reset

func (x *AlertSnoozed) Reset()

func (*AlertSnoozed) String

func (x *AlertSnoozed) String() string

type CleanupDeadmanDuration

type CleanupDeadmanDuration int32
const (
	CleanupDeadmanDuration_CLEANUP_DEADMAN_DURATION_NEVER_OR_UNSPECIFIED CleanupDeadmanDuration = 0
	CleanupDeadmanDuration_CLEANUP_DEADMAN_DURATION_5MIN                 CleanupDeadmanDuration = 1
	CleanupDeadmanDuration_CLEANUP_DEADMAN_DURATION_10MIN                CleanupDeadmanDuration = 2
	CleanupDeadmanDuration_CLEANUP_DEADMAN_DURATION_1H                   CleanupDeadmanDuration = 3
	CleanupDeadmanDuration_CLEANUP_DEADMAN_DURATION_2H                   CleanupDeadmanDuration = 4
	CleanupDeadmanDuration_CLEANUP_DEADMAN_DURATION_6H                   CleanupDeadmanDuration = 5
	CleanupDeadmanDuration_CLEANUP_DEADMAN_DURATION_12H                  CleanupDeadmanDuration = 6
	CleanupDeadmanDuration_CLEANUP_DEADMAN_DURATION_24H                  CleanupDeadmanDuration = 7
)

func (CleanupDeadmanDuration) Descriptor

func (CleanupDeadmanDuration) Enum

func (CleanupDeadmanDuration) EnumDescriptor deprecated

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

Deprecated: Use CleanupDeadmanDuration.Descriptor instead.

func (CleanupDeadmanDuration) Number

func (CleanupDeadmanDuration) String

func (x CleanupDeadmanDuration) String() string

func (CleanupDeadmanDuration) Type

type ConditionParameters

type ConditionParameters struct {
	Threshold                         *wrapperspb.DoubleValue               `protobuf:"bytes,1,opt,name=threshold,proto3" json:"threshold,omitempty"`
	Timeframe                         Timeframe                             `protobuf:"varint,2,opt,name=timeframe,proto3,enum=com.coralogix.alerts.v2.Timeframe" json:"timeframe,omitempty"`
	GroupBy                           []*wrapperspb.StringValue             `protobuf:"bytes,3,rep,name=group_by,json=groupBy,proto3" json:"group_by,omitempty"`
	MetricAlertParameters             *MetricAlertConditionParameters       `` /* 126-byte string literal not displayed */
	MetricAlertPromqlParameters       *MetricAlertPromqlConditionParameters `` /* 146-byte string literal not displayed */
	IgnoreInfinity                    *wrapperspb.BoolValue                 `protobuf:"bytes,6,opt,name=ignore_infinity,json=ignoreInfinity,proto3" json:"ignore_infinity,omitempty"`
	RelativeTimeframe                 RelativeTimeframe                     `` /* 160-byte string literal not displayed */
	NotifyGroupByOnlyAlerts           *wrapperspb.BoolValue                 `` /* 136-byte string literal not displayed */
	CardinalityFields                 []*wrapperspb.StringValue             `protobuf:"bytes,10,rep,name=cardinality_fields,json=cardinalityFields,proto3" json:"cardinality_fields,omitempty"`
	MaxUniqueCountValuesForGroupByKey *wrapperspb.UInt32Value               `` /* 173-byte string literal not displayed */
	RelatedExtendedData               *RelatedExtendedData                  `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConditionParameters) Descriptor deprecated

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

Deprecated: Use ConditionParameters.ProtoReflect.Descriptor instead.

func (*ConditionParameters) GetCardinalityFields

func (x *ConditionParameters) GetCardinalityFields() []*wrapperspb.StringValue

func (*ConditionParameters) GetGroupBy

func (x *ConditionParameters) GetGroupBy() []*wrapperspb.StringValue

func (*ConditionParameters) GetIgnoreInfinity

func (x *ConditionParameters) GetIgnoreInfinity() *wrapperspb.BoolValue

func (*ConditionParameters) GetMaxUniqueCountValuesForGroupByKey

func (x *ConditionParameters) GetMaxUniqueCountValuesForGroupByKey() *wrapperspb.UInt32Value

func (*ConditionParameters) GetMetricAlertParameters

func (x *ConditionParameters) GetMetricAlertParameters() *MetricAlertConditionParameters

func (*ConditionParameters) GetMetricAlertPromqlParameters

func (x *ConditionParameters) GetMetricAlertPromqlParameters() *MetricAlertPromqlConditionParameters

func (*ConditionParameters) GetNotifyGroupByOnlyAlerts

func (x *ConditionParameters) GetNotifyGroupByOnlyAlerts() *wrapperspb.BoolValue

func (*ConditionParameters) GetRelatedExtendedData

func (x *ConditionParameters) GetRelatedExtendedData() *RelatedExtendedData

func (*ConditionParameters) GetRelativeTimeframe

func (x *ConditionParameters) GetRelativeTimeframe() RelativeTimeframe

func (*ConditionParameters) GetThreshold

func (x *ConditionParameters) GetThreshold() *wrapperspb.DoubleValue

func (*ConditionParameters) GetTimeframe

func (x *ConditionParameters) GetTimeframe() Timeframe

func (*ConditionParameters) ProtoMessage

func (*ConditionParameters) ProtoMessage()

func (*ConditionParameters) ProtoReflect

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

func (*ConditionParameters) Reset

func (x *ConditionParameters) Reset()

func (*ConditionParameters) String

func (x *ConditionParameters) String() string

type CreateAlertRequest

type CreateAlertRequest struct {
	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"`
	IsActive                   *wrapperspb.BoolValue      `protobuf:"bytes,4,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"`
	Severity                   AlertSeverity              `protobuf:"varint,5,opt,name=severity,proto3,enum=com.coralogix.alerts.v1.AlertSeverity" json:"severity,omitempty"`
	Expiration                 *Date                      `protobuf:"bytes,6,opt,name=expiration,proto3" json:"expiration,omitempty"`
	Condition                  *AlertCondition            `protobuf:"bytes,7,opt,name=condition,proto3" json:"condition,omitempty"`
	ShowInInsight              *ShowInInsight             `protobuf:"bytes,8,opt,name=show_in_insight,json=showInInsight,proto3,oneof" json:"show_in_insight,omitempty"`
	NotificationGroups         []*AlertNotificationGroups `protobuf:"bytes,9,rep,name=notification_groups,json=notificationGroups,proto3" json:"notification_groups,omitempty"`
	Filters                    *AlertFilters              `protobuf:"bytes,10,opt,name=filters,proto3" json:"filters,omitempty"`
	ActiveWhen                 *AlertActiveWhen           `protobuf:"bytes,11,opt,name=active_when,json=activeWhen,proto3" json:"active_when,omitempty"`
	NotificationPayloadFilters []*wrapperspb.StringValue  `` /* 142-byte string literal not displayed */
	MetaLabels                 []*MetaLabel               `protobuf:"bytes,13,rep,name=meta_labels,json=metaLabels,proto3" json:"meta_labels,omitempty"`
	MetaLabelsStrings          []*wrapperspb.StringValue  `protobuf:"bytes,14,rep,name=meta_labels_strings,json=metaLabelsStrings,proto3" json:"meta_labels_strings,omitempty"`
	TracingAlert               *TracingAlert              `protobuf:"bytes,15,opt,name=tracing_alert,json=tracingAlert,proto3,oneof" json:"tracing_alert,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAlertRequest) Descriptor deprecated

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

Deprecated: Use CreateAlertRequest.ProtoReflect.Descriptor instead.

func (*CreateAlertRequest) GetActiveWhen

func (x *CreateAlertRequest) GetActiveWhen() *AlertActiveWhen

func (*CreateAlertRequest) GetCondition

func (x *CreateAlertRequest) GetCondition() *AlertCondition

func (*CreateAlertRequest) GetDescription

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

func (*CreateAlertRequest) GetExpiration

func (x *CreateAlertRequest) GetExpiration() *Date

func (*CreateAlertRequest) GetFilters

func (x *CreateAlertRequest) GetFilters() *AlertFilters

func (*CreateAlertRequest) GetIsActive

func (x *CreateAlertRequest) GetIsActive() *wrapperspb.BoolValue

func (*CreateAlertRequest) GetMetaLabels

func (x *CreateAlertRequest) GetMetaLabels() []*MetaLabel

func (*CreateAlertRequest) GetMetaLabelsStrings

func (x *CreateAlertRequest) GetMetaLabelsStrings() []*wrapperspb.StringValue

func (*CreateAlertRequest) GetName

func (*CreateAlertRequest) GetNotificationGroups

func (x *CreateAlertRequest) GetNotificationGroups() []*AlertNotificationGroups

func (*CreateAlertRequest) GetNotificationPayloadFilters

func (x *CreateAlertRequest) GetNotificationPayloadFilters() []*wrapperspb.StringValue

func (*CreateAlertRequest) GetSeverity

func (x *CreateAlertRequest) GetSeverity() AlertSeverity

func (*CreateAlertRequest) GetShowInInsight

func (x *CreateAlertRequest) GetShowInInsight() *ShowInInsight

func (*CreateAlertRequest) GetTracingAlert

func (x *CreateAlertRequest) GetTracingAlert() *TracingAlert

func (*CreateAlertRequest) ProtoMessage

func (*CreateAlertRequest) ProtoMessage()

func (*CreateAlertRequest) ProtoReflect

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

func (*CreateAlertRequest) Reset

func (x *CreateAlertRequest) Reset()

func (*CreateAlertRequest) String

func (x *CreateAlertRequest) String() string

type CreateAlertResponse

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

func (*CreateAlertResponse) Descriptor deprecated

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

Deprecated: Use CreateAlertResponse.ProtoReflect.Descriptor instead.

func (*CreateAlertResponse) GetAlert

func (x *CreateAlertResponse) GetAlert() *Alert

func (*CreateAlertResponse) ProtoMessage

func (*CreateAlertResponse) ProtoMessage()

func (*CreateAlertResponse) ProtoReflect

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

func (*CreateAlertResponse) Reset

func (x *CreateAlertResponse) Reset()

func (*CreateAlertResponse) String

func (x *CreateAlertResponse) String() string

type Date

type Date struct {
	Year  int32 `protobuf:"varint,1,opt,name=year,proto3" json:"year,omitempty"`
	Month int32 `protobuf:"varint,2,opt,name=month,proto3" json:"month,omitempty"`
	Day   int32 `protobuf:"varint,3,opt,name=day,proto3" json:"day,omitempty"`
	// contains filtered or unexported fields
}

func (*Date) Descriptor deprecated

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

Deprecated: Use Date.ProtoReflect.Descriptor instead.

func (*Date) GetDay

func (x *Date) GetDay() int32

func (*Date) GetMonth

func (x *Date) GetMonth() int32

func (*Date) GetYear

func (x *Date) GetYear() int32

func (*Date) ProtoMessage

func (*Date) ProtoMessage()

func (*Date) ProtoReflect

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

func (*Date) Reset

func (x *Date) Reset()

func (*Date) String

func (x *Date) String() string

type DayOfWeek

type DayOfWeek int32
const (
	DayOfWeek_DAY_OF_WEEK_MONDAY_OR_UNSPECIFIED DayOfWeek = 0
	DayOfWeek_DAY_OF_WEEK_TUESDAY               DayOfWeek = 1
	DayOfWeek_DAY_OF_WEEK_WEDNESDAY             DayOfWeek = 2
	DayOfWeek_DAY_OF_WEEK_THURSDAY              DayOfWeek = 3
	DayOfWeek_DAY_OF_WEEK_FRIDAY                DayOfWeek = 4
	DayOfWeek_DAY_OF_WEEK_SATURDAY              DayOfWeek = 5
	DayOfWeek_DAY_OF_WEEK_SUNDAY                DayOfWeek = 6
)

func (DayOfWeek) Descriptor

func (DayOfWeek) Descriptor() protoreflect.EnumDescriptor

func (DayOfWeek) Enum

func (x DayOfWeek) Enum() *DayOfWeek

func (DayOfWeek) EnumDescriptor deprecated

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

Deprecated: Use DayOfWeek.Descriptor instead.

func (DayOfWeek) Number

func (x DayOfWeek) Number() protoreflect.EnumNumber

func (DayOfWeek) String

func (x DayOfWeek) String() string

func (DayOfWeek) Type

type DeleteAlertByUniqueIdRequest

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

func (*DeleteAlertByUniqueIdRequest) Descriptor deprecated

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

Deprecated: Use DeleteAlertByUniqueIdRequest.ProtoReflect.Descriptor instead.

func (*DeleteAlertByUniqueIdRequest) GetId

func (*DeleteAlertByUniqueIdRequest) ProtoMessage

func (*DeleteAlertByUniqueIdRequest) ProtoMessage()

func (*DeleteAlertByUniqueIdRequest) ProtoReflect

func (*DeleteAlertByUniqueIdRequest) Reset

func (x *DeleteAlertByUniqueIdRequest) Reset()

func (*DeleteAlertByUniqueIdRequest) String

type DeleteAlertByUniqueIdResponse

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

func (*DeleteAlertByUniqueIdResponse) Descriptor deprecated

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

Deprecated: Use DeleteAlertByUniqueIdResponse.ProtoReflect.Descriptor instead.

func (*DeleteAlertByUniqueIdResponse) ProtoMessage

func (*DeleteAlertByUniqueIdResponse) ProtoMessage()

func (*DeleteAlertByUniqueIdResponse) ProtoReflect

func (*DeleteAlertByUniqueIdResponse) Reset

func (x *DeleteAlertByUniqueIdResponse) Reset()

func (*DeleteAlertByUniqueIdResponse) String

type DeleteAlertRequest

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

func (*DeleteAlertRequest) Descriptor deprecated

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

Deprecated: Use DeleteAlertRequest.ProtoReflect.Descriptor instead.

func (*DeleteAlertRequest) GetId

func (*DeleteAlertRequest) ProtoMessage

func (*DeleteAlertRequest) ProtoMessage()

func (*DeleteAlertRequest) ProtoReflect

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

func (*DeleteAlertRequest) Reset

func (x *DeleteAlertRequest) Reset()

func (*DeleteAlertRequest) String

func (x *DeleteAlertRequest) String() string

type DeleteAlertResponse

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

func (*DeleteAlertResponse) Descriptor deprecated

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

Deprecated: Use DeleteAlertResponse.ProtoReflect.Descriptor instead.

func (*DeleteAlertResponse) ProtoMessage

func (*DeleteAlertResponse) ProtoMessage()

func (*DeleteAlertResponse) ProtoReflect

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

func (*DeleteAlertResponse) Reset

func (x *DeleteAlertResponse) Reset()

func (*DeleteAlertResponse) String

func (x *DeleteAlertResponse) String() string

type EvaluationWindow

type EvaluationWindow int32
const (
	EvaluationWindow_EVALUATION_WINDOW_ROLLING_OR_UNSPECIFIED EvaluationWindow = 0
	EvaluationWindow_EVALUATION_WINDOW_DYNAMIC                EvaluationWindow = 1
)

func (EvaluationWindow) Descriptor

func (EvaluationWindow) Enum

func (EvaluationWindow) EnumDescriptor deprecated

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

Deprecated: Use EvaluationWindow.Descriptor instead.

func (EvaluationWindow) Number

func (EvaluationWindow) String

func (x EvaluationWindow) String() string

func (EvaluationWindow) Type

type FilterData

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

func (*FilterData) Descriptor deprecated

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

Deprecated: Use FilterData.ProtoReflect.Descriptor instead.

func (*FilterData) GetField

func (x *FilterData) GetField() string

func (*FilterData) GetFilters

func (x *FilterData) GetFilters() []*Filters

func (*FilterData) ProtoMessage

func (*FilterData) ProtoMessage()

func (*FilterData) ProtoReflect

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

func (*FilterData) Reset

func (x *FilterData) Reset()

func (*FilterData) String

func (x *FilterData) String() string

type Filters

type Filters struct {
	Values   []string `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	Operator string   `protobuf:"bytes,2,opt,name=operator,proto3" json:"operator,omitempty"`
	// contains filtered or unexported fields
}

func (*Filters) Descriptor deprecated

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

Deprecated: Use Filters.ProtoReflect.Descriptor instead.

func (*Filters) GetOperator

func (x *Filters) GetOperator() string

func (*Filters) GetValues

func (x *Filters) GetValues() []string

func (*Filters) ProtoMessage

func (*Filters) ProtoMessage()

func (*Filters) ProtoReflect

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

func (*Filters) Reset

func (x *Filters) Reset()

func (*Filters) String

func (x *Filters) String() string

type FlowAlert

type FlowAlert struct {
	Id  *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Not *wrapperspb.BoolValue   `protobuf:"bytes,2,opt,name=not,proto3" json:"not,omitempty"`
	// contains filtered or unexported fields
}

func (*FlowAlert) Descriptor deprecated

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

Deprecated: Use FlowAlert.ProtoReflect.Descriptor instead.

func (*FlowAlert) GetId

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

func (*FlowAlert) GetNot

func (x *FlowAlert) GetNot() *wrapperspb.BoolValue

func (*FlowAlert) ProtoMessage

func (*FlowAlert) ProtoMessage()

func (*FlowAlert) ProtoReflect

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

func (*FlowAlert) Reset

func (x *FlowAlert) Reset()

func (*FlowAlert) String

func (x *FlowAlert) String() string

type FlowAlerts

type FlowAlerts struct {
	Op     FlowOperator `protobuf:"varint,1,opt,name=op,proto3,enum=com.coralogix.alerts.v1.FlowOperator" json:"op,omitempty"`
	Values []*FlowAlert `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*FlowAlerts) Descriptor deprecated

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

Deprecated: Use FlowAlerts.ProtoReflect.Descriptor instead.

func (*FlowAlerts) GetOp

func (x *FlowAlerts) GetOp() FlowOperator

func (*FlowAlerts) GetValues

func (x *FlowAlerts) GetValues() []*FlowAlert

func (*FlowAlerts) ProtoMessage

func (*FlowAlerts) ProtoMessage()

func (*FlowAlerts) ProtoReflect

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

func (*FlowAlerts) Reset

func (x *FlowAlerts) Reset()

func (*FlowAlerts) String

func (x *FlowAlerts) String() string

type FlowCondition

type FlowCondition struct {
	Stages     []*FlowStage         `protobuf:"bytes,1,rep,name=stages,proto3" json:"stages,omitempty"`
	Parameters *ConditionParameters `protobuf:"bytes,2,opt,name=parameters,proto3,oneof" json:"parameters,omitempty"`
	// contains filtered or unexported fields
}

func (*FlowCondition) Descriptor deprecated

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

Deprecated: Use FlowCondition.ProtoReflect.Descriptor instead.

func (*FlowCondition) GetParameters

func (x *FlowCondition) GetParameters() *ConditionParameters

func (*FlowCondition) GetStages

func (x *FlowCondition) GetStages() []*FlowStage

func (*FlowCondition) ProtoMessage

func (*FlowCondition) ProtoMessage()

func (*FlowCondition) ProtoReflect

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

func (*FlowCondition) Reset

func (x *FlowCondition) Reset()

func (*FlowCondition) String

func (x *FlowCondition) String() string

type FlowGroup

type FlowGroup struct {
	Alerts *FlowAlerts  `protobuf:"bytes,1,opt,name=alerts,proto3" json:"alerts,omitempty"`
	NextOp FlowOperator `protobuf:"varint,2,opt,name=nextOp,proto3,enum=com.coralogix.alerts.v1.FlowOperator" json:"nextOp,omitempty"`
	// contains filtered or unexported fields
}

func (*FlowGroup) Descriptor deprecated

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

Deprecated: Use FlowGroup.ProtoReflect.Descriptor instead.

func (*FlowGroup) GetAlerts

func (x *FlowGroup) GetAlerts() *FlowAlerts

func (*FlowGroup) GetNextOp

func (x *FlowGroup) GetNextOp() FlowOperator

func (*FlowGroup) ProtoMessage

func (*FlowGroup) ProtoMessage()

func (*FlowGroup) ProtoReflect

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

func (*FlowGroup) Reset

func (x *FlowGroup) Reset()

func (*FlowGroup) String

func (x *FlowGroup) String() string

type FlowOperator

type FlowOperator int32
const (
	FlowOperator_AND FlowOperator = 0
	FlowOperator_OR  FlowOperator = 1
)

func (FlowOperator) Descriptor

func (FlowOperator) Enum

func (x FlowOperator) Enum() *FlowOperator

func (FlowOperator) EnumDescriptor deprecated

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

Deprecated: Use FlowOperator.Descriptor instead.

func (FlowOperator) Number

func (FlowOperator) String

func (x FlowOperator) String() string

func (FlowOperator) Type

type FlowStage

type FlowStage struct {
	Groups    []*FlowGroup   `protobuf:"bytes,1,rep,name=groups,proto3" json:"groups,omitempty"`
	Timeframe *FlowTimeframe `protobuf:"bytes,2,opt,name=timeframe,proto3" json:"timeframe,omitempty"`
	// contains filtered or unexported fields
}

func (*FlowStage) Descriptor deprecated

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

Deprecated: Use FlowStage.ProtoReflect.Descriptor instead.

func (*FlowStage) GetGroups

func (x *FlowStage) GetGroups() []*FlowGroup

func (*FlowStage) GetTimeframe

func (x *FlowStage) GetTimeframe() *FlowTimeframe

func (*FlowStage) ProtoMessage

func (*FlowStage) ProtoMessage()

func (*FlowStage) ProtoReflect

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

func (*FlowStage) Reset

func (x *FlowStage) Reset()

func (*FlowStage) String

func (x *FlowStage) String() string

type FlowTimeframe

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

func (*FlowTimeframe) Descriptor deprecated

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

Deprecated: Use FlowTimeframe.ProtoReflect.Descriptor instead.

func (*FlowTimeframe) GetMs

func (x *FlowTimeframe) GetMs() *wrapperspb.UInt32Value

func (*FlowTimeframe) ProtoMessage

func (*FlowTimeframe) ProtoMessage()

func (*FlowTimeframe) ProtoReflect

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

func (*FlowTimeframe) Reset

func (x *FlowTimeframe) Reset()

func (*FlowTimeframe) String

func (x *FlowTimeframe) String() string

type GetAlertByUniqueIdRequest

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

func (*GetAlertByUniqueIdRequest) Descriptor deprecated

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

Deprecated: Use GetAlertByUniqueIdRequest.ProtoReflect.Descriptor instead.

func (*GetAlertByUniqueIdRequest) GetId

func (*GetAlertByUniqueIdRequest) ProtoMessage

func (*GetAlertByUniqueIdRequest) ProtoMessage()

func (*GetAlertByUniqueIdRequest) ProtoReflect

func (*GetAlertByUniqueIdRequest) Reset

func (x *GetAlertByUniqueIdRequest) Reset()

func (*GetAlertByUniqueIdRequest) String

func (x *GetAlertByUniqueIdRequest) String() string

type GetAlertByUniqueIdResponse

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

func (*GetAlertByUniqueIdResponse) Descriptor deprecated

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

Deprecated: Use GetAlertByUniqueIdResponse.ProtoReflect.Descriptor instead.

func (*GetAlertByUniqueIdResponse) GetAlert

func (x *GetAlertByUniqueIdResponse) GetAlert() *Alert

func (*GetAlertByUniqueIdResponse) ProtoMessage

func (*GetAlertByUniqueIdResponse) ProtoMessage()

func (*GetAlertByUniqueIdResponse) ProtoReflect

func (*GetAlertByUniqueIdResponse) Reset

func (x *GetAlertByUniqueIdResponse) Reset()

func (*GetAlertByUniqueIdResponse) String

func (x *GetAlertByUniqueIdResponse) String() string

type GetAlertEventsCountBySeverityRequest

type GetAlertEventsCountBySeverityRequest struct {
	From         *timestamppb.Timestamp    `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"`
	To           *timestamppb.Timestamp    `protobuf:"bytes,2,opt,name=to,proto3" json:"to,omitempty"`
	Applications []*wrapperspb.StringValue `protobuf:"bytes,3,rep,name=applications,proto3" json:"applications,omitempty"`
	Subsystems   []*wrapperspb.StringValue `protobuf:"bytes,4,rep,name=subsystems,proto3" json:"subsystems,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAlertEventsCountBySeverityRequest) Descriptor deprecated

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

Deprecated: Use GetAlertEventsCountBySeverityRequest.ProtoReflect.Descriptor instead.

func (*GetAlertEventsCountBySeverityRequest) GetApplications

func (*GetAlertEventsCountBySeverityRequest) GetFrom

func (*GetAlertEventsCountBySeverityRequest) GetSubsystems

func (*GetAlertEventsCountBySeverityRequest) GetTo

func (*GetAlertEventsCountBySeverityRequest) ProtoMessage

func (*GetAlertEventsCountBySeverityRequest) ProtoMessage()

func (*GetAlertEventsCountBySeverityRequest) ProtoReflect

func (*GetAlertEventsCountBySeverityRequest) Reset

func (*GetAlertEventsCountBySeverityRequest) String

type GetAlertEventsCountBySeverityResponse

type GetAlertEventsCountBySeverityResponse struct {
	EventCounts []*AlertEventsCountBySeverity `protobuf:"bytes,1,rep,name=event_counts,json=eventCounts,proto3" json:"event_counts,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAlertEventsCountBySeverityResponse) Descriptor deprecated

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

Deprecated: Use GetAlertEventsCountBySeverityResponse.ProtoReflect.Descriptor instead.

func (*GetAlertEventsCountBySeverityResponse) GetEventCounts

func (*GetAlertEventsCountBySeverityResponse) ProtoMessage

func (*GetAlertEventsCountBySeverityResponse) ProtoMessage()

func (*GetAlertEventsCountBySeverityResponse) ProtoReflect

func (*GetAlertEventsCountBySeverityResponse) Reset

func (*GetAlertEventsCountBySeverityResponse) String

type GetAlertEventsRequest

type GetAlertEventsRequest struct {
	From *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	To   *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAlertEventsRequest) Descriptor deprecated

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

Deprecated: Use GetAlertEventsRequest.ProtoReflect.Descriptor instead.

func (*GetAlertEventsRequest) GetFrom

func (*GetAlertEventsRequest) GetTo

func (*GetAlertEventsRequest) ProtoMessage

func (*GetAlertEventsRequest) ProtoMessage()

func (*GetAlertEventsRequest) ProtoReflect

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

func (*GetAlertEventsRequest) Reset

func (x *GetAlertEventsRequest) Reset()

func (*GetAlertEventsRequest) String

func (x *GetAlertEventsRequest) String() string

type GetAlertEventsResponse

type GetAlertEventsResponse struct {
	Events []*AlertEvent `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAlertEventsResponse) Descriptor deprecated

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

Deprecated: Use GetAlertEventsResponse.ProtoReflect.Descriptor instead.

func (*GetAlertEventsResponse) GetEvents

func (x *GetAlertEventsResponse) GetEvents() []*AlertEvent

func (*GetAlertEventsResponse) ProtoMessage

func (*GetAlertEventsResponse) ProtoMessage()

func (*GetAlertEventsResponse) ProtoReflect

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

func (*GetAlertEventsResponse) Reset

func (x *GetAlertEventsResponse) Reset()

func (*GetAlertEventsResponse) String

func (x *GetAlertEventsResponse) String() string

type GetAlertModelMappingRequest

type GetAlertModelMappingRequest struct {
	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"`
	IsActive                   *wrapperspb.BoolValue      `protobuf:"bytes,4,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"`
	Severity                   AlertSeverity              `protobuf:"varint,5,opt,name=severity,proto3,enum=com.coralogix.alerts.v1.AlertSeverity" json:"severity,omitempty"`
	Expiration                 *Date                      `protobuf:"bytes,6,opt,name=expiration,proto3" json:"expiration,omitempty"`
	Condition                  *AlertCondition            `protobuf:"bytes,7,opt,name=condition,proto3" json:"condition,omitempty"`
	ShowInInsight              *ShowInInsight             `protobuf:"bytes,8,opt,name=show_in_insight,json=showInInsight,proto3,oneof" json:"show_in_insight,omitempty"`
	NotificationGroups         []*AlertNotificationGroups `protobuf:"bytes,9,rep,name=notification_groups,json=notificationGroups,proto3" json:"notification_groups,omitempty"`
	Filters                    *AlertFilters              `protobuf:"bytes,10,opt,name=filters,proto3" json:"filters,omitempty"`
	ActiveWhen                 *AlertActiveWhen           `protobuf:"bytes,11,opt,name=active_when,json=activeWhen,proto3" json:"active_when,omitempty"`
	NotificationPayloadFilters []*wrapperspb.StringValue  `` /* 142-byte string literal not displayed */
	MetaLabels                 []*MetaLabel               `protobuf:"bytes,13,rep,name=meta_labels,json=metaLabels,proto3" json:"meta_labels,omitempty"`
	MetaLabelsStrings          []*wrapperspb.StringValue  `protobuf:"bytes,14,rep,name=meta_labels_strings,json=metaLabelsStrings,proto3" json:"meta_labels_strings,omitempty"`
	TracingAlert               *TracingAlert              `protobuf:"bytes,15,opt,name=tracing_alert,json=tracingAlert,proto3,oneof" json:"tracing_alert,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAlertModelMappingRequest) Descriptor deprecated

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

Deprecated: Use GetAlertModelMappingRequest.ProtoReflect.Descriptor instead.

func (*GetAlertModelMappingRequest) GetActiveWhen

func (x *GetAlertModelMappingRequest) GetActiveWhen() *AlertActiveWhen

func (*GetAlertModelMappingRequest) GetCondition

func (x *GetAlertModelMappingRequest) GetCondition() *AlertCondition

func (*GetAlertModelMappingRequest) GetDescription

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

func (*GetAlertModelMappingRequest) GetExpiration

func (x *GetAlertModelMappingRequest) GetExpiration() *Date

func (*GetAlertModelMappingRequest) GetFilters

func (x *GetAlertModelMappingRequest) GetFilters() *AlertFilters

func (*GetAlertModelMappingRequest) GetIsActive

func (*GetAlertModelMappingRequest) GetMetaLabels

func (x *GetAlertModelMappingRequest) GetMetaLabels() []*MetaLabel

func (*GetAlertModelMappingRequest) GetMetaLabelsStrings

func (x *GetAlertModelMappingRequest) GetMetaLabelsStrings() []*wrapperspb.StringValue

func (*GetAlertModelMappingRequest) GetName

func (*GetAlertModelMappingRequest) GetNotificationGroups

func (x *GetAlertModelMappingRequest) GetNotificationGroups() []*AlertNotificationGroups

func (*GetAlertModelMappingRequest) GetNotificationPayloadFilters

func (x *GetAlertModelMappingRequest) GetNotificationPayloadFilters() []*wrapperspb.StringValue

func (*GetAlertModelMappingRequest) GetSeverity

func (x *GetAlertModelMappingRequest) GetSeverity() AlertSeverity

func (*GetAlertModelMappingRequest) GetShowInInsight

func (x *GetAlertModelMappingRequest) GetShowInInsight() *ShowInInsight

func (*GetAlertModelMappingRequest) GetTracingAlert

func (x *GetAlertModelMappingRequest) GetTracingAlert() *TracingAlert

func (*GetAlertModelMappingRequest) ProtoMessage

func (*GetAlertModelMappingRequest) ProtoMessage()

func (*GetAlertModelMappingRequest) ProtoReflect

func (*GetAlertModelMappingRequest) Reset

func (x *GetAlertModelMappingRequest) Reset()

func (*GetAlertModelMappingRequest) String

func (x *GetAlertModelMappingRequest) String() string

type GetAlertModelMappingResponse

type GetAlertModelMappingResponse struct {
	AlertDefinition *structpb.Struct `protobuf:"bytes,1,opt,name=alert_definition,json=alertDefinition,proto3" json:"alert_definition,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAlertModelMappingResponse) Descriptor deprecated

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

Deprecated: Use GetAlertModelMappingResponse.ProtoReflect.Descriptor instead.

func (*GetAlertModelMappingResponse) GetAlertDefinition

func (x *GetAlertModelMappingResponse) GetAlertDefinition() *structpb.Struct

func (*GetAlertModelMappingResponse) ProtoMessage

func (*GetAlertModelMappingResponse) ProtoMessage()

func (*GetAlertModelMappingResponse) ProtoReflect

func (*GetAlertModelMappingResponse) Reset

func (x *GetAlertModelMappingResponse) Reset()

func (*GetAlertModelMappingResponse) String

type GetAlertRequest

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

func (*GetAlertRequest) Descriptor deprecated

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

Deprecated: Use GetAlertRequest.ProtoReflect.Descriptor instead.

func (*GetAlertRequest) GetId

func (*GetAlertRequest) ProtoMessage

func (*GetAlertRequest) ProtoMessage()

func (*GetAlertRequest) ProtoReflect

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

func (*GetAlertRequest) Reset

func (x *GetAlertRequest) Reset()

func (*GetAlertRequest) String

func (x *GetAlertRequest) String() string

type GetAlertResponse

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

func (*GetAlertResponse) Descriptor deprecated

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

Deprecated: Use GetAlertResponse.ProtoReflect.Descriptor instead.

func (*GetAlertResponse) GetAlert

func (x *GetAlertResponse) GetAlert() *Alert

func (*GetAlertResponse) ProtoMessage

func (*GetAlertResponse) ProtoMessage()

func (*GetAlertResponse) ProtoReflect

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

func (*GetAlertResponse) Reset

func (x *GetAlertResponse) Reset()

func (*GetAlertResponse) String

func (x *GetAlertResponse) String() string

type GetAlertsRequest

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

func (*GetAlertsRequest) Descriptor deprecated

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

Deprecated: Use GetAlertsRequest.ProtoReflect.Descriptor instead.

func (*GetAlertsRequest) ProtoMessage

func (*GetAlertsRequest) ProtoMessage()

func (*GetAlertsRequest) ProtoReflect

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

func (*GetAlertsRequest) Reset

func (x *GetAlertsRequest) Reset()

func (*GetAlertsRequest) String

func (x *GetAlertsRequest) String() string

type GetAlertsResponse

type GetAlertsResponse struct {
	Alerts []*Alert `protobuf:"bytes,1,rep,name=alerts,proto3" json:"alerts,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAlertsResponse) Descriptor deprecated

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

Deprecated: Use GetAlertsResponse.ProtoReflect.Descriptor instead.

func (*GetAlertsResponse) GetAlerts

func (x *GetAlertsResponse) GetAlerts() []*Alert

func (*GetAlertsResponse) ProtoMessage

func (*GetAlertsResponse) ProtoMessage()

func (*GetAlertsResponse) ProtoReflect

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

func (*GetAlertsResponse) Reset

func (x *GetAlertsResponse) Reset()

func (*GetAlertsResponse) String

func (x *GetAlertsResponse) String() string

type ImmediateCondition

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

func (*ImmediateCondition) Descriptor deprecated

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

Deprecated: Use ImmediateCondition.ProtoReflect.Descriptor instead.

func (*ImmediateCondition) ProtoMessage

func (*ImmediateCondition) ProtoMessage()

func (*ImmediateCondition) ProtoReflect

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

func (*ImmediateCondition) Reset

func (x *ImmediateCondition) Reset()

func (*ImmediateCondition) String

func (x *ImmediateCondition) String() string

type LessThanCondition

type LessThanCondition struct {
	Parameters *ConditionParameters `protobuf:"bytes,1,opt,name=parameters,proto3" json:"parameters,omitempty"`
	// contains filtered or unexported fields
}

func (*LessThanCondition) Descriptor deprecated

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

Deprecated: Use LessThanCondition.ProtoReflect.Descriptor instead.

func (*LessThanCondition) GetParameters

func (x *LessThanCondition) GetParameters() *ConditionParameters

func (*LessThanCondition) ProtoMessage

func (*LessThanCondition) ProtoMessage()

func (*LessThanCondition) ProtoReflect

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

func (*LessThanCondition) Reset

func (x *LessThanCondition) Reset()

func (*LessThanCondition) String

func (x *LessThanCondition) String() string

type MetaLabel

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

func (*MetaLabel) Descriptor deprecated

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

Deprecated: Use MetaLabel.ProtoReflect.Descriptor instead.

func (*MetaLabel) GetKey

func (x *MetaLabel) GetKey() *wrapperspb.StringValue

func (*MetaLabel) GetValue

func (x *MetaLabel) GetValue() *wrapperspb.StringValue

func (*MetaLabel) ProtoMessage

func (*MetaLabel) ProtoMessage()

func (*MetaLabel) ProtoReflect

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

func (*MetaLabel) Reset

func (x *MetaLabel) Reset()

func (*MetaLabel) String

func (x *MetaLabel) String() string

type MetricAlertConditionParameters

type MetricAlertConditionParameters struct {
	MetricField                *wrapperspb.StringValue                           `protobuf:"bytes,1,opt,name=metric_field,json=metricField,proto3" json:"metric_field,omitempty"`
	MetricSource               MetricAlertConditionParameters_MetricSource       `` /* 171-byte string literal not displayed */
	ArithmeticOperator         MetricAlertConditionParameters_ArithmeticOperator `` /* 195-byte string literal not displayed */
	ArithmeticOperatorModifier *wrapperspb.UInt32Value                           `` /* 141-byte string literal not displayed */
	SampleThresholdPercentage  *wrapperspb.UInt32Value                           `` /* 138-byte string literal not displayed */
	NonNullPercentage          *wrapperspb.UInt32Value                           `protobuf:"bytes,6,opt,name=non_null_percentage,json=nonNullPercentage,proto3" json:"non_null_percentage,omitempty"`
	SwapNullValues             *wrapperspb.BoolValue                             `protobuf:"bytes,7,opt,name=swap_null_values,json=swapNullValues,proto3" json:"swap_null_values,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricAlertConditionParameters) Descriptor deprecated

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

Deprecated: Use MetricAlertConditionParameters.ProtoReflect.Descriptor instead.

func (*MetricAlertConditionParameters) GetArithmeticOperator

func (*MetricAlertConditionParameters) GetArithmeticOperatorModifier

func (x *MetricAlertConditionParameters) GetArithmeticOperatorModifier() *wrapperspb.UInt32Value

func (*MetricAlertConditionParameters) GetMetricField

func (*MetricAlertConditionParameters) GetMetricSource

func (*MetricAlertConditionParameters) GetNonNullPercentage

func (x *MetricAlertConditionParameters) GetNonNullPercentage() *wrapperspb.UInt32Value

func (*MetricAlertConditionParameters) GetSampleThresholdPercentage

func (x *MetricAlertConditionParameters) GetSampleThresholdPercentage() *wrapperspb.UInt32Value

func (*MetricAlertConditionParameters) GetSwapNullValues

func (x *MetricAlertConditionParameters) GetSwapNullValues() *wrapperspb.BoolValue

func (*MetricAlertConditionParameters) ProtoMessage

func (*MetricAlertConditionParameters) ProtoMessage()

func (*MetricAlertConditionParameters) ProtoReflect

func (*MetricAlertConditionParameters) Reset

func (x *MetricAlertConditionParameters) Reset()

func (*MetricAlertConditionParameters) String

type MetricAlertConditionParameters_ArithmeticOperator

type MetricAlertConditionParameters_ArithmeticOperator int32
const (
	MetricAlertConditionParameters_ARITHMETIC_OPERATOR_AVG_OR_UNSPECIFIED MetricAlertConditionParameters_ArithmeticOperator = 0
	MetricAlertConditionParameters_ARITHMETIC_OPERATOR_MIN                MetricAlertConditionParameters_ArithmeticOperator = 1
	MetricAlertConditionParameters_ARITHMETIC_OPERATOR_MAX                MetricAlertConditionParameters_ArithmeticOperator = 2
	MetricAlertConditionParameters_ARITHMETIC_OPERATOR_SUM                MetricAlertConditionParameters_ArithmeticOperator = 3
	MetricAlertConditionParameters_ARITHMETIC_OPERATOR_COUNT              MetricAlertConditionParameters_ArithmeticOperator = 4
	MetricAlertConditionParameters_ARITHMETIC_OPERATOR_PERCENTILE         MetricAlertConditionParameters_ArithmeticOperator = 5
)

func (MetricAlertConditionParameters_ArithmeticOperator) Descriptor

func (MetricAlertConditionParameters_ArithmeticOperator) Enum

func (MetricAlertConditionParameters_ArithmeticOperator) EnumDescriptor deprecated

Deprecated: Use MetricAlertConditionParameters_ArithmeticOperator.Descriptor instead.

func (MetricAlertConditionParameters_ArithmeticOperator) Number

func (MetricAlertConditionParameters_ArithmeticOperator) String

func (MetricAlertConditionParameters_ArithmeticOperator) Type

type MetricAlertConditionParameters_MetricSource

type MetricAlertConditionParameters_MetricSource int32
const (
	MetricAlertConditionParameters_METRIC_SOURCE_LOGS2METRICS_OR_UNSPECIFIED MetricAlertConditionParameters_MetricSource = 0
	MetricAlertConditionParameters_METRIC_SOURCE_PROMETHEUS                  MetricAlertConditionParameters_MetricSource = 1
)

func (MetricAlertConditionParameters_MetricSource) Descriptor

func (MetricAlertConditionParameters_MetricSource) Enum

func (MetricAlertConditionParameters_MetricSource) EnumDescriptor deprecated

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

Deprecated: Use MetricAlertConditionParameters_MetricSource.Descriptor instead.

func (MetricAlertConditionParameters_MetricSource) Number

func (MetricAlertConditionParameters_MetricSource) String

func (MetricAlertConditionParameters_MetricSource) Type

type MetricAlertPromqlConditionParameters

type MetricAlertPromqlConditionParameters struct {
	PromqlText                 *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=promql_text,json=promqlText,proto3" json:"promql_text,omitempty"`
	ArithmeticOperatorModifier *wrapperspb.UInt32Value `` /* 141-byte string literal not displayed */
	SampleThresholdPercentage  *wrapperspb.UInt32Value `` /* 138-byte string literal not displayed */
	NonNullPercentage          *wrapperspb.UInt32Value `protobuf:"bytes,4,opt,name=non_null_percentage,json=nonNullPercentage,proto3" json:"non_null_percentage,omitempty"`
	SwapNullValues             *wrapperspb.BoolValue   `protobuf:"bytes,5,opt,name=swap_null_values,json=swapNullValues,proto3" json:"swap_null_values,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricAlertPromqlConditionParameters) Descriptor deprecated

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

Deprecated: Use MetricAlertPromqlConditionParameters.ProtoReflect.Descriptor instead.

func (*MetricAlertPromqlConditionParameters) GetArithmeticOperatorModifier

func (x *MetricAlertPromqlConditionParameters) GetArithmeticOperatorModifier() *wrapperspb.UInt32Value

func (*MetricAlertPromqlConditionParameters) GetNonNullPercentage

func (x *MetricAlertPromqlConditionParameters) GetNonNullPercentage() *wrapperspb.UInt32Value

func (*MetricAlertPromqlConditionParameters) GetPromqlText

func (*MetricAlertPromqlConditionParameters) GetSampleThresholdPercentage

func (x *MetricAlertPromqlConditionParameters) GetSampleThresholdPercentage() *wrapperspb.UInt32Value

func (*MetricAlertPromqlConditionParameters) GetSwapNullValues

func (*MetricAlertPromqlConditionParameters) ProtoMessage

func (*MetricAlertPromqlConditionParameters) ProtoMessage()

func (*MetricAlertPromqlConditionParameters) ProtoReflect

func (*MetricAlertPromqlConditionParameters) Reset

func (*MetricAlertPromqlConditionParameters) String

type MoreThanCondition

type MoreThanCondition struct {
	Parameters       *ConditionParameters `protobuf:"bytes,1,opt,name=parameters,proto3" json:"parameters,omitempty"`
	EvaluationWindow *EvaluationWindow    `` /* 162-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MoreThanCondition) Descriptor deprecated

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

Deprecated: Use MoreThanCondition.ProtoReflect.Descriptor instead.

func (*MoreThanCondition) GetEvaluationWindow

func (x *MoreThanCondition) GetEvaluationWindow() EvaluationWindow

func (*MoreThanCondition) GetParameters

func (x *MoreThanCondition) GetParameters() *ConditionParameters

func (*MoreThanCondition) ProtoMessage

func (*MoreThanCondition) ProtoMessage()

func (*MoreThanCondition) ProtoReflect

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

func (*MoreThanCondition) Reset

func (x *MoreThanCondition) Reset()

func (*MoreThanCondition) String

func (x *MoreThanCondition) String() string

type MoreThanUsualCondition

type MoreThanUsualCondition struct {
	Parameters *ConditionParameters `protobuf:"bytes,1,opt,name=parameters,proto3" json:"parameters,omitempty"`
	// contains filtered or unexported fields
}

func (*MoreThanUsualCondition) Descriptor deprecated

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

Deprecated: Use MoreThanUsualCondition.ProtoReflect.Descriptor instead.

func (*MoreThanUsualCondition) GetParameters

func (x *MoreThanUsualCondition) GetParameters() *ConditionParameters

func (*MoreThanUsualCondition) ProtoMessage

func (*MoreThanUsualCondition) ProtoMessage()

func (*MoreThanUsualCondition) ProtoReflect

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

func (*MoreThanUsualCondition) Reset

func (x *MoreThanUsualCondition) Reset()

func (*MoreThanUsualCondition) String

func (x *MoreThanUsualCondition) String() string

type NewValueCondition

type NewValueCondition struct {
	Parameters *ConditionParameters `protobuf:"bytes,1,opt,name=parameters,proto3" json:"parameters,omitempty"`
	// contains filtered or unexported fields
}

func (*NewValueCondition) Descriptor deprecated

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

Deprecated: Use NewValueCondition.ProtoReflect.Descriptor instead.

func (*NewValueCondition) GetParameters

func (x *NewValueCondition) GetParameters() *ConditionParameters

func (*NewValueCondition) ProtoMessage

func (*NewValueCondition) ProtoMessage()

func (*NewValueCondition) ProtoReflect

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

func (*NewValueCondition) Reset

func (x *NewValueCondition) Reset()

func (*NewValueCondition) String

func (x *NewValueCondition) String() string

type NotifyOn

type NotifyOn int32
const (
	NotifyOn_TRIGGERED_ONLY         NotifyOn = 0
	NotifyOn_TRIGGERED_AND_RESOLVED NotifyOn = 1
)

func (NotifyOn) Descriptor

func (NotifyOn) Descriptor() protoreflect.EnumDescriptor

func (NotifyOn) Enum

func (x NotifyOn) Enum() *NotifyOn

func (NotifyOn) EnumDescriptor deprecated

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

Deprecated: Use NotifyOn.Descriptor instead.

func (NotifyOn) Number

func (x NotifyOn) Number() protoreflect.EnumNumber

func (NotifyOn) String

func (x NotifyOn) String() string

func (NotifyOn) Type

type Recipients

type Recipients struct {
	Emails []*wrapperspb.StringValue `protobuf:"bytes,1,rep,name=emails,proto3" json:"emails,omitempty"`
	// contains filtered or unexported fields
}

func (*Recipients) Descriptor deprecated

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

Deprecated: Use Recipients.ProtoReflect.Descriptor instead.

func (*Recipients) GetEmails

func (x *Recipients) GetEmails() []*wrapperspb.StringValue

func (*Recipients) ProtoMessage

func (*Recipients) ProtoMessage()

func (*Recipients) ProtoReflect

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

func (*Recipients) Reset

func (x *Recipients) Reset()

func (*Recipients) String

func (x *Recipients) String() string

type RelatedExtendedData

type RelatedExtendedData struct {
	CleanupDeadmanDuration *CleanupDeadmanDuration `` /* 188-byte string literal not displayed */
	ShouldTriggerDeadman   *wrapperspb.BoolValue   `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RelatedExtendedData) Descriptor deprecated

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

Deprecated: Use RelatedExtendedData.ProtoReflect.Descriptor instead.

func (*RelatedExtendedData) GetCleanupDeadmanDuration

func (x *RelatedExtendedData) GetCleanupDeadmanDuration() CleanupDeadmanDuration

func (*RelatedExtendedData) GetShouldTriggerDeadman

func (x *RelatedExtendedData) GetShouldTriggerDeadman() *wrapperspb.BoolValue

func (*RelatedExtendedData) ProtoMessage

func (*RelatedExtendedData) ProtoMessage()

func (*RelatedExtendedData) ProtoReflect

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

func (*RelatedExtendedData) Reset

func (x *RelatedExtendedData) Reset()

func (*RelatedExtendedData) String

func (x *RelatedExtendedData) String() string

type RelativeTimeframe

type RelativeTimeframe int32
const (
	RelativeTimeframe_RELATIVE_TIMEFRAME_HOUR_OR_UNSPECIFIED RelativeTimeframe = 0
	RelativeTimeframe_RELATIVE_TIMEFRAME_DAY                 RelativeTimeframe = 1
	RelativeTimeframe_RELATIVE_TIMEFRAME_WEEK                RelativeTimeframe = 2
	RelativeTimeframe_RELATIVE_TIMEFRAME_MONTH               RelativeTimeframe = 3
)

func (RelativeTimeframe) Descriptor

func (RelativeTimeframe) Enum

func (RelativeTimeframe) EnumDescriptor deprecated

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

Deprecated: Use RelativeTimeframe.Descriptor instead.

func (RelativeTimeframe) Number

func (RelativeTimeframe) String

func (x RelativeTimeframe) String() string

func (RelativeTimeframe) Type

type ShowInInsight

type ShowInInsight struct {
	RetriggeringPeriodSeconds *wrapperspb.UInt32Value `` /* 144-byte string literal not displayed */
	NotifyOn                  *NotifyOn               `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ShowInInsight) Descriptor deprecated

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

Deprecated: Use ShowInInsight.ProtoReflect.Descriptor instead.

func (*ShowInInsight) GetNotifyOn

func (x *ShowInInsight) GetNotifyOn() NotifyOn

func (*ShowInInsight) GetRetriggeringPeriodSeconds

func (x *ShowInInsight) GetRetriggeringPeriodSeconds() *wrapperspb.UInt32Value

func (*ShowInInsight) ProtoMessage

func (*ShowInInsight) ProtoMessage()

func (*ShowInInsight) ProtoReflect

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

func (*ShowInInsight) Reset

func (x *ShowInInsight) Reset()

func (*ShowInInsight) String

func (x *ShowInInsight) String() string

type Time

type Time struct {
	Hours   int32 `protobuf:"varint,1,opt,name=hours,proto3" json:"hours,omitempty"`
	Minutes int32 `protobuf:"varint,2,opt,name=minutes,proto3" json:"minutes,omitempty"`
	Seconds int32 `protobuf:"varint,3,opt,name=seconds,proto3" json:"seconds,omitempty"`
	// contains filtered or unexported fields
}

func (*Time) Descriptor deprecated

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

Deprecated: Use Time.ProtoReflect.Descriptor instead.

func (*Time) GetHours

func (x *Time) GetHours() int32

func (*Time) GetMinutes

func (x *Time) GetMinutes() int32

func (*Time) GetSeconds

func (x *Time) GetSeconds() int32

func (*Time) ProtoMessage

func (*Time) ProtoMessage()

func (*Time) ProtoReflect

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

func (*Time) Reset

func (x *Time) Reset()

func (*Time) String

func (x *Time) String() string

type TimeRange

type TimeRange struct {
	Start *Time `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	End   *Time `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
	// contains filtered or unexported fields
}

func (*TimeRange) Descriptor deprecated

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

Deprecated: Use TimeRange.ProtoReflect.Descriptor instead.

func (*TimeRange) GetEnd

func (x *TimeRange) GetEnd() *Time

func (*TimeRange) GetStart

func (x *TimeRange) GetStart() *Time

func (*TimeRange) ProtoMessage

func (*TimeRange) ProtoMessage()

func (*TimeRange) ProtoReflect

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

func (*TimeRange) Reset

func (x *TimeRange) Reset()

func (*TimeRange) String

func (x *TimeRange) String() string

type Timeframe

type Timeframe int32
const (
	Timeframe_TIMEFRAME_5_MIN_OR_UNSPECIFIED Timeframe = 0
	Timeframe_TIMEFRAME_1_MIN                Timeframe = 18
	Timeframe_TIMEFRAME_2_MIN                Timeframe = 19
	Timeframe_TIMEFRAME_10_MIN               Timeframe = 1
	Timeframe_TIMEFRAME_15_MIN               Timeframe = 17
	Timeframe_TIMEFRAME_20_MIN               Timeframe = 2
	Timeframe_TIMEFRAME_30_MIN               Timeframe = 3
	Timeframe_TIMEFRAME_1_H                  Timeframe = 4
	Timeframe_TIMEFRAME_2_H                  Timeframe = 5
	Timeframe_TIMEFRAME_3_H                  Timeframe = 6
	Timeframe_TIMEFRAME_4_H                  Timeframe = 7
	Timeframe_TIMEFRAME_6_H                  Timeframe = 8
	Timeframe_TIMEFRAME_12_H                 Timeframe = 9
	Timeframe_TIMEFRAME_24_H                 Timeframe = 10
	Timeframe_TIMEFRAME_36_H                 Timeframe = 20
	Timeframe_TIMEFRAME_48_H                 Timeframe = 11
	Timeframe_TIMEFRAME_72_H                 Timeframe = 12
	Timeframe_TIMEFRAME_1_W                  Timeframe = 13
	Timeframe_TIMEFRAME_1_M                  Timeframe = 14
	Timeframe_TIMEFRAME_2_M                  Timeframe = 15
	Timeframe_TIMEFRAME_3_M                  Timeframe = 16
)

func (Timeframe) Descriptor

func (Timeframe) Descriptor() protoreflect.EnumDescriptor

func (Timeframe) Enum

func (x Timeframe) Enum() *Timeframe

func (Timeframe) EnumDescriptor deprecated

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

Deprecated: Use Timeframe.Descriptor instead.

func (Timeframe) Number

func (x Timeframe) Number() protoreflect.EnumNumber

func (Timeframe) String

func (x Timeframe) String() string

func (Timeframe) Type

type TracingAlert

type TracingAlert struct {
	ConditionLatency uint32        `protobuf:"varint,1,opt,name=condition_latency,json=conditionLatency,proto3" json:"condition_latency,omitempty"`
	FieldFilters     []*FilterData `protobuf:"bytes,2,rep,name=field_filters,json=fieldFilters,proto3" json:"field_filters,omitempty"`
	TagFilters       []*FilterData `protobuf:"bytes,3,rep,name=tag_filters,json=tagFilters,proto3" json:"tag_filters,omitempty"`
	// contains filtered or unexported fields
}

func (*TracingAlert) Descriptor deprecated

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

Deprecated: Use TracingAlert.ProtoReflect.Descriptor instead.

func (*TracingAlert) GetConditionLatency

func (x *TracingAlert) GetConditionLatency() uint32

func (*TracingAlert) GetFieldFilters

func (x *TracingAlert) GetFieldFilters() []*FilterData

func (*TracingAlert) GetTagFilters

func (x *TracingAlert) GetTagFilters() []*FilterData

func (*TracingAlert) ProtoMessage

func (*TracingAlert) ProtoMessage()

func (*TracingAlert) ProtoReflect

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

func (*TracingAlert) Reset

func (x *TracingAlert) Reset()

func (*TracingAlert) String

func (x *TracingAlert) String() string

type UnimplementedAlertServiceServer

type UnimplementedAlertServiceServer struct {
}

UnimplementedAlertServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedAlertServiceServer) CreateAlert

func (UnimplementedAlertServiceServer) DeleteAlert

func (UnimplementedAlertServiceServer) GetAlert

func (UnimplementedAlertServiceServer) GetAlertByUniqueId

func (UnimplementedAlertServiceServer) GetAlertEvents

func (UnimplementedAlertServiceServer) GetAlerts

func (UnimplementedAlertServiceServer) UpdateAlert

func (UnimplementedAlertServiceServer) ValidateAlert

type UniqueCountCondition

type UniqueCountCondition struct {
	Parameters *ConditionParameters `protobuf:"bytes,1,opt,name=parameters,proto3" json:"parameters,omitempty"`
	// contains filtered or unexported fields
}

func (*UniqueCountCondition) Descriptor deprecated

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

Deprecated: Use UniqueCountCondition.ProtoReflect.Descriptor instead.

func (*UniqueCountCondition) GetParameters

func (x *UniqueCountCondition) GetParameters() *ConditionParameters

func (*UniqueCountCondition) ProtoMessage

func (*UniqueCountCondition) ProtoMessage()

func (*UniqueCountCondition) ProtoReflect

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

func (*UniqueCountCondition) Reset

func (x *UniqueCountCondition) Reset()

func (*UniqueCountCondition) String

func (x *UniqueCountCondition) String() string

type UnsafeAlertServiceServer

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

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

type UpdateAlertByUniqueIdRequest

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

func (*UpdateAlertByUniqueIdRequest) Descriptor deprecated

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

Deprecated: Use UpdateAlertByUniqueIdRequest.ProtoReflect.Descriptor instead.

func (*UpdateAlertByUniqueIdRequest) GetAlert

func (x *UpdateAlertByUniqueIdRequest) GetAlert() *Alert

func (*UpdateAlertByUniqueIdRequest) ProtoMessage

func (*UpdateAlertByUniqueIdRequest) ProtoMessage()

func (*UpdateAlertByUniqueIdRequest) ProtoReflect

func (*UpdateAlertByUniqueIdRequest) Reset

func (x *UpdateAlertByUniqueIdRequest) Reset()

func (*UpdateAlertByUniqueIdRequest) String

type UpdateAlertByUniqueIdResponse

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

func (*UpdateAlertByUniqueIdResponse) Descriptor deprecated

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

Deprecated: Use UpdateAlertByUniqueIdResponse.ProtoReflect.Descriptor instead.

func (*UpdateAlertByUniqueIdResponse) GetAlert

func (x *UpdateAlertByUniqueIdResponse) GetAlert() *Alert

func (*UpdateAlertByUniqueIdResponse) ProtoMessage

func (*UpdateAlertByUniqueIdResponse) ProtoMessage()

func (*UpdateAlertByUniqueIdResponse) ProtoReflect

func (*UpdateAlertByUniqueIdResponse) Reset

func (x *UpdateAlertByUniqueIdResponse) Reset()

func (*UpdateAlertByUniqueIdResponse) String

type UpdateAlertRequest

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

func (*UpdateAlertRequest) Descriptor deprecated

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

Deprecated: Use UpdateAlertRequest.ProtoReflect.Descriptor instead.

func (*UpdateAlertRequest) GetAlert

func (x *UpdateAlertRequest) GetAlert() *Alert

func (*UpdateAlertRequest) ProtoMessage

func (*UpdateAlertRequest) ProtoMessage()

func (*UpdateAlertRequest) ProtoReflect

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

func (*UpdateAlertRequest) Reset

func (x *UpdateAlertRequest) Reset()

func (*UpdateAlertRequest) String

func (x *UpdateAlertRequest) String() string

type UpdateAlertResponse

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

func (*UpdateAlertResponse) Descriptor deprecated

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

Deprecated: Use UpdateAlertResponse.ProtoReflect.Descriptor instead.

func (*UpdateAlertResponse) GetAlert

func (x *UpdateAlertResponse) GetAlert() *Alert

func (*UpdateAlertResponse) ProtoMessage

func (*UpdateAlertResponse) ProtoMessage()

func (*UpdateAlertResponse) ProtoReflect

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

func (*UpdateAlertResponse) Reset

func (x *UpdateAlertResponse) Reset()

func (*UpdateAlertResponse) String

func (x *UpdateAlertResponse) String() string

type ValidateAlertRequest

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

func (*ValidateAlertRequest) Descriptor deprecated

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

Deprecated: Use ValidateAlertRequest.ProtoReflect.Descriptor instead.

func (*ValidateAlertRequest) GetAlert

func (x *ValidateAlertRequest) GetAlert() *Alert

func (*ValidateAlertRequest) ProtoMessage

func (*ValidateAlertRequest) ProtoMessage()

func (*ValidateAlertRequest) ProtoReflect

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

func (*ValidateAlertRequest) Reset

func (x *ValidateAlertRequest) Reset()

func (*ValidateAlertRequest) String

func (x *ValidateAlertRequest) String() string

type ValidateAlertResponse

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

func (*ValidateAlertResponse) Descriptor deprecated

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

Deprecated: Use ValidateAlertResponse.ProtoReflect.Descriptor instead.

func (*ValidateAlertResponse) ProtoMessage

func (*ValidateAlertResponse) ProtoMessage()

func (*ValidateAlertResponse) ProtoReflect

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

func (*ValidateAlertResponse) Reset

func (x *ValidateAlertResponse) Reset()

func (*ValidateAlertResponse) String

func (x *ValidateAlertResponse) String() string

Jump to

Keyboard shortcuts

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