monitoring

package
v1.0.1-0...-4418604 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2023 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Overview

Package monitoring is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package monitoring is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package monitoring is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package monitoring is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package monitoring is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

View Source
var (
	NotificationChannelTypeEnum_NotificationChannelType_name = map[int32]string{
		0: "UNKNOWN",
		1: "SLACK",
	}
	NotificationChannelTypeEnum_NotificationChannelType_value = map[string]int32{
		"UNKNOWN": 0,
		"SLACK":   1,
	}
)

Enum value maps for NotificationChannelTypeEnum_NotificationChannelType.

View Source
var (
	AlerterTypeEnum_AlerterType_name = map[int32]string{
		0: "UNKNOWN",
		1: "FIXED",
		2: "REFERENCE",
		3: "RANGE",
	}
	AlerterTypeEnum_AlerterType_value = map[string]int32{
		"UNKNOWN":   0,
		"FIXED":     1,
		"REFERENCE": 2,
		"RANGE":     3,
	}
)

Enum value maps for AlerterTypeEnum_AlerterType.

View Source
var (
	AlertStatusEnum_AlertStatus_name = map[int32]string{
		0: "UNKNOWN",
		1: "OK",
		2: "ALERTING",
		3: "PAUSE",
		4: "NODATA",
	}
	AlertStatusEnum_AlertStatus_value = map[string]int32{
		"UNKNOWN":  0,
		"OK":       1,
		"ALERTING": 2,
		"PAUSE":    3,
		"NODATA":   4,
	}
)

Enum value maps for AlertStatusEnum_AlertStatus.

View Source
var (
	EvaluationFrequencyEnum_EvaluationFrequency_name = map[int32]string{
		0: "UNKNOWN",
		1: "FIVE_MINUTES",
		2: "HOUR",
		3: "DAY",
	}
	EvaluationFrequencyEnum_EvaluationFrequency_value = map[string]int32{
		"UNKNOWN":      0,
		"FIVE_MINUTES": 1,
		"HOUR":         2,
		"DAY":          3,
	}
)

Enum value maps for EvaluationFrequencyEnum_EvaluationFrequency.

View Source
var (
	AggregationWindowEnum_AggregationWindow_name = map[int32]string{
		0: "UNKNOWN",
		1: "FIVE_MINUTES",
		2: "HOUR",
		3: "DAY",
	}
	AggregationWindowEnum_AggregationWindow_value = map[string]int32{
		"UNKNOWN":      0,
		"FIVE_MINUTES": 1,
		"HOUR":         2,
		"DAY":          3,
	}
)

Enum value maps for AggregationWindowEnum_AggregationWindow.

View Source
var (
	BatchIngestRequest_SourceTypeEnum_SourceType_name = map[int32]string{
		0: "UNKNOWN",
		1: "REFERENCE",
		2: "GROUND_TRUTH",
		3: "PREDICTION",
	}
	BatchIngestRequest_SourceTypeEnum_SourceType_value = map[string]int32{
		"UNKNOWN":      0,
		"REFERENCE":    1,
		"GROUND_TRUTH": 2,
		"PREDICTION":   3,
	}
)

Enum value maps for BatchIngestRequest_SourceTypeEnum_SourceType.

View Source
var (
	BatchIngestRequest_ColumnSpec_IOTypeEnum_IOType_name = map[int32]string{
		0: "UNKNOWN",
		1: "INPUT",
		2: "OUTPUT",
		3: "GROUND_TRUTH",
	}
	BatchIngestRequest_ColumnSpec_IOTypeEnum_IOType_value = map[string]int32{
		"UNKNOWN":      0,
		"INPUT":        1,
		"OUTPUT":       2,
		"GROUND_TRUTH": 3,
	}
)

Enum value maps for BatchIngestRequest_ColumnSpec_IOTypeEnum_IOType.

View Source
var (
	BatchIngestRequest_EncodingTypeEnum_EncodingType_name = map[int32]string{
		0: "UNKNOWN",
		1: "CSV",
		2: "JSON",
		3: "PARQUET",
	}
	BatchIngestRequest_EncodingTypeEnum_EncodingType_value = map[string]int32{
		"UNKNOWN": 0,
		"CSV":     1,
		"JSON":    2,
		"PARQUET": 3,
	}
)

Enum value maps for BatchIngestRequest_EncodingTypeEnum_EncodingType.

View Source
var (
	BatchIngestRequest_CompressionTypeEnum_CompressionType_name = map[int32]string{
		0: "UNKNOWN",
		1: "RAW",
		2: "GZIP",
	}
	BatchIngestRequest_CompressionTypeEnum_CompressionType_value = map[string]int32{
		"UNKNOWN": 0,
		"RAW":     1,
		"GZIP":    2,
	}
)

Enum value maps for BatchIngestRequest_CompressionTypeEnum_CompressionType.

View Source
var (
	ValueTypeEnum_ValueType_name = map[int32]string{
		0: "STRING",
		1: "NUMBER",
		2: "LIST",
		3: "BLOB",
	}
	ValueTypeEnum_ValueType_value = map[string]int32{
		"STRING": 0,
		"NUMBER": 1,
		"LIST":   2,
		"BLOB":   3,
	}
)

Enum value maps for ValueTypeEnum_ValueType.

View Source
var (
	FeatureSchema_Type_name = map[int32]string{
		0: "UNDEFINED",
		1: "STRING",
		2: "LONG",
		3: "DOUBLE",
		4: "BOOLEAN",
	}
	FeatureSchema_Type_value = map[string]int32{
		"UNDEFINED": 0,
		"STRING":    1,
		"LONG":      2,
		"DOUBLE":    3,
		"BOOLEAN":   4,
	}
)

Enum value maps for FeatureSchema_Type.

View Source
var File_monitoring_Alert_proto protoreflect.FileDescriptor
View Source
var File_monitoring_Ingest_proto protoreflect.FileDescriptor
View Source
var File_monitoring_MonitoredEntity_proto protoreflect.FileDescriptor
View Source
var File_monitoring_MonitoredModel_proto protoreflect.FileDescriptor
View Source
var File_monitoring_Schema_proto protoreflect.FileDescriptor

Functions

func RegisterAlertServiceHandler

func RegisterAlertServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterAlertServiceHandler registers the http handlers for service AlertService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterAlertServiceHandlerClient

func RegisterAlertServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client AlertServiceClient) error

RegisterAlertServiceHandlerClient registers the http handlers for service AlertService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "AlertServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "AlertServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "AlertServiceClient" to call the correct interceptors.

func RegisterAlertServiceHandlerFromEndpoint

func RegisterAlertServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterAlertServiceHandlerFromEndpoint is same as RegisterAlertServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterAlertServiceHandlerServer

func RegisterAlertServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server AlertServiceServer) error

RegisterAlertServiceHandlerServer registers the http handlers for service AlertService to "mux". UnaryRPC :call AlertServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterAlertServiceServer

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

func RegisterIngestServiceHandler

func RegisterIngestServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterIngestServiceHandler registers the http handlers for service IngestService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterIngestServiceHandlerClient

func RegisterIngestServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client IngestServiceClient) error

RegisterIngestServiceHandlerClient registers the http handlers for service IngestService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "IngestServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "IngestServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "IngestServiceClient" to call the correct interceptors.

func RegisterIngestServiceHandlerFromEndpoint

func RegisterIngestServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterIngestServiceHandlerFromEndpoint is same as RegisterIngestServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterIngestServiceHandlerServer

func RegisterIngestServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server IngestServiceServer) error

RegisterIngestServiceHandlerServer registers the http handlers for service IngestService to "mux". UnaryRPC :call IngestServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterIngestServiceServer

func RegisterIngestServiceServer(s *grpc.Server, srv IngestServiceServer)

func RegisterMonitoredEntityServiceHandler

func RegisterMonitoredEntityServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterMonitoredEntityServiceHandler registers the http handlers for service MonitoredEntityService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterMonitoredEntityServiceHandlerClient

func RegisterMonitoredEntityServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client MonitoredEntityServiceClient) error

RegisterMonitoredEntityServiceHandlerClient registers the http handlers for service MonitoredEntityService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "MonitoredEntityServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "MonitoredEntityServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "MonitoredEntityServiceClient" to call the correct interceptors.

func RegisterMonitoredEntityServiceHandlerFromEndpoint

func RegisterMonitoredEntityServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterMonitoredEntityServiceHandlerFromEndpoint is same as RegisterMonitoredEntityServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterMonitoredEntityServiceHandlerServer

func RegisterMonitoredEntityServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server MonitoredEntityServiceServer) error

RegisterMonitoredEntityServiceHandlerServer registers the http handlers for service MonitoredEntityService to "mux". UnaryRPC :call MonitoredEntityServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterMonitoredEntityServiceServer

func RegisterMonitoredEntityServiceServer(s *grpc.Server, srv MonitoredEntityServiceServer)

func RegisterMonitoredModelServiceHandler

func RegisterMonitoredModelServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterMonitoredModelServiceHandler registers the http handlers for service MonitoredModelService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterMonitoredModelServiceHandlerClient

func RegisterMonitoredModelServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client MonitoredModelServiceClient) error

RegisterMonitoredModelServiceHandlerClient registers the http handlers for service MonitoredModelService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "MonitoredModelServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "MonitoredModelServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "MonitoredModelServiceClient" to call the correct interceptors.

func RegisterMonitoredModelServiceHandlerFromEndpoint

func RegisterMonitoredModelServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterMonitoredModelServiceHandlerFromEndpoint is same as RegisterMonitoredModelServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterMonitoredModelServiceHandlerServer

func RegisterMonitoredModelServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server MonitoredModelServiceServer) error

RegisterMonitoredModelServiceHandlerServer registers the http handlers for service MonitoredModelService to "mux". UnaryRPC :call MonitoredModelServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterMonitoredModelServiceServer

func RegisterMonitoredModelServiceServer(s *grpc.Server, srv MonitoredModelServiceServer)

func RegisterSchemaServiceHandler

func RegisterSchemaServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterSchemaServiceHandler registers the http handlers for service SchemaService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterSchemaServiceHandlerClient

func RegisterSchemaServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client SchemaServiceClient) error

RegisterSchemaServiceHandlerClient registers the http handlers for service SchemaService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "SchemaServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "SchemaServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "SchemaServiceClient" to call the correct interceptors.

func RegisterSchemaServiceHandlerFromEndpoint

func RegisterSchemaServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterSchemaServiceHandlerFromEndpoint is same as RegisterSchemaServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterSchemaServiceHandlerServer

func RegisterSchemaServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server SchemaServiceServer) error

RegisterSchemaServiceHandlerServer registers the http handlers for service SchemaService to "mux". UnaryRPC :call SchemaServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterSchemaServiceServer

func RegisterSchemaServiceServer(s *grpc.Server, srv SchemaServiceServer)

Types

type AggregationWindowEnum

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

func (*AggregationWindowEnum) Descriptor deprecated

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

Deprecated: Use AggregationWindowEnum.ProtoReflect.Descriptor instead.

func (*AggregationWindowEnum) ProtoMessage

func (*AggregationWindowEnum) ProtoMessage()

func (*AggregationWindowEnum) ProtoReflect

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

func (*AggregationWindowEnum) Reset

func (x *AggregationWindowEnum) Reset()

func (*AggregationWindowEnum) String

func (x *AggregationWindowEnum) String() string

type AggregationWindowEnum_AggregationWindow

type AggregationWindowEnum_AggregationWindow int32
const (
	AggregationWindowEnum_UNKNOWN      AggregationWindowEnum_AggregationWindow = 0
	AggregationWindowEnum_FIVE_MINUTES AggregationWindowEnum_AggregationWindow = 1
	AggregationWindowEnum_HOUR         AggregationWindowEnum_AggregationWindow = 2
	AggregationWindowEnum_DAY          AggregationWindowEnum_AggregationWindow = 3
)

func (AggregationWindowEnum_AggregationWindow) Descriptor

func (AggregationWindowEnum_AggregationWindow) Enum

func (AggregationWindowEnum_AggregationWindow) EnumDescriptor deprecated

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

Deprecated: Use AggregationWindowEnum_AggregationWindow.Descriptor instead.

func (AggregationWindowEnum_AggregationWindow) Number

func (AggregationWindowEnum_AggregationWindow) String

func (AggregationWindowEnum_AggregationWindow) Type

type Alert

