Documentation
¶
Index ¶
- Constants
- Variables
- func RegisterAlertEventServiceServer(s grpc.ServiceRegistrar, srv AlertEventServiceServer)
- type ActivityAnalysisStats
- func (*ActivityAnalysisStats) Descriptor() ([]byte, []int)deprecated
- func (x *ActivityAnalysisStats) GetIsMutedCount() *wrapperspb.UInt32Value
- func (x *ActivityAnalysisStats) GetRules() []*wrapperspb.StringValue
- func (*ActivityAnalysisStats) ProtoMessage()
- func (x *ActivityAnalysisStats) ProtoReflect() protoreflect.Message
- func (x *ActivityAnalysisStats) Reset()
- func (x *ActivityAnalysisStats) String() string
- type AlertEvent
- func (*AlertEvent) Descriptor() ([]byte, []int)deprecated
- func (x *AlertEvent) GetActivityAnalysis() *activity_analysis.ActivityAnalysis
- func (x *AlertEvent) GetAlertId() *wrapperspb.StringValue
- func (x *AlertEvent) GetGroupLabels() map[string]string
- func (x *AlertEvent) GetIncidentCorrelationKey() *wrapperspb.StringValue
- func (x *AlertEvent) GetPayload() *structpb.Struct
- func (x *AlertEvent) GetPayloadType() *wrapperspb.StringValue
- func (x *AlertEvent) GetPermutationId() *wrapperspb.StringValue
- func (x *AlertEvent) GetPermutationLabels() map[string]string
- func (x *AlertEvent) GetPreGroupingEventId() *wrapperspb.StringValue
- func (x *AlertEvent) GetStatus() AlertStatus
- func (x *AlertEvent) GetTimestamp() *timestamppb.Timestamp
- func (*AlertEvent) ProtoMessage()
- func (x *AlertEvent) ProtoReflect() protoreflect.Message
- func (x *AlertEvent) Reset()
- func (x *AlertEvent) String() string
- type AlertEventMultiplePermutation
- func (*AlertEventMultiplePermutation) Descriptor() ([]byte, []int)deprecated
- func (x *AlertEventMultiplePermutation) GetAlertEventMultiplePermutation() []*AlertEvent
- func (*AlertEventMultiplePermutation) ProtoMessage()
- func (x *AlertEventMultiplePermutation) ProtoReflect() protoreflect.Message
- func (x *AlertEventMultiplePermutation) Reset()
- func (x *AlertEventMultiplePermutation) String() string
- type AlertEventOrderBy
- func (*AlertEventOrderBy) Descriptor() ([]byte, []int)deprecated
- func (x *AlertEventOrderBy) GetDirection() OrderByAlertEventDirection
- func (x *AlertEventOrderBy) GetFieldName() OrderByAlertEventFields
- func (*AlertEventOrderBy) ProtoMessage()
- func (x *AlertEventOrderBy) ProtoReflect() protoreflect.Message
- func (x *AlertEventOrderBy) Reset()
- func (x *AlertEventOrderBy) String() string
- type AlertEventPayload
- func (*AlertEventPayload) Descriptor() ([]byte, []int)deprecated
- func (x *AlertEventPayload) GetPayload() *structpb.Struct
- func (x *AlertEventPayload) GetPayloadType() *wrapperspb.StringValue
- func (*AlertEventPayload) ProtoMessage()
- func (x *AlertEventPayload) ProtoReflect() protoreflect.Message
- func (x *AlertEventPayload) Reset()
- func (x *AlertEventPayload) String() string
- type AlertEventServiceClient
- type AlertEventServiceServer
- type AlertStatus
- func (AlertStatus) Descriptor() protoreflect.EnumDescriptor
- func (x AlertStatus) Enum() *AlertStatus
- func (AlertStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x AlertStatus) Number() protoreflect.EnumNumber
- func (x AlertStatus) String() string
- func (AlertStatus) Type() protoreflect.EnumType
- type EventStats
- func (*EventStats) Descriptor() ([]byte, []int)deprecated
- func (x *EventStats) GetActivityAnalysisStats() *ActivityAnalysisStats
- func (x *EventStats) GetCount() *wrapperspb.UInt32Value
- func (x *EventStats) GetResolvedCount() *wrapperspb.UInt32Value
- func (x *EventStats) GetResolvedPermutationsSamples() []*Permutation
- func (x *EventStats) GetTriggeredCount() *wrapperspb.UInt32Value
- func (x *EventStats) GetTriggeredPermutationsSamples() []*Permutation
- func (*EventStats) ProtoMessage()
- func (x *EventStats) ProtoReflect() protoreflect.Message
- func (x *EventStats) Reset()
- func (x *EventStats) String() string
- type GetAlertEventRequest
- func (*GetAlertEventRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAlertEventRequest) GetId() *wrapperspb.StringValue
- func (x *GetAlertEventRequest) GetOrderBys() []*AlertEventOrderBy
- func (x *GetAlertEventRequest) GetPagination() *PaginationRequest
- func (*GetAlertEventRequest) ProtoMessage()
- func (x *GetAlertEventRequest) ProtoReflect() protoreflect.Message
- func (x *GetAlertEventRequest) Reset()
- func (x *GetAlertEventRequest) String() string
- type GetAlertEventResponse
- func (*GetAlertEventResponse) Descriptor() ([]byte, []int)deprecated
- func (m *GetAlertEventResponse) GetAlertEvent() isGetAlertEventResponse_AlertEvent
- func (x *GetAlertEventResponse) GetId() *wrapperspb.StringValue
- func (x *GetAlertEventResponse) GetMultiplePermutation() *AlertEventMultiplePermutation
- func (x *GetAlertEventResponse) GetPagination() *PaginationResponse
- func (x *GetAlertEventResponse) GetSinglePermutation() *AlertEvent
- func (*GetAlertEventResponse) ProtoMessage()
- func (x *GetAlertEventResponse) ProtoReflect() protoreflect.Message
- func (x *GetAlertEventResponse) Reset()
- func (x *GetAlertEventResponse) String() string
- type GetAlertEventResponse_MultiplePermutation
- type GetAlertEventResponse_SinglePermutation
- type GetAlertEventStatsRequest
- func (*GetAlertEventStatsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAlertEventStatsRequest) GetIds() []*wrapperspb.StringValue
- func (x *GetAlertEventStatsRequest) GetOrderBys() []*AlertEventOrderBy
- func (*GetAlertEventStatsRequest) ProtoMessage()
- func (x *GetAlertEventStatsRequest) ProtoReflect() protoreflect.Message
- func (x *GetAlertEventStatsRequest) Reset()
- func (x *GetAlertEventStatsRequest) String() string
- type GetAlertEventStatsResponse
- func (*GetAlertEventStatsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAlertEventStatsResponse) GetEventsStats() map[string]*EventStats
- func (*GetAlertEventStatsResponse) ProtoMessage()
- func (x *GetAlertEventStatsResponse) ProtoReflect() protoreflect.Message
- func (x *GetAlertEventStatsResponse) Reset()
- func (x *GetAlertEventStatsResponse) String() string
- type OrderByAlertEventDirection
- func (OrderByAlertEventDirection) Descriptor() protoreflect.EnumDescriptor
- func (x OrderByAlertEventDirection) Enum() *OrderByAlertEventDirection
- func (OrderByAlertEventDirection) EnumDescriptor() ([]byte, []int)deprecated
- func (x OrderByAlertEventDirection) Number() protoreflect.EnumNumber
- func (x OrderByAlertEventDirection) String() string
- func (OrderByAlertEventDirection) Type() protoreflect.EnumType
- type OrderByAlertEventFields
- func (OrderByAlertEventFields) Descriptor() protoreflect.EnumDescriptor
- func (x OrderByAlertEventFields) Enum() *OrderByAlertEventFields
- func (OrderByAlertEventFields) EnumDescriptor() ([]byte, []int)deprecated
- func (x OrderByAlertEventFields) Number() protoreflect.EnumNumber
- func (x OrderByAlertEventFields) String() string
- func (OrderByAlertEventFields) Type() protoreflect.EnumType
- type PaginationRequest
- func (*PaginationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PaginationRequest) GetPageSize() *wrapperspb.UInt32Value
- func (x *PaginationRequest) GetPageToken() *wrapperspb.StringValue
- func (*PaginationRequest) ProtoMessage()
- func (x *PaginationRequest) ProtoReflect() protoreflect.Message
- func (x *PaginationRequest) Reset()
- func (x *PaginationRequest) String() string
- type PaginationResponse
- func (*PaginationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PaginationResponse) GetNextPageToken() *wrapperspb.StringValue
- func (x *PaginationResponse) GetTotalSize() *wrapperspb.UInt32Value
- func (*PaginationResponse) ProtoMessage()
- func (x *PaginationResponse) ProtoReflect() protoreflect.Message
- func (x *PaginationResponse) Reset()
- func (x *PaginationResponse) String() string
- type Permutation
- type UnimplementedAlertEventServiceServer
- type UnsafeAlertEventServiceServer
Constants ¶
const ( AlertEventService_GetAlertEvent_FullMethodName = "/com.coralogixapis.alerts.v3.AlertEventService/GetAlertEvent" AlertEventService_GetAlertEventsStats_FullMethodName = "/com.coralogixapis.alerts.v3.AlertEventService/GetAlertEventsStats" )
Variables ¶
var ( AlertStatus_name = map[int32]string{ 0: "ALERT_STATUS_RESOLVED_OR_UNSPECIFIED", 1: "ALERT_STATUS_TRIGGERED", } AlertStatus_value = map[string]int32{ "ALERT_STATUS_RESOLVED_OR_UNSPECIFIED": 0, "ALERT_STATUS_TRIGGERED": 1, } )
Enum value maps for AlertStatus.
var ( OrderByAlertEventFields_name = map[int32]string{ 0: "ORDER_BY_ALERT_EVENT_FIELDS_UNSPECIFIED", 1: "ORDER_BY_ALERT_EVENT_FIELDS_TIMESTAMP", } OrderByAlertEventFields_value = map[string]int32{ "ORDER_BY_ALERT_EVENT_FIELDS_UNSPECIFIED": 0, "ORDER_BY_ALERT_EVENT_FIELDS_TIMESTAMP": 1, } )
Enum value maps for OrderByAlertEventFields.
var ( OrderByAlertEventDirection_name = map[int32]string{ 0: "ORDER_BY_ALERT_EVENT_DIRECTION_UNSPECIFIED", 1: "ORDER_BY_ALERT_EVENT_DIRECTION_ASC", 2: "ORDER_BY_ALERT_EVENT_DIRECTION_DESC", } OrderByAlertEventDirection_value = map[string]int32{ "ORDER_BY_ALERT_EVENT_DIRECTION_UNSPECIFIED": 0, "ORDER_BY_ALERT_EVENT_DIRECTION_ASC": 1, "ORDER_BY_ALERT_EVENT_DIRECTION_DESC": 2, } )
Enum value maps for OrderByAlertEventDirection.
var AlertEventService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "com.coralogixapis.alerts.v3.AlertEventService", HandlerType: (*AlertEventServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetAlertEvent", Handler: _AlertEventService_GetAlertEvent_Handler, }, { MethodName: "GetAlertEventsStats", Handler: _AlertEventService_GetAlertEventsStats_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "com/coralogixapis/alerts/v3/event/alert_event_service.proto", }
AlertEventService_ServiceDesc is the grpc.ServiceDesc for AlertEventService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_com_coralogixapis_alerts_v3_event_alert_event_payload_proto protoreflect.FileDescriptor
var File_com_coralogixapis_alerts_v3_event_alert_event_proto protoreflect.FileDescriptor
var File_com_coralogixapis_alerts_v3_event_alert_event_service_proto protoreflect.FileDescriptor
Functions ¶
func RegisterAlertEventServiceServer ¶
func RegisterAlertEventServiceServer(s grpc.ServiceRegistrar, srv AlertEventServiceServer)
Types ¶
type ActivityAnalysisStats ¶
type ActivityAnalysisStats struct { IsMutedCount *wrapperspb.UInt32Value `protobuf:"bytes,1,opt,name=is_muted_count,json=isMutedCount,proto3" json:"is_muted_count,omitempty"` Rules []*wrapperspb.StringValue `protobuf:"bytes,2,rep,name=rules,proto3" json:"rules,omitempty"` // contains filtered or unexported fields }
func (*ActivityAnalysisStats) Descriptor
deprecated
func (*ActivityAnalysisStats) Descriptor() ([]byte, []int)
Deprecated: Use ActivityAnalysisStats.ProtoReflect.Descriptor instead.
func (*ActivityAnalysisStats) GetIsMutedCount ¶
func (x *ActivityAnalysisStats) GetIsMutedCount() *wrapperspb.UInt32Value
func (*ActivityAnalysisStats) GetRules ¶
func (x *ActivityAnalysisStats) GetRules() []*wrapperspb.StringValue
func (*ActivityAnalysisStats) ProtoMessage ¶
func (*ActivityAnalysisStats) ProtoMessage()
func (*ActivityAnalysisStats) ProtoReflect ¶
func (x *ActivityAnalysisStats) ProtoReflect() protoreflect.Message
func (*ActivityAnalysisStats) Reset ¶
func (x *ActivityAnalysisStats) Reset()
func (*ActivityAnalysisStats) String ¶
func (x *ActivityAnalysisStats) String() string
type AlertEvent ¶
type AlertEvent struct { PermutationLabels map[string]string `` /* 200-byte string literal not displayed */ GroupLabels map[string]string `` /* 182-byte string literal not displayed */ Timestamp *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"` AlertId *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=alert_id,json=alertId,proto3" json:"alert_id,omitempty"` Status AlertStatus `protobuf:"varint,5,opt,name=status,proto3,enum=com.coralogixapis.alerts.v3.AlertStatus" json:"status,omitempty"` PreGroupingEventId *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=pre_grouping_event_id,json=preGroupingEventId,proto3" json:"pre_grouping_event_id,omitempty"` Payload *structpb.Struct `protobuf:"bytes,7,opt,name=payload,proto3" json:"payload,omitempty"` PayloadType *wrapperspb.StringValue `protobuf:"bytes,8,opt,name=payload_type,json=payloadType,proto3" json:"payload_type,omitempty"` PermutationId *wrapperspb.StringValue `protobuf:"bytes,9,opt,name=permutation_id,json=permutationId,proto3" json:"permutation_id,omitempty"` IncidentCorrelationKey *wrapperspb.StringValue `` /* 130-byte string literal not displayed */ ActivityAnalysis *activity_analysis.ActivityAnalysis `protobuf:"bytes,11,opt,name=activity_analysis,json=activityAnalysis,proto3,oneof" json:"activity_analysis,omitempty"` // contains filtered or unexported fields }
func (*AlertEvent) Descriptor
deprecated
func (*AlertEvent) Descriptor() ([]byte, []int)
Deprecated: Use AlertEvent.ProtoReflect.Descriptor instead.
func (*AlertEvent) GetActivityAnalysis ¶
func (x *AlertEvent) GetActivityAnalysis() *activity_analysis.ActivityAnalysis
func (*AlertEvent) GetAlertId ¶
func (x *AlertEvent) GetAlertId() *wrapperspb.StringValue
func (*AlertEvent) GetGroupLabels ¶
func (x *AlertEvent) GetGroupLabels() map[string]string
func (*AlertEvent) GetIncidentCorrelationKey ¶
func (x *AlertEvent) GetIncidentCorrelationKey() *wrapperspb.StringValue
func (*AlertEvent) GetPayload ¶
func (x *AlertEvent) GetPayload() *structpb.Struct
func (*AlertEvent) GetPayloadType ¶
func (x *AlertEvent) GetPayloadType() *wrapperspb.StringValue
func (*AlertEvent) GetPermutationId ¶
func (x *AlertEvent) GetPermutationId() *wrapperspb.StringValue
func (*AlertEvent) GetPermutationLabels ¶
func (x *AlertEvent) GetPermutationLabels() map[string]string
func (*AlertEvent) GetPreGroupingEventId ¶
func (x *AlertEvent) GetPreGroupingEventId() *wrapperspb.StringValue
func (*AlertEvent) GetStatus ¶
func (x *AlertEvent) GetStatus() AlertStatus
func (*AlertEvent) GetTimestamp ¶
func (x *AlertEvent) GetTimestamp() *timestamppb.Timestamp
func (*AlertEvent) ProtoMessage ¶
func (*AlertEvent) ProtoMessage()
func (*AlertEvent) ProtoReflect ¶
func (x *AlertEvent) ProtoReflect() protoreflect.Message
func (*AlertEvent) Reset ¶
func (x *AlertEvent) Reset()
func (*AlertEvent) String ¶
func (x *AlertEvent) String() string
type AlertEventMultiplePermutation ¶
type AlertEventMultiplePermutation struct { AlertEventMultiplePermutation []*AlertEvent `` /* 152-byte string literal not displayed */ // contains filtered or unexported fields }
func (*AlertEventMultiplePermutation) Descriptor
deprecated
func (*AlertEventMultiplePermutation) Descriptor() ([]byte, []int)
Deprecated: Use AlertEventMultiplePermutation.ProtoReflect.Descriptor instead.
func (*AlertEventMultiplePermutation) GetAlertEventMultiplePermutation ¶
func (x *AlertEventMultiplePermutation) GetAlertEventMultiplePermutation() []*AlertEvent
func (*AlertEventMultiplePermutation) ProtoMessage ¶
func (*AlertEventMultiplePermutation) ProtoMessage()
func (*AlertEventMultiplePermutation) ProtoReflect ¶
func (x *AlertEventMultiplePermutation) ProtoReflect() protoreflect.Message
func (*AlertEventMultiplePermutation) Reset ¶
func (x *AlertEventMultiplePermutation) Reset()
func (*AlertEventMultiplePermutation) String ¶
func (x *AlertEventMultiplePermutation) String() string
type AlertEventOrderBy ¶
type AlertEventOrderBy struct { FieldName OrderByAlertEventFields `` /* 146-byte string literal not displayed */ Direction OrderByAlertEventDirection `` /* 132-byte string literal not displayed */ // contains filtered or unexported fields }
func (*AlertEventOrderBy) Descriptor
deprecated
func (*AlertEventOrderBy) Descriptor() ([]byte, []int)
Deprecated: Use AlertEventOrderBy.ProtoReflect.Descriptor instead.
func (*AlertEventOrderBy) GetDirection ¶
func (x *AlertEventOrderBy) GetDirection() OrderByAlertEventDirection
func (*AlertEventOrderBy) GetFieldName ¶
func (x *AlertEventOrderBy) GetFieldName() OrderByAlertEventFields
func (*AlertEventOrderBy) ProtoMessage ¶
func (*AlertEventOrderBy) ProtoMessage()
func (*AlertEventOrderBy) ProtoReflect ¶
func (x *AlertEventOrderBy) ProtoReflect() protoreflect.Message
func (*AlertEventOrderBy) Reset ¶
func (x *AlertEventOrderBy) Reset()
func (*AlertEventOrderBy) String ¶
func (x *AlertEventOrderBy) String() string
type AlertEventPayload ¶
type AlertEventPayload struct { Payload *structpb.Struct `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` PayloadType *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=payload_type,json=payloadType,proto3" json:"payload_type,omitempty"` // contains filtered or unexported fields }
func (*AlertEventPayload) Descriptor
deprecated
func (*AlertEventPayload) Descriptor() ([]byte, []int)
Deprecated: Use AlertEventPayload.ProtoReflect.Descriptor instead.
func (*AlertEventPayload) GetPayload ¶
func (x *AlertEventPayload) GetPayload() *structpb.Struct
func (*AlertEventPayload) GetPayloadType ¶
func (x *AlertEventPayload) GetPayloadType() *wrapperspb.StringValue
func (*AlertEventPayload) ProtoMessage ¶
func (*AlertEventPayload) ProtoMessage()
func (*AlertEventPayload) ProtoReflect ¶
func (x *AlertEventPayload) ProtoReflect() protoreflect.Message
func (*AlertEventPayload) Reset ¶
func (x *AlertEventPayload) Reset()
func (*AlertEventPayload) String ¶
func (x *AlertEventPayload) String() string
type AlertEventServiceClient ¶
type AlertEventServiceClient interface { GetAlertEvent(ctx context.Context, in *GetAlertEventRequest, opts ...grpc.CallOption) (*GetAlertEventResponse, error) GetAlertEventsStats(ctx context.Context, in *GetAlertEventStatsRequest, opts ...grpc.CallOption) (*GetAlertEventStatsResponse, error) }
AlertEventServiceClient is the client API for AlertEventService 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.
func NewAlertEventServiceClient ¶
func NewAlertEventServiceClient(cc grpc.ClientConnInterface) AlertEventServiceClient
type AlertEventServiceServer ¶
type AlertEventServiceServer interface { GetAlertEvent(context.Context, *GetAlertEventRequest) (*GetAlertEventResponse, error) GetAlertEventsStats(context.Context, *GetAlertEventStatsRequest) (*GetAlertEventStatsResponse, error) // contains filtered or unexported methods }
AlertEventServiceServer is the server API for AlertEventService service. All implementations must embed UnimplementedAlertEventServiceServer for forward compatibility
type AlertStatus ¶
type AlertStatus int32
const ( AlertStatus_ALERT_STATUS_RESOLVED_OR_UNSPECIFIED AlertStatus = 0 AlertStatus_ALERT_STATUS_TRIGGERED AlertStatus = 1 )
func (AlertStatus) Descriptor ¶
func (AlertStatus) Descriptor() protoreflect.EnumDescriptor
func (AlertStatus) Enum ¶
func (x AlertStatus) Enum() *AlertStatus
func (AlertStatus) EnumDescriptor
deprecated
func (AlertStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use AlertStatus.Descriptor instead.
func (AlertStatus) Number ¶
func (x AlertStatus) Number() protoreflect.EnumNumber
func (AlertStatus) String ¶
func (x AlertStatus) String() string
func (AlertStatus) Type ¶
func (AlertStatus) Type() protoreflect.EnumType
type EventStats ¶
type EventStats struct { Count *wrapperspb.UInt32Value `protobuf:"bytes,1,opt,name=count,proto3" json:"count,omitempty"` ResolvedCount *wrapperspb.UInt32Value `protobuf:"bytes,2,opt,name=resolved_count,json=resolvedCount,proto3" json:"resolved_count,omitempty"` TriggeredCount *wrapperspb.UInt32Value `protobuf:"bytes,3,opt,name=triggered_count,json=triggeredCount,proto3" json:"triggered_count,omitempty"` TriggeredPermutationsSamples []*Permutation `` /* 147-byte string literal not displayed */ ResolvedPermutationsSamples []*Permutation `` /* 144-byte string literal not displayed */ ActivityAnalysisStats *ActivityAnalysisStats `` /* 126-byte string literal not displayed */ // contains filtered or unexported fields }
func (*EventStats) Descriptor
deprecated
func (*EventStats) Descriptor() ([]byte, []int)
Deprecated: Use EventStats.ProtoReflect.Descriptor instead.
func (*EventStats) GetActivityAnalysisStats ¶
func (x *EventStats) GetActivityAnalysisStats() *ActivityAnalysisStats
func (*EventStats) GetCount ¶
func (x *EventStats) GetCount() *wrapperspb.UInt32Value
func (*EventStats) GetResolvedCount ¶
func (x *EventStats) GetResolvedCount() *wrapperspb.UInt32Value
func (*EventStats) GetResolvedPermutationsSamples ¶
func (x *EventStats) GetResolvedPermutationsSamples() []*Permutation
func (*EventStats) GetTriggeredCount ¶
func (x *EventStats) GetTriggeredCount() *wrapperspb.UInt32Value
func (*EventStats) GetTriggeredPermutationsSamples ¶
func (x *EventStats) GetTriggeredPermutationsSamples() []*Permutation
func (*EventStats) ProtoMessage ¶
func (*EventStats) ProtoMessage()
func (*EventStats) ProtoReflect ¶
func (x *EventStats) ProtoReflect() protoreflect.Message
func (*EventStats) Reset ¶
func (x *EventStats) Reset()
func (*EventStats) String ¶
func (x *EventStats) String() string
type GetAlertEventRequest ¶
type GetAlertEventRequest struct { Id *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` OrderBys []*AlertEventOrderBy `protobuf:"bytes,2,rep,name=order_bys,json=orderBys,proto3" json:"order_bys,omitempty"` Pagination *PaginationRequest `protobuf:"bytes,3,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
func (*GetAlertEventRequest) Descriptor
deprecated
func (*GetAlertEventRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAlertEventRequest.ProtoReflect.Descriptor instead.
func (*GetAlertEventRequest) GetId ¶
func (x *GetAlertEventRequest) GetId() *wrapperspb.StringValue
func (*GetAlertEventRequest) GetOrderBys ¶
func (x *GetAlertEventRequest) GetOrderBys() []*AlertEventOrderBy
func (*GetAlertEventRequest) GetPagination ¶
func (x *GetAlertEventRequest) GetPagination() *PaginationRequest
func (*GetAlertEventRequest) ProtoMessage ¶
func (*GetAlertEventRequest) ProtoMessage()
func (*GetAlertEventRequest) ProtoReflect ¶
func (x *GetAlertEventRequest) ProtoReflect() protoreflect.Message
func (*GetAlertEventRequest) Reset ¶
func (x *GetAlertEventRequest) Reset()
func (*GetAlertEventRequest) String ¶
func (x *GetAlertEventRequest) String() string
type GetAlertEventResponse ¶
type GetAlertEventResponse struct { Id *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Types that are assignable to AlertEvent: // // *GetAlertEventResponse_SinglePermutation // *GetAlertEventResponse_MultiplePermutation AlertEvent isGetAlertEventResponse_AlertEvent `protobuf_oneof:"alert_event"` Pagination *PaginationResponse `protobuf:"bytes,4,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
func (*GetAlertEventResponse) Descriptor
deprecated
func (*GetAlertEventResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAlertEventResponse.ProtoReflect.Descriptor instead.
func (*GetAlertEventResponse) GetAlertEvent ¶
func (m *GetAlertEventResponse) GetAlertEvent() isGetAlertEventResponse_AlertEvent
func (*GetAlertEventResponse) GetId ¶
func (x *GetAlertEventResponse) GetId() *wrapperspb.StringValue
func (*GetAlertEventResponse) GetMultiplePermutation ¶
func (x *GetAlertEventResponse) GetMultiplePermutation() *AlertEventMultiplePermutation
func (*GetAlertEventResponse) GetPagination ¶
func (x *GetAlertEventResponse) GetPagination() *PaginationResponse
func (*GetAlertEventResponse) GetSinglePermutation ¶
func (x *GetAlertEventResponse) GetSinglePermutation() *AlertEvent
func (*GetAlertEventResponse) ProtoMessage ¶
func (*GetAlertEventResponse) ProtoMessage()
func (*GetAlertEventResponse) ProtoReflect ¶
func (x *GetAlertEventResponse) ProtoReflect() protoreflect.Message
func (*GetAlertEventResponse) Reset ¶
func (x *GetAlertEventResponse) Reset()
func (*GetAlertEventResponse) String ¶
func (x *GetAlertEventResponse) String() string
type GetAlertEventResponse_MultiplePermutation ¶
type GetAlertEventResponse_MultiplePermutation struct {
MultiplePermutation *AlertEventMultiplePermutation `protobuf:"bytes,3,opt,name=multiple_permutation,json=multiplePermutation,proto3,oneof"`
}
type GetAlertEventResponse_SinglePermutation ¶
type GetAlertEventResponse_SinglePermutation struct {
SinglePermutation *AlertEvent `protobuf:"bytes,2,opt,name=single_permutation,json=singlePermutation,proto3,oneof"`
}
type GetAlertEventStatsRequest ¶
type GetAlertEventStatsRequest struct { Ids []*wrapperspb.StringValue `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"` OrderBys []*AlertEventOrderBy `protobuf:"bytes,2,rep,name=order_bys,json=orderBys,proto3" json:"order_bys,omitempty"` // contains filtered or unexported fields }
func (*GetAlertEventStatsRequest) Descriptor
deprecated
func (*GetAlertEventStatsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAlertEventStatsRequest.ProtoReflect.Descriptor instead.
func (*GetAlertEventStatsRequest) GetIds ¶
func (x *GetAlertEventStatsRequest) GetIds() []*wrapperspb.StringValue
func (*GetAlertEventStatsRequest) GetOrderBys ¶
func (x *GetAlertEventStatsRequest) GetOrderBys() []*AlertEventOrderBy
func (*GetAlertEventStatsRequest) ProtoMessage ¶
func (*GetAlertEventStatsRequest) ProtoMessage()
func (*GetAlertEventStatsRequest) ProtoReflect ¶
func (x *GetAlertEventStatsRequest) ProtoReflect() protoreflect.Message
func (*GetAlertEventStatsRequest) Reset ¶
func (x *GetAlertEventStatsRequest) Reset()
func (*GetAlertEventStatsRequest) String ¶
func (x *GetAlertEventStatsRequest) String() string
type GetAlertEventStatsResponse ¶
type GetAlertEventStatsResponse struct { EventsStats map[string]*EventStats `` /* 182-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetAlertEventStatsResponse) Descriptor
deprecated
func (*GetAlertEventStatsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAlertEventStatsResponse.ProtoReflect.Descriptor instead.
func (*GetAlertEventStatsResponse) GetEventsStats ¶
func (x *GetAlertEventStatsResponse) GetEventsStats() map[string]*EventStats
func (*GetAlertEventStatsResponse) ProtoMessage ¶
func (*GetAlertEventStatsResponse) ProtoMessage()
func (*GetAlertEventStatsResponse) ProtoReflect ¶
func (x *GetAlertEventStatsResponse) ProtoReflect() protoreflect.Message
func (*GetAlertEventStatsResponse) Reset ¶
func (x *GetAlertEventStatsResponse) Reset()
func (*GetAlertEventStatsResponse) String ¶
func (x *GetAlertEventStatsResponse) String() string
type OrderByAlertEventDirection ¶
type OrderByAlertEventDirection int32
const ( OrderByAlertEventDirection_ORDER_BY_ALERT_EVENT_DIRECTION_UNSPECIFIED OrderByAlertEventDirection = 0 OrderByAlertEventDirection_ORDER_BY_ALERT_EVENT_DIRECTION_ASC OrderByAlertEventDirection = 1 OrderByAlertEventDirection_ORDER_BY_ALERT_EVENT_DIRECTION_DESC OrderByAlertEventDirection = 2 )
func (OrderByAlertEventDirection) Descriptor ¶
func (OrderByAlertEventDirection) Descriptor() protoreflect.EnumDescriptor
func (OrderByAlertEventDirection) Enum ¶
func (x OrderByAlertEventDirection) Enum() *OrderByAlertEventDirection
func (OrderByAlertEventDirection) EnumDescriptor
deprecated
func (OrderByAlertEventDirection) EnumDescriptor() ([]byte, []int)
Deprecated: Use OrderByAlertEventDirection.Descriptor instead.
func (OrderByAlertEventDirection) Number ¶
func (x OrderByAlertEventDirection) Number() protoreflect.EnumNumber
func (OrderByAlertEventDirection) String ¶
func (x OrderByAlertEventDirection) String() string
func (OrderByAlertEventDirection) Type ¶
func (OrderByAlertEventDirection) Type() protoreflect.EnumType
type OrderByAlertEventFields ¶
type OrderByAlertEventFields int32
const ( OrderByAlertEventFields_ORDER_BY_ALERT_EVENT_FIELDS_UNSPECIFIED OrderByAlertEventFields = 0 OrderByAlertEventFields_ORDER_BY_ALERT_EVENT_FIELDS_TIMESTAMP OrderByAlertEventFields = 1 )
func (OrderByAlertEventFields) Descriptor ¶
func (OrderByAlertEventFields) Descriptor() protoreflect.EnumDescriptor
func (OrderByAlertEventFields) Enum ¶
func (x OrderByAlertEventFields) Enum() *OrderByAlertEventFields
func (OrderByAlertEventFields) EnumDescriptor
deprecated
func (OrderByAlertEventFields) EnumDescriptor() ([]byte, []int)
Deprecated: Use OrderByAlertEventFields.Descriptor instead.
func (OrderByAlertEventFields) Number ¶
func (x OrderByAlertEventFields) Number() protoreflect.EnumNumber
func (OrderByAlertEventFields) String ¶
func (x OrderByAlertEventFields) String() string
func (OrderByAlertEventFields) Type ¶
func (OrderByAlertEventFields) Type() protoreflect.EnumType
type PaginationRequest ¶
type PaginationRequest struct { PageSize *wrapperspb.UInt32Value `protobuf:"bytes,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` PageToken *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
func (*PaginationRequest) Descriptor
deprecated
func (*PaginationRequest) Descriptor() ([]byte, []int)
Deprecated: Use PaginationRequest.ProtoReflect.Descriptor instead.
func (*PaginationRequest) GetPageSize ¶
func (x *PaginationRequest) GetPageSize() *wrapperspb.UInt32Value
func (*PaginationRequest) GetPageToken ¶
func (x *PaginationRequest) GetPageToken() *wrapperspb.StringValue
func (*PaginationRequest) ProtoMessage ¶
func (*PaginationRequest) ProtoMessage()
func (*PaginationRequest) ProtoReflect ¶
func (x *PaginationRequest) ProtoReflect() protoreflect.Message
func (*PaginationRequest) Reset ¶
func (x *PaginationRequest) Reset()
func (*PaginationRequest) String ¶
func (x *PaginationRequest) String() string
type PaginationResponse ¶
type PaginationResponse struct { TotalSize *wrapperspb.UInt32Value `protobuf:"bytes,1,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` NextPageToken *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*PaginationResponse) Descriptor
deprecated
func (*PaginationResponse) Descriptor() ([]byte, []int)
Deprecated: Use PaginationResponse.ProtoReflect.Descriptor instead.
func (*PaginationResponse) GetNextPageToken ¶
func (x *PaginationResponse) GetNextPageToken() *wrapperspb.StringValue
func (*PaginationResponse) GetTotalSize ¶
func (x *PaginationResponse) GetTotalSize() *wrapperspb.UInt32Value
func (*PaginationResponse) ProtoMessage ¶
func (*PaginationResponse) ProtoMessage()
func (*PaginationResponse) ProtoReflect ¶
func (x *PaginationResponse) ProtoReflect() protoreflect.Message
func (*PaginationResponse) Reset ¶
func (x *PaginationResponse) Reset()
func (*PaginationResponse) String ¶
func (x *PaginationResponse) String() string
type Permutation ¶
type Permutation struct { PermutationLabels map[string]string `` /* 200-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Permutation) Descriptor
deprecated
func (*Permutation) Descriptor() ([]byte, []int)
Deprecated: Use Permutation.ProtoReflect.Descriptor instead.
func (*Permutation) GetPermutationLabels ¶
func (x *Permutation) GetPermutationLabels() map[string]string
func (*Permutation) ProtoMessage ¶
func (*Permutation) ProtoMessage()
func (*Permutation) ProtoReflect ¶
func (x *Permutation) ProtoReflect() protoreflect.Message
func (*Permutation) Reset ¶
func (x *Permutation) Reset()
func (*Permutation) String ¶
func (x *Permutation) String() string
type UnimplementedAlertEventServiceServer ¶
type UnimplementedAlertEventServiceServer struct { }
UnimplementedAlertEventServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedAlertEventServiceServer) GetAlertEvent ¶
func (UnimplementedAlertEventServiceServer) GetAlertEvent(context.Context, *GetAlertEventRequest) (*GetAlertEventResponse, error)
func (UnimplementedAlertEventServiceServer) GetAlertEventsStats ¶
func (UnimplementedAlertEventServiceServer) GetAlertEventsStats(context.Context, *GetAlertEventStatsRequest) (*GetAlertEventStatsResponse, error)
type UnsafeAlertEventServiceServer ¶
type UnsafeAlertEventServiceServer interface {
// contains filtered or unexported methods
}
UnsafeAlertEventServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AlertEventServiceServer will result in compilation errors.