pb

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2021 License: Apache-2.0 Imports: 29 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_alert_proto protoreflect.FileDescriptor

Functions

func AlertServiceClientType

func AlertServiceClientType() reflect.Type

AlertServiceClientType .

func AlertServiceHandlerType

func AlertServiceHandlerType() reflect.Type

AlertServiceHandlerType .

func AlertServiceServerType

func AlertServiceServerType() reflect.Type

AlertServiceServerType .

func RegisterAlertServiceHandler

func RegisterAlertServiceHandler(r http.Router, srv AlertServiceHandler, opts ...http.HandleOption)

RegisterAlertServiceHandler register AlertServiceHandler to http.Router.

func RegisterAlertServiceImp

func RegisterAlertServiceImp(regester transport.Register, srv AlertServiceServer, opts ...transport.ServiceOption)

RegisterAlertServiceImp alert.proto

func RegisterAlertServiceServer

func RegisterAlertServiceServer(s grpc1.ServiceRegistrar, srv AlertServiceServer, opts ...grpc1.HandleOption)

func ServiceNames

func ServiceNames(svr ...string) []string

ServiceNames return all service names

func Types

func Types() []reflect.Type

Types

type API

type API struct {
	Url       string                     `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	Query     map[string]*structpb.Value `` /* 151-byte string literal not displayed */
	Body      map[string]*structpb.Value `` /* 149-byte string literal not displayed */
	Header    map[string]*structpb.Value `` /* 153-byte string literal not displayed */
	ExtraData map[string]*structpb.Value `` /* 159-byte string literal not displayed */
	Method    string                     `protobuf:"bytes,6,opt,name=method,proto3" json:"method,omitempty"`
	// contains filtered or unexported fields
}

func (*API) Descriptor deprecated

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

Deprecated: Use API.ProtoReflect.Descriptor instead.

func (*API) GetBody

func (x *API) GetBody() map[string]*structpb.Value

func (*API) GetExtraData

func (x *API) GetExtraData() map[string]*structpb.Value

func (*API) GetHeader

func (x *API) GetHeader() map[string]*structpb.Value

func (*API) GetMethod

func (x *API) GetMethod() string

func (*API) GetQuery

func (x *API) GetQuery() map[string]*structpb.Value

func (*API) GetUrl

func (x *API) GetUrl() string

func (*API) MarshalJSON

func (m *API) MarshalJSON() ([]byte, error)

API implement json.Marshaler.

func (*API) ProtoMessage

func (*API) ProtoMessage()

func (*API) ProtoReflect

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

func (*API) Reset

func (x *API) Reset()

func (*API) String

func (x *API) String() string

func (*API) UnmarshalJSON

func (m *API) UnmarshalJSON(b []byte) error

API implement json.Marshaler.

func (*API) UnmarshalURLValues

func (m *API) UnmarshalURLValues(prefix string, values url.Values) error

API implement urlenc.URLValuesUnmarshaler.

func (*API) Validate

func (this *API) Validate() error

type Alert

type Alert struct {
	Id           uint64                     `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name         string                     `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	AlertScope   string                     `protobuf:"bytes,3,opt,name=alertScope,proto3" json:"alertScope,omitempty"`
	AlertScopeId string                     `protobuf:"bytes,4,opt,name=alertScopeId,proto3" json:"alertScopeId,omitempty"`
	Enable       bool                       `protobuf:"varint,5,opt,name=enable,proto3" json:"enable,omitempty"`
	Rules        []*AlertExpression         `protobuf:"bytes,6,rep,name=rules,proto3" json:"rules,omitempty"`
	Notifies     []*AlertNotify             `protobuf:"bytes,7,rep,name=notifies,proto3" json:"notifies,omitempty"`
	Filters      map[string]*structpb.Value `` /* 155-byte string literal not displayed */
	Attributes   map[string]*structpb.Value `` /* 161-byte string literal not displayed */
	ClusterNames []string                   `protobuf:"bytes,10,rep,name=clusterNames,proto3" json:"clusterNames,omitempty"`
	Domain       string                     `protobuf:"bytes,11,opt,name=domain,proto3" json:"domain,omitempty"`
	CreateTime   int64                      `protobuf:"varint,12,opt,name=createTime,proto3" json:"createTime,omitempty"`
	UpdateTime   int64                      `protobuf:"varint,13,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
	// contains filtered or unexported fields
}

func (*Alert) Descriptor deprecated

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

Deprecated: Use Alert.ProtoReflect.Descriptor instead.

func (*Alert) GetAlertScope

func (x *Alert) GetAlertScope() string

func (*Alert) GetAlertScopeId

func (x *Alert) GetAlertScopeId() string

func (*Alert) GetAttributes

func (x *Alert) GetAttributes() map[string]*structpb.Value

func (*Alert) GetClusterNames

func (x *Alert) GetClusterNames() []string

func (*Alert) GetCreateTime

func (x *Alert) GetCreateTime() int64

func (*Alert) GetDomain

func (x *Alert) GetDomain() string

func (*Alert) GetEnable

func (x *Alert) GetEnable() bool

func (*Alert) GetFilters

func (x *Alert) GetFilters() map[string]*structpb.Value

func (*Alert) GetId

func (x *Alert) GetId() uint64

func (*Alert) GetName

func (x *Alert) GetName() string

func (*Alert) GetNotifies

func (x *Alert) GetNotifies() []*AlertNotify

func (*Alert) GetRules

func (x *Alert) GetRules() []*AlertExpression

func (*Alert) GetUpdateTime

func (x *Alert) GetUpdateTime() int64

func (*Alert) MarshalJSON

func (m *Alert) MarshalJSON() ([]byte, error)

Alert implement json.Marshaler.

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

func (*Alert) UnmarshalJSON

func (m *Alert) UnmarshalJSON(b []byte) error

Alert implement json.Marshaler.

func (*Alert) UnmarshalURLValues

func (m *Alert) UnmarshalURLValues(prefix string, values url.Values) error

Alert implement urlenc.URLValuesUnmarshaler.

func (*Alert) Validate

func (this *Alert) Validate() error

type AlertExpression

type AlertExpression struct {
	Id         uint64                     `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	RuleId     uint64                     `protobuf:"varint,2,opt,name=ruleId,proto3" json:"ruleId,omitempty"`
	AlertIndex string                     `protobuf:"bytes,3,opt,name=alertIndex,proto3" json:"alertIndex,omitempty"`
	Window     int64                      `protobuf:"varint,4,opt,name=window,proto3" json:"window,omitempty"`
	Functions  []*AlertExpressionFunction `protobuf:"bytes,5,rep,name=functions,proto3" json:"functions,omitempty"`
	IsRecover  bool                       `protobuf:"varint,6,opt,name=isRecover,proto3" json:"isRecover,omitempty"`
	CreateTime int64                      `protobuf:"varint,7,opt,name=createTime,proto3" json:"createTime,omitempty"`
	UpdateTime int64                      `protobuf:"varint,8,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
	// contains filtered or unexported fields
}

func (*AlertExpression) Descriptor deprecated

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

Deprecated: Use AlertExpression.ProtoReflect.Descriptor instead.

func (*AlertExpression) GetAlertIndex

func (x *AlertExpression) GetAlertIndex() string

func (*AlertExpression) GetCreateTime

func (x *AlertExpression) GetCreateTime() int64

func (*AlertExpression) GetFunctions

func (x *AlertExpression) GetFunctions() []*AlertExpressionFunction

func (*AlertExpression) GetId

func (x *AlertExpression) GetId() uint64

func (*AlertExpression) GetIsRecover

func (x *AlertExpression) GetIsRecover() bool

func (*AlertExpression) GetRuleId

func (x *AlertExpression) GetRuleId() uint64

func (*AlertExpression) GetUpdateTime

func (x *AlertExpression) GetUpdateTime() int64

func (*AlertExpression) GetWindow

func (x *AlertExpression) GetWindow() int64

func (*AlertExpression) MarshalJSON

func (m *AlertExpression) MarshalJSON() ([]byte, error)

AlertExpression implement json.Marshaler.

func (*AlertExpression) ProtoMessage

func (*AlertExpression) ProtoMessage()

func (*AlertExpression) ProtoReflect

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

func (*AlertExpression) Reset

func (x *AlertExpression) Reset()

func (*AlertExpression) String

func (x *AlertExpression) String() string

func (*AlertExpression) UnmarshalJSON

func (m *AlertExpression) UnmarshalJSON(b []byte) error

AlertExpression implement json.Marshaler.

func (*AlertExpression) UnmarshalURLValues

func (m *AlertExpression) UnmarshalURLValues(prefix string, values url.Values) error

AlertExpression implement urlenc.URLValuesUnmarshaler.

func (*AlertExpression) Validate

func (this *AlertExpression) Validate() error

type AlertExpressionFunction

type AlertExpressionFunction struct {
	Field      string          `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"`
	Aggregator string          `protobuf:"bytes,2,opt,name=aggregator,proto3" json:"aggregator,omitempty"`
	Operator   string          `protobuf:"bytes,3,opt,name=operator,proto3" json:"operator,omitempty"`
	Value      *structpb.Value `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*AlertExpressionFunction) Descriptor deprecated

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

Deprecated: Use AlertExpressionFunction.ProtoReflect.Descriptor instead.

func (*AlertExpressionFunction) GetAggregator

func (x *AlertExpressionFunction) GetAggregator() string

func (*AlertExpressionFunction) GetField

func (x *AlertExpressionFunction) GetField() string

func (*AlertExpressionFunction) GetOperator

func (x *AlertExpressionFunction) GetOperator() string

func (*AlertExpressionFunction) GetValue

func (x *AlertExpressionFunction) GetValue() *structpb.Value

func (*AlertExpressionFunction) MarshalJSON

func (m *AlertExpressionFunction) MarshalJSON() ([]byte, error)

AlertExpressionFunction implement json.Marshaler.

func (*AlertExpressionFunction) ProtoMessage

func (*AlertExpressionFunction) ProtoMessage()

func (*AlertExpressionFunction) ProtoReflect

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

func (*AlertExpressionFunction) Reset

func (x *AlertExpressionFunction) Reset()

func (*AlertExpressionFunction) String

func (x *AlertExpressionFunction) String() string

func (*AlertExpressionFunction) UnmarshalJSON

func (m *AlertExpressionFunction) UnmarshalJSON(b []byte) error

AlertExpressionFunction implement json.Marshaler.

func (*AlertExpressionFunction) UnmarshalURLValues

func (m *AlertExpressionFunction) UnmarshalURLValues(prefix string, values url.Values) error

AlertExpressionFunction implement urlenc.URLValuesUnmarshaler.

func (*AlertExpressionFunction) Validate

func (this *AlertExpressionFunction) Validate() error

type AlertHistory

type AlertHistory struct {
	GroupId    string `protobuf:"bytes,1,opt,name=groupId,proto3" json:"groupId,omitempty"`
	Timestamp  int64  `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	AlertState string `protobuf:"bytes,3,opt,name=alertState,proto3" json:"alertState,omitempty"`
	Title      string `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	Content    string `protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty"`
	DisplayUrl string `protobuf:"bytes,6,opt,name=displayUrl,proto3" json:"displayUrl,omitempty"`
	// contains filtered or unexported fields
}

func (*AlertHistory) Descriptor deprecated

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

Deprecated: Use AlertHistory.ProtoReflect.Descriptor instead.

func (*AlertHistory) GetAlertState

func (x *AlertHistory) GetAlertState() string

func (*AlertHistory) GetContent

func (x *AlertHistory) GetContent() string

func (*AlertHistory) GetDisplayUrl

func (x *AlertHistory) GetDisplayUrl() string

func (*AlertHistory) GetGroupId

func (x *AlertHistory) GetGroupId() string

func (*AlertHistory) GetTimestamp

func (x *AlertHistory) GetTimestamp() int64

func (*AlertHistory) GetTitle

func (x *AlertHistory) GetTitle() string

func (*AlertHistory) MarshalJSON

func (m *AlertHistory) MarshalJSON() ([]byte, error)

AlertHistory implement json.Marshaler.

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

func (*AlertHistory) UnmarshalJSON

func (m *AlertHistory) UnmarshalJSON(b []byte) error

AlertHistory implement json.Marshaler.

func (*AlertHistory) UnmarshalURLValues

func (m *AlertHistory) UnmarshalURLValues(prefix string, values url.Values) error

AlertHistory implement urlenc.URLValuesUnmarshaler.

func (*AlertHistory) Validate

func (this *AlertHistory) Validate() error

type AlertNotify

type AlertNotify struct {
	Id          uint64              `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Type        string              `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	GroupId     int64               `protobuf:"varint,3,opt,name=groupId,proto3" json:"groupId,omitempty"`
	GroupType   string              `protobuf:"bytes,4,opt,name=groupType,proto3" json:"groupType,omitempty"`
	NotifyGroup *NotifyGroup        `protobuf:"bytes,5,opt,name=notifyGroup,proto3" json:"notifyGroup,omitempty"`
	DingdingUrl string              `protobuf:"bytes,6,opt,name=dingdingUrl,proto3" json:"dingdingUrl,omitempty"`
	Silence     *AlertNotifySilence `protobuf:"bytes,7,opt,name=silence,proto3" json:"silence,omitempty"`
	CreateTime  int64               `protobuf:"varint,8,opt,name=createTime,proto3" json:"createTime,omitempty"`
	UpdateTime  int64               `protobuf:"varint,9,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
	// contains filtered or unexported fields
}

func (*AlertNotify) Descriptor deprecated

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

Deprecated: Use AlertNotify.ProtoReflect.Descriptor instead.

func (*AlertNotify) GetCreateTime

func (x *AlertNotify) GetCreateTime() int64

func (*AlertNotify) GetDingdingUrl

func (x *AlertNotify) GetDingdingUrl() string

func (*AlertNotify) GetGroupId

func (x *AlertNotify) GetGroupId() int64

func (*AlertNotify) GetGroupType

func (x *AlertNotify) GetGroupType() string

func (*AlertNotify) GetId

func (x *AlertNotify) GetId() uint64

func (*AlertNotify) GetNotifyGroup

func (x *AlertNotify) GetNotifyGroup() *NotifyGroup

func (*AlertNotify) GetSilence

func (x *AlertNotify) GetSilence() *AlertNotifySilence

func (*AlertNotify) GetType

func (x *AlertNotify) GetType() string

func (*AlertNotify) GetUpdateTime

func (x *AlertNotify) GetUpdateTime() int64

func (*AlertNotify) MarshalJSON

func (m *AlertNotify) MarshalJSON() ([]byte, error)

AlertNotify implement json.Marshaler.

func (*AlertNotify) ProtoMessage

func (*AlertNotify) ProtoMessage()

func (*AlertNotify) ProtoReflect

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

func (*AlertNotify) Reset

func (x *AlertNotify) Reset()

func (*AlertNotify) String

func (x *AlertNotify) String() string

func (*AlertNotify) UnmarshalJSON

func (m *AlertNotify) UnmarshalJSON(b []byte) error

AlertNotify implement json.Marshaler.

func (*AlertNotify) UnmarshalURLValues

func (m *AlertNotify) UnmarshalURLValues(prefix string, values url.Values) error

AlertNotify implement urlenc.URLValuesUnmarshaler.

func (*AlertNotify) Validate

func (this *AlertNotify) Validate() error

type AlertNotifySilence

type AlertNotifySilence struct {
	Value  int64  `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	Unit   string `protobuf:"bytes,2,opt,name=unit,proto3" json:"unit,omitempty"`
	Policy string `protobuf:"bytes,3,opt,name=policy,proto3" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*AlertNotifySilence) Descriptor deprecated

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

Deprecated: Use AlertNotifySilence.ProtoReflect.Descriptor instead.

func (*AlertNotifySilence) GetPolicy

func (x *AlertNotifySilence) GetPolicy() string

func (*AlertNotifySilence) GetUnit

func (x *AlertNotifySilence) GetUnit() string

func (*AlertNotifySilence) GetValue

func (x *AlertNotifySilence) GetValue() int64

func (*AlertNotifySilence) MarshalJSON

func (m *AlertNotifySilence) MarshalJSON() ([]byte, error)

AlertNotifySilence implement json.Marshaler.

func (*AlertNotifySilence) ProtoMessage

func (*AlertNotifySilence) ProtoMessage()

func (*AlertNotifySilence) ProtoReflect

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

func (*AlertNotifySilence) Reset

func (x *AlertNotifySilence) Reset()

func (*AlertNotifySilence) String

func (x *AlertNotifySilence) String() string

func (*AlertNotifySilence) UnmarshalJSON

func (m *AlertNotifySilence) UnmarshalJSON(b []byte) error

AlertNotifySilence implement json.Marshaler.

func (*AlertNotifySilence) UnmarshalURLValues

func (m *AlertNotifySilence) UnmarshalURLValues(prefix string, values url.Values) error

AlertNotifySilence implement urlenc.URLValuesUnmarshaler.

func (*AlertNotifySilence) Validate

func (this *AlertNotifySilence) Validate() error

type AlertRecord

type AlertRecord struct {
	GroupId       string `protobuf:"bytes,1,opt,name=groupId,proto3" json:"groupId,omitempty"`
	Scope         string `protobuf:"bytes,2,opt,name=scope,proto3" json:"scope,omitempty"`
	ScopeKey      string `protobuf:"bytes,3,opt,name=scopeKey,proto3" json:"scopeKey,omitempty"`
	AlertGroup    string `protobuf:"bytes,4,opt,name=alertGroup,proto3" json:"alertGroup,omitempty"`
	Title         string `protobuf:"bytes,5,opt,name=title,proto3" json:"title,omitempty"`
	AlertState    string `protobuf:"bytes,6,opt,name=alertState,proto3" json:"alertState,omitempty"`
	AlertType     string `protobuf:"bytes,7,opt,name=alertType,proto3" json:"alertType,omitempty"`
	AlertIndex    string `protobuf:"bytes,8,opt,name=alertIndex,proto3" json:"alertIndex,omitempty"`
	ExpressionKey string `protobuf:"bytes,9,opt,name=expressionKey,proto3" json:"expressionKey,omitempty"`
	AlertId       uint64 `protobuf:"varint,10,opt,name=alertId,proto3" json:"alertId,omitempty"`
	AlertName     string `protobuf:"bytes,11,opt,name=alertName,proto3" json:"alertName,omitempty"`
	RuleId        uint64 `protobuf:"varint,12,opt,name=ruleId,proto3" json:"ruleId,omitempty"`
	ProjectId     uint64 `protobuf:"varint,13,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId       uint64 `protobuf:"varint,14,opt,name=issueId,proto3" json:"issueId,omitempty"`
	HandleState   string `protobuf:"bytes,15,opt,name=handleState,proto3" json:"handleState,omitempty"`
	HandlerId     string `protobuf:"bytes,16,opt,name=handlerId,proto3" json:"handlerId,omitempty"`
	AlertTime     int64  `protobuf:"varint,17,opt,name=alertTime,proto3" json:"alertTime,omitempty"`
	HandleTime    int64  `protobuf:"varint,18,opt,name=handleTime,proto3" json:"handleTime,omitempty"`
	CreateTime    int64  `protobuf:"varint,19,opt,name=createTime,proto3" json:"createTime,omitempty"`
	UpdateTime    int64  `protobuf:"varint,20,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
	// contains filtered or unexported fields
}

func (*AlertRecord) Descriptor deprecated

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

Deprecated: Use AlertRecord.ProtoReflect.Descriptor instead.

func (*AlertRecord) GetAlertGroup

func (x *AlertRecord) GetAlertGroup() string

func (*AlertRecord) GetAlertId

func (x *AlertRecord) GetAlertId() uint64

func (*AlertRecord) GetAlertIndex

func (x *AlertRecord) GetAlertIndex() string

func (*AlertRecord) GetAlertName

func (x *AlertRecord) GetAlertName() string

func (*AlertRecord) GetAlertState

func (x *AlertRecord) GetAlertState() string

func (*AlertRecord) GetAlertTime

func (x *AlertRecord) GetAlertTime() int64

func (*AlertRecord) GetAlertType

func (x *AlertRecord) GetAlertType() string

func (*AlertRecord) GetCreateTime

func (x *AlertRecord) GetCreateTime() int64

func (*AlertRecord) GetExpressionKey

func (x *AlertRecord) GetExpressionKey() string

func (*AlertRecord) GetGroupId

func (x *AlertRecord) GetGroupId() string

func (*AlertRecord) GetHandleState

func (x *AlertRecord) GetHandleState() string

func (*AlertRecord) GetHandleTime

func (x *AlertRecord) GetHandleTime() int64

func (*AlertRecord) GetHandlerId

func (x *AlertRecord) GetHandlerId() string

func (*AlertRecord) GetIssueId

func (x *AlertRecord) GetIssueId() uint64

func (*AlertRecord) GetProjectId

func (x *AlertRecord) GetProjectId() uint64

func (*AlertRecord) GetRuleId

func (x *AlertRecord) GetRuleId() uint64

func (*AlertRecord) GetScope

func (x *AlertRecord) GetScope() string

func (*AlertRecord) GetScopeKey

func (x *AlertRecord) GetScopeKey() string

func (*AlertRecord) GetTitle

func (x *AlertRecord) GetTitle() string

func (*AlertRecord) GetUpdateTime

func (x *AlertRecord) GetUpdateTime() int64

func (*AlertRecord) MarshalJSON

func (m *AlertRecord) MarshalJSON() ([]byte, error)

AlertRecord implement json.Marshaler.

func (*AlertRecord) ProtoMessage

func (*AlertRecord) ProtoMessage()

func (*AlertRecord) ProtoReflect

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

func (*AlertRecord) Reset

func (x *AlertRecord) Reset()

func (*AlertRecord) String

func (x *AlertRecord) String() string

func (*AlertRecord) UnmarshalJSON

func (m *AlertRecord) UnmarshalJSON(b []byte) error

AlertRecord implement json.Marshaler.

func (*AlertRecord) UnmarshalURLValues

func (m *AlertRecord) UnmarshalURLValues(prefix string, values url.Values) error

AlertRecord implement urlenc.URLValuesUnmarshaler.

func (*AlertRecord) Validate

func (this *AlertRecord) Validate() error

type AlertRecordAttr

type AlertRecordAttr struct {
	AlertState  []*DisplayKey `protobuf:"bytes,1,rep,name=alertState,proto3" json:"alertState,omitempty"`
	AlertType   []*DisplayKey `protobuf:"bytes,2,rep,name=alertType,proto3" json:"alertType,omitempty"`
	HandleState []*DisplayKey `protobuf:"bytes,3,rep,name=handleState,proto3" json:"handleState,omitempty"`
	// contains filtered or unexported fields
}

func (*AlertRecordAttr) Descriptor deprecated

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

Deprecated: Use AlertRecordAttr.ProtoReflect.Descriptor instead.

func (*AlertRecordAttr) GetAlertState

func (x *AlertRecordAttr) GetAlertState() []*DisplayKey

func (*AlertRecordAttr) GetAlertType

func (x *AlertRecordAttr) GetAlertType() []*DisplayKey

func (*AlertRecordAttr) GetHandleState

func (x *AlertRecordAttr) GetHandleState() []*DisplayKey

func (*AlertRecordAttr) MarshalJSON

func (m *AlertRecordAttr) MarshalJSON() ([]byte, error)

AlertRecordAttr implement json.Marshaler.

func (*AlertRecordAttr) ProtoMessage

func (*AlertRecordAttr) ProtoMessage()

func (*AlertRecordAttr) ProtoReflect

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

func (*AlertRecordAttr) Reset

func (x *AlertRecordAttr) Reset()

func (*AlertRecordAttr) String

func (x *AlertRecordAttr) String() string

func (*AlertRecordAttr) UnmarshalJSON

func (m *AlertRecordAttr) UnmarshalJSON(b []byte) error

AlertRecordAttr implement json.Marshaler.

func (*AlertRecordAttr) UnmarshalURLValues

func (m *AlertRecordAttr) UnmarshalURLValues(prefix string, values url.Values) error

AlertRecordAttr implement urlenc.URLValuesUnmarshaler.

func (*AlertRecordAttr) Validate

func (this *AlertRecordAttr) Validate() error

type AlertRule

type AlertRule struct {
	Id         uint64                     `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name       string                     `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	AlertScope string                     `protobuf:"bytes,3,opt,name=alertScope,proto3" json:"alertScope,omitempty"`
	AlertType  string                     `protobuf:"bytes,4,opt,name=alertType,proto3" json:"alertType,omitempty"`
	AlertIndex *DisplayKey                `protobuf:"bytes,5,opt,name=alertIndex,proto3" json:"alertIndex,omitempty"`
	Template   map[string]*structpb.Value `` /* 157-byte string literal not displayed */
	Window     int64                      `protobuf:"varint,7,opt,name=window,proto3" json:"window,omitempty"`
	Functions  []*AlertRuleFunction       `protobuf:"bytes,8,rep,name=functions,proto3" json:"functions,omitempty"`
	IsRecover  bool                       `protobuf:"varint,9,opt,name=isRecover,proto3" json:"isRecover,omitempty"`
	Attributes map[string]*structpb.Value `` /* 162-byte string literal not displayed */
	Version    string                     `protobuf:"bytes,11,opt,name=version,proto3" json:"version,omitempty"`
	Enable     bool                       `protobuf:"varint,12,opt,name=enable,proto3" json:"enable,omitempty"`
	CreateTime int64                      `protobuf:"varint,13,opt,name=createTime,proto3" json:"createTime,omitempty"`
	UpdateTime int64                      `protobuf:"varint,14,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
	// contains filtered or unexported fields
}

func (*AlertRule) Descriptor deprecated

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

Deprecated: Use AlertRule.ProtoReflect.Descriptor instead.

func (*AlertRule) GetAlertIndex

func (x *AlertRule) GetAlertIndex() *DisplayKey

func (*AlertRule) GetAlertScope

func (x *AlertRule) GetAlertScope() string

func (*AlertRule) GetAlertType

func (x *AlertRule) GetAlertType() string

func (*AlertRule) GetAttributes

func (x *AlertRule) GetAttributes() map[string]*structpb.Value

func (*AlertRule) GetCreateTime

func (x *AlertRule) GetCreateTime() int64

func (*AlertRule) GetEnable

func (x *AlertRule) GetEnable() bool

func (*AlertRule) GetFunctions

func (x *AlertRule) GetFunctions() []*AlertRuleFunction

func (*AlertRule) GetId

func (x *AlertRule) GetId() uint64

func (*AlertRule) GetIsRecover

func (x *AlertRule) GetIsRecover() bool

func (*AlertRule) GetName

func (x *AlertRule) GetName() string

func (*AlertRule) GetTemplate

func (x *AlertRule) GetTemplate() map[string]*structpb.Value

func (*AlertRule) GetUpdateTime

func (x *AlertRule) GetUpdateTime() int64

func (*AlertRule) GetVersion

func (x *AlertRule) GetVersion() string

func (*AlertRule) GetWindow

func (x *AlertRule) GetWindow() int64

func (*AlertRule) MarshalJSON

func (m *AlertRule) MarshalJSON() ([]byte, error)

AlertRule implement json.Marshaler.

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

func (*AlertRule) UnmarshalJSON

func (m *AlertRule) UnmarshalJSON(b []byte) error

AlertRule implement json.Marshaler.

func (*AlertRule) UnmarshalURLValues

func (m *AlertRule) UnmarshalURLValues(prefix string, values url.Values) error

AlertRule implement urlenc.URLValuesUnmarshaler.

func (*AlertRule) Validate

func (this *AlertRule) Validate() error

type AlertRuleFunction

type AlertRuleFunction struct {
	Field      *DisplayKey     `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"`
	Aggregator string          `protobuf:"bytes,2,opt,name=aggregator,proto3" json:"aggregator,omitempty"`
	Operator   string          `protobuf:"bytes,3,opt,name=operator,proto3" json:"operator,omitempty"`
	Value      *structpb.Value `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"`
	DataType   string          `protobuf:"bytes,5,opt,name=dataType,proto3" json:"dataType,omitempty"`
	Unit       string          `protobuf:"bytes,6,opt,name=unit,proto3" json:"unit,omitempty"`
	// contains filtered or unexported fields
}

func (*AlertRuleFunction) Descriptor deprecated

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

Deprecated: Use AlertRuleFunction.ProtoReflect.Descriptor instead.

func (*AlertRuleFunction) GetAggregator

func (x *AlertRuleFunction) GetAggregator() string

func (*AlertRuleFunction) GetDataType

func (x *AlertRuleFunction) GetDataType() string

func (*AlertRuleFunction) GetField

func (x *AlertRuleFunction) GetField() *DisplayKey

func (*AlertRuleFunction) GetOperator

func (x *AlertRuleFunction) GetOperator() string

func (*AlertRuleFunction) GetUnit

func (x *AlertRuleFunction) GetUnit() string

func (*AlertRuleFunction) GetValue

func (x *AlertRuleFunction) GetValue() *structpb.Value

func (*AlertRuleFunction) MarshalJSON

func (m *AlertRuleFunction) MarshalJSON() ([]byte, error)

AlertRuleFunction implement json.Marshaler.

func (*AlertRuleFunction) ProtoMessage

func (*AlertRuleFunction) ProtoMessage()

func (*AlertRuleFunction) ProtoReflect

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

func (*AlertRuleFunction) Reset

func (x *AlertRuleFunction) Reset()

func (*AlertRuleFunction) String

func (x *AlertRuleFunction) String() string

func (*AlertRuleFunction) UnmarshalJSON

func (m *AlertRuleFunction) UnmarshalJSON(b []byte) error

AlertRuleFunction implement json.Marshaler.

func (*AlertRuleFunction) UnmarshalURLValues

func (m *AlertRuleFunction) UnmarshalURLValues(prefix string, values url.Values) error

AlertRuleFunction implement urlenc.URLValuesUnmarshaler.

func (*AlertRuleFunction) Validate

func (this *AlertRuleFunction) Validate() error

type AlertServiceClient

type AlertServiceClient interface {
	QueryCustomizeMetric(ctx context.Context, in *QueryCustomizeMetricRequest, opts ...grpc.CallOption) (*QueryCustomizeMetricResponse, error)
	QueryCustomizeNotifyTarget(ctx context.Context, in *QueryCustomizeNotifyTargetRequest, opts ...grpc.CallOption) (*QueryCustomizeNotifyTargetResponse, error)
	QueryOrgCustomizeNotifyTarget(ctx context.Context, in *QueryOrgCustomizeNotifyTargetRequest, opts ...grpc.CallOption) (*QueryOrgCustomizeNotifyTargetResponse, error)
	QueryCustomizeAlert(ctx context.Context, in *QueryCustomizeAlertRequest, opts ...grpc.CallOption) (*QueryCustomizeAlertResponse, error)
	GetCustomizeAlert(ctx context.Context, in *GetCustomizeAlertRequest, opts ...grpc.CallOption) (*GetCustomizeAlertResponse, error)
	GetCustomizeAlertDetail(ctx context.Context, in *GetCustomizeAlertDetailRequest, opts ...grpc.CallOption) (*GetCustomizeAlertDetailResponse, error)
	CreateCustomizeAlert(ctx context.Context, in *CreateCustomizeAlertRequest, opts ...grpc.CallOption) (*CreateCustomizeAlertResponse, error)
	UpdateCustomizeAlert(ctx context.Context, in *UpdateCustomizeAlertRequest, opts ...grpc.CallOption) (*UpdateCustomizeAlertResponse, error)
	UpdateCustomizeAlertEnable(ctx context.Context, in *UpdateCustomizeAlertEnableRequest, opts ...grpc.CallOption) (*UpdateCustomizeAlertEnableResponse, error)
	DeleteCustomizeAlert(ctx context.Context, in *DeleteCustomizeAlertRequest, opts ...grpc.CallOption) (*DeleteCustomizeAlertResponse, error)
	QueryOrgCustomizeMetric(ctx context.Context, in *QueryOrgCustomizeMetricRequest, opts ...grpc.CallOption) (*QueryOrgCustomizeMetricResponse, error)
	QueryOrgCustomizeAlerts(ctx context.Context, in *QueryOrgCustomizeAlertsRequest, opts ...grpc.CallOption) (*QueryOrgCustomizeAlertsResponse, error)
	GetOrgCustomizeAlertDetail(ctx context.Context, in *GetOrgCustomizeAlertDetailRequest, opts ...grpc.CallOption) (*GetOrgCustomizeAlertDetailResponse, error)
	CreateOrgCustomizeAlert(ctx context.Context, in *CreateOrgCustomizeAlertRequest, opts ...grpc.CallOption) (*CreateOrgCustomizeAlertResponse, error)
	UpdateOrgCustomizeAlert(ctx context.Context, in *UpdateOrgCustomizeAlertRequest, opts ...grpc.CallOption) (*UpdateOrgCustomizeAlertResponse, error)
	UpdateOrgCustomizeAlertEnable(ctx context.Context, in *UpdateOrgCustomizeAlertEnableRequest, opts ...grpc.CallOption) (*UpdateOrgCustomizeAlertEnableResponse, error)
	DeleteOrgCustomizeAlert(ctx context.Context, in *DeleteOrgCustomizeAlertRequest, opts ...grpc.CallOption) (*DeleteOrgCustomizeAlertResponse, error)
	QueryDashboardByAlert(ctx context.Context, in *QueryDashboardByAlertRequest, opts ...grpc.CallOption) (*QueryDashboardByAlertResponse, error)
	QueryOrgDashboardByAlert(ctx context.Context, in *QueryOrgDashboardByAlertRequest, opts ...grpc.CallOption) (*QueryOrgDashboardByAlertResponse, error)
	QueryAlertRule(ctx context.Context, in *QueryAlertRuleRequest, opts ...grpc.CallOption) (*QueryAlertRuleResponse, error)
	QueryAlert(ctx context.Context, in *QueryAlertRequest, opts ...grpc.CallOption) (*QueryAlertsResponse, error)
	GetAlert(ctx context.Context, in *GetAlertRequest, opts ...grpc.CallOption) (*GetAlertResponse, error)
	GetAlertDetail(ctx context.Context, in *GetAlertDetailRequest, opts ...grpc.CallOption) (*GetAlertDetailResponse, error)
	CreateAlert(ctx context.Context, in *CreateAlertRequest, opts ...grpc.CallOption) (*CreateAlertResponse, error)
	UpdateAlert(ctx context.Context, in *UpdateAlertRequest, opts ...grpc.CallOption) (*UpdateAlertResponse, error)
	UpdateAlertEnable(ctx context.Context, in *UpdateAlertEnableRequest, opts ...grpc.CallOption) (*UpdateAlertEnableResponse, error)
	DeleteAlert(ctx context.Context, in *DeleteAlertRequest, opts ...grpc.CallOption) (*DeleteAlertResponse, error)
	QueryOrgAlertRule(ctx context.Context, in *QueryOrgAlertRuleRequest, opts ...grpc.CallOption) (*QueryOrgAlertRuleResponse, error)
	QueryOrgAlert(ctx context.Context, in *QueryOrgAlertRequest, opts ...grpc.CallOption) (*QueryOrgAlertResponse, error)
	GetOrgAlertDetail(ctx context.Context, in *GetOrgAlertDetailRequest, opts ...grpc.CallOption) (*GetOrgAlertDetailResponse, error)
	CreateOrgAlert(ctx context.Context, in *CreateOrgAlertRequest, opts ...grpc.CallOption) (*CreateOrgAlertResponse, error)
	UpdateOrgAlert(ctx context.Context, in *UpdateOrgAlertRequest, opts ...grpc.CallOption) (*UpdateOrgAlertResponse, error)
	UpdateOrgAlertEnable(ctx context.Context, in *UpdateOrgAlertEnableRequest, opts ...grpc.CallOption) (*UpdateOrgAlertEnableResponse, error)
	DeleteOrgAlert(ctx context.Context, in *DeleteOrgAlertRequest, opts ...grpc.CallOption) (*DeleteOrgAlertResponse, error)
	GetAlertRecordAttr(ctx context.Context, in *GetAlertRecordAttrRequest, opts ...grpc.CallOption) (*GetAlertRecordAttrResponse, error)
	QueryAlertRecord(ctx context.Context, in *QueryAlertRecordRequest, opts ...grpc.CallOption) (*QueryAlertRecordResponse, error)
	GetAlertRecord(ctx context.Context, in *GetAlertRecordRequest, opts ...grpc.CallOption) (*GetAlertRecordResponse, error)
	QueryAlertHistory(ctx context.Context, in *QueryAlertHistoryRequest, opts ...grpc.CallOption) (*QueryAlertHistoryResponse, error)
	CreateAlertIssue(ctx context.Context, in *CreateAlertIssueRequest, opts ...grpc.CallOption) (*CreateAlertIssueResponse, error)
	UpdateAlertIssue(ctx context.Context, in *UpdateAlertIssueRequest, opts ...grpc.CallOption) (*UpdateAlertIssueResponse, error)
	GetOrgAlertRecordAttr(ctx context.Context, in *GetOrgAlertRecordAttrRequest, opts ...grpc.CallOption) (*GetOrgAlertRecordAttrResponse, error)
	QueryOrgAlertRecord(ctx context.Context, in *QueryOrgAlertRecordRequest, opts ...grpc.CallOption) (*QueryOrgAlertRecordResponse, error)
	QueryOrgHostsAlertRecord(ctx context.Context, in *QueryOrgHostsAlertRecordRequest, opts ...grpc.CallOption) (*QueryOrgAlertRecordResponse, error)
	GetOrgAlertRecord(ctx context.Context, in *GetOrgAlertRecordRequest, opts ...grpc.CallOption) (*GetOrgAlertRecordResponse, error)
	QueryOrgAlertHistory(ctx context.Context, in *QueryOrgAlertHistoryRequest, opts ...grpc.CallOption) (*QueryOrgAlertHistoryResponse, error)
	CreateOrgAlertIssue(ctx context.Context, in *CreateOrgAlertIssueRequest, opts ...grpc.CallOption) (*CreateOrgAlertIssueResponse, error)
	UpdateOrgAlertIssue(ctx context.Context, in *UpdateOrgAlertIssueRequest, opts ...grpc.CallOption) (*UpdateOrgAlertIssueResponse, error)
}

AlertServiceClient is the client API for AlertService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type AlertServiceHandler

