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: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_apm_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 apm_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 AlertServiceClient

type AlertServiceClient interface {
	QueryAlertRule(ctx context.Context, in *QueryAlertRuleRequest, opts ...grpc.CallOption) (*QueryAlertRuleResponse, error)
	QueryAlert(ctx context.Context, in *QueryAlertRequest, opts ...grpc.CallOption) (*QueryAlertResponse, error)
	GetAlert(ctx context.Context, in *GetAlertRequest, opts ...grpc.CallOption) (*GetAlertResponse, 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)
	QueryCustomizeMetric(ctx context.Context, in *QueryCustomizeMetricRequest, opts ...grpc.CallOption) (*QueryCustomizeMetricResponse, error)
	QueryCustomizeNotifyTarget(ctx context.Context, in *QueryCustomizeNotifyTargetRequest, opts ...grpc.CallOption) (*QueryCustomizeNotifyTargetResponse, error)
	QueryCustomizeAlerts(ctx context.Context, in *QueryCustomizeAlertsRequest, opts ...grpc.CallOption) (*QueryCustomizeAlertsResponse, error)
	GetCustomizeAlert(ctx context.Context, in *GetCustomizeAlertRequest, opts ...grpc.CallOption) (*GetCustomizeAlertResponse, 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)
	GetAlertRecordAttrs(ctx context.Context, in *GetAlertRecordAttrsRequest, opts ...grpc.CallOption) (*GetAlertRecordAttrsResponse, error)
	GetAlertRecords(ctx context.Context, in *GetAlertRecordsRequest, opts ...grpc.CallOption) (*GetAlertRecordsResponse, error)
	GetAlertRecord(ctx context.Context, in *GetAlertRecordRequest, opts ...grpc.CallOption) (*GetAlertRecordResponse, error)
	GetAlertHistories(ctx context.Context, in *GetAlertHistoriesRequest, opts ...grpc.CallOption) (*GetAlertHistoriesResponse, error)
	CreateAlertRecordIssue(ctx context.Context, in *CreateAlertRecordIssueRequest, opts ...grpc.CallOption) (*CreateAlertRecordIssueResponse, error)
	UpdateAlertRecordIssue(ctx context.Context, in *UpdateAlertRecordIssueRequest, opts ...grpc.CallOption) (*UpdateAlertRecordIssueResponse, error)
	DashboardPreview(ctx context.Context, in *DashboardPreviewRequest, opts ...grpc.CallOption) (*DashboardPreviewResponse, 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/msp/apm/{tenantGroup}/alert-rules
	QueryAlertRule(context.Context, *QueryAlertRuleRequest) (*QueryAlertRuleResponse, error)
	// GET /api/msp/apm/{tenantGroup}/alerts
	QueryAlert(context.Context, *QueryAlertRequest) (*QueryAlertResponse, error)
	// GET /api/msp/apm/{tenantGroup}/alerts/{id}
	GetAlert(context.Context, *GetAlertRequest) (*GetAlertResponse, error)
	// POST /api/msp/apm/{tenantGroup}/alerts
	CreateAlert(context.Context, *CreateAlertRequest) (*CreateAlertResponse, error)
	// PUT /api/msp/apm/{tenantGroup}/alerts/{id}
	UpdateAlert(context.Context, *UpdateAlertRequest) (*UpdateAlertResponse, error)
	// PUT /api/msp/apm/{tenantGroup}/alerts/{id}/switch
	UpdateAlertEnable(context.Context, *UpdateAlertEnableRequest) (*UpdateAlertEnableResponse, error)
	// DELETE /api/msp/apm/{tenantGroup}/alerts/{id}
	DeleteAlert(context.Context, *DeleteAlertRequest) (*DeleteAlertResponse, error)
	// GET /api/msp/apm/{tenantGroup}/custom-alerts/metrics
	QueryCustomizeMetric(context.Context, *QueryCustomizeMetricRequest) (*QueryCustomizeMetricResponse, error)
	// GET /api/msp/apm/{tenantGroup}/custom-alerts/notifies/targets
	QueryCustomizeNotifyTarget(context.Context, *QueryCustomizeNotifyTargetRequest) (*QueryCustomizeNotifyTargetResponse, error)
	// GET /api/msp/apm/{tenantGroup}/custom-alerts
	QueryCustomizeAlerts(context.Context, *QueryCustomizeAlertsRequest) (*QueryCustomizeAlertsResponse, error)
	// GET /api/msp/apm/{tenantGroup}/custom-alerts/{id}
	GetCustomizeAlert(context.Context, *GetCustomizeAlertRequest) (*GetCustomizeAlertResponse, error)
	// POST /api/msp/apm/{tenantGroup}/custom-alerts
	CreateCustomizeAlert(context.Context, *CreateCustomizeAlertRequest) (*CreateCustomizeAlertResponse, error)
	// PUT /api/msp/apm/{tenantGroup}/custom-alerts/{id}
	UpdateCustomizeAlert(context.Context, *UpdateCustomizeAlertRequest) (*UpdateCustomizeAlertResponse, error)
	// PUT /api/msp/apm/{tenantGroup}/custom-alerts/{id}/switch
	UpdateCustomizeAlertEnable(context.Context, *UpdateCustomizeAlertEnableRequest) (*UpdateCustomizeAlertEnableResponse, error)
	// DELETE /api/msp/apm/{tenantGroup}/custom-alerts/{id}
	DeleteCustomizeAlert(context.Context, *DeleteCustomizeAlertRequest) (*DeleteCustomizeAlertResponse, error)
	// GET /api/msp/apm/{tenantGroup}/alert-record-attrs
	GetAlertRecordAttrs(context.Context, *GetAlertRecordAttrsRequest) (*GetAlertRecordAttrsResponse, error)
	// GET /api/msp/apm/{tenantGroup}/alert-records
	GetAlertRecords(context.Context, *GetAlertRecordsRequest) (*GetAlertRecordsResponse, error)
	// GET /api/msp/apm/{tenantGroup}/alert-records/{groupId}
	GetAlertRecord(context.Context, *GetAlertRecordRequest) (*GetAlertRecordResponse, error)
	// GET /api/msp/apm/{tenantGroup}/alert-records/{groupId}/histories
	GetAlertHistories(context.Context, *GetAlertHistoriesRequest) (*GetAlertHistoriesResponse, error)
	// POST /api/msp/apm/{tenantGroup}/alert-records/{groupId}/issues
	CreateAlertRecordIssue(context.Context, *CreateAlertRecordIssueRequest) (*CreateAlertRecordIssueResponse, error)
	// PUT /api/msp/apm/{tenantGroup}/alert-records/{groupId}/issues
	UpdateAlertRecordIssue(context.Context, *UpdateAlertRecordIssueRequest) (*UpdateAlertRecordIssueResponse, error)
	// POST /api/msp/apm/{tenantGroup}/alert-records/custom-alerts/dash-preview/query
	DashboardPreview(context.Context, *DashboardPreviewRequest) (*DashboardPreviewResponse, error)
}

AlertServiceHandler is the server API for AlertService service.

type AlertServiceServer

type AlertServiceServer interface {
	QueryAlertRule(context.Context, *QueryAlertRuleRequest) (*QueryAlertRuleResponse, error)
	QueryAlert(context.Context, *QueryAlertRequest) (*QueryAlertResponse, error)
	GetAlert(context.Context, *GetAlertRequest) (*GetAlertResponse, 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)
	QueryCustomizeMetric(context.Context, *QueryCustomizeMetricRequest) (*QueryCustomizeMetricResponse, error)
	QueryCustomizeNotifyTarget(context.Context, *QueryCustomizeNotifyTargetRequest) (*QueryCustomizeNotifyTargetResponse, error)
	QueryCustomizeAlerts(context.Context, *QueryCustomizeAlertsRequest) (*QueryCustomizeAlertsResponse, error)
	GetCustomizeAlert(context.Context, *GetCustomizeAlertRequest) (*GetCustomizeAlertResponse, 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)
	GetAlertRecordAttrs(context.Context, *GetAlertRecordAttrsRequest) (*GetAlertRecordAttrsResponse, error)
	GetAlertRecords(context.Context, *GetAlertRecordsRequest) (*GetAlertRecordsResponse, error)
	GetAlertRecord(context.Context, *GetAlertRecordRequest) (*GetAlertRecordResponse, error)
	GetAlertHistories(context.Context, *GetAlertHistoriesRequest) (*GetAlertHistoriesResponse, error)
	CreateAlertRecordIssue(context.Context, *CreateAlertRecordIssueRequest) (*CreateAlertRecordIssueResponse, error)
	UpdateAlertRecordIssue(context.Context, *UpdateAlertRecordIssueRequest) (*UpdateAlertRecordIssueResponse, error)
	DashboardPreview(context.Context, *DashboardPreviewRequest) (*DashboardPreviewResponse, error)
}

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

type ApmAlertData

type ApmAlertData 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"`
	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        []*pb.AlertExpression      `protobuf:"bytes,6,rep,name=rules,proto3" json:"rules,omitempty"`
	Notifies     []*pb.AlertNotify          `protobuf:"bytes,7,rep,name=notifies,proto3" json:"notifies,omitempty"`
	AppIds       []string                   `protobuf:"bytes,8,rep,name=appIds,proto3" json:"appIds,omitempty"`
	Domain       string                     `protobuf:"bytes,9,opt,name=domain,proto3" json:"domain,omitempty"`
	Attributes   map[string]*structpb.Value `` /* 162-byte string literal not displayed */
	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 (*ApmAlertData) Descriptor deprecated

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

Deprecated: Use ApmAlertData.ProtoReflect.Descriptor instead.

func (*ApmAlertData) GetAlertScope

func (x *ApmAlertData) GetAlertScope() string

func (*ApmAlertData) GetAlertScopeId

func (x *ApmAlertData) GetAlertScopeId() string

func (*ApmAlertData) GetAppIds

func (x *ApmAlertData) GetAppIds() []string

func (*ApmAlertData) GetAttributes

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

func (*ApmAlertData) GetCreateTime

func (x *ApmAlertData) GetCreateTime() int64

func (*ApmAlertData) GetDomain

func (x *ApmAlertData) GetDomain() string

func (*ApmAlertData) GetEnable

func (x *ApmAlertData) GetEnable() bool

func (*ApmAlertData) GetId

func (x *ApmAlertData) GetId() int64

func (*ApmAlertData) GetName

func (x *ApmAlertData) GetName() string

func (*ApmAlertData) GetNotifies

func (x *ApmAlertData) GetNotifies() []*pb.AlertNotify

func (*ApmAlertData) GetRules

func (x *ApmAlertData) GetRules() []*pb.AlertExpression

func (*ApmAlertData) GetUpdateTime

func (x *ApmAlertData) GetUpdateTime() int64

func (*ApmAlertData) MarshalJSON

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

ApmAlertData implement json.Marshaler.

func (*ApmAlertData) ProtoMessage

func (*ApmAlertData) ProtoMessage()

func (*ApmAlertData) ProtoReflect

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

func (*ApmAlertData) Reset

func (x *ApmAlertData) Reset()

func (*ApmAlertData) String

func (x *ApmAlertData) String() string

func (*ApmAlertData) UnmarshalJSON

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

ApmAlertData implement json.Marshaler.

func (*ApmAlertData) UnmarshalURLValues

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

ApmAlertData implement urlenc.URLValuesUnmarshaler.

func (*ApmAlertData) Validate

func (this *ApmAlertData) Validate() error

type CreateAlertData

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

func (*CreateAlertData) Descriptor deprecated

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

Deprecated: Use CreateAlertData.ProtoReflect.Descriptor instead.

func (*CreateAlertData) GetId

func (x *CreateAlertData) GetId() uint64

func (*CreateAlertData) MarshalJSON

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

CreateAlertData implement json.Marshaler.

func (*CreateAlertData) ProtoMessage

func (*CreateAlertData) ProtoMessage()

func (*CreateAlertData) ProtoReflect

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

func (*CreateAlertData) Reset

func (x *CreateAlertData) Reset()

func (*CreateAlertData) String

func (x *CreateAlertData) String() string

func (*CreateAlertData) UnmarshalJSON

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

CreateAlertData implement json.Marshaler.

func (*CreateAlertData) UnmarshalURLValues

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

CreateAlertData implement urlenc.URLValuesUnmarshaler.

func (*CreateAlertData) Validate

func (this *CreateAlertData) Validate() error

type CreateAlertRecordIssueRequest

type CreateAlertRecordIssueRequest struct {
	GroupId     string                     `protobuf:"bytes,1,opt,name=groupId,proto3" json:"groupId,omitempty"`
	TenantGroup string                     `protobuf:"bytes,2,opt,name=tenantGroup,proto3" json:"tenantGroup,omitempty"`
	Body        map[string]*structpb.Value `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateAlertRecordIssueRequest) Descriptor deprecated

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

Deprecated: Use CreateAlertRecordIssueRequest.ProtoReflect.Descriptor instead.

func (*CreateAlertRecordIssueRequest) GetBody

func (*CreateAlertRecordIssueRequest) GetGroupId

func (x *CreateAlertRecordIssueRequest) GetGroupId() string

func (*CreateAlertRecordIssueRequest) GetTenantGroup

func (x *CreateAlertRecordIssueRequest) GetTenantGroup() string

func (*CreateAlertRecordIssueRequest) MarshalJSON

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

CreateAlertRecordIssueRequest implement json.Marshaler.

func (*CreateAlertRecordIssueRequest) ProtoMessage

func (*CreateAlertRecordIssueRequest) ProtoMessage()

func (*CreateAlertRecordIssueRequest) ProtoReflect

func (*CreateAlertRecordIssueRequest) Reset

func (x *CreateAlertRecordIssueRequest) Reset()

func (*CreateAlertRecordIssueRequest) String

func (*CreateAlertRecordIssueRequest) UnmarshalJSON

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

CreateAlertRecordIssueRequest implement json.Marshaler.

func (*CreateAlertRecordIssueRequest) UnmarshalURLValues

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

CreateAlertRecordIssueRequest implement urlenc.URLValuesUnmarshaler.

func (*CreateAlertRecordIssueRequest) Validate

func (this *CreateAlertRecordIssueRequest) Validate() error

type CreateAlertRecordIssueResponse

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

func (*CreateAlertRecordIssueResponse) Descriptor deprecated

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

Deprecated: Use CreateAlertRecordIssueResponse.ProtoReflect.Descriptor instead.

func (*CreateAlertRecordIssueResponse) MarshalJSON

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

CreateAlertRecordIssueResponse implement json.Marshaler.

func (*CreateAlertRecordIssueResponse) ProtoMessage

func (*CreateAlertRecordIssueResponse) ProtoMessage()

func (*CreateAlertRecordIssueResponse) ProtoReflect

func (*CreateAlertRecordIssueResponse) Reset

func (x *CreateAlertRecordIssueResponse) Reset()

func (*CreateAlertRecordIssueResponse) String

func (*CreateAlertRecordIssueResponse) UnmarshalJSON

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

CreateAlertRecordIssueResponse implement json.Marshaler.

func (*CreateAlertRecordIssueResponse) UnmarshalURLValues

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

CreateAlertRecordIssueResponse implement urlenc.URLValuesUnmarshaler.

func (*CreateAlertRecordIssueResponse) Validate

func (this *CreateAlertRecordIssueResponse) Validate() error

type CreateAlertRequest

type CreateAlertRequest struct {
	TenantGroup  string                     `protobuf:"bytes,1,opt,name=tenantGroup,proto3" json:"tenantGroup,omitempty"`
	Name         string                     `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	AppIds       []string                   `protobuf:"bytes,3,rep,name=appIds,proto3" json:"appIds,omitempty"`
	Rules        []*pb.AlertExpression      `protobuf:"bytes,4,rep,name=rules,proto3" json:"rules,omitempty"`
	Notifies     []*pb.AlertNotify          `protobuf:"bytes,5,rep,name=notifies,proto3" json:"notifies,omitempty"`
	Domain       string                     `protobuf:"bytes,6,opt,name=domain,proto3" json:"domain,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"`
	AlertScope   string                     `protobuf:"bytes,9,opt,name=alertScope,proto3" json:"alertScope,omitempty"`
	AlertScopeId string                     `protobuf:"bytes,10,opt,name=alertScopeId,proto3" json:"alertScopeId,omitempty"`
	Enable       bool                       `protobuf:"varint,11,opt,name=enable,proto3" json:"enable,omitempty"`
	Attributes   map[string]*structpb.Value `` /* 162-byte string literal not displayed */
	// 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) GetAppIds

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

func (*CreateAlertRequest) GetAttributes

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

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

func (x *CreateAlertRequest) GetName() string

func (*CreateAlertRequest) GetNotifies

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

func (*CreateAlertRequest) GetRules

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

func (*CreateAlertRequest) GetTenantGroup

func (x *CreateAlertRequest) GetTenantGroup() string

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 *CreateAlertData `protobuf:"bytes,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() *CreateAlertData

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 CreateCustomizeAlertData

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

func (*CreateCustomizeAlertData) Descriptor deprecated

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

Deprecated: Use CreateCustomizeAlertData.ProtoReflect.Descriptor instead.

func (*CreateCustomizeAlertData) GetId

func (x *CreateCustomizeAlertData) GetId() uint64

func (*CreateCustomizeAlertData) MarshalJSON

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

CreateCustomizeAlertData implement json.Marshaler.

func (*CreateCustomizeAlertData) ProtoMessage

func (*CreateCustomizeAlertData) ProtoMessage()

func (*CreateCustomizeAlertData) ProtoReflect

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

func (*CreateCustomizeAlertData) Reset

func (x *CreateCustomizeAlertData) Reset()

func (*CreateCustomizeAlertData) String

func (x *CreateCustomizeAlertData) String() string

func (*CreateCustomizeAlertData) UnmarshalJSON

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

CreateCustomizeAlertData implement json.Marshaler.

func (*CreateCustomizeAlertData) UnmarshalURLValues

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

CreateCustomizeAlertData implement urlenc.URLValuesUnmarshaler.

func (*CreateCustomizeAlertData) Validate

func (this *CreateCustomizeAlertData) Validate() error

type CreateCustomizeAlertRequest

type CreateCustomizeAlertRequest struct {
	TenantGroup  string                              `protobuf:"bytes,1,opt,name=tenantGroup,proto3" json:"tenantGroup,omitempty"`
	Id           uint64                              `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	ClusterName  string                              `protobuf:"bytes,3,opt,name=clusterName,proto3" json:"clusterName,omitempty"`
	Name         string                              `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	AlertType    string                              `protobuf:"bytes,5,opt,name=alertType,proto3" json:"alertType,omitempty"`
	AlertScope   string                              `protobuf:"bytes,6,opt,name=alertScope,proto3" json:"alertScope,omitempty"`
	AlertScopeId string                              `protobuf:"bytes,7,opt,name=alertScopeId,proto3" json:"alertScopeId,omitempty"`
	Enable       bool                                `protobuf:"varint,8,opt,name=enable,proto3" json:"enable,omitempty"`
	Attributes   map[string]*structpb.Value          `` /* 161-byte string literal not displayed */
	Rules        []*pb.CustomizeAlertRule            `protobuf:"bytes,10,rep,name=rules,proto3" json:"rules,omitempty"`
	Notifies     []*pb.CustomizeAlertNotifyTemplates `protobuf:"bytes,11,rep,name=notifies,proto3" json:"notifies,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 (*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) GetTenantGroup

func (x *CreateCustomizeAlertRequest) GetTenantGroup() string

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 *CreateCustomizeAlertData `protobuf:"bytes,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 (*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 DashboardPreviewRequest

type DashboardPreviewRequest struct {
	TenantGroup  string                              `protobuf:"bytes,1,opt,name=tenantGroup,proto3" json:"tenantGroup,omitempty"`
	Id           uint64                              `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	ClusterName  string                              `protobuf:"bytes,3,opt,name=clusterName,proto3" json:"clusterName,omitempty"`
	Name         string                              `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	AlertType    string                              `protobuf:"bytes,5,opt,name=alertType,proto3" json:"alertType,omitempty"`
	AlertScope   string                              `protobuf:"bytes,6,opt,name=alertScope,proto3" json:"alertScope,omitempty"`
	AlertScopeId string                              `protobuf:"bytes,7,opt,name=alertScopeId,proto3" json:"alertScopeId,omitempty"`
	Enable       bool                                `protobuf:"varint,8,opt,name=enable,proto3" json:"enable,omitempty"`
	Attributes   map[string]*structpb.Value          `` /* 161-byte string literal not displayed */
	Rules        []*pb.CustomizeAlertRule            `protobuf:"bytes,10,rep,name=rules,proto3" json:"rules,omitempty"`
	Notifies     []*pb.CustomizeAlertNotifyTemplates `protobuf:"bytes,11,rep,name=notifies,proto3" json:"notifies,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 (*DashboardPreviewRequest) Descriptor deprecated

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

Deprecated: Use DashboardPreviewRequest.ProtoReflect.Descriptor instead.

func (*DashboardPreviewRequest) GetAlertScope

func (x *DashboardPreviewRequest) GetAlertScope() string

func (*DashboardPreviewRequest) GetAlertScopeId

func (x *DashboardPreviewRequest) GetAlertScopeId() string

func (*DashboardPreviewRequest) GetAlertType

func (x *DashboardPreviewRequest) GetAlertType() string

func (*DashboardPreviewRequest) GetAttributes

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

func (*DashboardPreviewRequest) GetClusterName

func (x *DashboardPreviewRequest) GetClusterName() string

func (*DashboardPreviewRequest) GetCreateTime

func (x *DashboardPreviewRequest) GetCreateTime() int64

func (*DashboardPreviewRequest) GetEnable

func (x *DashboardPreviewRequest) GetEnable() bool

func (*DashboardPreviewRequest) GetId

func (x *DashboardPreviewRequest) GetId() uint64

func (*DashboardPreviewRequest) GetName

func (x *DashboardPreviewRequest) GetName() string

func (*DashboardPreviewRequest) GetNotifies

func (*DashboardPreviewRequest) GetRules

func (*DashboardPreviewRequest) GetTenantGroup

func (x *DashboardPreviewRequest) GetTenantGroup() string

func (*DashboardPreviewRequest) GetUpdateTime

func (x *DashboardPreviewRequest) GetUpdateTime() int64

func (*DashboardPreviewRequest) MarshalJSON

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

DashboardPreviewRequest implement json.Marshaler.

func (*DashboardPreviewRequest) ProtoMessage

func (*DashboardPreviewRequest) ProtoMessage()

func (*DashboardPreviewRequest) ProtoReflect

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

func (*DashboardPreviewRequest) Reset

func (x *DashboardPreviewRequest) Reset()

func (*DashboardPreviewRequest) String

func (x *DashboardPreviewRequest) String() string

func (*DashboardPreviewRequest) UnmarshalJSON

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

DashboardPreviewRequest implement json.Marshaler.

func (*DashboardPreviewRequest) UnmarshalURLValues

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

DashboardPreviewRequest implement urlenc.URLValuesUnmarshaler.

func (*DashboardPreviewRequest) Validate

func (this *DashboardPreviewRequest) Validate() error

type DashboardPreviewResponse

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

func (*DashboardPreviewResponse) Descriptor deprecated

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

Deprecated: Use DashboardPreviewResponse.ProtoReflect.Descriptor instead.

func (*DashboardPreviewResponse) GetData

func (x *DashboardPreviewResponse) GetData() *pb.View

func (*DashboardPreviewResponse) MarshalJSON

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

DashboardPreviewResponse implement json.Marshaler.

func (*DashboardPreviewResponse) ProtoMessage

func (*DashboardPreviewResponse) ProtoMessage()

func (*DashboardPreviewResponse) ProtoReflect

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

func (*DashboardPreviewResponse) Reset

func (x *DashboardPreviewResponse) Reset()

func (*DashboardPreviewResponse) String

func (x *DashboardPreviewResponse) String() string

func (*DashboardPreviewResponse) UnmarshalJSON

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

DashboardPreviewResponse implement json.Marshaler.

func (*DashboardPreviewResponse) UnmarshalURLValues

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

DashboardPreviewResponse implement urlenc.URLValuesUnmarshaler.

func (*DashboardPreviewResponse) Validate

func (this *DashboardPreviewResponse) Validate() error

type DeleteAlertData

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

func (*DeleteAlertData) Descriptor deprecated

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

Deprecated: Use DeleteAlertData.ProtoReflect.Descriptor instead.

func (*DeleteAlertData) GetName

func (x *DeleteAlertData) GetName() string

func (*DeleteAlertData) MarshalJSON

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

DeleteAlertData implement json.Marshaler.

func (*DeleteAlertData) ProtoMessage

func (*DeleteAlertData) ProtoMessage()

func (*DeleteAlertData) ProtoReflect

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

func (*DeleteAlertData) Reset

func (x *DeleteAlertData) Reset()

func (*DeleteAlertData) String

func (x *DeleteAlertData) String() string

func (*DeleteAlertData) UnmarshalJSON

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

DeleteAlertData implement json.Marshaler.

func (*DeleteAlertData) UnmarshalURLValues

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

DeleteAlertData implement urlenc.URLValuesUnmarshaler.

func (*DeleteAlertData) Validate

func (this *DeleteAlertData) Validate() error

type DeleteAlertRequest

type DeleteAlertRequest struct {
	Id          int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	TenantGroup string `protobuf:"bytes,2,opt,name=tenantGroup,proto3" json:"tenantGroup,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) GetTenantGroup

func (x *DeleteAlertRequest) GetTenantGroup() string

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 *DeleteAlertData `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// 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() *DeleteAlertData

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 DeleteCustomizeAlertData

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

func (*DeleteCustomizeAlertData) Descriptor deprecated

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

Deprecated: Use DeleteCustomizeAlertData.ProtoReflect.Descriptor instead.

func (*DeleteCustomizeAlertData) GetName

func (x *DeleteCustomizeAlertData) GetName() string

func (*DeleteCustomizeAlertData) MarshalJSON

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

DeleteCustomizeAlertData implement json.Marshaler.

func (*DeleteCustomizeAlertData) ProtoMessage

func (*DeleteCustomizeAlertData) ProtoMessage()

func (*DeleteCustomizeAlertData) ProtoReflect

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

func (*DeleteCustomizeAlertData) Reset

func (x *DeleteCustomizeAlertData) Reset()

func (*DeleteCustomizeAlertData) String

func (x *DeleteCustomizeAlertData) String() string

func (*DeleteCustomizeAlertData) UnmarshalJSON

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

DeleteCustomizeAlertData implement json.Marshaler.

func (*DeleteCustomizeAlertData) UnmarshalURLValues

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

DeleteCustomizeAlertData implement urlenc.URLValuesUnmarshaler.

func (*DeleteCustomizeAlertData) Validate

func (this *DeleteCustomizeAlertData) Validate() error

type DeleteCustomizeAlertRequest

type DeleteCustomizeAlertRequest struct {
	Id          uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	TenantGroup string `protobuf:"bytes,2,opt,name=tenantGroup,proto3" json:"tenantGroup,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) GetTenantGroup

func (x *DeleteCustomizeAlertRequest) GetTenantGroup() string

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 *DeleteCustomizeAlertData `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 (*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 GetAlertHistoriesRequest

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

func (*GetAlertHistoriesRequest) Descriptor deprecated

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

Deprecated: Use GetAlertHistoriesRequest.ProtoReflect.Descriptor instead.

func (*GetAlertHistoriesRequest) GetEnd

func (x *GetAlertHistoriesRequest) GetEnd() int64

func (*GetAlertHistoriesRequest) GetGroupId

func (x *GetAlertHistoriesRequest) GetGroupId() string

func (*GetAlertHistoriesRequest) GetLimit

func (x *GetAlertHistoriesRequest) GetLimit() int64

func (*GetAlertHistoriesRequest) GetStart

func (x *GetAlertHistoriesRequest) GetStart() int64

func (*GetAlertHistoriesRequest) GetTenantGroup

func (x *GetAlertHistoriesRequest) GetTenantGroup() string

func (*GetAlertHistoriesRequest) MarshalJSON

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

GetAlertHistoriesRequest implement json.Marshaler.

func (*GetAlertHistoriesRequest) ProtoMessage

func (*GetAlertHistoriesRequest) ProtoMessage()

func (*GetAlertHistoriesRequest) ProtoReflect

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

func (*GetAlertHistoriesRequest) Reset

func (x *GetAlertHistoriesRequest) Reset()

func (*GetAlertHistoriesRequest) String

func (x *GetAlertHistoriesRequest) String() string

func (*GetAlertHistoriesRequest) UnmarshalJSON

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

GetAlertHistoriesRequest implement json.Marshaler.

func (*GetAlertHistoriesRequest) UnmarshalURLValues

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

GetAlertHistoriesRequest implement urlenc.URLValuesUnmarshaler.

func (*GetAlertHistoriesRequest) Validate

func (this *GetAlertHistoriesRequest) Validate() error

type GetAlertHistoriesResponse

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

func (*GetAlertHistoriesResponse) Descriptor deprecated

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

Deprecated: Use GetAlertHistoriesResponse.ProtoReflect.Descriptor instead.

func (*GetAlertHistoriesResponse) GetData

func (x *GetAlertHistoriesResponse) GetData() []*pb.AlertHistory

func (*GetAlertHistoriesResponse) MarshalJSON

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

GetAlertHistoriesResponse implement json.Marshaler.

func (*GetAlertHistoriesResponse) ProtoMessage

func (*GetAlertHistoriesResponse) ProtoMessage()

func (*GetAlertHistoriesResponse) ProtoReflect

func (*GetAlertHistoriesResponse) Reset

func (x *GetAlertHistoriesResponse) Reset()

func (*GetAlertHistoriesResponse) String

func (x *GetAlertHistoriesResponse) String() string

func (*GetAlertHistoriesResponse) UnmarshalJSON

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

GetAlertHistoriesResponse implement json.Marshaler.

func (*GetAlertHistoriesResponse) UnmarshalURLValues

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

GetAlertHistoriesResponse implement urlenc.URLValuesUnmarshaler.

func (*GetAlertHistoriesResponse) Validate

func (this *GetAlertHistoriesResponse) Validate() error

type GetAlertRecordAttrsRequest

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

func (*GetAlertRecordAttrsRequest) Descriptor deprecated

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

Deprecated: Use GetAlertRecordAttrsRequest.ProtoReflect.Descriptor instead.

func (*GetAlertRecordAttrsRequest) GetTenantGroup

func (x *GetAlertRecordAttrsRequest) GetTenantGroup() string

func (*GetAlertRecordAttrsRequest) MarshalJSON

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

GetAlertRecordAttrsRequest implement json.Marshaler.

func (*GetAlertRecordAttrsRequest) ProtoMessage

func (*GetAlertRecordAttrsRequest) ProtoMessage()

func (*GetAlertRecordAttrsRequest) ProtoReflect

func (*GetAlertRecordAttrsRequest) Reset

func (x *GetAlertRecordAttrsRequest) Reset()

func (*GetAlertRecordAttrsRequest) String

func (x *GetAlertRecordAttrsRequest) String() string

func (*GetAlertRecordAttrsRequest) UnmarshalJSON

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

GetAlertRecordAttrsRequest implement json.Marshaler.

func (*GetAlertRecordAttrsRequest) UnmarshalURLValues

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

GetAlertRecordAttrsRequest implement urlenc.URLValuesUnmarshaler.

func (*GetAlertRecordAttrsRequest) Validate

func (this *GetAlertRecordAttrsRequest) Validate() error

type GetAlertRecordAttrsResponse

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

func (*GetAlertRecordAttrsResponse) Descriptor deprecated

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

Deprecated: Use GetAlertRecordAttrsResponse.ProtoReflect.Descriptor instead.

func (*GetAlertRecordAttrsResponse) GetData

func (*GetAlertRecordAttrsResponse) MarshalJSON

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

GetAlertRecordAttrsResponse implement json.Marshaler.

func (*GetAlertRecordAttrsResponse) ProtoMessage

func (*GetAlertRecordAttrsResponse) ProtoMessage()

func (*GetAlertRecordAttrsResponse) ProtoReflect

func (*GetAlertRecordAttrsResponse) Reset

func (x *GetAlertRecordAttrsResponse) Reset()

func (*GetAlertRecordAttrsResponse) String

func (x *GetAlertRecordAttrsResponse) String() string

func (*GetAlertRecordAttrsResponse) UnmarshalJSON

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

GetAlertRecordAttrsResponse implement json.Marshaler.

func (*GetAlertRecordAttrsResponse) UnmarshalURLValues

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

GetAlertRecordAttrsResponse implement urlenc.URLValuesUnmarshaler.

func (*GetAlertRecordAttrsResponse) Validate

func (this *GetAlertRecordAttrsResponse) Validate() error

type GetAlertRecordRequest

type GetAlertRecordRequest struct {
	GroupId     string `protobuf:"bytes,1,opt,name=groupId,proto3" json:"groupId,omitempty"`
	TenantGroup string `protobuf:"bytes,2,opt,name=tenantGroup,proto3" json:"tenantGroup,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) GetTenantGroup

func (x *GetAlertRecordRequest) GetTenantGroup() 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 *pb.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() *pb.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 GetAlertRecordsData

type GetAlertRecordsData struct {
	List  []*pb.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 (*GetAlertRecordsData) Descriptor deprecated

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

Deprecated: Use GetAlertRecordsData.ProtoReflect.Descriptor instead.

func (*GetAlertRecordsData) GetList

func (x *GetAlertRecordsData) GetList() []*pb.AlertRecord

func (*GetAlertRecordsData) GetTotal

func (x *GetAlertRecordsData) GetTotal() int64

func (*GetAlertRecordsData) MarshalJSON

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

GetAlertRecordsData implement json.Marshaler.

func (*GetAlertRecordsData) ProtoMessage

func (*GetAlertRecordsData) ProtoMessage()

func (*GetAlertRecordsData) ProtoReflect

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

func (*GetAlertRecordsData) Reset

func (x *GetAlertRecordsData) Reset()

func (*GetAlertRecordsData) String

func (x *GetAlertRecordsData) String() string

func (*GetAlertRecordsData) UnmarshalJSON

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

GetAlertRecordsData implement json.Marshaler.

func (*GetAlertRecordsData) UnmarshalURLValues

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

GetAlertRecordsData implement urlenc.URLValuesUnmarshaler.

func (*GetAlertRecordsData) Validate

func (this *GetAlertRecordsData) Validate() error

type GetAlertRecordsRequest

type GetAlertRecordsRequest struct {
	TenantGroup string   `protobuf:"bytes,1,opt,name=tenantGroup,proto3" json:"tenantGroup,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      int64    `protobuf:"varint,7,opt,name=pageNo,proto3" json:"pageNo,omitempty"`
	PageSize    int64    `protobuf:"varint,8,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAlertRecordsRequest) Descriptor deprecated

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

Deprecated: Use GetAlertRecordsRequest.ProtoReflect.Descriptor instead.

func (*GetAlertRecordsRequest) GetAlertGroup

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

func (*GetAlertRecordsRequest) GetAlertState

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

func (*GetAlertRecordsRequest) GetAlertType

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

func (*GetAlertRecordsRequest) GetHandleState

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

func (*GetAlertRecordsRequest) GetHandlerId

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

func (*GetAlertRecordsRequest) GetPageNo

func (x *GetAlertRecordsRequest) GetPageNo() int64

func (*GetAlertRecordsRequest) GetPageSize

func (x *GetAlertRecordsRequest) GetPageSize() int64

func (*GetAlertRecordsRequest) GetTenantGroup

func (x *GetAlertRecordsRequest) GetTenantGroup() string

func (*GetAlertRecordsRequest) MarshalJSON

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

GetAlertRecordsRequest implement json.Marshaler.

func (*GetAlertRecordsRequest) ProtoMessage

func (*GetAlertRecordsRequest) ProtoMessage()

func (*GetAlertRecordsRequest) ProtoReflect

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

func (*GetAlertRecordsRequest) Reset

func (x *GetAlertRecordsRequest) Reset()

func (*GetAlertRecordsRequest) String

func (x *GetAlertRecordsRequest) String() string

func (*GetAlertRecordsRequest) UnmarshalJSON

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

GetAlertRecordsRequest implement json.Marshaler.

func (*GetAlertRecordsRequest) UnmarshalURLValues

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

GetAlertRecordsRequest implement urlenc.URLValuesUnmarshaler.

func (*GetAlertRecordsRequest) Validate

func (this *GetAlertRecordsRequest) Validate() error

type GetAlertRecordsResponse

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

func (*GetAlertRecordsResponse) Descriptor deprecated

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

Deprecated: Use GetAlertRecordsResponse.ProtoReflect.Descriptor instead.

func (*GetAlertRecordsResponse) GetData

func (*GetAlertRecordsResponse) MarshalJSON

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

GetAlertRecordsResponse implement json.Marshaler.

func (*GetAlertRecordsResponse) ProtoMessage

func (*GetAlertRecordsResponse) ProtoMessage()

func (*GetAlertRecordsResponse) ProtoReflect

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

func (*GetAlertRecordsResponse) Reset

func (x *GetAlertRecordsResponse) Reset()

func (*GetAlertRecordsResponse) String

func (x *GetAlertRecordsResponse) String() string

func (*GetAlertRecordsResponse) UnmarshalJSON

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

GetAlertRecordsResponse implement json.Marshaler.

func (*GetAlertRecordsResponse) UnmarshalURLValues

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

GetAlertRecordsResponse implement urlenc.URLValuesUnmarshaler.

func (*GetAlertRecordsResponse) Validate

func (this *GetAlertRecordsResponse) Validate() error

type GetAlertRequest

type GetAlertRequest struct {
	TenantGroup string `protobuf:"bytes,1,opt,name=tenantGroup,proto3" json:"tenantGroup,omitempty"`
	Id          int64  `protobuf:"varint,2,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) GetTenantGroup

func (x *GetAlertRequest) GetTenantGroup() string

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 *ApmAlertData `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() *ApmAlertData

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 GetCustomizeAlertRequest

type GetCustomizeAlertRequest struct {
	Id          uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	TenantGroup string `protobuf:"bytes,2,opt,name=tenantGroup,proto3" json:"tenantGroup,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) GetTenantGroup

func (x *GetCustomizeAlertRequest) GetTenantGroup() string

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 *pb.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 QueryAlertData

type QueryAlertData struct {
	List  []*ApmAlertData `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 (*QueryAlertData) Descriptor deprecated

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

Deprecated: Use QueryAlertData.ProtoReflect.Descriptor instead.

func (*QueryAlertData) GetList

func (x *QueryAlertData) GetList() []*ApmAlertData

func (*QueryAlertData) GetTotal

func (x *QueryAlertData) GetTotal() int64

func (*QueryAlertData) MarshalJSON

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

QueryAlertData implement json.Marshaler.

func (*QueryAlertData) ProtoMessage

func (*QueryAlertData) ProtoMessage()

func (*QueryAlertData) ProtoReflect

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

func (*QueryAlertData) Reset

func (x *QueryAlertData) Reset()

func (*QueryAlertData) String

func (x *QueryAlertData) String() string

func (*QueryAlertData) UnmarshalJSON

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

QueryAlertData implement json.Marshaler.

func (*QueryAlertData) UnmarshalURLValues

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

QueryAlertData implement urlenc.URLValuesUnmarshaler.

func (*QueryAlertData) Validate

func (this *QueryAlertData) Validate() error

type QueryAlertRequest

type QueryAlertRequest struct {
	TenantGroup string `protobuf:"bytes,1,opt,name=tenantGroup,proto3" json:"tenantGroup,omitempty"`
	PageNo      int64  `protobuf:"varint,2,opt,name=pageNo,proto3" json:"pageNo,omitempty"`
	PageSize    int64  `protobuf:"varint,3,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) GetTenantGroup

func (x *QueryAlertRequest) GetTenantGroup() 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 QueryAlertResponse

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

func (*QueryAlertResponse) Descriptor deprecated

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

Deprecated: Use QueryAlertResponse.ProtoReflect.Descriptor instead.

func (*QueryAlertResponse) GetData

func (x *QueryAlertResponse) GetData() *QueryAlertData

func (*QueryAlertResponse) MarshalJSON

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

QueryAlertResponse implement json.Marshaler.

func (*QueryAlertResponse) ProtoMessage

func (*QueryAlertResponse) ProtoMessage()

func (*QueryAlertResponse) ProtoReflect

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

func (*QueryAlertResponse) Reset

func (x *QueryAlertResponse) Reset()

func (*QueryAlertResponse) String

func (x *QueryAlertResponse) String() string

func (*QueryAlertResponse) UnmarshalJSON

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

QueryAlertResponse implement json.Marshaler.

func (*QueryAlertResponse) UnmarshalURLValues

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

QueryAlertResponse implement urlenc.URLValuesUnmarshaler.

func (*QueryAlertResponse) Validate

func (this *QueryAlertResponse) Validate() error

type QueryAlertRuleRequest

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

func (*QueryAlertRuleRequest) Descriptor deprecated

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

Deprecated: Use QueryAlertRuleRequest.ProtoReflect.Descriptor instead.

func (*QueryAlertRuleRequest) GetTenantGroup

func (x *QueryAlertRuleRequest) GetTenantGroup() 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 *pb.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 QueryCustomizeAlertsRequest

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

func (*QueryCustomizeAlertsRequest) Descriptor deprecated

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

Deprecated: Use QueryCustomizeAlertsRequest.ProtoReflect.Descriptor instead.

func (*QueryCustomizeAlertsRequest) GetPageNo

func (x *QueryCustomizeAlertsRequest) GetPageNo() int64

func (*QueryCustomizeAlertsRequest) GetPageSize

func (x *QueryCustomizeAlertsRequest) GetPageSize() int64

func (*QueryCustomizeAlertsRequest) GetTenantGroup

func (x *QueryCustomizeAlertsRequest) GetTenantGroup() string

func (*QueryCustomizeAlertsRequest) MarshalJSON

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

QueryCustomizeAlertsRequest implement json.Marshaler.

func (*QueryCustomizeAlertsRequest) ProtoMessage

func (*QueryCustomizeAlertsRequest) ProtoMessage()

func (*QueryCustomizeAlertsRequest) ProtoReflect

func (*QueryCustomizeAlertsRequest) Reset

func (x *QueryCustomizeAlertsRequest) Reset()

func (*QueryCustomizeAlertsRequest) String

func (x *QueryCustomizeAlertsRequest) String() string

func (*QueryCustomizeAlertsRequest) UnmarshalJSON

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

QueryCustomizeAlertsRequest implement json.Marshaler.

func (*QueryCustomizeAlertsRequest) UnmarshalURLValues

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

QueryCustomizeAlertsRequest implement urlenc.URLValuesUnmarshaler.

func (*QueryCustomizeAlertsRequest) Validate

func (this *QueryCustomizeAlertsRequest) Validate() error

type QueryCustomizeAlertsResponse

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

func (*QueryCustomizeAlertsResponse) Descriptor deprecated

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

Deprecated: Use QueryCustomizeAlertsResponse.ProtoReflect.Descriptor instead.

func (*QueryCustomizeAlertsResponse) GetData

func (*QueryCustomizeAlertsResponse) MarshalJSON

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

QueryCustomizeAlertsResponse implement json.Marshaler.

func (*QueryCustomizeAlertsResponse) ProtoMessage

func (*QueryCustomizeAlertsResponse) ProtoMessage()

func (*QueryCustomizeAlertsResponse) ProtoReflect

func (*QueryCustomizeAlertsResponse) Reset

func (x *QueryCustomizeAlertsResponse) Reset()

func (*QueryCustomizeAlertsResponse) String

func (*QueryCustomizeAlertsResponse) UnmarshalJSON

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

QueryCustomizeAlertsResponse implement json.Marshaler.

func (*QueryCustomizeAlertsResponse) UnmarshalURLValues

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

QueryCustomizeAlertsResponse implement urlenc.URLValuesUnmarshaler.

func (*QueryCustomizeAlertsResponse) Validate

func (this *QueryCustomizeAlertsResponse) Validate() error

type QueryCustomizeMetricRequest

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

func (*QueryCustomizeMetricRequest) Descriptor deprecated

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

Deprecated: Use QueryCustomizeMetricRequest.ProtoReflect.Descriptor instead.

func (*QueryCustomizeMetricRequest) GetTenantGroup

func (x *QueryCustomizeMetricRequest) GetTenantGroup() 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 *pb.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 QueryCustomizeNotifyTargetRequest

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

func (*QueryCustomizeNotifyTargetRequest) Descriptor deprecated

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

Deprecated: Use QueryCustomizeNotifyTargetRequest.ProtoReflect.Descriptor instead.

func (*QueryCustomizeNotifyTargetRequest) GetTenantGroup

func (x *QueryCustomizeNotifyTargetRequest) GetTenantGroup() string

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 *pb.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 UnimplementedAlertServiceServer

type UnimplementedAlertServiceServer struct {
}

UnimplementedAlertServiceServer should be embedded to have forward compatible implementations.

func (*UnimplementedAlertServiceServer) CreateAlert

func (*UnimplementedAlertServiceServer) CreateCustomizeAlert

func (*UnimplementedAlertServiceServer) DashboardPreview

func (*UnimplementedAlertServiceServer) DeleteAlert

func (*UnimplementedAlertServiceServer) DeleteCustomizeAlert

func (*UnimplementedAlertServiceServer) GetAlert

func (*UnimplementedAlertServiceServer) GetAlertHistories

func (*UnimplementedAlertServiceServer) GetAlertRecord

func (*UnimplementedAlertServiceServer) GetAlertRecordAttrs

func (*UnimplementedAlertServiceServer) GetAlertRecords

func (*UnimplementedAlertServiceServer) GetCustomizeAlert

func (*UnimplementedAlertServiceServer) QueryAlert

func (*UnimplementedAlertServiceServer) QueryAlertRule

func (*UnimplementedAlertServiceServer) QueryCustomizeAlerts

func (*UnimplementedAlertServiceServer) QueryCustomizeMetric

func (*UnimplementedAlertServiceServer) UpdateAlert

func (*UnimplementedAlertServiceServer) UpdateAlertEnable

func (*UnimplementedAlertServiceServer) UpdateCustomizeAlert

type UpdateAlertEnableRequest

type UpdateAlertEnableRequest struct {
	Id          int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	TenantGroup string `protobuf:"bytes,2,opt,name=tenantGroup,proto3" json:"tenantGroup,omitempty"`
	Enable      bool   `protobuf:"varint,3,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) GetTenantGroup

func (x *UpdateAlertEnableRequest) GetTenantGroup() string

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 UpdateAlertRecordIssueRequest

type UpdateAlertRecordIssueRequest struct {
	GroupId     string                     `protobuf:"bytes,1,opt,name=groupId,proto3" json:"groupId,omitempty"`
	TenantGroup string                     `protobuf:"bytes,2,opt,name=tenantGroup,proto3" json:"tenantGroup,omitempty"`
	Body        map[string]*structpb.Value `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateAlertRecordIssueRequest) Descriptor deprecated

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

Deprecated: Use UpdateAlertRecordIssueRequest.ProtoReflect.Descriptor instead.

func (*UpdateAlertRecordIssueRequest) GetBody

func (*UpdateAlertRecordIssueRequest) GetGroupId

func (x *UpdateAlertRecordIssueRequest) GetGroupId() string

func (*UpdateAlertRecordIssueRequest) GetTenantGroup

func (x *UpdateAlertRecordIssueRequest) GetTenantGroup() string

func (*UpdateAlertRecordIssueRequest) MarshalJSON

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

UpdateAlertRecordIssueRequest implement json.Marshaler.

func (*UpdateAlertRecordIssueRequest) ProtoMessage

func (*UpdateAlertRecordIssueRequest) ProtoMessage()

func (*UpdateAlertRecordIssueRequest) ProtoReflect

func (*UpdateAlertRecordIssueRequest) Reset

func (x *UpdateAlertRecordIssueRequest) Reset()

func (*UpdateAlertRecordIssueRequest) String

func (*UpdateAlertRecordIssueRequest) UnmarshalJSON

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

UpdateAlertRecordIssueRequest implement json.Marshaler.

func (*UpdateAlertRecordIssueRequest) UnmarshalURLValues

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

UpdateAlertRecordIssueRequest implement urlenc.URLValuesUnmarshaler.

func (*UpdateAlertRecordIssueRequest) Validate

func (this *UpdateAlertRecordIssueRequest) Validate() error

type UpdateAlertRecordIssueResponse

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

func (*UpdateAlertRecordIssueResponse) Descriptor deprecated

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

Deprecated: Use UpdateAlertRecordIssueResponse.ProtoReflect.Descriptor instead.

func (*UpdateAlertRecordIssueResponse) MarshalJSON

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

UpdateAlertRecordIssueResponse implement json.Marshaler.

func (*UpdateAlertRecordIssueResponse) ProtoMessage

func (*UpdateAlertRecordIssueResponse) ProtoMessage()

func (*UpdateAlertRecordIssueResponse) ProtoReflect

func (*UpdateAlertRecordIssueResponse) Reset

func (x *UpdateAlertRecordIssueResponse) Reset()

func (*UpdateAlertRecordIssueResponse) String

func (*UpdateAlertRecordIssueResponse) UnmarshalJSON

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

UpdateAlertRecordIssueResponse implement json.Marshaler.

func (*UpdateAlertRecordIssueResponse) UnmarshalURLValues

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

UpdateAlertRecordIssueResponse implement urlenc.URLValuesUnmarshaler.

func (*UpdateAlertRecordIssueResponse) Validate

func (this *UpdateAlertRecordIssueResponse) Validate() error

type UpdateAlertRequest

type UpdateAlertRequest struct {
	TenantGroup  string                     `protobuf:"bytes,1,opt,name=tenantGroup,proto3" json:"tenantGroup,omitempty"`
	Id           uint64                     `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	Name         string                     `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	AlertScope   string                     `protobuf:"bytes,4,opt,name=alertScope,proto3" json:"alertScope,omitempty"`
	AlertScopeId string                     `protobuf:"bytes,5,opt,name=alertScopeId,proto3" json:"alertScopeId,omitempty"`
	Enable       bool                       `protobuf:"varint,6,opt,name=enable,proto3" json:"enable,omitempty"`
	Rules        []*pb.AlertExpression      `protobuf:"bytes,7,rep,name=rules,proto3" json:"rules,omitempty"`
	Notifies     []*pb.AlertNotify          `protobuf:"bytes,8,rep,name=notifies,proto3" json:"notifies,omitempty"`
	Attributes   map[string]*structpb.Value `` /* 161-byte string literal not displayed */
	AppIds       []string                   `protobuf:"bytes,10,rep,name=appIds,proto3" json:"appIds,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) GetAppIds

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

func (*UpdateAlertRequest) GetAttributes

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

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

func (x *UpdateAlertRequest) GetId() uint64

func (*UpdateAlertRequest) GetName

func (x *UpdateAlertRequest) GetName() string

func (*UpdateAlertRequest) GetNotifies

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

func (*UpdateAlertRequest) GetRules

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

func (*UpdateAlertRequest) GetTenantGroup

func (x *UpdateAlertRequest) GetTenantGroup() string

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"`
	TenantGroup string `protobuf:"bytes,2,opt,name=tenantGroup,proto3" json:"tenantGroup,omitempty"`
	Enable      bool   `protobuf:"varint,3,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) GetTenantGroup

func (x *UpdateCustomizeAlertEnableRequest) GetTenantGroup() string

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"`
	TenantGroup  string                              `protobuf:"bytes,2,opt,name=tenantGroup,proto3" json:"tenantGroup,omitempty"`
	ClusterName  string                              `protobuf:"bytes,3,opt,name=clusterName,proto3" json:"clusterName,omitempty"`
	Name         string                              `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	AlertType    string                              `protobuf:"bytes,5,opt,name=alertType,proto3" json:"alertType,omitempty"`
	AlertScope   string                              `protobuf:"bytes,6,opt,name=alertScope,proto3" json:"alertScope,omitempty"`
	AlertScopeId string                              `protobuf:"bytes,7,opt,name=alertScopeId,proto3" json:"alertScopeId,omitempty"`
	Enable       bool                                `protobuf:"varint,8,opt,name=enable,proto3" json:"enable,omitempty"`
	Attributes   map[string]*structpb.Value          `` /* 161-byte string literal not displayed */
	Rules        []*pb.CustomizeAlertRule            `protobuf:"bytes,10,rep,name=rules,proto3" json:"rules,omitempty"`
	Notifies     []*pb.CustomizeAlertNotifyTemplates `protobuf:"bytes,11,rep,name=notifies,proto3" json:"notifies,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 (*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) GetTenantGroup

func (x *UpdateCustomizeAlertRequest) GetTenantGroup() string

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

Jump to

Keyboard shortcuts

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