type Alert struct {
	Id                uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name              string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // Names are unique within a monitored entity
	MonitoredEntityId uint64 `protobuf:"varint,3,opt,name=monitored_entity_id,json=monitoredEntityId,proto3" json:"monitored_entity_id,omitempty"`
	CreatedAtMillis   uint64 `protobuf:"varint,4,opt,name=created_at_millis,json=createdAtMillis,proto3" json:"created_at_millis,omitempty"`
	UpdatedAtMillis   uint64 `protobuf:"varint,5,opt,name=updated_at_millis,json=updatedAtMillis,proto3" json:"updated_at_millis,omitempty"`
	// Add some robustness in case the alert isn't evaluated in a while
	LastEvaluatedAtMillis uint64 `` /* 129-byte string literal not displayed */
	// Use a map instead of a list to represent that this is a set
	NotificationChannels map[uint64]bool `` /* 211-byte string literal not displayed */
	// Current status of this alert
	Status AlertStatusEnum_AlertStatus `protobuf:"varint,9,opt,name=status,proto3,enum=ai.verta.monitoring.AlertStatusEnum_AlertStatus" json:"status,omitempty"`
	// Information about the alerter that should be used to evaluate this alert
	AlerterType AlerterTypeEnum_AlerterType `` /* 149-byte string literal not displayed */
	// Types that are assignable to Alerter:
	//
	//	*Alert_AlerterFixed
	//	*Alert_AlerterReference
	//	*Alert_AlerterRange
	Alerter              isAlert_Alerter                             `protobuf_oneof:"alerter"`
	VersionNumber        uint64                                      `protobuf:"varint,15,opt,name=version_number,json=versionNumber,proto3" json:"version_number,omitempty"`
	Feature              string                                      `protobuf:"bytes,16,opt,name=feature,proto3" json:"feature,omitempty"`
	AggregationWindow    AggregationWindowEnum_AggregationWindow     `` /* 179-byte string literal not displayed */
	EvaluationFrequency  EvaluationFrequencyEnum_EvaluationFrequency `` /* 189-byte string literal not displayed */
	AggregationType      string                                      `protobuf:"bytes,20,opt,name=aggregation_type,json=aggregationType,proto3" json:"aggregation_type,omitempty"`
	AggregationAlgorithm string                                      `protobuf:"bytes,21,opt,name=aggregation_algorithm,json=aggregationAlgorithm,proto3" json:"aggregation_algorithm,omitempty"`
	Enabled              bool                                        `protobuf:"varint,22,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

func (*Alert) Descriptor deprecated

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

Deprecated: Use Alert.ProtoReflect.Descriptor instead.

func (*Alert) GetAggregationAlgorithm

func (x *Alert) GetAggregationAlgorithm() string

func (*Alert) GetAggregationType

func (x *Alert) GetAggregationType() string

func (*Alert) GetAggregationWindow

func (x *Alert) GetAggregationWindow() AggregationWindowEnum_AggregationWindow

func (*Alert) GetAlerter

func (m *Alert) GetAlerter() isAlert_Alerter

func (*Alert) GetAlerterFixed

func (x *Alert) GetAlerterFixed() *AlertFixed

func (*Alert) GetAlerterRange

func (x *Alert) GetAlerterRange() *AlertRange

func (*Alert) GetAlerterReference

func (x *Alert) GetAlerterReference() *AlertReference

func (*Alert) GetAlerterType

func (x *Alert) GetAlerterType() AlerterTypeEnum_AlerterType

func (*Alert) GetCreatedAtMillis

func (x *Alert) GetCreatedAtMillis() uint64

func (*Alert) GetEnabled

func (x *Alert) GetEnabled() bool

func (*Alert) GetEvaluationFrequency

func (x *Alert) GetEvaluationFrequency() EvaluationFrequencyEnum_EvaluationFrequency

func (*Alert) GetFeature

func (x *Alert) GetFeature() string

func (*Alert) GetId

func (x *Alert) GetId() uint64

func (*Alert) GetLastEvaluatedAtMillis

func (x *Alert) GetLastEvaluatedAtMillis() uint64

func (*Alert) GetMonitoredEntityId

func (x *Alert) GetMonitoredEntityId() uint64

func (*Alert) GetName

func (x *Alert) GetName() string

func (*Alert) GetNotificationChannels

func (x *Alert) GetNotificationChannels() map[uint64]bool

func (*Alert) GetStatus

func (x *Alert) GetStatus() AlertStatusEnum_AlertStatus

func (*Alert) GetUpdatedAtMillis

func (x *Alert) GetUpdatedAtMillis() uint64

func (*Alert) GetVersionNumber

func (x *Alert) GetVersionNumber() uint64

func (*Alert) ProtoMessage

func (*Alert) ProtoMessage()

func (*Alert) ProtoReflect

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

func (*Alert) Reset

func (x *Alert) Reset()

func (*Alert) String

func (x *Alert) String() string

type AlertFixed

type AlertFixed struct {

	// Alert is fired if value is $operator $threshold
	Threshold float32                      `protobuf:"fixed32,1,opt,name=threshold,proto3" json:"threshold,omitempty"`
	Operator  common.OperatorEnum_Operator `protobuf:"varint,2,opt,name=operator,proto3,enum=ai.verta.common.OperatorEnum_Operator" json:"operator,omitempty"` // Default = GTE
	// contains filtered or unexported fields
}

func (*AlertFixed) Descriptor deprecated

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

Deprecated: Use AlertFixed.ProtoReflect.Descriptor instead.

func (*AlertFixed) GetOperator

func (x *AlertFixed) GetOperator() common.OperatorEnum_Operator

func (*AlertFixed) GetThreshold

func (x *AlertFixed) GetThreshold() float32

func (*AlertFixed) ProtoMessage

func (*AlertFixed) ProtoMessage()

func (*AlertFixed) ProtoReflect

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

func (*AlertFixed) Reset

func (x *AlertFixed) Reset()

func (*AlertFixed) String

func (x *AlertFixed) String() string

type AlertRange

type AlertRange struct {
	LowerBound          float32 `protobuf:"fixed32,1,opt,name=lower_bound,json=lowerBound,proto3" json:"lower_bound,omitempty"`
	UpperBound          float32 `protobuf:"fixed32,2,opt,name=upper_bound,json=upperBound,proto3" json:"upper_bound,omitempty"`
	AlertIfOutsideRange bool    `protobuf:"varint,3,opt,name=alert_if_outside_range,json=alertIfOutsideRange,proto3" json:"alert_if_outside_range,omitempty"` // if true, alert when value is outside the range.  If false, alert when value is inside the range.
	// contains filtered or unexported fields
}

func (*AlertRange) Descriptor deprecated

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

Deprecated: Use AlertRange.ProtoReflect.Descriptor instead.

func (*AlertRange) GetAlertIfOutsideRange

func (x *AlertRange) GetAlertIfOutsideRange() bool

func (*AlertRange) GetLowerBound

func (x *AlertRange) GetLowerBound() float32

func (*AlertRange) GetUpperBound

func (x *AlertRange) GetUpperBound() float32

func (*AlertRange) ProtoMessage

func (*AlertRange) ProtoMessage()

func (*AlertRange) ProtoReflect

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

func (*AlertRange) Reset

func (x *AlertRange) Reset()

func (*AlertRange) String

func (x *AlertRange) String() string

type AlertReference

type AlertReference struct {

	// Alert is fired if value $operator $threshold
	Threshold float32                      `protobuf:"fixed32,1,opt,name=threshold,proto3" json:"threshold,omitempty"`
	Operator  common.OperatorEnum_Operator `protobuf:"varint,3,opt,name=operator,proto3,enum=ai.verta.common.OperatorEnum_Operator" json:"operator,omitempty"` // Default = GTE
	// contains filtered or unexported fields
}

func (*AlertReference) Descriptor deprecated

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

Deprecated: Use AlertReference.ProtoReflect.Descriptor instead.

func (*AlertReference) GetOperator

func (x *AlertReference) GetOperator() common.OperatorEnum_Operator

func (*AlertReference) GetThreshold

func (x *AlertReference) GetThreshold() float32

func (*AlertReference) ProtoMessage

func (*AlertReference) ProtoMessage()

func (*AlertReference) ProtoReflect

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

func (*AlertReference) Reset

func (x *AlertReference) Reset()

func (*AlertReference) String

func (x *AlertReference) String() string

type AlertServiceClient

type AlertServiceClient interface {
	CreateNotificationChannel(ctx context.Context, in *CreateNotificationChannelRequest, opts ...grpc.CallOption) (*NotificationChannel, error)
	UpdateNotificationChannel(ctx context.Context, in *UpdateNotificationChannelRequest, opts ...grpc.CallOption) (*NotificationChannel, error)
	FindNotificationChannel(ctx context.Context, in *FindNotificationChannelRequest, opts ...grpc.CallOption) (*FindNotificationChannelRequest_Response, error)
	DeleteNotificationChannel(ctx context.Context, in *DeleteNotificationChannelRequest, opts ...grpc.CallOption) (*Empty, error)
	CreateAlert(ctx context.Context, in *CreateAlertRequest, opts ...grpc.CallOption) (*Alert, error)
	UpdateAlert(ctx context.Context, in *UpdateAlertRequest, opts ...grpc.CallOption) (*Alert, error)
	UpdateAlertStatus(ctx context.Context, in *UpdateAlertStatusRequest, opts ...grpc.CallOption) (*Empty, error)
	FindAlert(ctx context.Context, in *FindAlertRequest, opts ...grpc.CallOption) (*FindAlertRequest_Response, error)
	ListAlertHistory(ctx context.Context, in *ListAlertHistoryRequest, opts ...grpc.CallOption) (*ListAlertHistoryRequest_Response, error)
	DeleteAlert(ctx context.Context, in *DeleteAlertRequest, opts ...grpc.CallOption) (*Empty, error)
}

AlertServiceClient is the client API for AlertService service.

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

type AlertServiceServer

AlertServiceServer is the server API for AlertService service.

type AlertStatusEnum

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

func (*AlertStatusEnum) Descriptor deprecated

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

Deprecated: Use AlertStatusEnum.ProtoReflect.Descriptor instead.

func (*AlertStatusEnum) ProtoMessage

func (*AlertStatusEnum) ProtoMessage()

func (*AlertStatusEnum) ProtoReflect

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

func (*AlertStatusEnum) Reset

func (x *AlertStatusEnum) Reset()

func (*AlertStatusEnum) String

func (x *AlertStatusEnum) String() string

type AlertStatusEnum_AlertStatus

type AlertStatusEnum_AlertStatus int32
const (
	AlertStatusEnum_UNKNOWN  AlertStatusEnum_AlertStatus = 0
	AlertStatusEnum_OK       AlertStatusEnum_AlertStatus = 1
	AlertStatusEnum_ALERTING AlertStatusEnum_AlertStatus = 2
	AlertStatusEnum_PAUSE    AlertStatusEnum_AlertStatus = 3
	AlertStatusEnum_NODATA   AlertStatusEnum_AlertStatus = 4
)

func (AlertStatusEnum_AlertStatus) Descriptor

func (AlertStatusEnum_AlertStatus) Enum

func (AlertStatusEnum_AlertStatus) EnumDescriptor deprecated

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

Deprecated: Use AlertStatusEnum_AlertStatus.Descriptor instead.

func (AlertStatusEnum_AlertStatus) Number

func (AlertStatusEnum_AlertStatus) String

func (AlertStatusEnum_AlertStatus) Type

type Alert_AlerterFixed

type Alert_AlerterFixed struct {
	AlerterFixed *AlertFixed `protobuf:"bytes,12,opt,name=alerter_fixed,json=alerterFixed,proto3,oneof"`
}

type Alert_AlerterRange

type Alert_AlerterRange struct {
	AlerterRange *AlertRange `protobuf:"bytes,14,opt,name=alerter_range,json=alerterRange,proto3,oneof"`
}

type Alert_AlerterReference

type Alert_AlerterReference struct {
	AlerterReference *AlertReference `protobuf:"bytes,13,opt,name=alerter_reference,json=alerterReference,proto3,oneof"`
}

type AlerterTypeEnum

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

func (*AlerterTypeEnum) Descriptor deprecated

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

Deprecated: Use AlerterTypeEnum.ProtoReflect.Descriptor instead.

func (*AlerterTypeEnum) ProtoMessage

func (*AlerterTypeEnum) ProtoMessage()

func (*AlerterTypeEnum) ProtoReflect

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

func (*AlerterTypeEnum) Reset

func (x *AlerterTypeEnum) Reset()

func (*AlerterTypeEnum) String

func (x *AlerterTypeEnum) String() string

type AlerterTypeEnum_AlerterType

type AlerterTypeEnum_AlerterType int32
const (
	AlerterTypeEnum_UNKNOWN   AlerterTypeEnum_AlerterType = 0
	AlerterTypeEnum_FIXED     AlerterTypeEnum_AlerterType = 1
	AlerterTypeEnum_REFERENCE AlerterTypeEnum_AlerterType = 2
	AlerterTypeEnum_RANGE     AlerterTypeEnum_AlerterType = 3
)

func (AlerterTypeEnum_AlerterType) Descriptor

func (AlerterTypeEnum_AlerterType) Enum

func (AlerterTypeEnum_AlerterType) EnumDescriptor deprecated

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

Deprecated: Use AlerterTypeEnum_AlerterType.Descriptor instead.

func (AlerterTypeEnum_AlerterType) Number

func (AlerterTypeEnum_AlerterType) String

func (AlerterTypeEnum_AlerterType) Type

type BatchIngestRequest

type BatchIngestRequest struct {
	SourceType BatchIngestRequest_SourceTypeEnum_SourceType `` /* 162-byte string literal not displayed */
	// Name of the column in the data that can be used as the prediction id.
	// Required for ground truth and predictions.
	IdColumnName string `protobuf:"bytes,2,opt,name=id_column_name,json=idColumnName,proto3" json:"id_column_name,omitempty"`
	// Timestamp associated with the samples in the batch. If not provided, the current timestamp will be used.
	//
	// Types that are assignable to Timestamp:
	//
	//	*BatchIngestRequest_ColumnName
	//	*BatchIngestRequest_Rfc3339Nano
	//	*BatchIngestRequest_UnixUtcNano
	Timestamp isBatchIngestRequest_Timestamp `protobuf_oneof:"timestamp"`
	// Only datasets saved in buckets owned by Verta are supported to start.
	//
	// Types that are assignable to Dataset:
	//
	//	*BatchIngestRequest_DatasetVersionId
	//	*BatchIngestRequest_Config
	Dataset isBatchIngestRequest_Dataset `protobuf_oneof:"dataset"`
	// Map from name of the column in the original data to a specification of how to ingest it.
	IngestColumns map[string]*BatchIngestRequest_ColumnSpec `` /* 188-byte string literal not displayed */
	// Unique ID associated with this batch of data.
	// Optional.
	BatchId         string                                                 `protobuf:"bytes,9,opt,name=batch_id,json=batchId,proto3" json:"batch_id,omitempty"`
	EncodingType    BatchIngestRequest_EncodingTypeEnum_EncodingType       `` /* 173-byte string literal not displayed */
	CompressionType BatchIngestRequest_CompressionTypeEnum_CompressionType `` /* 188-byte string literal not displayed */
	// MonitoredEntity to attach this batch to.
	MonitoredEntityId uint64 `protobuf:"varint,12,opt,name=monitored_entity_id,json=monitoredEntityId,proto3" json:"monitored_entity_id,omitempty"`
	// ModelVersion to which this batch is associated.
	// TOOD: make this optional? We don't need a specific model to monitor data
	ModelVersionId uint64 `protobuf:"varint,13,opt,name=model_version_id,json=modelVersionId,proto3" json:"model_version_id,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchIngestRequest) Descriptor deprecated

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

Deprecated: Use BatchIngestRequest.ProtoReflect.Descriptor instead.

func (*BatchIngestRequest) GetBatchId

func (x *BatchIngestRequest) GetBatchId() string

func (*BatchIngestRequest) GetColumnName

func (x *BatchIngestRequest) GetColumnName() string

func (*BatchIngestRequest) GetCompressionType

func (*BatchIngestRequest) GetConfig

func (x *BatchIngestRequest) GetConfig() *versioning.DatasetBlob

func (*BatchIngestRequest) GetDataset

func (m *BatchIngestRequest) GetDataset() isBatchIngestRequest_Dataset

func (*BatchIngestRequest) GetDatasetVersionId

func (x *BatchIngestRequest) GetDatasetVersionId() string

func (*BatchIngestRequest) GetEncodingType

func (*BatchIngestRequest) GetIdColumnName

func (x *BatchIngestRequest) GetIdColumnName() string

func (*BatchIngestRequest) GetIngestColumns

func (x *BatchIngestRequest) GetIngestColumns() map[string]*BatchIngestRequest_ColumnSpec

func (*BatchIngestRequest) GetModelVersionId

func (x *BatchIngestRequest) GetModelVersionId() uint64

func (*BatchIngestRequest) GetMonitoredEntityId

func (x *BatchIngestRequest) GetMonitoredEntityId() uint64

func (*BatchIngestRequest) GetRfc3339Nano

func (x *BatchIngestRequest) GetRfc3339Nano() string

func (*BatchIngestRequest) GetSourceType

func (*BatchIngestRequest) GetTimestamp

func (m *BatchIngestRequest) GetTimestamp() isBatchIngestRequest_Timestamp

func (*BatchIngestRequest) GetUnixUtcNano

func (x *BatchIngestRequest) GetUnixUtcNano() uint64

func (*BatchIngestRequest) ProtoMessage

func (*BatchIngestRequest) ProtoMessage()

func (*BatchIngestRequest) ProtoReflect

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

func (*BatchIngestRequest) Reset

func (x *BatchIngestRequest) Reset()

func (*BatchIngestRequest) String

func (x *BatchIngestRequest) String() string

type BatchIngestRequest_ColumnName

type BatchIngestRequest_ColumnName struct {
	// Name of the column in the data that can be used as the timestamp for each row.
	ColumnName string `protobuf:"bytes,3,opt,name=column_name,json=columnName,proto3,oneof"`
}

type BatchIngestRequest_ColumnSpec

type BatchIngestRequest_ColumnSpec struct {

	// Name of the column that is associated with the monitoring system. Used to enable datasets to have different column names.
	// Equivalent to x-verta-monitoring-name in the model API.
	// Optional (will default to the original column name).
	MonitoringName string `protobuf:"bytes,1,opt,name=monitoring_name,json=monitoringName,proto3" json:"monitoring_name,omitempty"`
	// Type of the IO entry so that it can be mapped correctly.
	IoType BatchIngestRequest_ColumnSpec_IOTypeEnum_IOType `` /* 153-byte string literal not displayed */
	// Name of the "monitoring_name" entry that this column corresponds to a confidence for.
	// Equivalent to x-verta-monitoring-confidence-for in the model API.
	// Optional.
	ConfidenceFor string `protobuf:"bytes,3,opt,name=confidence_for,json=confidenceFor,proto3" json:"confidence_for,omitempty"`
	// Name of the "monitoring_name" entry that this column corresponds to the ground truth for.
	// Optional.
	GroundTruthFor string `protobuf:"bytes,4,opt,name=ground_truth_for,json=groundTruthFor,proto3" json:"ground_truth_for,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchIngestRequest_ColumnSpec) Descriptor deprecated

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

Deprecated: Use BatchIngestRequest_ColumnSpec.ProtoReflect.Descriptor instead.

func (*BatchIngestRequest_ColumnSpec) GetConfidenceFor

func (x *BatchIngestRequest_ColumnSpec) GetConfidenceFor() string

func (*BatchIngestRequest_ColumnSpec) GetGroundTruthFor

func (x *BatchIngestRequest_ColumnSpec) GetGroundTruthFor() string

func (*BatchIngestRequest_ColumnSpec) GetIoType

func (*BatchIngestRequest_ColumnSpec) GetMonitoringName

func (x *BatchIngestRequest_ColumnSpec) GetMonitoringName() string

func (*BatchIngestRequest_ColumnSpec) ProtoMessage

func (*BatchIngestRequest_ColumnSpec) ProtoMessage()

func (*BatchIngestRequest_ColumnSpec) ProtoReflect

func (*BatchIngestRequest_ColumnSpec) Reset

func (x *BatchIngestRequest_ColumnSpec) Reset()

func (*BatchIngestRequest_ColumnSpec) String

type BatchIngestRequest_ColumnSpec_IOTypeEnum

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

func (*BatchIngestRequest_ColumnSpec_IOTypeEnum) Descriptor deprecated

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

Deprecated: Use BatchIngestRequest_ColumnSpec_IOTypeEnum.ProtoReflect.Descriptor instead.

func (*BatchIngestRequest_ColumnSpec_IOTypeEnum) ProtoMessage

func (*BatchIngestRequest_ColumnSpec_IOTypeEnum) ProtoReflect

func (*BatchIngestRequest_ColumnSpec_IOTypeEnum) Reset

func (*BatchIngestRequest_ColumnSpec_IOTypeEnum) String

type BatchIngestRequest_ColumnSpec_IOTypeEnum_IOType

type BatchIngestRequest_ColumnSpec_IOTypeEnum_IOType int32
const (
	BatchIngestRequest_ColumnSpec_IOTypeEnum_UNKNOWN      BatchIngestRequest_ColumnSpec_IOTypeEnum_IOType = 0
	BatchIngestRequest_ColumnSpec_IOTypeEnum_INPUT        BatchIngestRequest_ColumnSpec_IOTypeEnum_IOType = 1
	BatchIngestRequest_ColumnSpec_IOTypeEnum_OUTPUT       BatchIngestRequest_ColumnSpec_IOTypeEnum_IOType = 2
	BatchIngestRequest_ColumnSpec_IOTypeEnum_GROUND_TRUTH BatchIngestRequest_ColumnSpec_IOTypeEnum_IOType = 3
)

func (BatchIngestRequest_ColumnSpec_IOTypeEnum_IOType) Descriptor

func (BatchIngestRequest_ColumnSpec_IOTypeEnum_IOType) Enum

func (BatchIngestRequest_ColumnSpec_IOTypeEnum_IOType) EnumDescriptor deprecated

Deprecated: Use BatchIngestRequest_ColumnSpec_IOTypeEnum_IOType.Descriptor instead.

func (BatchIngestRequest_ColumnSpec_IOTypeEnum_IOType) Number

func (BatchIngestRequest_ColumnSpec_IOTypeEnum_IOType) String

func (BatchIngestRequest_ColumnSpec_IOTypeEnum_IOType) Type

type BatchIngestRequest_CompressionTypeEnum

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

func (*BatchIngestRequest_CompressionTypeEnum) Descriptor deprecated

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

Deprecated: Use BatchIngestRequest_CompressionTypeEnum.ProtoReflect.Descriptor instead.

func (*BatchIngestRequest_CompressionTypeEnum) ProtoMessage

func (*BatchIngestRequest_CompressionTypeEnum) ProtoReflect

func (*BatchIngestRequest_CompressionTypeEnum) Reset

func (*BatchIngestRequest_CompressionTypeEnum) String

type BatchIngestRequest_CompressionTypeEnum_CompressionType

type BatchIngestRequest_CompressionTypeEnum_CompressionType int32
const (
	BatchIngestRequest_CompressionTypeEnum_UNKNOWN BatchIngestRequest_CompressionTypeEnum_CompressionType = 0
	BatchIngestRequest_CompressionTypeEnum_RAW     BatchIngestRequest_CompressionTypeEnum_CompressionType = 1
	BatchIngestRequest_CompressionTypeEnum_GZIP    BatchIngestRequest_CompressionTypeEnum_CompressionType = 2
)

func (BatchIngestRequest_CompressionTypeEnum_CompressionType) Descriptor

func (BatchIngestRequest_CompressionTypeEnum_CompressionType) Enum

func (BatchIngestRequest_CompressionTypeEnum_CompressionType) EnumDescriptor deprecated

Deprecated: Use BatchIngestRequest_CompressionTypeEnum_CompressionType.Descriptor instead.

func (BatchIngestRequest_CompressionTypeEnum_CompressionType) Number

func (BatchIngestRequest_CompressionTypeEnum_CompressionType) String

func (BatchIngestRequest_CompressionTypeEnum_CompressionType) Type

type BatchIngestRequest_Config

type BatchIngestRequest_Config struct {
	// DatasetBlob that is equivalent to a dataset version, but not registered in the system.
	Config *versioning.DatasetBlob `protobuf:"bytes,7,opt,name=config,proto3,oneof"`
}

type BatchIngestRequest_DatasetVersionId

type BatchIngestRequest_DatasetVersionId struct {
	// ID of the dataset version inside Verta to be used for ingestion.
	DatasetVersionId string `protobuf:"bytes,6,opt,name=dataset_version_id,json=datasetVersionId,proto3,oneof"`
}

type BatchIngestRequest_EncodingTypeEnum

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

func (*BatchIngestRequest_EncodingTypeEnum) Descriptor deprecated

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

Deprecated: Use BatchIngestRequest_EncodingTypeEnum.ProtoReflect.Descriptor instead.

func (*BatchIngestRequest_EncodingTypeEnum) ProtoMessage

func (*BatchIngestRequest_EncodingTypeEnum) ProtoMessage()

func (*BatchIngestRequest_EncodingTypeEnum) ProtoReflect

func (*BatchIngestRequest_EncodingTypeEnum) Reset

func (*BatchIngestRequest_EncodingTypeEnum) String

type BatchIngestRequest_EncodingTypeEnum_EncodingType

type BatchIngestRequest_EncodingTypeEnum_EncodingType int32
const (
	BatchIngestRequest_EncodingTypeEnum_UNKNOWN BatchIngestRequest_EncodingTypeEnum_EncodingType = 0
	BatchIngestRequest_EncodingTypeEnum_CSV     BatchIngestRequest_EncodingTypeEnum_EncodingType = 1
	BatchIngestRequest_EncodingTypeEnum_JSON    BatchIngestRequest_EncodingTypeEnum_EncodingType = 2
	BatchIngestRequest_EncodingTypeEnum_PARQUET BatchIngestRequest_EncodingTypeEnum_EncodingType = 3
)

func (BatchIngestRequest_EncodingTypeEnum_EncodingType) Descriptor

func (BatchIngestRequest_EncodingTypeEnum_EncodingType) Enum

func (BatchIngestRequest_EncodingTypeEnum_EncodingType) EnumDescriptor deprecated

Deprecated: Use BatchIngestRequest_EncodingTypeEnum_EncodingType.Descriptor instead.

func (BatchIngestRequest_EncodingTypeEnum_EncodingType) Number

func (BatchIngestRequest_EncodingTypeEnum_EncodingType) String

func (BatchIngestRequest_EncodingTypeEnum_EncodingType) Type

type BatchIngestRequest_Response

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

func (*BatchIngestRequest_Response) Descriptor deprecated

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

Deprecated: Use BatchIngestRequest_Response.ProtoReflect.Descriptor instead.

func (*BatchIngestRequest_Response) ProtoMessage

func (*BatchIngestRequest_Response) ProtoMessage()

func (*BatchIngestRequest_Response) ProtoReflect

func (*BatchIngestRequest_Response) Reset

func (x *BatchIngestRequest_Response) Reset()

func (*BatchIngestRequest_Response) String

func (x *BatchIngestRequest_Response) String() string

type BatchIngestRequest_Rfc3339Nano

type BatchIngestRequest_Rfc3339Nano struct {
	// String representation of the timestamp in RFC3339 format.
	Rfc3339Nano string `protobuf:"bytes,4,opt,name=rfc3339_nano,json=rfc3339Nano,proto3,oneof"`
}

type BatchIngestRequest_SourceTypeEnum

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

func (*BatchIngestRequest_SourceTypeEnum) Descriptor deprecated

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

Deprecated: Use BatchIngestRequest_SourceTypeEnum.ProtoReflect.Descriptor instead.

func (*BatchIngestRequest_SourceTypeEnum) ProtoMessage

func (*BatchIngestRequest_SourceTypeEnum) ProtoMessage()

func (*BatchIngestRequest_SourceTypeEnum) ProtoReflect

func (*BatchIngestRequest_SourceTypeEnum) Reset

func (*BatchIngestRequest_SourceTypeEnum) String

type BatchIngestRequest_SourceTypeEnum_SourceType

type BatchIngestRequest_SourceTypeEnum_SourceType int32
const (
	BatchIngestRequest_SourceTypeEnum_UNKNOWN      BatchIngestRequest_SourceTypeEnum_SourceType = 0 // Error
	BatchIngestRequest_SourceTypeEnum_REFERENCE    BatchIngestRequest_SourceTypeEnum_SourceType = 1
	BatchIngestRequest_SourceTypeEnum_GROUND_TRUTH BatchIngestRequest_SourceTypeEnum_SourceType = 2
	BatchIngestRequest_SourceTypeEnum_PREDICTION   BatchIngestRequest_SourceTypeEnum_SourceType = 3
)

func (BatchIngestRequest_SourceTypeEnum_SourceType) Descriptor

func (BatchIngestRequest_SourceTypeEnum_SourceType) Enum

func (BatchIngestRequest_SourceTypeEnum_SourceType) EnumDescriptor deprecated

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

Deprecated: Use BatchIngestRequest_SourceTypeEnum_SourceType.Descriptor instead.

func (BatchIngestRequest_SourceTypeEnum_SourceType) Number

func (BatchIngestRequest_SourceTypeEnum_SourceType) String

func (BatchIngestRequest_SourceTypeEnum_SourceType) Type

type BatchIngestRequest_UnixUtcNano

type BatchIngestRequest_UnixUtcNano struct {
	// UTC unix time in nanoseconds.
	UnixUtcNano uint64 `protobuf:"varint,5,opt,name=unix_utc_nano,json=unixUtcNano,proto3,oneof"`
}

type CreateAlertRequest

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

func (*CreateAlertRequest) Descriptor deprecated

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

Deprecated: Use CreateAlertRequest.ProtoReflect.Descriptor instead.

func (*CreateAlertRequest) GetAlert

func (x *CreateAlertRequest) GetAlert() *Alert

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

type CreateMonitoredEntityRequest

type CreateMonitoredEntityRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Types that are assignable to WorkspaceIdentifier:
	//
	//	*CreateMonitoredEntityRequest_WorkspaceId
	//	*CreateMonitoredEntityRequest_WorkspaceName
	WorkspaceIdentifier isCreateMonitoredEntityRequest_WorkspaceIdentifier `protobuf_oneof:"workspace_identifier"`
	Attributes          map[string]string                                  `` /* 161-byte string literal not displayed */
	ResourceVisibility  uac.ResourceVisibility                             `` /* 153-byte string literal not displayed */
	// The next field only makes sense when visibility == ORG_CUSTOM
	// They will be empty otherwise
	CustomPermission *uac.CollaboratorPermissions `protobuf:"bytes,8,opt,name=custom_permission,json=customPermission,proto3" json:"custom_permission,omitempty"`
	EndpointId       uint64                       `protobuf:"varint,9,opt,name=endpoint_id,json=endpointId,proto3" json:"endpoint_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateMonitoredEntityRequest) Descriptor deprecated

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

Deprecated: Use CreateMonitoredEntityRequest.ProtoReflect.Descriptor instead.

func (*CreateMonitoredEntityRequest) GetAttributes

func (x *CreateMonitoredEntityRequest) GetAttributes() map[string]string

func (*CreateMonitoredEntityRequest) GetCustomPermission

func (x *CreateMonitoredEntityRequest) GetCustomPermission() *uac.CollaboratorPermissions

func (*CreateMonitoredEntityRequest) GetEndpointId

func (x *CreateMonitoredEntityRequest) GetEndpointId() uint64

func (*CreateMonitoredEntityRequest) GetName

func (x *CreateMonitoredEntityRequest) GetName() string

func (*CreateMonitoredEntityRequest) GetResourceVisibility

func (x *CreateMonitoredEntityRequest) GetResourceVisibility() uac.ResourceVisibility

func (*CreateMonitoredEntityRequest) GetWorkspaceId

func (x *CreateMonitoredEntityRequest) GetWorkspaceId() uint64

func (*CreateMonitoredEntityRequest) GetWorkspaceIdentifier

func (m *CreateMonitoredEntityRequest) GetWorkspaceIdentifier() isCreateMonitoredEntityRequest_WorkspaceIdentifier

func (*CreateMonitoredEntityRequest) GetWorkspaceName

func (x *CreateMonitoredEntityRequest) GetWorkspaceName() string

func (*CreateMonitoredEntityRequest) ProtoMessage

func (*CreateMonitoredEntityRequest) ProtoMessage()

func (*CreateMonitoredEntityRequest) ProtoReflect

func (*CreateMonitoredEntityRequest) Reset

func (x *CreateMonitoredEntityRequest) Reset()

func (*CreateMonitoredEntityRequest) String

type CreateMonitoredEntityRequest_Response

type CreateMonitoredEntityRequest_Response struct {
	MonitoredEntity *MonitoredEntity `protobuf:"bytes,1,opt,name=monitored_entity,json=monitoredEntity,proto3" json:"monitored_entity,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateMonitoredEntityRequest_Response) Descriptor deprecated

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

Deprecated: Use CreateMonitoredEntityRequest_Response.ProtoReflect.Descriptor instead.

func (*CreateMonitoredEntityRequest_Response) GetMonitoredEntity

func (x *CreateMonitoredEntityRequest_Response) GetMonitoredEntity() *MonitoredEntity

func (*CreateMonitoredEntityRequest_Response) ProtoMessage

func (*CreateMonitoredEntityRequest_Response) ProtoMessage()

func (*CreateMonitoredEntityRequest_Response) ProtoReflect

func (*CreateMonitoredEntityRequest_Response) Reset

func (*CreateMonitoredEntityRequest_Response) String

type CreateMonitoredEntityRequest_WorkspaceId

type CreateMonitoredEntityRequest_WorkspaceId struct {
	WorkspaceId uint64 `protobuf:"varint,4,opt,name=workspace_id,json=workspaceId,proto3,oneof"`
}

type CreateMonitoredEntityRequest_WorkspaceName

type CreateMonitoredEntityRequest_WorkspaceName struct {
	WorkspaceName string `protobuf:"bytes,5,opt,name=workspace_name,json=workspaceName,proto3,oneof"`
}

type CreateMonitoredModel

type CreateMonitoredModel struct {
	Name               string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Json               string   `protobuf:"bytes,3,opt,name=json,proto3" json:"json,omitempty"`
	Type               string   `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	Version            string   `protobuf:"bytes,5,opt,name=version,proto3" json:"version,omitempty"`
	WorkspaceName      string   `protobuf:"bytes,6,opt,name=workspaceName,proto3" json:"workspaceName,omitempty"`
	MonitoredEntityIds []uint64 `protobuf:"varint,7,rep,packed,name=monitored_entity_ids,json=monitoredEntityIds,proto3" json:"monitored_entity_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateMonitoredModel) Descriptor deprecated

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

Deprecated: Use CreateMonitoredModel.ProtoReflect.Descriptor instead.

func (*CreateMonitoredModel) GetJson

func (x *CreateMonitoredModel) GetJson() string

func (*CreateMonitoredModel) GetMonitoredEntityIds

func (x *CreateMonitoredModel) GetMonitoredEntityIds() []uint64

func (*CreateMonitoredModel) GetName

func (x *CreateMonitoredModel) GetName() string

func (*CreateMonitoredModel) GetType

func (x *CreateMonitoredModel) GetType() string

func (*CreateMonitoredModel) GetVersion

func (x *CreateMonitoredModel) GetVersion() string

func (*CreateMonitoredModel) GetWorkspaceName

func (x *CreateMonitoredModel) GetWorkspaceName() string

func (*CreateMonitoredModel) ProtoMessage

func (*CreateMonitoredModel) ProtoMessage()

func (*CreateMonitoredModel) ProtoReflect

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

func (*CreateMonitoredModel) Reset

func (x *CreateMonitoredModel) Reset()

func (*CreateMonitoredModel) String

func (x *CreateMonitoredModel) String() string

type CreateMonitoredModel_Response

type CreateMonitoredModel_Response struct {
	Model *MonitoredModel `protobuf:"bytes,1,opt,name=model,proto3" json:"model,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateMonitoredModel_Response) Descriptor deprecated

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

Deprecated: Use CreateMonitoredModel_Response.ProtoReflect.Descriptor instead.

func (*CreateMonitoredModel_Response) GetModel

func (*CreateMonitoredModel_Response) ProtoMessage

func (*CreateMonitoredModel_Response) ProtoMessage()

func (*CreateMonitoredModel_Response) ProtoReflect

func (*CreateMonitoredModel_Response) Reset

func (x *CreateMonitoredModel_Response) Reset()

func (*CreateMonitoredModel_Response) String

type CreateNotificationChannelRequest

type CreateNotificationChannelRequest struct {
	Channel         *NotificationChannel `protobuf:"bytes,1,opt,name=channel,proto3" json:"channel,omitempty"` // Deprecated. But keeping for now for compatibility
	Name            string               `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	CreatedAtMillis uint64               `protobuf:"varint,3,opt,name=created_at_millis,json=createdAtMillis,proto3" json:"created_at_millis,omitempty"`
	UpdatedAtMillis uint64               `protobuf:"varint,4,opt,name=updated_at_millis,json=updatedAtMillis,proto3" json:"updated_at_millis,omitempty"`
	// Types that are assignable to WorkspaceIdentifier:
	//
	//	*CreateNotificationChannelRequest_WorkspaceId
	//	*CreateNotificationChannelRequest_WorkspaceName
	WorkspaceIdentifier isCreateNotificationChannelRequest_WorkspaceIdentifier `protobuf_oneof:"workspace_identifier"`
	Type                NotificationChannelTypeEnum_NotificationChannelType    `` /* 139-byte string literal not displayed */
	// Types that are assignable to NotificationChannel:
	//
	//	*CreateNotificationChannelRequest_SlackWebhook
	NotificationChannel isCreateNotificationChannelRequest_NotificationChannel `protobuf_oneof:"notification_channel"`
	// contains filtered or unexported fields
}

Create a new notification channel. Names must be unique

func (*CreateNotificationChannelRequest) Descriptor deprecated

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

Deprecated: Use CreateNotificationChannelRequest.ProtoReflect.Descriptor instead.

func (*CreateNotificationChannelRequest) GetChannel

func (*CreateNotificationChannelRequest) GetCreatedAtMillis

func (x *CreateNotificationChannelRequest) GetCreatedAtMillis() uint64

func (*CreateNotificationChannelRequest) GetName

func (*CreateNotificationChannelRequest) GetNotificationChannel

func (m *CreateNotificationChannelRequest) GetNotificationChannel() isCreateNotificationChannelRequest_NotificationChannel

func (*CreateNotificationChannelRequest) GetSlackWebhook

func (*CreateNotificationChannelRequest) GetType

func (*CreateNotificationChannelRequest) GetUpdatedAtMillis

func (x *CreateNotificationChannelRequest) GetUpdatedAtMillis() uint64

func (*CreateNotificationChannelRequest) GetWorkspaceId

func (x *CreateNotificationChannelRequest) GetWorkspaceId() uint64

func (*CreateNotificationChannelRequest) GetWorkspaceIdentifier

func (m *CreateNotificationChannelRequest) GetWorkspaceIdentifier() isCreateNotificationChannelRequest_WorkspaceIdentifier

func (*CreateNotificationChannelRequest) GetWorkspaceName

func (x *CreateNotificationChannelRequest) GetWorkspaceName() string

func (*CreateNotificationChannelRequest) ProtoMessage

func (*CreateNotificationChannelRequest) ProtoMessage()

func (*CreateNotificationChannelRequest) ProtoReflect

func (*CreateNotificationChannelRequest) Reset

func (*CreateNotificationChannelRequest) String

type CreateNotificationChannelRequest_SlackWebhook

type CreateNotificationChannelRequest_SlackWebhook struct {
	SlackWebhook *NotificationChannelSlackWebhook `protobuf:"bytes,6,opt,name=slack_webhook,json=slackWebhook,proto3,oneof"`
}

type CreateNotificationChannelRequest_WorkspaceId

type CreateNotificationChannelRequest_WorkspaceId struct {
	WorkspaceId uint64 `protobuf:"varint,7,opt,name=workspace_id,json=workspaceId,proto3,oneof"`
}

type CreateNotificationChannelRequest_WorkspaceName

type CreateNotificationChannelRequest_WorkspaceName struct {
	WorkspaceName string `protobuf:"bytes,8,opt,name=workspace_name,json=workspaceName,proto3,oneof"`
}

type CreateSchema

type CreateSchema struct {
	MonitoredEntityId uint64                    `protobuf:"varint,1,opt,name=monitored_entity_id,json=monitoredEntityId,proto3" json:"monitored_entity_id,omitempty"`
	Features          map[string]*FeatureSchema `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateSchema) Descriptor deprecated

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

Deprecated: Use CreateSchema.ProtoReflect.Descriptor instead.

func (*CreateSchema) GetFeatures

func (x *CreateSchema) GetFeatures() map[string]*FeatureSchema

func (*CreateSchema) GetMonitoredEntityId

func (x *CreateSchema) GetMonitoredEntityId() uint64

func (*CreateSchema) ProtoMessage

func (*CreateSchema) ProtoMessage()

func (*CreateSchema) ProtoReflect

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

func (*CreateSchema) Reset

func (x *CreateSchema) Reset()

func (*CreateSchema) String

func (x *CreateSchema) String() string

type CreateSchema_Response

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

func (*CreateSchema_Response) Descriptor deprecated

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

Deprecated: Use CreateSchema_Response.ProtoReflect.Descriptor instead.

func (*CreateSchema_Response) GetSchema

func (x *CreateSchema_Response) GetSchema() *Schema

func (*CreateSchema_Response) ProtoMessage

func (*CreateSchema_Response) ProtoMessage()

func (*CreateSchema_Response) ProtoReflect

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

func (*CreateSchema_Response) Reset

func (x *CreateSchema_Response) Reset()

func (*CreateSchema_Response) String

func (x *CreateSchema_Response) String() string

type DeleteAlertRequest

type DeleteAlertRequest struct {
	Ids []uint64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteAlertRequest) Descriptor deprecated

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

Deprecated: Use DeleteAlertRequest.ProtoReflect.Descriptor instead.

func (*DeleteAlertRequest) GetIds

func (x *DeleteAlertRequest) GetIds() []uint64

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

type DeleteMonitoredEntityRequest

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

func (*DeleteMonitoredEntityRequest) Descriptor deprecated

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

Deprecated: Use DeleteMonitoredEntityRequest.ProtoReflect.Descriptor instead.

func (*DeleteMonitoredEntityRequest) GetId

func (*DeleteMonitoredEntityRequest) ProtoMessage

func (*DeleteMonitoredEntityRequest) ProtoMessage()

func (*DeleteMonitoredEntityRequest) ProtoReflect

func (*DeleteMonitoredEntityRequest) Reset

func (x *DeleteMonitoredEntityRequest) Reset()

func (*DeleteMonitoredEntityRequest) String

type DeleteMonitoredEntityRequest_Response

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

func (*DeleteMonitoredEntityRequest_Response) Descriptor deprecated

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

Deprecated: Use DeleteMonitoredEntityRequest_Response.ProtoReflect.Descriptor instead.

func (*DeleteMonitoredEntityRequest_Response) ProtoMessage

func (*DeleteMonitoredEntityRequest_Response) ProtoMessage()

func (*DeleteMonitoredEntityRequest_Response) ProtoReflect

func (*DeleteMonitoredEntityRequest_Response) Reset

func (*DeleteMonitoredEntityRequest_Response) String

type DeleteMonitoredModel

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

func (*DeleteMonitoredModel) Descriptor deprecated

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

Deprecated: Use DeleteMonitoredModel.ProtoReflect.Descriptor instead.

func (*DeleteMonitoredModel) GetModelId

func (x *DeleteMonitoredModel) GetModelId() uint64

func (*DeleteMonitoredModel) ProtoMessage

func (*DeleteMonitoredModel) ProtoMessage()

func (*DeleteMonitoredModel) ProtoReflect

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

func (*DeleteMonitoredModel) Reset

func (x *DeleteMonitoredModel) Reset()

func (*DeleteMonitoredModel) String

func (x *DeleteMonitoredModel) String() string

type DeleteMonitoredModel_Response

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

func (*DeleteMonitoredModel_Response) Descriptor deprecated

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

Deprecated: Use DeleteMonitoredModel_Response.ProtoReflect.Descriptor instead.

func (*DeleteMonitoredModel_Response) ProtoMessage

func (*DeleteMonitoredModel_Response) ProtoMessage()

func (*DeleteMonitoredModel_Response) ProtoReflect

func (*DeleteMonitoredModel_Response) Reset

func (x *DeleteMonitoredModel_Response) Reset()

func (*DeleteMonitoredModel_Response) String

type DeleteNotificationChannelRequest

type DeleteNotificationChannelRequest struct {
	Ids []uint64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

Delete notification channels

func (*DeleteNotificationChannelRequest) Descriptor deprecated

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

Deprecated: Use DeleteNotificationChannelRequest.ProtoReflect.Descriptor instead.

func (*DeleteNotificationChannelRequest) GetIds

func (*DeleteNotificationChannelRequest) ProtoMessage

func (*DeleteNotificationChannelRequest) ProtoMessage()

func (*DeleteNotificationChannelRequest) ProtoReflect

func (*DeleteNotificationChannelRequest) Reset

func (*DeleteNotificationChannelRequest) String

type DeleteSchema

type DeleteSchema struct {
	MonitoredEntityId uint64 `protobuf:"varint,1,opt,name=monitored_entity_id,json=monitoredEntityId,proto3" json:"monitored_entity_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteSchema) Descriptor deprecated

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

Deprecated: Use DeleteSchema.ProtoReflect.Descriptor instead.

func (*DeleteSchema) GetMonitoredEntityId

func (x *DeleteSchema) GetMonitoredEntityId() uint64

func (*DeleteSchema) ProtoMessage

func (*DeleteSchema) ProtoMessage()

func (*DeleteSchema) ProtoReflect

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

func (*DeleteSchema) Reset

func (x *DeleteSchema) Reset()

func (*DeleteSchema) String

func (x *DeleteSchema) String() string

type DeleteSchema_Response

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

func (*DeleteSchema_Response) Descriptor deprecated

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

Deprecated: Use DeleteSchema_Response.ProtoReflect.Descriptor instead.

func (*DeleteSchema_Response) ProtoMessage

func (*DeleteSchema_Response) ProtoMessage()

func (*DeleteSchema_Response) ProtoReflect

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

func (*DeleteSchema_Response) Reset

func (x *DeleteSchema_Response) Reset()

func (*DeleteSchema_Response) String

func (x *DeleteSchema_Response) String() string

type Empty

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

func (*Empty) Descriptor deprecated

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

Deprecated: Use Empty.ProtoReflect.Descriptor instead.

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) ProtoReflect

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

func (*Empty) Reset

func (x *Empty) Reset()

func (*Empty) String

func (x *Empty) String() string

type EvaluationFrequencyEnum

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

func (*EvaluationFrequencyEnum) Descriptor deprecated

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

Deprecated: Use EvaluationFrequencyEnum.ProtoReflect.Descriptor instead.

func (*EvaluationFrequencyEnum) ProtoMessage

func (*EvaluationFrequencyEnum) ProtoMessage()

func (*EvaluationFrequencyEnum) ProtoReflect

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

func (*EvaluationFrequencyEnum) Reset

func (x *EvaluationFrequencyEnum) Reset()

func (*EvaluationFrequencyEnum) String

func (x *EvaluationFrequencyEnum) String() string

type EvaluationFrequencyEnum_EvaluationFrequency

type EvaluationFrequencyEnum_EvaluationFrequency int32
const (
	EvaluationFrequencyEnum_UNKNOWN      EvaluationFrequencyEnum_EvaluationFrequency = 0
	EvaluationFrequencyEnum_FIVE_MINUTES EvaluationFrequencyEnum_EvaluationFrequency = 1
	EvaluationFrequencyEnum_HOUR         EvaluationFrequencyEnum_EvaluationFrequency = 2
	EvaluationFrequencyEnum_DAY          EvaluationFrequencyEnum_EvaluationFrequency = 3
)

func (EvaluationFrequencyEnum_EvaluationFrequency) Descriptor

func (EvaluationFrequencyEnum_EvaluationFrequency) Enum

func (EvaluationFrequencyEnum_EvaluationFrequency) EnumDescriptor deprecated

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

Deprecated: Use EvaluationFrequencyEnum_EvaluationFrequency.Descriptor instead.

func (EvaluationFrequencyEnum_EvaluationFrequency) Number

func (EvaluationFrequencyEnum_EvaluationFrequency) String

func (EvaluationFrequencyEnum_EvaluationFrequency) Type

type FeatureSchema

type FeatureSchema struct {
	Type FeatureSchema_Type `protobuf:"varint,1,opt,name=type,proto3,enum=ai.verta.monitoring.FeatureSchema_Type" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*FeatureSchema) Descriptor deprecated

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

Deprecated: Use FeatureSchema.ProtoReflect.Descriptor instead.

func (*FeatureSchema) GetType

func (x *FeatureSchema) GetType() FeatureSchema_Type

func (*FeatureSchema) ProtoMessage

func (*FeatureSchema) ProtoMessage()

func (*FeatureSchema) ProtoReflect

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

func (*FeatureSchema) Reset

func (x *FeatureSchema) Reset()

func (*FeatureSchema) String

func (x *FeatureSchema) String() string

type FeatureSchema_Type

type FeatureSchema_Type int32
const (
	FeatureSchema_UNDEFINED FeatureSchema_Type = 0
	FeatureSchema_STRING    FeatureSchema_Type = 1
	FeatureSchema_LONG      FeatureSchema_Type = 2
	FeatureSchema_DOUBLE    FeatureSchema_Type = 3
	FeatureSchema_BOOLEAN   FeatureSchema_Type = 4
)

func (FeatureSchema_Type) Descriptor

func (FeatureSchema_Type) Enum

func (FeatureSchema_Type) EnumDescriptor deprecated

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

Deprecated: Use FeatureSchema_Type.Descriptor instead.

func (FeatureSchema_Type) Number

func (FeatureSchema_Type) String

func (x FeatureSchema_Type) String() string

func (FeatureSchema_Type) Type

type FindAlertRequest

type FindAlertRequest struct {
	Ids                []uint64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
	Names              []string `protobuf:"bytes,2,rep,name=names,proto3" json:"names,omitempty"`
	MonitoredEntityIds []uint64 `protobuf:"varint,3,rep,packed,name=monitored_entity_ids,json=monitoredEntityIds,proto3" json:"monitored_entity_ids,omitempty"`
	// Find alerts based on when they were last evaluated
	LastEvaluatedAtMillisAfter uint64 `` /* 146-byte string literal not displayed */
	// Allow alerters to filter to only their own types
	AlerterTypes []AlerterTypeEnum_AlerterType `` /* 158-byte string literal not displayed */
	// Allow filtering to see only failing alerts
	Status          []AlertStatusEnum_AlertStatus `` /* 126-byte string literal not displayed */
	IncludeIfNoData bool                          `protobuf:"varint,12,opt,name=includeIfNoData,proto3" json:"includeIfNoData,omitempty"`
	// Pagination
	PageNumber int32 `protobuf:"varint,7,opt,name=page_number,json=pageNumber,proto3" json:"page_number,omitempty"`
	PageLimit  int32 `protobuf:"varint,8,opt,name=page_limit,json=pageLimit,proto3" json:"page_limit,omitempty"`
	// contains filtered or unexported fields
}

func (*FindAlertRequest) Descriptor deprecated

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

Deprecated: Use FindAlertRequest.ProtoReflect.Descriptor instead.

func (*FindAlertRequest) GetAlerterTypes

func (x *FindAlertRequest) GetAlerterTypes() []AlerterTypeEnum_AlerterType

func (*FindAlertRequest) GetIds

func (x *FindAlertRequest) GetIds() []uint64

func (*FindAlertRequest) GetIncludeIfNoData

func (x *FindAlertRequest) GetIncludeIfNoData() bool

func (*FindAlertRequest) GetLastEvaluatedAtMillisAfter

func (x *FindAlertRequest) GetLastEvaluatedAtMillisAfter() uint64

func (*FindAlertRequest) GetMonitoredEntityIds

func (x *FindAlertRequest) GetMonitoredEntityIds() []uint64

func (*FindAlertRequest) GetNames

func (x *FindAlertRequest) GetNames() []string

func (*FindAlertRequest) GetPageLimit

func (x *FindAlertRequest) GetPageLimit() int32

func (*FindAlertRequest) GetPageNumber

func (x *FindAlertRequest) GetPageNumber() int32

func (*FindAlertRequest) GetStatus

func (*FindAlertRequest) ProtoMessage

func (*FindAlertRequest) ProtoMessage()

func (*FindAlertRequest) ProtoReflect

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

func (*FindAlertRequest) Reset

func (x *FindAlertRequest) Reset()

func (*FindAlertRequest) String

func (x *FindAlertRequest) String() string

type FindAlertRequest_Response

type FindAlertRequest_Response struct {
	Alerts       []*Alert `protobuf:"bytes,1,rep,name=alerts,proto3" json:"alerts,omitempty"`
	TotalRecords int32    `protobuf:"varint,2,opt,name=total_records,json=totalRecords,proto3" json:"total_records,omitempty"`
	// contains filtered or unexported fields
}

func (*FindAlertRequest_Response) Descriptor deprecated

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

Deprecated: Use FindAlertRequest_Response.ProtoReflect.Descriptor instead.

func (*FindAlertRequest_Response) GetAlerts

func (x *FindAlertRequest_Response) GetAlerts() []*Alert

func (*FindAlertRequest_Response) GetTotalRecords

func (x *FindAlertRequest_Response) GetTotalRecords() int32

func (*FindAlertRequest_Response) ProtoMessage

func (*FindAlertRequest_Response) ProtoMessage()

func (*FindAlertRequest_Response) ProtoReflect

func (*FindAlertRequest_Response) Reset

func (x *FindAlertRequest_Response) Reset()

func (*FindAlertRequest_Response) String

func (x *FindAlertRequest_Response) String() string

type FindMonitoredEntityRequest

type FindMonitoredEntityRequest struct {
	Ids   []uint64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
	Names []string `protobuf:"bytes,2,rep,name=names,proto3" json:"names,omitempty"`
	// Add names to find with a fuzzy (non-exact) search
	FuzzyNames      []string `protobuf:"bytes,7,rep,name=fuzzy_names,json=fuzzyNames,proto3" json:"fuzzy_names,omitempty"`
	EndpointIds     []uint64 `protobuf:"varint,8,rep,packed,name=endpoint_ids,json=endpointIds,proto3" json:"endpoint_ids,omitempty"`
	ModelVersionIds []string `protobuf:"bytes,9,rep,name=model_version_ids,json=modelVersionIds,proto3" json:"model_version_ids,omitempty"`
	// Types that are assignable to WorkspaceIdentifier:
	//
	//	*FindMonitoredEntityRequest_WorkspaceId
	//	*FindMonitoredEntityRequest_WorkspaceName
	WorkspaceIdentifier isFindMonitoredEntityRequest_WorkspaceIdentifier `protobuf_oneof:"workspace_identifier"`
	// Pagination
	PageNumber int32 `protobuf:"varint,4,opt,name=page_number,json=pageNumber,proto3" json:"page_number,omitempty"`
	PageLimit  int32 `protobuf:"varint,5,opt,name=page_limit,json=pageLimit,proto3" json:"page_limit,omitempty"`
	// contains filtered or unexported fields
}

func (*FindMonitoredEntityRequest) Descriptor deprecated

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

Deprecated: Use FindMonitoredEntityRequest.ProtoReflect.Descriptor instead.

func (*FindMonitoredEntityRequest) GetEndpointIds

func (x *FindMonitoredEntityRequest) GetEndpointIds() []uint64

func (*FindMonitoredEntityRequest) GetFuzzyNames

func (x *FindMonitoredEntityRequest) GetFuzzyNames() []string

func (*FindMonitoredEntityRequest) GetIds

func (x *FindMonitoredEntityRequest) GetIds() []uint64

func (*FindMonitoredEntityRequest) GetModelVersionIds

func (x *FindMonitoredEntityRequest) GetModelVersionIds() []string

func (*FindMonitoredEntityRequest) GetNames

func (x *FindMonitoredEntityRequest) GetNames() []string

func (*FindMonitoredEntityRequest) GetPageLimit

func (x *FindMonitoredEntityRequest) GetPageLimit() int32

func (*FindMonitoredEntityRequest) GetPageNumber

func (x *FindMonitoredEntityRequest) GetPageNumber() int32

func (*FindMonitoredEntityRequest) GetWorkspaceId

func (x *FindMonitoredEntityRequest) GetWorkspaceId() uint64

func (*FindMonitoredEntityRequest) GetWorkspaceIdentifier

func (m *FindMonitoredEntityRequest) GetWorkspaceIdentifier() isFindMonitoredEntityRequest_WorkspaceIdentifier

func (*FindMonitoredEntityRequest) GetWorkspaceName

func (x *FindMonitoredEntityRequest) GetWorkspaceName() string

func (*FindMonitoredEntityRequest) ProtoMessage

func (*FindMonitoredEntityRequest) ProtoMessage()

func (*FindMonitoredEntityRequest) ProtoReflect

func (*FindMonitoredEntityRequest) Reset

func (x *FindMonitoredEntityRequest) Reset()

func (*FindMonitoredEntityRequest) String

func (x *FindMonitoredEntityRequest) String() string

type FindMonitoredEntityRequest_Response

type FindMonitoredEntityRequest_Response struct {
	MonitoredEntities []*MonitoredEntity `protobuf:"bytes,1,rep,name=monitored_entities,json=monitoredEntities,proto3" json:"monitored_entities,omitempty"`
	TotalRecords      int32              `protobuf:"varint,2,opt,name=total_records,json=totalRecords,proto3" json:"total_records,omitempty"`
	// contains filtered or unexported fields
}

func (*FindMonitoredEntityRequest_Response) Descriptor deprecated

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

Deprecated: Use FindMonitoredEntityRequest_Response.ProtoReflect.Descriptor instead.

func (*FindMonitoredEntityRequest_Response) GetMonitoredEntities

func (x *FindMonitoredEntityRequest_Response) GetMonitoredEntities() []*MonitoredEntity

func (*FindMonitoredEntityRequest_Response) GetTotalRecords

func (x *FindMonitoredEntityRequest_Response) GetTotalRecords() int32

func (*FindMonitoredEntityRequest_Response) ProtoMessage

func (*FindMonitoredEntityRequest_Response) ProtoMessage()

func (*FindMonitoredEntityRequest_Response) ProtoReflect

func (*FindMonitoredEntityRequest_Response) Reset

func (*FindMonitoredEntityRequest_Response) String

type FindMonitoredEntityRequest_WorkspaceId

type FindMonitoredEntityRequest_WorkspaceId struct {
	WorkspaceId uint64 `protobuf:"varint,3,opt,name=workspace_id,json=workspaceId,proto3,oneof"`
}

type FindMonitoredEntityRequest_WorkspaceName

type FindMonitoredEntityRequest_WorkspaceName struct {
	WorkspaceName string `protobuf:"bytes,6,opt,name=workspace_name,json=workspaceName,proto3,oneof"`
}

type FindMonitoredModels

type FindMonitoredModels struct {
	Ids          []uint64                    `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
	FindEntities *FindMonitoredEntityRequest `protobuf:"bytes,2,opt,name=find_entities,json=findEntities,proto3" json:"find_entities,omitempty"`
	// contains filtered or unexported fields
}

func (*FindMonitoredModels) Descriptor deprecated

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

Deprecated: Use FindMonitoredModels.ProtoReflect.Descriptor instead.

func (*FindMonitoredModels) GetFindEntities

func (x *FindMonitoredModels) GetFindEntities() *FindMonitoredEntityRequest

func (*FindMonitoredModels) GetIds

func (x *FindMonitoredModels) GetIds() []uint64

func (*FindMonitoredModels) ProtoMessage

func (*FindMonitoredModels) ProtoMessage()

func (*FindMonitoredModels) ProtoReflect

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

func (*FindMonitoredModels) Reset

func (x *FindMonitoredModels) Reset()

func (*FindMonitoredModels) String

func (x *FindMonitoredModels) String() string

type FindMonitoredModels_Response

type FindMonitoredModels_Response struct {
	Models []*MonitoredModel `protobuf:"bytes,1,rep,name=models,proto3" json:"models,omitempty"`
	// contains filtered or unexported fields
}

func (*FindMonitoredModels_Response) Descriptor deprecated

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

Deprecated: Use FindMonitoredModels_Response.ProtoReflect.Descriptor instead.

func (*FindMonitoredModels_Response) GetModels

func (x *FindMonitoredModels_Response) GetModels() []*MonitoredModel

func (*FindMonitoredModels_Response) ProtoMessage

func (*FindMonitoredModels_Response) ProtoMessage()

func (*FindMonitoredModels_Response) ProtoReflect

func (*FindMonitoredModels_Response) Reset

func (x *FindMonitoredModels_Response) Reset()

func (*FindMonitoredModels_Response) String

type FindNotificationChannelRequest

type FindNotificationChannelRequest struct {
	Ids   []uint64                       `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
	Names []string                       `protobuf:"bytes,2,rep,name=names,proto3" json:"names,omitempty"`
	Types []*NotificationChannelTypeEnum `protobuf:"bytes,3,rep,name=types,proto3" json:"types,omitempty"`
	// Pagination
	PageNumber int32 `protobuf:"varint,4,opt,name=page_number,json=pageNumber,proto3" json:"page_number,omitempty"`
	PageLimit  int32 `protobuf:"varint,5,opt,name=page_limit,json=pageLimit,proto3" json:"page_limit,omitempty"`
	// Types that are assignable to WorkspaceIdentifier:
	//
	//	*FindNotificationChannelRequest_WorkspaceId
	//	*FindNotificationChannelRequest_WorkspaceName
	WorkspaceIdentifier isFindNotificationChannelRequest_WorkspaceIdentifier `protobuf_oneof:"workspace_identifier"`
	// contains filtered or unexported fields
}

Find an notification channel based on the different fields

func (*FindNotificationChannelRequest) Descriptor deprecated

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

Deprecated: Use FindNotificationChannelRequest.ProtoReflect.Descriptor instead.

func (*FindNotificationChannelRequest) GetIds

func (x *FindNotificationChannelRequest) GetIds() []uint64

func (*FindNotificationChannelRequest) GetNames

func (x *FindNotificationChannelRequest) GetNames() []string

func (*FindNotificationChannelRequest) GetPageLimit

func (x *FindNotificationChannelRequest) GetPageLimit() int32

func (*FindNotificationChannelRequest) GetPageNumber

func (x *FindNotificationChannelRequest) GetPageNumber() int32

func (*FindNotificationChannelRequest) GetTypes

func (*FindNotificationChannelRequest) GetWorkspaceId

func (x *FindNotificationChannelRequest) GetWorkspaceId() uint64

func (*FindNotificationChannelRequest) GetWorkspaceIdentifier

func (m *FindNotificationChannelRequest) GetWorkspaceIdentifier() isFindNotificationChannelRequest_WorkspaceIdentifier

func (*FindNotificationChannelRequest) GetWorkspaceName

func (x *FindNotificationChannelRequest) GetWorkspaceName() string

func (*FindNotificationChannelRequest) ProtoMessage

func (*FindNotificationChannelRequest) ProtoMessage()

func (*FindNotificationChannelRequest) ProtoReflect

func (*FindNotificationChannelRequest) Reset

func (x *FindNotificationChannelRequest) Reset()

func (*FindNotificationChannelRequest) String

type FindNotificationChannelRequest_Response

type FindNotificationChannelRequest_Response struct {
	Channels     []*NotificationChannel `protobuf:"bytes,1,rep,name=channels,proto3" json:"channels,omitempty"`
	TotalRecords int32                  `protobuf:"varint,2,opt,name=total_records,json=totalRecords,proto3" json:"total_records,omitempty"`
	// contains filtered or unexported fields
}

func (*FindNotificationChannelRequest_Response) Descriptor deprecated

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

Deprecated: Use FindNotificationChannelRequest_Response.ProtoReflect.Descriptor instead.

func (*FindNotificationChannelRequest_Response) GetChannels

func (*FindNotificationChannelRequest_Response) GetTotalRecords

func (x *FindNotificationChannelRequest_Response) GetTotalRecords() int32

func (*FindNotificationChannelRequest_Response) ProtoMessage

func (*FindNotificationChannelRequest_Response) ProtoReflect

func (*FindNotificationChannelRequest_Response) Reset

func (*FindNotificationChannelRequest_Response) String

type FindNotificationChannelRequest_WorkspaceId

type FindNotificationChannelRequest_WorkspaceId struct {
	WorkspaceId uint64 `protobuf:"varint,6,opt,name=workspace_id,json=workspaceId,proto3,oneof"`
}

type FindNotificationChannelRequest_WorkspaceName

type FindNotificationChannelRequest_WorkspaceName struct {
	WorkspaceName string `protobuf:"bytes,7,opt,name=workspace_name,json=workspaceName,proto3,oneof"`
}

type FindSchemas

type FindSchemas struct {
	FindEntities *FindMonitoredEntityRequest `protobuf:"bytes,1,opt,name=find_entities,json=findEntities,proto3" json:"find_entities,omitempty"`
	Versions     []uint64                    `protobuf:"varint,2,rep,packed,name=versions,proto3" json:"versions,omitempty"`
	// contains filtered or unexported fields
}

func (*FindSchemas) Descriptor deprecated

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

Deprecated: Use FindSchemas.ProtoReflect.Descriptor instead.

func (*FindSchemas) GetFindEntities

func (x *FindSchemas) GetFindEntities() *FindMonitoredEntityRequest

func (*FindSchemas) GetVersions

func (x *FindSchemas) GetVersions() []uint64

func (*FindSchemas) ProtoMessage

func (*FindSchemas) ProtoMessage()

func (*FindSchemas) ProtoReflect

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

func (*FindSchemas) Reset

func (x *FindSchemas) Reset()

func (*FindSchemas) String

func (x *FindSchemas) String() string

type FindSchemas_Response

type FindSchemas_Response struct {
	Schemas []*Schema `protobuf:"bytes,1,rep,name=schemas,proto3" json:"schemas,omitempty"`
	// contains filtered or unexported fields
}

func (*FindSchemas_Response) Descriptor deprecated

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

Deprecated: Use FindSchemas_Response.ProtoReflect.Descriptor instead.

func (*FindSchemas_Response) GetSchemas

func (x *FindSchemas_Response) GetSchemas() []*Schema

func (*FindSchemas_Response) ProtoMessage

func (*FindSchemas_Response) ProtoMessage()

func (*FindSchemas_Response) ProtoReflect

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

func (*FindSchemas_Response) Reset

func (x *FindSchemas_Response) Reset()

func (*FindSchemas_Response) String

func (x *FindSchemas_Response) String() string

type IngestServiceClient

type IngestServiceClient interface {
	BatchIngest(ctx context.Context, in *BatchIngestRequest, opts ...grpc.CallOption) (*BatchIngestRequest_Response, error)
}

IngestServiceClient is the client API for IngestService service.

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

type IngestServiceServer

type IngestServiceServer interface {
	BatchIngest(context.Context, *BatchIngestRequest) (*BatchIngestRequest_Response, error)
}

IngestServiceServer is the server API for IngestService service.

type KeyValue

type KeyValue struct {
	Key   string         `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value *_struct.Value `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// As per documentation of proto buffer 3.
	// For enums, the default value is the first defined enum value, which must be 0.
	ValueType ValueTypeEnum_ValueType `` /* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*KeyValue) Descriptor deprecated

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

Deprecated: Use KeyValue.ProtoReflect.Descriptor instead.

func (*KeyValue) GetKey

func (x *KeyValue) GetKey() string

func (*KeyValue) GetValue

func (x *KeyValue) GetValue() *_struct.Value

func (*KeyValue) GetValueType

func (x *KeyValue) GetValueType() ValueTypeEnum_ValueType

func (*KeyValue) ProtoMessage

func (*KeyValue) ProtoMessage()

func (*KeyValue) ProtoReflect

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

func (*KeyValue) Reset

func (x *KeyValue) Reset()

func (*KeyValue) String

func (x *KeyValue) String() string

type ListAlertHistoryItem

type ListAlertHistoryItem struct {
	EventTimeMillis uint64                      `protobuf:"varint,1,opt,name=event_time_millis,json=eventTimeMillis,proto3" json:"event_time_millis,omitempty"`
	Status          AlertStatusEnum_AlertStatus `protobuf:"varint,2,opt,name=status,proto3,enum=ai.verta.monitoring.AlertStatusEnum_AlertStatus" json:"status,omitempty"`
	// Optional. ID of this item. Doesn't need to be output on the response
	EventId string `protobuf:"bytes,4,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"`
	Alert   *Alert `protobuf:"bytes,5,opt,name=alert,proto3" json:"alert,omitempty"` // Deep copy of the original alert to preserve history
	// contains filtered or unexported fields
}

Tracks previous calls to (UpdateAlertStatusRequest) based on its arguments

func (*ListAlertHistoryItem) Descriptor deprecated

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

Deprecated: Use ListAlertHistoryItem.ProtoReflect.Descriptor instead.

func (*ListAlertHistoryItem) GetAlert

func (x *ListAlertHistoryItem) GetAlert() *Alert

func (*ListAlertHistoryItem) GetEventId

func (x *ListAlertHistoryItem) GetEventId() string

func (*ListAlertHistoryItem) GetEventTimeMillis

func (x *ListAlertHistoryItem) GetEventTimeMillis() uint64

func (*ListAlertHistoryItem) GetStatus

func (*ListAlertHistoryItem) ProtoMessage

func (*ListAlertHistoryItem) ProtoMessage()

func (*ListAlertHistoryItem) ProtoReflect

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

func (*ListAlertHistoryItem) Reset

func (x *ListAlertHistoryItem) Reset()

func (*ListAlertHistoryItem) String

func (x *ListAlertHistoryItem) String() string

type ListAlertHistoryRequest

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

History of the status of the alerts

func (*ListAlertHistoryRequest) Descriptor deprecated

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

Deprecated: Use ListAlertHistoryRequest.ProtoReflect.Descriptor instead.

func (*ListAlertHistoryRequest) GetId

func (x *ListAlertHistoryRequest) GetId() uint64

func (*ListAlertHistoryRequest) ProtoMessage

func (*ListAlertHistoryRequest) ProtoMessage()

func (*ListAlertHistoryRequest) ProtoReflect

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

func (*ListAlertHistoryRequest) Reset

func (x *ListAlertHistoryRequest) Reset()

func (*ListAlertHistoryRequest) String

func (x *ListAlertHistoryRequest) String() string

type ListAlertHistoryRequest_Response

type ListAlertHistoryRequest_Response struct {
	History []*ListAlertHistoryItem `protobuf:"bytes,1,rep,name=history,proto3" json:"history,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAlertHistoryRequest_Response) Descriptor deprecated

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

Deprecated: Use ListAlertHistoryRequest_Response.ProtoReflect.Descriptor instead.

func (*ListAlertHistoryRequest_Response) GetHistory

func (*ListAlertHistoryRequest_Response) ProtoMessage

func (*ListAlertHistoryRequest_Response) ProtoMessage()

func (*ListAlertHistoryRequest_Response) ProtoReflect

func (*ListAlertHistoryRequest_Response) Reset

func (*ListAlertHistoryRequest_Response) String

type MonitoredEntity

type MonitoredEntity struct {
	Id                       uint64            `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                     string            `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	WorkspaceId              uint64            `protobuf:"varint,5,opt,name=workspace_id,json=workspaceId,proto3" json:"workspace_id,omitempty"`
	CreatedAtTimestampMillis uint64            `` /* 138-byte string literal not displayed */
	UpdatedAtTimestampMillis uint64            `` /* 138-byte string literal not displayed */
	Attributes               map[string]string `` /* 161-byte string literal not displayed */
	// owner's verta_id
	Owner              string                 `protobuf:"bytes,9,opt,name=owner,proto3" json:"owner,omitempty"`
	ResourceVisibility uac.ResourceVisibility `` /* 154-byte string literal not displayed */
	// The next field only makes sense when visibility == ORG_CUSTOM
	// They will be empty otherwise
	CustomPermission *uac.CollaboratorPermissions `protobuf:"bytes,11,opt,name=custom_permission,json=customPermission,proto3" json:"custom_permission,omitempty"`
	VersionNumber    uint64                       `protobuf:"varint,12,opt,name=version_number,json=versionNumber,proto3" json:"version_number,omitempty"`
	EndpointId       uint64                       `protobuf:"varint,13,opt,name=endpoint_id,json=endpointId,proto3" json:"endpoint_id,omitempty"`
	// contains filtered or unexported fields
}

func (*MonitoredEntity) Descriptor deprecated

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

Deprecated: Use MonitoredEntity.ProtoReflect.Descriptor instead.

func (*MonitoredEntity) GetAttributes

func (x *MonitoredEntity) GetAttributes() map[string]string

func (*MonitoredEntity) GetCreatedAtTimestampMillis

func (x *MonitoredEntity) GetCreatedAtTimestampMillis() uint64

func (*MonitoredEntity) GetCustomPermission

func (x *MonitoredEntity) GetCustomPermission() *uac.CollaboratorPermissions

func (*MonitoredEntity) GetEndpointId

func (x *MonitoredEntity) GetEndpointId() uint64

func (*MonitoredEntity) GetId

func (x *MonitoredEntity) GetId() uint64

func (*MonitoredEntity) GetName

func (x *MonitoredEntity) GetName() string

func (*MonitoredEntity) GetOwner

func (x *MonitoredEntity) GetOwner() string

func (*MonitoredEntity) GetResourceVisibility

func (x *MonitoredEntity) GetResourceVisibility() uac.ResourceVisibility

func (*MonitoredEntity) GetUpdatedAtTimestampMillis

func (x *MonitoredEntity) GetUpdatedAtTimestampMillis() uint64

func (*MonitoredEntity) GetVersionNumber

func (x *MonitoredEntity) GetVersionNumber() uint64

func (*MonitoredEntity) GetWorkspaceId

func (x *MonitoredEntity) GetWorkspaceId() uint64

func (*MonitoredEntity) ProtoMessage

func (*MonitoredEntity) ProtoMessage()

func (*MonitoredEntity) ProtoReflect

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

func (*MonitoredEntity) Reset

func (x *MonitoredEntity) Reset()

func (*MonitoredEntity) String

func (x *MonitoredEntity) String() string

type MonitoredEntityServiceClient

MonitoredEntityServiceClient is the client API for MonitoredEntityService service.

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

type MonitoredEntityServiceServer

MonitoredEntityServiceServer is the server API for MonitoredEntityService service.

type MonitoredModel

type MonitoredModel struct {
	Id                 uint64   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name               string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Json               string   `protobuf:"bytes,4,opt,name=json,proto3" json:"json,omitempty"`
	Type               string   `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"`
	Version            string   `protobuf:"bytes,6,opt,name=version,proto3" json:"version,omitempty"`
	CreatedAtMillis    uint64   `protobuf:"varint,7,opt,name=createdAtMillis,proto3" json:"createdAtMillis,omitempty"`
	WorkspaceName      string   `protobuf:"bytes,8,opt,name=workspaceName,proto3" json:"workspaceName,omitempty"`
	MonitoredEntityIds []uint64 `protobuf:"varint,9,rep,packed,name=monitored_entity_ids,json=monitoredEntityIds,proto3" json:"monitored_entity_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*MonitoredModel) Descriptor deprecated

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

Deprecated: Use MonitoredModel.ProtoReflect.Descriptor instead.

func (*MonitoredModel) GetCreatedAtMillis

func (x *MonitoredModel) GetCreatedAtMillis() uint64

func (*MonitoredModel) GetId

func (x *MonitoredModel) GetId() uint64

func (*MonitoredModel) GetJson

func (x *MonitoredModel) GetJson() string

func (*MonitoredModel) GetMonitoredEntityIds

func (x *MonitoredModel) GetMonitoredEntityIds() []uint64

func (*MonitoredModel) GetName

func (x *MonitoredModel) GetName() string

func (*MonitoredModel) GetType

func (x *MonitoredModel) GetType() string

func (*MonitoredModel) GetVersion

func (x *MonitoredModel) GetVersion() string

func (*MonitoredModel) GetWorkspaceName

func (x *MonitoredModel) GetWorkspaceName() string

func (*MonitoredModel) ProtoMessage

func (*MonitoredModel) ProtoMessage()

func (*MonitoredModel) ProtoReflect

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

func (*MonitoredModel) Reset

func (x *MonitoredModel) Reset()

func (*MonitoredModel) String

func (x *MonitoredModel) String() string

type MonitoredModelServiceClient

type MonitoredModelServiceClient interface {
	CreateMonitoredModel(ctx context.Context, in *CreateMonitoredModel, opts ...grpc.CallOption) (*MonitoredModel, error)
	UpdateMonitoredModel(ctx context.Context, in *UpdateMonitoredModel, opts ...grpc.CallOption) (*MonitoredModel, error)
	FindMonitoredModel(ctx context.Context, in *FindMonitoredModels, opts ...grpc.CallOption) (*FindMonitoredModels_Response, error)
	DeleteMonitoredModel(ctx context.Context, in *DeleteMonitoredModel, opts ...grpc.CallOption) (*Empty, error)
}

MonitoredModelServiceClient is the client API for MonitoredModelService service.

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

type MonitoredModelServiceServer

type MonitoredModelServiceServer interface {
	CreateMonitoredModel(context.Context, *CreateMonitoredModel) (*MonitoredModel, error)
	UpdateMonitoredModel(context.Context, *UpdateMonitoredModel) (*MonitoredModel, error)
	FindMonitoredModel(context.Context, *FindMonitoredModels) (*FindMonitoredModels_Response, error)
	DeleteMonitoredModel(context.Context, *DeleteMonitoredModel) (*Empty, error)
}

MonitoredModelServiceServer is the server API for MonitoredModelService service.

type NotificationChannel

type NotificationChannel struct {
	Id              uint64                                              `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name            string                                              `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	CreatedAtMillis uint64                                              `protobuf:"varint,3,opt,name=created_at_millis,json=createdAtMillis,proto3" json:"created_at_millis,omitempty"`
	UpdatedAtMillis uint64                                              `protobuf:"varint,4,opt,name=updated_at_millis,json=updatedAtMillis,proto3" json:"updated_at_millis,omitempty"`
	Type            NotificationChannelTypeEnum_NotificationChannelType `` /* 139-byte string literal not displayed */
	// Types that are assignable to Channel:
	//
	//	*NotificationChannel_SlackWebhook
	Channel     isNotificationChannel_Channel `protobuf_oneof:"channel"`
	WorkspaceId uint64                        `protobuf:"varint,7,opt,name=workspace_id,json=workspaceId,proto3" json:"workspace_id,omitempty"`
	// contains filtered or unexported fields
}

Content of an notification channel

func (*NotificationChannel) Descriptor deprecated

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

Deprecated: Use NotificationChannel.ProtoReflect.Descriptor instead.

func (*NotificationChannel) GetChannel

func (m *NotificationChannel) GetChannel() isNotificationChannel_Channel

func (*NotificationChannel) GetCreatedAtMillis

func (x *NotificationChannel) GetCreatedAtMillis() uint64

func (*NotificationChannel) GetId

func (x *NotificationChannel) GetId() uint64

func (*NotificationChannel) GetName

func (x *NotificationChannel) GetName() string

func (*NotificationChannel) GetSlackWebhook

func (*NotificationChannel) GetType

func (*NotificationChannel) GetUpdatedAtMillis

func (x *NotificationChannel) GetUpdatedAtMillis() uint64

func (*NotificationChannel) GetWorkspaceId

func (x *NotificationChannel) GetWorkspaceId() uint64

func (*NotificationChannel) ProtoMessage

func (*NotificationChannel) ProtoMessage()

func (*NotificationChannel) ProtoReflect

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

func (*NotificationChannel) Reset

func (x *NotificationChannel) Reset()

func (*NotificationChannel) String

func (x *NotificationChannel) String() string

type NotificationChannelSlackWebhook

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

Configuration for an notification channel for slack webhooks

func (*NotificationChannelSlackWebhook) Descriptor deprecated

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

Deprecated: Use NotificationChannelSlackWebhook.ProtoReflect.Descriptor instead.

func (*NotificationChannelSlackWebhook) GetUrl

func (*NotificationChannelSlackWebhook) ProtoMessage

func (*NotificationChannelSlackWebhook) ProtoMessage()

func (*NotificationChannelSlackWebhook) ProtoReflect

func (*NotificationChannelSlackWebhook) Reset

func (*NotificationChannelSlackWebhook) String

type NotificationChannelTypeEnum

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

func (*NotificationChannelTypeEnum) Descriptor deprecated

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

Deprecated: Use NotificationChannelTypeEnum.ProtoReflect.Descriptor instead.

func (*NotificationChannelTypeEnum) ProtoMessage

func (*NotificationChannelTypeEnum) ProtoMessage()

func (*NotificationChannelTypeEnum) ProtoReflect

func (*NotificationChannelTypeEnum) Reset

func (x *NotificationChannelTypeEnum) Reset()

func (*NotificationChannelTypeEnum) String

func (x *NotificationChannelTypeEnum) String() string

type NotificationChannelTypeEnum_NotificationChannelType

type NotificationChannelTypeEnum_NotificationChannelType int32
const (
	NotificationChannelTypeEnum_UNKNOWN NotificationChannelTypeEnum_NotificationChannelType = 0
	NotificationChannelTypeEnum_SLACK   NotificationChannelTypeEnum_NotificationChannelType = 1
)

func (NotificationChannelTypeEnum_NotificationChannelType) Descriptor

func (NotificationChannelTypeEnum_NotificationChannelType) Enum

func (NotificationChannelTypeEnum_NotificationChannelType) EnumDescriptor deprecated

Deprecated: Use NotificationChannelTypeEnum_NotificationChannelType.Descriptor instead.

func (NotificationChannelTypeEnum_NotificationChannelType) Number

func (NotificationChannelTypeEnum_NotificationChannelType) String

func (NotificationChannelTypeEnum_NotificationChannelType) Type

type NotificationChannel_SlackWebhook

type NotificationChannel_SlackWebhook struct {
	SlackWebhook *NotificationChannelSlackWebhook `protobuf:"bytes,6,opt,name=slack_webhook,json=slackWebhook,proto3,oneof"`
}

type Schema

type Schema struct {
	MonitoredEntityId uint64                    `protobuf:"varint,1,opt,name=monitored_entity_id,json=monitoredEntityId,proto3" json:"monitored_entity_id,omitempty"`
	Version           uint64                    `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`
	CreatedAtMillis   uint64                    `protobuf:"varint,3,opt,name=created_at_millis,json=createdAtMillis,proto3" json:"created_at_millis,omitempty"`
	Features          map[string]*FeatureSchema `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Schema) Descriptor deprecated

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

Deprecated: Use Schema.ProtoReflect.Descriptor instead.

func (*Schema) GetCreatedAtMillis

func (x *Schema) GetCreatedAtMillis() uint64

func (*Schema) GetFeatures

func (x *Schema) GetFeatures() map[string]*FeatureSchema

func (*Schema) GetMonitoredEntityId

func (x *Schema) GetMonitoredEntityId() uint64

func (*Schema) GetVersion

func (x *Schema) GetVersion() uint64

func (*Schema) ProtoMessage

func (*Schema) ProtoMessage()

func (*Schema) ProtoReflect

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

func (*Schema) Reset

func (x *Schema) Reset()

func (*Schema) String

func (x *Schema) String() string

type SchemaServiceClient

type SchemaServiceClient interface {
	CreateSchema(ctx context.Context, in *CreateSchema, opts ...grpc.CallOption) (*Schema, error)
	UpdateSchema(ctx context.Context, in *UpdateSchema, opts ...grpc.CallOption) (*Schema, error)
	FindSchema(ctx context.Context, in *FindSchemas, opts ...grpc.CallOption) (*FindSchemas_Response, error)
	DeleteSchema(ctx context.Context, in *DeleteSchema, opts ...grpc.CallOption) (*Empty, error)
}

SchemaServiceClient is the client API for SchemaService service.

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

type SchemaServiceServer

type SchemaServiceServer interface {
	CreateSchema(context.Context, *CreateSchema) (*Schema, error)
	UpdateSchema(context.Context, *UpdateSchema) (*Schema, error)
	FindSchema(context.Context, *FindSchemas) (*FindSchemas_Response, error)
	DeleteSchema(context.Context, *DeleteSchema) (*Empty, error)
}

SchemaServiceServer is the server API for SchemaService service.

type UnimplementedAlertServiceServer

type UnimplementedAlertServiceServer struct {
}

UnimplementedAlertServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedAlertServiceServer) CreateAlert

func (*UnimplementedAlertServiceServer) CreateNotificationChannel

func (*UnimplementedAlertServiceServer) DeleteAlert

func (*UnimplementedAlertServiceServer) DeleteNotificationChannel

func (*UnimplementedAlertServiceServer) FindAlert

func (*UnimplementedAlertServiceServer) UpdateAlert

func (*UnimplementedAlertServiceServer) UpdateAlertStatus

func (*UnimplementedAlertServiceServer) UpdateNotificationChannel

type UnimplementedIngestServiceServer

type UnimplementedIngestServiceServer struct {
}

UnimplementedIngestServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedIngestServiceServer) BatchIngest

type UnimplementedMonitoredEntityServiceServer

type UnimplementedMonitoredEntityServiceServer struct {
}

UnimplementedMonitoredEntityServiceServer can be embedded to have forward compatible implementations.

type UnimplementedMonitoredModelServiceServer

type UnimplementedMonitoredModelServiceServer struct {
}

UnimplementedMonitoredModelServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedMonitoredModelServiceServer) CreateMonitoredModel

func (*UnimplementedMonitoredModelServiceServer) DeleteMonitoredModel

func (*UnimplementedMonitoredModelServiceServer) FindMonitoredModel

func (*UnimplementedMonitoredModelServiceServer) UpdateMonitoredModel

type UnimplementedSchemaServiceServer

type UnimplementedSchemaServiceServer struct {
}

UnimplementedSchemaServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedSchemaServiceServer) CreateSchema