type AlertServiceHandler interface {
	// GET /api/customize/alerts/metrics
	QueryCustomizeMetric(context.Context, *QueryCustomizeMetricRequest) (*QueryCustomizeMetricResponse, error)
	// GET /api/customize/alerts/notifies/targets
	QueryCustomizeNotifyTarget(context.Context, *QueryCustomizeNotifyTargetRequest) (*QueryCustomizeNotifyTargetResponse, error)
	// GET /api/orgs/customize/alerts/notifies/targets
	QueryOrgCustomizeNotifyTarget(context.Context, *QueryOrgCustomizeNotifyTargetRequest) (*QueryOrgCustomizeNotifyTargetResponse, error)
	// GET /api/customize/alerts
	QueryCustomizeAlert(context.Context, *QueryCustomizeAlertRequest) (*QueryCustomizeAlertResponse, error)
	// GET /api/customize/alerts/{id}
	GetCustomizeAlert(context.Context, *GetCustomizeAlertRequest) (*GetCustomizeAlertResponse, error)
	// GET /api/customize/alerts/{id}/detail
	GetCustomizeAlertDetail(context.Context, *GetCustomizeAlertDetailRequest) (*GetCustomizeAlertDetailResponse, error)
	// POST /api/customize/alerts
	CreateCustomizeAlert(context.Context, *CreateCustomizeAlertRequest) (*CreateCustomizeAlertResponse, error)
	// PUT /api/customize/alerts/{id}
	UpdateCustomizeAlert(context.Context, *UpdateCustomizeAlertRequest) (*UpdateCustomizeAlertResponse, error)
	// PUT /api/customize/alerts/{id}/switch
	UpdateCustomizeAlertEnable(context.Context, *UpdateCustomizeAlertEnableRequest) (*UpdateCustomizeAlertEnableResponse, error)
	// DELETE /api/customize/alerts/{id}
	DeleteCustomizeAlert(context.Context, *DeleteCustomizeAlertRequest) (*DeleteCustomizeAlertResponse, error)
	// GET /api/orgs/customize/alerts/metrics
	QueryOrgCustomizeMetric(context.Context, *QueryOrgCustomizeMetricRequest) (*QueryOrgCustomizeMetricResponse, error)
	// GET /api/orgs/customize/alerts
	QueryOrgCustomizeAlerts(context.Context, *QueryOrgCustomizeAlertsRequest) (*QueryOrgCustomizeAlertsResponse, error)
	// GET /api/orgs/customize/alerts/{id}
	GetOrgCustomizeAlertDetail(context.Context, *GetOrgCustomizeAlertDetailRequest) (*GetOrgCustomizeAlertDetailResponse, error)
	// POST /api/orgs/customize/alerts
	CreateOrgCustomizeAlert(context.Context, *CreateOrgCustomizeAlertRequest) (*CreateOrgCustomizeAlertResponse, error)
	// PUT /api/orgs/customize/alerts/{id}
	UpdateOrgCustomizeAlert(context.Context, *UpdateOrgCustomizeAlertRequest) (*UpdateOrgCustomizeAlertResponse, error)
	// PUT /api/orgs/customize/alerts/{id}/switch
	UpdateOrgCustomizeAlertEnable(context.Context, *UpdateOrgCustomizeAlertEnableRequest) (*UpdateOrgCustomizeAlertEnableResponse, error)
	// DELETE /api/orgs/customize/alerts/{id}
	DeleteOrgCustomizeAlert(context.Context, *DeleteOrgCustomizeAlertRequest) (*DeleteOrgCustomizeAlertResponse, error)
	// POST /api/customize/alerts/dash-preview/query
	QueryDashboardByAlert(context.Context, *QueryDashboardByAlertRequest) (*QueryDashboardByAlertResponse, error)
	// POST /api/orgs/customize/alerts/dash-preview/query
	QueryOrgDashboardByAlert(context.Context, *QueryOrgDashboardByAlertRequest) (*QueryOrgDashboardByAlertResponse, error)
	// GET /api/alerts/rules
	QueryAlertRule(context.Context, *QueryAlertRuleRequest) (*QueryAlertRuleResponse, error)
	// GET /api/alerts
	QueryAlert(context.Context, *QueryAlertRequest) (*QueryAlertsResponse, error)
	// GET /api/alerts/{id}
	GetAlert(context.Context, *GetAlertRequest) (*GetAlertResponse, error)
	// GET /api/alerts/{id}/detail
	GetAlertDetail(context.Context, *GetAlertDetailRequest) (*GetAlertDetailResponse, error)
	// POST /api/alerts
	CreateAlert(context.Context, *CreateAlertRequest) (*CreateAlertResponse, error)
	// PUT /api/alerts/{id}
	UpdateAlert(context.Context, *UpdateAlertRequest) (*UpdateAlertResponse, error)
	// PUT /api/alerts/{id}/switch
	UpdateAlertEnable(context.Context, *UpdateAlertEnableRequest) (*UpdateAlertEnableResponse, error)
	// DELETE /api/alerts/{id}
	DeleteAlert(context.Context, *DeleteAlertRequest) (*DeleteAlertResponse, error)
	// GET /api/orgs/alerts/rules
	QueryOrgAlertRule(context.Context, *QueryOrgAlertRuleRequest) (*QueryOrgAlertRuleResponse, error)
	// GET /api/orgs/alerts
	QueryOrgAlert(context.Context, *QueryOrgAlertRequest) (*QueryOrgAlertResponse, error)
	// GET /api/orgs/alerts/{id}
	GetOrgAlertDetail(context.Context, *GetOrgAlertDetailRequest) (*GetOrgAlertDetailResponse, error)
	// POST /api/orgs/alerts
	CreateOrgAlert(context.Context, *CreateOrgAlertRequest) (*CreateOrgAlertResponse, error)
	// PUT /api/orgs/alerts/{id}
	UpdateOrgAlert(context.Context, *UpdateOrgAlertRequest) (*UpdateOrgAlertResponse, error)
	// PUT /api/orgs/alerts/{id}/switch
	UpdateOrgAlertEnable(context.Context, *UpdateOrgAlertEnableRequest) (*UpdateOrgAlertEnableResponse, error)
	// DELETE /api/orgs/alerts/{id}
	DeleteOrgAlert(context.Context, *DeleteOrgAlertRequest) (*DeleteOrgAlertResponse, error)
	// GET /api/alert-record-attrs
	GetAlertRecordAttr(context.Context, *GetAlertRecordAttrRequest) (*GetAlertRecordAttrResponse, error)
	// GET /api/alert-records
	QueryAlertRecord(context.Context, *QueryAlertRecordRequest) (*QueryAlertRecordResponse, error)
	// GET /api/alert-records/{groupId}
	GetAlertRecord(context.Context, *GetAlertRecordRequest) (*GetAlertRecordResponse, error)
	// GET /api/alert-records/{groupId}/histories
	QueryAlertHistory(context.Context, *QueryAlertHistoryRequest) (*QueryAlertHistoryResponse, error)
	// POST /api/alert-records/{groupId}/issues
	CreateAlertIssue(context.Context, *CreateAlertIssueRequest) (*CreateAlertIssueResponse, error)
	// PUT /api/alert-records/{groupId}/issues/{issueId}
	UpdateAlertIssue(context.Context, *UpdateAlertIssueRequest) (*UpdateAlertIssueResponse, error)
	// GET /api/org-alert-record-attrs
	GetOrgAlertRecordAttr(context.Context, *GetOrgAlertRecordAttrRequest) (*GetOrgAlertRecordAttrResponse, error)
	// GET /api/org-alert-records
	QueryOrgAlertRecord(context.Context, *QueryOrgAlertRecordRequest) (*QueryOrgAlertRecordResponse, error)
	// POST /api/org-hosts-alert-records
	QueryOrgHostsAlertRecord(context.Context, *QueryOrgHostsAlertRecordRequest) (*QueryOrgAlertRecordResponse, error)
	// GET /api/org-alert-records/{groupId}
	GetOrgAlertRecord(context.Context, *GetOrgAlertRecordRequest) (*GetOrgAlertRecordResponse, error)
	// GET /api/org-alert-records/{groupId}/histories
	QueryOrgAlertHistory(context.Context, *QueryOrgAlertHistoryRequest) (*QueryOrgAlertHistoryResponse, error)
	// POST /api/org-alert-records/{groupId}/issues
	CreateOrgAlertIssue(context.Context, *CreateOrgAlertIssueRequest) (*CreateOrgAlertIssueResponse, error)
	// PUT /api/org-alert-records/{groupId}/issues
	UpdateOrgAlertIssue(context.Context, *UpdateOrgAlertIssueRequest) (*UpdateOrgAlertIssueResponse, error)
}

AlertServiceHandler is the server API for AlertService service.

type AlertServiceServer

type AlertServiceServer interface {
	QueryCustomizeMetric(context.Context, *QueryCustomizeMetricRequest) (*QueryCustomizeMetricResponse, error)
	QueryCustomizeNotifyTarget(context.Context, *QueryCustomizeNotifyTargetRequest) (*QueryCustomizeNotifyTargetResponse, error)
	QueryOrgCustomizeNotifyTarget(context.Context, *QueryOrgCustomizeNotifyTargetRequest) (*QueryOrgCustomizeNotifyTargetResponse, error)
	QueryCustomizeAlert(context.Context, *QueryCustomizeAlertRequest) (*QueryCustomizeAlertResponse, error)
	GetCustomizeAlert(context.Context, *GetCustomizeAlertRequest) (*GetCustomizeAlertResponse, error)
	GetCustomizeAlertDetail(context.Context, *GetCustomizeAlertDetailRequest) (*GetCustomizeAlertDetailResponse, error)
	CreateCustomizeAlert(context.Context, *CreateCustomizeAlertRequest) (*CreateCustomizeAlertResponse, error)
	UpdateCustomizeAlert(context.Context, *UpdateCustomizeAlertRequest) (*UpdateCustomizeAlertResponse, error)
	UpdateCustomizeAlertEnable(context.Context, *UpdateCustomizeAlertEnableRequest) (*UpdateCustomizeAlertEnableResponse, error)
	DeleteCustomizeAlert(context.Context, *DeleteCustomizeAlertRequest) (*DeleteCustomizeAlertResponse, error)
	QueryOrgCustomizeMetric(context.Context, *QueryOrgCustomizeMetricRequest) (*QueryOrgCustomizeMetricResponse, error)
	QueryOrgCustomizeAlerts(context.Context, *QueryOrgCustomizeAlertsRequest) (*QueryOrgCustomizeAlertsResponse, error)
	GetOrgCustomizeAlertDetail(context.Context, *GetOrgCustomizeAlertDetailRequest) (*GetOrgCustomizeAlertDetailResponse, error)
	CreateOrgCustomizeAlert(context.Context, *CreateOrgCustomizeAlertRequest) (*CreateOrgCustomizeAlertResponse, error)
	UpdateOrgCustomizeAlert(context.Context, *UpdateOrgCustomizeAlertRequest) (*UpdateOrgCustomizeAlertResponse, error)
	UpdateOrgCustomizeAlertEnable(context.Context, *UpdateOrgCustomizeAlertEnableRequest) (*UpdateOrgCustomizeAlertEnableResponse, error)
	DeleteOrgCustomizeAlert(context.Context, *DeleteOrgCustomizeAlertRequest) (*DeleteOrgCustomizeAlertResponse, error)
	QueryDashboardByAlert(context.Context, *QueryDashboardByAlertRequest) (*QueryDashboardByAlertResponse, error)
	QueryOrgDashboardByAlert(context.Context, *QueryOrgDashboardByAlertRequest) (*QueryOrgDashboardByAlertResponse, error)
	QueryAlertRule(context.Context, *QueryAlertRuleRequest) (*QueryAlertRuleResponse, error)
	QueryAlert(context.Context, *QueryAlertRequest) (*QueryAlertsResponse, error)
	GetAlert(context.Context, *GetAlertRequest) (*GetAlertResponse, error)
	GetAlertDetail(context.Context, *GetAlertDetailRequest) (*GetAlertDetailResponse, error)
	CreateAlert(context.Context, *CreateAlertRequest) (*CreateAlertResponse, error)
	UpdateAlert(context.Context, *UpdateAlertRequest) (*UpdateAlertResponse, error)
	UpdateAlertEnable(context.Context, *UpdateAlertEnableRequest) (*UpdateAlertEnableResponse, error)
	DeleteAlert(context.Context, *DeleteAlertRequest) (*DeleteAlertResponse, error)
	QueryOrgAlertRule(context.Context, *QueryOrgAlertRuleRequest) (*QueryOrgAlertRuleResponse, error)
	QueryOrgAlert(context.Context, *QueryOrgAlertRequest) (*QueryOrgAlertResponse, error)
	GetOrgAlertDetail(context.Context, *GetOrgAlertDetailRequest) (*GetOrgAlertDetailResponse, error)
	CreateOrgAlert(context.Context, *CreateOrgAlertRequest) (*CreateOrgAlertResponse, error)
	UpdateOrgAlert(context.Context, *UpdateOrgAlertRequest) (*UpdateOrgAlertResponse, error)
	UpdateOrgAlertEnable(context.Context, *UpdateOrgAlertEnableRequest) (*UpdateOrgAlertEnableResponse, error)
	DeleteOrgAlert(context.Context, *DeleteOrgAlertRequest) (*DeleteOrgAlertResponse, error)
	GetAlertRecordAttr(context.Context, *GetAlertRecordAttrRequest) (*GetAlertRecordAttrResponse, error)
	QueryAlertRecord(context.Context, *QueryAlertRecordRequest) (*QueryAlertRecordResponse, error)
	GetAlertRecord(context.Context, *GetAlertRecordRequest) (*GetAlertRecordResponse, error)
	QueryAlertHistory(context.Context, *QueryAlertHistoryRequest) (*QueryAlertHistoryResponse, error)
	CreateAlertIssue(context.Context, *CreateAlertIssueRequest) (*CreateAlertIssueResponse, error)
	UpdateAlertIssue(context.Context, *UpdateAlertIssueRequest) (*UpdateAlertIssueResponse, error)
	GetOrgAlertRecordAttr(context.Context, *GetOrgAlertRecordAttrRequest) (*GetOrgAlertRecordAttrResponse, error)
	QueryOrgAlertRecord(context.Context, *QueryOrgAlertRecordRequest) (*QueryOrgAlertRecordResponse, error)
	QueryOrgHostsAlertRecord(context.Context, *QueryOrgHostsAlertRecordRequest) (*QueryOrgAlertRecordResponse, error)
	GetOrgAlertRecord(context.Context, *GetOrgAlertRecordRequest) (*GetOrgAlertRecordResponse, error)
	QueryOrgAlertHistory(context.Context, *QueryOrgAlertHistoryRequest) (*QueryOrgAlertHistoryResponse, error)
	CreateOrgAlertIssue(context.Context, *CreateOrgAlertIssueRequest) (*CreateOrgAlertIssueResponse, error)
	UpdateOrgAlertIssue(context.Context, *UpdateOrgAlertIssueRequest) (*UpdateOrgAlertIssueResponse, error)
}

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

type AlertTypeRule

type AlertTypeRule struct {
	AlertType *DisplayKey  `protobuf:"bytes,1,opt,name=alertType,proto3" json:"alertType,omitempty"`
	Rules     []*AlertRule `protobuf:"bytes,2,rep,name=rules,proto3" json:"rules,omitempty"`
	// contains filtered or unexported fields
}

func (*AlertTypeRule) Descriptor deprecated

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

Deprecated: Use AlertTypeRule.ProtoReflect.Descriptor instead.

func (*AlertTypeRule) GetAlertType

func (x *AlertTypeRule) GetAlertType() *DisplayKey

func (*AlertTypeRule) GetRules

func (x *AlertTypeRule) GetRules() []*AlertRule

func (*AlertTypeRule) MarshalJSON

func (m *AlertTypeRule) MarshalJSON() ([]byte, error)

AlertTypeRule implement json.Marshaler.

func (*AlertTypeRule) ProtoMessage

func (*AlertTypeRule) ProtoMessage()

func (*AlertTypeRule) ProtoReflect

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

func (*AlertTypeRule) Reset

func (x *AlertTypeRule) Reset()

func (*AlertTypeRule) String

func (x *AlertTypeRule) String() string

func (*AlertTypeRule) UnmarshalJSON

func (m *AlertTypeRule) UnmarshalJSON(b []byte) error

AlertTypeRule implement json.Marshaler.

func (*AlertTypeRule) UnmarshalURLValues

func (m *AlertTypeRule) UnmarshalURLValues(prefix string, values url.Values) error

AlertTypeRule implement urlenc.URLValuesUnmarshaler.

func (*AlertTypeRule) Validate

func (this *AlertTypeRule) Validate() error

type AlertTypeRuleResp

type AlertTypeRuleResp struct {
	AlertTypeRules []*AlertTypeRule `protobuf:"bytes,1,rep,name=alertTypeRules,proto3" json:"alertTypeRules,omitempty"`
	Windows        []int64          `protobuf:"varint,2,rep,packed,name=windows,proto3" json:"windows,omitempty"`
	Operators      []*Operator      `protobuf:"bytes,3,rep,name=operators,proto3" json:"operators,omitempty"`
	Aggregator     []*DisplayKey    `protobuf:"bytes,4,rep,name=aggregator,proto3" json:"aggregator,omitempty"`
	Silence        []*NotifySilence `protobuf:"bytes,5,rep,name=silence,proto3" json:"silence,omitempty"`
	// contains filtered or unexported fields
}

func (*AlertTypeRuleResp) Descriptor deprecated

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

Deprecated: Use AlertTypeRuleResp.ProtoReflect.Descriptor instead.

func (*AlertTypeRuleResp) GetAggregator

func (x *AlertTypeRuleResp) GetAggregator() []*DisplayKey

func (*AlertTypeRuleResp) GetAlertTypeRules

func (x *AlertTypeRuleResp) GetAlertTypeRules() []*AlertTypeRule

func (*AlertTypeRuleResp) GetOperators

func (x *AlertTypeRuleResp) GetOperators() []*Operator

func (*AlertTypeRuleResp) GetSilence

func (x *AlertTypeRuleResp) GetSilence() []*NotifySilence

func (*AlertTypeRuleResp) GetWindows

func (x *AlertTypeRuleResp) GetWindows() []int64

func (*AlertTypeRuleResp) MarshalJSON

func (m *AlertTypeRuleResp) MarshalJSON() ([]byte, error)

AlertTypeRuleResp implement json.Marshaler.

func (*AlertTypeRuleResp) ProtoMessage

func (*AlertTypeRuleResp) ProtoMessage()

func (*AlertTypeRuleResp) ProtoReflect

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

func (*AlertTypeRuleResp) Reset

func (x *AlertTypeRuleResp) Reset()

func (*AlertTypeRuleResp) String

func (x *AlertTypeRuleResp) String() string

func (*AlertTypeRuleResp) UnmarshalJSON

func (m *AlertTypeRuleResp) UnmarshalJSON(b []byte) error

AlertTypeRuleResp implement json.Marshaler.

func (*AlertTypeRuleResp) UnmarshalURLValues

func (m *AlertTypeRuleResp) UnmarshalURLValues(prefix string, values url.Values) error

AlertTypeRuleResp implement urlenc.URLValuesUnmarshaler.

func (*AlertTypeRuleResp) Validate

func (this *AlertTypeRuleResp) Validate() error

type ClusterReq

type ClusterReq struct {
	ClusterName string   `protobuf:"bytes,1,opt,name=clusterName,proto3" json:"clusterName,omitempty"`
	HostIPs     []string `protobuf:"bytes,2,rep,name=hostIPs,proto3" json:"hostIPs,omitempty"`
	// contains filtered or unexported fields
}

func (*ClusterReq) Descriptor deprecated

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

Deprecated: Use ClusterReq.ProtoReflect.Descriptor instead.

func (*ClusterReq) GetClusterName

func (x *ClusterReq) GetClusterName() string

func (*ClusterReq) GetHostIPs

func (x *ClusterReq) GetHostIPs() []string

func (*ClusterReq) MarshalJSON

func (m *ClusterReq) MarshalJSON() ([]byte, error)

ClusterReq implement json.Marshaler.

func (*ClusterReq) ProtoMessage

func (*ClusterReq) ProtoMessage()

func (*ClusterReq) ProtoReflect

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

func (*ClusterReq) Reset

func (x *ClusterReq) Reset()

func (*ClusterReq) String

func (x *ClusterReq) String() string

func (*ClusterReq) UnmarshalJSON

func (m *ClusterReq) UnmarshalJSON(b []byte) error

ClusterReq implement json.Marshaler.

func (*ClusterReq) UnmarshalURLValues

func (m *ClusterReq) UnmarshalURLValues(prefix string, values url.Values) error

ClusterReq implement urlenc.URLValuesUnmarshaler.

func (*ClusterReq) Validate

func (this *ClusterReq) Validate() error

type Config

type Config struct {
	OptionProps      map[string]*structpb.Value `` /* 163-byte string literal not displayed */
	DataSourceConfig *structpb.Value            `protobuf:"bytes,2,opt,name=dataSourceConfig,proto3" json:"dataSourceConfig,omitempty"`
	Option           *structpb.Value            `protobuf:"bytes,3,opt,name=option,proto3" json:"option,omitempty"`
	// contains filtered or unexported fields
}

func (*Config) Descriptor deprecated

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

Deprecated: Use Config.ProtoReflect.Descriptor instead.

func (*Config) GetDataSourceConfig

func (x *Config) GetDataSourceConfig() *structpb.Value

func (*Config) GetOption

func (x *Config) GetOption() *structpb.Value

func (*Config) GetOptionProps

func (x *Config) GetOptionProps() map[string]*structpb.Value

func (*Config) MarshalJSON

func (m *Config) MarshalJSON() ([]byte, error)

Config implement json.Marshaler.

func (*Config) ProtoMessage

func (*Config) ProtoMessage()

func (*Config) ProtoReflect

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

func (*Config) Reset

func (x *Config) Reset()

func (*Config) String

func (x *Config) String() string

func (*Config) UnmarshalJSON

func (m *Config) UnmarshalJSON(b []byte) error

Config implement json.Marshaler.

func (*Config) UnmarshalURLValues

func (m *Config) UnmarshalURLValues(prefix string, values url.Values) error

Config implement urlenc.URLValuesUnmarshaler.

func (*Config) Validate

func (this *Config) Validate() error

type CreateAlertIssueRequest

