alert

package module
v0.0.0-...-0579e20 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2022 License: MIT Imports: 12 Imported by: 42

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Status_name = map[int32]string{
		0: "UNKNOWN",
		1: "ACTIVE",
		2: "PENDING",
		3: "DEACTIVE",
	}
	Status_value = map[string]int32{
		"UNKNOWN":  0,
		"ACTIVE":   1,
		"PENDING":  2,
		"DEACTIVE": 3,
	}
)

Enum value maps for Status.

View Source
var File_alert_entity_proto protoreflect.FileDescriptor
View Source
var File_alert_service_proto protoreflect.FileDescriptor

Functions

func RegisterAlertServiceServer

func RegisterAlertServiceServer(s *grpc.Server, srv AlertServiceServer)

Types

type Alert

type Alert struct {
	AlertId          uint32 `protobuf:"varint,1,opt,name=alert_id,json=alertId,proto3" json:"alert_id,omitempty"`
	AlertConditionId uint32 `protobuf:"varint,2,opt,name=alert_condition_id,json=alertConditionId,proto3" json:"alert_condition_id,omitempty"`
	Description      string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Severity         string `protobuf:"bytes,4,opt,name=severity,proto3" json:"severity,omitempty"`
	ProjectId        uint32 `protobuf:"varint,5,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Status           Status `protobuf:"varint,6,opt,name=status,proto3,enum=core.alert.Status" json:"status,omitempty"`
	CreatedAt        int64  `protobuf:"varint,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt        int64  `protobuf:"varint,8,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

Alert

func (*Alert) Descriptor deprecated

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

Deprecated: Use Alert.ProtoReflect.Descriptor instead.

func (*Alert) GetAlertConditionId

func (x *Alert) GetAlertConditionId() uint32

func (*Alert) GetAlertId

func (x *Alert) GetAlertId() uint32

func (*Alert) GetCreatedAt

func (x *Alert) GetCreatedAt() int64

func (*Alert) GetDescription

func (x *Alert) GetDescription() string

func (*Alert) GetProjectId

func (x *Alert) GetProjectId() uint32

func (*Alert) GetSeverity

func (x *Alert) GetSeverity() string

func (*Alert) GetStatus

func (x *Alert) GetStatus() Status

func (*Alert) GetUpdatedAt

func (x *Alert) GetUpdatedAt() int64

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 AlertCondNotification

type AlertCondNotification struct {
	AlertConditionId uint32 `protobuf:"varint,1,opt,name=alert_condition_id,json=alertConditionId,proto3" json:"alert_condition_id,omitempty"`
	NotificationId   uint32 `protobuf:"varint,2,opt,name=notification_id,json=notificationId,proto3" json:"notification_id,omitempty"`
	ProjectId        uint32 `protobuf:"varint,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	CacheSecond      uint32 `protobuf:"varint,4,opt,name=cache_second,json=cacheSecond,proto3" json:"cache_second,omitempty"`
	NotifiedAt       int64  `protobuf:"varint,5,opt,name=notified_at,json=notifiedAt,proto3" json:"notified_at,omitempty"`
	CreatedAt        int64  `protobuf:"varint,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt        int64  `protobuf:"varint,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

AlertCondNotification

func (*AlertCondNotification) Descriptor deprecated

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

Deprecated: Use AlertCondNotification.ProtoReflect.Descriptor instead.

func (*AlertCondNotification) GetAlertConditionId

func (x *AlertCondNotification) GetAlertConditionId() uint32

func (*AlertCondNotification) GetCacheSecond

func (x *AlertCondNotification) GetCacheSecond() uint32

func (*AlertCondNotification) GetCreatedAt

func (x *AlertCondNotification) GetCreatedAt() int64

func (*AlertCondNotification) GetNotificationId

func (x *AlertCondNotification) GetNotificationId() uint32

func (*AlertCondNotification) GetNotifiedAt

func (x *AlertCondNotification) GetNotifiedAt() int64

func (*AlertCondNotification) GetProjectId

func (x *AlertCondNotification) GetProjectId() uint32

func (*AlertCondNotification) GetUpdatedAt

func (x *AlertCondNotification) GetUpdatedAt() int64

func (*AlertCondNotification) ProtoMessage

func (*AlertCondNotification) ProtoMessage()

func (*AlertCondNotification) ProtoReflect

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

func (*AlertCondNotification) Reset

func (x *AlertCondNotification) Reset()

func (*AlertCondNotification) String

func (x *AlertCondNotification) String() string

type AlertCondNotificationForUpsert

type AlertCondNotificationForUpsert struct {
	AlertConditionId uint32 `protobuf:"varint,1,opt,name=alert_condition_id,json=alertConditionId,proto3" json:"alert_condition_id,omitempty"`
	NotificationId   uint32 `protobuf:"varint,2,opt,name=notification_id,json=notificationId,proto3" json:"notification_id,omitempty"`
	ProjectId        uint32 `protobuf:"varint,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	CacheSecond      uint32 `protobuf:"varint,4,opt,name=cache_second,json=cacheSecond,proto3" json:"cache_second,omitempty"`
	NotifiedAt       int64  `protobuf:"varint,5,opt,name=notified_at,json=notifiedAt,proto3" json:"notified_at,omitempty"`
	// contains filtered or unexported fields
}

AlertCondNotificationForUpsert

func (*AlertCondNotificationForUpsert) Descriptor deprecated

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

Deprecated: Use AlertCondNotificationForUpsert.ProtoReflect.Descriptor instead.

func (*AlertCondNotificationForUpsert) GetAlertConditionId

func (x *AlertCondNotificationForUpsert) GetAlertConditionId() uint32

func (*AlertCondNotificationForUpsert) GetCacheSecond

func (x *AlertCondNotificationForUpsert) GetCacheSecond() uint32

func (*AlertCondNotificationForUpsert) GetNotificationId

func (x *AlertCondNotificationForUpsert) GetNotificationId() uint32

func (*AlertCondNotificationForUpsert) GetNotifiedAt

func (x *AlertCondNotificationForUpsert) GetNotifiedAt() int64

func (*AlertCondNotificationForUpsert) GetProjectId

func (x *AlertCondNotificationForUpsert) GetProjectId() uint32

func (*AlertCondNotificationForUpsert) ProtoMessage

func (*AlertCondNotificationForUpsert) ProtoMessage()

func (*AlertCondNotificationForUpsert) ProtoReflect

func (*AlertCondNotificationForUpsert) Reset

func (x *AlertCondNotificationForUpsert) Reset()

func (*AlertCondNotificationForUpsert) String

func (*AlertCondNotificationForUpsert) Validate

func (e *AlertCondNotificationForUpsert) Validate() error

Validate AlertCondNotificationForUpsert

type AlertCondRule

type AlertCondRule struct {
	AlertConditionId uint32 `protobuf:"varint,1,opt,name=alert_condition_id,json=alertConditionId,proto3" json:"alert_condition_id,omitempty"`
	AlertRuleId      uint32 `protobuf:"varint,2,opt,name=alert_rule_id,json=alertRuleId,proto3" json:"alert_rule_id,omitempty"`
	ProjectId        uint32 `protobuf:"varint,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	CreatedAt        int64  `protobuf:"varint,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt        int64  `protobuf:"varint,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

AlertCondRule

func (*AlertCondRule) Descriptor deprecated

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

Deprecated: Use AlertCondRule.ProtoReflect.Descriptor instead.

func (*AlertCondRule) GetAlertConditionId

func (x *AlertCondRule) GetAlertConditionId() uint32

func (*AlertCondRule) GetAlertRuleId

func (x *AlertCondRule) GetAlertRuleId() uint32

func (*AlertCondRule) GetCreatedAt

func (x *AlertCondRule) GetCreatedAt() int64

func (*AlertCondRule) GetProjectId

func (x *AlertCondRule) GetProjectId() uint32

func (*AlertCondRule) GetUpdatedAt

func (x *AlertCondRule) GetUpdatedAt() int64

func (*AlertCondRule) ProtoMessage

func (*AlertCondRule) ProtoMessage()

func (*AlertCondRule) ProtoReflect

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

func (*AlertCondRule) Reset

func (x *AlertCondRule) Reset()

func (*AlertCondRule) String

func (x *AlertCondRule) String() string

type AlertCondRuleForUpsert

type AlertCondRuleForUpsert struct {
	AlertConditionId uint32 `protobuf:"varint,1,opt,name=alert_condition_id,json=alertConditionId,proto3" json:"alert_condition_id,omitempty"`
	AlertRuleId      uint32 `protobuf:"varint,2,opt,name=alert_rule_id,json=alertRuleId,proto3" json:"alert_rule_id,omitempty"`
	ProjectId        uint32 `protobuf:"varint,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

AlertCondRuleForUpsert

func (*AlertCondRuleForUpsert) Descriptor deprecated

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

Deprecated: Use AlertCondRuleForUpsert.ProtoReflect.Descriptor instead.

func (*AlertCondRuleForUpsert) GetAlertConditionId

func (x *AlertCondRuleForUpsert) GetAlertConditionId() uint32

func (*AlertCondRuleForUpsert) GetAlertRuleId

func (x *AlertCondRuleForUpsert) GetAlertRuleId() uint32

func (*AlertCondRuleForUpsert) GetProjectId

func (x *AlertCondRuleForUpsert) GetProjectId() uint32

func (*AlertCondRuleForUpsert) ProtoMessage

func (*AlertCondRuleForUpsert) ProtoMessage()

func (*AlertCondRuleForUpsert) ProtoReflect

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

func (*AlertCondRuleForUpsert) Reset

func (x *AlertCondRuleForUpsert) Reset()

func (*AlertCondRuleForUpsert) String

func (x *AlertCondRuleForUpsert) String() string

func (*AlertCondRuleForUpsert) Validate

func (e *AlertCondRuleForUpsert) Validate() error

Validate AlertCondRuleForUpsert

type AlertCondition

type AlertCondition struct {
	AlertConditionId uint32 `protobuf:"varint,1,opt,name=alert_condition_id,json=alertConditionId,proto3" json:"alert_condition_id,omitempty"`
	Description      string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Severity         string `protobuf:"bytes,3,opt,name=severity,proto3" json:"severity,omitempty"`
	ProjectId        uint32 `protobuf:"varint,4,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AndOr            string `protobuf:"bytes,5,opt,name=and_or,json=andOr,proto3" json:"and_or,omitempty"`
	Enabled          bool   `protobuf:"varint,6,opt,name=enabled,proto3" json:"enabled,omitempty"`
	CreatedAt        int64  `protobuf:"varint,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt        int64  `protobuf:"varint,8,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

AlertCondition

func (*AlertCondition) Descriptor deprecated

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

Deprecated: Use AlertCondition.ProtoReflect.Descriptor instead.

func (*AlertCondition) GetAlertConditionId

func (x *AlertCondition) GetAlertConditionId() uint32

func (*AlertCondition) GetAndOr

func (x *AlertCondition) GetAndOr() string

func (*AlertCondition) GetCreatedAt

func (x *AlertCondition) GetCreatedAt() int64

func (*AlertCondition) GetDescription

func (x *AlertCondition) GetDescription() string

func (*AlertCondition) GetEnabled

func (x *AlertCondition) GetEnabled() bool

func (*AlertCondition) GetProjectId

func (x *AlertCondition) GetProjectId() uint32

func (*AlertCondition) GetSeverity

func (x *AlertCondition) GetSeverity() string

func (*AlertCondition) GetUpdatedAt

func (x *AlertCondition) GetUpdatedAt() int64

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 AlertConditionForUpsert

type AlertConditionForUpsert struct {
	AlertConditionId uint32 `protobuf:"varint,1,opt,name=alert_condition_id,json=alertConditionId,proto3" json:"alert_condition_id,omitempty"`
	Description      string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Severity         string `protobuf:"bytes,3,opt,name=severity,proto3" json:"severity,omitempty"`
	ProjectId        uint32 `protobuf:"varint,4,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AndOr            string `protobuf:"bytes,5,opt,name=and_or,json=andOr,proto3" json:"and_or,omitempty"`
	Enabled          bool   `protobuf:"varint,6,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

AlertConditionForUpsert

func (*AlertConditionForUpsert) Descriptor deprecated

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

Deprecated: Use AlertConditionForUpsert.ProtoReflect.Descriptor instead.

func (*AlertConditionForUpsert) GetAlertConditionId

func (x *AlertConditionForUpsert) GetAlertConditionId() uint32

func (*AlertConditionForUpsert) GetAndOr

func (x *AlertConditionForUpsert) GetAndOr() string

func (*AlertConditionForUpsert) GetDescription

func (x *AlertConditionForUpsert) GetDescription() string

func (*AlertConditionForUpsert) GetEnabled

func (x *AlertConditionForUpsert) GetEnabled() bool

func (*AlertConditionForUpsert) GetProjectId

func (x *AlertConditionForUpsert) GetProjectId() uint32

func (*AlertConditionForUpsert) GetSeverity

func (x *AlertConditionForUpsert) GetSeverity() string

func (*AlertConditionForUpsert) ProtoMessage

func (*AlertConditionForUpsert) ProtoMessage()

func (*AlertConditionForUpsert) ProtoReflect

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

func (*AlertConditionForUpsert) Reset

func (x *AlertConditionForUpsert) Reset()

func (*AlertConditionForUpsert) String

func (x *AlertConditionForUpsert) String() string

func (*AlertConditionForUpsert) Validate

func (e *AlertConditionForUpsert) Validate() error

Validate AlertConditionForUpsert

type AlertForUpsert

type AlertForUpsert struct {
	AlertId          uint32 `protobuf:"varint,1,opt,name=alert_id,json=alertId,proto3" json:"alert_id,omitempty"`
	AlertConditionId uint32 `protobuf:"varint,2,opt,name=alert_condition_id,json=alertConditionId,proto3" json:"alert_condition_id,omitempty"`
	Description      string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Severity         string `protobuf:"bytes,4,opt,name=severity,proto3" json:"severity,omitempty"`
	ProjectId        uint32 `protobuf:"varint,5,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Status           Status `protobuf:"varint,6,opt,name=status,proto3,enum=core.alert.Status" json:"status,omitempty"`
	// contains filtered or unexported fields
}

AlertForUpsert

func (*AlertForUpsert) Descriptor deprecated

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

Deprecated: Use AlertForUpsert.ProtoReflect.Descriptor instead.

func (*AlertForUpsert) GetAlertConditionId

func (x *AlertForUpsert) GetAlertConditionId() uint32

func (*AlertForUpsert) GetAlertId

func (x *AlertForUpsert) GetAlertId() uint32

func (*AlertForUpsert) GetDescription

func (x *AlertForUpsert) GetDescription() string

func (*AlertForUpsert) GetProjectId

func (x *AlertForUpsert) GetProjectId() uint32

func (*AlertForUpsert) GetSeverity

func (x *AlertForUpsert) GetSeverity() string

func (*AlertForUpsert) GetStatus

func (x *AlertForUpsert) GetStatus() Status

func (*AlertForUpsert) ProtoMessage

func (*AlertForUpsert) ProtoMessage()

func (*AlertForUpsert) ProtoReflect

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

func (*AlertForUpsert) Reset

func (x *AlertForUpsert) Reset()

func (*AlertForUpsert) String

func (x *AlertForUpsert) String() string

func (*AlertForUpsert) Validate

func (e *AlertForUpsert) Validate() error

Validate AlertForUpsert

type AlertHistory

type AlertHistory struct {
	AlertHistoryId uint32 `protobuf:"varint,1,opt,name=alert_history_id,json=alertHistoryId,proto3" json:"alert_history_id,omitempty"`
	HistoryType    string `protobuf:"bytes,2,opt,name=history_type,json=historyType,proto3" json:"history_type,omitempty"`
	AlertId        uint32 `protobuf:"varint,3,opt,name=alert_id,json=alertId,proto3" json:"alert_id,omitempty"`
	Description    string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Severity       string `protobuf:"bytes,5,opt,name=severity,proto3" json:"severity,omitempty"`
	FindingHistory string `protobuf:"bytes,6,opt,name=finding_history,json=findingHistory,proto3" json:"finding_history,omitempty"`
	ProjectId      uint32 `protobuf:"varint,7,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	CreatedAt      int64  `protobuf:"varint,8,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt      int64  `protobuf:"varint,9,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

AlertHistory

func (*AlertHistory) Descriptor deprecated

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

Deprecated: Use AlertHistory.ProtoReflect.Descriptor instead.

func (*AlertHistory) GetAlertHistoryId

func (x *AlertHistory) GetAlertHistoryId() uint32

func (*AlertHistory) GetAlertId

func (x *AlertHistory) GetAlertId() uint32

func (*AlertHistory) GetCreatedAt

func (x *AlertHistory) GetCreatedAt() int64

func (*AlertHistory) GetDescription

func (x *AlertHistory) GetDescription() string

func (*AlertHistory) GetFindingHistory

func (x *AlertHistory) GetFindingHistory() string

func (*AlertHistory) GetHistoryType

func (x *AlertHistory) GetHistoryType() string

func (*AlertHistory) GetProjectId

func (x *AlertHistory) GetProjectId() uint32

func (*AlertHistory) GetSeverity

func (x *AlertHistory) GetSeverity() string

func (*AlertHistory) GetUpdatedAt

func (x *AlertHistory) GetUpdatedAt() int64

func (*AlertHistory) ProtoMessage

func (*AlertHistory) ProtoMessage()

func (*AlertHistory) ProtoReflect

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

func (*AlertHistory) Reset

func (x *AlertHistory) Reset()

func (*AlertHistory) String

func (x *AlertHistory) String() string

type AlertHistoryForUpsert

type AlertHistoryForUpsert struct {
	AlertHistoryId uint32 `protobuf:"varint,1,opt,name=alert_history_id,json=alertHistoryId,proto3" json:"alert_history_id,omitempty"`
	HistoryType    string `protobuf:"bytes,2,opt,name=history_type,json=historyType,proto3" json:"history_type,omitempty"`
	AlertId        uint32 `protobuf:"varint,3,opt,name=alert_id,json=alertId,proto3" json:"alert_id,omitempty"`
	Description    string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Severity       string `protobuf:"bytes,5,opt,name=severity,proto3" json:"severity,omitempty"`
	FindingHistory string `protobuf:"bytes,6,opt,name=finding_history,json=findingHistory,proto3" json:"finding_history,omitempty"`
	ProjectId      uint32 `protobuf:"varint,7,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

AlertHistoryForUpsert

func (*AlertHistoryForUpsert) Descriptor deprecated

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

Deprecated: Use AlertHistoryForUpsert.ProtoReflect.Descriptor instead.

func (*AlertHistoryForUpsert) GetAlertHistoryId

func (x *AlertHistoryForUpsert) GetAlertHistoryId() uint32

func (*AlertHistoryForUpsert) GetAlertId

func (x *AlertHistoryForUpsert) GetAlertId() uint32

func (*AlertHistoryForUpsert) GetDescription

func (x *AlertHistoryForUpsert) GetDescription() string

func (*AlertHistoryForUpsert) GetFindingHistory

func (x *AlertHistoryForUpsert) GetFindingHistory() string

func (*AlertHistoryForUpsert) GetHistoryType

func (x *AlertHistoryForUpsert) GetHistoryType() string

func (*AlertHistoryForUpsert) GetProjectId

func (x *AlertHistoryForUpsert) GetProjectId() uint32

func (*AlertHistoryForUpsert) GetSeverity

func (x *AlertHistoryForUpsert) GetSeverity() string

func (*AlertHistoryForUpsert) ProtoMessage

func (*AlertHistoryForUpsert) ProtoMessage()

func (*AlertHistoryForUpsert) ProtoReflect

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

func (*AlertHistoryForUpsert) Reset

func (x *AlertHistoryForUpsert) Reset()

func (*AlertHistoryForUpsert) String

func (x *AlertHistoryForUpsert) String() string

func (*AlertHistoryForUpsert) Validate

func (e *AlertHistoryForUpsert) Validate() error

Validate AlertHistoryForUpsert

type AlertRule

type AlertRule struct {
	AlertRuleId  uint32  `protobuf:"varint,1,opt,name=alert_rule_id,json=alertRuleId,proto3" json:"alert_rule_id,omitempty"`
	Name         string  `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ProjectId    uint32  `protobuf:"varint,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Score        float32 `protobuf:"fixed32,4,opt,name=score,proto3" json:"score,omitempty"`
	ResourceName string  `protobuf:"bytes,5,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
	Tag          string  `protobuf:"bytes,6,opt,name=tag,proto3" json:"tag,omitempty"`
	FindingCnt   uint32  `protobuf:"varint,7,opt,name=finding_cnt,json=findingCnt,proto3" json:"finding_cnt,omitempty"`
	CreatedAt    int64   `protobuf:"varint,8,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt    int64   `protobuf:"varint,9,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

AlertRule

func (*AlertRule) Descriptor deprecated

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

Deprecated: Use AlertRule.ProtoReflect.Descriptor instead.

func (*AlertRule) GetAlertRuleId

func (x *AlertRule) GetAlertRuleId() uint32

func (*AlertRule) GetCreatedAt

func (x *AlertRule) GetCreatedAt() int64

func (*AlertRule) GetFindingCnt

func (x *AlertRule) GetFindingCnt() uint32

func (*AlertRule) GetName

func (x *AlertRule) GetName() string

func (*AlertRule) GetProjectId

func (x *AlertRule) GetProjectId() uint32

func (*AlertRule) GetResourceName

func (x *AlertRule) GetResourceName() string

func (*AlertRule) GetScore

func (x *AlertRule) GetScore() float32

func (*AlertRule) GetTag

func (x *AlertRule) GetTag() string

func (*AlertRule) GetUpdatedAt

func (x *AlertRule) GetUpdatedAt() int64

func (*AlertRule) ProtoMessage

func (*AlertRule) ProtoMessage()

func (*AlertRule) ProtoReflect

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

func (*AlertRule) Reset

func (x *AlertRule) Reset()

func (*AlertRule) String

func (x *AlertRule) String() string

type AlertRuleForUpsert

type AlertRuleForUpsert struct {
	AlertRuleId  uint32  `protobuf:"varint,1,opt,name=alert_rule_id,json=alertRuleId,proto3" json:"alert_rule_id,omitempty"`
	Name         string  `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ProjectId    uint32  `protobuf:"varint,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Score        float32 `protobuf:"fixed32,4,opt,name=score,proto3" json:"score,omitempty"`
	ResourceName string  `protobuf:"bytes,5,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
	Tag          string  `protobuf:"bytes,6,opt,name=tag,proto3" json:"tag,omitempty"`
	FindingCnt   uint32  `protobuf:"varint,7,opt,name=finding_cnt,json=findingCnt,proto3" json:"finding_cnt,omitempty"`
	// contains filtered or unexported fields
}

AlertRuleForUpsert

func (*AlertRuleForUpsert) Descriptor deprecated

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

Deprecated: Use AlertRuleForUpsert.ProtoReflect.Descriptor instead.

func (*AlertRuleForUpsert) GetAlertRuleId

func (x *AlertRuleForUpsert) GetAlertRuleId() uint32

func (*AlertRuleForUpsert) GetFindingCnt

func (x *AlertRuleForUpsert) GetFindingCnt() uint32

func (*AlertRuleForUpsert) GetName

func (x *AlertRuleForUpsert) GetName() string

func (*AlertRuleForUpsert) GetProjectId

func (x *AlertRuleForUpsert) GetProjectId() uint32

func (*AlertRuleForUpsert) GetResourceName

func (x *AlertRuleForUpsert) GetResourceName() string

func (*AlertRuleForUpsert) GetScore

func (x *AlertRuleForUpsert) GetScore() float32

func (*AlertRuleForUpsert) GetTag

func (x *AlertRuleForUpsert) GetTag() string

func (*AlertRuleForUpsert) ProtoMessage

func (*AlertRuleForUpsert) ProtoMessage()

func (*AlertRuleForUpsert) ProtoReflect

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

func (*AlertRuleForUpsert) Reset

func (x *AlertRuleForUpsert) Reset()

func (*AlertRuleForUpsert) String

func (x *AlertRuleForUpsert) String() string

func (*AlertRuleForUpsert) Validate

func (e *AlertRuleForUpsert) Validate() error

Validate AlertRuleForUpsert

type AlertServiceClient

type AlertServiceClient interface {
	// alert
	ListAlert(ctx context.Context, in *ListAlertRequest, opts ...grpc.CallOption) (*ListAlertResponse, error)
	GetAlert(ctx context.Context, in *GetAlertRequest, opts ...grpc.CallOption) (*GetAlertResponse, error)
	PutAlert(ctx context.Context, in *PutAlertRequest, opts ...grpc.CallOption) (*PutAlertResponse, error)
	DeleteAlert(ctx context.Context, in *DeleteAlertRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// alert_history
	ListAlertHistory(ctx context.Context, in *ListAlertHistoryRequest, opts ...grpc.CallOption) (*ListAlertHistoryResponse, error)
	GetAlertHistory(ctx context.Context, in *GetAlertHistoryRequest, opts ...grpc.CallOption) (*GetAlertHistoryResponse, error)
	PutAlertHistory(ctx context.Context, in *PutAlertHistoryRequest, opts ...grpc.CallOption) (*PutAlertHistoryResponse, error)
	DeleteAlertHistory(ctx context.Context, in *DeleteAlertHistoryRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// rel_alert_finding
	ListRelAlertFinding(ctx context.Context, in *ListRelAlertFindingRequest, opts ...grpc.CallOption) (*ListRelAlertFindingResponse, error)
	GetRelAlertFinding(ctx context.Context, in *GetRelAlertFindingRequest, opts ...grpc.CallOption) (*GetRelAlertFindingResponse, error)
	PutRelAlertFinding(ctx context.Context, in *PutRelAlertFindingRequest, opts ...grpc.CallOption) (*PutRelAlertFindingResponse, error)
	DeleteRelAlertFinding(ctx context.Context, in *DeleteRelAlertFindingRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// alert_condition
	ListAlertCondition(ctx context.Context, in *ListAlertConditionRequest, opts ...grpc.CallOption) (*ListAlertConditionResponse, error)
	GetAlertCondition(ctx context.Context, in *GetAlertConditionRequest, opts ...grpc.CallOption) (*GetAlertConditionResponse, error)
	PutAlertCondition(ctx context.Context, in *PutAlertConditionRequest, opts ...grpc.CallOption) (*PutAlertConditionResponse, error)
	DeleteAlertCondition(ctx context.Context, in *DeleteAlertConditionRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// alert_rule
	ListAlertRule(ctx context.Context, in *ListAlertRuleRequest, opts ...grpc.CallOption) (*ListAlertRuleResponse, error)
	GetAlertRule(ctx context.Context, in *GetAlertRuleRequest, opts ...grpc.CallOption) (*GetAlertRuleResponse, error)
	PutAlertRule(ctx context.Context, in *PutAlertRuleRequest, opts ...grpc.CallOption) (*PutAlertRuleResponse, error)
	DeleteAlertRule(ctx context.Context, in *DeleteAlertRuleRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// alert_cond_rule
	ListAlertCondRule(ctx context.Context, in *ListAlertCondRuleRequest, opts ...grpc.CallOption) (*ListAlertCondRuleResponse, error)
	GetAlertCondRule(ctx context.Context, in *GetAlertCondRuleRequest, opts ...grpc.CallOption) (*GetAlertCondRuleResponse, error)
	PutAlertCondRule(ctx context.Context, in *PutAlertCondRuleRequest, opts ...grpc.CallOption) (*PutAlertCondRuleResponse, error)
	DeleteAlertCondRule(ctx context.Context, in *DeleteAlertCondRuleRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// notification
	ListNotification(ctx context.Context, in *ListNotificationRequest, opts ...grpc.CallOption) (*ListNotificationResponse, error)
	GetNotification(ctx context.Context, in *GetNotificationRequest, opts ...grpc.CallOption) (*GetNotificationResponse, error)
	PutNotification(ctx context.Context, in *PutNotificationRequest, opts ...grpc.CallOption) (*PutNotificationResponse, error)
	DeleteNotification(ctx context.Context, in *DeleteNotificationRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	TestNotification(ctx context.Context, in *TestNotificationRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// alert_cond_notification
	ListAlertCondNotification(ctx context.Context, in *ListAlertCondNotificationRequest, opts ...grpc.CallOption) (*ListAlertCondNotificationResponse, error)
	GetAlertCondNotification(ctx context.Context, in *GetAlertCondNotificationRequest, opts ...grpc.CallOption) (*GetAlertCondNotificationResponse, error)
	PutAlertCondNotification(ctx context.Context, in *PutAlertCondNotificationRequest, opts ...grpc.CallOption) (*PutAlertCondNotificationResponse, error)
	DeleteAlertCondNotification(ctx context.Context, in *DeleteAlertCondNotificationRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// AnalyzeAlert
	AnalyzeAlert(ctx context.Context, in *AnalyzeAlertRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	AnalyzeAlertAll(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error)
}

AlertServiceClient is the client API for AlertService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type AlertServiceServer

type AlertServiceServer interface {
	// alert
	ListAlert(context.Context, *ListAlertRequest) (*ListAlertResponse, error)
	GetAlert(context.Context, *GetAlertRequest) (*GetAlertResponse, error)
	PutAlert(context.Context, *PutAlertRequest) (*PutAlertResponse, error)
	DeleteAlert(context.Context, *DeleteAlertRequest) (*emptypb.Empty, error)
	// alert_history
	ListAlertHistory(context.Context, *ListAlertHistoryRequest) (*ListAlertHistoryResponse, error)
	GetAlertHistory(context.Context, *GetAlertHistoryRequest) (*GetAlertHistoryResponse, error)
	PutAlertHistory(context.Context, *PutAlertHistoryRequest) (*PutAlertHistoryResponse, error)
	DeleteAlertHistory(context.Context, *DeleteAlertHistoryRequest) (*emptypb.Empty, error)
	// rel_alert_finding
	ListRelAlertFinding(context.Context, *ListRelAlertFindingRequest) (*ListRelAlertFindingResponse, error)
	GetRelAlertFinding(context.Context, *GetRelAlertFindingRequest) (*GetRelAlertFindingResponse, error)
	PutRelAlertFinding(context.Context, *PutRelAlertFindingRequest) (*PutRelAlertFindingResponse, error)
	DeleteRelAlertFinding(context.Context, *DeleteRelAlertFindingRequest) (*emptypb.Empty, error)
	// alert_condition
	ListAlertCondition(context.Context, *ListAlertConditionRequest) (*ListAlertConditionResponse, error)
	GetAlertCondition(context.Context, *GetAlertConditionRequest) (*GetAlertConditionResponse, error)
	PutAlertCondition(context.Context, *PutAlertConditionRequest) (*PutAlertConditionResponse, error)
	DeleteAlertCondition(context.Context, *DeleteAlertConditionRequest) (*emptypb.Empty, error)
	// alert_rule
	ListAlertRule(context.Context, *ListAlertRuleRequest) (*ListAlertRuleResponse, error)
	GetAlertRule(context.Context, *GetAlertRuleRequest) (*GetAlertRuleResponse, error)
	PutAlertRule(context.Context, *PutAlertRuleRequest) (*PutAlertRuleResponse, error)
	DeleteAlertRule(context.Context, *DeleteAlertRuleRequest) (*emptypb.Empty, error)
	// alert_cond_rule
	ListAlertCondRule(context.Context, *ListAlertCondRuleRequest) (*ListAlertCondRuleResponse, error)
	GetAlertCondRule(context.Context, *GetAlertCondRuleRequest) (*GetAlertCondRuleResponse, error)
	PutAlertCondRule(context.Context, *PutAlertCondRuleRequest) (*PutAlertCondRuleResponse, error)
	DeleteAlertCondRule(context.Context, *DeleteAlertCondRuleRequest) (*emptypb.Empty, error)
	// notification
	ListNotification(context.Context, *ListNotificationRequest) (*ListNotificationResponse, error)
	GetNotification(context.Context, *GetNotificationRequest) (*GetNotificationResponse, error)
	PutNotification(context.Context, *PutNotificationRequest) (*PutNotificationResponse, error)
	DeleteNotification(context.Context, *DeleteNotificationRequest) (*emptypb.Empty, error)
	TestNotification(context.Context, *TestNotificationRequest) (*emptypb.Empty, error)
	// alert_cond_notification
	ListAlertCondNotification(context.Context, *ListAlertCondNotificationRequest) (*ListAlertCondNotificationResponse, error)
	GetAlertCondNotification(context.Context, *GetAlertCondNotificationRequest) (*GetAlertCondNotificationResponse, error)
	PutAlertCondNotification(context.Context, *PutAlertCondNotificationRequest) (*PutAlertCondNotificationResponse, error)
	DeleteAlertCondNotification(context.Context, *DeleteAlertCondNotificationRequest) (*emptypb.Empty, error)
	// AnalyzeAlert
	AnalyzeAlert(context.Context, *AnalyzeAlertRequest) (*emptypb.Empty, error)
	AnalyzeAlertAll(context.Context, *emptypb.Empty) (*emptypb.Empty, error)
}

AlertServiceServer is the server API for AlertService service.

type AnalyzeAlertRequest

type AnalyzeAlertRequest struct {
	ProjectId        uint32   `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AlertConditionId []uint32 `protobuf:"varint,2,rep,packed,name=alert_condition_id,json=alertConditionId,proto3" json:"alert_condition_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AnalyzeAlertRequest) Descriptor deprecated

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

Deprecated: Use AnalyzeAlertRequest.ProtoReflect.Descriptor instead.

func (*AnalyzeAlertRequest) GetAlertConditionId

func (x *AnalyzeAlertRequest) GetAlertConditionId() []uint32

func (*AnalyzeAlertRequest) GetProjectId

func (x *AnalyzeAlertRequest) GetProjectId() uint32

func (*AnalyzeAlertRequest) ProtoMessage

func (*AnalyzeAlertRequest) ProtoMessage()

func (*AnalyzeAlertRequest) ProtoReflect

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

func (*AnalyzeAlertRequest) Reset

func (x *AnalyzeAlertRequest) Reset()

func (*AnalyzeAlertRequest) String

func (x *AnalyzeAlertRequest) String() string

func (*AnalyzeAlertRequest) Validate

func (r *AnalyzeAlertRequest) Validate() error

Validate AnalyzeAlertRequest

type DeleteAlertCondNotificationRequest

type DeleteAlertCondNotificationRequest struct {
	ProjectId        uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AlertConditionId uint32 `protobuf:"varint,2,opt,name=alert_condition_id,json=alertConditionId,proto3" json:"alert_condition_id,omitempty"`
	NotificationId   uint32 `protobuf:"varint,3,opt,name=notification_id,json=notificationId,proto3" json:"notification_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteAlertCondNotificationRequest) Descriptor deprecated

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

Deprecated: Use DeleteAlertCondNotificationRequest.ProtoReflect.Descriptor instead.

func (*DeleteAlertCondNotificationRequest) GetAlertConditionId

func (x *DeleteAlertCondNotificationRequest) GetAlertConditionId() uint32

func (*DeleteAlertCondNotificationRequest) GetNotificationId

func (x *DeleteAlertCondNotificationRequest) GetNotificationId() uint32

func (*DeleteAlertCondNotificationRequest) GetProjectId

func (x *DeleteAlertCondNotificationRequest) GetProjectId() uint32

func (*DeleteAlertCondNotificationRequest) ProtoMessage

func (*DeleteAlertCondNotificationRequest) ProtoMessage()

func (*DeleteAlertCondNotificationRequest) ProtoReflect

func (*DeleteAlertCondNotificationRequest) Reset

func (*DeleteAlertCondNotificationRequest) String

func (*DeleteAlertCondNotificationRequest) Validate

Validate DeleteAlertCondNotificationRequest

type DeleteAlertCondRuleRequest

type DeleteAlertCondRuleRequest struct {
	ProjectId        uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AlertConditionId uint32 `protobuf:"varint,2,opt,name=alert_condition_id,json=alertConditionId,proto3" json:"alert_condition_id,omitempty"`
	AlertRuleId      uint32 `protobuf:"varint,3,opt,name=alert_rule_id,json=alertRuleId,proto3" json:"alert_rule_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteAlertCondRuleRequest) Descriptor deprecated

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

Deprecated: Use DeleteAlertCondRuleRequest.ProtoReflect.Descriptor instead.

func (*DeleteAlertCondRuleRequest) GetAlertConditionId

func (x *DeleteAlertCondRuleRequest) GetAlertConditionId() uint32

func (*DeleteAlertCondRuleRequest) GetAlertRuleId

func (x *DeleteAlertCondRuleRequest) GetAlertRuleId() uint32

func (*DeleteAlertCondRuleRequest) GetProjectId

func (x *DeleteAlertCondRuleRequest) GetProjectId() uint32

func (*DeleteAlertCondRuleRequest) ProtoMessage

func (*DeleteAlertCondRuleRequest) ProtoMessage()

func (*DeleteAlertCondRuleRequest) ProtoReflect

func (*DeleteAlertCondRuleRequest) Reset

func (x *DeleteAlertCondRuleRequest) Reset()

func (*DeleteAlertCondRuleRequest) String

func (x *DeleteAlertCondRuleRequest) String() string

func (*DeleteAlertCondRuleRequest) Validate

func (r *DeleteAlertCondRuleRequest) Validate() error

Validate DeleteAlertCondRuleRequest

type DeleteAlertConditionRequest

type DeleteAlertConditionRequest struct {
	ProjectId        uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AlertConditionId uint32 `protobuf:"varint,2,opt,name=alert_condition_id,json=alertConditionId,proto3" json:"alert_condition_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteAlertConditionRequest) Descriptor deprecated

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

Deprecated: Use DeleteAlertConditionRequest.ProtoReflect.Descriptor instead.

func (*DeleteAlertConditionRequest) GetAlertConditionId

func (x *DeleteAlertConditionRequest) GetAlertConditionId() uint32

func (*DeleteAlertConditionRequest) GetProjectId

func (x *DeleteAlertConditionRequest) GetProjectId() uint32

func (*DeleteAlertConditionRequest) ProtoMessage

func (*DeleteAlertConditionRequest) ProtoMessage()

func (*DeleteAlertConditionRequest) ProtoReflect

func (*DeleteAlertConditionRequest) Reset

func (x *DeleteAlertConditionRequest) Reset()

func (*DeleteAlertConditionRequest) String

func (x *DeleteAlertConditionRequest) String() string

func (*DeleteAlertConditionRequest) Validate

func (r *DeleteAlertConditionRequest) Validate() error

Validate DeleteAlertConditionRequest

type DeleteAlertHistoryRequest

type DeleteAlertHistoryRequest struct {
	ProjectId      uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AlertHistoryId uint32 `protobuf:"varint,2,opt,name=alert_history_id,json=alertHistoryId,proto3" json:"alert_history_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteAlertHistoryRequest) Descriptor deprecated

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

Deprecated: Use DeleteAlertHistoryRequest.ProtoReflect.Descriptor instead.

func (*DeleteAlertHistoryRequest) GetAlertHistoryId

func (x *DeleteAlertHistoryRequest) GetAlertHistoryId() uint32

func (*DeleteAlertHistoryRequest) GetProjectId

func (x *DeleteAlertHistoryRequest) GetProjectId() uint32

func (*DeleteAlertHistoryRequest) ProtoMessage

func (*DeleteAlertHistoryRequest) ProtoMessage()

func (*DeleteAlertHistoryRequest) ProtoReflect

func (*DeleteAlertHistoryRequest) Reset

func (x *DeleteAlertHistoryRequest) Reset()

func (*DeleteAlertHistoryRequest) String

func (x *DeleteAlertHistoryRequest) String() string

func (*DeleteAlertHistoryRequest) Validate

func (r *DeleteAlertHistoryRequest) Validate() error

Validate DeleteAlertHistoryRequest

type DeleteAlertRequest

type DeleteAlertRequest struct {
	ProjectId uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AlertId   uint32 `protobuf:"varint,2,opt,name=alert_id,json=alertId,proto3" json:"alert_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteAlertRequest) Descriptor deprecated

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

Deprecated: Use DeleteAlertRequest.ProtoReflect.Descriptor instead.

func (*DeleteAlertRequest) GetAlertId

func (x *DeleteAlertRequest) GetAlertId() uint32

func (*DeleteAlertRequest) GetProjectId

func (x *DeleteAlertRequest) GetProjectId() uint32

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

func (*DeleteAlertRequest) Validate

func (r *DeleteAlertRequest) Validate() error

Validate DeleteAlertRequest

type DeleteAlertRuleRequest

type DeleteAlertRuleRequest struct {
	ProjectId   uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AlertRuleId uint32 `protobuf:"varint,2,opt,name=alert_rule_id,json=alertRuleId,proto3" json:"alert_rule_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteAlertRuleRequest) Descriptor deprecated

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

Deprecated: Use DeleteAlertRuleRequest.ProtoReflect.Descriptor instead.

func (*DeleteAlertRuleRequest) GetAlertRuleId

func (x *DeleteAlertRuleRequest) GetAlertRuleId() uint32

func (*DeleteAlertRuleRequest) GetProjectId

func (x *DeleteAlertRuleRequest) GetProjectId() uint32

func (*DeleteAlertRuleRequest) ProtoMessage

func (*DeleteAlertRuleRequest) ProtoMessage()

func (*DeleteAlertRuleRequest) ProtoReflect

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

func (*DeleteAlertRuleRequest) Reset

func (x *DeleteAlertRuleRequest) Reset()

func (*DeleteAlertRuleRequest) String

func (x *DeleteAlertRuleRequest) String() string

func (*DeleteAlertRuleRequest) Validate

func (r *DeleteAlertRuleRequest) Validate() error

Validate DeleteAlertRuleRequest

type DeleteNotificationRequest

type DeleteNotificationRequest struct {
	ProjectId      uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	NotificationId uint32 `protobuf:"varint,2,opt,name=notification_id,json=notificationId,proto3" json:"notification_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteNotificationRequest) Descriptor deprecated

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

Deprecated: Use DeleteNotificationRequest.ProtoReflect.Descriptor instead.

func (*DeleteNotificationRequest) GetNotificationId

func (x *DeleteNotificationRequest) GetNotificationId() uint32

func (*DeleteNotificationRequest) GetProjectId

func (x *DeleteNotificationRequest) GetProjectId() uint32

func (*DeleteNotificationRequest) ProtoMessage

func (*DeleteNotificationRequest) ProtoMessage()

func (*DeleteNotificationRequest) ProtoReflect

func (*DeleteNotificationRequest) Reset

func (x *DeleteNotificationRequest) Reset()

func (*DeleteNotificationRequest) String

func (x *DeleteNotificationRequest) String() string

func (*DeleteNotificationRequest) Validate

func (r *DeleteNotificationRequest) Validate() error

Validate DeleteNotificationRequest

type DeleteRelAlertFindingRequest

type DeleteRelAlertFindingRequest struct {
	ProjectId uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AlertId   uint32 `protobuf:"varint,2,opt,name=alert_id,json=alertId,proto3" json:"alert_id,omitempty"`
	FindingId uint32 `protobuf:"varint,3,opt,name=finding_id,json=findingId,proto3" json:"finding_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteRelAlertFindingRequest) Descriptor deprecated

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

Deprecated: Use DeleteRelAlertFindingRequest.ProtoReflect.Descriptor instead.

func (*DeleteRelAlertFindingRequest) GetAlertId

func (x *DeleteRelAlertFindingRequest) GetAlertId() uint32

func (*DeleteRelAlertFindingRequest) GetFindingId

func (x *DeleteRelAlertFindingRequest) GetFindingId() uint32

func (*DeleteRelAlertFindingRequest) GetProjectId

func (x *DeleteRelAlertFindingRequest) GetProjectId() uint32

func (*DeleteRelAlertFindingRequest) ProtoMessage

func (*DeleteRelAlertFindingRequest) ProtoMessage()

func (*DeleteRelAlertFindingRequest) ProtoReflect

func (*DeleteRelAlertFindingRequest) Reset

func (x *DeleteRelAlertFindingRequest) Reset()

func (*DeleteRelAlertFindingRequest) String

func (*DeleteRelAlertFindingRequest) Validate

func (r *DeleteRelAlertFindingRequest) Validate() error

Validate DeleteRelAlertFindingRequest

type GetAlertCondNotificationRequest

type GetAlertCondNotificationRequest struct {
	ProjectId        uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AlertConditionId uint32 `protobuf:"varint,2,opt,name=alert_condition_id,json=alertConditionId,proto3" json:"alert_condition_id,omitempty"`
	NotificationId   uint32 `protobuf:"varint,3,opt,name=notification_id,json=notificationId,proto3" json:"notification_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAlertCondNotificationRequest) Descriptor deprecated

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

Deprecated: Use GetAlertCondNotificationRequest.ProtoReflect.Descriptor instead.

func (*GetAlertCondNotificationRequest) GetAlertConditionId

func (x *GetAlertCondNotificationRequest) GetAlertConditionId() uint32

func (*GetAlertCondNotificationRequest) GetNotificationId

func (x *GetAlertCondNotificationRequest) GetNotificationId() uint32

func (*GetAlertCondNotificationRequest) GetProjectId

func (x *GetAlertCondNotificationRequest) GetProjectId() uint32

func (*GetAlertCondNotificationRequest) ProtoMessage

func (*GetAlertCondNotificationRequest) ProtoMessage()

func (*GetAlertCondNotificationRequest) ProtoReflect

func (*GetAlertCondNotificationRequest) Reset

func (*GetAlertCondNotificationRequest) String

func (*GetAlertCondNotificationRequest) Validate

func (r *GetAlertCondNotificationRequest) Validate() error

Validate GetAlertCondNotificationRequest

type GetAlertCondNotificationResponse

type GetAlertCondNotificationResponse struct {
	AlertCondNotification *AlertCondNotification `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetAlertCondNotificationResponse) Descriptor deprecated

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

Deprecated: Use GetAlertCondNotificationResponse.ProtoReflect.Descriptor instead.

func (*GetAlertCondNotificationResponse) GetAlertCondNotification

func (x *GetAlertCondNotificationResponse) GetAlertCondNotification() *AlertCondNotification

func (*GetAlertCondNotificationResponse) ProtoMessage

func (*GetAlertCondNotificationResponse) ProtoMessage()

func (*GetAlertCondNotificationResponse) ProtoReflect

func (*GetAlertCondNotificationResponse) Reset

func (*GetAlertCondNotificationResponse) String

type GetAlertCondRuleRequest

type GetAlertCondRuleRequest struct {
	ProjectId        uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AlertConditionId uint32 `protobuf:"varint,2,opt,name=alert_condition_id,json=alertConditionId,proto3" json:"alert_condition_id,omitempty"`
	AlertRuleId      uint32 `protobuf:"varint,3,opt,name=alert_rule_id,json=alertRuleId,proto3" json:"alert_rule_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAlertCondRuleRequest) Descriptor deprecated

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

Deprecated: Use GetAlertCondRuleRequest.ProtoReflect.Descriptor instead.

func (*GetAlertCondRuleRequest) GetAlertConditionId

func (x *GetAlertCondRuleRequest) GetAlertConditionId() uint32

func (*GetAlertCondRuleRequest) GetAlertRuleId

func (x *GetAlertCondRuleRequest) GetAlertRuleId() uint32

func (*GetAlertCondRuleRequest) GetProjectId

func (x *GetAlertCondRuleRequest) GetProjectId() uint32

func (*GetAlertCondRuleRequest) ProtoMessage

func (*GetAlertCondRuleRequest) ProtoMessage()

func (*GetAlertCondRuleRequest) ProtoReflect

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

func (*GetAlertCondRuleRequest) Reset

func (x *GetAlertCondRuleRequest) Reset()

func (*GetAlertCondRuleRequest) String

func (x *GetAlertCondRuleRequest) String() string

func (*GetAlertCondRuleRequest) Validate

func (r *GetAlertCondRuleRequest) Validate() error

Validate GetAlertCondRuleRequest

type GetAlertCondRuleResponse

type GetAlertCondRuleResponse struct {
	AlertCondRule *AlertCondRule `protobuf:"bytes,1,opt,name=alert_cond_rule,json=alertCondRule,proto3" json:"alert_cond_rule,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAlertCondRuleResponse) Descriptor deprecated

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

Deprecated: Use GetAlertCondRuleResponse.ProtoReflect.Descriptor instead.

func (*GetAlertCondRuleResponse) GetAlertCondRule

func (x *GetAlertCondRuleResponse) GetAlertCondRule() *AlertCondRule

func (*GetAlertCondRuleResponse) ProtoMessage

func (*GetAlertCondRuleResponse) ProtoMessage()

func (*GetAlertCondRuleResponse) ProtoReflect

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

func (*GetAlertCondRuleResponse) Reset

func (x *GetAlertCondRuleResponse) Reset()

func (*GetAlertCondRuleResponse) String

func (x *GetAlertCondRuleResponse) String() string

type GetAlertConditionRequest

type GetAlertConditionRequest struct {
	ProjectId        uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AlertConditionId uint32 `protobuf:"varint,2,opt,name=alert_condition_id,json=alertConditionId,proto3" json:"alert_condition_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAlertConditionRequest) Descriptor deprecated

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

Deprecated: Use GetAlertConditionRequest.ProtoReflect.Descriptor instead.

func (*GetAlertConditionRequest) GetAlertConditionId

func (x *GetAlertConditionRequest) GetAlertConditionId() uint32

func (*GetAlertConditionRequest) GetProjectId

func (x *GetAlertConditionRequest) GetProjectId() uint32

func (*GetAlertConditionRequest) ProtoMessage

func (*GetAlertConditionRequest) ProtoMessage()

func (*GetAlertConditionRequest) ProtoReflect

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

func (*GetAlertConditionRequest) Reset

func (x *GetAlertConditionRequest) Reset()

func (*GetAlertConditionRequest) String

func (x *GetAlertConditionRequest) String() string

func (*GetAlertConditionRequest) Validate

func (r *GetAlertConditionRequest) Validate() error

Validate GetAlertConditionRequest

type GetAlertConditionResponse

type GetAlertConditionResponse struct {
	AlertCondition *AlertCondition `protobuf:"bytes,1,opt,name=alert_condition,json=alertCondition,proto3" json:"alert_condition,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAlertConditionResponse) Descriptor deprecated

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

Deprecated: Use GetAlertConditionResponse.ProtoReflect.Descriptor instead.

func (*GetAlertConditionResponse) GetAlertCondition

func (x *GetAlertConditionResponse) GetAlertCondition() *AlertCondition

func (*GetAlertConditionResponse) ProtoMessage

func (*GetAlertConditionResponse) ProtoMessage()

func (*GetAlertConditionResponse) ProtoReflect

func (*GetAlertConditionResponse) Reset

func (x *GetAlertConditionResponse) Reset()

func (*GetAlertConditionResponse) String

func (x *GetAlertConditionResponse) String() string

type GetAlertHistoryRequest

type GetAlertHistoryRequest struct {
	ProjectId      uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AlertHistoryId uint32 `protobuf:"varint,2,opt,name=alert_history_id,json=alertHistoryId,proto3" json:"alert_history_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAlertHistoryRequest) Descriptor deprecated

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

Deprecated: Use GetAlertHistoryRequest.ProtoReflect.Descriptor instead.

func (*GetAlertHistoryRequest) GetAlertHistoryId

func (x *GetAlertHistoryRequest) GetAlertHistoryId() uint32

func (*GetAlertHistoryRequest) GetProjectId

func (x *GetAlertHistoryRequest) GetProjectId() uint32

func (*GetAlertHistoryRequest) ProtoMessage

func (*GetAlertHistoryRequest) ProtoMessage()

func (*GetAlertHistoryRequest) ProtoReflect

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

func (*GetAlertHistoryRequest) Reset

func (x *GetAlertHistoryRequest) Reset()

func (*GetAlertHistoryRequest) String

func (x *GetAlertHistoryRequest) String() string

func (*GetAlertHistoryRequest) Validate

func (r *GetAlertHistoryRequest) Validate() error

Validate GetAlertHistoryRequest

type GetAlertHistoryResponse

type GetAlertHistoryResponse struct {
	AlertHistory *AlertHistory `protobuf:"bytes,1,opt,name=alert_history,json=alertHistory,proto3" json:"alert_history,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAlertHistoryResponse) Descriptor deprecated

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

Deprecated: Use GetAlertHistoryResponse.ProtoReflect.Descriptor instead.

func (*GetAlertHistoryResponse) GetAlertHistory

func (x *GetAlertHistoryResponse) GetAlertHistory() *AlertHistory

func (*GetAlertHistoryResponse) ProtoMessage

func (*GetAlertHistoryResponse) ProtoMessage()

func (*GetAlertHistoryResponse) ProtoReflect

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

func (*GetAlertHistoryResponse) Reset

func (x *GetAlertHistoryResponse) Reset()

func (*GetAlertHistoryResponse) String

func (x *GetAlertHistoryResponse) String() string

type GetAlertRequest

type GetAlertRequest struct {
	ProjectId uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AlertId   uint32 `protobuf:"varint,2,opt,name=alert_id,json=alertId,proto3" json:"alert_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAlertRequest) Descriptor deprecated

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

Deprecated: Use GetAlertRequest.ProtoReflect.Descriptor instead.

func (*GetAlertRequest) GetAlertId

func (x *GetAlertRequest) GetAlertId() uint32

func (*GetAlertRequest) GetProjectId

func (x *GetAlertRequest) GetProjectId() uint32

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

func (*GetAlertRequest) Validate

func (r *GetAlertRequest) Validate() error

Validate GetAlertRequest

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 GetAlertRuleRequest

type GetAlertRuleRequest struct {
	ProjectId   uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AlertRuleId uint32 `protobuf:"varint,2,opt,name=alert_rule_id,json=alertRuleId,proto3" json:"alert_rule_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAlertRuleRequest) Descriptor deprecated

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

Deprecated: Use GetAlertRuleRequest.ProtoReflect.Descriptor instead.

func (*GetAlertRuleRequest) GetAlertRuleId

func (x *GetAlertRuleRequest) GetAlertRuleId() uint32

func (*GetAlertRuleRequest) GetProjectId

func (x *GetAlertRuleRequest) GetProjectId() uint32

func (*GetAlertRuleRequest) ProtoMessage

func (*GetAlertRuleRequest) ProtoMessage()

func (*GetAlertRuleRequest) ProtoReflect

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

func (*GetAlertRuleRequest) Reset

func (x *GetAlertRuleRequest) Reset()

func (*GetAlertRuleRequest) String

func (x *GetAlertRuleRequest) String() string

func (*GetAlertRuleRequest) Validate

func (r *GetAlertRuleRequest) Validate() error

Validate GetAlertRuleRequest

type GetAlertRuleResponse

type GetAlertRuleResponse struct {
	AlertRule *AlertRule `protobuf:"bytes,1,opt,name=alert_rule,json=alertRule,proto3" json:"alert_rule,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAlertRuleResponse) Descriptor deprecated

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

Deprecated: Use GetAlertRuleResponse.ProtoReflect.Descriptor instead.

func (*GetAlertRuleResponse) GetAlertRule

func (x *GetAlertRuleResponse) GetAlertRule() *AlertRule

func (*GetAlertRuleResponse) ProtoMessage

func (*GetAlertRuleResponse) ProtoMessage()

func (*GetAlertRuleResponse) ProtoReflect

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

func (*GetAlertRuleResponse) Reset

func (x *GetAlertRuleResponse) Reset()

func (*GetAlertRuleResponse) String

func (x *GetAlertRuleResponse) String() string

type GetNotificationRequest

type GetNotificationRequest struct {
	ProjectId      uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	NotificationId uint32 `protobuf:"varint,2,opt,name=notification_id,json=notificationId,proto3" json:"notification_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNotificationRequest) Descriptor deprecated

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

Deprecated: Use GetNotificationRequest.ProtoReflect.Descriptor instead.

func (*GetNotificationRequest) GetNotificationId

func (x *GetNotificationRequest) GetNotificationId() uint32

func (*GetNotificationRequest) GetProjectId

func (x *GetNotificationRequest) GetProjectId() uint32

func (*GetNotificationRequest) ProtoMessage

func (*GetNotificationRequest) ProtoMessage()

func (*GetNotificationRequest) ProtoReflect

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

func (*GetNotificationRequest) Reset

func (x *GetNotificationRequest) Reset()

func (*GetNotificationRequest) String

func (x *GetNotificationRequest) String() string

func (*GetNotificationRequest) Validate

func (r *GetNotificationRequest) Validate() error

Validate GetNotificationRequest

type GetNotificationResponse

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

func (*GetNotificationResponse) Descriptor deprecated

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

Deprecated: Use GetNotificationResponse.ProtoReflect.Descriptor instead.

func (*GetNotificationResponse) GetNotification

func (x *GetNotificationResponse) GetNotification() *Notification

func (*GetNotificationResponse) ProtoMessage

func (*GetNotificationResponse) ProtoMessage()

func (*GetNotificationResponse) ProtoReflect

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

func (*GetNotificationResponse) Reset

func (x *GetNotificationResponse) Reset()

func (*GetNotificationResponse) String

func (x *GetNotificationResponse) String() string

type GetRelAlertFindingRequest

type GetRelAlertFindingRequest struct {
	ProjectId uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AlertId   uint32 `protobuf:"varint,2,opt,name=alert_id,json=alertId,proto3" json:"alert_id,omitempty"`
	FindingId uint32 `protobuf:"varint,3,opt,name=finding_id,json=findingId,proto3" json:"finding_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRelAlertFindingRequest) Descriptor deprecated

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

Deprecated: Use GetRelAlertFindingRequest.ProtoReflect.Descriptor instead.

func (*GetRelAlertFindingRequest) GetAlertId

func (x *GetRelAlertFindingRequest) GetAlertId() uint32

func (*GetRelAlertFindingRequest) GetFindingId

func (x *GetRelAlertFindingRequest) GetFindingId() uint32

func (*GetRelAlertFindingRequest) GetProjectId

func (x *GetRelAlertFindingRequest) GetProjectId() uint32

func (*GetRelAlertFindingRequest) ProtoMessage

func (*GetRelAlertFindingRequest) ProtoMessage()

func (*GetRelAlertFindingRequest) ProtoReflect

func (*GetRelAlertFindingRequest) Reset

func (x *GetRelAlertFindingRequest) Reset()

func (*GetRelAlertFindingRequest) String

func (x *GetRelAlertFindingRequest) String() string

func (*GetRelAlertFindingRequest) Validate

func (r *GetRelAlertFindingRequest) Validate() error

Validate GetRelAlertFindingRequest

type GetRelAlertFindingResponse

type GetRelAlertFindingResponse struct {
	RelAlertFinding *RelAlertFinding `protobuf:"bytes,1,opt,name=rel_alert_finding,json=relAlertFinding,proto3" json:"rel_alert_finding,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRelAlertFindingResponse) Descriptor deprecated

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

Deprecated: Use GetRelAlertFindingResponse.ProtoReflect.Descriptor instead.

func (*GetRelAlertFindingResponse) GetRelAlertFinding

func (x *GetRelAlertFindingResponse) GetRelAlertFinding() *RelAlertFinding

func (*GetRelAlertFindingResponse) ProtoMessage

func (*GetRelAlertFindingResponse) ProtoMessage()

func (*GetRelAlertFindingResponse) ProtoReflect

func (*GetRelAlertFindingResponse) Reset

func (x *GetRelAlertFindingResponse) Reset()

func (*GetRelAlertFindingResponse) String

func (x *GetRelAlertFindingResponse) String() string

type ListAlertCondNotificationRequest

type ListAlertCondNotificationRequest struct {
	ProjectId        uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AlertConditionId uint32 `protobuf:"varint,2,opt,name=alert_condition_id,json=alertConditionId,proto3" json:"alert_condition_id,omitempty"`
	NotificationId   uint32 `protobuf:"varint,3,opt,name=notification_id,json=notificationId,proto3" json:"notification_id,omitempty"`
	FromAt           int64  `protobuf:"varint,4,opt,name=from_at,json=fromAt,proto3" json:"from_at,omitempty"`
	ToAt             int64  `protobuf:"varint,5,opt,name=to_at,json=toAt,proto3" json:"to_at,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAlertCondNotificationRequest) Descriptor deprecated

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

Deprecated: Use ListAlertCondNotificationRequest.ProtoReflect.Descriptor instead.

func (*ListAlertCondNotificationRequest) GetAlertConditionId

func (x *ListAlertCondNotificationRequest) GetAlertConditionId() uint32

func (*ListAlertCondNotificationRequest) GetFromAt

func (x *ListAlertCondNotificationRequest) GetFromAt() int64

func (*ListAlertCondNotificationRequest) GetNotificationId

func (x *ListAlertCondNotificationRequest) GetNotificationId() uint32

func (*ListAlertCondNotificationRequest) GetProjectId

func (x *ListAlertCondNotificationRequest) GetProjectId() uint32

func (*ListAlertCondNotificationRequest) GetToAt

func (*ListAlertCondNotificationRequest) ProtoMessage

func (*ListAlertCondNotificationRequest) ProtoMessage()

func (*ListAlertCondNotificationRequest) ProtoReflect

func (*ListAlertCondNotificationRequest) Reset

func (*ListAlertCondNotificationRequest) String

func (*ListAlertCondNotificationRequest) Validate

Validate ListAlertCondNotificationRequest

type ListAlertCondNotificationResponse

type ListAlertCondNotificationResponse struct {
	AlertCondNotification []*AlertCondNotification `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListAlertCondNotificationResponse) Descriptor deprecated

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

Deprecated: Use ListAlertCondNotificationResponse.ProtoReflect.Descriptor instead.

func (*ListAlertCondNotificationResponse) GetAlertCondNotification

func (x *ListAlertCondNotificationResponse) GetAlertCondNotification() []*AlertCondNotification

func (*ListAlertCondNotificationResponse) ProtoMessage

func (*ListAlertCondNotificationResponse) ProtoMessage()

func (*ListAlertCondNotificationResponse) ProtoReflect

func (*ListAlertCondNotificationResponse) Reset

func (*ListAlertCondNotificationResponse) String

type ListAlertCondRuleRequest

type ListAlertCondRuleRequest struct {
	ProjectId        uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AlertConditionId uint32 `protobuf:"varint,2,opt,name=alert_condition_id,json=alertConditionId,proto3" json:"alert_condition_id,omitempty"`
	AlertRuleId      uint32 `protobuf:"varint,3,opt,name=alert_rule_id,json=alertRuleId,proto3" json:"alert_rule_id,omitempty"`
	FromAt           int64  `protobuf:"varint,4,opt,name=from_at,json=fromAt,proto3" json:"from_at,omitempty"`
	ToAt             int64  `protobuf:"varint,5,opt,name=to_at,json=toAt,proto3" json:"to_at,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAlertCondRuleRequest) Descriptor deprecated

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

Deprecated: Use ListAlertCondRuleRequest.ProtoReflect.Descriptor instead.

func (*ListAlertCondRuleRequest) GetAlertConditionId

func (x *ListAlertCondRuleRequest) GetAlertConditionId() uint32

func (*ListAlertCondRuleRequest) GetAlertRuleId

func (x *ListAlertCondRuleRequest) GetAlertRuleId() uint32

func (*ListAlertCondRuleRequest) GetFromAt

func (x *ListAlertCondRuleRequest) GetFromAt() int64

func (*ListAlertCondRuleRequest) GetProjectId

func (x *ListAlertCondRuleRequest) GetProjectId() uint32

func (*ListAlertCondRuleRequest) GetToAt

func (x *ListAlertCondRuleRequest) GetToAt() int64

func (*ListAlertCondRuleRequest) ProtoMessage

func (*ListAlertCondRuleRequest) ProtoMessage()

func (*ListAlertCondRuleRequest) ProtoReflect

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

func (*ListAlertCondRuleRequest) Reset

func (x *ListAlertCondRuleRequest) Reset()

func (*ListAlertCondRuleRequest) String

func (x *ListAlertCondRuleRequest) String() string

func (*ListAlertCondRuleRequest) Validate

func (r *ListAlertCondRuleRequest) Validate() error

Validate ListAlertCondRuleRequest

type ListAlertCondRuleResponse

type ListAlertCondRuleResponse struct {
	AlertCondRule []*AlertCondRule `protobuf:"bytes,1,rep,name=alert_cond_rule,json=alertCondRule,proto3" json:"alert_cond_rule,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAlertCondRuleResponse) Descriptor deprecated

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

Deprecated: Use ListAlertCondRuleResponse.ProtoReflect.Descriptor instead.

func (*ListAlertCondRuleResponse) GetAlertCondRule

func (x *ListAlertCondRuleResponse) GetAlertCondRule() []*AlertCondRule

func (*ListAlertCondRuleResponse) ProtoMessage

func (*ListAlertCondRuleResponse) ProtoMessage()

func (*ListAlertCondRuleResponse) ProtoReflect

func (*ListAlertCondRuleResponse) Reset

func (x *ListAlertCondRuleResponse) Reset()

func (*ListAlertCondRuleResponse) String

func (x *ListAlertCondRuleResponse) String() string

type ListAlertConditionRequest

type ListAlertConditionRequest struct {
	ProjectId uint32   `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Severity  []string `protobuf:"bytes,2,rep,name=severity,proto3" json:"severity,omitempty"`
	Enabled   bool     `protobuf:"varint,3,opt,name=enabled,proto3" json:"enabled,omitempty"`
	FromAt    int64    `protobuf:"varint,4,opt,name=from_at,json=fromAt,proto3" json:"from_at,omitempty"`
	ToAt      int64    `protobuf:"varint,5,opt,name=to_at,json=toAt,proto3" json:"to_at,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAlertConditionRequest) Descriptor deprecated

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

Deprecated: Use ListAlertConditionRequest.ProtoReflect.Descriptor instead.

func (*ListAlertConditionRequest) GetEnabled

func (x *ListAlertConditionRequest) GetEnabled() bool

func (*ListAlertConditionRequest) GetFromAt

func (x *ListAlertConditionRequest) GetFromAt() int64

func (*ListAlertConditionRequest) GetProjectId

func (x *ListAlertConditionRequest) GetProjectId() uint32

func (*ListAlertConditionRequest) GetSeverity

func (x *ListAlertConditionRequest) GetSeverity() []string

func (*ListAlertConditionRequest) GetToAt

func (x *ListAlertConditionRequest) GetToAt() int64

func (*ListAlertConditionRequest) ProtoMessage

func (*ListAlertConditionRequest) ProtoMessage()

func (*ListAlertConditionRequest) ProtoReflect

func (*ListAlertConditionRequest) Reset

func (x *ListAlertConditionRequest) Reset()

func (*ListAlertConditionRequest) String

func (x *ListAlertConditionRequest) String() string

func (*ListAlertConditionRequest) Validate

func (r *ListAlertConditionRequest) Validate() error

Validate ListAlertConditionRequest

type ListAlertConditionResponse

type ListAlertConditionResponse struct {
	AlertCondition []*AlertCondition `protobuf:"bytes,1,rep,name=alert_condition,json=alertCondition,proto3" json:"alert_condition,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAlertConditionResponse) Descriptor deprecated

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

Deprecated: Use ListAlertConditionResponse.ProtoReflect.Descriptor instead.

func (*ListAlertConditionResponse) GetAlertCondition

func (x *ListAlertConditionResponse) GetAlertCondition() []*AlertCondition

func (*ListAlertConditionResponse) ProtoMessage

func (*ListAlertConditionResponse) ProtoMessage()

func (*ListAlertConditionResponse) ProtoReflect

func (*ListAlertConditionResponse) Reset

func (x *ListAlertConditionResponse) Reset()

func (*ListAlertConditionResponse) String

func (x *ListAlertConditionResponse) String() string

type ListAlertHistoryRequest

type ListAlertHistoryRequest struct {
	ProjectId   uint32   `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AlertId     uint32   `protobuf:"varint,2,opt,name=alert_id,json=alertId,proto3" json:"alert_id,omitempty"`
	HistoryType []string `protobuf:"bytes,3,rep,name=history_type,json=historyType,proto3" json:"history_type,omitempty"`
	Severity    []string `protobuf:"bytes,4,rep,name=severity,proto3" json:"severity,omitempty"`
	FromAt      int64    `protobuf:"varint,5,opt,name=from_at,json=fromAt,proto3" json:"from_at,omitempty"`
	ToAt        int64    `protobuf:"varint,6,opt,name=to_at,json=toAt,proto3" json:"to_at,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAlertHistoryRequest) Descriptor deprecated

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

Deprecated: Use ListAlertHistoryRequest.ProtoReflect.Descriptor instead.

func (*ListAlertHistoryRequest) GetAlertId

func (x *ListAlertHistoryRequest) GetAlertId() uint32

func (*ListAlertHistoryRequest) GetFromAt

func (x *ListAlertHistoryRequest) GetFromAt() int64

func (*ListAlertHistoryRequest) GetHistoryType

func (x *ListAlertHistoryRequest) GetHistoryType() []string

func (*ListAlertHistoryRequest) GetProjectId

func (x *ListAlertHistoryRequest) GetProjectId() uint32

func (*ListAlertHistoryRequest) GetSeverity

func (x *ListAlertHistoryRequest) GetSeverity() []string

func (*ListAlertHistoryRequest) GetToAt

func (x *ListAlertHistoryRequest) GetToAt() int64

func (*ListAlertHistoryRequest) ProtoMessage

func (*ListAlertHistoryRequest) ProtoMessage()

func (*ListAlertHistoryRequest) ProtoReflect

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

func (*ListAlertHistoryRequest) Reset

func (x *ListAlertHistoryRequest) Reset()

func (*ListAlertHistoryRequest) String

func (x *ListAlertHistoryRequest) String() string

func (*ListAlertHistoryRequest) Validate

func (r *ListAlertHistoryRequest) Validate() error

Validate ListAlertHistoryRequest

type ListAlertHistoryResponse

type ListAlertHistoryResponse struct {
	AlertHistory []*AlertHistory `protobuf:"bytes,1,rep,name=alert_history,json=alertHistory,proto3" json:"alert_history,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAlertHistoryResponse) Descriptor deprecated

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

Deprecated: Use ListAlertHistoryResponse.ProtoReflect.Descriptor instead.

func (*ListAlertHistoryResponse) GetAlertHistory

func (x *ListAlertHistoryResponse) GetAlertHistory() []*AlertHistory

func (*ListAlertHistoryResponse) ProtoMessage

func (*ListAlertHistoryResponse) ProtoMessage()

func (*ListAlertHistoryResponse) ProtoReflect

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

func (*ListAlertHistoryResponse) Reset

func (x *ListAlertHistoryResponse) Reset()

func (*ListAlertHistoryResponse) String

func (x *ListAlertHistoryResponse) String() string

type ListAlertRequest

type ListAlertRequest struct {
	ProjectId   uint32   `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Status      []Status `protobuf:"varint,2,rep,packed,name=status,proto3,enum=core.alert.Status" json:"status,omitempty"`
	Severity    []string `protobuf:"bytes,3,rep,name=severity,proto3" json:"severity,omitempty"`
	Description string   `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	FromAt      int64    `protobuf:"varint,5,opt,name=from_at,json=fromAt,proto3" json:"from_at,omitempty"`
	ToAt        int64    `protobuf:"varint,6,opt,name=to_at,json=toAt,proto3" json:"to_at,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAlertRequest) Descriptor deprecated

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

Deprecated: Use ListAlertRequest.ProtoReflect.Descriptor instead.

func (*ListAlertRequest) GetDescription

func (x *ListAlertRequest) GetDescription() string

func (*ListAlertRequest) GetFromAt

func (x *ListAlertRequest) GetFromAt() int64

func (*ListAlertRequest) GetProjectId

func (x *ListAlertRequest) GetProjectId() uint32

func (*ListAlertRequest) GetSeverity

func (x *ListAlertRequest) GetSeverity() []string

func (*ListAlertRequest) GetStatus

func (x *ListAlertRequest) GetStatus() []Status

func (*ListAlertRequest) GetToAt

func (x *ListAlertRequest) GetToAt() int64

func (*ListAlertRequest) ProtoMessage

func (*ListAlertRequest) ProtoMessage()

func (*ListAlertRequest) ProtoReflect

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

func (*ListAlertRequest) Reset

func (x *ListAlertRequest) Reset()

func (*ListAlertRequest) String

func (x *ListAlertRequest) String() string

func (*ListAlertRequest) Validate

func (r *ListAlertRequest) Validate() error

Validate ListAlertRequest

type ListAlertResponse

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

func (*ListAlertResponse) Descriptor deprecated

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

Deprecated: Use ListAlertResponse.ProtoReflect.Descriptor instead.

func (*ListAlertResponse) GetAlert

func (x *ListAlertResponse) GetAlert() []*Alert

func (*ListAlertResponse) ProtoMessage

func (*ListAlertResponse) ProtoMessage()

func (*ListAlertResponse) ProtoReflect

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

func (*ListAlertResponse) Reset

func (x *ListAlertResponse) Reset()

func (*ListAlertResponse) String

func (x *ListAlertResponse) String() string

type ListAlertRuleRequest

type ListAlertRuleRequest struct {
	ProjectId uint32  `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	FromScore float32 `protobuf:"fixed32,2,opt,name=from_score,json=fromScore,proto3" json:"from_score,omitempty"`
	ToScore   float32 `protobuf:"fixed32,3,opt,name=to_score,json=toScore,proto3" json:"to_score,omitempty"`
	FromAt    int64   `protobuf:"varint,4,opt,name=from_at,json=fromAt,proto3" json:"from_at,omitempty"`
	ToAt      int64   `protobuf:"varint,5,opt,name=to_at,json=toAt,proto3" json:"to_at,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAlertRuleRequest) Descriptor deprecated

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

Deprecated: Use ListAlertRuleRequest.ProtoReflect.Descriptor instead.

func (*ListAlertRuleRequest) GetFromAt

func (x *ListAlertRuleRequest) GetFromAt() int64

func (*ListAlertRuleRequest) GetFromScore

func (x *ListAlertRuleRequest) GetFromScore() float32

func (*ListAlertRuleRequest) GetProjectId

func (x *ListAlertRuleRequest) GetProjectId() uint32

func (*ListAlertRuleRequest) GetToAt

func (x *ListAlertRuleRequest) GetToAt() int64

func (*ListAlertRuleRequest) GetToScore

func (x *ListAlertRuleRequest) GetToScore() float32

func (*ListAlertRuleRequest) ProtoMessage

func (*ListAlertRuleRequest) ProtoMessage()

func (*ListAlertRuleRequest) ProtoReflect

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

func (*ListAlertRuleRequest) Reset

func (x *ListAlertRuleRequest) Reset()

func (*ListAlertRuleRequest) String

func (x *ListAlertRuleRequest) String() string

func (*ListAlertRuleRequest) Validate

func (r *ListAlertRuleRequest) Validate() error

Validate ListAlertRuleRequest

type ListAlertRuleResponse

type ListAlertRuleResponse struct {
	AlertRule []*AlertRule `protobuf:"bytes,1,rep,name=alert_rule,json=alertRule,proto3" json:"alert_rule,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAlertRuleResponse) Descriptor deprecated

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

Deprecated: Use ListAlertRuleResponse.ProtoReflect.Descriptor instead.

func (*ListAlertRuleResponse) GetAlertRule

func (x *ListAlertRuleResponse) GetAlertRule() []*AlertRule

func (*ListAlertRuleResponse) ProtoMessage

func (*ListAlertRuleResponse) ProtoMessage()

func (*ListAlertRuleResponse) ProtoReflect

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

func (*ListAlertRuleResponse) Reset

func (x *ListAlertRuleResponse) Reset()

func (*ListAlertRuleResponse) String

func (x *ListAlertRuleResponse) String() string

type ListNotificationRequest

type ListNotificationRequest struct {
	ProjectId uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Type      string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	FromAt    int64  `protobuf:"varint,3,opt,name=from_at,json=fromAt,proto3" json:"from_at,omitempty"`
	ToAt      int64  `protobuf:"varint,4,opt,name=to_at,json=toAt,proto3" json:"to_at,omitempty"`
	// contains filtered or unexported fields
}

func (*ListNotificationRequest) Descriptor deprecated

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

Deprecated: Use ListNotificationRequest.ProtoReflect.Descriptor instead.

func (*ListNotificationRequest) GetFromAt

func (x *ListNotificationRequest) GetFromAt() int64

func (*ListNotificationRequest) GetProjectId

func (x *ListNotificationRequest) GetProjectId() uint32

func (*ListNotificationRequest) GetToAt

func (x *ListNotificationRequest) GetToAt() int64

func (*ListNotificationRequest) GetType

func (x *ListNotificationRequest) GetType() string

func (*ListNotificationRequest) ProtoMessage

func (*ListNotificationRequest) ProtoMessage()

func (*ListNotificationRequest) ProtoReflect

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

func (*ListNotificationRequest) Reset

func (x *ListNotificationRequest) Reset()

func (*ListNotificationRequest) String

func (x *ListNotificationRequest) String() string

func (*ListNotificationRequest) Validate

func (r *ListNotificationRequest) Validate() error

Validate ListNotificationRequest

type ListNotificationResponse

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

func (*ListNotificationResponse) Descriptor deprecated

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

Deprecated: Use ListNotificationResponse.ProtoReflect.Descriptor instead.

func (*ListNotificationResponse) GetNotification

func (x *ListNotificationResponse) GetNotification() []*Notification

func (*ListNotificationResponse) ProtoMessage

func (*ListNotificationResponse) ProtoMessage()

func (*ListNotificationResponse) ProtoReflect

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

func (*ListNotificationResponse) Reset

func (x *ListNotificationResponse) Reset()

func (*ListNotificationResponse) String

func (x *ListNotificationResponse) String() string

type ListRelAlertFindingRequest

type ListRelAlertFindingRequest struct {
	ProjectId uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AlertId   uint32 `protobuf:"varint,2,opt,name=alert_id,json=alertId,proto3" json:"alert_id,omitempty"`
	FindingId uint32 `protobuf:"varint,3,opt,name=finding_id,json=findingId,proto3" json:"finding_id,omitempty"`
	FromAt    int64  `protobuf:"varint,4,opt,name=from_at,json=fromAt,proto3" json:"from_at,omitempty"`
	ToAt      int64  `protobuf:"varint,5,opt,name=to_at,json=toAt,proto3" json:"to_at,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRelAlertFindingRequest) Descriptor deprecated

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

Deprecated: Use ListRelAlertFindingRequest.ProtoReflect.Descriptor instead.

func (*ListRelAlertFindingRequest) GetAlertId

func (x *ListRelAlertFindingRequest) GetAlertId() uint32

func (*ListRelAlertFindingRequest) GetFindingId

func (x *ListRelAlertFindingRequest) GetFindingId() uint32

func (*ListRelAlertFindingRequest) GetFromAt

func (x *ListRelAlertFindingRequest) GetFromAt() int64

func (*ListRelAlertFindingRequest) GetProjectId

func (x *ListRelAlertFindingRequest) GetProjectId() uint32

func (*ListRelAlertFindingRequest) GetToAt

func (x *ListRelAlertFindingRequest) GetToAt() int64

func (*ListRelAlertFindingRequest) ProtoMessage

func (*ListRelAlertFindingRequest) ProtoMessage()

func (*ListRelAlertFindingRequest) ProtoReflect

func (*ListRelAlertFindingRequest) Reset

func (x *ListRelAlertFindingRequest) Reset()

func (*ListRelAlertFindingRequest) String

func (x *ListRelAlertFindingRequest) String() string

func (*ListRelAlertFindingRequest) Validate

func (r *ListRelAlertFindingRequest) Validate() error

Validate ListRelAlertFindingRequest

type ListRelAlertFindingResponse

type ListRelAlertFindingResponse struct {
	RelAlertFinding []*RelAlertFinding `protobuf:"bytes,1,rep,name=rel_alert_finding,json=relAlertFinding,proto3" json:"rel_alert_finding,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRelAlertFindingResponse) Descriptor deprecated

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

Deprecated: Use ListRelAlertFindingResponse.ProtoReflect.Descriptor instead.

func (*ListRelAlertFindingResponse) GetRelAlertFinding

func (x *ListRelAlertFindingResponse) GetRelAlertFinding() []*RelAlertFinding

func (*ListRelAlertFindingResponse) ProtoMessage

func (*ListRelAlertFindingResponse) ProtoMessage()

func (*ListRelAlertFindingResponse) ProtoReflect

func (*ListRelAlertFindingResponse) Reset

func (x *ListRelAlertFindingResponse) Reset()

func (*ListRelAlertFindingResponse) String

func (x *ListRelAlertFindingResponse) String() string

type Notification

type Notification struct {
	NotificationId uint32 `protobuf:"varint,1,opt,name=notification_id,json=notificationId,proto3" json:"notification_id,omitempty"`
	Name           string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ProjectId      uint32 `protobuf:"varint,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Type           string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	NotifySetting  string `protobuf:"bytes,5,opt,name=notify_setting,json=notifySetting,proto3" json:"notify_setting,omitempty"`
	CreatedAt      int64  `protobuf:"varint,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt      int64  `protobuf:"varint,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

Notification

func (*Notification) Descriptor deprecated

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

Deprecated: Use Notification.ProtoReflect.Descriptor instead.

func (*Notification) GetCreatedAt

func (x *Notification) GetCreatedAt() int64

func (*Notification) GetName

func (x *Notification) GetName() string

func (*Notification) GetNotificationId

func (x *Notification) GetNotificationId() uint32

func (*Notification) GetNotifySetting

func (x *Notification) GetNotifySetting() string

func (*Notification) GetProjectId

func (x *Notification) GetProjectId() uint32

func (*Notification) GetType

func (x *Notification) GetType() string

func (*Notification) GetUpdatedAt

func (x *Notification) GetUpdatedAt() int64

func (*Notification) ProtoMessage

func (*Notification) ProtoMessage()

func (*Notification) ProtoReflect

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

func (*Notification) Reset

func (x *Notification) Reset()

func (*Notification) String

func (x *Notification) String() string

type NotificationForUpsert

type NotificationForUpsert struct {
	NotificationId uint32 `protobuf:"varint,1,opt,name=notification_id,json=notificationId,proto3" json:"notification_id,omitempty"`
	Name           string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ProjectId      uint32 `protobuf:"varint,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Type           string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	NotifySetting  string `protobuf:"bytes,5,opt,name=notify_setting,json=notifySetting,proto3" json:"notify_setting,omitempty"`
	// contains filtered or unexported fields
}

NotificationForUpsert

func (*NotificationForUpsert) Descriptor deprecated

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

Deprecated: Use NotificationForUpsert.ProtoReflect.Descriptor instead.

func (*NotificationForUpsert) GetName

func (x *NotificationForUpsert) GetName() string

func (*NotificationForUpsert) GetNotificationId

func (x *NotificationForUpsert) GetNotificationId() uint32

func (*NotificationForUpsert) GetNotifySetting

func (x *NotificationForUpsert) GetNotifySetting() string

func (*NotificationForUpsert) GetProjectId

func (x *NotificationForUpsert) GetProjectId() uint32

func (*NotificationForUpsert) GetType

func (x *NotificationForUpsert) GetType() string

func (*NotificationForUpsert) ProtoMessage

func (*NotificationForUpsert) ProtoMessage()

func (*NotificationForUpsert) ProtoReflect

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

func (*NotificationForUpsert) Reset

func (x *NotificationForUpsert) Reset()

func (*NotificationForUpsert) String

func (x *NotificationForUpsert) String() string

func (*NotificationForUpsert) Validate

func (e *NotificationForUpsert) Validate() error

Validate NotificationForUpsert

type PutAlertCondNotificationRequest

type PutAlertCondNotificationRequest struct {
	ProjectId             uint32                          `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AlertCondNotification *AlertCondNotificationForUpsert `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PutAlertCondNotificationRequest) Descriptor deprecated

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

Deprecated: Use PutAlertCondNotificationRequest.ProtoReflect.Descriptor instead.

func (*PutAlertCondNotificationRequest) GetAlertCondNotification

func (x *PutAlertCondNotificationRequest) GetAlertCondNotification() *AlertCondNotificationForUpsert

func (*PutAlertCondNotificationRequest) GetProjectId

func (x *PutAlertCondNotificationRequest) GetProjectId() uint32

func (*PutAlertCondNotificationRequest) ProtoMessage

func (*PutAlertCondNotificationRequest) ProtoMessage()

func (*PutAlertCondNotificationRequest) ProtoReflect

func (*PutAlertCondNotificationRequest) Reset

func (*PutAlertCondNotificationRequest) String

func (*PutAlertCondNotificationRequest) Validate

func (r *PutAlertCondNotificationRequest) Validate() error

Validate PutAlertCondNotificationRequest

type PutAlertCondNotificationResponse

type PutAlertCondNotificationResponse struct {
	AlertCondNotification *AlertCondNotification `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PutAlertCondNotificationResponse) Descriptor deprecated

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

Deprecated: Use PutAlertCondNotificationResponse.ProtoReflect.Descriptor instead.

func (*PutAlertCondNotificationResponse) GetAlertCondNotification

func (x *PutAlertCondNotificationResponse) GetAlertCondNotification() *AlertCondNotification

func (*PutAlertCondNotificationResponse) ProtoMessage

func (*PutAlertCondNotificationResponse) ProtoMessage()

func (*PutAlertCondNotificationResponse) ProtoReflect

func (*PutAlertCondNotificationResponse) Reset

func (*PutAlertCondNotificationResponse) String

type PutAlertCondRuleRequest

type PutAlertCondRuleRequest struct {
	ProjectId     uint32                  `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AlertCondRule *AlertCondRuleForUpsert `protobuf:"bytes,2,opt,name=alert_cond_rule,json=alertCondRule,proto3" json:"alert_cond_rule,omitempty"`
	// contains filtered or unexported fields
}

func (*PutAlertCondRuleRequest) Descriptor deprecated

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

Deprecated: Use PutAlertCondRuleRequest.ProtoReflect.Descriptor instead.

func (*PutAlertCondRuleRequest) GetAlertCondRule

func (x *PutAlertCondRuleRequest) GetAlertCondRule() *AlertCondRuleForUpsert

func (*PutAlertCondRuleRequest) GetProjectId

func (x *PutAlertCondRuleRequest) GetProjectId() uint32

func (*PutAlertCondRuleRequest) ProtoMessage

func (*PutAlertCondRuleRequest) ProtoMessage()

func (*PutAlertCondRuleRequest) ProtoReflect

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

func (*PutAlertCondRuleRequest) Reset

func (x *PutAlertCondRuleRequest) Reset()

func (*PutAlertCondRuleRequest) String

func (x *PutAlertCondRuleRequest) String() string

func (*PutAlertCondRuleRequest) Validate

func (r *PutAlertCondRuleRequest) Validate() error

Validate PutAlertCondRuleRequest

type PutAlertCondRuleResponse

type PutAlertCondRuleResponse struct {
	AlertCondRule *AlertCondRule `protobuf:"bytes,1,opt,name=alert_cond_rule,json=alertCondRule,proto3" json:"alert_cond_rule,omitempty"`
	// contains filtered or unexported fields
}

func (*PutAlertCondRuleResponse) Descriptor deprecated

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

Deprecated: Use PutAlertCondRuleResponse.ProtoReflect.Descriptor instead.

func (*PutAlertCondRuleResponse) GetAlertCondRule

func (x *PutAlertCondRuleResponse) GetAlertCondRule() *AlertCondRule

func (*PutAlertCondRuleResponse) ProtoMessage

func (*PutAlertCondRuleResponse) ProtoMessage()

func (*PutAlertCondRuleResponse) ProtoReflect

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

func (*PutAlertCondRuleResponse) Reset

func (x *PutAlertCondRuleResponse) Reset()

func (*PutAlertCondRuleResponse) String

func (x *PutAlertCondRuleResponse) String() string

type PutAlertConditionRequest

type PutAlertConditionRequest struct {
	ProjectId      uint32                   `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AlertCondition *AlertConditionForUpsert `protobuf:"bytes,2,opt,name=alert_condition,json=alertCondition,proto3" json:"alert_condition,omitempty"`
	// contains filtered or unexported fields
}

func (*PutAlertConditionRequest) Descriptor deprecated

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

Deprecated: Use PutAlertConditionRequest.ProtoReflect.Descriptor instead.

func (*PutAlertConditionRequest) GetAlertCondition

func (x *PutAlertConditionRequest) GetAlertCondition() *AlertConditionForUpsert

func (*PutAlertConditionRequest) GetProjectId

func (x *PutAlertConditionRequest) GetProjectId() uint32

func (*PutAlertConditionRequest) ProtoMessage

func (*PutAlertConditionRequest) ProtoMessage()

func (*PutAlertConditionRequest) ProtoReflect

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

func (*PutAlertConditionRequest) Reset

func (x *PutAlertConditionRequest) Reset()

func (*PutAlertConditionRequest) String

func (x *PutAlertConditionRequest) String() string

func (*PutAlertConditionRequest) Validate

func (r *PutAlertConditionRequest) Validate() error

Validate PutAlertConditionRequest

type PutAlertConditionResponse

type PutAlertConditionResponse struct {
	AlertCondition *AlertCondition `protobuf:"bytes,1,opt,name=alert_condition,json=alertCondition,proto3" json:"alert_condition,omitempty"`
	// contains filtered or unexported fields
}

func (*PutAlertConditionResponse) Descriptor deprecated

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

Deprecated: Use PutAlertConditionResponse.ProtoReflect.Descriptor instead.

func (*PutAlertConditionResponse) GetAlertCondition

func (x *PutAlertConditionResponse) GetAlertCondition() *AlertCondition

func (*PutAlertConditionResponse) ProtoMessage

func (*PutAlertConditionResponse) ProtoMessage()

func (*PutAlertConditionResponse) ProtoReflect

func (*PutAlertConditionResponse) Reset

func (x *PutAlertConditionResponse) Reset()

func (*PutAlertConditionResponse) String

func (x *PutAlertConditionResponse) String() string

type PutAlertHistoryRequest

type PutAlertHistoryRequest struct {
	ProjectId    uint32                 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AlertHistory *AlertHistoryForUpsert `protobuf:"bytes,2,opt,name=alert_history,json=alertHistory,proto3" json:"alert_history,omitempty"`
	// contains filtered or unexported fields
}

func (*PutAlertHistoryRequest) Descriptor deprecated

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

Deprecated: Use PutAlertHistoryRequest.ProtoReflect.Descriptor instead.

func (*PutAlertHistoryRequest) GetAlertHistory

func (x *PutAlertHistoryRequest) GetAlertHistory() *AlertHistoryForUpsert

func (*PutAlertHistoryRequest) GetProjectId

func (x *PutAlertHistoryRequest) GetProjectId() uint32

func (*PutAlertHistoryRequest) ProtoMessage

func (*PutAlertHistoryRequest) ProtoMessage()

func (*PutAlertHistoryRequest) ProtoReflect

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

func (*PutAlertHistoryRequest) Reset

func (x *PutAlertHistoryRequest) Reset()

func (*PutAlertHistoryRequest) String

func (x *PutAlertHistoryRequest) String() string

func (*PutAlertHistoryRequest) Validate

func (r *PutAlertHistoryRequest) Validate() error

Validate PutAlertHistoryRequest

type PutAlertHistoryResponse

type PutAlertHistoryResponse struct {
	AlertHistory *AlertHistory `protobuf:"bytes,1,opt,name=alert_history,json=alertHistory,proto3" json:"alert_history,omitempty"`
	// contains filtered or unexported fields
}

func (*PutAlertHistoryResponse) Descriptor deprecated

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

Deprecated: Use PutAlertHistoryResponse.ProtoReflect.Descriptor instead.

func (*PutAlertHistoryResponse) GetAlertHistory

func (x *PutAlertHistoryResponse) GetAlertHistory() *AlertHistory

func (*PutAlertHistoryResponse) ProtoMessage

func (*PutAlertHistoryResponse) ProtoMessage()

func (*PutAlertHistoryResponse) ProtoReflect

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

func (*PutAlertHistoryResponse) Reset

func (x *PutAlertHistoryResponse) Reset()

func (*PutAlertHistoryResponse) String

func (x *PutAlertHistoryResponse) String() string

type PutAlertRequest

type PutAlertRequest struct {
	ProjectId uint32          `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Alert     *AlertForUpsert `protobuf:"bytes,2,opt,name=alert,proto3" json:"alert,omitempty"`
	// contains filtered or unexported fields
}

func (*PutAlertRequest) Descriptor deprecated

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

Deprecated: Use PutAlertRequest.ProtoReflect.Descriptor instead.

func (*PutAlertRequest) GetAlert

func (x *PutAlertRequest) GetAlert() *AlertForUpsert

func (*PutAlertRequest) GetProjectId

func (x *PutAlertRequest) GetProjectId() uint32

func (*PutAlertRequest) ProtoMessage

func (*PutAlertRequest) ProtoMessage()

func (*PutAlertRequest) ProtoReflect

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

func (*PutAlertRequest) Reset

func (x *PutAlertRequest) Reset()

func (*PutAlertRequest) String

func (x *PutAlertRequest) String() string

func (*PutAlertRequest) Validate

func (r *PutAlertRequest) Validate() error

Validate PutAlertRequest

type PutAlertResponse

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

func (*PutAlertResponse) Descriptor deprecated

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

Deprecated: Use PutAlertResponse.ProtoReflect.Descriptor instead.

func (*PutAlertResponse) GetAlert

func (x *PutAlertResponse) GetAlert() *Alert

func (*PutAlertResponse) ProtoMessage

func (*PutAlertResponse) ProtoMessage()

func (*PutAlertResponse) ProtoReflect

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

func (*PutAlertResponse) Reset

func (x *PutAlertResponse) Reset()

func (*PutAlertResponse) String

func (x *PutAlertResponse) String() string

type PutAlertRuleRequest

type PutAlertRuleRequest struct {
	ProjectId uint32              `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AlertRule *AlertRuleForUpsert `protobuf:"bytes,2,opt,name=alert_rule,json=alertRule,proto3" json:"alert_rule,omitempty"`
	// contains filtered or unexported fields
}

func (*PutAlertRuleRequest) Descriptor deprecated

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

Deprecated: Use PutAlertRuleRequest.ProtoReflect.Descriptor instead.

func (*PutAlertRuleRequest) GetAlertRule

func (x *PutAlertRuleRequest) GetAlertRule() *AlertRuleForUpsert

func (*PutAlertRuleRequest) GetProjectId

func (x *PutAlertRuleRequest) GetProjectId() uint32

func (*PutAlertRuleRequest) ProtoMessage

func (*PutAlertRuleRequest) ProtoMessage()

func (*PutAlertRuleRequest) ProtoReflect

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

func (*PutAlertRuleRequest) Reset

func (x *PutAlertRuleRequest) Reset()

func (*PutAlertRuleRequest) String

func (x *PutAlertRuleRequest) String() string

func (*PutAlertRuleRequest) Validate

func (r *PutAlertRuleRequest) Validate() error

Validate PutAlertRuleRequest

type PutAlertRuleResponse

type PutAlertRuleResponse struct {
	AlertRule *AlertRule `protobuf:"bytes,1,opt,name=alert_rule,json=alertRule,proto3" json:"alert_rule,omitempty"`
	// contains filtered or unexported fields
}

func (*PutAlertRuleResponse) Descriptor deprecated

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

Deprecated: Use PutAlertRuleResponse.ProtoReflect.Descriptor instead.

func (*PutAlertRuleResponse) GetAlertRule

func (x *PutAlertRuleResponse) GetAlertRule() *AlertRule

func (*PutAlertRuleResponse) ProtoMessage

func (*PutAlertRuleResponse) ProtoMessage()

func (*PutAlertRuleResponse) ProtoReflect

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

func (*PutAlertRuleResponse) Reset

func (x *PutAlertRuleResponse) Reset()

func (*PutAlertRuleResponse) String

func (x *PutAlertRuleResponse) String() string

type PutNotificationRequest

type PutNotificationRequest struct {
	ProjectId    uint32                 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Notification *NotificationForUpsert `protobuf:"bytes,2,opt,name=notification,proto3" json:"notification,omitempty"`
	// contains filtered or unexported fields
}

func (*PutNotificationRequest) Descriptor deprecated

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

Deprecated: Use PutNotificationRequest.ProtoReflect.Descriptor instead.

func (*PutNotificationRequest) GetNotification

func (x *PutNotificationRequest) GetNotification() *NotificationForUpsert

func (*PutNotificationRequest) GetProjectId

func (x *PutNotificationRequest) GetProjectId() uint32

func (*PutNotificationRequest) ProtoMessage

func (*PutNotificationRequest) ProtoMessage()

func (*PutNotificationRequest) ProtoReflect

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

func (*PutNotificationRequest) Reset

func (x *PutNotificationRequest) Reset()

func (*PutNotificationRequest) String

func (x *PutNotificationRequest) String() string

func (*PutNotificationRequest) Validate

func (r *PutNotificationRequest) Validate() error

Validate PutNotificationRequest

type PutNotificationResponse

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

func (*PutNotificationResponse) Descriptor deprecated

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

Deprecated: Use PutNotificationResponse.ProtoReflect.Descriptor instead.

func (*PutNotificationResponse) GetNotification

func (x *PutNotificationResponse) GetNotification() *Notification

func (*PutNotificationResponse) ProtoMessage

func (*PutNotificationResponse) ProtoMessage()

func (*PutNotificationResponse) ProtoReflect

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

func (*PutNotificationResponse) Reset

func (x *PutNotificationResponse) Reset()

func (*PutNotificationResponse) String

func (x *PutNotificationResponse) String() string

type PutRelAlertFindingRequest

type PutRelAlertFindingRequest struct {
	ProjectId       uint32                    `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	RelAlertFinding *RelAlertFindingForUpsert `protobuf:"bytes,2,opt,name=rel_alert_finding,json=relAlertFinding,proto3" json:"rel_alert_finding,omitempty"`
	// contains filtered or unexported fields
}

func (*PutRelAlertFindingRequest) Descriptor deprecated

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

Deprecated: Use PutRelAlertFindingRequest.ProtoReflect.Descriptor instead.

func (*PutRelAlertFindingRequest) GetProjectId

func (x *PutRelAlertFindingRequest) GetProjectId() uint32

func (*PutRelAlertFindingRequest) GetRelAlertFinding

func (x *PutRelAlertFindingRequest) GetRelAlertFinding() *RelAlertFindingForUpsert

func (*PutRelAlertFindingRequest) ProtoMessage

func (*PutRelAlertFindingRequest) ProtoMessage()

func (*PutRelAlertFindingRequest) ProtoReflect

func (*PutRelAlertFindingRequest) Reset

func (x *PutRelAlertFindingRequest) Reset()

func (*PutRelAlertFindingRequest) String

func (x *PutRelAlertFindingRequest) String() string

func (*PutRelAlertFindingRequest) Validate

func (r *PutRelAlertFindingRequest) Validate() error

Validate PutRelAlertFindingRequest

type PutRelAlertFindingResponse

type PutRelAlertFindingResponse struct {
	RelAlertFinding *RelAlertFinding `protobuf:"bytes,1,opt,name=rel_alert_finding,json=relAlertFinding,proto3" json:"rel_alert_finding,omitempty"`
	// contains filtered or unexported fields
}

func (*PutRelAlertFindingResponse) Descriptor deprecated

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

Deprecated: Use PutRelAlertFindingResponse.ProtoReflect.Descriptor instead.

func (*PutRelAlertFindingResponse) GetRelAlertFinding

func (x *PutRelAlertFindingResponse) GetRelAlertFinding() *RelAlertFinding

func (*PutRelAlertFindingResponse) ProtoMessage

func (*PutRelAlertFindingResponse) ProtoMessage()

func (*PutRelAlertFindingResponse) ProtoReflect

func (*PutRelAlertFindingResponse) Reset

func (x *PutRelAlertFindingResponse) Reset()

func (*PutRelAlertFindingResponse) String

func (x *PutRelAlertFindingResponse) String() string

type RelAlertFinding

type RelAlertFinding struct {
	AlertId   uint32 `protobuf:"varint,1,opt,name=alert_id,json=alertId,proto3" json:"alert_id,omitempty"`
	FindingId uint32 `protobuf:"varint,2,opt,name=finding_id,json=findingId,proto3" json:"finding_id,omitempty"`
	ProjectId uint32 `protobuf:"varint,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	CreatedAt int64  `protobuf:"varint,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt int64  `protobuf:"varint,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

RelAlertFinding

func (*RelAlertFinding) Descriptor deprecated

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

Deprecated: Use RelAlertFinding.ProtoReflect.Descriptor instead.

func (*RelAlertFinding) GetAlertId

func (x *RelAlertFinding) GetAlertId() uint32

func (*RelAlertFinding) GetCreatedAt

func (x *RelAlertFinding) GetCreatedAt() int64

func (*RelAlertFinding) GetFindingId

func (x *RelAlertFinding) GetFindingId() uint32

func (*RelAlertFinding) GetProjectId

func (x *RelAlertFinding) GetProjectId() uint32

func (*RelAlertFinding) GetUpdatedAt

func (x *RelAlertFinding) GetUpdatedAt() int64

func (*RelAlertFinding) ProtoMessage

func (*RelAlertFinding) ProtoMessage()

func (*RelAlertFinding) ProtoReflect

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

func (*RelAlertFinding) Reset

func (x *RelAlertFinding) Reset()

func (*RelAlertFinding) String

func (x *RelAlertFinding) String() string

type RelAlertFindingForUpsert

type RelAlertFindingForUpsert struct {
	AlertId   uint32 `protobuf:"varint,1,opt,name=alert_id,json=alertId,proto3" json:"alert_id,omitempty"`
	FindingId uint32 `protobuf:"varint,2,opt,name=finding_id,json=findingId,proto3" json:"finding_id,omitempty"`
	ProjectId uint32 `protobuf:"varint,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

RelAlertFindingForUpsert

func (*RelAlertFindingForUpsert) Descriptor deprecated

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

Deprecated: Use RelAlertFindingForUpsert.ProtoReflect.Descriptor instead.

func (*RelAlertFindingForUpsert) GetAlertId

func (x *RelAlertFindingForUpsert) GetAlertId() uint32

func (*RelAlertFindingForUpsert) GetFindingId

func (x *RelAlertFindingForUpsert) GetFindingId() uint32

func (*RelAlertFindingForUpsert) GetProjectId

func (x *RelAlertFindingForUpsert) GetProjectId() uint32

func (*RelAlertFindingForUpsert) ProtoMessage

func (*RelAlertFindingForUpsert) ProtoMessage()

func (*RelAlertFindingForUpsert) ProtoReflect

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

func (*RelAlertFindingForUpsert) Reset

func (x *RelAlertFindingForUpsert) Reset()

func (*RelAlertFindingForUpsert) String

func (x *RelAlertFindingForUpsert) String() string

func (*RelAlertFindingForUpsert) Validate

func (e *RelAlertFindingForUpsert) Validate() error

Validate RelAlertFindingForUpsert

type Status

type Status int32

Status

const (
	Status_UNKNOWN  Status = 0
	Status_ACTIVE   Status = 1
	Status_PENDING  Status = 2
	Status_DEACTIVE Status = 3
)

func (Status) Descriptor

func (Status) Descriptor() protoreflect.EnumDescriptor

func (Status) Enum

func (x Status) Enum() *Status

func (Status) EnumDescriptor deprecated

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

Deprecated: Use Status.Descriptor instead.

func (Status) Number

func (x Status) Number() protoreflect.EnumNumber

func (Status) String

func (x Status) String() string

func (Status) Type

func (Status) Type() protoreflect.EnumType

type TestNotificationRequest

type TestNotificationRequest struct {
	ProjectId      uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	NotificationId uint32 `protobuf:"varint,2,opt,name=notification_id,json=notificationId,proto3" json:"notification_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TestNotificationRequest) Descriptor deprecated

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

Deprecated: Use TestNotificationRequest.ProtoReflect.Descriptor instead.

func (*TestNotificationRequest) GetNotificationId

func (x *TestNotificationRequest) GetNotificationId() uint32

func (*TestNotificationRequest) GetProjectId

func (x *TestNotificationRequest) GetProjectId() uint32

func (*TestNotificationRequest) ProtoMessage

func (*TestNotificationRequest) ProtoMessage()

func (*TestNotificationRequest) ProtoReflect

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

func (*TestNotificationRequest) Reset

func (x *TestNotificationRequest) Reset()

func (*TestNotificationRequest) String

func (x *TestNotificationRequest) String() string

func (*TestNotificationRequest) Validate

func (r *TestNotificationRequest) Validate() error

Validate TestNotificationRequest

type UnimplementedAlertServiceServer

type UnimplementedAlertServiceServer struct {
}

UnimplementedAlertServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedAlertServiceServer) AnalyzeAlert

func (*UnimplementedAlertServiceServer) AnalyzeAlertAll

func (*UnimplementedAlertServiceServer) DeleteAlert

func (*UnimplementedAlertServiceServer) DeleteAlertCondNotification

func (*UnimplementedAlertServiceServer) DeleteAlertCondRule

func (*UnimplementedAlertServiceServer) DeleteAlertCondition

func (*UnimplementedAlertServiceServer) DeleteAlertHistory

func (*UnimplementedAlertServiceServer) DeleteAlertRule

func (*UnimplementedAlertServiceServer) DeleteNotification

func (*UnimplementedAlertServiceServer) DeleteRelAlertFinding

func (*UnimplementedAlertServiceServer) GetAlert

func (*UnimplementedAlertServiceServer) GetAlertCondRule

func (*UnimplementedAlertServiceServer) GetAlertCondition

func (*UnimplementedAlertServiceServer) GetAlertHistory

func (*UnimplementedAlertServiceServer) GetAlertRule

func (*UnimplementedAlertServiceServer) GetNotification

func (*UnimplementedAlertServiceServer) GetRelAlertFinding

func (*UnimplementedAlertServiceServer) ListAlert

func (*UnimplementedAlertServiceServer) ListAlertCondRule

func (*UnimplementedAlertServiceServer) ListAlertCondition

func (*UnimplementedAlertServiceServer) ListAlertHistory

func (*UnimplementedAlertServiceServer) ListAlertRule

func (*UnimplementedAlertServiceServer) ListNotification

func (*UnimplementedAlertServiceServer) ListRelAlertFinding

func (*UnimplementedAlertServiceServer) PutAlert

func (*UnimplementedAlertServiceServer) PutAlertCondRule

func (*UnimplementedAlertServiceServer) PutAlertCondition

func (*UnimplementedAlertServiceServer) PutAlertHistory

func (*UnimplementedAlertServiceServer) PutAlertRule

func (*UnimplementedAlertServiceServer) PutNotification

func (*UnimplementedAlertServiceServer) PutRelAlertFinding

func (*UnimplementedAlertServiceServer) TestNotification

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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