func (*UnimplementedSchemaServiceServer) DeleteSchema

func (*UnimplementedSchemaServiceServer) FindSchema

func (*UnimplementedSchemaServiceServer) UpdateSchema

type UpdateAlertRequest

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

func (*UpdateAlertRequest) Descriptor deprecated

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

Deprecated: Use UpdateAlertRequest.ProtoReflect.Descriptor instead.

func (*UpdateAlertRequest) GetAlert

func (x *UpdateAlertRequest) GetAlert() *Alert

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

type UpdateAlertStatusRequest

type UpdateAlertStatusRequest struct {
	AlertId         uint64                      `protobuf:"varint,1,opt,name=alert_id,json=alertId,proto3" json:"alert_id,omitempty"`
	EventTimeMillis uint64                      `protobuf:"varint,2,opt,name=event_time_millis,json=eventTimeMillis,proto3" json:"event_time_millis,omitempty"` // Optional field that the alerter can set to provide past events (backfill)
	Status          AlertStatusEnum_AlertStatus `protobuf:"varint,3,opt,name=status,proto3,enum=ai.verta.monitoring.AlertStatusEnum_AlertStatus" json:"status,omitempty"`
	// contains filtered or unexported fields
}

Allow the alerter to trigger an alert or change the status (most likely to OK if was triggering before) We provide this in addition to UpdateAlertRequest so that we can do the small change to this field atomically