type CreateAlertIssueRequest struct {
	GroupId            string                 `protobuf:"bytes,1,opt,name=groupId,proto3" json:"groupId,omitempty"`
	PlanStartedAt      *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=planStartedAt,proto3" json:"planStartedAt,omitempty"`
	PlanFinishedAt     *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=planFinishedAt,proto3" json:"planFinishedAt,omitempty"`
	ProjectID          uint64                 `protobuf:"varint,4,opt,name=projectID,proto3" json:"projectID,omitempty"`
	IterationID        int64                  `protobuf:"varint,5,opt,name=iterationID,proto3" json:"iterationID,omitempty"`
	AppID              uint64                 `protobuf:"varint,6,opt,name=appID,proto3" json:"appID,omitempty"`
	TestPlanCaseRelIDs []uint64               `protobuf:"varint,7,rep,packed,name=testPlanCaseRelIDs,proto3" json:"testPlanCaseRelIDs,omitempty"`
	Type               string                 `protobuf:"bytes,8,opt,name=type,proto3" json:"type,omitempty"`
	Title              string                 `protobuf:"bytes,9,opt,name=title,proto3" json:"title,omitempty"`
	Content            string                 `protobuf:"bytes,10,opt,name=content,proto3" json:"content,omitempty"`
	Priority           string                 `protobuf:"bytes,11,opt,name=priority,proto3" json:"priority,omitempty"`
	Complexity         string                 `protobuf:"bytes,12,opt,name=complexity,proto3" json:"complexity,omitempty"`
	Severity           string                 `protobuf:"bytes,13,opt,name=severity,proto3" json:"severity,omitempty"`
	Assignee           string                 `protobuf:"bytes,14,opt,name=assignee,proto3" json:"assignee,omitempty"`
	Creator            string                 `protobuf:"bytes,15,opt,name=creator,proto3" json:"creator,omitempty"`
	Labels             []string               `protobuf:"bytes,16,rep,name=labels,proto3" json:"labels,omitempty"`
	Source             string                 `protobuf:"bytes,17,opt,name=source,proto3" json:"source,omitempty"`
	IssueManHour       *IssueManHour          `protobuf:"bytes,18,opt,name=issueManHour,proto3" json:"issueManHour,omitempty"`
	TaskType           string                 `protobuf:"bytes,19,opt,name=taskType,proto3" json:"taskType,omitempty"`
	BugStage           string                 `protobuf:"bytes,20,opt,name=bugStage,proto3" json:"bugStage,omitempty"`
	Owner              string                 `protobuf:"bytes,21,opt,name=owner,proto3" json:"owner,omitempty"`
	UserID             string                 `protobuf:"bytes,22,opt,name=userID,proto3" json:"userID,omitempty"`
	InternalClient     string                 `protobuf:"bytes,23,opt,name=internalClient,proto3" json:"internalClient,omitempty"`
	External           bool                   `protobuf:"varint,24,opt,name=external,proto3" json:"external,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAlertIssueRequest) Descriptor deprecated

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

Deprecated: Use CreateAlertIssueRequest.ProtoReflect.Descriptor instead.

func (*CreateAlertIssueRequest) GetAppID

func (x *CreateAlertIssueRequest) GetAppID() uint64

func (*CreateAlertIssueRequest) GetAssignee

func (x *CreateAlertIssueRequest) GetAssignee() string

func (*CreateAlertIssueRequest) GetBugStage

func (x *CreateAlertIssueRequest) GetBugStage() string

func (*CreateAlertIssueRequest) GetComplexity

func (x *CreateAlertIssueRequest) GetComplexity() string

func (*CreateAlertIssueRequest) GetContent

func (x *CreateAlertIssueRequest) GetContent() string

func (*CreateAlertIssueRequest) GetCreator

func (x *CreateAlertIssueRequest) GetCreator() string

func (*CreateAlertIssueRequest) GetExternal

func (x *CreateAlertIssueRequest) GetExternal() bool

func (*CreateAlertIssueRequest) GetGroupId

func (x *CreateAlertIssueRequest) GetGroupId() string

func (*CreateAlertIssueRequest) GetInternalClient

func (x *CreateAlertIssueRequest) GetInternalClient() string

func (*CreateAlertIssueRequest) GetIssueManHour

func (x *CreateAlertIssueRequest) GetIssueManHour() *IssueManHour

func (*CreateAlertIssueRequest) GetIterationID

func (x *CreateAlertIssueRequest) GetIterationID() int64

func (*CreateAlertIssueRequest) GetLabels

func (x *CreateAlertIssueRequest) GetLabels() []string

func (*CreateAlertIssueRequest) GetOwner

func (x *CreateAlertIssueRequest) GetOwner() string

func (*CreateAlertIssueRequest) GetPlanFinishedAt

func (x *CreateAlertIssueRequest) GetPlanFinishedAt() *timestamppb.Timestamp

func (*CreateAlertIssueRequest) GetPlanStartedAt

func (x *CreateAlertIssueRequest) GetPlanStartedAt() *timestamppb.Timestamp

func (*CreateAlertIssueRequest) GetPriority

func (x *CreateAlertIssueRequest) GetPriority() string

func (*CreateAlertIssueRequest) GetProjectID

func (x *CreateAlertIssueRequest) GetProjectID() uint64

func (*CreateAlertIssueRequest) GetSeverity

func (x *CreateAlertIssueRequest) GetSeverity() string

func (*CreateAlertIssueRequest) GetSource

func (x *CreateAlertIssueRequest) GetSource() string

func (*CreateAlertIssueRequest) GetTaskType

func (x *CreateAlertIssueRequest) GetTaskType() string

func (*CreateAlertIssueRequest) GetTestPlanCaseRelIDs

func (x *CreateAlertIssueRequest) GetTestPlanCaseRelIDs() []uint64

func (*CreateAlertIssueRequest) GetTitle

func (x *CreateAlertIssueRequest) GetTitle() string

func (*CreateAlertIssueRequest) GetType

func (x *CreateAlertIssueRequest) GetType() string

func (*CreateAlertIssueRequest) GetUserID

func (x *CreateAlertIssueRequest) GetUserID() string

func (*CreateAlertIssueRequest) MarshalJSON

func (m *CreateAlertIssueRequest) MarshalJSON() ([]byte, error)

CreateAlertIssueRequest implement json.Marshaler.

func (*CreateAlertIssueRequest) ProtoMessage

func (*CreateAlertIssueRequest) ProtoMessage()

func (*CreateAlertIssueRequest) ProtoReflect

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

func (*CreateAlertIssueRequest) Reset

func (x *CreateAlertIssueRequest) Reset()

func (*CreateAlertIssueRequest) String

func (x *CreateAlertIssueRequest) String() string

func (*CreateAlertIssueRequest) UnmarshalJSON

func (m *CreateAlertIssueRequest) UnmarshalJSON(b []byte) error

CreateAlertIssueRequest implement json.Marshaler.

func (*CreateAlertIssueRequest) UnmarshalURLValues

func (m *CreateAlertIssueRequest) UnmarshalURLValues(prefix string, values url.Values) error

CreateAlertIssueRequest implement urlenc.URLValuesUnmarshaler.

func (*CreateAlertIssueRequest) Validate

func (this *CreateAlertIssueRequest) Validate() error

type CreateAlertIssueResponse

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

func (*CreateAlertIssueResponse) Descriptor deprecated

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

Deprecated: Use CreateAlertIssueResponse.ProtoReflect.Descriptor instead.

func (*CreateAlertIssueResponse) MarshalJSON

func (m *CreateAlertIssueResponse) MarshalJSON() ([]byte, error)

CreateAlertIssueResponse implement json.Marshaler.

func (*CreateAlertIssueResponse) ProtoMessage

func (*CreateAlertIssueResponse) ProtoMessage()

func (*CreateAlertIssueResponse) ProtoReflect

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

func (*CreateAlertIssueResponse) Reset

func (x *CreateAlertIssueResponse) Reset()

func (*CreateAlertIssueResponse) String

func (x *CreateAlertIssueResponse) String() string

func (*CreateAlertIssueResponse) UnmarshalJSON

func (m *CreateAlertIssueResponse) UnmarshalJSON(b []byte) error

CreateAlertIssueResponse implement json.Marshaler.

func (*CreateAlertIssueResponse) UnmarshalURLValues

func (m *CreateAlertIssueResponse) UnmarshalURLValues(prefix string, values url.Values) error

CreateAlertIssueResponse implement urlenc.URLValuesUnmarshaler.

func (*CreateAlertIssueResponse) Validate

func (this *CreateAlertIssueResponse) Validate() error

type CreateAlertRequest

type CreateAlertRequest struct {
	Id           uint64                     `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name         string                     `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	AlertScope   string                     `protobuf:"bytes,3,opt,name=alertScope,proto3" json:"alertScope,omitempty"`
	AlertScopeId string                     `protobuf:"bytes,4,opt,name=alertScopeId,proto3" json:"alertScopeId,omitempty"`
	Enable       bool                       `protobuf:"varint,5,opt,name=enable,proto3" json:"enable,omitempty"`
	Rules        []*AlertExpression         `protobuf:"bytes,6,rep,name=rules,proto3" json:"rules,omitempty"`
	Notifies     []*AlertNotify             `protobuf:"bytes,7,rep,name=notifies,proto3" json:"notifies,omitempty"`
	Filters      map[string]*structpb.Value `` /* 155-byte string literal not displayed */
	Attributes   map[string]*structpb.Value `` /* 161-byte string literal not displayed */
	ClusterNames []string                   `protobuf:"bytes,10,rep,name=clusterNames,proto3" json:"clusterNames,omitempty"`
	Domain       string                     `protobuf:"bytes,11,opt,name=domain,proto3" json:"domain,omitempty"`
	CreateTime   int64                      `protobuf:"varint,12,opt,name=createTime,proto3" json:"createTime,omitempty"`
	UpdateTime   int64                      `protobuf:"varint,13,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAlertRequest) Descriptor deprecated

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

Deprecated: Use CreateAlertRequest.ProtoReflect.Descriptor instead.

func (*CreateAlertRequest) GetAlertScope

func (x *CreateAlertRequest) GetAlertScope() string

func (*CreateAlertRequest) GetAlertScopeId

func (x *CreateAlertRequest) GetAlertScopeId() string

func (*CreateAlertRequest) GetAttributes

func (x *CreateAlertRequest) GetAttributes() map[string]*structpb.Value

func (*CreateAlertRequest) GetClusterNames

func (x *CreateAlertRequest) GetClusterNames() []string

func (*CreateAlertRequest) GetCreateTime

func (x *CreateAlertRequest) GetCreateTime() int64

func (*CreateAlertRequest) GetDomain

func (x *CreateAlertRequest) GetDomain() string

func (*CreateAlertRequest) GetEnable

func (x *CreateAlertRequest) GetEnable() bool

func (*CreateAlertRequest) GetFilters

func (x *CreateAlertRequest) GetFilters() map[string]*structpb.Value

func (*CreateAlertRequest) GetId

func (x *CreateAlertRequest) GetId() uint64

func (*CreateAlertRequest) GetName

func (x *CreateAlertRequest) GetName() string

func (*CreateAlertRequest) GetNotifies

func (x *CreateAlertRequest) GetNotifies() []*AlertNotify

func (*CreateAlertRequest) GetRules

func (x *CreateAlertRequest) GetRules() []*AlertExpression

func (*CreateAlertRequest) GetUpdateTime

func (x *CreateAlertRequest) GetUpdateTime() int64

func (*CreateAlertRequest) MarshalJSON

func (m *CreateAlertRequest) MarshalJSON() ([]byte, error)

CreateAlertRequest implement json.Marshaler.

func (*CreateAlertRequest) ProtoMessage

func (*CreateAlertRequest) ProtoMessage()

func (*CreateAlertRequest) ProtoReflect

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

func (*CreateAlertRequest) Reset

func (x *CreateAlertRequest) Reset()

func (*CreateAlertRequest) String

func (x *CreateAlertRequest) String() string

func (*CreateAlertRequest) UnmarshalJSON

func (m *CreateAlertRequest) UnmarshalJSON(b []byte) error

CreateAlertRequest implement json.Marshaler.

func (*CreateAlertRequest) UnmarshalURLValues

func (m *CreateAlertRequest) UnmarshalURLValues(prefix string, values url.Values) error

CreateAlertRequest implement urlenc.URLValuesUnmarshaler.

func (*CreateAlertRequest) Validate

func (this *CreateAlertRequest) Validate() error

type CreateAlertResponse

type CreateAlertResponse struct {
	Data uint64 `protobuf:"varint,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAlertResponse) Descriptor deprecated

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

Deprecated: Use CreateAlertResponse.ProtoReflect.Descriptor instead.

func (*CreateAlertResponse) GetData

func (x *CreateAlertResponse) GetData() uint64

func (*CreateAlertResponse) MarshalJSON

func (m *CreateAlertResponse) MarshalJSON() ([]byte, error)

CreateAlertResponse implement json.Marshaler.

func (*CreateAlertResponse) ProtoMessage

func (*CreateAlertResponse) ProtoMessage()

func (*CreateAlertResponse) ProtoReflect

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

func (*CreateAlertResponse) Reset

func (x *CreateAlertResponse) Reset()

func (*CreateAlertResponse) String

func (x *CreateAlertResponse) String() string

func (*CreateAlertResponse) UnmarshalJSON

func (m *CreateAlertResponse) UnmarshalJSON(b []byte) error

CreateAlertResponse implement json.Marshaler.

func (*CreateAlertResponse) UnmarshalURLValues

func (m *CreateAlertResponse) UnmarshalURLValues(prefix string, values url.Values) error

CreateAlertResponse implement urlenc.URLValuesUnmarshaler.

func (*CreateAlertResponse) Validate

func (this *CreateAlertResponse) Validate() error

type CreateCustomizeAlertRequest

type CreateCustomizeAlertRequest struct {
	Id           uint64                           `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ClusterName  string                           `protobuf:"bytes,2,opt,name=clusterName,proto3" json:"clusterName,omitempty"`
	Name         string                           `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	AlertType    string                           `protobuf:"bytes,4,opt,name=alertType,proto3" json:"alertType,omitempty"`
	AlertScope   string                           `protobuf:"bytes,5,opt,name=alertScope,proto3" json:"alertScope,omitempty"`
	AlertScopeId string                           `protobuf:"bytes,6,opt,name=alertScopeId,proto3" json:"alertScopeId,omitempty"`
	Enable       bool                             `protobuf:"varint,7,opt,name=enable,proto3" json:"enable,omitempty"`
	Attributes   map[string]*structpb.Value       `` /* 161-byte string literal not displayed */
	Rules        []*CustomizeAlertRule            `protobuf:"bytes,9,rep,name=rules,proto3" json:"rules,omitempty"`
	Notifies     []*CustomizeAlertNotifyTemplates `protobuf:"bytes,10,rep,name=notifies,proto3" json:"notifies,omitempty"`
	CreateTime   int64                            `protobuf:"varint,11,opt,name=createTime,proto3" json:"createTime,omitempty"`
	UpdateTime   int64                            `protobuf:"varint,12,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCustomizeAlertRequest) Descriptor deprecated

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

Deprecated: Use CreateCustomizeAlertRequest.ProtoReflect.Descriptor instead.

func (*CreateCustomizeAlertRequest) GetAlertScope

func (x *CreateCustomizeAlertRequest) GetAlertScope() string

func (*CreateCustomizeAlertRequest) GetAlertScopeId

func (x *CreateCustomizeAlertRequest) GetAlertScopeId() string

func (*CreateCustomizeAlertRequest) GetAlertType

func (x *CreateCustomizeAlertRequest) GetAlertType() string

func (*CreateCustomizeAlertRequest) GetAttributes

func (x *CreateCustomizeAlertRequest) GetAttributes() map[string]*structpb.Value

func (*CreateCustomizeAlertRequest) GetClusterName

func (x *CreateCustomizeAlertRequest) GetClusterName() string

func (*CreateCustomizeAlertRequest) GetCreateTime

func (x *CreateCustomizeAlertRequest) GetCreateTime() int64

func (*CreateCustomizeAlertRequest) GetEnable

func (x *CreateCustomizeAlertRequest) GetEnable() bool

func (*CreateCustomizeAlertRequest) GetId

func (*CreateCustomizeAlertRequest) GetName

func (x *CreateCustomizeAlertRequest) GetName() string

func (*CreateCustomizeAlertRequest) GetNotifies

func (*CreateCustomizeAlertRequest) GetRules

func (*CreateCustomizeAlertRequest) GetUpdateTime

func (x *CreateCustomizeAlertRequest) GetUpdateTime() int64

func (*CreateCustomizeAlertRequest) MarshalJSON

func (m *CreateCustomizeAlertRequest) MarshalJSON() ([]byte, error)

CreateCustomizeAlertRequest implement json.Marshaler.

func (*CreateCustomizeAlertRequest) ProtoMessage

func (*CreateCustomizeAlertRequest) ProtoMessage()

func (*CreateCustomizeAlertRequest) ProtoReflect

func (*CreateCustomizeAlertRequest) Reset

func (x *CreateCustomizeAlertRequest) Reset()

func (*CreateCustomizeAlertRequest) String

func (x *CreateCustomizeAlertRequest) String() string

func (*CreateCustomizeAlertRequest) UnmarshalJSON

func (m *CreateCustomizeAlertRequest) UnmarshalJSON(b []byte) error

CreateCustomizeAlertRequest implement json.Marshaler.

func (*CreateCustomizeAlertRequest) UnmarshalURLValues

func (m *CreateCustomizeAlertRequest) UnmarshalURLValues(prefix string, values url.Values) error

CreateCustomizeAlertRequest implement urlenc.URLValuesUnmarshaler.

func (*CreateCustomizeAlertRequest) Validate

func (this *CreateCustomizeAlertRequest) Validate() error

type CreateCustomizeAlertResponse

type CreateCustomizeAlertResponse struct {
	Data uint64 `protobuf:"varint,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCustomizeAlertResponse) Descriptor deprecated

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

Deprecated: Use CreateCustomizeAlertResponse.ProtoReflect.Descriptor instead.

func (*CreateCustomizeAlertResponse) GetData

func (x *CreateCustomizeAlertResponse) GetData() uint64

func (*CreateCustomizeAlertResponse) MarshalJSON

func (m *CreateCustomizeAlertResponse) MarshalJSON() ([]byte, error)

CreateCustomizeAlertResponse implement json.Marshaler.

func (*CreateCustomizeAlertResponse) ProtoMessage

func (*CreateCustomizeAlertResponse) ProtoMessage()

func (*CreateCustomizeAlertResponse) ProtoReflect

func (*CreateCustomizeAlertResponse) Reset

func (x *CreateCustomizeAlertResponse) Reset()

func (*CreateCustomizeAlertResponse) String

func (*CreateCustomizeAlertResponse) UnmarshalJSON

func (m *CreateCustomizeAlertResponse) UnmarshalJSON(b []byte) error

CreateCustomizeAlertResponse implement json.Marshaler.

func (*CreateCustomizeAlertResponse) UnmarshalURLValues

func (m *CreateCustomizeAlertResponse) UnmarshalURLValues(prefix string, values url.Values) error

CreateCustomizeAlertResponse implement urlenc.URLValuesUnmarshaler.

func (*CreateCustomizeAlertResponse) Validate

func (this *CreateCustomizeAlertResponse) Validate() error

type CreateOrgAlertIssueRequest

type CreateOrgAlertIssueRequest struct {
	GroupId            string                 `protobuf:"bytes,1,opt,name=groupId,proto3" json:"groupId,omitempty"`
	PlanStartedAt      *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=planStartedAt,proto3" json:"planStartedAt,omitempty"`
	PlanFinishedAt     *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=planFinishedAt,proto3" json:"planFinishedAt,omitempty"`
	ProjectID          uint64                 `protobuf:"varint,4,opt,name=projectID,proto3" json:"projectID,omitempty"`
	IterationID        int64                  `protobuf:"varint,5,opt,name=iterationID,proto3" json:"iterationID,omitempty"`
	AppID              uint64                 `protobuf:"varint,6,opt,name=appID,proto3" json:"appID,omitempty"`
	TestPlanCaseRelIDs []uint64               `protobuf:"varint,7,rep,packed,name=testPlanCaseRelIDs,proto3" json:"testPlanCaseRelIDs,omitempty"`
	Type               string                 `protobuf:"bytes,8,opt,name=type,proto3" json:"type,omitempty"`
	Title              string                 `protobuf:"bytes,9,opt,name=title,proto3" json:"title,omitempty"`
	Content            string                 `protobuf:"bytes,10,opt,name=content,proto3" json:"content,omitempty"`
	Priority           string                 `protobuf:"bytes,11,opt,name=priority,proto3" json:"priority,omitempty"`
	Complexity         string                 `protobuf:"bytes,12,opt,name=complexity,proto3" json:"complexity,omitempty"`
	Severity           string                 `protobuf:"bytes,13,opt,name=severity,proto3" json:"severity,omitempty"`
	Assignee           string                 `protobuf:"bytes,14,opt,name=assignee,proto3" json:"assignee,omitempty"`
	Creator            string                 `protobuf:"bytes,15,opt,name=creator,proto3" json:"creator,omitempty"`
	Labels             []string               `protobuf:"bytes,16,rep,name=labels,proto3" json:"labels,omitempty"`
	Source             string                 `protobuf:"bytes,17,opt,name=source,proto3" json:"source,omitempty"`
	IssueManHour       *IssueManHour          `protobuf:"bytes,18,opt,name=issueManHour,proto3" json:"issueManHour,omitempty"`
	TaskType           string                 `protobuf:"bytes,19,opt,name=taskType,proto3" json:"taskType,omitempty"`
	BugStage           string                 `protobuf:"bytes,20,opt,name=bugStage,proto3" json:"bugStage,omitempty"`
	Owner              string                 `protobuf:"bytes,21,opt,name=owner,proto3" json:"owner,omitempty"`
	UserID             string                 `protobuf:"bytes,22,opt,name=userID,proto3" json:"userID,omitempty"`
	InternalClient     string                 `protobuf:"bytes,23,opt,name=internalClient,proto3" json:"internalClient,omitempty"`
	External           bool                   `protobuf:"varint,24,opt,name=external,proto3" json:"external,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrgAlertIssueRequest) Descriptor deprecated

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

Deprecated: Use CreateOrgAlertIssueRequest.ProtoReflect.Descriptor instead.

func (*CreateOrgAlertIssueRequest) GetAppID

func (x *CreateOrgAlertIssueRequest) GetAppID() uint64

func (*CreateOrgAlertIssueRequest) GetAssignee

func (x *CreateOrgAlertIssueRequest) GetAssignee() string

func (*CreateOrgAlertIssueRequest) GetBugStage

func (x *CreateOrgAlertIssueRequest) GetBugStage() string

func (*CreateOrgAlertIssueRequest) GetComplexity

func (x *CreateOrgAlertIssueRequest) GetComplexity() string

func (*CreateOrgAlertIssueRequest) GetContent

func (x *CreateOrgAlertIssueRequest) GetContent() string

func (*CreateOrgAlertIssueRequest) GetCreator

func (x *CreateOrgAlertIssueRequest) GetCreator() string

func (*CreateOrgAlertIssueRequest) GetExternal

func (x *CreateOrgAlertIssueRequest) GetExternal() bool

func (*CreateOrgAlertIssueRequest) GetGroupId

func (x *CreateOrgAlertIssueRequest) GetGroupId() string

func (*CreateOrgAlertIssueRequest) GetInternalClient

func (x *CreateOrgAlertIssueRequest) GetInternalClient() string

func (*CreateOrgAlertIssueRequest) GetIssueManHour

func (x *CreateOrgAlertIssueRequest) GetIssueManHour() *IssueManHour

func (*CreateOrgAlertIssueRequest) GetIterationID

func (x *CreateOrgAlertIssueRequest) GetIterationID() int64

func (*CreateOrgAlertIssueRequest) GetLabels

func (x *CreateOrgAlertIssueRequest) GetLabels() []string

func (*CreateOrgAlertIssueRequest) GetOwner

func (x *CreateOrgAlertIssueRequest) GetOwner() string

func (*CreateOrgAlertIssueRequest) GetPlanFinishedAt

func (x *CreateOrgAlertIssueRequest) GetPlanFinishedAt() *timestamppb.Timestamp

func (*CreateOrgAlertIssueRequest) GetPlanStartedAt

func (x *CreateOrgAlertIssueRequest) GetPlanStartedAt() *timestamppb.Timestamp

func (*CreateOrgAlertIssueRequest) GetPriority

func (x *CreateOrgAlertIssueRequest) GetPriority() string

func (*CreateOrgAlertIssueRequest) GetProjectID

func (x *CreateOrgAlertIssueRequest) GetProjectID() uint64

func (*CreateOrgAlertIssueRequest) GetSeverity

func (x *CreateOrgAlertIssueRequest) GetSeverity() string

func (*CreateOrgAlertIssueRequest) GetSource

func (x *CreateOrgAlertIssueRequest) GetSource() string

func (*CreateOrgAlertIssueRequest) GetTaskType

func (x *CreateOrgAlertIssueRequest) GetTaskType() string

func (*CreateOrgAlertIssueRequest) GetTestPlanCaseRelIDs

func (x *CreateOrgAlertIssueRequest) GetTestPlanCaseRelIDs() []uint64

func (*CreateOrgAlertIssueRequest) GetTitle

func (x *CreateOrgAlertIssueRequest) GetTitle() string

func (*CreateOrgAlertIssueRequest) GetType

func (x *CreateOrgAlertIssueRequest) GetType() string

func (*CreateOrgAlertIssueRequest) GetUserID

func (x *CreateOrgAlertIssueRequest) GetUserID() string

func (*CreateOrgAlertIssueRequest) MarshalJSON

func (m *CreateOrgAlertIssueRequest) MarshalJSON() ([]byte, error)

CreateOrgAlertIssueRequest implement json.Marshaler.

func (*CreateOrgAlertIssueRequest) ProtoMessage

func (*CreateOrgAlertIssueRequest) ProtoMessage()

func (*CreateOrgAlertIssueRequest) ProtoReflect

func (*CreateOrgAlertIssueRequest) Reset

func (x *CreateOrgAlertIssueRequest) Reset()

func (*CreateOrgAlertIssueRequest) String

func (x *CreateOrgAlertIssueRequest) String() string

func (*CreateOrgAlertIssueRequest) UnmarshalJSON

func (m *CreateOrgAlertIssueRequest) UnmarshalJSON(b []byte) error

CreateOrgAlertIssueRequest implement json.Marshaler.

func (*CreateOrgAlertIssueRequest) UnmarshalURLValues

func (m *CreateOrgAlertIssueRequest) UnmarshalURLValues(prefix string, values url.Values) error

CreateOrgAlertIssueRequest implement urlenc.URLValuesUnmarshaler.

func (*CreateOrgAlertIssueRequest) Validate

func (this *CreateOrgAlertIssueRequest) Validate() error

type CreateOrgAlertIssueResponse

type CreateOrgAlertIssueResponse struct {
	Data uint64 `protobuf:"varint,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrgAlertIssueResponse) Descriptor deprecated

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

Deprecated: Use CreateOrgAlertIssueResponse.ProtoReflect.Descriptor instead.

func (*CreateOrgAlertIssueResponse) GetData

func (x *CreateOrgAlertIssueResponse) GetData() uint64

func (*CreateOrgAlertIssueResponse) MarshalJSON

func (m *CreateOrgAlertIssueResponse) MarshalJSON() ([]byte, error)

CreateOrgAlertIssueResponse implement json.Marshaler.

func (*CreateOrgAlertIssueResponse) ProtoMessage

func (*CreateOrgAlertIssueResponse) ProtoMessage()

func (*CreateOrgAlertIssueResponse) ProtoReflect

func (*CreateOrgAlertIssueResponse) Reset

func (x *CreateOrgAlertIssueResponse) Reset()

func (*CreateOrgAlertIssueResponse) String

func (x *CreateOrgAlertIssueResponse) String() string

func (*CreateOrgAlertIssueResponse) UnmarshalJSON

func (m *CreateOrgAlertIssueResponse) UnmarshalJSON(b []byte) error

CreateOrgAlertIssueResponse implement json.Marshaler.

func (*CreateOrgAlertIssueResponse) UnmarshalURLValues

func (m *CreateOrgAlertIssueResponse) UnmarshalURLValues(prefix string, values url.Values) error

CreateOrgAlertIssueResponse implement urlenc.URLValuesUnmarshaler.

func (*CreateOrgAlertIssueResponse) Validate

func (this *CreateOrgAlertIssueResponse) Validate() error

type CreateOrgAlertRequest

type CreateOrgAlertRequest struct {
	Id           uint64                     `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name         string                     `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	AlertScope   string                     `protobuf:"bytes,3,opt,name=alertScope,proto3" json:"alertScope,omitempty"`
	AlertScopeId string                     `protobuf:"bytes,4,opt,name=alertScopeId,proto3" json:"alertScopeId,omitempty"`
	Enable       bool                       `protobuf:"varint,5,opt,name=enable,proto3" json:"enable,omitempty"`
	Rules        []*AlertExpression         `protobuf:"bytes,6,rep,name=rules,proto3" json:"rules,omitempty"`
	Notifies     []*AlertNotify             `protobuf:"bytes,7,rep,name=notifies,proto3" json:"notifies,omitempty"`
	Filters      map[string]*structpb.Value `` /* 155-byte string literal not displayed */
	Attributes   map[string]*structpb.Value `` /* 161-byte string literal not displayed */
	ClusterNames []string                   `protobuf:"bytes,10,rep,name=clusterNames,proto3" json:"clusterNames,omitempty"`
	Domain       string                     `protobuf:"bytes,11,opt,name=domain,proto3" json:"domain,omitempty"`
	CreateTime   int64                      `protobuf:"varint,12,opt,name=createTime,proto3" json:"createTime,omitempty"`
	UpdateTime   int64                      `protobuf:"varint,13,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrgAlertRequest) Descriptor deprecated

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

Deprecated: Use CreateOrgAlertRequest.ProtoReflect.Descriptor instead.

func (*CreateOrgAlertRequest) GetAlertScope

func (x *CreateOrgAlertRequest) GetAlertScope() string

func (*CreateOrgAlertRequest) GetAlertScopeId

func (x *CreateOrgAlertRequest) GetAlertScopeId() string

func (*CreateOrgAlertRequest) GetAttributes

func (x *CreateOrgAlertRequest) GetAttributes() map[string]*structpb.Value

func (*CreateOrgAlertRequest) GetClusterNames

func (x *CreateOrgAlertRequest) GetClusterNames() []string

func (*CreateOrgAlertRequest) GetCreateTime

func (x *CreateOrgAlertRequest) GetCreateTime() int64

func (*CreateOrgAlertRequest) GetDomain

func (x *CreateOrgAlertRequest) GetDomain() string

func (*CreateOrgAlertRequest) GetEnable

func (x *CreateOrgAlertRequest) GetEnable() bool

func (*CreateOrgAlertRequest) GetFilters

func (x *CreateOrgAlertRequest) GetFilters() map[string]*structpb.Value

func (*CreateOrgAlertRequest) GetId

func (x *CreateOrgAlertRequest) GetId() uint64

func (*CreateOrgAlertRequest) GetName

func (x *CreateOrgAlertRequest) GetName() string

func (*CreateOrgAlertRequest) GetNotifies

func (x *CreateOrgAlertRequest) GetNotifies() []*AlertNotify

func (*CreateOrgAlertRequest) GetRules

func (x *CreateOrgAlertRequest) GetRules() []*AlertExpression

func (*CreateOrgAlertRequest) GetUpdateTime

func (x *CreateOrgAlertRequest) GetUpdateTime() int64

func (*CreateOrgAlertRequest) MarshalJSON

func (m *CreateOrgAlertRequest) MarshalJSON() ([]byte, error)

CreateOrgAlertRequest implement json.Marshaler.

func (*CreateOrgAlertRequest) ProtoMessage

func (*CreateOrgAlertRequest) ProtoMessage()

func (*CreateOrgAlertRequest) ProtoReflect

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

func (*CreateOrgAlertRequest) Reset

func (x *CreateOrgAlertRequest) Reset()

func (*CreateOrgAlertRequest) String

func (x *CreateOrgAlertRequest) String() string

func (*CreateOrgAlertRequest) UnmarshalJSON

func (m *CreateOrgAlertRequest) UnmarshalJSON(b []byte) error

CreateOrgAlertRequest implement json.Marshaler.

func (*CreateOrgAlertRequest) UnmarshalURLValues

func (m *CreateOrgAlertRequest) UnmarshalURLValues(prefix string, values url.Values) error

CreateOrgAlertRequest implement urlenc.URLValuesUnmarshaler.

func (*CreateOrgAlertRequest) Validate

func (this *CreateOrgAlertRequest) Validate() error

type CreateOrgAlertResponse

type CreateOrgAlertResponse struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrgAlertResponse) Descriptor deprecated

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

Deprecated: Use CreateOrgAlertResponse.ProtoReflect.Descriptor instead.

func (*CreateOrgAlertResponse) GetId

func (x *CreateOrgAlertResponse) GetId() uint64

func (*CreateOrgAlertResponse) MarshalJSON

func (m *CreateOrgAlertResponse) MarshalJSON() ([]byte, error)

CreateOrgAlertResponse implement json.Marshaler.

func (*CreateOrgAlertResponse) ProtoMessage

func (*CreateOrgAlertResponse) ProtoMessage()

func (*CreateOrgAlertResponse) ProtoReflect

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

func (*CreateOrgAlertResponse) Reset

func (x *CreateOrgAlertResponse) Reset()

func (*CreateOrgAlertResponse) String

func (x *CreateOrgAlertResponse) String() string

func (*CreateOrgAlertResponse) UnmarshalJSON

func (m *CreateOrgAlertResponse) UnmarshalJSON(b []byte) error

CreateOrgAlertResponse implement json.Marshaler.

func (*CreateOrgAlertResponse) UnmarshalURLValues

func (m *CreateOrgAlertResponse) UnmarshalURLValues(prefix string, values url.Values) error

CreateOrgAlertResponse implement urlenc.URLValuesUnmarshaler.

func (*CreateOrgAlertResponse) Validate

func (this *CreateOrgAlertResponse) Validate() error

type CreateOrgCustomizeAlertRequest

type CreateOrgCustomizeAlertRequest struct {
	Id           uint64                           `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ClusterName  string                           `protobuf:"bytes,2,opt,name=clusterName,proto3" json:"clusterName,omitempty"`
	Name         string                           `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	AlertType    string                           `protobuf:"bytes,4,opt,name=alertType,proto3" json:"alertType,omitempty"`
	AlertScope   string                           `protobuf:"bytes,5,opt,name=alertScope,proto3" json:"alertScope,omitempty"`
	AlertScopeId string                           `protobuf:"bytes,6,opt,name=alertScopeId,proto3" json:"alertScopeId,omitempty"`
	Enable       bool                             `protobuf:"varint,7,opt,name=enable,proto3" json:"enable,omitempty"`
	Attributes   map[string]*structpb.Value       `` /* 161-byte string literal not displayed */
	Rules        []*CustomizeAlertRule            `protobuf:"bytes,9,rep,name=rules,proto3" json:"rules,omitempty"`
	Notifies     []*CustomizeAlertNotifyTemplates `protobuf:"bytes,10,rep,name=notifies,proto3" json:"notifies,omitempty"`
	CreateTime   int64                            `protobuf:"varint,11,opt,name=createTime,proto3" json:"createTime,omitempty"`
	UpdateTime   int64                            `protobuf:"varint,12,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrgCustomizeAlertRequest) Descriptor deprecated

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

Deprecated: Use CreateOrgCustomizeAlertRequest.ProtoReflect.Descriptor instead.

func (*CreateOrgCustomizeAlertRequest) GetAlertScope

func (x *CreateOrgCustomizeAlertRequest) GetAlertScope() string

func (*CreateOrgCustomizeAlertRequest) GetAlertScopeId

func (x *CreateOrgCustomizeAlertRequest) GetAlertScopeId() string

func (*CreateOrgCustomizeAlertRequest) GetAlertType

func (x *CreateOrgCustomizeAlertRequest) GetAlertType() string

func (*CreateOrgCustomizeAlertRequest) GetAttributes

func (x *CreateOrgCustomizeAlertRequest) GetAttributes() map[string]*structpb.Value

func (*CreateOrgCustomizeAlertRequest) GetClusterName

func (x *CreateOrgCustomizeAlertRequest) GetClusterName() string

func (*CreateOrgCustomizeAlertRequest) GetCreateTime

func (x *CreateOrgCustomizeAlertRequest) GetCreateTime() int64

func (*CreateOrgCustomizeAlertRequest) GetEnable

func (x *CreateOrgCustomizeAlertRequest) GetEnable() bool

func (*CreateOrgCustomizeAlertRequest) GetId

func (*CreateOrgCustomizeAlertRequest) GetName

func (*CreateOrgCustomizeAlertRequest) GetNotifies

func (*CreateOrgCustomizeAlertRequest) GetRules

func (*CreateOrgCustomizeAlertRequest) GetUpdateTime

func (x *CreateOrgCustomizeAlertRequest) GetUpdateTime() int64

func (*CreateOrgCustomizeAlertRequest) MarshalJSON

func (m *CreateOrgCustomizeAlertRequest) MarshalJSON() ([]byte, error)

CreateOrgCustomizeAlertRequest implement json.Marshaler.

func (*CreateOrgCustomizeAlertRequest) ProtoMessage

func (*CreateOrgCustomizeAlertRequest) ProtoMessage()

func (*CreateOrgCustomizeAlertRequest) ProtoReflect

func (*CreateOrgCustomizeAlertRequest) Reset

func (x *CreateOrgCustomizeAlertRequest) Reset()

func (*CreateOrgCustomizeAlertRequest) String

func (*CreateOrgCustomizeAlertRequest) UnmarshalJSON

func (m *CreateOrgCustomizeAlertRequest) UnmarshalJSON(b []byte) error

CreateOrgCustomizeAlertRequest implement json.Marshaler.

func (*CreateOrgCustomizeAlertRequest) UnmarshalURLValues

func (m *CreateOrgCustomizeAlertRequest) UnmarshalURLValues(prefix string, values url.Values) error

CreateOrgCustomizeAlertRequest implement urlenc.URLValuesUnmarshaler.

func (*CreateOrgCustomizeAlertRequest) Validate

func (this *CreateOrgCustomizeAlertRequest) Validate() error

type CreateOrgCustomizeAlertResponse

type CreateOrgCustomizeAlertResponse struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrgCustomizeAlertResponse) Descriptor deprecated

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

Deprecated: Use CreateOrgCustomizeAlertResponse.ProtoReflect.Descriptor instead.

func (*CreateOrgCustomizeAlertResponse) GetId

func (*CreateOrgCustomizeAlertResponse) MarshalJSON

func (m *CreateOrgCustomizeAlertResponse) MarshalJSON() ([]byte, error)

CreateOrgCustomizeAlertResponse implement json.Marshaler.

func (*CreateOrgCustomizeAlertResponse) ProtoMessage

func (*CreateOrgCustomizeAlertResponse) ProtoMessage()

func (*CreateOrgCustomizeAlertResponse) ProtoReflect

func (*CreateOrgCustomizeAlertResponse) Reset

func (*CreateOrgCustomizeAlertResponse) String

func (*CreateOrgCustomizeAlertResponse) UnmarshalJSON

func (m *CreateOrgCustomizeAlertResponse) UnmarshalJSON(b []byte) error

CreateOrgCustomizeAlertResponse implement json.Marshaler.

func (*CreateOrgCustomizeAlertResponse) UnmarshalURLValues

func (m *CreateOrgCustomizeAlertResponse) UnmarshalURLValues(prefix string, values url.Values) error

CreateOrgCustomizeAlertResponse implement urlenc.URLValuesUnmarshaler.

func (*CreateOrgCustomizeAlertResponse) Validate

func (this *CreateOrgCustomizeAlertResponse) Validate() error

type CustomizeAlertDetail

type CustomizeAlertDetail struct {
	Id           uint64                           `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ClusterName  string                           `protobuf:"bytes,2,opt,name=clusterName,proto3" json:"clusterName,omitempty"`
	Name         string                           `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	AlertType    string                           `protobuf:"bytes,4,opt,name=alertType,proto3" json:"alertType,omitempty"`
	AlertScope   string                           `protobuf:"bytes,5,opt,name=alertScope,proto3" json:"alertScope,omitempty"`
	AlertScopeId string                           `protobuf:"bytes,6,opt,name=alertScopeId,proto3" json:"alertScopeId,omitempty"`
	Enable       bool                             `protobuf:"varint,7,opt,name=enable,proto3" json:"enable,omitempty"`
	Attributes   map[string]*structpb.Value       `` /* 161-byte string literal not displayed */
	Rules        []*CustomizeAlertRule            `protobuf:"bytes,9,rep,name=rules,proto3" json:"rules,omitempty"`
	Notifies     []*CustomizeAlertNotifyTemplates `protobuf:"bytes,10,rep,name=notifies,proto3" json:"notifies,omitempty"`
	CreateTime   int64                            `protobuf:"varint,11,opt,name=createTime,proto3" json:"createTime,omitempty"`
	UpdateTime   int64                            `protobuf:"varint,12,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomizeAlertDetail) Descriptor deprecated

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

Deprecated: Use CustomizeAlertDetail.ProtoReflect.Descriptor instead.

func (*CustomizeAlertDetail) GetAlertScope

func (x *CustomizeAlertDetail) GetAlertScope() string

func (*CustomizeAlertDetail) GetAlertScopeId

func (x *CustomizeAlertDetail) GetAlertScopeId() string

func (*CustomizeAlertDetail) GetAlertType

func (x *CustomizeAlertDetail) GetAlertType() string

func (*CustomizeAlertDetail) GetAttributes

func (x *CustomizeAlertDetail) GetAttributes() map[string]*structpb.Value

func (*CustomizeAlertDetail) GetClusterName

func (x *CustomizeAlertDetail) GetClusterName() string

func (*CustomizeAlertDetail) GetCreateTime

func (x *CustomizeAlertDetail) GetCreateTime() int64

func (*CustomizeAlertDetail) GetEnable

func (x *CustomizeAlertDetail) GetEnable() bool

func (*CustomizeAlertDetail) GetId

func (x *CustomizeAlertDetail) GetId() uint64

func (*CustomizeAlertDetail) GetName

func (x *CustomizeAlertDetail) GetName() string

func (*CustomizeAlertDetail) GetNotifies

func (*CustomizeAlertDetail) GetRules

func (x *CustomizeAlertDetail) GetRules() []*CustomizeAlertRule

func (*CustomizeAlertDetail) GetUpdateTime

func (x *CustomizeAlertDetail) GetUpdateTime() int64

func (*CustomizeAlertDetail) MarshalJSON

func (m *CustomizeAlertDetail) MarshalJSON() ([]byte, error)

CustomizeAlertDetail implement json.Marshaler.

func (*CustomizeAlertDetail) ProtoMessage

func (*CustomizeAlertDetail) ProtoMessage()

func (*CustomizeAlertDetail) ProtoReflect

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

func (*CustomizeAlertDetail) Reset

func (x *CustomizeAlertDetail) Reset()

func (*CustomizeAlertDetail) String

func (x *CustomizeAlertDetail) String() string

func (*CustomizeAlertDetail) UnmarshalJSON

func (m *CustomizeAlertDetail) UnmarshalJSON(b []byte) error

CustomizeAlertDetail implement json.Marshaler.

func (*CustomizeAlertDetail) UnmarshalURLValues

func (m *CustomizeAlertDetail) UnmarshalURLValues(prefix string, values url.Values) error

CustomizeAlertDetail implement urlenc.URLValuesUnmarshaler.

func (*CustomizeAlertDetail) Validate

func (this *CustomizeAlertDetail) Validate() error

type CustomizeAlertNotifyTemplates

type CustomizeAlertNotifyTemplates struct {
	Id         uint64                     `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name       string                     `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Targets    []string                   `protobuf:"bytes,3,rep,name=targets,proto3" json:"targets,omitempty"`
	Title      string                     `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	Content    string                     `protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty"`
	Attributes map[string]*structpb.Value `` /* 161-byte string literal not displayed */
	CreateTime int64                      `protobuf:"varint,7,opt,name=createTime,proto3" json:"createTime,omitempty"`
	UpdateTime int64                      `protobuf:"varint,8,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomizeAlertNotifyTemplates) Descriptor deprecated

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

Deprecated: Use CustomizeAlertNotifyTemplates.ProtoReflect.Descriptor instead.

func (*CustomizeAlertNotifyTemplates) GetAttributes

func (x *CustomizeAlertNotifyTemplates) GetAttributes() map[string]*structpb.Value

func (*CustomizeAlertNotifyTemplates) GetContent

func (x *CustomizeAlertNotifyTemplates) GetContent() string

func (*CustomizeAlertNotifyTemplates) GetCreateTime

func (x *CustomizeAlertNotifyTemplates) GetCreateTime() int64

func (*CustomizeAlertNotifyTemplates) GetId

func (*CustomizeAlertNotifyTemplates) GetName

func (*CustomizeAlertNotifyTemplates) GetTargets

func (x *CustomizeAlertNotifyTemplates) GetTargets() []string

func (*CustomizeAlertNotifyTemplates) GetTitle

func (x *CustomizeAlertNotifyTemplates) GetTitle() string

func (*CustomizeAlertNotifyTemplates) GetUpdateTime

func (x *CustomizeAlertNotifyTemplates) GetUpdateTime() int64

func (*CustomizeAlertNotifyTemplates) MarshalJSON

func (m *CustomizeAlertNotifyTemplates) MarshalJSON() ([]byte, error)

CustomizeAlertNotifyTemplates implement json.Marshaler.

func (*CustomizeAlertNotifyTemplates) ProtoMessage

func (*CustomizeAlertNotifyTemplates) ProtoMessage()

func (*CustomizeAlertNotifyTemplates) ProtoReflect

func (*CustomizeAlertNotifyTemplates) Reset

func (x *CustomizeAlertNotifyTemplates) Reset()

func (*CustomizeAlertNotifyTemplates) String

func (*CustomizeAlertNotifyTemplates) UnmarshalJSON

func (m *CustomizeAlertNotifyTemplates) UnmarshalJSON(b []byte) error

CustomizeAlertNotifyTemplates implement json.Marshaler.

func (*CustomizeAlertNotifyTemplates) UnmarshalURLValues

func (m *CustomizeAlertNotifyTemplates) UnmarshalURLValues(prefix string, values url.Values) error

CustomizeAlertNotifyTemplates implement urlenc.URLValuesUnmarshaler.

func (*CustomizeAlertNotifyTemplates) Validate

func (this *CustomizeAlertNotifyTemplates) Validate() error

type CustomizeAlertOverview

type CustomizeAlertOverview struct {
	Id            uint64   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name          string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Metric        string   `protobuf:"bytes,3,opt,name=metric,proto3" json:"metric,omitempty"`
	Window        uint64   `protobuf:"varint,4,opt,name=window,proto3" json:"window,omitempty"`
	NotifyTargets []string `protobuf:"bytes,5,rep,name=notifyTargets,proto3" json:"notifyTargets,omitempty"`
	DashboardId   string   `protobuf:"bytes,6,opt,name=dashboardId,proto3" json:"dashboardId,omitempty"`
	Enable        bool     `protobuf:"varint,7,opt,name=enable,proto3" json:"enable,omitempty"`
	CreateTime    int64    `protobuf:"varint,8,opt,name=createTime,proto3" json:"createTime,omitempty"`
	UpdateTime    int64    `protobuf:"varint,9,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomizeAlertOverview) Descriptor deprecated

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

Deprecated: Use CustomizeAlertOverview.ProtoReflect.Descriptor instead.

func (*CustomizeAlertOverview) GetCreateTime

func (x *CustomizeAlertOverview) GetCreateTime() int64

func (*CustomizeAlertOverview) GetDashboardId

func (x *CustomizeAlertOverview) GetDashboardId() string

func (*CustomizeAlertOverview) GetEnable

func (x *CustomizeAlertOverview) GetEnable() bool

func (*CustomizeAlertOverview) GetId

func (x *CustomizeAlertOverview) GetId() uint64

func (*CustomizeAlertOverview) GetMetric

func (x *CustomizeAlertOverview) GetMetric() string

func (*CustomizeAlertOverview) GetName

func (x *CustomizeAlertOverview) GetName() string

func (*CustomizeAlertOverview) GetNotifyTargets

func (x *CustomizeAlertOverview) GetNotifyTargets() []string

func (*CustomizeAlertOverview) GetUpdateTime

func (x *CustomizeAlertOverview) GetUpdateTime() int64

func (*CustomizeAlertOverview) GetWindow

func (x *CustomizeAlertOverview) GetWindow() uint64

func (*CustomizeAlertOverview) MarshalJSON

func (m *CustomizeAlertOverview) MarshalJSON() ([]byte, error)

CustomizeAlertOverview implement json.Marshaler.

func (*CustomizeAlertOverview) ProtoMessage

func (*CustomizeAlertOverview) ProtoMessage()

func (*CustomizeAlertOverview) ProtoReflect

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

func (*CustomizeAlertOverview) Reset

func (x *CustomizeAlertOverview) Reset()

func (*CustomizeAlertOverview) String

func (x *CustomizeAlertOverview) String() string

func (*CustomizeAlertOverview) UnmarshalJSON

func (m *CustomizeAlertOverview) UnmarshalJSON(b []byte) error

CustomizeAlertOverview implement json.Marshaler.

func (*CustomizeAlertOverview) UnmarshalURLValues

func (m *CustomizeAlertOverview) UnmarshalURLValues(prefix string, values url.Values) error

CustomizeAlertOverview implement urlenc.URLValuesUnmarshaler.

func (*CustomizeAlertOverview) Validate

func (this *CustomizeAlertOverview) Validate() error

type CustomizeAlertRule

type CustomizeAlertRule struct {
	Id                  uint64                        `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                string                        `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Metric              string                        `protobuf:"bytes,3,opt,name=metric,proto3" json:"metric,omitempty"`
	Window              uint64                        `protobuf:"varint,4,opt,name=window,proto3" json:"window,omitempty"`
	Functions           []*CustomizeAlertRuleFunction `protobuf:"bytes,5,rep,name=functions,proto3" json:"functions,omitempty"`
	Filters             []*CustomizeAlertRuleFilter   `protobuf:"bytes,6,rep,name=filters,proto3" json:"filters,omitempty"`
	Group               []string                      `protobuf:"bytes,7,rep,name=group,proto3" json:"group,omitempty"`
	Outputs             []string                      `protobuf:"bytes,8,rep,name=outputs,proto3" json:"outputs,omitempty"`
	Select              map[string]string             `` /* 153-byte string literal not displayed */
	Attributes          map[string]*structpb.Value    `` /* 162-byte string literal not displayed */
	ActivedMetricGroups []string                      `protobuf:"bytes,11,rep,name=activedMetricGroups,proto3" json:"activedMetricGroups,omitempty"`
	CreateTime          int64                         `protobuf:"varint,12,opt,name=createTime,proto3" json:"createTime,omitempty"`
	UpdateTime          int64                         `protobuf:"varint,13,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomizeAlertRule) Descriptor deprecated

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

Deprecated: Use CustomizeAlertRule.ProtoReflect.Descriptor instead.

func (*CustomizeAlertRule) GetActivedMetricGroups

func (x *CustomizeAlertRule) GetActivedMetricGroups() []string

func (*CustomizeAlertRule) GetAttributes

func (x *CustomizeAlertRule) GetAttributes() map[string]*structpb.Value

func (*CustomizeAlertRule) GetCreateTime

func (x *CustomizeAlertRule) GetCreateTime() int64

func (*CustomizeAlertRule) GetFilters

func (x *CustomizeAlertRule) GetFilters() []*CustomizeAlertRuleFilter

func (*CustomizeAlertRule) GetFunctions

func (x *CustomizeAlertRule) GetFunctions() []*CustomizeAlertRuleFunction

func (*CustomizeAlertRule) GetGroup

func (x *CustomizeAlertRule) GetGroup() []string

func (*CustomizeAlertRule) GetId

func (x *CustomizeAlertRule) GetId() uint64

func (*CustomizeAlertRule) GetMetric

func (x *CustomizeAlertRule) GetMetric() string

func (*CustomizeAlertRule) GetName

func (x *CustomizeAlertRule) GetName() string

func (*CustomizeAlertRule) GetOutputs

func (x *CustomizeAlertRule) GetOutputs() []string

func (*CustomizeAlertRule) GetSelect

func (x *CustomizeAlertRule) GetSelect() map[string]string

func (*CustomizeAlertRule) GetUpdateTime

func (x *CustomizeAlertRule) GetUpdateTime() int64

func (*CustomizeAlertRule) GetWindow

func (x *CustomizeAlertRule) GetWindow() uint64

func (*CustomizeAlertRule) MarshalJSON

func (m *CustomizeAlertRule) MarshalJSON() ([]byte, error)

CustomizeAlertRule implement json.Marshaler.

func (*CustomizeAlertRule) ProtoMessage

func (*CustomizeAlertRule) ProtoMessage()

func (*CustomizeAlertRule) ProtoReflect

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

func (*CustomizeAlertRule) Reset

func (x *CustomizeAlertRule) Reset()

func (*CustomizeAlertRule) String

func (x *CustomizeAlertRule) String() string

func (*CustomizeAlertRule) UnmarshalJSON

func (m *CustomizeAlertRule) UnmarshalJSON(b []byte) error

CustomizeAlertRule implement json.Marshaler.

func (*CustomizeAlertRule) UnmarshalURLValues

func (m *CustomizeAlertRule) UnmarshalURLValues(prefix string, values url.Values) error

CustomizeAlertRule implement urlenc.URLValuesUnmarshaler.

func (*CustomizeAlertRule) Validate

func (this *CustomizeAlertRule) Validate() error

type CustomizeAlertRuleFilter

type CustomizeAlertRuleFilter struct {
	Tag      string          `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"`
	Operator string          `protobuf:"bytes,2,opt,name=operator,proto3" json:"operator,omitempty"`
	Value    *structpb.Value `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	DataType string          `protobuf:"bytes,4,opt,name=dataType,proto3" json:"dataType,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomizeAlertRuleFilter) Descriptor deprecated

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

Deprecated: Use CustomizeAlertRuleFilter.ProtoReflect.Descriptor instead.

func (*CustomizeAlertRuleFilter) GetDataType

func (x *CustomizeAlertRuleFilter) GetDataType() string

func (*CustomizeAlertRuleFilter) GetOperator

func (x *CustomizeAlertRuleFilter) GetOperator() string

func (*CustomizeAlertRuleFilter) GetTag

func (x *CustomizeAlertRuleFilter) GetTag() string

func (*CustomizeAlertRuleFilter) GetValue

func (x *CustomizeAlertRuleFilter) GetValue() *structpb.Value

func (*CustomizeAlertRuleFilter) MarshalJSON

func (m *CustomizeAlertRuleFilter) MarshalJSON() ([]byte, error)

CustomizeAlertRuleFilter implement json.Marshaler.

func (*CustomizeAlertRuleFilter) ProtoMessage

func (*CustomizeAlertRuleFilter) ProtoMessage()

func (*CustomizeAlertRuleFilter) ProtoReflect

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

func (*CustomizeAlertRuleFilter) Reset

func (x *CustomizeAlertRuleFilter) Reset()

func (*CustomizeAlertRuleFilter) String

func (x *CustomizeAlertRuleFilter) String() string

func (*CustomizeAlertRuleFilter) UnmarshalJSON

func (m *CustomizeAlertRuleFilter) UnmarshalJSON(b []byte) error

CustomizeAlertRuleFilter implement json.Marshaler.

func (*CustomizeAlertRuleFilter) UnmarshalURLValues

func (m *CustomizeAlertRuleFilter) UnmarshalURLValues(prefix string, values url.Values) error

CustomizeAlertRuleFilter implement urlenc.URLValuesUnmarshaler.

func (*CustomizeAlertRuleFilter) Validate

func (this *CustomizeAlertRuleFilter) Validate() error

type CustomizeAlertRuleFunction

type CustomizeAlertRuleFunction struct {
	Field      string          `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"`
	Alias      string          `protobuf:"bytes,2,opt,name=alias,proto3" json:"alias,omitempty"`
	Aggregator string          `protobuf:"bytes,3,opt,name=aggregator,proto3" json:"aggregator,omitempty"`
	Operator   string          `protobuf:"bytes,4,opt,name=operator,proto3" json:"operator,omitempty"`
	Value      *structpb.Value `protobuf:"bytes,5,opt,name=value,proto3" json:"value,omitempty"`
	DataType   string          `protobuf:"bytes,6,opt,name=dataType,proto3" json:"dataType,omitempty"`
	Unit       string          `protobuf:"bytes,7,opt,name=unit,proto3" json:"unit,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomizeAlertRuleFunction) Descriptor deprecated

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

Deprecated: Use CustomizeAlertRuleFunction.ProtoReflect.Descriptor instead.

func (*CustomizeAlertRuleFunction) GetAggregator

func (x *CustomizeAlertRuleFunction) GetAggregator() string

func (*CustomizeAlertRuleFunction) GetAlias

func (x *CustomizeAlertRuleFunction) GetAlias() string

func (*CustomizeAlertRuleFunction) GetDataType

func (x *CustomizeAlertRuleFunction) GetDataType() string

func (*CustomizeAlertRuleFunction) GetField

func (x *CustomizeAlertRuleFunction) GetField() string

func (*CustomizeAlertRuleFunction) GetOperator

func (x *CustomizeAlertRuleFunction) GetOperator() string

func (*CustomizeAlertRuleFunction) GetUnit

func (x *CustomizeAlertRuleFunction) GetUnit() string

func (*CustomizeAlertRuleFunction) GetValue

func (x *CustomizeAlertRuleFunction) GetValue() *structpb.Value

func (*CustomizeAlertRuleFunction) MarshalJSON

func (m *CustomizeAlertRuleFunction) MarshalJSON() ([]byte, error)

CustomizeAlertRuleFunction implement json.Marshaler.

func (*CustomizeAlertRuleFunction) ProtoMessage

func (*CustomizeAlertRuleFunction) ProtoMessage()

func (*CustomizeAlertRuleFunction) ProtoReflect

func (*CustomizeAlertRuleFunction) Reset

func (x *CustomizeAlertRuleFunction) Reset()

func (*CustomizeAlertRuleFunction) String

func (x *CustomizeAlertRuleFunction) String() string

func (*CustomizeAlertRuleFunction) UnmarshalJSON

func (m *CustomizeAlertRuleFunction) UnmarshalJSON(b []byte) error

CustomizeAlertRuleFunction implement json.Marshaler.

func (*CustomizeAlertRuleFunction) UnmarshalURLValues

func (m *CustomizeAlertRuleFunction) UnmarshalURLValues(prefix string, values url.Values) error

CustomizeAlertRuleFunction implement urlenc.URLValuesUnmarshaler.

func (*CustomizeAlertRuleFunction) Validate

func (this *CustomizeAlertRuleFunction) Validate() error

type CustomizeMetrics

type CustomizeMetrics struct {
	Metrics           []*MetricMeta `protobuf:"bytes,1,rep,name=metrics,proto3" json:"metrics,omitempty"`
	FunctionOperators []*Operator   `protobuf:"bytes,2,rep,name=functionOperators,proto3" json:"functionOperators,omitempty"`
	FilterOperators   []*Operator   `protobuf:"bytes,3,rep,name=filterOperators,proto3" json:"filterOperators,omitempty"`
	Aggregator        []*DisplayKey `protobuf:"bytes,4,rep,name=aggregator,proto3" json:"aggregator,omitempty"`
	NotifySample      string        `protobuf:"bytes,5,opt,name=notifySample,proto3" json:"notifySample,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomizeMetrics) Descriptor deprecated

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

Deprecated: Use CustomizeMetrics.ProtoReflect.Descriptor instead.

func (*CustomizeMetrics) GetAggregator

func (x *CustomizeMetrics) GetAggregator() []*DisplayKey

func (*CustomizeMetrics) GetFilterOperators

func (x *CustomizeMetrics) GetFilterOperators() []*Operator

func (*CustomizeMetrics) GetFunctionOperators

func (x *CustomizeMetrics) GetFunctionOperators() []*Operator

func (*CustomizeMetrics) GetMetrics

func (x *CustomizeMetrics) GetMetrics() []*MetricMeta

func (*CustomizeMetrics) GetNotifySample

func (x *CustomizeMetrics) GetNotifySample() string

func (*CustomizeMetrics) MarshalJSON

func (m *CustomizeMetrics) MarshalJSON() ([]byte, error)

CustomizeMetrics implement json.Marshaler.

func (*CustomizeMetrics) ProtoMessage

func (*CustomizeMetrics) ProtoMessage()

func (*CustomizeMetrics) ProtoReflect

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

func (*CustomizeMetrics) Reset

func (x *CustomizeMetrics) Reset()

func (*CustomizeMetrics) String

func (x *CustomizeMetrics) String() string

func (*CustomizeMetrics) UnmarshalJSON

func (m *CustomizeMetrics) UnmarshalJSON(b []byte) error

CustomizeMetrics implement json.Marshaler.

func (*CustomizeMetrics) UnmarshalURLValues

func (m *CustomizeMetrics) UnmarshalURLValues(prefix string, values url.Values) error

CustomizeMetrics implement urlenc.URLValuesUnmarshaler.

func (*CustomizeMetrics) Validate

func (this *CustomizeMetrics) Validate() error

type DeleteAlertRequest

type DeleteAlertRequest struct {
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteAlertRequest) Descriptor deprecated

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

Deprecated: Use DeleteAlertRequest.ProtoReflect.Descriptor instead.

func (*DeleteAlertRequest) GetId

func (x *DeleteAlertRequest) GetId() int64

func (*DeleteAlertRequest) MarshalJSON

func (m *DeleteAlertRequest) MarshalJSON() ([]byte, error)

DeleteAlertRequest implement json.Marshaler.

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) UnmarshalJSON

func (m *DeleteAlertRequest) UnmarshalJSON(b []byte) error

DeleteAlertRequest implement json.Marshaler.

func (*DeleteAlertRequest) UnmarshalURLValues

func (m *DeleteAlertRequest) UnmarshalURLValues(prefix string, values url.Values) error

DeleteAlertRequest implement urlenc.URLValuesUnmarshaler.

func (*DeleteAlertRequest) Validate

func (this *DeleteAlertRequest) Validate() error

type DeleteAlertResponse

type DeleteAlertResponse struct {
	Data map[string]*structpb.Value `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DeleteAlertResponse) Descriptor deprecated

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

Deprecated: Use DeleteAlertResponse.ProtoReflect.Descriptor instead.

func (*DeleteAlertResponse) GetData

func (x *DeleteAlertResponse) GetData() map[string]*structpb.Value

func (*DeleteAlertResponse) MarshalJSON

func (m *DeleteAlertResponse) MarshalJSON() ([]byte, error)

DeleteAlertResponse implement json.Marshaler.

func (*DeleteAlertResponse) ProtoMessage

func (*DeleteAlertResponse) ProtoMessage()

func (*DeleteAlertResponse) ProtoReflect

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

func (*DeleteAlertResponse) Reset

func (x *DeleteAlertResponse) Reset()

func (*DeleteAlertResponse) String

func (x *DeleteAlertResponse) String() string

func (*DeleteAlertResponse) UnmarshalJSON

func (m *DeleteAlertResponse) UnmarshalJSON(b []byte) error

DeleteAlertResponse implement json.Marshaler.

func (*DeleteAlertResponse) UnmarshalURLValues

func (m *DeleteAlertResponse) UnmarshalURLValues(prefix string, values url.Values) error

DeleteAlertResponse implement urlenc.URLValuesUnmarshaler.

func (*DeleteAlertResponse) Validate

func (this *DeleteAlertResponse) Validate() error

type DeleteCustomizeAlertRequest

type DeleteCustomizeAlertRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteCustomizeAlertRequest) Descriptor deprecated

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

Deprecated: Use DeleteCustomizeAlertRequest.ProtoReflect.Descriptor instead.

func (*DeleteCustomizeAlertRequest) GetId

func (*DeleteCustomizeAlertRequest) MarshalJSON

func (m *DeleteCustomizeAlertRequest) MarshalJSON() ([]byte, error)

DeleteCustomizeAlertRequest implement json.Marshaler.

func (*DeleteCustomizeAlertRequest) ProtoMessage

func (*DeleteCustomizeAlertRequest) ProtoMessage()

func (*DeleteCustomizeAlertRequest) ProtoReflect

func (*DeleteCustomizeAlertRequest) Reset

func (x *DeleteCustomizeAlertRequest) Reset()

func (*DeleteCustomizeAlertRequest) String

func (x *DeleteCustomizeAlertRequest) String() string

func (*DeleteCustomizeAlertRequest) UnmarshalJSON

func (m *DeleteCustomizeAlertRequest) UnmarshalJSON(b []byte) error

DeleteCustomizeAlertRequest implement json.Marshaler.

func (*DeleteCustomizeAlertRequest) UnmarshalURLValues

func (m *DeleteCustomizeAlertRequest) UnmarshalURLValues(prefix string, values url.Values) error

DeleteCustomizeAlertRequest implement urlenc.URLValuesUnmarshaler.

func (*DeleteCustomizeAlertRequest) Validate

func (this *DeleteCustomizeAlertRequest) Validate() error

type DeleteCustomizeAlertResponse

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

func (*DeleteCustomizeAlertResponse) Descriptor deprecated

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

Deprecated: Use DeleteCustomizeAlertResponse.ProtoReflect.Descriptor instead.

func (*DeleteCustomizeAlertResponse) GetData

func (x *DeleteCustomizeAlertResponse) GetData() string

func (*DeleteCustomizeAlertResponse) MarshalJSON

func (m *DeleteCustomizeAlertResponse) MarshalJSON() ([]byte, error)

DeleteCustomizeAlertResponse implement json.Marshaler.

func (*DeleteCustomizeAlertResponse) ProtoMessage

func (*DeleteCustomizeAlertResponse) ProtoMessage()

func (*DeleteCustomizeAlertResponse) ProtoReflect

func (*DeleteCustomizeAlertResponse) Reset

func (x *DeleteCustomizeAlertResponse) Reset()

func (*DeleteCustomizeAlertResponse) String

func (*DeleteCustomizeAlertResponse) UnmarshalJSON

func (m *DeleteCustomizeAlertResponse) UnmarshalJSON(b []byte) error

DeleteCustomizeAlertResponse implement json.Marshaler.

func (*DeleteCustomizeAlertResponse) UnmarshalURLValues

func (m *DeleteCustomizeAlertResponse) UnmarshalURLValues(prefix string, values url.Values) error

DeleteCustomizeAlertResponse implement urlenc.URLValuesUnmarshaler.

func (*DeleteCustomizeAlertResponse) Validate

func (this *DeleteCustomizeAlertResponse) Validate() error

type DeleteOrgAlertRequest

type DeleteOrgAlertRequest struct {
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteOrgAlertRequest) Descriptor deprecated

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

Deprecated: Use DeleteOrgAlertRequest.ProtoReflect.Descriptor instead.

func (*DeleteOrgAlertRequest) GetId

func (x *DeleteOrgAlertRequest) GetId() int64

func (*DeleteOrgAlertRequest) MarshalJSON

func (m *DeleteOrgAlertRequest) MarshalJSON() ([]byte, error)

DeleteOrgAlertRequest implement json.Marshaler.

func (*DeleteOrgAlertRequest) ProtoMessage

func (*DeleteOrgAlertRequest) ProtoMessage()

func (*DeleteOrgAlertRequest) ProtoReflect

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

func (*DeleteOrgAlertRequest) Reset

func (x *DeleteOrgAlertRequest) Reset()

func (*DeleteOrgAlertRequest) String

func (x *DeleteOrgAlertRequest) String() string

func (*DeleteOrgAlertRequest) UnmarshalJSON

func (m *DeleteOrgAlertRequest) UnmarshalJSON(b []byte) error

DeleteOrgAlertRequest implement json.Marshaler.

func (*DeleteOrgAlertRequest) UnmarshalURLValues

func (m *DeleteOrgAlertRequest) UnmarshalURLValues(prefix string, values url.Values) error

DeleteOrgAlertRequest implement urlenc.URLValuesUnmarshaler.

func (*DeleteOrgAlertRequest) Validate

func (this *DeleteOrgAlertRequest) Validate() error

type DeleteOrgAlertResponse

type DeleteOrgAlertResponse struct {
	Data map[string]*structpb.Value `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DeleteOrgAlertResponse) Descriptor deprecated

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

Deprecated: Use DeleteOrgAlertResponse.ProtoReflect.Descriptor instead.

func (*DeleteOrgAlertResponse) GetData

func (x *DeleteOrgAlertResponse) GetData() map[string]*structpb.Value

func (*DeleteOrgAlertResponse) MarshalJSON

func (m *DeleteOrgAlertResponse) MarshalJSON() ([]byte, error)

DeleteOrgAlertResponse implement json.Marshaler.

func (*DeleteOrgAlertResponse) ProtoMessage

func (*DeleteOrgAlertResponse) ProtoMessage()

func (*DeleteOrgAlertResponse) ProtoReflect

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

func (*DeleteOrgAlertResponse) Reset

func (x *DeleteOrgAlertResponse) Reset()

func (*DeleteOrgAlertResponse) String

func (x *DeleteOrgAlertResponse) String() string

func (*DeleteOrgAlertResponse) UnmarshalJSON

func (m *DeleteOrgAlertResponse) UnmarshalJSON(b []byte) error

DeleteOrgAlertResponse implement json.Marshaler.

func (*DeleteOrgAlertResponse) UnmarshalURLValues

func (m *DeleteOrgAlertResponse) UnmarshalURLValues(prefix string, values url.Values) error

DeleteOrgAlertResponse implement urlenc.URLValuesUnmarshaler.

func (*DeleteOrgAlertResponse) Validate

func (this *DeleteOrgAlertResponse) Validate() error

type DeleteOrgCustomizeAlertRequest

type DeleteOrgCustomizeAlertRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteOrgCustomizeAlertRequest) Descriptor deprecated

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

Deprecated: Use DeleteOrgCustomizeAlertRequest.ProtoReflect.Descriptor instead.

func (*DeleteOrgCustomizeAlertRequest) GetId

func (*DeleteOrgCustomizeAlertRequest) MarshalJSON

func (m *DeleteOrgCustomizeAlertRequest) MarshalJSON() ([]byte, error)

DeleteOrgCustomizeAlertRequest implement json.Marshaler.

func (*DeleteOrgCustomizeAlertRequest) ProtoMessage

func (*DeleteOrgCustomizeAlertRequest) ProtoMessage()

func (*DeleteOrgCustomizeAlertRequest) ProtoReflect

func (*DeleteOrgCustomizeAlertRequest) Reset

func (x *DeleteOrgCustomizeAlertRequest) Reset()

func (*DeleteOrgCustomizeAlertRequest) String

func (*DeleteOrgCustomizeAlertRequest) UnmarshalJSON

func (m *DeleteOrgCustomizeAlertRequest) UnmarshalJSON(b []byte) error

DeleteOrgCustomizeAlertRequest implement json.Marshaler.

func (*DeleteOrgCustomizeAlertRequest) UnmarshalURLValues

func (m *DeleteOrgCustomizeAlertRequest) UnmarshalURLValues(prefix string, values url.Values) error

DeleteOrgCustomizeAlertRequest implement urlenc.URLValuesUnmarshaler.

func (*DeleteOrgCustomizeAlertRequest) Validate

func (this *DeleteOrgCustomizeAlertRequest) Validate() error

type DeleteOrgCustomizeAlertResponse

type DeleteOrgCustomizeAlertResponse struct {
	Data *structpb.Value `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteOrgCustomizeAlertResponse) Descriptor deprecated

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

Deprecated: Use DeleteOrgCustomizeAlertResponse.ProtoReflect.Descriptor instead.

func (*DeleteOrgCustomizeAlertResponse) GetData

func (*DeleteOrgCustomizeAlertResponse) MarshalJSON

func (m *DeleteOrgCustomizeAlertResponse) MarshalJSON() ([]byte, error)

DeleteOrgCustomizeAlertResponse implement json.Marshaler.

func (*DeleteOrgCustomizeAlertResponse) ProtoMessage

func (*DeleteOrgCustomizeAlertResponse) ProtoMessage()

func (*DeleteOrgCustomizeAlertResponse) ProtoReflect

func (*DeleteOrgCustomizeAlertResponse) Reset

func (*DeleteOrgCustomizeAlertResponse) String

func (*DeleteOrgCustomizeAlertResponse) UnmarshalJSON

func (m *DeleteOrgCustomizeAlertResponse) UnmarshalJSON(b []byte) error

DeleteOrgCustomizeAlertResponse implement json.Marshaler.

func (*DeleteOrgCustomizeAlertResponse) UnmarshalURLValues

func (m *DeleteOrgCustomizeAlertResponse) UnmarshalURLValues(prefix string, values url.Values) error

DeleteOrgCustomizeAlertResponse implement urlenc.URLValuesUnmarshaler.

func (*DeleteOrgCustomizeAlertResponse) Validate

func (this *DeleteOrgCustomizeAlertResponse) Validate() error

type DisplayKey

type DisplayKey struct {
	Key     string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Display string `protobuf:"bytes,2,opt,name=display,proto3" json:"display,omitempty"`
	// contains filtered or unexported fields
}

func (*DisplayKey) Descriptor deprecated

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

Deprecated: Use DisplayKey.ProtoReflect.Descriptor instead.

func (*DisplayKey) GetDisplay

func (x *DisplayKey) GetDisplay() string

func (*DisplayKey) GetKey

func (x *DisplayKey) GetKey() string

func (*DisplayKey) MarshalJSON

func (m *DisplayKey) MarshalJSON() ([]byte, error)

DisplayKey implement json.Marshaler.

func (*DisplayKey) ProtoMessage

func (*DisplayKey) ProtoMessage()

func (*DisplayKey) ProtoReflect

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

func (*DisplayKey) Reset

func (x *DisplayKey) Reset()

func (*DisplayKey) String

func (x *DisplayKey) String() string

func (*DisplayKey) UnmarshalJSON

func (m *DisplayKey) UnmarshalJSON(b []byte) error

DisplayKey implement json.Marshaler.

func (*DisplayKey) UnmarshalURLValues

func (m *DisplayKey) UnmarshalURLValues(prefix string, values url.Values) error

DisplayKey implement urlenc.URLValuesUnmarshaler.

func (*DisplayKey) Validate

func (this *DisplayKey) Validate() error

type FieldMeta

type FieldMeta struct {
	Field    *DisplayKey `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"`
	DataType string      `protobuf:"bytes,2,opt,name=dataType,proto3" json:"dataType,omitempty"`
	// contains filtered or unexported fields
}

func (*FieldMeta) Descriptor deprecated

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

Deprecated: Use FieldMeta.ProtoReflect.Descriptor instead.

func (*FieldMeta) GetDataType

func (x *FieldMeta) GetDataType() string

func (*FieldMeta) GetField

func (x *FieldMeta) GetField() *DisplayKey

func (*FieldMeta) MarshalJSON

func (m *FieldMeta) MarshalJSON() ([]byte, error)

FieldMeta implement json.Marshaler.

func (*FieldMeta) ProtoMessage

func (*FieldMeta) ProtoMessage()

func (*FieldMeta) ProtoReflect

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

func (*FieldMeta) Reset

func (x *FieldMeta) Reset()

func (*FieldMeta) String

func (x *FieldMeta) String() string

func (*FieldMeta) UnmarshalJSON

func (m *FieldMeta) UnmarshalJSON(b []byte) error

FieldMeta implement json.Marshaler.

func (*FieldMeta) UnmarshalURLValues

func (m *FieldMeta) UnmarshalURLValues(prefix string, values url.Values) error

FieldMeta implement urlenc.URLValuesUnmarshaler.

func (*FieldMeta) Validate

func (this *FieldMeta) Validate() error

type GetAlertDetailRequest

type GetAlertDetailRequest struct {
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAlertDetailRequest) Descriptor deprecated

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

Deprecated: Use GetAlertDetailRequest.ProtoReflect.Descriptor instead.

func (*GetAlertDetailRequest) GetId

func (x *GetAlertDetailRequest) GetId() int64

func (*GetAlertDetailRequest) MarshalJSON

func (m *GetAlertDetailRequest) MarshalJSON() ([]byte, error)

GetAlertDetailRequest implement json.Marshaler.

func (*GetAlertDetailRequest) ProtoMessage

func (*GetAlertDetailRequest) ProtoMessage()

func (*GetAlertDetailRequest) ProtoReflect

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

func (*GetAlertDetailRequest) Reset

func (x *GetAlertDetailRequest) Reset()

func (*GetAlertDetailRequest) String

func (x *GetAlertDetailRequest) String() string

func (*GetAlertDetailRequest) UnmarshalJSON

func (m *GetAlertDetailRequest) UnmarshalJSON(b []byte) error

GetAlertDetailRequest implement json.Marshaler.

func (*GetAlertDetailRequest) UnmarshalURLValues

func (m *GetAlertDetailRequest) UnmarshalURLValues(prefix string, values url.Values) error

GetAlertDetailRequest implement urlenc.URLValuesUnmarshaler.

func (*GetAlertDetailRequest) Validate

func (this *GetAlertDetailRequest) Validate() error

type GetAlertDetailResponse

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

func (*GetAlertDetailResponse) Descriptor deprecated

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

Deprecated: Use GetAlertDetailResponse.ProtoReflect.Descriptor instead.

func (*GetAlertDetailResponse) GetData

func (x *GetAlertDetailResponse) GetData() *Alert

func (*GetAlertDetailResponse) MarshalJSON

func (m *GetAlertDetailResponse) MarshalJSON() ([]byte, error)

GetAlertDetailResponse implement json.Marshaler.

func (*GetAlertDetailResponse) ProtoMessage

func (*GetAlertDetailResponse) ProtoMessage()

func (*GetAlertDetailResponse) ProtoReflect

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

func (*GetAlertDetailResponse) Reset

func (x *GetAlertDetailResponse) Reset()

func (*GetAlertDetailResponse) String

func (x *GetAlertDetailResponse) String() string

func (*GetAlertDetailResponse) UnmarshalJSON

func (m *GetAlertDetailResponse) UnmarshalJSON(b []byte) error

GetAlertDetailResponse implement json.Marshaler.

func (*GetAlertDetailResponse) UnmarshalURLValues

func (m *GetAlertDetailResponse) UnmarshalURLValues(prefix string, values url.Values) error

GetAlertDetailResponse implement urlenc.URLValuesUnmarshaler.

func (*GetAlertDetailResponse) Validate

func (this *GetAlertDetailResponse) Validate() error

type GetAlertRecordAttrRequest

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

func (*GetAlertRecordAttrRequest) Descriptor deprecated

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

Deprecated: Use GetAlertRecordAttrRequest.ProtoReflect.Descriptor instead.

func (*GetAlertRecordAttrRequest) GetScope

func (x *GetAlertRecordAttrRequest) GetScope() string

func (*GetAlertRecordAttrRequest) MarshalJSON

func (m *GetAlertRecordAttrRequest) MarshalJSON() ([]byte, error)

GetAlertRecordAttrRequest implement json.Marshaler.

func (*GetAlertRecordAttrRequest) ProtoMessage

func (*GetAlertRecordAttrRequest) ProtoMessage()

func (*GetAlertRecordAttrRequest) ProtoReflect

func (*GetAlertRecordAttrRequest) Reset

func (x *GetAlertRecordAttrRequest) Reset()

func (*GetAlertRecordAttrRequest) String

func (x *GetAlertRecordAttrRequest) String() string

func (*GetAlertRecordAttrRequest) UnmarshalJSON

func (m *GetAlertRecordAttrRequest) UnmarshalJSON(b []byte) error

GetAlertRecordAttrRequest implement json.Marshaler.

func (*GetAlertRecordAttrRequest) UnmarshalURLValues

func (m *GetAlertRecordAttrRequest) UnmarshalURLValues(prefix string, values url.Values) error

GetAlertRecordAttrRequest implement urlenc.URLValuesUnmarshaler.

func (*GetAlertRecordAttrRequest) Validate

func (this *GetAlertRecordAttrRequest) Validate() error

type GetAlertRecordAttrResponse

type GetAlertRecordAttrResponse struct {
	Data *AlertRecordAttr `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAlertRecordAttrResponse) Descriptor deprecated

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

Deprecated: Use GetAlertRecordAttrResponse.ProtoReflect.Descriptor instead.

func (*GetAlertRecordAttrResponse) GetData

func (*GetAlertRecordAttrResponse) MarshalJSON

func (m *GetAlertRecordAttrResponse) MarshalJSON() ([]byte, error)

GetAlertRecordAttrResponse implement json.Marshaler.

func (*GetAlertRecordAttrResponse) ProtoMessage

func (*GetAlertRecordAttrResponse) ProtoMessage()

func (*GetAlertRecordAttrResponse) ProtoReflect

func (*GetAlertRecordAttrResponse) Reset

func (x *GetAlertRecordAttrResponse) Reset()

func (*GetAlertRecordAttrResponse) String

func (x *GetAlertRecordAttrResponse) String() string

func (*GetAlertRecordAttrResponse) UnmarshalJSON

func (m *GetAlertRecordAttrResponse) UnmarshalJSON(b []byte) error

GetAlertRecordAttrResponse implement json.Marshaler.

func (*GetAlertRecordAttrResponse) UnmarshalURLValues

func (m *GetAlertRecordAttrResponse) UnmarshalURLValues(prefix string, values url.Values) error

GetAlertRecordAttrResponse implement urlenc.URLValuesUnmarshaler.

func (*GetAlertRecordAttrResponse) Validate

func (this *GetAlertRecordAttrResponse) Validate() error

type GetAlertRecordRequest

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

func (*GetAlertRecordRequest) Descriptor deprecated

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

Deprecated: Use GetAlertRecordRequest.ProtoReflect.Descriptor instead.

func (*GetAlertRecordRequest) GetGroupId

func (x *GetAlertRecordRequest) GetGroupId() string

func (*GetAlertRecordRequest) MarshalJSON

func (m *GetAlertRecordRequest) MarshalJSON() ([]byte, error)

GetAlertRecordRequest implement json.Marshaler.

func (*GetAlertRecordRequest) ProtoMessage

func (*GetAlertRecordRequest) ProtoMessage()

func (*GetAlertRecordRequest) ProtoReflect

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

func (*GetAlertRecordRequest) Reset

func (x *GetAlertRecordRequest) Reset()

func (*GetAlertRecordRequest) String

func (x *GetAlertRecordRequest) String() string

func (*GetAlertRecordRequest) UnmarshalJSON

func (m *GetAlertRecordRequest) UnmarshalJSON(b []byte) error

GetAlertRecordRequest implement json.Marshaler.

func (*GetAlertRecordRequest) UnmarshalURLValues

func (m *GetAlertRecordRequest) UnmarshalURLValues(prefix string, values url.Values) error

GetAlertRecordRequest implement urlenc.URLValuesUnmarshaler.

func (*GetAlertRecordRequest) Validate

func (this *GetAlertRecordRequest) Validate() error

type GetAlertRecordResponse

type GetAlertRecordResponse struct {
	Data *AlertRecord `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAlertRecordResponse) Descriptor deprecated

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

Deprecated: Use GetAlertRecordResponse.ProtoReflect.Descriptor instead.

func (*GetAlertRecordResponse) GetData

func (x *GetAlertRecordResponse) GetData() *AlertRecord

func (*GetAlertRecordResponse) MarshalJSON

func (m *GetAlertRecordResponse) MarshalJSON() ([]byte, error)

GetAlertRecordResponse implement json.Marshaler.

func (*GetAlertRecordResponse) ProtoMessage

func (*GetAlertRecordResponse) ProtoMessage()

func (*GetAlertRecordResponse) ProtoReflect

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

func (*GetAlertRecordResponse) Reset

func (x *GetAlertRecordResponse) Reset()

func (*GetAlertRecordResponse) String

func (x *GetAlertRecordResponse) String() string

func (*GetAlertRecordResponse) UnmarshalJSON

func (m *GetAlertRecordResponse) UnmarshalJSON(b []byte) error

GetAlertRecordResponse implement json.Marshaler.

func (*GetAlertRecordResponse) UnmarshalURLValues

func (m *GetAlertRecordResponse) UnmarshalURLValues(prefix string, values url.Values) error

GetAlertRecordResponse implement urlenc.URLValuesUnmarshaler.

func (*GetAlertRecordResponse) Validate

func (this *GetAlertRecordResponse) Validate() error

type GetAlertRequest

type GetAlertRequest struct {
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAlertRequest) Descriptor deprecated

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

Deprecated: Use GetAlertRequest.ProtoReflect.Descriptor instead.

func (*GetAlertRequest) GetId

func (x *GetAlertRequest) GetId() int64

func (*GetAlertRequest) MarshalJSON

func (m *GetAlertRequest) MarshalJSON() ([]byte, error)

GetAlertRequest implement json.Marshaler.

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) UnmarshalJSON

func (m *GetAlertRequest) UnmarshalJSON(b []byte) error

GetAlertRequest implement json.Marshaler.

func (*GetAlertRequest) UnmarshalURLValues

func (m *GetAlertRequest) UnmarshalURLValues(prefix string, values url.Values) error

GetAlertRequest implement urlenc.URLValuesUnmarshaler.

func (*GetAlertRequest) Validate

func (this *GetAlertRequest) Validate() error

type GetAlertResponse

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

func (*GetAlertResponse) Descriptor deprecated

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

Deprecated: Use GetAlertResponse.ProtoReflect.Descriptor instead.

func (*GetAlertResponse) GetData

func (x *GetAlertResponse) GetData() *Alert

func (*GetAlertResponse) MarshalJSON

func (m *GetAlertResponse) MarshalJSON() ([]byte, error)

GetAlertResponse implement json.Marshaler.

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

func (*GetAlertResponse) UnmarshalJSON

func (m *GetAlertResponse) UnmarshalJSON(b []byte) error

GetAlertResponse implement json.Marshaler.

func (*GetAlertResponse) UnmarshalURLValues

func (m *GetAlertResponse) UnmarshalURLValues(prefix string, values url.Values) error

GetAlertResponse implement urlenc.URLValuesUnmarshaler.

func (*GetAlertResponse) Validate

func (this *GetAlertResponse) Validate() error

type GetCustomizeAlertDetailRequest

type GetCustomizeAlertDetailRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCustomizeAlertDetailRequest) Descriptor deprecated

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

Deprecated: Use GetCustomizeAlertDetailRequest.ProtoReflect.Descriptor instead.

func (*GetCustomizeAlertDetailRequest) GetId

func (*GetCustomizeAlertDetailRequest) MarshalJSON

func (m *GetCustomizeAlertDetailRequest) MarshalJSON() ([]byte, error)

GetCustomizeAlertDetailRequest implement json.Marshaler.

func (*GetCustomizeAlertDetailRequest) ProtoMessage

func (*GetCustomizeAlertDetailRequest) ProtoMessage()

func (*GetCustomizeAlertDetailRequest) ProtoReflect

func (*GetCustomizeAlertDetailRequest) Reset

func (x *GetCustomizeAlertDetailRequest) Reset()

func (*GetCustomizeAlertDetailRequest) String

func (*GetCustomizeAlertDetailRequest) UnmarshalJSON

func (m *GetCustomizeAlertDetailRequest) UnmarshalJSON(b []byte) error

GetCustomizeAlertDetailRequest implement json.Marshaler.

func (*GetCustomizeAlertDetailRequest) UnmarshalURLValues

func (m *GetCustomizeAlertDetailRequest) UnmarshalURLValues(prefix string, values url.Values) error

GetCustomizeAlertDetailRequest implement urlenc.URLValuesUnmarshaler.

func (*GetCustomizeAlertDetailRequest) Validate

func (this *GetCustomizeAlertDetailRequest) Validate() error

type GetCustomizeAlertDetailResponse

type GetCustomizeAlertDetailResponse struct {
	Data *CustomizeAlertDetail `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCustomizeAlertDetailResponse) Descriptor deprecated

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

Deprecated: Use GetCustomizeAlertDetailResponse.ProtoReflect.Descriptor instead.

func (*GetCustomizeAlertDetailResponse) GetData

func (*GetCustomizeAlertDetailResponse) MarshalJSON

func (m *GetCustomizeAlertDetailResponse) MarshalJSON() ([]byte, error)

GetCustomizeAlertDetailResponse implement json.Marshaler.

func (*GetCustomizeAlertDetailResponse) ProtoMessage

func (*GetCustomizeAlertDetailResponse) ProtoMessage()

func (*GetCustomizeAlertDetailResponse) ProtoReflect

func (*GetCustomizeAlertDetailResponse) Reset

func (*GetCustomizeAlertDetailResponse) String

func (*GetCustomizeAlertDetailResponse) UnmarshalJSON

func (m *GetCustomizeAlertDetailResponse) UnmarshalJSON(b []byte) error

GetCustomizeAlertDetailResponse implement json.Marshaler.

func (*GetCustomizeAlertDetailResponse) UnmarshalURLValues

func (m *GetCustomizeAlertDetailResponse) UnmarshalURLValues(prefix string, values url.Values) error

GetCustomizeAlertDetailResponse implement urlenc.URLValuesUnmarshaler.

func (*GetCustomizeAlertDetailResponse) Validate

func (this *GetCustomizeAlertDetailResponse) Validate() error

type GetCustomizeAlertRequest

type GetCustomizeAlertRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCustomizeAlertRequest) Descriptor deprecated

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

Deprecated: Use GetCustomizeAlertRequest.ProtoReflect.Descriptor instead.

func (*GetCustomizeAlertRequest) GetId

func (x *GetCustomizeAlertRequest) GetId() uint64

func (*GetCustomizeAlertRequest) MarshalJSON

func (m *GetCustomizeAlertRequest) MarshalJSON() ([]byte, error)

GetCustomizeAlertRequest implement json.Marshaler.

func (*GetCustomizeAlertRequest) ProtoMessage

func (*GetCustomizeAlertRequest) ProtoMessage()

func (*GetCustomizeAlertRequest) ProtoReflect

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

func (*GetCustomizeAlertRequest) Reset

func (x *GetCustomizeAlertRequest) Reset()

func (*GetCustomizeAlertRequest) String

func (x *GetCustomizeAlertRequest) String() string

func (*GetCustomizeAlertRequest) UnmarshalJSON

func (m *GetCustomizeAlertRequest) UnmarshalJSON(b []byte) error

GetCustomizeAlertRequest implement json.Marshaler.

func (*GetCustomizeAlertRequest) UnmarshalURLValues

func (m *GetCustomizeAlertRequest) UnmarshalURLValues(prefix string, values url.Values) error

GetCustomizeAlertRequest implement urlenc.URLValuesUnmarshaler.

func (*GetCustomizeAlertRequest) Validate

func (this *GetCustomizeAlertRequest) Validate() error

type GetCustomizeAlertResponse

type GetCustomizeAlertResponse struct {
	Data *CustomizeAlertDetail `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCustomizeAlertResponse) Descriptor deprecated

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

Deprecated: Use GetCustomizeAlertResponse.ProtoReflect.Descriptor instead.

func (*GetCustomizeAlertResponse) GetData

func (*GetCustomizeAlertResponse) MarshalJSON

func (m *GetCustomizeAlertResponse) MarshalJSON() ([]byte, error)

GetCustomizeAlertResponse implement json.Marshaler.

func (*GetCustomizeAlertResponse) ProtoMessage

func (*GetCustomizeAlertResponse) ProtoMessage()

func (*GetCustomizeAlertResponse) ProtoReflect

func (*GetCustomizeAlertResponse) Reset

func (x *GetCustomizeAlertResponse) Reset()

func (*GetCustomizeAlertResponse) String

func (x *GetCustomizeAlertResponse) String() string

func (*GetCustomizeAlertResponse) UnmarshalJSON

func (m *GetCustomizeAlertResponse) UnmarshalJSON(b []byte) error

GetCustomizeAlertResponse implement json.Marshaler.

func (*GetCustomizeAlertResponse) UnmarshalURLValues

func (m *GetCustomizeAlertResponse) UnmarshalURLValues(prefix string, values url.Values) error

GetCustomizeAlertResponse implement urlenc.URLValuesUnmarshaler.

func (*GetCustomizeAlertResponse) Validate

func (this *GetCustomizeAlertResponse) Validate() error

type GetOrgAlertDetailRequest

type GetOrgAlertDetailRequest struct {
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrgAlertDetailRequest) Descriptor deprecated

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

Deprecated: Use GetOrgAlertDetailRequest.ProtoReflect.Descriptor instead.

func (*GetOrgAlertDetailRequest) GetId

func (x *GetOrgAlertDetailRequest) GetId() int64

func (*GetOrgAlertDetailRequest) MarshalJSON

func (m *GetOrgAlertDetailRequest) MarshalJSON() ([]byte, error)

GetOrgAlertDetailRequest implement json.Marshaler.

func (*GetOrgAlertDetailRequest) ProtoMessage

func (*GetOrgAlertDetailRequest) ProtoMessage()

func (*GetOrgAlertDetailRequest) ProtoReflect

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

func (*GetOrgAlertDetailRequest) Reset

func (x *GetOrgAlertDetailRequest) Reset()

func (*GetOrgAlertDetailRequest) String

func (x *GetOrgAlertDetailRequest) String() string

func (*GetOrgAlertDetailRequest) UnmarshalJSON

func (m *GetOrgAlertDetailRequest) UnmarshalJSON(b []byte) error

GetOrgAlertDetailRequest implement json.Marshaler.

func (*GetOrgAlertDetailRequest) UnmarshalURLValues

func (m *GetOrgAlertDetailRequest) UnmarshalURLValues(prefix string, values url.Values) error

GetOrgAlertDetailRequest implement urlenc.URLValuesUnmarshaler.

func (*GetOrgAlertDetailRequest) Validate

func (this *GetOrgAlertDetailRequest) Validate() error

type GetOrgAlertDetailResponse

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

func (*GetOrgAlertDetailResponse) Descriptor deprecated

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

Deprecated: Use GetOrgAlertDetailResponse.ProtoReflect.Descriptor instead.

func (*GetOrgAlertDetailResponse) GetData

func (x *GetOrgAlertDetailResponse) GetData() *Alert

func (*GetOrgAlertDetailResponse) MarshalJSON

func (m *GetOrgAlertDetailResponse) MarshalJSON() ([]byte, error)

GetOrgAlertDetailResponse implement json.Marshaler.

func (*GetOrgAlertDetailResponse) ProtoMessage

func (*GetOrgAlertDetailResponse) ProtoMessage()

func (*GetOrgAlertDetailResponse) ProtoReflect

func (*GetOrgAlertDetailResponse) Reset

func (x *GetOrgAlertDetailResponse) Reset()

func (*GetOrgAlertDetailResponse) String

func (x *GetOrgAlertDetailResponse) String() string

func (*GetOrgAlertDetailResponse) UnmarshalJSON

func (m *GetOrgAlertDetailResponse) UnmarshalJSON(b []byte) error

GetOrgAlertDetailResponse implement json.Marshaler.

func (*GetOrgAlertDetailResponse) UnmarshalURLValues

func (m *GetOrgAlertDetailResponse) UnmarshalURLValues(prefix string, values url.Values) error

GetOrgAlertDetailResponse implement urlenc.URLValuesUnmarshaler.

func (*GetOrgAlertDetailResponse) Validate

func (this *GetOrgAlertDetailResponse) Validate() error

type GetOrgAlertRecordAttrRequest

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

func (*GetOrgAlertRecordAttrRequest) Descriptor deprecated

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

Deprecated: Use GetOrgAlertRecordAttrRequest.ProtoReflect.Descriptor instead.

func (*GetOrgAlertRecordAttrRequest) MarshalJSON

func (m *GetOrgAlertRecordAttrRequest) MarshalJSON() ([]byte, error)

GetOrgAlertRecordAttrRequest implement json.Marshaler.

func (*GetOrgAlertRecordAttrRequest) ProtoMessage

func (*GetOrgAlertRecordAttrRequest) ProtoMessage()

func (*GetOrgAlertRecordAttrRequest) ProtoReflect

func (*GetOrgAlertRecordAttrRequest) Reset

func (x *GetOrgAlertRecordAttrRequest) Reset()

func (*GetOrgAlertRecordAttrRequest) String

func (*GetOrgAlertRecordAttrRequest) UnmarshalJSON

func (m *GetOrgAlertRecordAttrRequest) UnmarshalJSON(b []byte) error

GetOrgAlertRecordAttrRequest implement json.Marshaler.

func (*GetOrgAlertRecordAttrRequest) UnmarshalURLValues

func (m *GetOrgAlertRecordAttrRequest) UnmarshalURLValues(prefix string, values url.Values) error

GetOrgAlertRecordAttrRequest implement urlenc.URLValuesUnmarshaler.

func (*GetOrgAlertRecordAttrRequest) Validate

func (this *GetOrgAlertRecordAttrRequest) Validate() error

type GetOrgAlertRecordAttrResponse

type GetOrgAlertRecordAttrResponse struct {
	Data *AlertRecordAttr `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrgAlertRecordAttrResponse) Descriptor deprecated

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

Deprecated: Use GetOrgAlertRecordAttrResponse.ProtoReflect.Descriptor instead.

func (*GetOrgAlertRecordAttrResponse) GetData

func (*GetOrgAlertRecordAttrResponse) MarshalJSON

func (m *GetOrgAlertRecordAttrResponse) MarshalJSON() ([]byte, error)

GetOrgAlertRecordAttrResponse implement json.Marshaler.

func (*GetOrgAlertRecordAttrResponse) ProtoMessage

func (*GetOrgAlertRecordAttrResponse) ProtoMessage()

func (*GetOrgAlertRecordAttrResponse) ProtoReflect

func (*GetOrgAlertRecordAttrResponse) Reset

func (x *GetOrgAlertRecordAttrResponse) Reset()

func (*GetOrgAlertRecordAttrResponse) String

func (*GetOrgAlertRecordAttrResponse) UnmarshalJSON

func (m *GetOrgAlertRecordAttrResponse) UnmarshalJSON(b []byte) error

GetOrgAlertRecordAttrResponse implement json.Marshaler.

func (*GetOrgAlertRecordAttrResponse) UnmarshalURLValues

func (m *GetOrgAlertRecordAttrResponse) UnmarshalURLValues(prefix string, values url.Values) error

GetOrgAlertRecordAttrResponse implement urlenc.URLValuesUnmarshaler.

func (*GetOrgAlertRecordAttrResponse) Validate

func (this *GetOrgAlertRecordAttrResponse) Validate() error

type GetOrgAlertRecordRequest

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

func (*GetOrgAlertRecordRequest) Descriptor deprecated

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

Deprecated: Use GetOrgAlertRecordRequest.ProtoReflect.Descriptor instead.

func (*GetOrgAlertRecordRequest) GetGroupId

func (x *GetOrgAlertRecordRequest) GetGroupId() string

func (*GetOrgAlertRecordRequest) MarshalJSON

func (m *GetOrgAlertRecordRequest) MarshalJSON() ([]byte, error)

GetOrgAlertRecordRequest implement json.Marshaler.

func (*GetOrgAlertRecordRequest) ProtoMessage

func (*GetOrgAlertRecordRequest) ProtoMessage()

func (*GetOrgAlertRecordRequest) ProtoReflect

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

func (*GetOrgAlertRecordRequest) Reset

func (x *GetOrgAlertRecordRequest) Reset()

func (*GetOrgAlertRecordRequest) String

func (x *GetOrgAlertRecordRequest) String() string

func (*GetOrgAlertRecordRequest) UnmarshalJSON

func (m *GetOrgAlertRecordRequest) UnmarshalJSON(b []byte) error

GetOrgAlertRecordRequest implement json.Marshaler.

func (*GetOrgAlertRecordRequest) UnmarshalURLValues

func (m *GetOrgAlertRecordRequest) UnmarshalURLValues(prefix string, values url.Values) error

GetOrgAlertRecordRequest implement urlenc.URLValuesUnmarshaler.

func (*GetOrgAlertRecordRequest) Validate

func (this *GetOrgAlertRecordRequest) Validate() error

type GetOrgAlertRecordResponse

type GetOrgAlertRecordResponse struct {
	Data *AlertRecord `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrgAlertRecordResponse) Descriptor deprecated

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

Deprecated: Use GetOrgAlertRecordResponse.ProtoReflect.Descriptor instead.

func (*GetOrgAlertRecordResponse) GetData

func (x *GetOrgAlertRecordResponse) GetData() *AlertRecord

func (*GetOrgAlertRecordResponse) MarshalJSON

func (m *GetOrgAlertRecordResponse) MarshalJSON() ([]byte, error)

GetOrgAlertRecordResponse implement json.Marshaler.

func (*GetOrgAlertRecordResponse) ProtoMessage

func (*GetOrgAlertRecordResponse) ProtoMessage()

func (*GetOrgAlertRecordResponse) ProtoReflect

func (*GetOrgAlertRecordResponse) Reset

func (x *GetOrgAlertRecordResponse) Reset()

func (*GetOrgAlertRecordResponse) String

func (x *GetOrgAlertRecordResponse) String() string

func (*GetOrgAlertRecordResponse) UnmarshalJSON

func (m *GetOrgAlertRecordResponse) UnmarshalJSON(b []byte) error

GetOrgAlertRecordResponse implement json.Marshaler.

func (*GetOrgAlertRecordResponse) UnmarshalURLValues

func (m *GetOrgAlertRecordResponse) UnmarshalURLValues(prefix string, values url.Values) error

GetOrgAlertRecordResponse implement urlenc.URLValuesUnmarshaler.

func (*GetOrgAlertRecordResponse) Validate

func (this *GetOrgAlertRecordResponse) Validate() error

type GetOrgCustomizeAlertDetailRequest

type GetOrgCustomizeAlertDetailRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrgCustomizeAlertDetailRequest) Descriptor deprecated

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

Deprecated: Use GetOrgCustomizeAlertDetailRequest.ProtoReflect.Descriptor instead.

func (*GetOrgCustomizeAlertDetailRequest) GetId

func (*GetOrgCustomizeAlertDetailRequest) MarshalJSON

func (m *GetOrgCustomizeAlertDetailRequest) MarshalJSON() ([]byte, error)

GetOrgCustomizeAlertDetailRequest implement json.Marshaler.

func (*GetOrgCustomizeAlertDetailRequest) ProtoMessage

func (*GetOrgCustomizeAlertDetailRequest) ProtoMessage()

func (*GetOrgCustomizeAlertDetailRequest) ProtoReflect

func (*GetOrgCustomizeAlertDetailRequest) Reset

func (*GetOrgCustomizeAlertDetailRequest) String

func (*GetOrgCustomizeAlertDetailRequest) UnmarshalJSON

func (m *GetOrgCustomizeAlertDetailRequest) UnmarshalJSON(b []byte) error

GetOrgCustomizeAlertDetailRequest implement json.Marshaler.

func (*GetOrgCustomizeAlertDetailRequest) UnmarshalURLValues

func (m *GetOrgCustomizeAlertDetailRequest) UnmarshalURLValues(prefix string, values url.Values) error

GetOrgCustomizeAlertDetailRequest implement urlenc.URLValuesUnmarshaler.

func (*GetOrgCustomizeAlertDetailRequest) Validate

func (this *GetOrgCustomizeAlertDetailRequest) Validate() error

type GetOrgCustomizeAlertDetailResponse

type GetOrgCustomizeAlertDetailResponse struct {
	Data *CustomizeAlertDetail `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrgCustomizeAlertDetailResponse) Descriptor deprecated

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

Deprecated: Use GetOrgCustomizeAlertDetailResponse.ProtoReflect.Descriptor instead.

func (*GetOrgCustomizeAlertDetailResponse) GetData

func (*GetOrgCustomizeAlertDetailResponse) MarshalJSON

func (m *GetOrgCustomizeAlertDetailResponse) MarshalJSON() ([]byte, error)

GetOrgCustomizeAlertDetailResponse implement json.Marshaler.

func (*GetOrgCustomizeAlertDetailResponse) ProtoMessage

func (*GetOrgCustomizeAlertDetailResponse) ProtoMessage()

func (*GetOrgCustomizeAlertDetailResponse) ProtoReflect

func (*GetOrgCustomizeAlertDetailResponse) Reset

func (*GetOrgCustomizeAlertDetailResponse) String

func (*GetOrgCustomizeAlertDetailResponse) UnmarshalJSON

func (m *GetOrgCustomizeAlertDetailResponse) UnmarshalJSON(b []byte) error

GetOrgCustomizeAlertDetailResponse implement json.Marshaler.

func (*GetOrgCustomizeAlertDetailResponse) UnmarshalURLValues

func (m *GetOrgCustomizeAlertDetailResponse) UnmarshalURLValues(prefix string, values url.Values) error

GetOrgCustomizeAlertDetailResponse implement urlenc.URLValuesUnmarshaler.

func (*GetOrgCustomizeAlertDetailResponse) Validate

func (this *GetOrgCustomizeAlertDetailResponse) Validate() error

type IssueManHour

type IssueManHour struct {
	EstimateTime            int64  `protobuf:"varint,1,opt,name=estimateTime,proto3" json:"estimateTime,omitempty"`
	ThisElapsedTime         int64  `protobuf:"varint,2,opt,name=thisElapsedTime,proto3" json:"thisElapsedTime,omitempty"`
	ElapsedTime             int64  `protobuf:"varint,3,opt,name=elapsedTime,proto3" json:"elapsedTime,omitempty"`
	RemainingTime           int64  `protobuf:"varint,4,opt,name=remainingTime,proto3" json:"remainingTime,omitempty"`
	StartTime               string `protobuf:"bytes,5,opt,name=startTime,proto3" json:"startTime,omitempty"`
	WorkContent             string `protobuf:"bytes,6,opt,name=workContent,proto3" json:"workContent,omitempty"`
	IsModifiedRemainingTime bool   `protobuf:"varint,7,opt,name=isModifiedRemainingTime,proto3" json:"isModifiedRemainingTime,omitempty"`
	// contains filtered or unexported fields
}

func (*IssueManHour) Descriptor deprecated

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

Deprecated: Use IssueManHour.ProtoReflect.Descriptor instead.

func (*IssueManHour) GetElapsedTime

func (x *IssueManHour) GetElapsedTime() int64

func (*IssueManHour) GetEstimateTime

func (x *IssueManHour) GetEstimateTime() int64

func (*IssueManHour) GetIsModifiedRemainingTime

func (x *IssueManHour) GetIsModifiedRemainingTime() bool

func (*IssueManHour) GetRemainingTime

func (x *IssueManHour) GetRemainingTime() int64

func (*IssueManHour) GetStartTime

func (x *IssueManHour) GetStartTime() string

func (*IssueManHour) GetThisElapsedTime

func (x *IssueManHour) GetThisElapsedTime() int64

func (*IssueManHour) GetWorkContent

func (x *IssueManHour) GetWorkContent() string

func (*IssueManHour) MarshalJSON

func (m *IssueManHour) MarshalJSON() ([]byte, error)

IssueManHour implement json.Marshaler.

func (*IssueManHour) ProtoMessage

func (*IssueManHour) ProtoMessage()

func (*IssueManHour) ProtoReflect

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

func (*IssueManHour) Reset

func (x *IssueManHour) Reset()

func (*IssueManHour) String

func (x *IssueManHour) String() string

func (*IssueManHour) UnmarshalJSON

func (m *IssueManHour) UnmarshalJSON(b []byte) error

IssueManHour implement json.Marshaler.

func (*IssueManHour) UnmarshalURLValues

func (m *IssueManHour) UnmarshalURLValues(prefix string, values url.Values) error

IssueManHour implement urlenc.URLValuesUnmarshaler.

func (*IssueManHour) Validate

func (this *IssueManHour) Validate() error

type ListResult

type ListResult struct {
	List  []*AlertRecord `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	Total int64          `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*ListResult) Descriptor deprecated

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

Deprecated: Use ListResult.ProtoReflect.Descriptor instead.

func (*ListResult) GetList

func (x *ListResult) GetList() []*AlertRecord

func (*ListResult) GetTotal

func (x *ListResult) GetTotal() int64

func (*ListResult) MarshalJSON

func (m *ListResult) MarshalJSON() ([]byte, error)

ListResult implement json.Marshaler.

func (*ListResult) ProtoMessage

func (*ListResult) ProtoMessage()

func (*ListResult) ProtoReflect

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

func (*ListResult) Reset

func (x *ListResult) Reset()

func (*ListResult) String

func (x *ListResult) String() string

func (*ListResult) UnmarshalJSON

func (m *ListResult) UnmarshalJSON(b []byte) error

ListResult implement json.Marshaler.

func (*ListResult) UnmarshalURLValues

func (m *ListResult) UnmarshalURLValues(prefix string, values url.Values) error

ListResult implement urlenc.URLValuesUnmarshaler.

func (*ListResult) Validate

func (this *ListResult) Validate() error

type MetricMeta

type MetricMeta struct {
	Name   *DisplayKey  `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Fields []*FieldMeta `protobuf:"bytes,2,rep,name=fields,proto3" json:"fields,omitempty"`
	Tags   []*TagMeta   `protobuf:"bytes,3,rep,name=tags,proto3" json:"tags,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricMeta) Descriptor deprecated

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

Deprecated: Use MetricMeta.ProtoReflect.Descriptor instead.

func (*MetricMeta) GetFields

func (x *MetricMeta) GetFields() []*FieldMeta

func (*MetricMeta) GetName

func (x *MetricMeta) GetName() *DisplayKey

func (*MetricMeta) GetTags

func (x *MetricMeta) GetTags() []*TagMeta

func (*MetricMeta) MarshalJSON

func (m *MetricMeta) MarshalJSON() ([]byte, error)

MetricMeta implement json.Marshaler.

func (*MetricMeta) ProtoMessage

func (*MetricMeta) ProtoMessage()

func (*MetricMeta) ProtoReflect

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

func (*MetricMeta) Reset

func (x *MetricMeta) Reset()

func (*MetricMeta) String

func (x *MetricMeta) String() string

func (*MetricMeta) UnmarshalJSON

func (m *MetricMeta) UnmarshalJSON(b []byte) error

MetricMeta implement json.Marshaler.

func (*MetricMeta) UnmarshalURLValues

func (m *MetricMeta) UnmarshalURLValues(prefix string, values url.Values) error

MetricMeta implement urlenc.URLValuesUnmarshaler.

func (*MetricMeta) Validate

func (this *MetricMeta) Validate() error

type NotifyGroup

type NotifyGroup struct {
	Id        int64                  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name      string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ScopeType string                 `protobuf:"bytes,3,opt,name=scopeType,proto3" json:"scopeType,omitempty"`
	ScopeId   string                 `protobuf:"bytes,4,opt,name=scopeId,proto3" json:"scopeId,omitempty"`
	Targets   []*NotifyTarget        `protobuf:"bytes,5,rep,name=targets,proto3" json:"targets,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	Creator   string                 `protobuf:"bytes,7,opt,name=creator,proto3" json:"creator,omitempty"`
	// contains filtered or unexported fields
}

func (*NotifyGroup) Descriptor deprecated

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

Deprecated: Use NotifyGroup.ProtoReflect.Descriptor instead.

func (*NotifyGroup) GetCreatedAt

func (x *NotifyGroup) GetCreatedAt() *timestamppb.Timestamp

func (*NotifyGroup) GetCreator

func (x *NotifyGroup) GetCreator() string

func (*NotifyGroup) GetId

func (x *NotifyGroup) GetId() int64

func (*NotifyGroup) GetName

func (x *NotifyGroup) GetName() string

func (*NotifyGroup) GetScopeId

func (x *NotifyGroup) GetScopeId() string

func (*NotifyGroup) GetScopeType

func (x *NotifyGroup) GetScopeType() string

func (*NotifyGroup) GetTargets

func (x *NotifyGroup) GetTargets() []*NotifyTarget

func (*NotifyGroup) MarshalJSON

func (m *NotifyGroup) MarshalJSON() ([]byte, error)

NotifyGroup implement json.Marshaler.

func (*NotifyGroup) ProtoMessage

func (*NotifyGroup) ProtoMessage()

func (*NotifyGroup) ProtoReflect

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

func (*NotifyGroup) Reset

func (x *NotifyGroup) Reset()

func (*NotifyGroup) String

func (x *NotifyGroup) String() string

func (*NotifyGroup) UnmarshalJSON

func (m *NotifyGroup) UnmarshalJSON(b []byte) error

NotifyGroup implement json.Marshaler.

func (*NotifyGroup) UnmarshalURLValues

func (m *NotifyGroup) UnmarshalURLValues(prefix string, values url.Values) error

NotifyGroup implement urlenc.URLValuesUnmarshaler.

func (*NotifyGroup) Validate

func (this *NotifyGroup) Validate() error

type NotifySilence

type NotifySilence struct {
	Value int64       `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	Unit  *DisplayKey `protobuf:"bytes,2,opt,name=unit,proto3" json:"unit,omitempty"`
	// contains filtered or unexported fields
}

func (*NotifySilence) Descriptor deprecated

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

Deprecated: Use NotifySilence.ProtoReflect.Descriptor instead.

func (*NotifySilence) GetUnit

func (x *NotifySilence) GetUnit() *DisplayKey

func (*NotifySilence) GetValue

func (x *NotifySilence) GetValue() int64

func (*NotifySilence) MarshalJSON

func (m *NotifySilence) MarshalJSON() ([]byte, error)

NotifySilence implement json.Marshaler.

func (*NotifySilence) ProtoMessage

func (*NotifySilence) ProtoMessage()

func (*NotifySilence) ProtoReflect

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

func (*NotifySilence) Reset

func (x *NotifySilence) Reset()

func (*NotifySilence) String

func (x *NotifySilence) String() string

func (*NotifySilence) UnmarshalJSON

func (m *NotifySilence) UnmarshalJSON(b []byte) error

NotifySilence implement json.Marshaler.

func (*NotifySilence) UnmarshalURLValues

func (m *NotifySilence) UnmarshalURLValues(prefix string, values url.Values) error

NotifySilence implement urlenc.URLValuesUnmarshaler.

func (*NotifySilence) Validate

func (this *NotifySilence) Validate() error

type NotifyTarget

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

func (*NotifyTarget) Descriptor deprecated

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

Deprecated: Use NotifyTarget.ProtoReflect.Descriptor instead.

func (*NotifyTarget) GetType

func (x *NotifyTarget) GetType() string

func (*NotifyTarget) GetValues

func (x *NotifyTarget) GetValues() []*Target

func (*NotifyTarget) MarshalJSON

func (m *NotifyTarget) MarshalJSON() ([]byte, error)

NotifyTarget implement json.Marshaler.

func (*NotifyTarget) ProtoMessage

func (*NotifyTarget) ProtoMessage()

func (*NotifyTarget) ProtoReflect

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

func (*NotifyTarget) Reset

func (x *NotifyTarget) Reset()

func (*NotifyTarget) String

func (x *NotifyTarget) String() string

func (*NotifyTarget) UnmarshalJSON

func (m *NotifyTarget) UnmarshalJSON(b []byte) error

NotifyTarget implement json.Marshaler.

func (*NotifyTarget) UnmarshalURLValues

func (m *NotifyTarget) UnmarshalURLValues(prefix string, values url.Values) error

NotifyTarget implement urlenc.URLValuesUnmarshaler.

func (*NotifyTarget) Validate

func (this *NotifyTarget) Validate() error

type Operator

type Operator struct {
	Key     string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Display string `protobuf:"bytes,2,opt,name=display,proto3" json:"display,omitempty"`
	Type    string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*Operator) Descriptor deprecated

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

Deprecated: Use Operator.ProtoReflect.Descriptor instead.

func (*Operator) GetDisplay

func (x *Operator) GetDisplay() string

func (*Operator) GetKey

func (x *Operator) GetKey() string

func (*Operator) GetType

func (x *Operator) GetType() string

func (*Operator) MarshalJSON

func (m *Operator) MarshalJSON() ([]byte, error)

Operator implement json.Marshaler.

func (*Operator) ProtoMessage

func (*Operator) ProtoMessage()

func (*Operator) ProtoReflect

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

func (*Operator) Reset

func (x *Operator) Reset()

func (*Operator) String

func (x *Operator) String() string

func (*Operator) UnmarshalJSON

func (m *Operator) UnmarshalJSON(b []byte) error

Operator implement json.Marshaler.

func (*Operator) UnmarshalURLValues

func (m *Operator) UnmarshalURLValues(prefix string, values url.Values) error

Operator implement urlenc.URLValuesUnmarshaler.

func (*Operator) Validate

func (this *Operator) Validate() error

type QueryAlertHistoryRequest

type QueryAlertHistoryRequest struct {
	GroupId string `protobuf:"bytes,1,opt,name=groupId,proto3" json:"groupId,omitempty"`
	Start   int64  `protobuf:"varint,2,opt,name=start,proto3" json:"start,omitempty"`
	End     int64  `protobuf:"varint,3,opt,name=end,proto3" json:"end,omitempty"`
	Limit   uint64 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAlertHistoryRequest) Descriptor deprecated

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

Deprecated: Use QueryAlertHistoryRequest.ProtoReflect.Descriptor instead.

func (*QueryAlertHistoryRequest) GetEnd

func (x *QueryAlertHistoryRequest) GetEnd() int64

func (*QueryAlertHistoryRequest) GetGroupId

func (x *QueryAlertHistoryRequest) GetGroupId() string

func (*QueryAlertHistoryRequest) GetLimit

func (x *QueryAlertHistoryRequest) GetLimit() uint64

func (*QueryAlertHistoryRequest) GetStart

func (x *QueryAlertHistoryRequest) GetStart() int64

func (*QueryAlertHistoryRequest) MarshalJSON

func (m *QueryAlertHistoryRequest) MarshalJSON() ([]byte, error)

QueryAlertHistoryRequest implement json.Marshaler.

func (*QueryAlertHistoryRequest) ProtoMessage

func (*QueryAlertHistoryRequest) ProtoMessage()

func (*QueryAlertHistoryRequest) ProtoReflect

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

func (*QueryAlertHistoryRequest) Reset

func (x *QueryAlertHistoryRequest) Reset()

func (*QueryAlertHistoryRequest) String

func (x *QueryAlertHistoryRequest) String() string

func (*QueryAlertHistoryRequest) UnmarshalJSON

func (m *QueryAlertHistoryRequest) UnmarshalJSON(b []byte) error

QueryAlertHistoryRequest implement json.Marshaler.

func (*QueryAlertHistoryRequest) UnmarshalURLValues

func (m *QueryAlertHistoryRequest) UnmarshalURLValues(prefix string, values url.Values) error

QueryAlertHistoryRequest implement urlenc.URLValuesUnmarshaler.

func (*QueryAlertHistoryRequest) Validate

func (this *QueryAlertHistoryRequest) Validate() error

type QueryAlertHistoryResponse

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

func (*QueryAlertHistoryResponse) Descriptor deprecated

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

Deprecated: Use QueryAlertHistoryResponse.ProtoReflect.Descriptor instead.

func (*QueryAlertHistoryResponse) GetData

func (x *QueryAlertHistoryResponse) GetData() []*AlertHistory

func (*QueryAlertHistoryResponse) MarshalJSON

func (m *QueryAlertHistoryResponse) MarshalJSON() ([]byte, error)

QueryAlertHistoryResponse implement json.Marshaler.

func (*QueryAlertHistoryResponse) ProtoMessage

func (*QueryAlertHistoryResponse) ProtoMessage()

func (*QueryAlertHistoryResponse) ProtoReflect

func (*QueryAlertHistoryResponse) Reset

func (x *QueryAlertHistoryResponse) Reset()

func (*QueryAlertHistoryResponse) String

func (x *QueryAlertHistoryResponse) String() string

func (*QueryAlertHistoryResponse) UnmarshalJSON

func (m *QueryAlertHistoryResponse) UnmarshalJSON(b []byte) error

QueryAlertHistoryResponse implement json.Marshaler.

func (*QueryAlertHistoryResponse) UnmarshalURLValues

func (m *QueryAlertHistoryResponse) UnmarshalURLValues(prefix string, values url.Values) error

QueryAlertHistoryResponse implement urlenc.URLValuesUnmarshaler.

func (*QueryAlertHistoryResponse) Validate

func (this *QueryAlertHistoryResponse) Validate() error

type QueryAlertRecordRequest

type QueryAlertRecordRequest struct {
	Scope       string   `protobuf:"bytes,1,opt,name=scope,proto3" json:"scope,omitempty"`
	ScopeKey    string   `protobuf:"bytes,2,opt,name=scopeKey,proto3" json:"scopeKey,omitempty"`
	AlertGroup  []string `protobuf:"bytes,3,rep,name=alertGroup,proto3" json:"alertGroup,omitempty"`
	AlertState  []string `protobuf:"bytes,4,rep,name=alertState,proto3" json:"alertState,omitempty"`
	AlertType   []string `protobuf:"bytes,5,rep,name=alertType,proto3" json:"alertType,omitempty"`
	HandleState []string `protobuf:"bytes,6,rep,name=handleState,proto3" json:"handleState,omitempty"`
	HandlerId   []string `protobuf:"bytes,7,rep,name=handlerId,proto3" json:"handlerId,omitempty"`
	PageNo      uint64   `protobuf:"varint,8,opt,name=pageNo,proto3" json:"pageNo,omitempty"`
	PageSize    uint64   `protobuf:"varint,9,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAlertRecordRequest) Descriptor deprecated

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

Deprecated: Use QueryAlertRecordRequest.ProtoReflect.Descriptor instead.

func (*QueryAlertRecordRequest) GetAlertGroup

func (x *QueryAlertRecordRequest) GetAlertGroup() []string

func (*QueryAlertRecordRequest) GetAlertState

func (x *QueryAlertRecordRequest) GetAlertState() []string

func (*QueryAlertRecordRequest) GetAlertType

func (x *QueryAlertRecordRequest) GetAlertType() []string

func (*QueryAlertRecordRequest) GetHandleState

func (x *QueryAlertRecordRequest) GetHandleState() []string

func (*QueryAlertRecordRequest) GetHandlerId

func (x *QueryAlertRecordRequest) GetHandlerId() []string

func (*QueryAlertRecordRequest) GetPageNo

func (x *QueryAlertRecordRequest) GetPageNo() uint64

func (*QueryAlertRecordRequest) GetPageSize

func (x *QueryAlertRecordRequest) GetPageSize() uint64

func (*QueryAlertRecordRequest) GetScope

func (x *QueryAlertRecordRequest) GetScope() string

func (*QueryAlertRecordRequest) GetScopeKey

func (x *QueryAlertRecordRequest) GetScopeKey() string

func (*QueryAlertRecordRequest) MarshalJSON

func (m *QueryAlertRecordRequest) MarshalJSON() ([]byte, error)

QueryAlertRecordRequest implement json.Marshaler.

func (*QueryAlertRecordRequest) ProtoMessage

func (*QueryAlertRecordRequest) ProtoMessage()

func (*QueryAlertRecordRequest) ProtoReflect

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

func (*QueryAlertRecordRequest) Reset

func (x *QueryAlertRecordRequest) Reset()

func (*QueryAlertRecordRequest) String

func (x *QueryAlertRecordRequest) String() string

func (*QueryAlertRecordRequest) UnmarshalJSON

func (m *QueryAlertRecordRequest) UnmarshalJSON(b []byte) error

QueryAlertRecordRequest implement json.Marshaler.

func (*QueryAlertRecordRequest) UnmarshalURLValues

func (m *QueryAlertRecordRequest) UnmarshalURLValues(prefix string, values url.Values) error

QueryAlertRecordRequest implement urlenc.URLValuesUnmarshaler.

func (*QueryAlertRecordRequest) Validate

func (this *QueryAlertRecordRequest) Validate() error

type QueryAlertRecordResponse

type QueryAlertRecordResponse struct {
	Data *ListResult `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAlertRecordResponse) Descriptor deprecated

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

Deprecated: Use QueryAlertRecordResponse.ProtoReflect.Descriptor instead.

func (*QueryAlertRecordResponse) GetData

func (x *QueryAlertRecordResponse) GetData() *ListResult

func (*QueryAlertRecordResponse) MarshalJSON

func (m *QueryAlertRecordResponse) MarshalJSON() ([]byte, error)

QueryAlertRecordResponse implement json.Marshaler.

func (*QueryAlertRecordResponse) ProtoMessage

func (*QueryAlertRecordResponse) ProtoMessage()

func (*QueryAlertRecordResponse) ProtoReflect

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

func (*QueryAlertRecordResponse) Reset

func (x *QueryAlertRecordResponse) Reset()

func (*QueryAlertRecordResponse) String

func (x *QueryAlertRecordResponse) String() string

func (*QueryAlertRecordResponse) UnmarshalJSON

func (m *QueryAlertRecordResponse) UnmarshalJSON(b []byte) error

QueryAlertRecordResponse implement json.Marshaler.

func (*QueryAlertRecordResponse) UnmarshalURLValues

func (m *QueryAlertRecordResponse) UnmarshalURLValues(prefix string, values url.Values) error

QueryAlertRecordResponse implement urlenc.URLValuesUnmarshaler.

func (*QueryAlertRecordResponse) Validate

func (this *QueryAlertRecordResponse) Validate() error

type QueryAlertRequest

type QueryAlertRequest struct {
	Scope    string `protobuf:"bytes,1,opt,name=scope,proto3" json:"scope,omitempty"`
	ScopeId  string `protobuf:"bytes,2,opt,name=scopeId,proto3" json:"scopeId,omitempty"`
	PageNo   int64  `protobuf:"varint,3,opt,name=pageNo,proto3" json:"pageNo,omitempty"`
	PageSize int64  `protobuf:"varint,4,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAlertRequest) Descriptor deprecated

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

Deprecated: Use QueryAlertRequest.ProtoReflect.Descriptor instead.

func (*QueryAlertRequest) GetPageNo

func (x *QueryAlertRequest) GetPageNo() int64

func (*QueryAlertRequest) GetPageSize

func (x *QueryAlertRequest) GetPageSize() int64

func (*QueryAlertRequest) GetScope

func (x *QueryAlertRequest) GetScope() string

func (*QueryAlertRequest) GetScopeId

func (x *QueryAlertRequest) GetScopeId() string

func (*QueryAlertRequest) MarshalJSON

func (m *QueryAlertRequest) MarshalJSON() ([]byte, error)

QueryAlertRequest implement json.Marshaler.

func (*QueryAlertRequest) ProtoMessage

func (*QueryAlertRequest) ProtoMessage()

func (*QueryAlertRequest) ProtoReflect

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

func (*QueryAlertRequest) Reset

func (x *QueryAlertRequest) Reset()

func (*QueryAlertRequest) String

func (x *QueryAlertRequest) String() string

func (*QueryAlertRequest) UnmarshalJSON

func (m *QueryAlertRequest) UnmarshalJSON(b []byte) error

QueryAlertRequest implement json.Marshaler.

func (*QueryAlertRequest) UnmarshalURLValues

func (m *QueryAlertRequest) UnmarshalURLValues(prefix string, values url.Values) error

QueryAlertRequest implement urlenc.URLValuesUnmarshaler.

func (*QueryAlertRequest) Validate

func (this *QueryAlertRequest) Validate() error

type QueryAlertRuleRequest

type QueryAlertRuleRequest struct {
	Scope   string `protobuf:"bytes,1,opt,name=scope,proto3" json:"scope,omitempty"`
	ScopeId string `protobuf:"bytes,2,opt,name=scopeId,proto3" json:"scopeId,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAlertRuleRequest) Descriptor deprecated

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

Deprecated: Use QueryAlertRuleRequest.ProtoReflect.Descriptor instead.

func (*QueryAlertRuleRequest) GetScope

func (x *QueryAlertRuleRequest) GetScope() string

func (*QueryAlertRuleRequest) GetScopeId

func (x *QueryAlertRuleRequest) GetScopeId() string

func (*QueryAlertRuleRequest) MarshalJSON

func (m *QueryAlertRuleRequest) MarshalJSON() ([]byte, error)

QueryAlertRuleRequest implement json.Marshaler.

func (*QueryAlertRuleRequest) ProtoMessage

func (*QueryAlertRuleRequest) ProtoMessage()

func (*QueryAlertRuleRequest) ProtoReflect

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

func (*QueryAlertRuleRequest) Reset

func (x *QueryAlertRuleRequest) Reset()

func (*QueryAlertRuleRequest) String

func (x *QueryAlertRuleRequest) String() string

func (*QueryAlertRuleRequest) UnmarshalJSON

func (m *QueryAlertRuleRequest) UnmarshalJSON(b []byte) error

QueryAlertRuleRequest implement json.Marshaler.

func (*QueryAlertRuleRequest) UnmarshalURLValues

func (m *QueryAlertRuleRequest) UnmarshalURLValues(prefix string, values url.Values) error

QueryAlertRuleRequest implement urlenc.URLValuesUnmarshaler.

func (*QueryAlertRuleRequest) Validate

func (this *QueryAlertRuleRequest) Validate() error

type QueryAlertRuleResponse

type QueryAlertRuleResponse struct {
	Data *AlertTypeRuleResp `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAlertRuleResponse) Descriptor deprecated

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

Deprecated: Use QueryAlertRuleResponse.ProtoReflect.Descriptor instead.

func (*QueryAlertRuleResponse) GetData

func (*QueryAlertRuleResponse) MarshalJSON

func (m *QueryAlertRuleResponse) MarshalJSON() ([]byte, error)

QueryAlertRuleResponse implement json.Marshaler.

func (*QueryAlertRuleResponse) ProtoMessage

func (*QueryAlertRuleResponse) ProtoMessage()

func (*QueryAlertRuleResponse) ProtoReflect

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

func (*QueryAlertRuleResponse) Reset

func (x *QueryAlertRuleResponse) Reset()

func (*QueryAlertRuleResponse) String

func (x *QueryAlertRuleResponse) String() string

func (*QueryAlertRuleResponse) UnmarshalJSON

func (m *QueryAlertRuleResponse) UnmarshalJSON(b []byte) error

QueryAlertRuleResponse implement json.Marshaler.

func (*QueryAlertRuleResponse) UnmarshalURLValues

func (m *QueryAlertRuleResponse) UnmarshalURLValues(prefix string, values url.Values) error

QueryAlertRuleResponse implement urlenc.URLValuesUnmarshaler.

func (*QueryAlertRuleResponse) Validate

func (this *QueryAlertRuleResponse) Validate() error

type QueryAlertsData

type QueryAlertsData struct {
	List  []*Alert `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	Total int64    `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAlertsData) Descriptor deprecated

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

Deprecated: Use QueryAlertsData.ProtoReflect.Descriptor instead.

func (*QueryAlertsData) GetList

func (x *QueryAlertsData) GetList() []*Alert

func (*QueryAlertsData) GetTotal

func (x *QueryAlertsData) GetTotal() int64

func (*QueryAlertsData) MarshalJSON

func (m *QueryAlertsData) MarshalJSON() ([]byte, error)

QueryAlertsData implement json.Marshaler.

func (*QueryAlertsData) ProtoMessage

func (*QueryAlertsData) ProtoMessage()

func (*QueryAlertsData) ProtoReflect

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

func (*QueryAlertsData) Reset

func (x *QueryAlertsData) Reset()

func (*QueryAlertsData) String

func (x *QueryAlertsData) String() string

func (*QueryAlertsData) UnmarshalJSON

func (m *QueryAlertsData) UnmarshalJSON(b []byte) error

QueryAlertsData implement json.Marshaler.

func (*QueryAlertsData) UnmarshalURLValues

func (m *QueryAlertsData) UnmarshalURLValues(prefix string, values url.Values) error

QueryAlertsData implement urlenc.URLValuesUnmarshaler.

func (*QueryAlertsData) Validate

func (this *QueryAlertsData) Validate() error

type QueryAlertsResponse

type QueryAlertsResponse struct {
	Data *QueryAlertsData `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAlertsResponse) Descriptor deprecated

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

Deprecated: Use QueryAlertsResponse.ProtoReflect.Descriptor instead.

func (*QueryAlertsResponse) GetData

func (x *QueryAlertsResponse) GetData() *QueryAlertsData

func (*QueryAlertsResponse) MarshalJSON

func (m *QueryAlertsResponse) MarshalJSON() ([]byte, error)

QueryAlertsResponse implement json.Marshaler.

func (*QueryAlertsResponse) ProtoMessage

func (*QueryAlertsResponse) ProtoMessage()

func (*QueryAlertsResponse) ProtoReflect

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

func (*QueryAlertsResponse) Reset

func (x *QueryAlertsResponse) Reset()

func (*QueryAlertsResponse) String

func (x *QueryAlertsResponse) String() string

func (*QueryAlertsResponse) UnmarshalJSON

func (m *QueryAlertsResponse) UnmarshalJSON(b []byte) error

QueryAlertsResponse implement json.Marshaler.

func (*QueryAlertsResponse) UnmarshalURLValues

func (m *QueryAlertsResponse) UnmarshalURLValues(prefix string, values url.Values) error

QueryAlertsResponse implement urlenc.URLValuesUnmarshaler.

func (*QueryAlertsResponse) Validate

func (this *QueryAlertsResponse) Validate() error

type QueryCustomizeAlertData

type QueryCustomizeAlertData struct {
	Total int64                     `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	List  []*CustomizeAlertOverview `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryCustomizeAlertData) Descriptor deprecated

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

Deprecated: Use QueryCustomizeAlertData.ProtoReflect.Descriptor instead.

func (*QueryCustomizeAlertData) GetList

func (*QueryCustomizeAlertData) GetTotal

func (x *QueryCustomizeAlertData) GetTotal() int64

func (*QueryCustomizeAlertData) MarshalJSON

func (m *QueryCustomizeAlertData) MarshalJSON() ([]byte, error)

QueryCustomizeAlertData implement json.Marshaler.

func (*QueryCustomizeAlertData) ProtoMessage

func (*QueryCustomizeAlertData) ProtoMessage()

func (*QueryCustomizeAlertData) ProtoReflect

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

func (*QueryCustomizeAlertData) Reset

func (x *QueryCustomizeAlertData) Reset()

func (*QueryCustomizeAlertData) String

func (x *QueryCustomizeAlertData) String() string

func (*QueryCustomizeAlertData) UnmarshalJSON

func (m *QueryCustomizeAlertData) UnmarshalJSON(b []byte) error

QueryCustomizeAlertData implement json.Marshaler.

func (*QueryCustomizeAlertData) UnmarshalURLValues

func (m *QueryCustomizeAlertData) UnmarshalURLValues(prefix string, values url.Values) error

QueryCustomizeAlertData implement urlenc.URLValuesUnmarshaler.

func (*QueryCustomizeAlertData) Validate

func (this *QueryCustomizeAlertData) Validate() error

type QueryCustomizeAlertRequest

type QueryCustomizeAlertRequest struct {
	Scope    string `protobuf:"bytes,1,opt,name=scope,proto3" json:"scope,omitempty"`
	ScopeId  string `protobuf:"bytes,2,opt,name=scopeId,proto3" json:"scopeId,omitempty"`
	PageNo   int64  `protobuf:"varint,3,opt,name=pageNo,proto3" json:"pageNo,omitempty"`
	PageSize int64  `protobuf:"varint,4,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryCustomizeAlertRequest) Descriptor deprecated

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

Deprecated: Use QueryCustomizeAlertRequest.ProtoReflect.Descriptor instead.

func (*QueryCustomizeAlertRequest) GetPageNo

func (x *QueryCustomizeAlertRequest) GetPageNo() int64

func (*QueryCustomizeAlertRequest) GetPageSize

func (x *QueryCustomizeAlertRequest) GetPageSize() int64

func (*QueryCustomizeAlertRequest) GetScope

func (x *QueryCustomizeAlertRequest) GetScope() string

func (*QueryCustomizeAlertRequest) GetScopeId

func (x *QueryCustomizeAlertRequest) GetScopeId() string

func (*QueryCustomizeAlertRequest) MarshalJSON

func (m *QueryCustomizeAlertRequest) MarshalJSON() ([]byte, error)

QueryCustomizeAlertRequest implement json.Marshaler.

func (*QueryCustomizeAlertRequest) ProtoMessage

func (*QueryCustomizeAlertRequest) ProtoMessage()

func (*QueryCustomizeAlertRequest) ProtoReflect

func (*QueryCustomizeAlertRequest) Reset

func (x *QueryCustomizeAlertRequest) Reset()

func (*QueryCustomizeAlertRequest) String

func (x *QueryCustomizeAlertRequest) String() string

func (*QueryCustomizeAlertRequest) UnmarshalJSON

func (m *QueryCustomizeAlertRequest) UnmarshalJSON(b []byte) error

QueryCustomizeAlertRequest implement json.Marshaler.

func (*QueryCustomizeAlertRequest) UnmarshalURLValues

func (m *QueryCustomizeAlertRequest) UnmarshalURLValues(prefix string, values url.Values) error

QueryCustomizeAlertRequest implement urlenc.URLValuesUnmarshaler.

func (*QueryCustomizeAlertRequest) Validate

func (this *QueryCustomizeAlertRequest) Validate() error

type QueryCustomizeAlertResponse

type QueryCustomizeAlertResponse struct {
	Data *QueryCustomizeAlertData `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryCustomizeAlertResponse) Descriptor deprecated

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

Deprecated: Use QueryCustomizeAlertResponse.ProtoReflect.Descriptor instead.

func (*QueryCustomizeAlertResponse) GetData

func (*QueryCustomizeAlertResponse) MarshalJSON

func (m *QueryCustomizeAlertResponse) MarshalJSON() ([]byte, error)

QueryCustomizeAlertResponse implement json.Marshaler.

func (*QueryCustomizeAlertResponse) ProtoMessage

func (*QueryCustomizeAlertResponse) ProtoMessage()

func (*QueryCustomizeAlertResponse) ProtoReflect

func (*QueryCustomizeAlertResponse) Reset

func (x *QueryCustomizeAlertResponse) Reset()

func (*QueryCustomizeAlertResponse) String

func (x *QueryCustomizeAlertResponse) String() string

func (*QueryCustomizeAlertResponse) UnmarshalJSON

func (m *QueryCustomizeAlertResponse) UnmarshalJSON(b []byte) error

QueryCustomizeAlertResponse implement json.Marshaler.

func (*QueryCustomizeAlertResponse) UnmarshalURLValues

func (m *QueryCustomizeAlertResponse) UnmarshalURLValues(prefix string, values url.Values) error

QueryCustomizeAlertResponse implement urlenc.URLValuesUnmarshaler.

func (*QueryCustomizeAlertResponse) Validate

func (this *QueryCustomizeAlertResponse) Validate() error

type QueryCustomizeMetricRequest

type QueryCustomizeMetricRequest struct {
	Name    []string `protobuf:"bytes,1,rep,name=name,proto3" json:"name,omitempty"`
	Scope   string   `protobuf:"bytes,2,opt,name=scope,proto3" json:"scope,omitempty"`
	ScopeId string   `protobuf:"bytes,3,opt,name=scopeId,proto3" json:"scopeId,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryCustomizeMetricRequest) Descriptor deprecated

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

Deprecated: Use QueryCustomizeMetricRequest.ProtoReflect.Descriptor instead.

func (*QueryCustomizeMetricRequest) GetName

func (x *QueryCustomizeMetricRequest) GetName() []string

func (*QueryCustomizeMetricRequest) GetScope

func (x *QueryCustomizeMetricRequest) GetScope() string

func (*QueryCustomizeMetricRequest) GetScopeId

func (x *QueryCustomizeMetricRequest) GetScopeId() string

func (*QueryCustomizeMetricRequest) MarshalJSON

func (m *QueryCustomizeMetricRequest) MarshalJSON() ([]byte, error)

QueryCustomizeMetricRequest implement json.Marshaler.

func (*QueryCustomizeMetricRequest) ProtoMessage

func (*QueryCustomizeMetricRequest) ProtoMessage()

func (*QueryCustomizeMetricRequest) ProtoReflect

func (*QueryCustomizeMetricRequest) Reset

func (x *QueryCustomizeMetricRequest) Reset()

func (*QueryCustomizeMetricRequest) String

func (x *QueryCustomizeMetricRequest) String() string

func (*QueryCustomizeMetricRequest) UnmarshalJSON

func (m *QueryCustomizeMetricRequest) UnmarshalJSON(b []byte) error

QueryCustomizeMetricRequest implement json.Marshaler.

func (*QueryCustomizeMetricRequest) UnmarshalURLValues

func (m *QueryCustomizeMetricRequest) UnmarshalURLValues(prefix string, values url.Values) error

QueryCustomizeMetricRequest implement urlenc.URLValuesUnmarshaler.

func (*QueryCustomizeMetricRequest) Validate

func (this *QueryCustomizeMetricRequest) Validate() error

type QueryCustomizeMetricResponse

type QueryCustomizeMetricResponse struct {
	Data *CustomizeMetrics `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryCustomizeMetricResponse) Descriptor deprecated

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

Deprecated: Use QueryCustomizeMetricResponse.ProtoReflect.Descriptor instead.

func (*QueryCustomizeMetricResponse) GetData

func (*QueryCustomizeMetricResponse) MarshalJSON

func (m *QueryCustomizeMetricResponse) MarshalJSON() ([]byte, error)

QueryCustomizeMetricResponse implement json.Marshaler.

func (*QueryCustomizeMetricResponse) ProtoMessage

func (*QueryCustomizeMetricResponse) ProtoMessage()

func (*QueryCustomizeMetricResponse) ProtoReflect

func (*QueryCustomizeMetricResponse) Reset

func (x *QueryCustomizeMetricResponse) Reset()

func (*QueryCustomizeMetricResponse) String

func (*QueryCustomizeMetricResponse) UnmarshalJSON

func (m *QueryCustomizeMetricResponse) UnmarshalJSON(b []byte) error

QueryCustomizeMetricResponse implement json.Marshaler.

func (*QueryCustomizeMetricResponse) UnmarshalURLValues

func (m *QueryCustomizeMetricResponse) UnmarshalURLValues(prefix string, values url.Values) error

QueryCustomizeMetricResponse implement urlenc.URLValuesUnmarshaler.

func (*QueryCustomizeMetricResponse) Validate

func (this *QueryCustomizeMetricResponse) Validate() error

type QueryCustomizeNotifyTargetData

type QueryCustomizeNotifyTargetData struct {
	Targets []*DisplayKey `protobuf:"bytes,1,rep,name=targets,proto3" json:"targets,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryCustomizeNotifyTargetData) Descriptor deprecated

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

Deprecated: Use QueryCustomizeNotifyTargetData.ProtoReflect.Descriptor instead.

func (*QueryCustomizeNotifyTargetData) GetTargets

func (x *QueryCustomizeNotifyTargetData) GetTargets() []*DisplayKey

func (*QueryCustomizeNotifyTargetData) MarshalJSON

func (m *QueryCustomizeNotifyTargetData) MarshalJSON() ([]byte, error)

QueryCustomizeNotifyTargetData implement json.Marshaler.

func (*QueryCustomizeNotifyTargetData) ProtoMessage

func (*QueryCustomizeNotifyTargetData) ProtoMessage()

func (*QueryCustomizeNotifyTargetData) ProtoReflect

func (*QueryCustomizeNotifyTargetData) Reset

func (x *QueryCustomizeNotifyTargetData) Reset()

func (*QueryCustomizeNotifyTargetData) String

func (*QueryCustomizeNotifyTargetData) UnmarshalJSON

func (m *QueryCustomizeNotifyTargetData) UnmarshalJSON(b []byte) error

QueryCustomizeNotifyTargetData implement json.Marshaler.

func (*QueryCustomizeNotifyTargetData) UnmarshalURLValues

func (m *QueryCustomizeNotifyTargetData) UnmarshalURLValues(prefix string, values url.Values) error

QueryCustomizeNotifyTargetData implement urlenc.URLValuesUnmarshaler.

func (*QueryCustomizeNotifyTargetData) Validate

func (this *QueryCustomizeNotifyTargetData) Validate() error

type QueryCustomizeNotifyTargetRequest

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

func (*QueryCustomizeNotifyTargetRequest) Descriptor deprecated

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

Deprecated: Use QueryCustomizeNotifyTargetRequest.ProtoReflect.Descriptor instead.

func (*QueryCustomizeNotifyTargetRequest) MarshalJSON

func (m *QueryCustomizeNotifyTargetRequest) MarshalJSON() ([]byte, error)

QueryCustomizeNotifyTargetRequest implement json.Marshaler.

func (*QueryCustomizeNotifyTargetRequest) ProtoMessage

func (*QueryCustomizeNotifyTargetRequest) ProtoMessage()

func (*QueryCustomizeNotifyTargetRequest) ProtoReflect

func (*QueryCustomizeNotifyTargetRequest) Reset

func (*QueryCustomizeNotifyTargetRequest) String

func (*QueryCustomizeNotifyTargetRequest) UnmarshalJSON

func (m *QueryCustomizeNotifyTargetRequest) UnmarshalJSON(b []byte) error

QueryCustomizeNotifyTargetRequest implement json.Marshaler.

func (*QueryCustomizeNotifyTargetRequest) UnmarshalURLValues

func (m *QueryCustomizeNotifyTargetRequest) UnmarshalURLValues(prefix string, values url.Values) error

QueryCustomizeNotifyTargetRequest implement urlenc.URLValuesUnmarshaler.

func (*QueryCustomizeNotifyTargetRequest) Validate

func (this *QueryCustomizeNotifyTargetRequest) Validate() error

type QueryCustomizeNotifyTargetResponse

type QueryCustomizeNotifyTargetResponse struct {
	Data *QueryCustomizeNotifyTargetData `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryCustomizeNotifyTargetResponse) Descriptor deprecated

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

Deprecated: Use QueryCustomizeNotifyTargetResponse.ProtoReflect.Descriptor instead.

func (*QueryCustomizeNotifyTargetResponse) GetData

func (*QueryCustomizeNotifyTargetResponse) MarshalJSON

func (m *QueryCustomizeNotifyTargetResponse) MarshalJSON() ([]byte, error)

QueryCustomizeNotifyTargetResponse implement json.Marshaler.

func (*QueryCustomizeNotifyTargetResponse) ProtoMessage

func (*QueryCustomizeNotifyTargetResponse) ProtoMessage()

func (*QueryCustomizeNotifyTargetResponse) ProtoReflect

func (*QueryCustomizeNotifyTargetResponse) Reset

func (*QueryCustomizeNotifyTargetResponse) String

func (*QueryCustomizeNotifyTargetResponse) UnmarshalJSON

func (m *QueryCustomizeNotifyTargetResponse) UnmarshalJSON(b []byte) error

QueryCustomizeNotifyTargetResponse implement json.Marshaler.

func (*QueryCustomizeNotifyTargetResponse) UnmarshalURLValues

func (m *QueryCustomizeNotifyTargetResponse) UnmarshalURLValues(prefix string, values url.Values) error

QueryCustomizeNotifyTargetResponse implement urlenc.URLValuesUnmarshaler.

func (*QueryCustomizeNotifyTargetResponse) Validate

func (this *QueryCustomizeNotifyTargetResponse) Validate() error

type QueryDashboardByAlertRequest

type QueryDashboardByAlertRequest struct {
	Id           uint64                           `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ClusterName  string                           `protobuf:"bytes,2,opt,name=clusterName,proto3" json:"clusterName,omitempty"`
	Name         string                           `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	AlertType    string                           `protobuf:"bytes,4,opt,name=alertType,proto3" json:"alertType,omitempty"`
	AlertScope   string                           `protobuf:"bytes,5,opt,name=alertScope,proto3" json:"alertScope,omitempty"`
	AlertScopeId string                           `protobuf:"bytes,6,opt,name=alertScopeId,proto3" json:"alertScopeId,omitempty"`
	Enable       bool                             `protobuf:"varint,7,opt,name=enable,proto3" json:"enable,omitempty"`
	Attributes   map[string]*structpb.Value       `` /* 161-byte string literal not displayed */
	Rules        []*CustomizeAlertRule            `protobuf:"bytes,9,rep,name=rules,proto3" json:"rules,omitempty"`
	Notifies     []*CustomizeAlertNotifyTemplates `protobuf:"bytes,10,rep,name=notifies,proto3" json:"notifies,omitempty"`
	CreateTime   int64                            `protobuf:"varint,11,opt,name=createTime,proto3" json:"createTime,omitempty"`
	UpdateTime   int64                            `protobuf:"varint,12,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryDashboardByAlertRequest) Descriptor deprecated

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

Deprecated: Use QueryDashboardByAlertRequest.ProtoReflect.Descriptor instead.

func (*QueryDashboardByAlertRequest) GetAlertScope

func (x *QueryDashboardByAlertRequest) GetAlertScope() string

func (*QueryDashboardByAlertRequest) GetAlertScopeId

func (x *QueryDashboardByAlertRequest) GetAlertScopeId() string

func (*QueryDashboardByAlertRequest) GetAlertType

func (x *QueryDashboardByAlertRequest) GetAlertType() string

func (*QueryDashboardByAlertRequest) GetAttributes

func (x *QueryDashboardByAlertRequest) GetAttributes() map[string]*structpb.Value

func (*QueryDashboardByAlertRequest) GetClusterName

func (x *QueryDashboardByAlertRequest) GetClusterName() string

func (*QueryDashboardByAlertRequest) GetCreateTime

func (x *QueryDashboardByAlertRequest) GetCreateTime() int64

func (*QueryDashboardByAlertRequest) GetEnable

func (x *QueryDashboardByAlertRequest) GetEnable() bool

func (*QueryDashboardByAlertRequest) GetId

func (*QueryDashboardByAlertRequest) GetName

func (x *QueryDashboardByAlertRequest) GetName() string

func (*QueryDashboardByAlertRequest) GetNotifies

func (*QueryDashboardByAlertRequest) GetRules

func (*QueryDashboardByAlertRequest) GetUpdateTime

func (x *QueryDashboardByAlertRequest) GetUpdateTime() int64

func (*QueryDashboardByAlertRequest) MarshalJSON

func (m *QueryDashboardByAlertRequest) MarshalJSON() ([]byte, error)

QueryDashboardByAlertRequest implement json.Marshaler.

func (*QueryDashboardByAlertRequest) ProtoMessage

func (*QueryDashboardByAlertRequest) ProtoMessage()

func (*QueryDashboardByAlertRequest) ProtoReflect

func (*QueryDashboardByAlertRequest) Reset

func (x *QueryDashboardByAlertRequest) Reset()

func (*QueryDashboardByAlertRequest) String

func (*QueryDashboardByAlertRequest) UnmarshalJSON

func (m *QueryDashboardByAlertRequest) UnmarshalJSON(b []byte) error

QueryDashboardByAlertRequest implement json.Marshaler.

func (*QueryDashboardByAlertRequest) UnmarshalURLValues

func (m *QueryDashboardByAlertRequest) UnmarshalURLValues(prefix string, values url.Values) error

QueryDashboardByAlertRequest implement urlenc.URLValuesUnmarshaler.

func (*QueryDashboardByAlertRequest) Validate

func (this *QueryDashboardByAlertRequest) Validate() error

type QueryDashboardByAlertResponse

type QueryDashboardByAlertResponse struct {
	Data *View `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryDashboardByAlertResponse) Descriptor deprecated

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

Deprecated: Use QueryDashboardByAlertResponse.ProtoReflect.Descriptor instead.

func (*QueryDashboardByAlertResponse) GetData

func (x *QueryDashboardByAlertResponse) GetData() *View

func (*QueryDashboardByAlertResponse) MarshalJSON

func (m *QueryDashboardByAlertResponse) MarshalJSON() ([]byte, error)

QueryDashboardByAlertResponse implement json.Marshaler.

func (*QueryDashboardByAlertResponse) ProtoMessage

func (*QueryDashboardByAlertResponse) ProtoMessage()

func (*QueryDashboardByAlertResponse) ProtoReflect

func (*QueryDashboardByAlertResponse) Reset

func (x *QueryDashboardByAlertResponse) Reset()

func (*QueryDashboardByAlertResponse) String

func (*QueryDashboardByAlertResponse) UnmarshalJSON

func (m *QueryDashboardByAlertResponse) UnmarshalJSON(b []byte) error

QueryDashboardByAlertResponse implement json.Marshaler.

func (*QueryDashboardByAlertResponse) UnmarshalURLValues

func (m *QueryDashboardByAlertResponse) UnmarshalURLValues(prefix string, values url.Values) error

QueryDashboardByAlertResponse implement urlenc.URLValuesUnmarshaler.

func (*QueryDashboardByAlertResponse) Validate

func (this *QueryDashboardByAlertResponse) Validate() error

type QueryOrgAlertData

type QueryOrgAlertData struct {
	Total int64    `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	List  []*Alert `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryOrgAlertData) Descriptor deprecated

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

Deprecated: Use QueryOrgAlertData.ProtoReflect.Descriptor instead.

func (*QueryOrgAlertData) GetList

func (x *QueryOrgAlertData) GetList() []*Alert

func (*QueryOrgAlertData) GetTotal

func (x *QueryOrgAlertData) GetTotal() int64

func (*QueryOrgAlertData) MarshalJSON

func (m *QueryOrgAlertData) MarshalJSON() ([]byte, error)

QueryOrgAlertData implement json.Marshaler.

func (*QueryOrgAlertData) ProtoMessage

func (*QueryOrgAlertData) ProtoMessage()

func (*QueryOrgAlertData) ProtoReflect

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

func (*QueryOrgAlertData) Reset

func (x *QueryOrgAlertData) Reset()

func (*QueryOrgAlertData) String

func (x *QueryOrgAlertData) String() string

func (*QueryOrgAlertData) UnmarshalJSON

func (m *QueryOrgAlertData) UnmarshalJSON(b []byte) error

QueryOrgAlertData implement json.Marshaler.

func (*QueryOrgAlertData) UnmarshalURLValues

func (m *QueryOrgAlertData) UnmarshalURLValues(prefix string, values url.Values) error

QueryOrgAlertData implement urlenc.URLValuesUnmarshaler.

func (*QueryOrgAlertData) Validate

func (this *QueryOrgAlertData) Validate() error

type QueryOrgAlertHistoryRequest

type QueryOrgAlertHistoryRequest struct {
	GroupId string `protobuf:"bytes,1,opt,name=groupId,proto3" json:"groupId,omitempty"`
	Start   int64  `protobuf:"varint,2,opt,name=start,proto3" json:"start,omitempty"`
	End     int64  `protobuf:"varint,3,opt,name=end,proto3" json:"end,omitempty"`
	Limit   uint64 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryOrgAlertHistoryRequest) Descriptor deprecated

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

Deprecated: Use QueryOrgAlertHistoryRequest.ProtoReflect.Descriptor instead.

func (*QueryOrgAlertHistoryRequest) GetEnd

func (x *QueryOrgAlertHistoryRequest) GetEnd() int64

func (*QueryOrgAlertHistoryRequest) GetGroupId

func (x *QueryOrgAlertHistoryRequest) GetGroupId() string

func (*QueryOrgAlertHistoryRequest) GetLimit

func (x *QueryOrgAlertHistoryRequest) GetLimit() uint64

func (*QueryOrgAlertHistoryRequest) GetStart

func (x *QueryOrgAlertHistoryRequest) GetStart() int64

func (*QueryOrgAlertHistoryRequest) MarshalJSON

func (m *QueryOrgAlertHistoryRequest) MarshalJSON() ([]byte, error)

QueryOrgAlertHistoryRequest implement json.Marshaler.

func (*QueryOrgAlertHistoryRequest) ProtoMessage

func (*QueryOrgAlertHistoryRequest) ProtoMessage()

func (*QueryOrgAlertHistoryRequest) ProtoReflect

func (*QueryOrgAlertHistoryRequest) Reset

func (x *QueryOrgAlertHistoryRequest) Reset()

func (*QueryOrgAlertHistoryRequest) String

func (x *QueryOrgAlertHistoryRequest) String() string

func (*QueryOrgAlertHistoryRequest) UnmarshalJSON

func (m *QueryOrgAlertHistoryRequest) UnmarshalJSON(b []byte) error

QueryOrgAlertHistoryRequest implement json.Marshaler.

func (*QueryOrgAlertHistoryRequest) UnmarshalURLValues

func (m *QueryOrgAlertHistoryRequest) UnmarshalURLValues(prefix string, values url.Values) error

QueryOrgAlertHistoryRequest implement urlenc.URLValuesUnmarshaler.

func (*QueryOrgAlertHistoryRequest) Validate

func (this *QueryOrgAlertHistoryRequest) Validate() error

type QueryOrgAlertHistoryResponse

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

func (*QueryOrgAlertHistoryResponse) Descriptor deprecated

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

Deprecated: Use QueryOrgAlertHistoryResponse.ProtoReflect.Descriptor instead.

func (*QueryOrgAlertHistoryResponse) GetData

func (*QueryOrgAlertHistoryResponse) MarshalJSON

func (m *QueryOrgAlertHistoryResponse) MarshalJSON() ([]byte, error)

QueryOrgAlertHistoryResponse implement json.Marshaler.

func (*QueryOrgAlertHistoryResponse) ProtoMessage

func (*QueryOrgAlertHistoryResponse) ProtoMessage()

func (*QueryOrgAlertHistoryResponse) ProtoReflect

func (*QueryOrgAlertHistoryResponse) Reset

func (x *QueryOrgAlertHistoryResponse) Reset()

func (*QueryOrgAlertHistoryResponse) String

func (*QueryOrgAlertHistoryResponse) UnmarshalJSON

func (m *QueryOrgAlertHistoryResponse) UnmarshalJSON(b []byte) error

QueryOrgAlertHistoryResponse implement json.Marshaler.

func (*QueryOrgAlertHistoryResponse) UnmarshalURLValues

func (m *QueryOrgAlertHistoryResponse) UnmarshalURLValues(prefix string, values url.Values) error

QueryOrgAlertHistoryResponse implement urlenc.URLValuesUnmarshaler.

func (*QueryOrgAlertHistoryResponse) Validate

func (this *QueryOrgAlertHistoryResponse) Validate() error

type QueryOrgAlertRecordRequest

type QueryOrgAlertRecordRequest struct {
	AlertGroup  []string `protobuf:"bytes,1,rep,name=alertGroup,proto3" json:"alertGroup,omitempty"`
	AlertState  []string `protobuf:"bytes,2,rep,name=alertState,proto3" json:"alertState,omitempty"`
	AlertType   []string `protobuf:"bytes,3,rep,name=alertType,proto3" json:"alertType,omitempty"`
	HandleState []string `protobuf:"bytes,4,rep,name=handleState,proto3" json:"handleState,omitempty"`
	HandlerId   []string `protobuf:"bytes,5,rep,name=handlerId,proto3" json:"handlerId,omitempty"`
	PageNo      uint64   `protobuf:"varint,6,opt,name=pageNo,proto3" json:"pageNo,omitempty"`
	PageSize    uint64   `protobuf:"varint,7,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryOrgAlertRecordRequest) Descriptor deprecated

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

Deprecated: Use QueryOrgAlertRecordRequest.ProtoReflect.Descriptor instead.

func (*QueryOrgAlertRecordRequest) GetAlertGroup

func (x *QueryOrgAlertRecordRequest) GetAlertGroup() []string

func (*QueryOrgAlertRecordRequest) GetAlertState

func (x *QueryOrgAlertRecordRequest) GetAlertState() []string

func (*QueryOrgAlertRecordRequest) GetAlertType

func (x *QueryOrgAlertRecordRequest) GetAlertType() []string

func (*QueryOrgAlertRecordRequest) GetHandleState

func (x *QueryOrgAlertRecordRequest) GetHandleState() []string

func (*QueryOrgAlertRecordRequest) GetHandlerId

func (x *QueryOrgAlertRecordRequest) GetHandlerId() []string

func (*QueryOrgAlertRecordRequest) GetPageNo

func (x *QueryOrgAlertRecordRequest) GetPageNo() uint64

func (*QueryOrgAlertRecordRequest) GetPageSize

func (x *QueryOrgAlertRecordRequest) GetPageSize() uint64

func (*QueryOrgAlertRecordRequest) MarshalJSON

func (m *QueryOrgAlertRecordRequest) MarshalJSON() ([]byte, error)

QueryOrgAlertRecordRequest implement json.Marshaler.

func (*QueryOrgAlertRecordRequest) ProtoMessage

func (*QueryOrgAlertRecordRequest) ProtoMessage()

func (*QueryOrgAlertRecordRequest) ProtoReflect

func (*QueryOrgAlertRecordRequest) Reset

func (x *QueryOrgAlertRecordRequest) Reset()

func (*QueryOrgAlertRecordRequest) String

func (x *QueryOrgAlertRecordRequest) String() string

func (*QueryOrgAlertRecordRequest) UnmarshalJSON

func (m *QueryOrgAlertRecordRequest) UnmarshalJSON(b []byte) error

QueryOrgAlertRecordRequest implement json.Marshaler.

func (*QueryOrgAlertRecordRequest) UnmarshalURLValues

func (m *QueryOrgAlertRecordRequest) UnmarshalURLValues(prefix string, values url.Values) error

QueryOrgAlertRecordRequest implement urlenc.URLValuesUnmarshaler.

func (*QueryOrgAlertRecordRequest) Validate

func (this *QueryOrgAlertRecordRequest) Validate() error

type QueryOrgAlertRecordResponse

type QueryOrgAlertRecordResponse struct {
	Data *ListResult `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryOrgAlertRecordResponse) Descriptor deprecated

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

Deprecated: Use QueryOrgAlertRecordResponse.ProtoReflect.Descriptor instead.

func (*QueryOrgAlertRecordResponse) GetData

func (*QueryOrgAlertRecordResponse) MarshalJSON

func (m *QueryOrgAlertRecordResponse) MarshalJSON() ([]byte, error)

QueryOrgAlertRecordResponse implement json.Marshaler.

func (*QueryOrgAlertRecordResponse) ProtoMessage

func (*QueryOrgAlertRecordResponse) ProtoMessage()

func (*QueryOrgAlertRecordResponse) ProtoReflect

func (*QueryOrgAlertRecordResponse) Reset

func (x *QueryOrgAlertRecordResponse) Reset()

func (*QueryOrgAlertRecordResponse) String

func (x *QueryOrgAlertRecordResponse) String() string

func (*QueryOrgAlertRecordResponse) UnmarshalJSON

func (m *QueryOrgAlertRecordResponse) UnmarshalJSON(b []byte) error

QueryOrgAlertRecordResponse implement json.Marshaler.

func (*QueryOrgAlertRecordResponse) UnmarshalURLValues

func (m *QueryOrgAlertRecordResponse) UnmarshalURLValues(prefix string, values url.Values) error

QueryOrgAlertRecordResponse implement urlenc.URLValuesUnmarshaler.

func (*QueryOrgAlertRecordResponse) Validate

func (this *QueryOrgAlertRecordResponse) Validate() error

type QueryOrgAlertRequest

type QueryOrgAlertRequest struct {
	PageNo   int64 `protobuf:"varint,1,opt,name=pageNo,proto3" json:"pageNo,omitempty"`
	PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryOrgAlertRequest) Descriptor deprecated

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

Deprecated: Use QueryOrgAlertRequest.ProtoReflect.Descriptor instead.

func (*QueryOrgAlertRequest) GetPageNo

func (x *QueryOrgAlertRequest) GetPageNo() int64

func (*QueryOrgAlertRequest) GetPageSize

func (x *QueryOrgAlertRequest) GetPageSize() int64

func (*QueryOrgAlertRequest) MarshalJSON

func (m *QueryOrgAlertRequest) MarshalJSON() ([]byte, error)

QueryOrgAlertRequest implement json.Marshaler.

func (*QueryOrgAlertRequest) ProtoMessage

func (*QueryOrgAlertRequest) ProtoMessage()

func (*QueryOrgAlertRequest) ProtoReflect

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

func (*QueryOrgAlertRequest) Reset

func (x *QueryOrgAlertRequest) Reset()

func (*QueryOrgAlertRequest) String

func (x *QueryOrgAlertRequest) String() string

func (*QueryOrgAlertRequest) UnmarshalJSON

func (m *QueryOrgAlertRequest) UnmarshalJSON(b []byte) error

QueryOrgAlertRequest implement json.Marshaler.

func (*QueryOrgAlertRequest) UnmarshalURLValues

func (m *QueryOrgAlertRequest) UnmarshalURLValues(prefix string, values url.Values) error

QueryOrgAlertRequest implement urlenc.URLValuesUnmarshaler.

func (*QueryOrgAlertRequest) Validate

func (this *QueryOrgAlertRequest) Validate() error

type QueryOrgAlertResponse

type QueryOrgAlertResponse struct {
	Data *QueryOrgAlertData `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryOrgAlertResponse) Descriptor deprecated

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

Deprecated: Use QueryOrgAlertResponse.ProtoReflect.Descriptor instead.

func (*QueryOrgAlertResponse) GetData

func (*QueryOrgAlertResponse) MarshalJSON

func (m *QueryOrgAlertResponse) MarshalJSON() ([]byte, error)

QueryOrgAlertResponse implement json.Marshaler.

func (*QueryOrgAlertResponse) ProtoMessage

func (*QueryOrgAlertResponse) ProtoMessage()

func (*QueryOrgAlertResponse) ProtoReflect

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

func (*QueryOrgAlertResponse) Reset

func (x *QueryOrgAlertResponse) Reset()

func (*QueryOrgAlertResponse) String

func (x *QueryOrgAlertResponse) String() string

func (*QueryOrgAlertResponse) UnmarshalJSON

func (m *QueryOrgAlertResponse) UnmarshalJSON(b []byte) error

QueryOrgAlertResponse implement json.Marshaler.

func (*QueryOrgAlertResponse) UnmarshalURLValues

func (m *QueryOrgAlertResponse) UnmarshalURLValues(prefix string, values url.Values) error

QueryOrgAlertResponse implement urlenc.URLValuesUnmarshaler.

func (*QueryOrgAlertResponse) Validate

func (this *QueryOrgAlertResponse) Validate() error

type QueryOrgAlertRuleRequest

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

func (*QueryOrgAlertRuleRequest) Descriptor deprecated

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

Deprecated: Use QueryOrgAlertRuleRequest.ProtoReflect.Descriptor instead.

func (*QueryOrgAlertRuleRequest) MarshalJSON

func (m *QueryOrgAlertRuleRequest) MarshalJSON() ([]byte, error)

QueryOrgAlertRuleRequest implement json.Marshaler.

func (*QueryOrgAlertRuleRequest) ProtoMessage

func (*QueryOrgAlertRuleRequest) ProtoMessage()

func (*QueryOrgAlertRuleRequest) ProtoReflect

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

func (*QueryOrgAlertRuleRequest) Reset

func (x *QueryOrgAlertRuleRequest) Reset()

func (*QueryOrgAlertRuleRequest) String

func (x *QueryOrgAlertRuleRequest) String() string

func (*QueryOrgAlertRuleRequest) UnmarshalJSON

func (m *QueryOrgAlertRuleRequest) UnmarshalJSON(b []byte) error

QueryOrgAlertRuleRequest implement json.Marshaler.

func (*QueryOrgAlertRuleRequest) UnmarshalURLValues

func (m *QueryOrgAlertRuleRequest) UnmarshalURLValues(prefix string, values url.Values) error

QueryOrgAlertRuleRequest implement urlenc.URLValuesUnmarshaler.

func (*QueryOrgAlertRuleRequest) Validate

func (this *QueryOrgAlertRuleRequest) Validate() error

type QueryOrgAlertRuleResponse

type QueryOrgAlertRuleResponse struct {
	Data *AlertTypeRuleResp `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryOrgAlertRuleResponse) Descriptor deprecated

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

Deprecated: Use QueryOrgAlertRuleResponse.ProtoReflect.Descriptor instead.

func (*QueryOrgAlertRuleResponse) GetData

func (*QueryOrgAlertRuleResponse) MarshalJSON

func (m *QueryOrgAlertRuleResponse) MarshalJSON() ([]byte, error)

QueryOrgAlertRuleResponse implement json.Marshaler.

func (*QueryOrgAlertRuleResponse) ProtoMessage

func (*QueryOrgAlertRuleResponse) ProtoMessage()

func (*QueryOrgAlertRuleResponse) ProtoReflect

func (*QueryOrgAlertRuleResponse) Reset

func (x *QueryOrgAlertRuleResponse) Reset()

func (*QueryOrgAlertRuleResponse) String

func (x *QueryOrgAlertRuleResponse) String() string

func (*QueryOrgAlertRuleResponse) UnmarshalJSON

func (m *QueryOrgAlertRuleResponse) UnmarshalJSON(b []byte) error

QueryOrgAlertRuleResponse implement json.Marshaler.

func (*QueryOrgAlertRuleResponse) UnmarshalURLValues

func (m *QueryOrgAlertRuleResponse) UnmarshalURLValues(prefix string, values url.Values) error

QueryOrgAlertRuleResponse implement urlenc.URLValuesUnmarshaler.

func (*QueryOrgAlertRuleResponse) Validate

func (this *QueryOrgAlertRuleResponse) Validate() error

type QueryOrgCustomizeAlertsData

type QueryOrgCustomizeAlertsData struct {
	Total int64                     `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	List  []*CustomizeAlertOverview `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryOrgCustomizeAlertsData) Descriptor deprecated

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

Deprecated: Use QueryOrgCustomizeAlertsData.ProtoReflect.Descriptor instead.

func (*QueryOrgCustomizeAlertsData) GetList

func (*QueryOrgCustomizeAlertsData) GetTotal

func (x *QueryOrgCustomizeAlertsData) GetTotal() int64

func (*QueryOrgCustomizeAlertsData) MarshalJSON

func (m *QueryOrgCustomizeAlertsData) MarshalJSON() ([]byte, error)

QueryOrgCustomizeAlertsData implement json.Marshaler.

func (*QueryOrgCustomizeAlertsData) ProtoMessage

func (*QueryOrgCustomizeAlertsData) ProtoMessage()

func (*QueryOrgCustomizeAlertsData) ProtoReflect

func (*QueryOrgCustomizeAlertsData) Reset

func (x *QueryOrgCustomizeAlertsData) Reset()

func (*QueryOrgCustomizeAlertsData) String

func (x *QueryOrgCustomizeAlertsData) String() string

func (*QueryOrgCustomizeAlertsData) UnmarshalJSON

func (m *QueryOrgCustomizeAlertsData) UnmarshalJSON(b []byte) error

QueryOrgCustomizeAlertsData implement json.Marshaler.

func (*QueryOrgCustomizeAlertsData) UnmarshalURLValues

func (m *QueryOrgCustomizeAlertsData) UnmarshalURLValues(prefix string, values url.Values) error

QueryOrgCustomizeAlertsData implement urlenc.URLValuesUnmarshaler.

func (*QueryOrgCustomizeAlertsData) Validate

func (this *QueryOrgCustomizeAlertsData) Validate() error

type QueryOrgCustomizeAlertsRequest

type QueryOrgCustomizeAlertsRequest struct {
	PageNo   int64 `protobuf:"varint,1,opt,name=pageNo,proto3" json:"pageNo,omitempty"`
	PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryOrgCustomizeAlertsRequest) Descriptor deprecated

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

Deprecated: Use QueryOrgCustomizeAlertsRequest.ProtoReflect.Descriptor instead.

func (*QueryOrgCustomizeAlertsRequest) GetPageNo

func (x *QueryOrgCustomizeAlertsRequest) GetPageNo() int64

func (*QueryOrgCustomizeAlertsRequest) GetPageSize

func (x *QueryOrgCustomizeAlertsRequest) GetPageSize() int64

func (*QueryOrgCustomizeAlertsRequest) MarshalJSON

func (m *QueryOrgCustomizeAlertsRequest) MarshalJSON() ([]byte, error)

QueryOrgCustomizeAlertsRequest implement json.Marshaler.

func (*QueryOrgCustomizeAlertsRequest) ProtoMessage

func (*QueryOrgCustomizeAlertsRequest) ProtoMessage()

func (*QueryOrgCustomizeAlertsRequest) ProtoReflect

func (*QueryOrgCustomizeAlertsRequest) Reset

func (x *QueryOrgCustomizeAlertsRequest) Reset()

func (*QueryOrgCustomizeAlertsRequest) String

func (*QueryOrgCustomizeAlertsRequest) UnmarshalJSON

func (m *QueryOrgCustomizeAlertsRequest) UnmarshalJSON(b []byte) error

QueryOrgCustomizeAlertsRequest implement json.Marshaler.

func (*QueryOrgCustomizeAlertsRequest) UnmarshalURLValues

func (m *QueryOrgCustomizeAlertsRequest) UnmarshalURLValues(prefix string, values url.Values) error

QueryOrgCustomizeAlertsRequest implement urlenc.URLValuesUnmarshaler.

func (*QueryOrgCustomizeAlertsRequest) Validate

func (this *QueryOrgCustomizeAlertsRequest) Validate() error

type QueryOrgCustomizeAlertsResponse

type QueryOrgCustomizeAlertsResponse struct {
	Data *QueryOrgCustomizeAlertsData `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryOrgCustomizeAlertsResponse) Descriptor deprecated

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

Deprecated: Use QueryOrgCustomizeAlertsResponse.ProtoReflect.Descriptor instead.

func (*QueryOrgCustomizeAlertsResponse) GetData

func (*QueryOrgCustomizeAlertsResponse) MarshalJSON

func (m *QueryOrgCustomizeAlertsResponse) MarshalJSON() ([]byte, error)

QueryOrgCustomizeAlertsResponse implement json.Marshaler.

func (*QueryOrgCustomizeAlertsResponse) ProtoMessage

func (*QueryOrgCustomizeAlertsResponse) ProtoMessage()

func (*QueryOrgCustomizeAlertsResponse) ProtoReflect

func (*QueryOrgCustomizeAlertsResponse) Reset

func (*QueryOrgCustomizeAlertsResponse) String

func (*QueryOrgCustomizeAlertsResponse) UnmarshalJSON

func (m *QueryOrgCustomizeAlertsResponse) UnmarshalJSON(b []byte) error

QueryOrgCustomizeAlertsResponse implement json.Marshaler.

func (*QueryOrgCustomizeAlertsResponse) UnmarshalURLValues

func (m *QueryOrgCustomizeAlertsResponse) UnmarshalURLValues(prefix string, values url.Values) error

QueryOrgCustomizeAlertsResponse implement urlenc.URLValuesUnmarshaler.

func (*QueryOrgCustomizeAlertsResponse) Validate

func (this *QueryOrgCustomizeAlertsResponse) Validate() error

type QueryOrgCustomizeMetricRequest

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

func (*QueryOrgCustomizeMetricRequest) Descriptor deprecated

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

Deprecated: Use QueryOrgCustomizeMetricRequest.ProtoReflect.Descriptor instead.

func (*QueryOrgCustomizeMetricRequest) MarshalJSON

func (m *QueryOrgCustomizeMetricRequest) MarshalJSON() ([]byte, error)

QueryOrgCustomizeMetricRequest implement json.Marshaler.

func (*QueryOrgCustomizeMetricRequest) ProtoMessage

func (*QueryOrgCustomizeMetricRequest) ProtoMessage()

func (*QueryOrgCustomizeMetricRequest) ProtoReflect

func (*QueryOrgCustomizeMetricRequest) Reset

func (x *QueryOrgCustomizeMetricRequest) Reset()

func (*QueryOrgCustomizeMetricRequest) String

func (*QueryOrgCustomizeMetricRequest) UnmarshalJSON

func (m *QueryOrgCustomizeMetricRequest) UnmarshalJSON(b []byte) error

QueryOrgCustomizeMetricRequest implement json.Marshaler.

func (*QueryOrgCustomizeMetricRequest) UnmarshalURLValues

func (m *QueryOrgCustomizeMetricRequest) UnmarshalURLValues(prefix string, values url.Values) error

QueryOrgCustomizeMetricRequest implement urlenc.URLValuesUnmarshaler.

func (*QueryOrgCustomizeMetricRequest) Validate

func (this *QueryOrgCustomizeMetricRequest) Validate() error

type QueryOrgCustomizeMetricResponse

type QueryOrgCustomizeMetricResponse struct {
	Data *CustomizeMetrics `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryOrgCustomizeMetricResponse) Descriptor deprecated

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

Deprecated: Use QueryOrgCustomizeMetricResponse.ProtoReflect.Descriptor instead.

func (*QueryOrgCustomizeMetricResponse) GetData

func (*QueryOrgCustomizeMetricResponse) MarshalJSON

func (m *QueryOrgCustomizeMetricResponse) MarshalJSON() ([]byte, error)

QueryOrgCustomizeMetricResponse implement json.Marshaler.

func (*QueryOrgCustomizeMetricResponse) ProtoMessage

func (*QueryOrgCustomizeMetricResponse) ProtoMessage()

func (*QueryOrgCustomizeMetricResponse) ProtoReflect

func (*QueryOrgCustomizeMetricResponse) Reset

func (*QueryOrgCustomizeMetricResponse) String

func (*QueryOrgCustomizeMetricResponse) UnmarshalJSON

func (m *QueryOrgCustomizeMetricResponse) UnmarshalJSON(b []byte) error

QueryOrgCustomizeMetricResponse implement json.Marshaler.

func (*QueryOrgCustomizeMetricResponse) UnmarshalURLValues

func (m *QueryOrgCustomizeMetricResponse) UnmarshalURLValues(prefix string, values url.Values) error

QueryOrgCustomizeMetricResponse implement urlenc.URLValuesUnmarshaler.

func (*QueryOrgCustomizeMetricResponse) Validate

func (this *QueryOrgCustomizeMetricResponse) Validate() error

type QueryOrgCustomizeNotifyTargetRequest

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

func (*QueryOrgCustomizeNotifyTargetRequest) Descriptor deprecated

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

Deprecated: Use QueryOrgCustomizeNotifyTargetRequest.ProtoReflect.Descriptor instead.

func (*QueryOrgCustomizeNotifyTargetRequest) MarshalJSON

func (m *QueryOrgCustomizeNotifyTargetRequest) MarshalJSON() ([]byte, error)

QueryOrgCustomizeNotifyTargetRequest implement json.Marshaler.

func (*QueryOrgCustomizeNotifyTargetRequest) ProtoMessage

func (*QueryOrgCustomizeNotifyTargetRequest) ProtoMessage()

func (*QueryOrgCustomizeNotifyTargetRequest) ProtoReflect

func (*QueryOrgCustomizeNotifyTargetRequest) Reset

func (*QueryOrgCustomizeNotifyTargetRequest) String

func (*QueryOrgCustomizeNotifyTargetRequest) UnmarshalJSON

func (m *QueryOrgCustomizeNotifyTargetRequest) UnmarshalJSON(b []byte) error

QueryOrgCustomizeNotifyTargetRequest implement json.Marshaler.

func (*QueryOrgCustomizeNotifyTargetRequest) UnmarshalURLValues

func (m *QueryOrgCustomizeNotifyTargetRequest) UnmarshalURLValues(prefix string, values url.Values) error

QueryOrgCustomizeNotifyTargetRequest implement urlenc.URLValuesUnmarshaler.

func (*QueryOrgCustomizeNotifyTargetRequest) Validate

type QueryOrgCustomizeNotifyTargetResponse

type QueryOrgCustomizeNotifyTargetResponse struct {
	Data *QueryCustomizeNotifyTargetData `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryOrgCustomizeNotifyTargetResponse) Descriptor deprecated

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

Deprecated: Use QueryOrgCustomizeNotifyTargetResponse.ProtoReflect.Descriptor instead.

func (*QueryOrgCustomizeNotifyTargetResponse) GetData

func (*QueryOrgCustomizeNotifyTargetResponse) MarshalJSON

func (m *QueryOrgCustomizeNotifyTargetResponse) MarshalJSON() ([]byte, error)

QueryOrgCustomizeNotifyTargetResponse implement json.Marshaler.

func (*QueryOrgCustomizeNotifyTargetResponse) ProtoMessage

func (*QueryOrgCustomizeNotifyTargetResponse) ProtoMessage()

func (*QueryOrgCustomizeNotifyTargetResponse) ProtoReflect

func (*QueryOrgCustomizeNotifyTargetResponse) Reset

func (*QueryOrgCustomizeNotifyTargetResponse) String

func (*QueryOrgCustomizeNotifyTargetResponse) UnmarshalJSON

func (m *QueryOrgCustomizeNotifyTargetResponse) UnmarshalJSON(b []byte) error

QueryOrgCustomizeNotifyTargetResponse implement json.Marshaler.

func (*QueryOrgCustomizeNotifyTargetResponse) UnmarshalURLValues

func (m *QueryOrgCustomizeNotifyTargetResponse) UnmarshalURLValues(prefix string, values url.Values) error

QueryOrgCustomizeNotifyTargetResponse implement urlenc.URLValuesUnmarshaler.

func (*QueryOrgCustomizeNotifyTargetResponse) Validate

type QueryOrgDashboardByAlertRequest

type QueryOrgDashboardByAlertRequest struct {
	Id           uint64                           `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ClusterName  string                           `protobuf:"bytes,2,opt,name=clusterName,proto3" json:"clusterName,omitempty"`
	Name         string                           `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	AlertType    string                           `protobuf:"bytes,4,opt,name=alertType,proto3" json:"alertType,omitempty"`
	AlertScope   string                           `protobuf:"bytes,5,opt,name=alertScope,proto3" json:"alertScope,omitempty"`
	AlertScopeId string                           `protobuf:"bytes,6,opt,name=alertScopeId,proto3" json:"alertScopeId,omitempty"`
	Enable       bool                             `protobuf:"varint,7,opt,name=enable,proto3" json:"enable,omitempty"`
	Attributes   map[string]*structpb.Value       `` /* 161-byte string literal not displayed */
	Rules        []*CustomizeAlertRule            `protobuf:"bytes,9,rep,name=rules,proto3" json:"rules,omitempty"`
	Notifies     []*CustomizeAlertNotifyTemplates `protobuf:"bytes,10,rep,name=notifies,proto3" json:"notifies,omitempty"`
	CreateTime   int64                            `protobuf:"varint,11,opt,name=createTime,proto3" json:"createTime,omitempty"`
	UpdateTime   int64                            `protobuf:"varint,12,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryOrgDashboardByAlertRequest) Descriptor deprecated

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

Deprecated: Use QueryOrgDashboardByAlertRequest.ProtoReflect.Descriptor instead.

func (*QueryOrgDashboardByAlertRequest) GetAlertScope

func (x *QueryOrgDashboardByAlertRequest) GetAlertScope() string

func (*QueryOrgDashboardByAlertRequest) GetAlertScopeId

func (x *QueryOrgDashboardByAlertRequest) GetAlertScopeId() string

func (*QueryOrgDashboardByAlertRequest) GetAlertType

func (x *QueryOrgDashboardByAlertRequest) GetAlertType() string

func (*QueryOrgDashboardByAlertRequest) GetAttributes

func (x *QueryOrgDashboardByAlertRequest) GetAttributes() map[string]*structpb.Value

func (*QueryOrgDashboardByAlertRequest) GetClusterName

func (x *QueryOrgDashboardByAlertRequest) GetClusterName() string

func (*QueryOrgDashboardByAlertRequest) GetCreateTime

func (x *QueryOrgDashboardByAlertRequest) GetCreateTime() int64

func (*QueryOrgDashboardByAlertRequest) GetEnable

func (x *QueryOrgDashboardByAlertRequest) GetEnable() bool

func (*QueryOrgDashboardByAlertRequest) GetId

func (*QueryOrgDashboardByAlertRequest) GetName

func (*QueryOrgDashboardByAlertRequest) GetNotifies

func (*QueryOrgDashboardByAlertRequest) GetRules

func (*QueryOrgDashboardByAlertRequest) GetUpdateTime

func (x *QueryOrgDashboardByAlertRequest) GetUpdateTime() int64

func (*QueryOrgDashboardByAlertRequest) MarshalJSON

func (m *QueryOrgDashboardByAlertRequest) MarshalJSON() ([]byte, error)

QueryOrgDashboardByAlertRequest implement json.Marshaler.

func (*QueryOrgDashboardByAlertRequest) ProtoMessage

func (*QueryOrgDashboardByAlertRequest) ProtoMessage()

func (*QueryOrgDashboardByAlertRequest) ProtoReflect

func (*QueryOrgDashboardByAlertRequest) Reset

func (*QueryOrgDashboardByAlertRequest) String

func (*QueryOrgDashboardByAlertRequest) UnmarshalJSON

func (m *QueryOrgDashboardByAlertRequest) UnmarshalJSON(b []byte) error

QueryOrgDashboardByAlertRequest implement json.Marshaler.

func (*QueryOrgDashboardByAlertRequest) UnmarshalURLValues

func (m *QueryOrgDashboardByAlertRequest) UnmarshalURLValues(prefix string, values url.Values) error

QueryOrgDashboardByAlertRequest implement urlenc.URLValuesUnmarshaler.

func (*QueryOrgDashboardByAlertRequest) Validate

func (this *QueryOrgDashboardByAlertRequest) Validate() error

type QueryOrgDashboardByAlertResponse

type QueryOrgDashboardByAlertResponse struct {
	Data *View `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryOrgDashboardByAlertResponse) Descriptor deprecated

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

Deprecated: Use QueryOrgDashboardByAlertResponse.ProtoReflect.Descriptor instead.

func (*QueryOrgDashboardByAlertResponse) GetData

func (x *QueryOrgDashboardByAlertResponse) GetData() *View

func (*QueryOrgDashboardByAlertResponse) MarshalJSON

func (m *QueryOrgDashboardByAlertResponse) MarshalJSON() ([]byte, error)

QueryOrgDashboardByAlertResponse implement json.Marshaler.

func (*QueryOrgDashboardByAlertResponse) ProtoMessage

func (*QueryOrgDashboardByAlertResponse) ProtoMessage()

func (*QueryOrgDashboardByAlertResponse) ProtoReflect

func (*QueryOrgDashboardByAlertResponse) Reset

func (*QueryOrgDashboardByAlertResponse) String

func (*QueryOrgDashboardByAlertResponse) UnmarshalJSON

func (m *QueryOrgDashboardByAlertResponse) UnmarshalJSON(b []byte) error

QueryOrgDashboardByAlertResponse implement json.Marshaler.

func (*QueryOrgDashboardByAlertResponse) UnmarshalURLValues

func (m *QueryOrgDashboardByAlertResponse) UnmarshalURLValues(prefix string, values url.Values) error

QueryOrgDashboardByAlertResponse implement urlenc.URLValuesUnmarshaler.

func (*QueryOrgDashboardByAlertResponse) Validate

func (this *QueryOrgDashboardByAlertResponse) Validate() error

type QueryOrgHostsAlertRecordRequest

type QueryOrgHostsAlertRecordRequest struct {
	Clusters    []*ClusterReq `protobuf:"bytes,1,rep,name=clusters,proto3" json:"clusters,omitempty"`
	AlertGroup  []string      `protobuf:"bytes,2,rep,name=alertGroup,proto3" json:"alertGroup,omitempty"`
	AlertState  []string      `protobuf:"bytes,3,rep,name=alertState,proto3" json:"alertState,omitempty"`
	AlertType   []string      `protobuf:"bytes,4,rep,name=alertType,proto3" json:"alertType,omitempty"`
	HandleState []string      `protobuf:"bytes,5,rep,name=handleState,proto3" json:"handleState,omitempty"`
	HandlerId   []string      `protobuf:"bytes,6,rep,name=handlerId,proto3" json:"handlerId,omitempty"`
	PageNo      uint64        `protobuf:"varint,7,opt,name=pageNo,proto3" json:"pageNo,omitempty"`
	PageSize    uint64        `protobuf:"varint,8,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryOrgHostsAlertRecordRequest) Descriptor deprecated

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

Deprecated: Use QueryOrgHostsAlertRecordRequest.ProtoReflect.Descriptor instead.

func (*QueryOrgHostsAlertRecordRequest) GetAlertGroup

func (x *QueryOrgHostsAlertRecordRequest) GetAlertGroup() []string

func (*QueryOrgHostsAlertRecordRequest) GetAlertState

func (x *QueryOrgHostsAlertRecordRequest) GetAlertState() []string

func (*QueryOrgHostsAlertRecordRequest) GetAlertType

func (x *QueryOrgHostsAlertRecordRequest) GetAlertType() []string

func (*QueryOrgHostsAlertRecordRequest) GetClusters

func (x *QueryOrgHostsAlertRecordRequest) GetClusters() []*ClusterReq

func (*QueryOrgHostsAlertRecordRequest) GetHandleState

func (x *QueryOrgHostsAlertRecordRequest) GetHandleState() []string

func (*QueryOrgHostsAlertRecordRequest) GetHandlerId

func (x *QueryOrgHostsAlertRecordRequest) GetHandlerId() []string

func (*QueryOrgHostsAlertRecordRequest) GetPageNo

func (x *QueryOrgHostsAlertRecordRequest) GetPageNo() uint64

func (*QueryOrgHostsAlertRecordRequest) GetPageSize

func (x *QueryOrgHostsAlertRecordRequest) GetPageSize() uint64

func (*QueryOrgHostsAlertRecordRequest) MarshalJSON

func (m *QueryOrgHostsAlertRecordRequest) MarshalJSON() ([]byte, error)

QueryOrgHostsAlertRecordRequest implement json.Marshaler.

func (*QueryOrgHostsAlertRecordRequest) ProtoMessage

func (*QueryOrgHostsAlertRecordRequest) ProtoMessage()

func (*QueryOrgHostsAlertRecordRequest) ProtoReflect

func (*QueryOrgHostsAlertRecordRequest) Reset

func (*QueryOrgHostsAlertRecordRequest) String

func (*QueryOrgHostsAlertRecordRequest) UnmarshalJSON

func (m *QueryOrgHostsAlertRecordRequest) UnmarshalJSON(b []byte) error

QueryOrgHostsAlertRecordRequest implement json.Marshaler.

func (*QueryOrgHostsAlertRecordRequest) UnmarshalURLValues

func (m *QueryOrgHostsAlertRecordRequest) UnmarshalURLValues(prefix string, values url.Values) error

QueryOrgHostsAlertRecordRequest implement urlenc.URLValuesUnmarshaler.

func (*QueryOrgHostsAlertRecordRequest) Validate

func (this *QueryOrgHostsAlertRecordRequest) Validate() error

type TagMeta

type TagMeta struct {
	Tag      *DisplayKey `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"`
	DataType string      `protobuf:"bytes,2,opt,name=dataType,proto3" json:"dataType,omitempty"`
	// contains filtered or unexported fields
}

func (*TagMeta) Descriptor deprecated

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

Deprecated: Use TagMeta.ProtoReflect.Descriptor instead.

func (*TagMeta) GetDataType

func (x *TagMeta) GetDataType() string

func (*TagMeta) GetTag

func (x *TagMeta) GetTag() *DisplayKey

func (*TagMeta) MarshalJSON

func (m *TagMeta) MarshalJSON() ([]byte, error)

TagMeta implement json.Marshaler.

func (*TagMeta) ProtoMessage

func (*TagMeta) ProtoMessage()

func (*TagMeta) ProtoReflect

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

func (*TagMeta) Reset

func (x *TagMeta) Reset()

func (*TagMeta) String

func (x *TagMeta) String() string

func (*TagMeta) UnmarshalJSON

func (m *TagMeta) UnmarshalJSON(b []byte) error

TagMeta implement json.Marshaler.

func (*TagMeta) UnmarshalURLValues

func (m *TagMeta) UnmarshalURLValues(prefix string, values url.Values) error

TagMeta implement urlenc.URLValuesUnmarshaler.

func (*TagMeta) Validate

func (this *TagMeta) Validate() error

type Target

type Target struct {
	Receiver string `protobuf:"bytes,1,opt,name=receiver,proto3" json:"receiver,omitempty"`
	Secret   string `protobuf:"bytes,2,opt,name=secret,proto3" json:"secret,omitempty"`
	// contains filtered or unexported fields
}

func (*Target) Descriptor deprecated

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

Deprecated: Use Target.ProtoReflect.Descriptor instead.

func (*Target) GetReceiver

func (x *Target) GetReceiver() string

func (*Target) GetSecret

func (x *Target) GetSecret() string

func (*Target) MarshalJSON

func (m *Target) MarshalJSON() ([]byte, error)

Target implement json.Marshaler.

func (*Target) ProtoMessage

func (*Target) ProtoMessage()

func (*Target) ProtoReflect

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

func (*Target) Reset

func (x *Target) Reset()

func (*Target) String

func (x *Target) String() string

func (*Target) UnmarshalJSON

func (m *Target) UnmarshalJSON(b []byte) error

Target implement json.Marshaler.

func (*Target) UnmarshalURLValues

func (m *Target) UnmarshalURLValues(prefix string, values url.Values) error

Target implement urlenc.URLValuesUnmarshaler.

func (*Target) Validate

func (this *Target) Validate() error

type UnimplementedAlertServiceServer

type UnimplementedAlertServiceServer struct {
}

UnimplementedAlertServiceServer should be embedded to have forward compatible implementations.

func (*UnimplementedAlertServiceServer) CreateAlert

func (*UnimplementedAlertServiceServer) CreateAlertIssue

func (*UnimplementedAlertServiceServer) CreateCustomizeAlert

func (*UnimplementedAlertServiceServer) CreateOrgAlert

func (*UnimplementedAlertServiceServer) CreateOrgAlertIssue

func (*UnimplementedAlertServiceServer) DeleteAlert

func (*UnimplementedAlertServiceServer) DeleteCustomizeAlert

func (*UnimplementedAlertServiceServer) DeleteOrgAlert

func (*UnimplementedAlertServiceServer) GetAlert

func (*UnimplementedAlertServiceServer) GetAlertDetail

func (*UnimplementedAlertServiceServer) GetAlertRecord

func (*UnimplementedAlertServiceServer) GetAlertRecordAttr

func (*UnimplementedAlertServiceServer) GetCustomizeAlert

func (*UnimplementedAlertServiceServer) GetOrgAlertDetail

func (*UnimplementedAlertServiceServer) GetOrgAlertRecord

func (*UnimplementedAlertServiceServer) QueryAlert

func (*UnimplementedAlertServiceServer) QueryAlertHistory

func (*UnimplementedAlertServiceServer) QueryAlertRecord

func (*UnimplementedAlertServiceServer) QueryAlertRule

func (*UnimplementedAlertServiceServer) QueryCustomizeAlert

func (*UnimplementedAlertServiceServer) QueryCustomizeMetric

func (*UnimplementedAlertServiceServer) QueryOrgAlert

func (*UnimplementedAlertServiceServer) QueryOrgAlertHistory

func (*UnimplementedAlertServiceServer) QueryOrgAlertRecord

func (*UnimplementedAlertServiceServer) QueryOrgAlertRule

func (*UnimplementedAlertServiceServer) UpdateAlert

func (*UnimplementedAlertServiceServer) UpdateAlertEnable

func (*UnimplementedAlertServiceServer) UpdateAlertIssue

func (*UnimplementedAlertServiceServer) UpdateCustomizeAlert

func (*UnimplementedAlertServiceServer) UpdateOrgAlert

func (*UnimplementedAlertServiceServer) UpdateOrgAlertEnable

func (*UnimplementedAlertServiceServer) UpdateOrgAlertIssue

type UpdateAlertEnableRequest

type UpdateAlertEnableRequest struct {
	Id     int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Enable bool  `protobuf:"varint,2,opt,name=enable,proto3" json:"enable,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateAlertEnableRequest) Descriptor deprecated

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

Deprecated: Use UpdateAlertEnableRequest.ProtoReflect.Descriptor instead.

func (*UpdateAlertEnableRequest) GetEnable

func (x *UpdateAlertEnableRequest) GetEnable() bool

func (*UpdateAlertEnableRequest) GetId

func (x *UpdateAlertEnableRequest) GetId() int64

func (*UpdateAlertEnableRequest) MarshalJSON

func (m *UpdateAlertEnableRequest) MarshalJSON() ([]byte, error)

UpdateAlertEnableRequest implement json.Marshaler.

func (*UpdateAlertEnableRequest) ProtoMessage

func (*UpdateAlertEnableRequest) ProtoMessage()

func (*UpdateAlertEnableRequest) ProtoReflect

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

func (*UpdateAlertEnableRequest) Reset

func (x *UpdateAlertEnableRequest) Reset()

func (*UpdateAlertEnableRequest) String

func (x *UpdateAlertEnableRequest) String() string

func (*UpdateAlertEnableRequest) UnmarshalJSON

func (m *UpdateAlertEnableRequest) UnmarshalJSON(b []byte) error

UpdateAlertEnableRequest implement json.Marshaler.

func (*UpdateAlertEnableRequest) UnmarshalURLValues

func (m *UpdateAlertEnableRequest) UnmarshalURLValues(prefix string, values url.Values) error

UpdateAlertEnableRequest implement urlenc.URLValuesUnmarshaler.

func (*UpdateAlertEnableRequest) Validate

func (this *UpdateAlertEnableRequest) Validate() error

type UpdateAlertEnableResponse

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

func (*UpdateAlertEnableResponse) Descriptor deprecated

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

Deprecated: Use UpdateAlertEnableResponse.ProtoReflect.Descriptor instead.

func (*UpdateAlertEnableResponse) MarshalJSON

func (m *UpdateAlertEnableResponse) MarshalJSON() ([]byte, error)

UpdateAlertEnableResponse implement json.Marshaler.

func (*UpdateAlertEnableResponse) ProtoMessage

func (*UpdateAlertEnableResponse) ProtoMessage()

func (*UpdateAlertEnableResponse) ProtoReflect

func (*UpdateAlertEnableResponse) Reset

func (x *UpdateAlertEnableResponse) Reset()

func (*UpdateAlertEnableResponse) String

func (x *UpdateAlertEnableResponse) String() string

func (*UpdateAlertEnableResponse) UnmarshalJSON

func (m *UpdateAlertEnableResponse) UnmarshalJSON(b []byte) error

UpdateAlertEnableResponse implement json.Marshaler.

func (*UpdateAlertEnableResponse) UnmarshalURLValues

func (m *UpdateAlertEnableResponse) UnmarshalURLValues(prefix string, values url.Values) error

UpdateAlertEnableResponse implement urlenc.URLValuesUnmarshaler.

func (*UpdateAlertEnableResponse) Validate

func (this *UpdateAlertEnableResponse) Validate() error

type UpdateAlertIssueRequest

type UpdateAlertIssueRequest struct {
	GroupId                  string                 `protobuf:"bytes,1,opt,name=groupId,proto3" json:"groupId,omitempty"`
	Title                    string                 `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Content                  string                 `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
	State                    int64                  `protobuf:"varint,4,opt,name=state,proto3" json:"state,omitempty"`
	Priority                 string                 `protobuf:"bytes,5,opt,name=priority,proto3" json:"priority,omitempty"`
	Complexity               string                 `protobuf:"bytes,6,opt,name=complexity,proto3" json:"complexity,omitempty"`
	Severity                 string                 `protobuf:"bytes,7,opt,name=severity,proto3" json:"severity,omitempty"`
	PlanStartedAt            *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=planStartedAt,proto3" json:"planStartedAt,omitempty"`
	PlanFinishedAt           *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=planFinishedAt,proto3" json:"planFinishedAt,omitempty"`
	Assignee                 string                 `protobuf:"bytes,10,opt,name=assignee,proto3" json:"assignee,omitempty"`
	IterationID              string                 `protobuf:"bytes,11,opt,name=iterationID,proto3" json:"iterationID,omitempty"`
	Source                   string                 `protobuf:"bytes,12,opt,name=source,proto3" json:"source,omitempty"`
	Labels                   []string               `protobuf:"bytes,13,rep,name=labels,proto3" json:"labels,omitempty"`
	RelatedIssues            []int64                `protobuf:"varint,14,rep,packed,name=relatedIssues,proto3" json:"relatedIssues,omitempty"`
	TaskType                 string                 `protobuf:"bytes,15,opt,name=taskType,proto3" json:"taskType,omitempty"`
	BugStage                 string                 `protobuf:"bytes,16,opt,name=bugStage,proto3" json:"bugStage,omitempty"`
	Owner                    string                 `protobuf:"bytes,17,opt,name=owner,proto3" json:"owner,omitempty"`
	IssueManHour             *IssueManHour          `protobuf:"bytes,18,opt,name=issueManHour,proto3" json:"issueManHour,omitempty"`
	TestPlanCaseRelIDs       []uint64               `protobuf:"varint,19,rep,packed,name=testPlanCaseRelIDs,proto3" json:"testPlanCaseRelIDs,omitempty"`
	RemoveTestPlanCaseRelIDs bool                   `protobuf:"varint,20,opt,name=removeTestPlanCaseRelIDs,proto3" json:"removeTestPlanCaseRelIDs,omitempty"`
	Id                       uint64                 `protobuf:"varint,21,opt,name=id,proto3" json:"id,omitempty"`
	UserID                   string                 `protobuf:"bytes,22,opt,name=userID,proto3" json:"userID,omitempty"`
	InternalClient           string                 `protobuf:"bytes,23,opt,name=internalClient,proto3" json:"internalClient,omitempty"`
	IssueId                  uint64                 `protobuf:"varint,24,opt,name=issueId,proto3" json:"issueId,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateAlertIssueRequest) Descriptor deprecated

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

Deprecated: Use UpdateAlertIssueRequest.ProtoReflect.Descriptor instead.

func (*UpdateAlertIssueRequest) GetAssignee

func (x *UpdateAlertIssueRequest) GetAssignee() string

func (*UpdateAlertIssueRequest) GetBugStage

func (x *UpdateAlertIssueRequest) GetBugStage() string

func (*UpdateAlertIssueRequest) GetComplexity

func (x *UpdateAlertIssueRequest) GetComplexity() string

func (*UpdateAlertIssueRequest) GetContent

func (x *UpdateAlertIssueRequest) GetContent() string

func (*UpdateAlertIssueRequest) GetGroupId

func (x *UpdateAlertIssueRequest) GetGroupId() string

func (*UpdateAlertIssueRequest) GetId

func (x *UpdateAlertIssueRequest) GetId() uint64

func (*UpdateAlertIssueRequest) GetInternalClient

func (x *UpdateAlertIssueRequest) GetInternalClient() string

func (*UpdateAlertIssueRequest) GetIssueId

func (x *UpdateAlertIssueRequest) GetIssueId() uint64

func (*UpdateAlertIssueRequest) GetIssueManHour

func (x *UpdateAlertIssueRequest) GetIssueManHour() *IssueManHour

func (*UpdateAlertIssueRequest) GetIterationID

func (x *UpdateAlertIssueRequest) GetIterationID() string

func (*UpdateAlertIssueRequest) GetLabels

func (x *UpdateAlertIssueRequest) GetLabels() []string

func (*UpdateAlertIssueRequest) GetOwner

func (x *UpdateAlertIssueRequest) GetOwner() string

func (*UpdateAlertIssueRequest) GetPlanFinishedAt

func (x *UpdateAlertIssueRequest) GetPlanFinishedAt() *timestamppb.Timestamp

func (*UpdateAlertIssueRequest) GetPlanStartedAt

func (x *UpdateAlertIssueRequest) GetPlanStartedAt() *timestamppb.Timestamp

func (*UpdateAlertIssueRequest) GetPriority

func (x *UpdateAlertIssueRequest) GetPriority() string

func (*UpdateAlertIssueRequest) GetRelatedIssues

func (x *UpdateAlertIssueRequest) GetRelatedIssues() []int64

func (*UpdateAlertIssueRequest) GetRemoveTestPlanCaseRelIDs

func (x *UpdateAlertIssueRequest) GetRemoveTestPlanCaseRelIDs() bool

func (*UpdateAlertIssueRequest) GetSeverity

func (x *UpdateAlertIssueRequest) GetSeverity() string

func (*UpdateAlertIssueRequest) GetSource

func (x *UpdateAlertIssueRequest) GetSource() string

func (*UpdateAlertIssueRequest) GetState

func (x *UpdateAlertIssueRequest) GetState() int64

func (*UpdateAlertIssueRequest) GetTaskType

func (x *UpdateAlertIssueRequest) GetTaskType() string

func (*UpdateAlertIssueRequest) GetTestPlanCaseRelIDs

func (x *UpdateAlertIssueRequest) GetTestPlanCaseRelIDs() []uint64

func (*UpdateAlertIssueRequest) GetTitle

func (x *UpdateAlertIssueRequest) GetTitle() string

func (*UpdateAlertIssueRequest) GetUserID

func (x *UpdateAlertIssueRequest) GetUserID() string

func (*UpdateAlertIssueRequest) MarshalJSON

func (m *UpdateAlertIssueRequest) MarshalJSON() ([]byte, error)

UpdateAlertIssueRequest implement json.Marshaler.

func (*UpdateAlertIssueRequest) ProtoMessage

func (*UpdateAlertIssueRequest) ProtoMessage()

func (*UpdateAlertIssueRequest) ProtoReflect

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

func (*UpdateAlertIssueRequest) Reset

func (x *UpdateAlertIssueRequest) Reset()

func (*UpdateAlertIssueRequest) String

func (x *UpdateAlertIssueRequest) String() string

func (*UpdateAlertIssueRequest) UnmarshalJSON

func (m *UpdateAlertIssueRequest) UnmarshalJSON(b []byte) error

UpdateAlertIssueRequest implement json.Marshaler.

func (*UpdateAlertIssueRequest) UnmarshalURLValues

func (m *UpdateAlertIssueRequest) UnmarshalURLValues(prefix string, values url.Values) error

UpdateAlertIssueRequest implement urlenc.URLValuesUnmarshaler.

func (*UpdateAlertIssueRequest) Validate

func (this *UpdateAlertIssueRequest) Validate() error

type UpdateAlertIssueResponse

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

func (*UpdateAlertIssueResponse) Descriptor deprecated

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

Deprecated: Use UpdateAlertIssueResponse.ProtoReflect.Descriptor instead.

func (*UpdateAlertIssueResponse) MarshalJSON

func (m *UpdateAlertIssueResponse) MarshalJSON() ([]byte, error)

UpdateAlertIssueResponse implement json.Marshaler.

func (*UpdateAlertIssueResponse) ProtoMessage

func (*UpdateAlertIssueResponse) ProtoMessage()

func (*UpdateAlertIssueResponse) ProtoReflect

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

func (*UpdateAlertIssueResponse) Reset

func (x *UpdateAlertIssueResponse) Reset()

func (*UpdateAlertIssueResponse) String

func (x *UpdateAlertIssueResponse) String() string

func (*UpdateAlertIssueResponse) UnmarshalJSON

func (m *UpdateAlertIssueResponse) UnmarshalJSON(b []byte) error

UpdateAlertIssueResponse implement json.Marshaler.

func (*UpdateAlertIssueResponse) UnmarshalURLValues

func (m *UpdateAlertIssueResponse) UnmarshalURLValues(prefix string, values url.Values) error

UpdateAlertIssueResponse implement urlenc.URLValuesUnmarshaler.

func (*UpdateAlertIssueResponse) Validate

func (this *UpdateAlertIssueResponse) Validate() error

type UpdateAlertRequest

type UpdateAlertRequest struct {
	Id           uint64                     `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name         string                     `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	AlertScope   string                     `protobuf:"bytes,3,opt,name=alertScope,proto3" json:"alertScope,omitempty"`
	AlertScopeId string                     `protobuf:"bytes,4,opt,name=alertScopeId,proto3" json:"alertScopeId,omitempty"`
	Enable       bool                       `protobuf:"varint,5,opt,name=enable,proto3" json:"enable,omitempty"`
	Rules        []*AlertExpression         `protobuf:"bytes,6,rep,name=rules,proto3" json:"rules,omitempty"`
	Notifies     []*AlertNotify             `protobuf:"bytes,7,rep,name=notifies,proto3" json:"notifies,omitempty"`
	Filters      map[string]*structpb.Value `` /* 155-byte string literal not displayed */
	Attributes   map[string]*structpb.Value `` /* 161-byte string literal not displayed */
	ClusterNames []string                   `protobuf:"bytes,10,rep,name=clusterNames,proto3" json:"clusterNames,omitempty"`
	Domain       string                     `protobuf:"bytes,11,opt,name=domain,proto3" json:"domain,omitempty"`
	CreateTime   int64                      `protobuf:"varint,12,opt,name=createTime,proto3" json:"createTime,omitempty"`
	UpdateTime   int64                      `protobuf:"varint,13,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateAlertRequest) Descriptor deprecated

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

Deprecated: Use UpdateAlertRequest.ProtoReflect.Descriptor instead.

func (*UpdateAlertRequest) GetAlertScope

func (x *UpdateAlertRequest) GetAlertScope() string

func (*UpdateAlertRequest) GetAlertScopeId

func (x *UpdateAlertRequest) GetAlertScopeId() string

func (*UpdateAlertRequest) GetAttributes

func (x *UpdateAlertRequest) GetAttributes() map[string]*structpb.Value

func (*UpdateAlertRequest) GetClusterNames

func (x *UpdateAlertRequest) GetClusterNames() []string

func (*UpdateAlertRequest) GetCreateTime

func (x *UpdateAlertRequest) GetCreateTime() int64

func (*UpdateAlertRequest) GetDomain

func (x *UpdateAlertRequest) GetDomain() string

func (*UpdateAlertRequest) GetEnable

func (x *UpdateAlertRequest) GetEnable() bool

func (*UpdateAlertRequest) GetFilters

func (x *UpdateAlertRequest) GetFilters() map[string]*structpb.Value

func (*UpdateAlertRequest) GetId

func (x *UpdateAlertRequest) GetId() uint64

func (*UpdateAlertRequest) GetName

func (x *UpdateAlertRequest) GetName() string

func (*UpdateAlertRequest) GetNotifies

func (x *UpdateAlertRequest) GetNotifies() []*AlertNotify

func (*UpdateAlertRequest) GetRules

func (x *UpdateAlertRequest) GetRules() []*AlertExpression

func (*UpdateAlertRequest) GetUpdateTime

func (x *UpdateAlertRequest) GetUpdateTime() int64

func (*UpdateAlertRequest) MarshalJSON

func (m *UpdateAlertRequest) MarshalJSON() ([]byte, error)

UpdateAlertRequest implement json.Marshaler.

func (*UpdateAlertRequest) ProtoMessage

func (*UpdateAlertRequest) ProtoMessage()

func (*UpdateAlertRequest) ProtoReflect

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

func (*UpdateAlertRequest) Reset

func (x *UpdateAlertRequest) Reset()

func (*UpdateAlertRequest) String

func (x *UpdateAlertRequest) String() string

func (*UpdateAlertRequest) UnmarshalJSON

func (m *UpdateAlertRequest) UnmarshalJSON(b []byte) error

UpdateAlertRequest implement json.Marshaler.

func (*UpdateAlertRequest) UnmarshalURLValues

func (m *UpdateAlertRequest) UnmarshalURLValues(prefix string, values url.Values) error

UpdateAlertRequest implement urlenc.URLValuesUnmarshaler.

func (*UpdateAlertRequest) Validate

func (this *UpdateAlertRequest) Validate() error

type UpdateAlertResponse

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

func (*UpdateAlertResponse) Descriptor deprecated

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

Deprecated: Use UpdateAlertResponse.ProtoReflect.Descriptor instead.

func (*UpdateAlertResponse) MarshalJSON

func (m *UpdateAlertResponse) MarshalJSON() ([]byte, error)

UpdateAlertResponse implement json.Marshaler.

func (*UpdateAlertResponse) ProtoMessage

func (*UpdateAlertResponse) ProtoMessage()

func (*UpdateAlertResponse) ProtoReflect

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

func (*UpdateAlertResponse) Reset

func (x *UpdateAlertResponse) Reset()

func (*UpdateAlertResponse) String

func (x *UpdateAlertResponse) String() string

func (*UpdateAlertResponse) UnmarshalJSON

func (m *UpdateAlertResponse) UnmarshalJSON(b []byte) error

UpdateAlertResponse implement json.Marshaler.

func (*UpdateAlertResponse) UnmarshalURLValues

func (m *UpdateAlertResponse) UnmarshalURLValues(prefix string, values url.Values) error

UpdateAlertResponse implement urlenc.URLValuesUnmarshaler.

func (*UpdateAlertResponse) Validate

func (this *UpdateAlertResponse) Validate() error

type UpdateCustomizeAlertEnableRequest

type UpdateCustomizeAlertEnableRequest struct {
	Id     uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Enable bool   `protobuf:"varint,2,opt,name=enable,proto3" json:"enable,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCustomizeAlertEnableRequest) Descriptor deprecated

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

Deprecated: Use UpdateCustomizeAlertEnableRequest.ProtoReflect.Descriptor instead.

func (*UpdateCustomizeAlertEnableRequest) GetEnable

func (x *UpdateCustomizeAlertEnableRequest) GetEnable() bool

func (*UpdateCustomizeAlertEnableRequest) GetId

func (*UpdateCustomizeAlertEnableRequest) MarshalJSON

func (m *UpdateCustomizeAlertEnableRequest) MarshalJSON() ([]byte, error)

UpdateCustomizeAlertEnableRequest implement json.Marshaler.

func (*UpdateCustomizeAlertEnableRequest) ProtoMessage

func (*UpdateCustomizeAlertEnableRequest) ProtoMessage()

func (*UpdateCustomizeAlertEnableRequest) ProtoReflect

func (*UpdateCustomizeAlertEnableRequest) Reset

func (*UpdateCustomizeAlertEnableRequest) String

func (*UpdateCustomizeAlertEnableRequest) UnmarshalJSON

func (m *UpdateCustomizeAlertEnableRequest) UnmarshalJSON(b []byte) error

UpdateCustomizeAlertEnableRequest implement json.Marshaler.

func (*UpdateCustomizeAlertEnableRequest) UnmarshalURLValues

func (m *UpdateCustomizeAlertEnableRequest) UnmarshalURLValues(prefix string, values url.Values) error

UpdateCustomizeAlertEnableRequest implement urlenc.URLValuesUnmarshaler.

func (*UpdateCustomizeAlertEnableRequest) Validate

func (this *UpdateCustomizeAlertEnableRequest) Validate() error

type UpdateCustomizeAlertEnableResponse

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

func (*UpdateCustomizeAlertEnableResponse) Descriptor deprecated

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

Deprecated: Use UpdateCustomizeAlertEnableResponse.ProtoReflect.Descriptor instead.

func (*UpdateCustomizeAlertEnableResponse) MarshalJSON

func (m *UpdateCustomizeAlertEnableResponse) MarshalJSON() ([]byte, error)

UpdateCustomizeAlertEnableResponse implement json.Marshaler.

func (*UpdateCustomizeAlertEnableResponse) ProtoMessage

func (*UpdateCustomizeAlertEnableResponse) ProtoMessage()

func (*UpdateCustomizeAlertEnableResponse) ProtoReflect

func (*UpdateCustomizeAlertEnableResponse) Reset

func (*UpdateCustomizeAlertEnableResponse) String

func (*UpdateCustomizeAlertEnableResponse) UnmarshalJSON

func (m *UpdateCustomizeAlertEnableResponse) UnmarshalJSON(b []byte) error

UpdateCustomizeAlertEnableResponse implement json.Marshaler.

func (*UpdateCustomizeAlertEnableResponse) UnmarshalURLValues

func (m *UpdateCustomizeAlertEnableResponse) UnmarshalURLValues(prefix string, values url.Values) error

UpdateCustomizeAlertEnableResponse implement urlenc.URLValuesUnmarshaler.

func (*UpdateCustomizeAlertEnableResponse) Validate

func (this *UpdateCustomizeAlertEnableResponse) Validate() error

type UpdateCustomizeAlertRequest

type UpdateCustomizeAlertRequest struct {
	Id           uint64                           `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ClusterName  string                           `protobuf:"bytes,2,opt,name=clusterName,proto3" json:"clusterName,omitempty"`
	Name         string                           `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	AlertType    string                           `protobuf:"bytes,4,opt,name=alertType,proto3" json:"alertType,omitempty"`
	AlertScope   string                           `protobuf:"bytes,5,opt,name=alertScope,proto3" json:"alertScope,omitempty"`
	AlertScopeId string                           `protobuf:"bytes,6,opt,name=alertScopeId,proto3" json:"alertScopeId,omitempty"`
	Enable       bool                             `protobuf:"varint,7,opt,name=enable,proto3" json:"enable,omitempty"`
	Attributes   map[string]*structpb.Value       `` /* 161-byte string literal not displayed */
	Rules        []*CustomizeAlertRule            `protobuf:"bytes,9,rep,name=rules,proto3" json:"rules,omitempty"`
	Notifies     []*CustomizeAlertNotifyTemplates `protobuf:"bytes,10,rep,name=notifies,proto3" json:"notifies,omitempty"`
	CreateTime   int64                            `protobuf:"varint,11,opt,name=createTime,proto3" json:"createTime,omitempty"`
	UpdateTime   int64                            `protobuf:"varint,12,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCustomizeAlertRequest) Descriptor deprecated

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

Deprecated: Use UpdateCustomizeAlertRequest.ProtoReflect.Descriptor instead.

func (*UpdateCustomizeAlertRequest) GetAlertScope

func (x *UpdateCustomizeAlertRequest) GetAlertScope() string

func (*UpdateCustomizeAlertRequest) GetAlertScopeId

func (x *UpdateCustomizeAlertRequest) GetAlertScopeId() string

func (*UpdateCustomizeAlertRequest) GetAlertType

func (x *UpdateCustomizeAlertRequest) GetAlertType() string

func (*UpdateCustomizeAlertRequest) GetAttributes

func (x *UpdateCustomizeAlertRequest) GetAttributes() map[string]*structpb.Value

func (*UpdateCustomizeAlertRequest) GetClusterName

func (x *UpdateCustomizeAlertRequest) GetClusterName() string

func (*UpdateCustomizeAlertRequest) GetCreateTime

func (x *UpdateCustomizeAlertRequest) GetCreateTime() int64

func (*UpdateCustomizeAlertRequest) GetEnable

func (x *UpdateCustomizeAlertRequest) GetEnable() bool

func (*UpdateCustomizeAlertRequest) GetId

func (*UpdateCustomizeAlertRequest) GetName

func (x *UpdateCustomizeAlertRequest) GetName() string

func (*UpdateCustomizeAlertRequest) GetNotifies

func (*UpdateCustomizeAlertRequest) GetRules

func (*UpdateCustomizeAlertRequest) GetUpdateTime

func (x *UpdateCustomizeAlertRequest) GetUpdateTime() int64

func (*UpdateCustomizeAlertRequest) MarshalJSON

func (m *UpdateCustomizeAlertRequest) MarshalJSON() ([]byte, error)

UpdateCustomizeAlertRequest implement json.Marshaler.

func (*UpdateCustomizeAlertRequest) ProtoMessage

func (*UpdateCustomizeAlertRequest) ProtoMessage()

func (*UpdateCustomizeAlertRequest) ProtoReflect

func (*UpdateCustomizeAlertRequest) Reset

func (x *UpdateCustomizeAlertRequest) Reset()

func (*UpdateCustomizeAlertRequest) String

func (x *UpdateCustomizeAlertRequest) String() string

func (*UpdateCustomizeAlertRequest) UnmarshalJSON

func (m *UpdateCustomizeAlertRequest) UnmarshalJSON(b []byte) error

UpdateCustomizeAlertRequest implement json.Marshaler.

func (*UpdateCustomizeAlertRequest) UnmarshalURLValues

func (m *UpdateCustomizeAlertRequest) UnmarshalURLValues(prefix string, values url.Values) error

UpdateCustomizeAlertRequest implement urlenc.URLValuesUnmarshaler.

func (*UpdateCustomizeAlertRequest) Validate

func (this *UpdateCustomizeAlertRequest) Validate() error

type UpdateCustomizeAlertResponse

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

func (*UpdateCustomizeAlertResponse) Descriptor deprecated

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

Deprecated: Use UpdateCustomizeAlertResponse.ProtoReflect.Descriptor instead.

func (*UpdateCustomizeAlertResponse) MarshalJSON

func (m *UpdateCustomizeAlertResponse) MarshalJSON() ([]byte, error)

UpdateCustomizeAlertResponse implement json.Marshaler.

func (*UpdateCustomizeAlertResponse) ProtoMessage

func (*UpdateCustomizeAlertResponse) ProtoMessage()

func (*UpdateCustomizeAlertResponse) ProtoReflect

func (*UpdateCustomizeAlertResponse) Reset

func (x *UpdateCustomizeAlertResponse) Reset()

func (*UpdateCustomizeAlertResponse) String

func (*UpdateCustomizeAlertResponse) UnmarshalJSON

func (m *UpdateCustomizeAlertResponse) UnmarshalJSON(b []byte) error

UpdateCustomizeAlertResponse implement json.Marshaler.

func (*UpdateCustomizeAlertResponse) UnmarshalURLValues

func (m *UpdateCustomizeAlertResponse) UnmarshalURLValues(prefix string, values url.Values) error

UpdateCustomizeAlertResponse implement urlenc.URLValuesUnmarshaler.

func (*UpdateCustomizeAlertResponse) Validate

func (this *UpdateCustomizeAlertResponse) Validate() error

type UpdateOrgAlertEnableRequest

type UpdateOrgAlertEnableRequest struct {
	Id     int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Enable bool  `protobuf:"varint,2,opt,name=enable,proto3" json:"enable,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOrgAlertEnableRequest) Descriptor deprecated

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

Deprecated: Use UpdateOrgAlertEnableRequest.ProtoReflect.Descriptor instead.

func (*UpdateOrgAlertEnableRequest) GetEnable

func (x *UpdateOrgAlertEnableRequest) GetEnable() bool

func (*UpdateOrgAlertEnableRequest) GetId

func (*UpdateOrgAlertEnableRequest) MarshalJSON

func (m *UpdateOrgAlertEnableRequest) MarshalJSON() ([]byte, error)

UpdateOrgAlertEnableRequest implement json.Marshaler.

func (*UpdateOrgAlertEnableRequest) ProtoMessage

func (*UpdateOrgAlertEnableRequest) ProtoMessage()

func (*UpdateOrgAlertEnableRequest) ProtoReflect

func (*UpdateOrgAlertEnableRequest) Reset

func (x *UpdateOrgAlertEnableRequest) Reset()

func (*UpdateOrgAlertEnableRequest) String

func (x *UpdateOrgAlertEnableRequest) String() string

func (*UpdateOrgAlertEnableRequest) UnmarshalJSON

func (m *UpdateOrgAlertEnableRequest) UnmarshalJSON(b []byte) error

UpdateOrgAlertEnableRequest implement json.Marshaler.

func (*UpdateOrgAlertEnableRequest) UnmarshalURLValues

func (m *UpdateOrgAlertEnableRequest) UnmarshalURLValues(prefix string, values url.Values) error

UpdateOrgAlertEnableRequest implement urlenc.URLValuesUnmarshaler.

func (*UpdateOrgAlertEnableRequest) Validate

func (this *UpdateOrgAlertEnableRequest) Validate() error

type UpdateOrgAlertEnableResponse

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

func (*UpdateOrgAlertEnableResponse) Descriptor deprecated

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

Deprecated: Use UpdateOrgAlertEnableResponse.ProtoReflect.Descriptor instead.

func (*UpdateOrgAlertEnableResponse) MarshalJSON

func (m *UpdateOrgAlertEnableResponse) MarshalJSON() ([]byte, error)

UpdateOrgAlertEnableResponse implement json.Marshaler.

func (*UpdateOrgAlertEnableResponse) ProtoMessage

func (*UpdateOrgAlertEnableResponse) ProtoMessage()

func (*UpdateOrgAlertEnableResponse) ProtoReflect

func (*UpdateOrgAlertEnableResponse) Reset

func (x *UpdateOrgAlertEnableResponse) Reset()

func (*UpdateOrgAlertEnableResponse) String

func (*UpdateOrgAlertEnableResponse) UnmarshalJSON

func (m *UpdateOrgAlertEnableResponse) UnmarshalJSON(b []byte) error

UpdateOrgAlertEnableResponse implement json.Marshaler.

func (*UpdateOrgAlertEnableResponse) UnmarshalURLValues

func (m *UpdateOrgAlertEnableResponse) UnmarshalURLValues(prefix string, values url.Values) error

UpdateOrgAlertEnableResponse implement urlenc.URLValuesUnmarshaler.

func (*UpdateOrgAlertEnableResponse) Validate

func (this *UpdateOrgAlertEnableResponse) Validate() error

type UpdateOrgAlertIssueRequest

type UpdateOrgAlertIssueRequest struct {
	GroupId                  string                 `protobuf:"bytes,1,opt,name=groupId,proto3" json:"groupId,omitempty"`
	Title                    string                 `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Content                  string                 `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
	State                    int64                  `protobuf:"varint,4,opt,name=state,proto3" json:"state,omitempty"`
	Priority                 string                 `protobuf:"bytes,5,opt,name=priority,proto3" json:"priority,omitempty"`
	Complexity               string                 `protobuf:"bytes,6,opt,name=complexity,proto3" json:"complexity,omitempty"`
	Severity                 string                 `protobuf:"bytes,7,opt,name=severity,proto3" json:"severity,omitempty"`
	PlanStartedAt            *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=planStartedAt,proto3" json:"planStartedAt,omitempty"`
	PlanFinishedAt           *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=planFinishedAt,proto3" json:"planFinishedAt,omitempty"`
	Assignee                 string                 `protobuf:"bytes,10,opt,name=assignee,proto3" json:"assignee,omitempty"`
	IterationID              string                 `protobuf:"bytes,11,opt,name=iterationID,proto3" json:"iterationID,omitempty"`
	Source                   string                 `protobuf:"bytes,12,opt,name=source,proto3" json:"source,omitempty"`
	Labels                   []string               `protobuf:"bytes,13,rep,name=labels,proto3" json:"labels,omitempty"`
	RelatedIssues            []int64                `protobuf:"varint,14,rep,packed,name=relatedIssues,proto3" json:"relatedIssues,omitempty"`
	TaskType                 string                 `protobuf:"bytes,15,opt,name=taskType,proto3" json:"taskType,omitempty"`
	BugStage                 string                 `protobuf:"bytes,16,opt,name=bugStage,proto3" json:"bugStage,omitempty"`
	Owner                    string                 `protobuf:"bytes,17,opt,name=owner,proto3" json:"owner,omitempty"`
	IssueManHour             *IssueManHour          `protobuf:"bytes,18,opt,name=issueManHour,proto3" json:"issueManHour,omitempty"`
	TestPlanCaseRelIDs       []uint64               `protobuf:"varint,19,rep,packed,name=testPlanCaseRelIDs,proto3" json:"testPlanCaseRelIDs,omitempty"`
	RemoveTestPlanCaseRelIDs bool                   `protobuf:"varint,20,opt,name=removeTestPlanCaseRelIDs,proto3" json:"removeTestPlanCaseRelIDs,omitempty"`
	Id                       uint64                 `protobuf:"varint,21,opt,name=id,proto3" json:"id,omitempty"`
	UserID                   string                 `protobuf:"bytes,22,opt,name=userID,proto3" json:"userID,omitempty"`
	InternalClient           string                 `protobuf:"bytes,23,opt,name=internalClient,proto3" json:"internalClient,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOrgAlertIssueRequest) Descriptor deprecated

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

Deprecated: Use UpdateOrgAlertIssueRequest.ProtoReflect.Descriptor instead.

func (*UpdateOrgAlertIssueRequest) GetAssignee

func (x *UpdateOrgAlertIssueRequest) GetAssignee() string

func (*UpdateOrgAlertIssueRequest) GetBugStage

func (x *UpdateOrgAlertIssueRequest) GetBugStage() string

func (*UpdateOrgAlertIssueRequest) GetComplexity

func (x *UpdateOrgAlertIssueRequest) GetComplexity() string

func (*UpdateOrgAlertIssueRequest) GetContent

func (x *UpdateOrgAlertIssueRequest) GetContent() string

func (*UpdateOrgAlertIssueRequest) GetGroupId

func (x *UpdateOrgAlertIssueRequest) GetGroupId() string

func (*UpdateOrgAlertIssueRequest) GetId

func (*UpdateOrgAlertIssueRequest) GetInternalClient

func (x *UpdateOrgAlertIssueRequest) GetInternalClient() string

func (*UpdateOrgAlertIssueRequest) GetIssueManHour

func (x *UpdateOrgAlertIssueRequest) GetIssueManHour() *IssueManHour

func (*UpdateOrgAlertIssueRequest) GetIterationID

func (x *UpdateOrgAlertIssueRequest) GetIterationID() string

func (*UpdateOrgAlertIssueRequest) GetLabels

func (x *UpdateOrgAlertIssueRequest) GetLabels() []string

func (*UpdateOrgAlertIssueRequest) GetOwner

func (x *UpdateOrgAlertIssueRequest) GetOwner() string

func (*UpdateOrgAlertIssueRequest) GetPlanFinishedAt

func (x *UpdateOrgAlertIssueRequest) GetPlanFinishedAt() *timestamppb.Timestamp

func (*UpdateOrgAlertIssueRequest) GetPlanStartedAt

func (x *UpdateOrgAlertIssueRequest) GetPlanStartedAt() *timestamppb.Timestamp

func (*UpdateOrgAlertIssueRequest) GetPriority

func (x *UpdateOrgAlertIssueRequest) GetPriority() string

func (*UpdateOrgAlertIssueRequest) GetRelatedIssues

func (x *UpdateOrgAlertIssueRequest) GetRelatedIssues() []int64

func (*UpdateOrgAlertIssueRequest) GetRemoveTestPlanCaseRelIDs

func (x *UpdateOrgAlertIssueRequest) GetRemoveTestPlanCaseRelIDs() bool

func (*UpdateOrgAlertIssueRequest) GetSeverity

func (x *UpdateOrgAlertIssueRequest) GetSeverity() string

func (*UpdateOrgAlertIssueRequest) GetSource

func (x *UpdateOrgAlertIssueRequest) GetSource() string

func (*UpdateOrgAlertIssueRequest) GetState

func (x *UpdateOrgAlertIssueRequest) GetState() int64

func (*UpdateOrgAlertIssueRequest) GetTaskType

func (x *UpdateOrgAlertIssueRequest) GetTaskType() string

func (*UpdateOrgAlertIssueRequest) GetTestPlanCaseRelIDs

func (x *UpdateOrgAlertIssueRequest) GetTestPlanCaseRelIDs() []uint64

func (*UpdateOrgAlertIssueRequest) GetTitle

func (x *UpdateOrgAlertIssueRequest) GetTitle() string

func (*UpdateOrgAlertIssueRequest) GetUserID

func (x *UpdateOrgAlertIssueRequest) GetUserID() string

func (*UpdateOrgAlertIssueRequest) MarshalJSON

func (m *UpdateOrgAlertIssueRequest) MarshalJSON() ([]byte, error)

UpdateOrgAlertIssueRequest implement json.Marshaler.

func (*UpdateOrgAlertIssueRequest) ProtoMessage

func (*UpdateOrgAlertIssueRequest) ProtoMessage()

func (*UpdateOrgAlertIssueRequest) ProtoReflect

func (*UpdateOrgAlertIssueRequest) Reset

func (x *UpdateOrgAlertIssueRequest) Reset()

func (*UpdateOrgAlertIssueRequest) String

func (x *UpdateOrgAlertIssueRequest) String() string

func (*UpdateOrgAlertIssueRequest) UnmarshalJSON

func (m *UpdateOrgAlertIssueRequest) UnmarshalJSON(b []byte) error

UpdateOrgAlertIssueRequest implement json.Marshaler.

func (*UpdateOrgAlertIssueRequest) UnmarshalURLValues

func (m *UpdateOrgAlertIssueRequest) UnmarshalURLValues(prefix string, values url.Values) error

UpdateOrgAlertIssueRequest implement urlenc.URLValuesUnmarshaler.

func (*UpdateOrgAlertIssueRequest) Validate

func (this *UpdateOrgAlertIssueRequest) Validate() error

type UpdateOrgAlertIssueResponse

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

func (*UpdateOrgAlertIssueResponse) Descriptor deprecated

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

Deprecated: Use UpdateOrgAlertIssueResponse.ProtoReflect.Descriptor instead.

func (*UpdateOrgAlertIssueResponse) MarshalJSON

func (m *UpdateOrgAlertIssueResponse) MarshalJSON() ([]byte, error)

UpdateOrgAlertIssueResponse implement json.Marshaler.

func (*UpdateOrgAlertIssueResponse) ProtoMessage

func (*UpdateOrgAlertIssueResponse) ProtoMessage()

func (*UpdateOrgAlertIssueResponse) ProtoReflect

func (*UpdateOrgAlertIssueResponse) Reset

func (x *UpdateOrgAlertIssueResponse) Reset()

func (*UpdateOrgAlertIssueResponse) String

func (x *UpdateOrgAlertIssueResponse) String() string

func (*UpdateOrgAlertIssueResponse) UnmarshalJSON

func (m *UpdateOrgAlertIssueResponse) UnmarshalJSON(b []byte) error

UpdateOrgAlertIssueResponse implement json.Marshaler.

func (*UpdateOrgAlertIssueResponse) UnmarshalURLValues

func (m *UpdateOrgAlertIssueResponse) UnmarshalURLValues(prefix string, values url.Values) error

UpdateOrgAlertIssueResponse implement urlenc.URLValuesUnmarshaler.

func (*UpdateOrgAlertIssueResponse) Validate

func (this *UpdateOrgAlertIssueResponse) Validate() error

type UpdateOrgAlertRequest

type UpdateOrgAlertRequest struct {
	Id           uint64                     `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name         string                     `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	AlertScope   string                     `protobuf:"bytes,3,opt,name=alertScope,proto3" json:"alertScope,omitempty"`
	AlertScopeId string                     `protobuf:"bytes,4,opt,name=alertScopeId,proto3" json:"alertScopeId,omitempty"`
	Enable       bool                       `protobuf:"varint,5,opt,name=enable,proto3" json:"enable,omitempty"`
	Rules        []*AlertExpression         `protobuf:"bytes,6,rep,name=rules,proto3" json:"rules,omitempty"`
	Notifies     []*AlertNotify             `protobuf:"bytes,7,rep,name=notifies,proto3" json:"notifies,omitempty"`
	Filters      map[string]*structpb.Value `` /* 155-byte string literal not displayed */
	Attributes   map[string]*structpb.Value `` /* 161-byte string literal not displayed */
	ClusterNames []string                   `protobuf:"bytes,10,rep,name=clusterNames,proto3" json:"clusterNames,omitempty"`
	Domain       string                     `protobuf:"bytes,11,opt,name=domain,proto3" json:"domain,omitempty"`
	CreateTime   int64                      `protobuf:"varint,12,opt,name=createTime,proto3" json:"createTime,omitempty"`
	UpdateTime   int64                      `protobuf:"varint,13,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOrgAlertRequest) Descriptor deprecated

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

Deprecated: Use UpdateOrgAlertRequest.ProtoReflect.Descriptor instead.

func (*UpdateOrgAlertRequest) GetAlertScope

func (x *UpdateOrgAlertRequest) GetAlertScope() string

func (*UpdateOrgAlertRequest) GetAlertScopeId

func (x *UpdateOrgAlertRequest) GetAlertScopeId() string

func (*UpdateOrgAlertRequest) GetAttributes

func (x *UpdateOrgAlertRequest) GetAttributes() map[string]*structpb.Value

func (*UpdateOrgAlertRequest) GetClusterNames

func (x *UpdateOrgAlertRequest) GetClusterNames() []string

func (*UpdateOrgAlertRequest) GetCreateTime

func (x *UpdateOrgAlertRequest) GetCreateTime() int64

func (*UpdateOrgAlertRequest) GetDomain

func (x *UpdateOrgAlertRequest) GetDomain() string

func (*UpdateOrgAlertRequest) GetEnable

func (x *UpdateOrgAlertRequest) GetEnable() bool

func (*UpdateOrgAlertRequest) GetFilters

func (x *UpdateOrgAlertRequest) GetFilters() map[string]*structpb.Value

func (*UpdateOrgAlertRequest) GetId

func (x *UpdateOrgAlertRequest) GetId() uint64

func (*UpdateOrgAlertRequest) GetName

func (x *UpdateOrgAlertRequest) GetName() string

func (*UpdateOrgAlertRequest) GetNotifies

func (x *UpdateOrgAlertRequest) GetNotifies() []*AlertNotify

func (*UpdateOrgAlertRequest) GetRules

func (x *UpdateOrgAlertRequest) GetRules() []*AlertExpression

func (*UpdateOrgAlertRequest) GetUpdateTime

func (x *UpdateOrgAlertRequest) GetUpdateTime() int64

func (*UpdateOrgAlertRequest) MarshalJSON

func (m *UpdateOrgAlertRequest) MarshalJSON() ([]byte, error)

UpdateOrgAlertRequest implement json.Marshaler.

func (*UpdateOrgAlertRequest) ProtoMessage

func (*UpdateOrgAlertRequest) ProtoMessage()

func (*UpdateOrgAlertRequest) ProtoReflect

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

func (*UpdateOrgAlertRequest) Reset

func (x *UpdateOrgAlertRequest) Reset()

func (*UpdateOrgAlertRequest) String

func (x *UpdateOrgAlertRequest) String() string

func (*UpdateOrgAlertRequest) UnmarshalJSON

func (m *UpdateOrgAlertRequest) UnmarshalJSON(b []byte) error

UpdateOrgAlertRequest implement json.Marshaler.

func (*UpdateOrgAlertRequest) UnmarshalURLValues

func (m *UpdateOrgAlertRequest) UnmarshalURLValues(prefix string, values url.Values) error

UpdateOrgAlertRequest implement urlenc.URLValuesUnmarshaler.

func (*UpdateOrgAlertRequest) Validate

func (this *UpdateOrgAlertRequest) Validate() error

type UpdateOrgAlertResponse

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

func (*UpdateOrgAlertResponse) Descriptor deprecated

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

Deprecated: Use UpdateOrgAlertResponse.ProtoReflect.Descriptor instead.

func (*UpdateOrgAlertResponse) MarshalJSON

func (m *UpdateOrgAlertResponse) MarshalJSON() ([]byte, error)

UpdateOrgAlertResponse implement json.Marshaler.

func (*UpdateOrgAlertResponse) ProtoMessage

func (*UpdateOrgAlertResponse) ProtoMessage()

func (*UpdateOrgAlertResponse) ProtoReflect

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

func (*UpdateOrgAlertResponse) Reset

func (x *UpdateOrgAlertResponse) Reset()

func (*UpdateOrgAlertResponse) String

func (x *UpdateOrgAlertResponse) String() string

func (*UpdateOrgAlertResponse) UnmarshalJSON

func (m *UpdateOrgAlertResponse) UnmarshalJSON(b []byte) error

UpdateOrgAlertResponse implement json.Marshaler.

func (*UpdateOrgAlertResponse) UnmarshalURLValues

func (m *UpdateOrgAlertResponse) UnmarshalURLValues(prefix string, values url.Values) error

UpdateOrgAlertResponse implement urlenc.URLValuesUnmarshaler.

func (*UpdateOrgAlertResponse) Validate

func (this *UpdateOrgAlertResponse) Validate() error

type UpdateOrgCustomizeAlertEnableRequest

type UpdateOrgCustomizeAlertEnableRequest struct {
	Id     int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Enable bool  `protobuf:"varint,2,opt,name=enable,proto3" json:"enable,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOrgCustomizeAlertEnableRequest) Descriptor deprecated

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

Deprecated: Use UpdateOrgCustomizeAlertEnableRequest.ProtoReflect.Descriptor instead.

func (*UpdateOrgCustomizeAlertEnableRequest) GetEnable

func (*UpdateOrgCustomizeAlertEnableRequest) GetId

func (*UpdateOrgCustomizeAlertEnableRequest) MarshalJSON

func (m *UpdateOrgCustomizeAlertEnableRequest) MarshalJSON() ([]byte, error)

UpdateOrgCustomizeAlertEnableRequest implement json.Marshaler.

func (*UpdateOrgCustomizeAlertEnableRequest) ProtoMessage

func (*UpdateOrgCustomizeAlertEnableRequest) ProtoMessage()

func (*UpdateOrgCustomizeAlertEnableRequest) ProtoReflect

func (*UpdateOrgCustomizeAlertEnableRequest) Reset

func (*UpdateOrgCustomizeAlertEnableRequest) String

func (*UpdateOrgCustomizeAlertEnableRequest) UnmarshalJSON

func (m *UpdateOrgCustomizeAlertEnableRequest) UnmarshalJSON(b []byte) error

UpdateOrgCustomizeAlertEnableRequest implement json.Marshaler.

func (*UpdateOrgCustomizeAlertEnableRequest) UnmarshalURLValues

func (m *UpdateOrgCustomizeAlertEnableRequest) UnmarshalURLValues(prefix string, values url.Values) error

UpdateOrgCustomizeAlertEnableRequest implement urlenc.URLValuesUnmarshaler.

func (*UpdateOrgCustomizeAlertEnableRequest) Validate

type UpdateOrgCustomizeAlertEnableResponse

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

func (*UpdateOrgCustomizeAlertEnableResponse) Descriptor deprecated

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

Deprecated: Use UpdateOrgCustomizeAlertEnableResponse.ProtoReflect.Descriptor instead.

func (*UpdateOrgCustomizeAlertEnableResponse) MarshalJSON

func (m *UpdateOrgCustomizeAlertEnableResponse) MarshalJSON() ([]byte, error)

UpdateOrgCustomizeAlertEnableResponse implement json.Marshaler.

func (*UpdateOrgCustomizeAlertEnableResponse) ProtoMessage

func (*UpdateOrgCustomizeAlertEnableResponse) ProtoMessage()

func (*UpdateOrgCustomizeAlertEnableResponse) ProtoReflect

func (*UpdateOrgCustomizeAlertEnableResponse) Reset

func (*UpdateOrgCustomizeAlertEnableResponse) String

func (*UpdateOrgCustomizeAlertEnableResponse) UnmarshalJSON

func (m *UpdateOrgCustomizeAlertEnableResponse) UnmarshalJSON(b []byte) error

UpdateOrgCustomizeAlertEnableResponse implement json.Marshaler.

func (*UpdateOrgCustomizeAlertEnableResponse) UnmarshalURLValues

func (m *UpdateOrgCustomizeAlertEnableResponse) UnmarshalURLValues(prefix string, values url.Values) error

UpdateOrgCustomizeAlertEnableResponse implement urlenc.URLValuesUnmarshaler.

func (*UpdateOrgCustomizeAlertEnableResponse) Validate

type UpdateOrgCustomizeAlertRequest

type UpdateOrgCustomizeAlertRequest struct {
	Id           uint64                           `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ClusterName  string                           `protobuf:"bytes,2,opt,name=clusterName,proto3" json:"clusterName,omitempty"`
	Name         string                           `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	AlertType    string                           `protobuf:"bytes,4,opt,name=alertType,proto3" json:"alertType,omitempty"`
	AlertScope   string                           `protobuf:"bytes,5,opt,name=alertScope,proto3" json:"alertScope,omitempty"`
	AlertScopeId string                           `protobuf:"bytes,6,opt,name=alertScopeId,proto3" json:"alertScopeId,omitempty"`
	Enable       bool                             `protobuf:"varint,7,opt,name=enable,proto3" json:"enable,omitempty"`
	Attributes   map[string]*structpb.Value       `` /* 161-byte string literal not displayed */
	Rules        []*CustomizeAlertRule            `protobuf:"bytes,9,rep,name=rules,proto3" json:"rules,omitempty"`
	Notifies     []*CustomizeAlertNotifyTemplates `protobuf:"bytes,10,rep,name=notifies,proto3" json:"notifies,omitempty"`
	CreateTime   int64                            `protobuf:"varint,11,opt,name=createTime,proto3" json:"createTime,omitempty"`
	UpdateTime   int64                            `protobuf:"varint,12,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOrgCustomizeAlertRequest) Descriptor deprecated

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

Deprecated: Use UpdateOrgCustomizeAlertRequest.ProtoReflect.Descriptor instead.

func (*UpdateOrgCustomizeAlertRequest) GetAlertScope

func (x *UpdateOrgCustomizeAlertRequest) GetAlertScope() string

func (*UpdateOrgCustomizeAlertRequest) GetAlertScopeId

func (x *UpdateOrgCustomizeAlertRequest) GetAlertScopeId() string

func (*UpdateOrgCustomizeAlertRequest) GetAlertType

func (x *UpdateOrgCustomizeAlertRequest) GetAlertType() string

func (*UpdateOrgCustomizeAlertRequest) GetAttributes

func (x *UpdateOrgCustomizeAlertRequest) GetAttributes() map[string]*structpb.Value

func (*UpdateOrgCustomizeAlertRequest) GetClusterName

func (x *UpdateOrgCustomizeAlertRequest) GetClusterName() string

func (*UpdateOrgCustomizeAlertRequest) GetCreateTime

func (x *UpdateOrgCustomizeAlertRequest) GetCreateTime() int64

func (*UpdateOrgCustomizeAlertRequest) GetEnable

func (x *UpdateOrgCustomizeAlertRequest) GetEnable() bool

func (*UpdateOrgCustomizeAlertRequest) GetId

func (*UpdateOrgCustomizeAlertRequest) GetName

func (*UpdateOrgCustomizeAlertRequest) GetNotifies

func (*UpdateOrgCustomizeAlertRequest) GetRules

func (*UpdateOrgCustomizeAlertRequest) GetUpdateTime

func (x *UpdateOrgCustomizeAlertRequest) GetUpdateTime() int64

func (*UpdateOrgCustomizeAlertRequest) MarshalJSON

func (m *UpdateOrgCustomizeAlertRequest) MarshalJSON() ([]byte, error)

UpdateOrgCustomizeAlertRequest implement json.Marshaler.

func (*UpdateOrgCustomizeAlertRequest) ProtoMessage

func (*UpdateOrgCustomizeAlertRequest) ProtoMessage()

func (*UpdateOrgCustomizeAlertRequest) ProtoReflect

func (*UpdateOrgCustomizeAlertRequest) Reset

func (x *UpdateOrgCustomizeAlertRequest) Reset()

func (*UpdateOrgCustomizeAlertRequest) String

func (*UpdateOrgCustomizeAlertRequest) UnmarshalJSON

func (m *UpdateOrgCustomizeAlertRequest) UnmarshalJSON(b []byte) error

UpdateOrgCustomizeAlertRequest implement json.Marshaler.

func (*UpdateOrgCustomizeAlertRequest) UnmarshalURLValues

func (m *UpdateOrgCustomizeAlertRequest) UnmarshalURLValues(prefix string, values url.Values) error

UpdateOrgCustomizeAlertRequest implement urlenc.URLValuesUnmarshaler.

func (*UpdateOrgCustomizeAlertRequest) Validate

func (this *UpdateOrgCustomizeAlertRequest) Validate() error

type UpdateOrgCustomizeAlertResponse

type UpdateOrgCustomizeAlertResponse struct {
	Data bool `protobuf:"varint,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOrgCustomizeAlertResponse) Descriptor deprecated

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

Deprecated: Use UpdateOrgCustomizeAlertResponse.ProtoReflect.Descriptor instead.

func (*UpdateOrgCustomizeAlertResponse) GetData

func (*UpdateOrgCustomizeAlertResponse) MarshalJSON

func (m *UpdateOrgCustomizeAlertResponse) MarshalJSON() ([]byte, error)

UpdateOrgCustomizeAlertResponse implement json.Marshaler.

func (*UpdateOrgCustomizeAlertResponse) ProtoMessage

func (*UpdateOrgCustomizeAlertResponse) ProtoMessage()

func (*UpdateOrgCustomizeAlertResponse) ProtoReflect

func (*UpdateOrgCustomizeAlertResponse) Reset

func (*UpdateOrgCustomizeAlertResponse) String

func (*UpdateOrgCustomizeAlertResponse) UnmarshalJSON

func (m *UpdateOrgCustomizeAlertResponse) UnmarshalJSON(b []byte) error

UpdateOrgCustomizeAlertResponse implement json.Marshaler.

func (*UpdateOrgCustomizeAlertResponse) UnmarshalURLValues

func (m *UpdateOrgCustomizeAlertResponse) UnmarshalURLValues(prefix string, values url.Values) error

UpdateOrgCustomizeAlertResponse implement urlenc.URLValuesUnmarshaler.

func (*UpdateOrgCustomizeAlertResponse) Validate

func (this *UpdateOrgCustomizeAlertResponse) Validate() error

type View

type View struct {
	Title          string          `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	Description    string          `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	ChartType      string          `protobuf:"bytes,3,opt,name=chartType,proto3" json:"chartType,omitempty"`
	DataSourceType string          `protobuf:"bytes,4,opt,name=dataSourceType,proto3" json:"dataSourceType,omitempty"`
	StaticData     *structpb.Value `protobuf:"bytes,5,opt,name=staticData,proto3" json:"staticData,omitempty"`
	Config         *Config         `protobuf:"bytes,6,opt,name=config,proto3" json:"config,omitempty"`
	Api            *API            `protobuf:"bytes,7,opt,name=api,proto3" json:"api,omitempty"`
	Controls       *structpb.Value `protobuf:"bytes,8,opt,name=controls,proto3" json:"controls,omitempty"`
	// contains filtered or unexported fields
}

func (*View) Descriptor deprecated

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

Deprecated: Use View.ProtoReflect.Descriptor instead.

func (*View) GetApi

func (x *View) GetApi() *API

func (*View) GetChartType

func (x *View) GetChartType() string

func (*View) GetConfig

func (x *View) GetConfig() *Config

func (*View) GetControls

func (x *View) GetControls() *structpb.Value

func (*View) GetDataSourceType

func (x *View) GetDataSourceType() string

func (*View) GetDescription

func (x *View) GetDescription() string

func (*View) GetStaticData

func (x *View) GetStaticData() *structpb.Value

func (*View) GetTitle

func (x *View) GetTitle() string

func (*View) MarshalJSON

func (m *View) MarshalJSON() ([]byte, error)

View implement json.Marshaler.

func (*View) ProtoMessage

func (*View) ProtoMessage()

func (*View) ProtoReflect

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

func (*View) Reset

func (x *View) Reset()

func (*View) String

func (x *View) String() string

func (*View) UnmarshalJSON

func (m *View) UnmarshalJSON(b []byte) error

View implement json.Marshaler.

func (*View) UnmarshalURLValues

func (m *View) UnmarshalURLValues(prefix string, values url.Values) error

View implement urlenc.URLValuesUnmarshaler.

func (*View) Validate

func (this *View) Validate() error

Jump to

Keyboard shortcuts

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