event

package
v0.0.0-...-2f63041 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AlertEventService_GetAlertEvent_FullMethodName       = "/com.coralogixapis.alerts.v3.AlertEventService/GetAlertEvent"
	AlertEventService_GetAlertEventsStats_FullMethodName = "/com.coralogixapis.alerts.v3.AlertEventService/GetAlertEventsStats"
)

Variables

View Source
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.

View Source
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.

View Source
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.

View Source
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)

View Source
var File_com_coralogixapis_alerts_v3_event_alert_event_payload_proto protoreflect.FileDescriptor
View Source
var File_com_coralogixapis_alerts_v3_event_alert_event_proto protoreflect.FileDescriptor
View Source
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 (*AlertEventMultiplePermutation) Reset

func (x *AlertEventMultiplePermutation) Reset()

func (*AlertEventMultiplePermutation) 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 (*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.

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

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 (*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 (*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 (*GetAlertEventStatsRequest) GetOrderBys

func (x *GetAlertEventStatsRequest) GetOrderBys() []*AlertEventOrderBy

func (*GetAlertEventStatsRequest) ProtoMessage

func (*GetAlertEventStatsRequest) ProtoMessage()

func (*GetAlertEventStatsRequest) ProtoReflect

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 (*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) Enum

func (OrderByAlertEventDirection) EnumDescriptor deprecated

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

Deprecated: Use OrderByAlertEventDirection.Descriptor instead.

func (OrderByAlertEventDirection) Number

func (OrderByAlertEventDirection) String

func (OrderByAlertEventDirection) Type

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

func (OrderByAlertEventFields) EnumDescriptor deprecated

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

Deprecated: Use OrderByAlertEventFields.Descriptor instead.

func (OrderByAlertEventFields) Number

func (OrderByAlertEventFields) String

func (x OrderByAlertEventFields) String() string

func (OrderByAlertEventFields) Type

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

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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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