func (*UpdateAlertStatusRequest) Descriptor deprecated

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

Deprecated: Use UpdateAlertStatusRequest.ProtoReflect.Descriptor instead.

func (*UpdateAlertStatusRequest) GetAlertId

func (x *UpdateAlertStatusRequest) GetAlertId() uint64

func (*UpdateAlertStatusRequest) GetEventTimeMillis

func (x *UpdateAlertStatusRequest) GetEventTimeMillis() uint64

func (*UpdateAlertStatusRequest) GetStatus

func (*UpdateAlertStatusRequest) ProtoMessage

func (*UpdateAlertStatusRequest) ProtoMessage()

func (*UpdateAlertStatusRequest) ProtoReflect

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

func (*UpdateAlertStatusRequest) Reset

func (x *UpdateAlertStatusRequest) Reset()

func (*UpdateAlertStatusRequest) String

func (x *UpdateAlertStatusRequest) String() string

type UpdateMonitoredEntityRequest

type UpdateMonitoredEntityRequest struct {
	Id                 uint64                 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name               string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Attributes         map[string]string      `` /* 161-byte string literal not displayed */
	ResourceVisibility uac.ResourceVisibility `` /* 153-byte string literal not displayed */
	// The next field only makes sense when visibility == ORG_CUSTOM
	// They will be empty otherwise
	CustomPermission *uac.CollaboratorPermissions `protobuf:"bytes,9,opt,name=custom_permission,json=customPermission,proto3" json:"custom_permission,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateMonitoredEntityRequest) Descriptor deprecated

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

Deprecated: Use UpdateMonitoredEntityRequest.ProtoReflect.Descriptor instead.

func (*UpdateMonitoredEntityRequest) GetAttributes

func (x *UpdateMonitoredEntityRequest) GetAttributes() map[string]string

func (*UpdateMonitoredEntityRequest) GetCustomPermission

func (x *UpdateMonitoredEntityRequest) GetCustomPermission() *uac.CollaboratorPermissions

func (*UpdateMonitoredEntityRequest) GetId

func (*UpdateMonitoredEntityRequest) GetName

func (x *UpdateMonitoredEntityRequest) GetName() string

func (*UpdateMonitoredEntityRequest) GetResourceVisibility

func (x *UpdateMonitoredEntityRequest) GetResourceVisibility() uac.ResourceVisibility

func (*UpdateMonitoredEntityRequest) ProtoMessage

func (*UpdateMonitoredEntityRequest) ProtoMessage()

func (*UpdateMonitoredEntityRequest) ProtoReflect

func (*UpdateMonitoredEntityRequest) Reset

func (x *UpdateMonitoredEntityRequest) Reset()

func (*UpdateMonitoredEntityRequest) String

type UpdateMonitoredEntityRequest_Response

type UpdateMonitoredEntityRequest_Response struct {
	MonitoredEntity *MonitoredEntity `protobuf:"bytes,1,opt,name=monitored_entity,json=monitoredEntity,proto3" json:"monitored_entity,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateMonitoredEntityRequest_Response) Descriptor deprecated

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

Deprecated: Use UpdateMonitoredEntityRequest_Response.ProtoReflect.Descriptor instead.

func (*UpdateMonitoredEntityRequest_Response) GetMonitoredEntity

func (x *UpdateMonitoredEntityRequest_Response) GetMonitoredEntity() *MonitoredEntity

func (*UpdateMonitoredEntityRequest_Response) ProtoMessage

func (*UpdateMonitoredEntityRequest_Response) ProtoMessage()

func (*UpdateMonitoredEntityRequest_Response) ProtoReflect

func (*UpdateMonitoredEntityRequest_Response) Reset

func (*UpdateMonitoredEntityRequest_Response) String

type UpdateMonitoredModel

type UpdateMonitoredModel struct {
	Model *MonitoredModel `protobuf:"bytes,1,opt,name=model,proto3" json:"model,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateMonitoredModel) Descriptor deprecated

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

Deprecated: Use UpdateMonitoredModel.ProtoReflect.Descriptor instead.

func (*UpdateMonitoredModel) GetModel

func (x *UpdateMonitoredModel) GetModel() *MonitoredModel

func (*UpdateMonitoredModel) ProtoMessage

func (*UpdateMonitoredModel) ProtoMessage()

func (*UpdateMonitoredModel) ProtoReflect

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

func (*UpdateMonitoredModel) Reset

func (x *UpdateMonitoredModel) Reset()

func (*UpdateMonitoredModel) String

func (x *UpdateMonitoredModel) String() string

type UpdateMonitoredModel_Response

type UpdateMonitoredModel_Response struct {
	Model *MonitoredModel `protobuf:"bytes,1,opt,name=model,proto3" json:"model,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateMonitoredModel_Response) Descriptor deprecated

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

Deprecated: Use UpdateMonitoredModel_Response.ProtoReflect.Descriptor instead.

func (*UpdateMonitoredModel_Response) GetModel

func (*UpdateMonitoredModel_Response) ProtoMessage

func (*UpdateMonitoredModel_Response) ProtoMessage()

func (*UpdateMonitoredModel_Response) ProtoReflect

func (*UpdateMonitoredModel_Response) Reset

func (x *UpdateMonitoredModel_Response) Reset()

func (*UpdateMonitoredModel_Response) String

type UpdateNotificationChannelRequest

type UpdateNotificationChannelRequest struct {
	Channel *NotificationChannel `protobuf:"bytes,1,opt,name=channel,proto3" json:"channel,omitempty"`
	// contains filtered or unexported fields
}

Updates an notification channel. The matching with a previous one happens from the id being the same

func (*UpdateNotificationChannelRequest) Descriptor deprecated

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

Deprecated: Use UpdateNotificationChannelRequest.ProtoReflect.Descriptor instead.

func (*UpdateNotificationChannelRequest) GetChannel

func (*UpdateNotificationChannelRequest) ProtoMessage

func (*UpdateNotificationChannelRequest) ProtoMessage()

func (*UpdateNotificationChannelRequest) ProtoReflect

func (*UpdateNotificationChannelRequest) Reset

func (*UpdateNotificationChannelRequest) String

type UpdateSchema

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

func (*UpdateSchema) Descriptor deprecated

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

Deprecated: Use UpdateSchema.ProtoReflect.Descriptor instead.

func (*UpdateSchema) GetSchema

func (x *UpdateSchema) GetSchema() *Schema

func (*UpdateSchema) ProtoMessage

func (*UpdateSchema) ProtoMessage()

func (*UpdateSchema) ProtoReflect

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

func (*UpdateSchema) Reset

func (x *UpdateSchema) Reset()

func (*UpdateSchema) String

func (x *UpdateSchema) String() string

type UpdateSchema_Response

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

func (*UpdateSchema_Response) Descriptor deprecated

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

Deprecated: Use UpdateSchema_Response.ProtoReflect.Descriptor instead.

func (*UpdateSchema_Response) GetSchema

func (x *UpdateSchema_Response) GetSchema() *Schema

func (*UpdateSchema_Response) ProtoMessage

func (*UpdateSchema_Response) ProtoMessage()

func (*UpdateSchema_Response) ProtoReflect

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

func (*UpdateSchema_Response) Reset

func (x *UpdateSchema_Response) Reset()

func (*UpdateSchema_Response) String

func (x *UpdateSchema_Response) String() string

type ValueTypeEnum

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

func (*ValueTypeEnum) Descriptor deprecated

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

Deprecated: Use ValueTypeEnum.ProtoReflect.Descriptor instead.

func (*ValueTypeEnum) ProtoMessage

func (*ValueTypeEnum) ProtoMessage()

func (*ValueTypeEnum) ProtoReflect

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

func (*ValueTypeEnum) Reset

func (x *ValueTypeEnum) Reset()

func (*ValueTypeEnum) String

func (x *ValueTypeEnum) String() string

type ValueTypeEnum_ValueType

type ValueTypeEnum_ValueType int32
const (
	ValueTypeEnum_STRING ValueTypeEnum_ValueType = 0
	ValueTypeEnum_NUMBER ValueTypeEnum_ValueType = 1
	ValueTypeEnum_LIST   ValueTypeEnum_ValueType = 2
	ValueTypeEnum_BLOB   ValueTypeEnum_ValueType = 3
)

func (ValueTypeEnum_ValueType) Descriptor

func (ValueTypeEnum_ValueType) Enum

func (ValueTypeEnum_ValueType) EnumDescriptor deprecated

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

Deprecated: Use ValueTypeEnum_ValueType.Descriptor instead.

func (ValueTypeEnum_ValueType) Number

func (ValueTypeEnum_ValueType) String

func (x ValueTypeEnum_ValueType) String() string

func (ValueTypeEnum_ValueType) Type

Jump to

Keyboard shortcuts

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