alert

package
v1.0.28 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2024 License: Apache-2.0 Imports: 45 Imported by: 0

Documentation

Index

Constants

View Source
const (
	NamePattern_Project_Region_AlertingPolicy_AlertingCondition = "projects/{project}/regions/{region}/alertingPolicies/{alerting_policy}/alertingConditions/{alerting_condition}/alerts/{alert}"
)

Variables

This section is empty.

Functions

func AsAnyCastAccess

func AsAnyCastAccess(access AlertAccess) gotenresource.Access

Types

type Alert

type Alert struct {

	// Name of Alert
	// When creating a new instance, this field is optional and if not provided,
	// it will be generated automatically. Last ID segment must conform to the
	// following regex: [a-zA-Z0-9_.:-]{1,128}
	Name        *Name       `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"`
	Metadata    *meta.Meta  `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty" firestore:"metadata"`
	DisplayName string      `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty" firestore:"displayName"`
	Info        *Alert_Info `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty" firestore:"info"`
	// State of alert
	State *Alert_State `protobuf:"bytes,5,opt,name=state,proto3" json:"state,omitempty" firestore:"state"`
	// contains filtered or unexported fields
}

Alert Resource

func (*Alert) Clone

func (o *Alert) Clone() *Alert

func (*Alert) CloneRaw

func (o *Alert) CloneRaw() gotenobject.GotenObjectExt

func (*Alert) Descriptor

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

Deprecated, Use Alert.ProtoReflect.Descriptor instead.

func (*Alert) EnsureMetadata added in v1.0.21

func (r *Alert) EnsureMetadata() *meta.Meta

func (*Alert) GetDisplayName

func (m *Alert) GetDisplayName() string

func (*Alert) GetInfo

func (m *Alert) GetInfo() *Alert_Info

func (*Alert) GetMetadata

func (m *Alert) GetMetadata() *meta.Meta

func (*Alert) GetName

func (m *Alert) GetName() *Name

func (*Alert) GetRawName

func (r *Alert) GetRawName() gotenresource.Name

func (*Alert) GetResourceDescriptor

func (r *Alert) GetResourceDescriptor() gotenresource.Descriptor

func (*Alert) GetState

func (m *Alert) GetState() *Alert_State

func (*Alert) GotenMessage

func (*Alert) GotenMessage()

func (*Alert) GotenObjectExt

func (o *Alert) GotenObjectExt()

func (*Alert) GotenValidate

func (obj *Alert) GotenValidate() error

func (*Alert) MakeDiffFieldMask

func (o *Alert) MakeDiffFieldMask(other *Alert) *Alert_FieldMask

func (*Alert) MakeFullFieldMask

func (o *Alert) MakeFullFieldMask() *Alert_FieldMask

func (*Alert) MakeRawDiffFieldMask

func (o *Alert) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*Alert) MakeRawFullFieldMask

func (o *Alert) MakeRawFullFieldMask() gotenobject.FieldMask

func (*Alert) Marshal

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

func (*Alert) MarshalJSON

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

func (*Alert) MaybePopulateDefaults

func (r *Alert) MaybePopulateDefaults() error

func (*Alert) Merge

func (o *Alert) Merge(source *Alert)

func (*Alert) MergeRaw

func (o *Alert) MergeRaw(source gotenobject.GotenObjectExt)

func (*Alert) ProtoMessage

func (*Alert) ProtoMessage()

func (*Alert) ProtoReflect

func (m *Alert) ProtoReflect() preflect.Message

func (*Alert) Reset

func (m *Alert) Reset()

func (*Alert) SetDisplayName

func (m *Alert) SetDisplayName(fv string)

func (*Alert) SetInfo

func (m *Alert) SetInfo(fv *Alert_Info)

func (*Alert) SetMetadata

func (m *Alert) SetMetadata(fv *meta.Meta)

func (*Alert) SetName

func (m *Alert) SetName(fv *Name)

func (*Alert) SetState

func (m *Alert) SetState(fv *Alert_State)

func (*Alert) String

func (m *Alert) String() string

func (*Alert) Unmarshal

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

func (*Alert) UnmarshalJSON

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

type AlertChange

type AlertChange struct {

	// Alert change
	//
	// Types that are valid to be assigned to ChangeType:
	//	*AlertChange_Added_
	//	*AlertChange_Modified_
	//	*AlertChange_Current_
	//	*AlertChange_Removed_
	ChangeType isAlertChange_ChangeType `protobuf_oneof:"change_type"`
	// contains filtered or unexported fields
}

AlertChange is used by Watch notifications Responses to describe change of single Alert One of Added, Modified, Removed

func (*AlertChange) Descriptor

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

Deprecated, Use AlertChange.ProtoReflect.Descriptor instead.

func (*AlertChange) GetAdded

func (m *AlertChange) GetAdded() *AlertChange_Added

func (*AlertChange) GetAlert

func (c *AlertChange) GetAlert() *Alert

func (*AlertChange) GetAlertName

func (c *AlertChange) GetAlertName() *Name

func (*AlertChange) GetChangeType

func (m *AlertChange) GetChangeType() isAlertChange_ChangeType

func (*AlertChange) GetCurrent

func (m *AlertChange) GetCurrent() *AlertChange_Current

func (*AlertChange) GetCurrentViewIndex

func (c *AlertChange) GetCurrentViewIndex() int32

func (*AlertChange) GetModified

func (m *AlertChange) GetModified() *AlertChange_Modified

func (*AlertChange) GetPreviousViewIndex

func (c *AlertChange) GetPreviousViewIndex() int32

func (*AlertChange) GetRawName

func (c *AlertChange) GetRawName() gotenresource.Name

func (*AlertChange) GetRawResource added in v0.5.1

func (c *AlertChange) GetRawResource() gotenresource.Resource

func (*AlertChange) GetRemoved

func (m *AlertChange) GetRemoved() *AlertChange_Removed

func (*AlertChange) GotenMessage

func (*AlertChange) GotenMessage()

func (*AlertChange) GotenValidate

func (obj *AlertChange) GotenValidate() error

func (*AlertChange) IsAdd

func (c *AlertChange) IsAdd() bool

func (*AlertChange) IsCurrent

func (c *AlertChange) IsCurrent() bool

func (*AlertChange) IsDelete

func (c *AlertChange) IsDelete() bool

func (*AlertChange) IsModify

func (c *AlertChange) IsModify() bool

func (*AlertChange) Marshal

func (m *AlertChange) Marshal() ([]byte, error)

func (*AlertChange) MarshalJSON

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

func (*AlertChange) ProtoMessage

func (*AlertChange) ProtoMessage()

func (*AlertChange) ProtoReflect

func (m *AlertChange) ProtoReflect() preflect.Message

func (*AlertChange) Reset

func (m *AlertChange) Reset()

func (*AlertChange) SetAdded

func (m *AlertChange) SetAdded(fv *AlertChange_Added)

func (*AlertChange) SetAddedRaw

func (c *AlertChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)

func (*AlertChange) SetChangeType

func (m *AlertChange) SetChangeType(ofv isAlertChange_ChangeType)

func (*AlertChange) SetCurrent

func (m *AlertChange) SetCurrent(fv *AlertChange_Current)

func (*AlertChange) SetCurrentRaw

func (c *AlertChange) SetCurrentRaw(snapshot gotenresource.Resource)

func (*AlertChange) SetDeletedRaw

func (c *AlertChange) SetDeletedRaw(name gotenresource.Name, idx int)

func (*AlertChange) SetModified

func (m *AlertChange) SetModified(fv *AlertChange_Modified)

func (*AlertChange) SetModifiedRaw

func (c *AlertChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, newIdx int)

func (*AlertChange) SetRemoved

func (m *AlertChange) SetRemoved(fv *AlertChange_Removed)

func (*AlertChange) String

func (m *AlertChange) String() string

func (*AlertChange) Unmarshal

func (m *AlertChange) Unmarshal(b []byte) error

func (*AlertChange) UnmarshalJSON

func (m *AlertChange) UnmarshalJSON(data []byte) error

type AlertChangeList

type AlertChangeList []*AlertChange

func (AlertChangeList) At

func (AlertChangeList) Length

func (l AlertChangeList) Length() int

func (AlertChangeList) Set

func (l AlertChangeList) Set(idx int, change gotenresource.ResourceChange)

func (AlertChangeList) Slice

func (l AlertChangeList) Slice(first, second int) gotenresource.ResourceChangeList

type AlertChangeMap

type AlertChangeMap map[Name]*AlertChange

func (AlertChangeMap) Delete

func (m AlertChangeMap) Delete(name gotenresource.Name)

func (AlertChangeMap) ForEach

func (AlertChangeMap) Get

func (AlertChangeMap) Length

func (m AlertChangeMap) Length() int

func (AlertChangeMap) Set

type AlertChange_Added

type AlertChange_Added struct {
	Alert *Alert `protobuf:"bytes,1,opt,name=alert,proto3" json:"alert,omitempty" firestore:"alert"`
	// Integer describing index of added Alert in resulting query view.
	ViewIndex int32 `protobuf:"varint,2,opt,name=view_index,json=viewIndex,proto3" json:"view_index,omitempty" firestore:"viewIndex"`
	// contains filtered or unexported fields
}

Alert has been added to query view

func (*AlertChange_Added) Descriptor

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

Deprecated, Use AlertChange_Added.ProtoReflect.Descriptor instead.

func (*AlertChange_Added) GetAlert

func (m *AlertChange_Added) GetAlert() *Alert

func (*AlertChange_Added) GetViewIndex

func (m *AlertChange_Added) GetViewIndex() int32

func (*AlertChange_Added) GotenMessage

func (*AlertChange_Added) GotenMessage()

func (*AlertChange_Added) GotenValidate

func (obj *AlertChange_Added) GotenValidate() error

func (*AlertChange_Added) Marshal

func (m *AlertChange_Added) Marshal() ([]byte, error)

func (*AlertChange_Added) MarshalJSON

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

func (*AlertChange_Added) ProtoMessage

func (*AlertChange_Added) ProtoMessage()

func (*AlertChange_Added) ProtoReflect

func (m *AlertChange_Added) ProtoReflect() preflect.Message

func (*AlertChange_Added) Reset

func (m *AlertChange_Added) Reset()

func (*AlertChange_Added) SetAlert

func (m *AlertChange_Added) SetAlert(fv *Alert)

func (*AlertChange_Added) SetViewIndex

func (m *AlertChange_Added) SetViewIndex(fv int32)

func (*AlertChange_Added) String

func (m *AlertChange_Added) String() string

func (*AlertChange_Added) Unmarshal

func (m *AlertChange_Added) Unmarshal(b []byte) error

func (*AlertChange_Added) UnmarshalJSON

func (m *AlertChange_Added) UnmarshalJSON(data []byte) error

type AlertChange_Added_

type AlertChange_Added_ struct {
	// Added is returned when watched document is added, either created or
	// enters Query view
	Added *AlertChange_Added `protobuf:"bytes,1,opt,name=added,proto3,oneof" firestore:"added"`
}

type AlertChange_Current

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

Alert has been added or modified in a query view. Version used for stateless watching

func (*AlertChange_Current) Descriptor

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

Deprecated, Use AlertChange_Current.ProtoReflect.Descriptor instead.

func (*AlertChange_Current) GetAlert

func (m *AlertChange_Current) GetAlert() *Alert

func (*AlertChange_Current) GotenMessage

func (*AlertChange_Current) GotenMessage()

func (*AlertChange_Current) GotenValidate

func (obj *AlertChange_Current) GotenValidate() error

func (*AlertChange_Current) Marshal

func (m *AlertChange_Current) Marshal() ([]byte, error)

func (*AlertChange_Current) MarshalJSON

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

func (*AlertChange_Current) ProtoMessage

func (*AlertChange_Current) ProtoMessage()

func (*AlertChange_Current) ProtoReflect

func (m *AlertChange_Current) ProtoReflect() preflect.Message

func (*AlertChange_Current) Reset

func (m *AlertChange_Current) Reset()

func (*AlertChange_Current) SetAlert

func (m *AlertChange_Current) SetAlert(fv *Alert)

func (*AlertChange_Current) String

func (m *AlertChange_Current) String() string

func (*AlertChange_Current) Unmarshal

func (m *AlertChange_Current) Unmarshal(b []byte) error

func (*AlertChange_Current) UnmarshalJSON

func (m *AlertChange_Current) UnmarshalJSON(data []byte) error

type AlertChange_Current_

type AlertChange_Current_ struct {
	// Current is returned in stateless watch when document enters query view or
	// is modified within.
	Current *AlertChange_Current `protobuf:"bytes,4,opt,name=current,proto3,oneof" firestore:"current"`
}

type AlertChange_Modified

type AlertChange_Modified struct {

	// Name of modified Alert
	Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// New version of Alert or masked difference, depending on mask_changes
	// instrumentation of issued [WatchAlertRequest] or [WatchAlertsRequest]
	Alert *Alert `protobuf:"bytes,2,opt,name=alert,proto3" json:"alert,omitempty" firestore:"alert"`
	// Used when mask_changes is set, contains field paths of modified
	// properties.
	FieldMask *Alert_FieldMask `` /* 137-byte string literal not displayed */
	// Previous view index specifies previous position of modified Alert.
	// When modification doesn't affect sorted order, value will remain
	// identical to [view_index].
	PreviousViewIndex int32 `` /* 145-byte string literal not displayed */
	// Integer specifying Alert new index in resulting query view.
	ViewIndex int32 `protobuf:"varint,5,opt,name=view_index,json=viewIndex,proto3" json:"view_index,omitempty" firestore:"viewIndex"`
	// contains filtered or unexported fields
}

Alert changed some of it's fields - contains either full document or masked change

func (*AlertChange_Modified) Descriptor

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

Deprecated, Use AlertChange_Modified.ProtoReflect.Descriptor instead.

func (*AlertChange_Modified) GetAlert

func (m *AlertChange_Modified) GetAlert() *Alert

func (*AlertChange_Modified) GetFieldMask

func (m *AlertChange_Modified) GetFieldMask() *Alert_FieldMask

func (*AlertChange_Modified) GetName

func (m *AlertChange_Modified) GetName() *Name

func (*AlertChange_Modified) GetPreviousViewIndex

func (m *AlertChange_Modified) GetPreviousViewIndex() int32

func (*AlertChange_Modified) GetViewIndex

func (m *AlertChange_Modified) GetViewIndex() int32

func (*AlertChange_Modified) GotenMessage

func (*AlertChange_Modified) GotenMessage()

func (*AlertChange_Modified) GotenValidate

func (obj *AlertChange_Modified) GotenValidate() error

func (*AlertChange_Modified) Marshal

func (m *AlertChange_Modified) Marshal() ([]byte, error)

func (*AlertChange_Modified) MarshalJSON

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

func (*AlertChange_Modified) ProtoMessage

func (*AlertChange_Modified) ProtoMessage()

func (*AlertChange_Modified) ProtoReflect

func (m *AlertChange_Modified) ProtoReflect() preflect.Message

func (*AlertChange_Modified) Reset

func (m *AlertChange_Modified) Reset()

func (*AlertChange_Modified) SetAlert

func (m *AlertChange_Modified) SetAlert(fv *Alert)

func (*AlertChange_Modified) SetFieldMask

func (m *AlertChange_Modified) SetFieldMask(fv *Alert_FieldMask)

func (*AlertChange_Modified) SetName

func (m *AlertChange_Modified) SetName(fv *Name)

func (*AlertChange_Modified) SetPreviousViewIndex

func (m *AlertChange_Modified) SetPreviousViewIndex(fv int32)

func (*AlertChange_Modified) SetViewIndex

func (m *AlertChange_Modified) SetViewIndex(fv int32)

func (*AlertChange_Modified) String

func (m *AlertChange_Modified) String() string

func (*AlertChange_Modified) Unmarshal

func (m *AlertChange_Modified) Unmarshal(b []byte) error

func (*AlertChange_Modified) UnmarshalJSON

func (m *AlertChange_Modified) UnmarshalJSON(data []byte) error

type AlertChange_Modified_

type AlertChange_Modified_ struct {
	// Modified is returned when watched document is modified
	Modified *AlertChange_Modified `protobuf:"bytes,2,opt,name=modified,proto3,oneof" firestore:"modified"`
}

type AlertChange_Removed

type AlertChange_Removed struct {
	Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// Integer specifying removed Alert index. Not populated in stateless watch
	// type.
	ViewIndex int32 `protobuf:"varint,2,opt,name=view_index,json=viewIndex,proto3" json:"view_index,omitempty" firestore:"viewIndex"`
	// contains filtered or unexported fields
}

Removed is returned when Alert is deleted or leaves Query view

func (*AlertChange_Removed) Descriptor

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

Deprecated, Use AlertChange_Removed.ProtoReflect.Descriptor instead.

func (*AlertChange_Removed) GetName

func (m *AlertChange_Removed) GetName() *Name

func (*AlertChange_Removed) GetViewIndex

func (m *AlertChange_Removed) GetViewIndex() int32

func (*AlertChange_Removed) GotenMessage

func (*AlertChange_Removed) GotenMessage()

func (*AlertChange_Removed) GotenValidate

func (obj *AlertChange_Removed) GotenValidate() error

func (*AlertChange_Removed) Marshal

func (m *AlertChange_Removed) Marshal() ([]byte, error)

func (*AlertChange_Removed) MarshalJSON

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

func (*AlertChange_Removed) ProtoMessage

func (*AlertChange_Removed) ProtoMessage()

func (*AlertChange_Removed) ProtoReflect

func (m *AlertChange_Removed) ProtoReflect() preflect.Message

func (*AlertChange_Removed) Reset

func (m *AlertChange_Removed) Reset()

func (*AlertChange_Removed) SetName

func (m *AlertChange_Removed) SetName(fv *Name)

func (*AlertChange_Removed) SetViewIndex

func (m *AlertChange_Removed) SetViewIndex(fv int32)

func (*AlertChange_Removed) String

func (m *AlertChange_Removed) String() string

func (*AlertChange_Removed) Unmarshal

func (m *AlertChange_Removed) Unmarshal(b []byte) error

func (*AlertChange_Removed) UnmarshalJSON

func (m *AlertChange_Removed) UnmarshalJSON(data []byte) error

type AlertChange_Removed_

type AlertChange_Removed_ struct {
	// Removed is returned when Alert is deleted or leaves Query view
	Removed *AlertChange_Removed `protobuf:"bytes,3,opt,name=removed,proto3,oneof" firestore:"removed"`
}

type AlertFieldPathBuilder

type AlertFieldPathBuilder struct{}

func NewAlertFieldPathBuilder

func NewAlertFieldPathBuilder() AlertFieldPathBuilder

func (AlertFieldPathBuilder) DisplayName

func (AlertFieldPathBuilder) Info

func (AlertFieldPathBuilder) Metadata

func (AlertFieldPathBuilder) Name

func (AlertFieldPathBuilder) State

type AlertInfoFieldPathBuilder

type AlertInfoFieldPathBuilder struct{}

func NewAlertInfoFieldPathBuilder

func NewAlertInfoFieldPathBuilder() AlertInfoFieldPathBuilder

func (AlertInfoFieldPathBuilder) ObservedValues

func (AlertInfoFieldPathBuilder) TimeSerie

type AlertInfoObservedValuesFieldPathBuilder

type AlertInfoObservedValuesFieldPathBuilder struct{}

func NewAlertInfoObservedValuesFieldPathBuilder

func NewAlertInfoObservedValuesFieldPathBuilder() AlertInfoObservedValuesFieldPathBuilder

func (AlertInfoObservedValuesFieldPathBuilder) ExampleValue

func (AlertInfoObservedValuesFieldPathBuilder) PerMetric

type AlertInfoObservedValues_FieldPath

type AlertInfoObservedValues_FieldPath interface {
	gotenobject.FieldPath
	Selector() AlertInfoObservedValues_FieldPathSelector
	Get(source *Alert_Info_ObservedValues) []interface{}
	GetSingle(source *Alert_Info_ObservedValues) (interface{}, bool)
	ClearValue(item *Alert_Info_ObservedValues)

	// Those methods build corresponding AlertInfoObservedValues_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) AlertInfoObservedValues_FieldPathValue
	WithIArrayOfValues(values interface{}) AlertInfoObservedValues_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) AlertInfoObservedValues_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseAlertInfoObservedValues_FieldPath

func MustParseAlertInfoObservedValues_FieldPath(rawField string) AlertInfoObservedValues_FieldPath

func ParseAlertInfoObservedValues_FieldPath

func ParseAlertInfoObservedValues_FieldPath(rawField string) (AlertInfoObservedValues_FieldPath, error)

type AlertInfoObservedValues_FieldPathArrayItemValue

type AlertInfoObservedValues_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	AlertInfoObservedValues_FieldPath
	ContainsValue(*Alert_Info_ObservedValues) bool
}

AlertInfoObservedValues_FieldPathArrayItemValue allows storing single item in Path-specific values for ObservedValues according to their type Present only for array (repeated) types.

func MustParseAlertInfoObservedValues_FieldPathArrayItemValue

func MustParseAlertInfoObservedValues_FieldPathArrayItemValue(pathStr, valueStr string) AlertInfoObservedValues_FieldPathArrayItemValue

func ParseAlertInfoObservedValues_FieldPathArrayItemValue

func ParseAlertInfoObservedValues_FieldPathArrayItemValue(pathStr, valueStr string) (AlertInfoObservedValues_FieldPathArrayItemValue, error)

ParseAlertInfoObservedValues_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type AlertInfoObservedValues_FieldPathArrayOfValues

type AlertInfoObservedValues_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	AlertInfoObservedValues_FieldPath
}

AlertInfoObservedValues_FieldPathArrayOfValues allows storing slice of values for ObservedValues fields according to their type

func MustParseAlertInfoObservedValues_FieldPathArrayOfValues

func MustParseAlertInfoObservedValues_FieldPathArrayOfValues(pathStr, valuesStr string) AlertInfoObservedValues_FieldPathArrayOfValues

func ParseAlertInfoObservedValues_FieldPathArrayOfValues

func ParseAlertInfoObservedValues_FieldPathArrayOfValues(pathStr, valuesStr string) (AlertInfoObservedValues_FieldPathArrayOfValues, error)

type AlertInfoObservedValues_FieldPathMap

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

FieldPath for map type with additional Key information

func (*AlertInfoObservedValues_FieldPathMap) ClearValue

func (*AlertInfoObservedValues_FieldPathMap) ClearValueRaw

func (fpm *AlertInfoObservedValues_FieldPathMap) ClearValueRaw(item proto.Message)

func (*AlertInfoObservedValues_FieldPathMap) Get

func (fpm *AlertInfoObservedValues_FieldPathMap) Get(source *Alert_Info_ObservedValues) (values []interface{})

Get returns all values pointed by selected field map key from source Alert_Info_ObservedValues

func (*AlertInfoObservedValues_FieldPathMap) GetDefault

func (fpm *AlertInfoObservedValues_FieldPathMap) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*AlertInfoObservedValues_FieldPathMap) GetRaw

func (fpm *AlertInfoObservedValues_FieldPathMap) GetRaw(source proto.Message) []interface{}

func (*AlertInfoObservedValues_FieldPathMap) GetSingle

func (fpm *AlertInfoObservedValues_FieldPathMap) GetSingle(source *Alert_Info_ObservedValues) (interface{}, bool)

GetSingle returns value by selected field map key from source Alert_Info_ObservedValues

func (*AlertInfoObservedValues_FieldPathMap) GetSingleRaw

func (fpm *AlertInfoObservedValues_FieldPathMap) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*AlertInfoObservedValues_FieldPathMap) IsLeaf

IsLeaf - whether field path is holds simple value

func (*AlertInfoObservedValues_FieldPathMap) JSONString

func (fpm *AlertInfoObservedValues_FieldPathMap) JSONString() string

JSONString returns path representation is JSON convention. Note that map keys are not transformed

func (*AlertInfoObservedValues_FieldPathMap) Key

func (*AlertInfoObservedValues_FieldPathMap) Selector

func (*AlertInfoObservedValues_FieldPathMap) SplitIntoTerminalIPaths added in v0.8.0

func (fpm *AlertInfoObservedValues_FieldPathMap) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*AlertInfoObservedValues_FieldPathMap) String

String returns path representation in proto convention

func (*AlertInfoObservedValues_FieldPathMap) WithIArrayItemValue

func (*AlertInfoObservedValues_FieldPathMap) WithIArrayOfValues

func (*AlertInfoObservedValues_FieldPathMap) WithIValue

func (*AlertInfoObservedValues_FieldPathMap) WithRawIArrayItemValue

func (fpm *AlertInfoObservedValues_FieldPathMap) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*AlertInfoObservedValues_FieldPathMap) WithRawIArrayOfValues

func (fpm *AlertInfoObservedValues_FieldPathMap) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*AlertInfoObservedValues_FieldPathMap) WithRawIValue

func (fpm *AlertInfoObservedValues_FieldPathMap) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type AlertInfoObservedValues_FieldPathMapArrayOfValues

type AlertInfoObservedValues_FieldPathMapArrayOfValues struct {
	AlertInfoObservedValues_FieldPathMap
	// contains filtered or unexported fields
}

func (*AlertInfoObservedValues_FieldPathMapArrayOfValues) AsPerMetricArrayOfElementValues

func (fpmaov *AlertInfoObservedValues_FieldPathMapArrayOfValues) AsPerMetricArrayOfElementValues() ([]float64, bool)

func (*AlertInfoObservedValues_FieldPathMapArrayOfValues) GetRawValues

func (fpmaov *AlertInfoObservedValues_FieldPathMapArrayOfValues) GetRawValues() (values []interface{})

type AlertInfoObservedValues_FieldPathMapValue

type AlertInfoObservedValues_FieldPathMapValue struct {
	AlertInfoObservedValues_FieldPathMap
	// contains filtered or unexported fields
}

func (*AlertInfoObservedValues_FieldPathMapValue) AsPerMetricElementValue

func (fpmv *AlertInfoObservedValues_FieldPathMapValue) AsPerMetricElementValue() (float64, bool)

func (*AlertInfoObservedValues_FieldPathMapValue) CompareWith

CompareWith compares value in the 'AlertInfoObservedValues_FieldPathMapValue' with the value under path in 'Alert_Info_ObservedValues'.

func (*AlertInfoObservedValues_FieldPathMapValue) CompareWithRaw

func (fpmv *AlertInfoObservedValues_FieldPathMapValue) CompareWithRaw(source proto.Message) (int, bool)

func (*AlertInfoObservedValues_FieldPathMapValue) GetRawValue

func (fpmv *AlertInfoObservedValues_FieldPathMapValue) GetRawValue() interface{}

GetValue returns value stored under selected field in ObservedValues as interface{}

func (*AlertInfoObservedValues_FieldPathMapValue) SetTo

SetTo stores value for selected field in ObservedValues

func (*AlertInfoObservedValues_FieldPathMapValue) SetToRaw

type AlertInfoObservedValues_FieldPathSelector

type AlertInfoObservedValues_FieldPathSelector int32
const (
	AlertInfoObservedValues_FieldPathSelectorExampleValue AlertInfoObservedValues_FieldPathSelector = 0
	AlertInfoObservedValues_FieldPathSelectorPerMetric    AlertInfoObservedValues_FieldPathSelector = 1
)

func (AlertInfoObservedValues_FieldPathSelector) String

type AlertInfoObservedValues_FieldPathValue

type AlertInfoObservedValues_FieldPathValue interface {
	AlertInfoObservedValues_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **Alert_Info_ObservedValues)
	CompareWith(*Alert_Info_ObservedValues) (cmp int, comparable bool)
}

AlertInfoObservedValues_FieldPathValue allows storing values for ObservedValues fields according to their type

func MustParseAlertInfoObservedValues_FieldPathValue

func MustParseAlertInfoObservedValues_FieldPathValue(pathStr, valueStr string) AlertInfoObservedValues_FieldPathValue

func ParseAlertInfoObservedValues_FieldPathValue

func ParseAlertInfoObservedValues_FieldPathValue(pathStr, valueStr string) (AlertInfoObservedValues_FieldPathValue, error)

type AlertInfoObservedValues_FieldTerminalPath

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

func (*AlertInfoObservedValues_FieldTerminalPath) ClearValue

func (*AlertInfoObservedValues_FieldTerminalPath) ClearValueRaw

func (*AlertInfoObservedValues_FieldTerminalPath) Get

func (fp *AlertInfoObservedValues_FieldTerminalPath) Get(source *Alert_Info_ObservedValues) (values []interface{})

Get returns all values pointed by specific field from source Alert_Info_ObservedValues

func (*AlertInfoObservedValues_FieldTerminalPath) GetDefault

func (fp *AlertInfoObservedValues_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*AlertInfoObservedValues_FieldTerminalPath) GetRaw

func (fp *AlertInfoObservedValues_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*AlertInfoObservedValues_FieldTerminalPath) GetSingle

func (fp *AlertInfoObservedValues_FieldTerminalPath) GetSingle(source *Alert_Info_ObservedValues) (interface{}, bool)

GetSingle returns value pointed by specific field of from source Alert_Info_ObservedValues

func (*AlertInfoObservedValues_FieldTerminalPath) GetSingleRaw

func (fp *AlertInfoObservedValues_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*AlertInfoObservedValues_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*AlertInfoObservedValues_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*AlertInfoObservedValues_FieldTerminalPath) Selector

func (*AlertInfoObservedValues_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *AlertInfoObservedValues_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*AlertInfoObservedValues_FieldTerminalPath) String

String returns path representation in proto convention

func (*AlertInfoObservedValues_FieldTerminalPath) WithIArrayItemValue

func (*AlertInfoObservedValues_FieldTerminalPath) WithIArrayOfValues

func (*AlertInfoObservedValues_FieldTerminalPath) WithIValue

func (*AlertInfoObservedValues_FieldTerminalPath) WithRawIArrayItemValue

func (fp *AlertInfoObservedValues_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*AlertInfoObservedValues_FieldTerminalPath) WithRawIArrayOfValues

func (fp *AlertInfoObservedValues_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*AlertInfoObservedValues_FieldTerminalPath) WithRawIValue

func (fp *AlertInfoObservedValues_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type AlertInfoObservedValues_FieldTerminalPathArrayItemValue

type AlertInfoObservedValues_FieldTerminalPathArrayItemValue struct {
	AlertInfoObservedValues_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*AlertInfoObservedValues_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'ObservedValues'

func (*AlertInfoObservedValues_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *AlertInfoObservedValues_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object Alert_Info_ObservedValues as interface{}

func (*AlertInfoObservedValues_FieldTerminalPathArrayItemValue) GetSingle

func (*AlertInfoObservedValues_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *AlertInfoObservedValues_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type AlertInfoObservedValues_FieldTerminalPathArrayOfValues

type AlertInfoObservedValues_FieldTerminalPathArrayOfValues struct {
	AlertInfoObservedValues_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*AlertInfoObservedValues_FieldTerminalPathArrayOfValues) AsExampleValueArrayOfValues

func (fpaov *AlertInfoObservedValues_FieldTerminalPathArrayOfValues) AsExampleValueArrayOfValues() ([]float64, bool)

func (*AlertInfoObservedValues_FieldTerminalPathArrayOfValues) AsPerMetricArrayOfValues

func (fpaov *AlertInfoObservedValues_FieldTerminalPathArrayOfValues) AsPerMetricArrayOfValues() ([]map[string]float64, bool)

func (*AlertInfoObservedValues_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *AlertInfoObservedValues_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type AlertInfoObservedValues_FieldTerminalPathValue

type AlertInfoObservedValues_FieldTerminalPathValue struct {
	AlertInfoObservedValues_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*AlertInfoObservedValues_FieldTerminalPathValue) AsExampleValueValue

func (fpv *AlertInfoObservedValues_FieldTerminalPathValue) AsExampleValueValue() (float64, bool)

func (*AlertInfoObservedValues_FieldTerminalPathValue) AsPerMetricValue

func (fpv *AlertInfoObservedValues_FieldTerminalPathValue) AsPerMetricValue() (map[string]float64, bool)

func (*AlertInfoObservedValues_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'AlertInfoObservedValues_FieldTerminalPathValue' with the value under path in 'Alert_Info_ObservedValues'.

func (*AlertInfoObservedValues_FieldTerminalPathValue) CompareWithRaw

func (fpv *AlertInfoObservedValues_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*AlertInfoObservedValues_FieldTerminalPathValue) GetRawValue

func (fpv *AlertInfoObservedValues_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'ObservedValues' as interface{}

func (*AlertInfoObservedValues_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ObservedValues

func (*AlertInfoObservedValues_FieldTerminalPathValue) SetToRaw

type AlertInfoTimeSerieFieldPathBuilder

type AlertInfoTimeSerieFieldPathBuilder struct{}

func NewAlertInfoTimeSerieFieldPathBuilder

func NewAlertInfoTimeSerieFieldPathBuilder() AlertInfoTimeSerieFieldPathBuilder

func (AlertInfoTimeSerieFieldPathBuilder) Key

func (AlertInfoTimeSerieFieldPathBuilder) Metric

func (AlertInfoTimeSerieFieldPathBuilder) MonitoredResource

type AlertInfoTimeSerie_FieldPath

type AlertInfoTimeSerie_FieldPath interface {
	gotenobject.FieldPath
	Selector() AlertInfoTimeSerie_FieldPathSelector
	Get(source *Alert_Info_TimeSerie) []interface{}
	GetSingle(source *Alert_Info_TimeSerie) (interface{}, bool)
	ClearValue(item *Alert_Info_TimeSerie)

	// Those methods build corresponding AlertInfoTimeSerie_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) AlertInfoTimeSerie_FieldPathValue
	WithIArrayOfValues(values interface{}) AlertInfoTimeSerie_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) AlertInfoTimeSerie_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseAlertInfoTimeSerie_FieldPath

func MustParseAlertInfoTimeSerie_FieldPath(rawField string) AlertInfoTimeSerie_FieldPath

func ParseAlertInfoTimeSerie_FieldPath

func ParseAlertInfoTimeSerie_FieldPath(rawField string) (AlertInfoTimeSerie_FieldPath, error)

type AlertInfoTimeSerie_FieldPathArrayItemValue

type AlertInfoTimeSerie_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	AlertInfoTimeSerie_FieldPath
	ContainsValue(*Alert_Info_TimeSerie) bool
}

AlertInfoTimeSerie_FieldPathArrayItemValue allows storing single item in Path-specific values for TimeSerie according to their type Present only for array (repeated) types.

func MustParseAlertInfoTimeSerie_FieldPathArrayItemValue

func MustParseAlertInfoTimeSerie_FieldPathArrayItemValue(pathStr, valueStr string) AlertInfoTimeSerie_FieldPathArrayItemValue

func ParseAlertInfoTimeSerie_FieldPathArrayItemValue

func ParseAlertInfoTimeSerie_FieldPathArrayItemValue(pathStr, valueStr string) (AlertInfoTimeSerie_FieldPathArrayItemValue, error)

ParseAlertInfoTimeSerie_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type AlertInfoTimeSerie_FieldPathArrayOfValues

type AlertInfoTimeSerie_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	AlertInfoTimeSerie_FieldPath
}

AlertInfoTimeSerie_FieldPathArrayOfValues allows storing slice of values for TimeSerie fields according to their type

func MustParseAlertInfoTimeSerie_FieldPathArrayOfValues

func MustParseAlertInfoTimeSerie_FieldPathArrayOfValues(pathStr, valuesStr string) AlertInfoTimeSerie_FieldPathArrayOfValues

func ParseAlertInfoTimeSerie_FieldPathArrayOfValues

func ParseAlertInfoTimeSerie_FieldPathArrayOfValues(pathStr, valuesStr string) (AlertInfoTimeSerie_FieldPathArrayOfValues, error)

type AlertInfoTimeSerie_FieldPathSelector

type AlertInfoTimeSerie_FieldPathSelector int32
const (
	AlertInfoTimeSerie_FieldPathSelectorKey               AlertInfoTimeSerie_FieldPathSelector = 0
	AlertInfoTimeSerie_FieldPathSelectorMetric            AlertInfoTimeSerie_FieldPathSelector = 1
	AlertInfoTimeSerie_FieldPathSelectorMonitoredResource AlertInfoTimeSerie_FieldPathSelector = 2
)

func (AlertInfoTimeSerie_FieldPathSelector) String

type AlertInfoTimeSerie_FieldPathValue

type AlertInfoTimeSerie_FieldPathValue interface {
	AlertInfoTimeSerie_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **Alert_Info_TimeSerie)
	CompareWith(*Alert_Info_TimeSerie) (cmp int, comparable bool)
}

AlertInfoTimeSerie_FieldPathValue allows storing values for TimeSerie fields according to their type

func MustParseAlertInfoTimeSerie_FieldPathValue

func MustParseAlertInfoTimeSerie_FieldPathValue(pathStr, valueStr string) AlertInfoTimeSerie_FieldPathValue

func ParseAlertInfoTimeSerie_FieldPathValue

func ParseAlertInfoTimeSerie_FieldPathValue(pathStr, valueStr string) (AlertInfoTimeSerie_FieldPathValue, error)

type AlertInfoTimeSerie_FieldSubPath

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

func (*AlertInfoTimeSerie_FieldSubPath) AsMetricSubPath

func (fps *AlertInfoTimeSerie_FieldSubPath) AsMetricSubPath() (common.Metric_FieldPath, bool)

func (*AlertInfoTimeSerie_FieldSubPath) AsMonitoredResourceSubPath

func (fps *AlertInfoTimeSerie_FieldSubPath) AsMonitoredResourceSubPath() (common.MonitoredResource_FieldPath, bool)

func (*AlertInfoTimeSerie_FieldSubPath) ClearValue

func (*AlertInfoTimeSerie_FieldSubPath) ClearValueRaw

func (fps *AlertInfoTimeSerie_FieldSubPath) ClearValueRaw(item proto.Message)

func (*AlertInfoTimeSerie_FieldSubPath) Get

func (fps *AlertInfoTimeSerie_FieldSubPath) Get(source *Alert_Info_TimeSerie) (values []interface{})

Get returns all values pointed by selected field from source Alert_Info_TimeSerie

func (*AlertInfoTimeSerie_FieldSubPath) GetDefault

func (fps *AlertInfoTimeSerie_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*AlertInfoTimeSerie_FieldSubPath) GetRaw

func (fps *AlertInfoTimeSerie_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*AlertInfoTimeSerie_FieldSubPath) GetSingle

func (fps *AlertInfoTimeSerie_FieldSubPath) GetSingle(source *Alert_Info_TimeSerie) (interface{}, bool)

GetSingle returns value of selected field from source Alert_Info_TimeSerie

func (*AlertInfoTimeSerie_FieldSubPath) GetSingleRaw

func (fps *AlertInfoTimeSerie_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*AlertInfoTimeSerie_FieldSubPath) IsLeaf

func (fps *AlertInfoTimeSerie_FieldSubPath) IsLeaf() bool

IsLeaf - whether field path is holds simple value

func (*AlertInfoTimeSerie_FieldSubPath) JSONString

func (fps *AlertInfoTimeSerie_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*AlertInfoTimeSerie_FieldSubPath) Selector

func (*AlertInfoTimeSerie_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

func (fps *AlertInfoTimeSerie_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*AlertInfoTimeSerie_FieldSubPath) String

String returns path representation in proto convention

func (*AlertInfoTimeSerie_FieldSubPath) WithIArrayItemValue

func (fps *AlertInfoTimeSerie_FieldSubPath) WithIArrayItemValue(value interface{}) AlertInfoTimeSerie_FieldPathArrayItemValue

func (*AlertInfoTimeSerie_FieldSubPath) WithIArrayOfValues

func (fps *AlertInfoTimeSerie_FieldSubPath) WithIArrayOfValues(values interface{}) AlertInfoTimeSerie_FieldPathArrayOfValues

func (*AlertInfoTimeSerie_FieldSubPath) WithIValue

func (fps *AlertInfoTimeSerie_FieldSubPath) WithIValue(value interface{}) AlertInfoTimeSerie_FieldPathValue

func (*AlertInfoTimeSerie_FieldSubPath) WithRawIArrayItemValue

func (fps *AlertInfoTimeSerie_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*AlertInfoTimeSerie_FieldSubPath) WithRawIArrayOfValues

func (fps *AlertInfoTimeSerie_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*AlertInfoTimeSerie_FieldSubPath) WithRawIValue

func (fps *AlertInfoTimeSerie_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type AlertInfoTimeSerie_FieldSubPathArrayItemValue

type AlertInfoTimeSerie_FieldSubPathArrayItemValue struct {
	AlertInfoTimeSerie_FieldPath
	// contains filtered or unexported fields
}

func (*AlertInfoTimeSerie_FieldSubPathArrayItemValue) AsMetricPathItemValue

func (*AlertInfoTimeSerie_FieldSubPathArrayItemValue) AsMonitoredResourcePathItemValue

func (*AlertInfoTimeSerie_FieldSubPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'TimeSerie'

func (*AlertInfoTimeSerie_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *AlertInfoTimeSerie_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type AlertInfoTimeSerie_FieldSubPathArrayOfValues

type AlertInfoTimeSerie_FieldSubPathArrayOfValues struct {
	AlertInfoTimeSerie_FieldPath
	// contains filtered or unexported fields
}

func (*AlertInfoTimeSerie_FieldSubPathArrayOfValues) AsMetricPathArrayOfValues

func (*AlertInfoTimeSerie_FieldSubPathArrayOfValues) AsMonitoredResourcePathArrayOfValues

func (*AlertInfoTimeSerie_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *AlertInfoTimeSerie_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type AlertInfoTimeSerie_FieldSubPathValue

type AlertInfoTimeSerie_FieldSubPathValue struct {
	AlertInfoTimeSerie_FieldPath
	// contains filtered or unexported fields
}

func (*AlertInfoTimeSerie_FieldSubPathValue) AsMetricPathValue

func (*AlertInfoTimeSerie_FieldSubPathValue) AsMonitoredResourcePathValue

func (fpvs *AlertInfoTimeSerie_FieldSubPathValue) AsMonitoredResourcePathValue() (common.MonitoredResource_FieldPathValue, bool)

func (*AlertInfoTimeSerie_FieldSubPathValue) CompareWith

func (fpvs *AlertInfoTimeSerie_FieldSubPathValue) CompareWith(source *Alert_Info_TimeSerie) (int, bool)

func (*AlertInfoTimeSerie_FieldSubPathValue) CompareWithRaw

func (fpvs *AlertInfoTimeSerie_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*AlertInfoTimeSerie_FieldSubPathValue) GetRawValue

func (fpvs *AlertInfoTimeSerie_FieldSubPathValue) GetRawValue() interface{}

func (*AlertInfoTimeSerie_FieldSubPathValue) SetTo

func (*AlertInfoTimeSerie_FieldSubPathValue) SetToRaw

func (fpvs *AlertInfoTimeSerie_FieldSubPathValue) SetToRaw(target proto.Message)

type AlertInfoTimeSerie_FieldTerminalPath

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

func (*AlertInfoTimeSerie_FieldTerminalPath) ClearValue

func (*AlertInfoTimeSerie_FieldTerminalPath) ClearValueRaw

func (fp *AlertInfoTimeSerie_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*AlertInfoTimeSerie_FieldTerminalPath) Get

func (fp *AlertInfoTimeSerie_FieldTerminalPath) Get(source *Alert_Info_TimeSerie) (values []interface{})

Get returns all values pointed by specific field from source Alert_Info_TimeSerie

func (*AlertInfoTimeSerie_FieldTerminalPath) GetDefault

func (fp *AlertInfoTimeSerie_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*AlertInfoTimeSerie_FieldTerminalPath) GetRaw

func (fp *AlertInfoTimeSerie_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*AlertInfoTimeSerie_FieldTerminalPath) GetSingle

func (fp *AlertInfoTimeSerie_FieldTerminalPath) GetSingle(source *Alert_Info_TimeSerie) (interface{}, bool)

GetSingle returns value pointed by specific field of from source Alert_Info_TimeSerie

func (*AlertInfoTimeSerie_FieldTerminalPath) GetSingleRaw

func (fp *AlertInfoTimeSerie_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*AlertInfoTimeSerie_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*AlertInfoTimeSerie_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*AlertInfoTimeSerie_FieldTerminalPath) Selector

func (*AlertInfoTimeSerie_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *AlertInfoTimeSerie_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*AlertInfoTimeSerie_FieldTerminalPath) String

String returns path representation in proto convention

func (*AlertInfoTimeSerie_FieldTerminalPath) WithIArrayItemValue

func (fp *AlertInfoTimeSerie_FieldTerminalPath) WithIArrayItemValue(value interface{}) AlertInfoTimeSerie_FieldPathArrayItemValue

func (*AlertInfoTimeSerie_FieldTerminalPath) WithIArrayOfValues

func (fp *AlertInfoTimeSerie_FieldTerminalPath) WithIArrayOfValues(values interface{}) AlertInfoTimeSerie_FieldPathArrayOfValues

func (*AlertInfoTimeSerie_FieldTerminalPath) WithIValue

func (*AlertInfoTimeSerie_FieldTerminalPath) WithRawIArrayItemValue

func (fp *AlertInfoTimeSerie_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*AlertInfoTimeSerie_FieldTerminalPath) WithRawIArrayOfValues

func (fp *AlertInfoTimeSerie_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*AlertInfoTimeSerie_FieldTerminalPath) WithRawIValue

func (fp *AlertInfoTimeSerie_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type AlertInfoTimeSerie_FieldTerminalPathArrayItemValue

type AlertInfoTimeSerie_FieldTerminalPathArrayItemValue struct {
	AlertInfoTimeSerie_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*AlertInfoTimeSerie_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'TimeSerie'

func (*AlertInfoTimeSerie_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *AlertInfoTimeSerie_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object Alert_Info_TimeSerie as interface{}

func (*AlertInfoTimeSerie_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *AlertInfoTimeSerie_FieldTerminalPathArrayItemValue) GetSingle(source *Alert_Info_TimeSerie) (interface{}, bool)

func (*AlertInfoTimeSerie_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *AlertInfoTimeSerie_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type AlertInfoTimeSerie_FieldTerminalPathArrayOfValues

type AlertInfoTimeSerie_FieldTerminalPathArrayOfValues struct {
	AlertInfoTimeSerie_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*AlertInfoTimeSerie_FieldTerminalPathArrayOfValues) AsKeyArrayOfValues

func (fpaov *AlertInfoTimeSerie_FieldTerminalPathArrayOfValues) AsKeyArrayOfValues() ([][]byte, bool)

func (*AlertInfoTimeSerie_FieldTerminalPathArrayOfValues) AsMetricArrayOfValues

func (fpaov *AlertInfoTimeSerie_FieldTerminalPathArrayOfValues) AsMetricArrayOfValues() ([]*common.Metric, bool)

func (*AlertInfoTimeSerie_FieldTerminalPathArrayOfValues) AsMonitoredResourceArrayOfValues

func (fpaov *AlertInfoTimeSerie_FieldTerminalPathArrayOfValues) AsMonitoredResourceArrayOfValues() ([]*common.MonitoredResource, bool)

func (*AlertInfoTimeSerie_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *AlertInfoTimeSerie_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type AlertInfoTimeSerie_FieldTerminalPathValue

type AlertInfoTimeSerie_FieldTerminalPathValue struct {
	AlertInfoTimeSerie_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*AlertInfoTimeSerie_FieldTerminalPathValue) AsKeyValue

func (fpv *AlertInfoTimeSerie_FieldTerminalPathValue) AsKeyValue() ([]byte, bool)

func (*AlertInfoTimeSerie_FieldTerminalPathValue) AsMetricValue

func (*AlertInfoTimeSerie_FieldTerminalPathValue) AsMonitoredResourceValue

func (fpv *AlertInfoTimeSerie_FieldTerminalPathValue) AsMonitoredResourceValue() (*common.MonitoredResource, bool)

func (*AlertInfoTimeSerie_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'AlertInfoTimeSerie_FieldTerminalPathValue' with the value under path in 'Alert_Info_TimeSerie'.

func (*AlertInfoTimeSerie_FieldTerminalPathValue) CompareWithRaw

func (fpv *AlertInfoTimeSerie_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*AlertInfoTimeSerie_FieldTerminalPathValue) GetRawValue

func (fpv *AlertInfoTimeSerie_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'TimeSerie' as interface{}

func (*AlertInfoTimeSerie_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object TimeSerie

func (*AlertInfoTimeSerie_FieldTerminalPathValue) SetToRaw

type AlertInfo_FieldPath

type AlertInfo_FieldPath interface {
	gotenobject.FieldPath
	Selector() AlertInfo_FieldPathSelector
	Get(source *Alert_Info) []interface{}
	GetSingle(source *Alert_Info) (interface{}, bool)
	ClearValue(item *Alert_Info)

	// Those methods build corresponding AlertInfo_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) AlertInfo_FieldPathValue
	WithIArrayOfValues(values interface{}) AlertInfo_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) AlertInfo_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func BuildAlertInfo_FieldPath

func BuildAlertInfo_FieldPath(fp gotenobject.RawFieldPath) (AlertInfo_FieldPath, error)

func MustParseAlertInfo_FieldPath

func MustParseAlertInfo_FieldPath(rawField string) AlertInfo_FieldPath

func ParseAlertInfo_FieldPath

func ParseAlertInfo_FieldPath(rawField string) (AlertInfo_FieldPath, error)

type AlertInfo_FieldPathArrayItemValue

type AlertInfo_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	AlertInfo_FieldPath
	ContainsValue(*Alert_Info) bool
}

AlertInfo_FieldPathArrayItemValue allows storing single item in Path-specific values for Info according to their type Present only for array (repeated) types.

func MustParseAlertInfo_FieldPathArrayItemValue

func MustParseAlertInfo_FieldPathArrayItemValue(pathStr, valueStr string) AlertInfo_FieldPathArrayItemValue

func ParseAlertInfo_FieldPathArrayItemValue

func ParseAlertInfo_FieldPathArrayItemValue(pathStr, valueStr string) (AlertInfo_FieldPathArrayItemValue, error)

ParseAlertInfo_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type AlertInfo_FieldPathArrayOfValues

type AlertInfo_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	AlertInfo_FieldPath
}

AlertInfo_FieldPathArrayOfValues allows storing slice of values for Info fields according to their type

func MustParseAlertInfo_FieldPathArrayOfValues

func MustParseAlertInfo_FieldPathArrayOfValues(pathStr, valuesStr string) AlertInfo_FieldPathArrayOfValues

func ParseAlertInfo_FieldPathArrayOfValues

func ParseAlertInfo_FieldPathArrayOfValues(pathStr, valuesStr string) (AlertInfo_FieldPathArrayOfValues, error)

type AlertInfo_FieldPathSelector

type AlertInfo_FieldPathSelector int32
const (
	AlertInfo_FieldPathSelectorTimeSerie      AlertInfo_FieldPathSelector = 0
	AlertInfo_FieldPathSelectorObservedValues AlertInfo_FieldPathSelector = 1
)

func (AlertInfo_FieldPathSelector) String

type AlertInfo_FieldPathValue

type AlertInfo_FieldPathValue interface {
	AlertInfo_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **Alert_Info)
	CompareWith(*Alert_Info) (cmp int, comparable bool)
}

AlertInfo_FieldPathValue allows storing values for Info fields according to their type

func MustParseAlertInfo_FieldPathValue

func MustParseAlertInfo_FieldPathValue(pathStr, valueStr string) AlertInfo_FieldPathValue

func ParseAlertInfo_FieldPathValue

func ParseAlertInfo_FieldPathValue(pathStr, valueStr string) (AlertInfo_FieldPathValue, error)

type AlertInfo_FieldSubPath

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

func (*AlertInfo_FieldSubPath) AsObservedValuesSubPath

func (fps *AlertInfo_FieldSubPath) AsObservedValuesSubPath() (AlertInfoObservedValues_FieldPath, bool)

func (*AlertInfo_FieldSubPath) AsTimeSerieSubPath

func (fps *AlertInfo_FieldSubPath) AsTimeSerieSubPath() (AlertInfoTimeSerie_FieldPath, bool)

func (*AlertInfo_FieldSubPath) ClearValue

func (fps *AlertInfo_FieldSubPath) ClearValue(item *Alert_Info)

func (*AlertInfo_FieldSubPath) ClearValueRaw

func (fps *AlertInfo_FieldSubPath) ClearValueRaw(item proto.Message)

func (*AlertInfo_FieldSubPath) Get

func (fps *AlertInfo_FieldSubPath) Get(source *Alert_Info) (values []interface{})

Get returns all values pointed by selected field from source Alert_Info

func (*AlertInfo_FieldSubPath) GetDefault

func (fps *AlertInfo_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*AlertInfo_FieldSubPath) GetRaw

func (fps *AlertInfo_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*AlertInfo_FieldSubPath) GetSingle

func (fps *AlertInfo_FieldSubPath) GetSingle(source *Alert_Info) (interface{}, bool)

GetSingle returns value of selected field from source Alert_Info

func (*AlertInfo_FieldSubPath) GetSingleRaw

func (fps *AlertInfo_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*AlertInfo_FieldSubPath) IsLeaf

func (fps *AlertInfo_FieldSubPath) IsLeaf() bool

IsLeaf - whether field path is holds simple value

func (*AlertInfo_FieldSubPath) JSONString

func (fps *AlertInfo_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*AlertInfo_FieldSubPath) Selector

func (*AlertInfo_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

func (fps *AlertInfo_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*AlertInfo_FieldSubPath) String

func (fps *AlertInfo_FieldSubPath) String() string

String returns path representation in proto convention

func (*AlertInfo_FieldSubPath) WithIArrayItemValue

func (fps *AlertInfo_FieldSubPath) WithIArrayItemValue(value interface{}) AlertInfo_FieldPathArrayItemValue

func (*AlertInfo_FieldSubPath) WithIArrayOfValues

func (fps *AlertInfo_FieldSubPath) WithIArrayOfValues(values interface{}) AlertInfo_FieldPathArrayOfValues

func (*AlertInfo_FieldSubPath) WithIValue

func (fps *AlertInfo_FieldSubPath) WithIValue(value interface{}) AlertInfo_FieldPathValue

func (*AlertInfo_FieldSubPath) WithRawIArrayItemValue

func (fps *AlertInfo_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*AlertInfo_FieldSubPath) WithRawIArrayOfValues

func (fps *AlertInfo_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*AlertInfo_FieldSubPath) WithRawIValue

func (fps *AlertInfo_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type AlertInfo_FieldSubPathArrayItemValue

type AlertInfo_FieldSubPathArrayItemValue struct {
	AlertInfo_FieldPath
	// contains filtered or unexported fields
}

func (*AlertInfo_FieldSubPathArrayItemValue) AsObservedValuesPathItemValue

func (*AlertInfo_FieldSubPathArrayItemValue) AsTimeSeriePathItemValue

func (*AlertInfo_FieldSubPathArrayItemValue) ContainsValue

func (fpaivs *AlertInfo_FieldSubPathArrayItemValue) ContainsValue(source *Alert_Info) bool

Contains returns a boolean indicating if value that is being held is present in given 'Info'

func (*AlertInfo_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *AlertInfo_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type AlertInfo_FieldSubPathArrayOfValues

type AlertInfo_FieldSubPathArrayOfValues struct {
	AlertInfo_FieldPath
	// contains filtered or unexported fields
}

func (*AlertInfo_FieldSubPathArrayOfValues) AsObservedValuesPathArrayOfValues

func (fpsaov *AlertInfo_FieldSubPathArrayOfValues) AsObservedValuesPathArrayOfValues() (AlertInfoObservedValues_FieldPathArrayOfValues, bool)

func (*AlertInfo_FieldSubPathArrayOfValues) AsTimeSeriePathArrayOfValues

func (*AlertInfo_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *AlertInfo_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type AlertInfo_FieldSubPathValue

type AlertInfo_FieldSubPathValue struct {
	AlertInfo_FieldPath
	// contains filtered or unexported fields
}

func (*AlertInfo_FieldSubPathValue) AsObservedValuesPathValue

func (fpvs *AlertInfo_FieldSubPathValue) AsObservedValuesPathValue() (AlertInfoObservedValues_FieldPathValue, bool)

func (*AlertInfo_FieldSubPathValue) AsTimeSeriePathValue

func (fpvs *AlertInfo_FieldSubPathValue) AsTimeSeriePathValue() (AlertInfoTimeSerie_FieldPathValue, bool)

func (*AlertInfo_FieldSubPathValue) CompareWith

func (fpvs *AlertInfo_FieldSubPathValue) CompareWith(source *Alert_Info) (int, bool)

func (*AlertInfo_FieldSubPathValue) CompareWithRaw

func (fpvs *AlertInfo_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*AlertInfo_FieldSubPathValue) GetRawValue

func (fpvs *AlertInfo_FieldSubPathValue) GetRawValue() interface{}

func (*AlertInfo_FieldSubPathValue) SetTo

func (fpvs *AlertInfo_FieldSubPathValue) SetTo(target **Alert_Info)

func (*AlertInfo_FieldSubPathValue) SetToRaw

func (fpvs *AlertInfo_FieldSubPathValue) SetToRaw(target proto.Message)

type AlertInfo_FieldTerminalPath

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

func (*AlertInfo_FieldTerminalPath) ClearValue

func (fp *AlertInfo_FieldTerminalPath) ClearValue(item *Alert_Info)

func (*AlertInfo_FieldTerminalPath) ClearValueRaw

func (fp *AlertInfo_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*AlertInfo_FieldTerminalPath) Get

func (fp *AlertInfo_FieldTerminalPath) Get(source *Alert_Info) (values []interface{})

Get returns all values pointed by specific field from source Alert_Info

func (*AlertInfo_FieldTerminalPath) GetDefault

func (fp *AlertInfo_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*AlertInfo_FieldTerminalPath) GetRaw

func (fp *AlertInfo_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*AlertInfo_FieldTerminalPath) GetSingle

func (fp *AlertInfo_FieldTerminalPath) GetSingle(source *Alert_Info) (interface{}, bool)

GetSingle returns value pointed by specific field of from source Alert_Info

func (*AlertInfo_FieldTerminalPath) GetSingleRaw

func (fp *AlertInfo_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*AlertInfo_FieldTerminalPath) IsLeaf

func (fp *AlertInfo_FieldTerminalPath) IsLeaf() bool

IsLeaf - whether field path is holds simple value

func (*AlertInfo_FieldTerminalPath) JSONString

func (fp *AlertInfo_FieldTerminalPath) JSONString() string

JSONString returns path representation is JSON convention

func (*AlertInfo_FieldTerminalPath) Selector

func (*AlertInfo_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *AlertInfo_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*AlertInfo_FieldTerminalPath) String

func (fp *AlertInfo_FieldTerminalPath) String() string

String returns path representation in proto convention

func (*AlertInfo_FieldTerminalPath) WithIArrayItemValue

func (fp *AlertInfo_FieldTerminalPath) WithIArrayItemValue(value interface{}) AlertInfo_FieldPathArrayItemValue

func (*AlertInfo_FieldTerminalPath) WithIArrayOfValues

func (fp *AlertInfo_FieldTerminalPath) WithIArrayOfValues(values interface{}) AlertInfo_FieldPathArrayOfValues

func (*AlertInfo_FieldTerminalPath) WithIValue

func (fp *AlertInfo_FieldTerminalPath) WithIValue(value interface{}) AlertInfo_FieldPathValue

func (*AlertInfo_FieldTerminalPath) WithRawIArrayItemValue

func (fp *AlertInfo_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*AlertInfo_FieldTerminalPath) WithRawIArrayOfValues

func (fp *AlertInfo_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*AlertInfo_FieldTerminalPath) WithRawIValue

func (fp *AlertInfo_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type AlertInfo_FieldTerminalPathArrayItemValue

type AlertInfo_FieldTerminalPathArrayItemValue struct {
	AlertInfo_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*AlertInfo_FieldTerminalPathArrayItemValue) ContainsValue

func (fpaiv *AlertInfo_FieldTerminalPathArrayItemValue) ContainsValue(source *Alert_Info) bool

Contains returns a boolean indicating if value that is being held is present in given 'Info'

func (*AlertInfo_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *AlertInfo_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object Alert_Info as interface{}

func (*AlertInfo_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *AlertInfo_FieldTerminalPathArrayItemValue) GetSingle(source *Alert_Info) (interface{}, bool)

func (*AlertInfo_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *AlertInfo_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type AlertInfo_FieldTerminalPathArrayOfValues

type AlertInfo_FieldTerminalPathArrayOfValues struct {
	AlertInfo_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*AlertInfo_FieldTerminalPathArrayOfValues) AsObservedValuesArrayOfValues

func (fpaov *AlertInfo_FieldTerminalPathArrayOfValues) AsObservedValuesArrayOfValues() ([]*Alert_Info_ObservedValues, bool)

func (*AlertInfo_FieldTerminalPathArrayOfValues) AsTimeSerieArrayOfValues

func (fpaov *AlertInfo_FieldTerminalPathArrayOfValues) AsTimeSerieArrayOfValues() ([]*Alert_Info_TimeSerie, bool)

func (*AlertInfo_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *AlertInfo_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type AlertInfo_FieldTerminalPathValue

type AlertInfo_FieldTerminalPathValue struct {
	AlertInfo_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*AlertInfo_FieldTerminalPathValue) AsObservedValuesValue

func (fpv *AlertInfo_FieldTerminalPathValue) AsObservedValuesValue() (*Alert_Info_ObservedValues, bool)

func (*AlertInfo_FieldTerminalPathValue) AsTimeSerieValue

func (fpv *AlertInfo_FieldTerminalPathValue) AsTimeSerieValue() (*Alert_Info_TimeSerie, bool)

func (*AlertInfo_FieldTerminalPathValue) CompareWith

func (fpv *AlertInfo_FieldTerminalPathValue) CompareWith(source *Alert_Info) (int, bool)

CompareWith compares value in the 'AlertInfo_FieldTerminalPathValue' with the value under path in 'Alert_Info'.

func (*AlertInfo_FieldTerminalPathValue) CompareWithRaw

func (fpv *AlertInfo_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*AlertInfo_FieldTerminalPathValue) GetRawValue

func (fpv *AlertInfo_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'Info' as interface{}

func (*AlertInfo_FieldTerminalPathValue) SetTo

func (fpv *AlertInfo_FieldTerminalPathValue) SetTo(target **Alert_Info)

SetTo stores value for selected field for object Info

func (*AlertInfo_FieldTerminalPathValue) SetToRaw

func (fpv *AlertInfo_FieldTerminalPathValue) SetToRaw(target proto.Message)

type AlertList

type AlertList []*Alert

func (AlertList) Append

func (AlertList) AppendList

func (AlertList) At

func (l AlertList) At(idx int) gotenresource.Resource

func (AlertList) Length

func (l AlertList) Length() int

func (AlertList) Set

func (l AlertList) Set(idx int, res gotenresource.Resource)

func (AlertList) Slice

func (l AlertList) Slice(first, second int) gotenresource.ResourceList

type AlertMap

type AlertMap map[Name]*Alert

func (AlertMap) Delete

func (m AlertMap) Delete(name gotenresource.Name)

func (AlertMap) ForEach

func (m AlertMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool)

func (AlertMap) Get

func (AlertMap) Length

func (m AlertMap) Length() int

func (AlertMap) Set

func (m AlertMap) Set(res gotenresource.Resource)

type AlertMapPathSelectorInfoObservedValuesPerMetric

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

func (AlertMapPathSelectorInfoObservedValuesPerMetric) FieldPath

func (AlertMapPathSelectorInfoObservedValuesPerMetric) WithArrayOfValues

func (AlertMapPathSelectorInfoObservedValuesPerMetric) WithValue

type AlertMapPathSelectorInfoTimeSerieMetricLabels

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

func (AlertMapPathSelectorInfoTimeSerieMetricLabels) FieldPath

func (AlertMapPathSelectorInfoTimeSerieMetricLabels) WithArrayOfValues

func (AlertMapPathSelectorInfoTimeSerieMetricLabels) WithValue

type AlertMapPathSelectorInfoTimeSerieMonitoredResourceLabels

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

func (AlertMapPathSelectorInfoTimeSerieMonitoredResourceLabels) FieldPath

func (AlertMapPathSelectorInfoTimeSerieMonitoredResourceLabels) WithArrayOfValues

func (AlertMapPathSelectorInfoTimeSerieMonitoredResourceLabels) WithValue

type AlertMapPathSelectorMetadataAnnotations

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

func (AlertMapPathSelectorMetadataAnnotations) FieldPath

func (AlertMapPathSelectorMetadataAnnotations) WithArrayOfValues

func (AlertMapPathSelectorMetadataAnnotations) WithValue

type AlertMapPathSelectorMetadataLabels

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

func (AlertMapPathSelectorMetadataLabels) FieldPath

func (AlertMapPathSelectorMetadataLabels) WithArrayOfValues

func (AlertMapPathSelectorMetadataLabels) WithValue

type AlertMapPathSelectorMetadataShards

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

func (AlertMapPathSelectorMetadataShards) FieldPath

func (AlertMapPathSelectorMetadataShards) WithArrayOfValues

func (AlertMapPathSelectorMetadataShards) WithValue

type AlertNameList

type AlertNameList []*Name

func (AlertNameList) Append

func (AlertNameList) AppendList

func (AlertNameList) At

func (l AlertNameList) At(idx int) gotenresource.Name

func (AlertNameList) Length

func (l AlertNameList) Length() int

func (AlertNameList) Set

func (l AlertNameList) Set(idx int, name gotenresource.Name)

func (AlertNameList) Slice

func (l AlertNameList) Slice(first, second int) gotenresource.NameList

type AlertParentNameList

type AlertParentNameList []*ParentName

func (AlertParentNameList) Append

func (AlertParentNameList) AppendList

func (AlertParentNameList) At

func (AlertParentNameList) Length

func (l AlertParentNameList) Length() int

func (AlertParentNameList) Set

func (l AlertParentNameList) Set(idx int, name gotenresource.Name)

func (AlertParentNameList) Slice

func (l AlertParentNameList) Slice(first, second int) gotenresource.ParentNameList

type AlertParentReferenceList

type AlertParentReferenceList []*ParentReference

func (AlertParentReferenceList) Append

func (AlertParentReferenceList) At

func (AlertParentReferenceList) Length

func (l AlertParentReferenceList) Length() int

func (AlertParentReferenceList) Set

func (AlertParentReferenceList) Slice

type AlertPathSelectorDisplayName

type AlertPathSelectorDisplayName struct{}

func (AlertPathSelectorDisplayName) FieldPath

func (AlertPathSelectorDisplayName) WithArrayOfValues

func (AlertPathSelectorDisplayName) WithValue

type AlertPathSelectorInfo

type AlertPathSelectorInfo struct{}

func (AlertPathSelectorInfo) FieldPath

func (AlertPathSelectorInfo) ObservedValues

func (AlertPathSelectorInfo) TimeSerie

func (AlertPathSelectorInfo) WithArrayOfValues

func (AlertPathSelectorInfo) WithSubArrayItemValue

func (s AlertPathSelectorInfo) WithSubArrayItemValue(subPathArrayItemValue AlertInfo_FieldPathArrayItemValue) *Alert_FieldSubPathArrayItemValue

func (AlertPathSelectorInfo) WithSubArrayOfValues

func (s AlertPathSelectorInfo) WithSubArrayOfValues(subPathArrayOfValues AlertInfo_FieldPathArrayOfValues) *Alert_FieldSubPathArrayOfValues

func (AlertPathSelectorInfo) WithSubPath

func (AlertPathSelectorInfo) WithSubValue

func (AlertPathSelectorInfo) WithValue

type AlertPathSelectorInfoObservedValues

type AlertPathSelectorInfoObservedValues struct{}

func (AlertPathSelectorInfoObservedValues) ExampleValue

func (AlertPathSelectorInfoObservedValues) FieldPath

func (AlertPathSelectorInfoObservedValues) PerMetric

func (AlertPathSelectorInfoObservedValues) WithArrayOfValues

func (AlertPathSelectorInfoObservedValues) WithValue

type AlertPathSelectorInfoObservedValuesExampleValue

type AlertPathSelectorInfoObservedValuesExampleValue struct{}

func (AlertPathSelectorInfoObservedValuesExampleValue) FieldPath

func (AlertPathSelectorInfoObservedValuesExampleValue) WithArrayOfValues

func (AlertPathSelectorInfoObservedValuesExampleValue) WithValue

type AlertPathSelectorInfoObservedValuesPerMetric

type AlertPathSelectorInfoObservedValuesPerMetric struct{}

func (AlertPathSelectorInfoObservedValuesPerMetric) FieldPath

func (AlertPathSelectorInfoObservedValuesPerMetric) WithArrayOfValues

func (AlertPathSelectorInfoObservedValuesPerMetric) WithKey

func (AlertPathSelectorInfoObservedValuesPerMetric) WithValue

type AlertPathSelectorInfoTimeSerie

type AlertPathSelectorInfoTimeSerie struct{}

func (AlertPathSelectorInfoTimeSerie) FieldPath

func (AlertPathSelectorInfoTimeSerie) Key

func (AlertPathSelectorInfoTimeSerie) Metric

func (AlertPathSelectorInfoTimeSerie) MonitoredResource

func (AlertPathSelectorInfoTimeSerie) WithArrayOfValues

func (AlertPathSelectorInfoTimeSerie) WithValue

type AlertPathSelectorInfoTimeSerieKey

type AlertPathSelectorInfoTimeSerieKey struct{}

func (AlertPathSelectorInfoTimeSerieKey) FieldPath

func (AlertPathSelectorInfoTimeSerieKey) WithArrayOfValues

func (AlertPathSelectorInfoTimeSerieKey) WithValue

type AlertPathSelectorInfoTimeSerieMetric

type AlertPathSelectorInfoTimeSerieMetric struct{}

func (AlertPathSelectorInfoTimeSerieMetric) FieldPath

func (AlertPathSelectorInfoTimeSerieMetric) Labels

func (AlertPathSelectorInfoTimeSerieMetric) ReducedLabels

func (AlertPathSelectorInfoTimeSerieMetric) Type

func (AlertPathSelectorInfoTimeSerieMetric) WithArrayOfValues

func (AlertPathSelectorInfoTimeSerieMetric) WithValue

type AlertPathSelectorInfoTimeSerieMetricLabels

type AlertPathSelectorInfoTimeSerieMetricLabels struct{}

func (AlertPathSelectorInfoTimeSerieMetricLabels) FieldPath

func (AlertPathSelectorInfoTimeSerieMetricLabels) WithArrayOfValues

func (AlertPathSelectorInfoTimeSerieMetricLabels) WithKey

func (AlertPathSelectorInfoTimeSerieMetricLabels) WithValue

type AlertPathSelectorInfoTimeSerieMetricReducedLabels

type AlertPathSelectorInfoTimeSerieMetricReducedLabels struct{}

func (AlertPathSelectorInfoTimeSerieMetricReducedLabels) FieldPath

func (AlertPathSelectorInfoTimeSerieMetricReducedLabels) WithArrayOfValues

func (AlertPathSelectorInfoTimeSerieMetricReducedLabels) WithItemValue

func (AlertPathSelectorInfoTimeSerieMetricReducedLabels) WithValue

type AlertPathSelectorInfoTimeSerieMetricType

type AlertPathSelectorInfoTimeSerieMetricType struct{}

func (AlertPathSelectorInfoTimeSerieMetricType) FieldPath

func (AlertPathSelectorInfoTimeSerieMetricType) WithArrayOfValues

func (AlertPathSelectorInfoTimeSerieMetricType) WithValue

type AlertPathSelectorInfoTimeSerieMonitoredResource

type AlertPathSelectorInfoTimeSerieMonitoredResource struct{}

func (AlertPathSelectorInfoTimeSerieMonitoredResource) FieldPath

func (AlertPathSelectorInfoTimeSerieMonitoredResource) Labels

func (AlertPathSelectorInfoTimeSerieMonitoredResource) ReducedLabels

func (AlertPathSelectorInfoTimeSerieMonitoredResource) Type

func (AlertPathSelectorInfoTimeSerieMonitoredResource) WithArrayOfValues

func (AlertPathSelectorInfoTimeSerieMonitoredResource) WithValue

type AlertPathSelectorInfoTimeSerieMonitoredResourceLabels

type AlertPathSelectorInfoTimeSerieMonitoredResourceLabels struct{}

func (AlertPathSelectorInfoTimeSerieMonitoredResourceLabels) FieldPath

func (AlertPathSelectorInfoTimeSerieMonitoredResourceLabels) WithArrayOfValues

func (AlertPathSelectorInfoTimeSerieMonitoredResourceLabels) WithKey

func (AlertPathSelectorInfoTimeSerieMonitoredResourceLabels) WithValue

type AlertPathSelectorInfoTimeSerieMonitoredResourceReducedLabels

type AlertPathSelectorInfoTimeSerieMonitoredResourceReducedLabels struct{}

func (AlertPathSelectorInfoTimeSerieMonitoredResourceReducedLabels) FieldPath

func (AlertPathSelectorInfoTimeSerieMonitoredResourceReducedLabels) WithArrayOfValues

func (AlertPathSelectorInfoTimeSerieMonitoredResourceReducedLabels) WithItemValue

func (AlertPathSelectorInfoTimeSerieMonitoredResourceReducedLabels) WithValue

type AlertPathSelectorInfoTimeSerieMonitoredResourceType

type AlertPathSelectorInfoTimeSerieMonitoredResourceType struct{}

func (AlertPathSelectorInfoTimeSerieMonitoredResourceType) FieldPath

func (AlertPathSelectorInfoTimeSerieMonitoredResourceType) WithArrayOfValues

func (AlertPathSelectorInfoTimeSerieMonitoredResourceType) WithValue

type AlertPathSelectorMetadata

type AlertPathSelectorMetadata struct{}

func (AlertPathSelectorMetadata) Annotations

func (AlertPathSelectorMetadata) CreateTime

func (AlertPathSelectorMetadata) DeleteTime added in v0.8.0

func (AlertPathSelectorMetadata) FieldPath

func (AlertPathSelectorMetadata) Generation

func (AlertPathSelectorMetadata) Labels

func (AlertPathSelectorMetadata) Lifecycle added in v0.8.0

func (AlertPathSelectorMetadata) OwnerReferences

func (AlertPathSelectorMetadata) ResourceVersion

func (AlertPathSelectorMetadata) Services added in v1.0.21

func (AlertPathSelectorMetadata) Shards

func (AlertPathSelectorMetadata) Syncing

func (AlertPathSelectorMetadata) Tags

func (AlertPathSelectorMetadata) UpdateTime

func (AlertPathSelectorMetadata) Uuid

func (AlertPathSelectorMetadata) WithArrayOfValues

func (AlertPathSelectorMetadata) WithSubArrayItemValue

func (s AlertPathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue meta.Meta_FieldPathArrayItemValue) *Alert_FieldSubPathArrayItemValue

func (AlertPathSelectorMetadata) WithSubArrayOfValues

func (s AlertPathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues meta.Meta_FieldPathArrayOfValues) *Alert_FieldSubPathArrayOfValues

func (AlertPathSelectorMetadata) WithSubPath

func (AlertPathSelectorMetadata) WithSubValue

func (AlertPathSelectorMetadata) WithValue

type AlertPathSelectorMetadataAnnotations

type AlertPathSelectorMetadataAnnotations struct{}

func (AlertPathSelectorMetadataAnnotations) FieldPath

func (AlertPathSelectorMetadataAnnotations) WithArrayOfValues

func (AlertPathSelectorMetadataAnnotations) WithKey

func (AlertPathSelectorMetadataAnnotations) WithValue

type AlertPathSelectorMetadataCreateTime

type AlertPathSelectorMetadataCreateTime struct{}

func (AlertPathSelectorMetadataCreateTime) FieldPath

func (AlertPathSelectorMetadataCreateTime) WithArrayOfValues

func (AlertPathSelectorMetadataCreateTime) WithValue

type AlertPathSelectorMetadataDeleteTime added in v0.8.0

type AlertPathSelectorMetadataDeleteTime struct{}

func (AlertPathSelectorMetadataDeleteTime) FieldPath added in v0.8.0

func (AlertPathSelectorMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (AlertPathSelectorMetadataDeleteTime) WithValue added in v0.8.0

type AlertPathSelectorMetadataGeneration

type AlertPathSelectorMetadataGeneration struct{}

func (AlertPathSelectorMetadataGeneration) FieldPath

func (AlertPathSelectorMetadataGeneration) WithArrayOfValues

func (AlertPathSelectorMetadataGeneration) WithValue

type AlertPathSelectorMetadataLabels

type AlertPathSelectorMetadataLabels struct{}

func (AlertPathSelectorMetadataLabels) FieldPath

func (AlertPathSelectorMetadataLabels) WithArrayOfValues

func (AlertPathSelectorMetadataLabels) WithKey

func (AlertPathSelectorMetadataLabels) WithValue

type AlertPathSelectorMetadataLifecycle added in v0.8.0

type AlertPathSelectorMetadataLifecycle struct{}

func (AlertPathSelectorMetadataLifecycle) BlockDeletion added in v0.8.0

func (AlertPathSelectorMetadataLifecycle) FieldPath added in v0.8.0

func (AlertPathSelectorMetadataLifecycle) State added in v0.8.0

func (AlertPathSelectorMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (AlertPathSelectorMetadataLifecycle) WithValue added in v0.8.0

type AlertPathSelectorMetadataLifecycleBlockDeletion added in v0.8.0

type AlertPathSelectorMetadataLifecycleBlockDeletion struct{}

func (AlertPathSelectorMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (AlertPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (AlertPathSelectorMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type AlertPathSelectorMetadataLifecycleState added in v0.8.0

type AlertPathSelectorMetadataLifecycleState struct{}

func (AlertPathSelectorMetadataLifecycleState) FieldPath added in v0.8.0

func (AlertPathSelectorMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (AlertPathSelectorMetadataLifecycleState) WithValue added in v0.8.0

type AlertPathSelectorMetadataOwnerReferences

type AlertPathSelectorMetadataOwnerReferences struct{}

func (AlertPathSelectorMetadataOwnerReferences) Controller

func (AlertPathSelectorMetadataOwnerReferences) FieldPath

func (AlertPathSelectorMetadataOwnerReferences) Kind

func (AlertPathSelectorMetadataOwnerReferences) Name

func (AlertPathSelectorMetadataOwnerReferences) Region added in v0.8.0

func (AlertPathSelectorMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (AlertPathSelectorMetadataOwnerReferences) Version added in v0.8.0

func (AlertPathSelectorMetadataOwnerReferences) WithArrayOfValues

func (AlertPathSelectorMetadataOwnerReferences) WithItemValue

func (AlertPathSelectorMetadataOwnerReferences) WithValue

type AlertPathSelectorMetadataOwnerReferencesController

type AlertPathSelectorMetadataOwnerReferencesController struct{}

func (AlertPathSelectorMetadataOwnerReferencesController) FieldPath

func (AlertPathSelectorMetadataOwnerReferencesController) WithArrayOfValues

func (AlertPathSelectorMetadataOwnerReferencesController) WithValue

type AlertPathSelectorMetadataOwnerReferencesKind

type AlertPathSelectorMetadataOwnerReferencesKind struct{}

func (AlertPathSelectorMetadataOwnerReferencesKind) FieldPath

func (AlertPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues

func (AlertPathSelectorMetadataOwnerReferencesKind) WithValue

type AlertPathSelectorMetadataOwnerReferencesName

type AlertPathSelectorMetadataOwnerReferencesName struct{}

func (AlertPathSelectorMetadataOwnerReferencesName) FieldPath

func (AlertPathSelectorMetadataOwnerReferencesName) WithArrayOfValues

func (AlertPathSelectorMetadataOwnerReferencesName) WithValue

type AlertPathSelectorMetadataOwnerReferencesRegion added in v0.8.0

type AlertPathSelectorMetadataOwnerReferencesRegion struct{}

func (AlertPathSelectorMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (AlertPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (AlertPathSelectorMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type AlertPathSelectorMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type AlertPathSelectorMetadataOwnerReferencesRequiresOwnerReference struct{}

func (AlertPathSelectorMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (AlertPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (AlertPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type AlertPathSelectorMetadataOwnerReferencesVersion added in v0.8.0

type AlertPathSelectorMetadataOwnerReferencesVersion struct{}

func (AlertPathSelectorMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (AlertPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (AlertPathSelectorMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type AlertPathSelectorMetadataResourceVersion

type AlertPathSelectorMetadataResourceVersion struct{}

func (AlertPathSelectorMetadataResourceVersion) FieldPath

func (AlertPathSelectorMetadataResourceVersion) WithArrayOfValues

func (AlertPathSelectorMetadataResourceVersion) WithValue

type AlertPathSelectorMetadataServices added in v1.0.21

type AlertPathSelectorMetadataServices struct{}

func (AlertPathSelectorMetadataServices) AllowedServices added in v1.0.21

func (AlertPathSelectorMetadataServices) FieldPath added in v1.0.21

func (AlertPathSelectorMetadataServices) OwningService added in v1.0.21

func (AlertPathSelectorMetadataServices) WithArrayOfValues added in v1.0.21

func (AlertPathSelectorMetadataServices) WithValue added in v1.0.21

type AlertPathSelectorMetadataServicesAllowedServices added in v1.0.21

type AlertPathSelectorMetadataServicesAllowedServices struct{}

func (AlertPathSelectorMetadataServicesAllowedServices) FieldPath added in v1.0.21

func (AlertPathSelectorMetadataServicesAllowedServices) WithArrayOfValues added in v1.0.21

func (AlertPathSelectorMetadataServicesAllowedServices) WithItemValue added in v1.0.21

func (AlertPathSelectorMetadataServicesAllowedServices) WithValue added in v1.0.21

type AlertPathSelectorMetadataServicesOwningService added in v1.0.21

type AlertPathSelectorMetadataServicesOwningService struct{}

func (AlertPathSelectorMetadataServicesOwningService) FieldPath added in v1.0.21

func (AlertPathSelectorMetadataServicesOwningService) WithArrayOfValues added in v1.0.21

func (AlertPathSelectorMetadataServicesOwningService) WithValue added in v1.0.21

type AlertPathSelectorMetadataShards

type AlertPathSelectorMetadataShards struct{}

func (AlertPathSelectorMetadataShards) FieldPath

func (AlertPathSelectorMetadataShards) WithArrayOfValues

func (AlertPathSelectorMetadataShards) WithKey

func (AlertPathSelectorMetadataShards) WithValue

type AlertPathSelectorMetadataSyncing

type AlertPathSelectorMetadataSyncing struct{}

func (AlertPathSelectorMetadataSyncing) FieldPath

func (AlertPathSelectorMetadataSyncing) OwningRegion

func (AlertPathSelectorMetadataSyncing) Regions

func (AlertPathSelectorMetadataSyncing) WithArrayOfValues

func (AlertPathSelectorMetadataSyncing) WithValue

type AlertPathSelectorMetadataSyncingOwningRegion

type AlertPathSelectorMetadataSyncingOwningRegion struct{}

func (AlertPathSelectorMetadataSyncingOwningRegion) FieldPath

func (AlertPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues

func (AlertPathSelectorMetadataSyncingOwningRegion) WithValue

type AlertPathSelectorMetadataSyncingRegions

type AlertPathSelectorMetadataSyncingRegions struct{}

func (AlertPathSelectorMetadataSyncingRegions) FieldPath

func (AlertPathSelectorMetadataSyncingRegions) WithArrayOfValues

func (AlertPathSelectorMetadataSyncingRegions) WithItemValue

func (AlertPathSelectorMetadataSyncingRegions) WithValue

type AlertPathSelectorMetadataTags

type AlertPathSelectorMetadataTags struct{}

func (AlertPathSelectorMetadataTags) FieldPath

func (AlertPathSelectorMetadataTags) WithArrayOfValues

func (s AlertPathSelectorMetadataTags) WithArrayOfValues(values [][]string) *Alert_FieldSubPathArrayOfValues

func (AlertPathSelectorMetadataTags) WithItemValue

func (AlertPathSelectorMetadataTags) WithValue

type AlertPathSelectorMetadataUpdateTime

type AlertPathSelectorMetadataUpdateTime struct{}

func (AlertPathSelectorMetadataUpdateTime) FieldPath

func (AlertPathSelectorMetadataUpdateTime) WithArrayOfValues

func (AlertPathSelectorMetadataUpdateTime) WithValue

type AlertPathSelectorMetadataUuid

type AlertPathSelectorMetadataUuid struct{}

func (AlertPathSelectorMetadataUuid) FieldPath

func (AlertPathSelectorMetadataUuid) WithArrayOfValues

func (AlertPathSelectorMetadataUuid) WithValue

type AlertPathSelectorName

type AlertPathSelectorName struct{}

func (AlertPathSelectorName) FieldPath

func (AlertPathSelectorName) WithArrayOfValues

func (s AlertPathSelectorName) WithArrayOfValues(values []*Name) *Alert_FieldTerminalPathArrayOfValues

func (AlertPathSelectorName) WithValue

type AlertPathSelectorState

type AlertPathSelectorState struct{}

func (AlertPathSelectorState) FieldPath

func (AlertPathSelectorState) IsAcknowledged

func (AlertPathSelectorState) IsFiring

func (AlertPathSelectorState) IsSilenced

func (AlertPathSelectorState) LifecycleCompleted added in v0.10.12

func (AlertPathSelectorState) Lifetime

func (AlertPathSelectorState) NeedsNotification added in v0.10.10

func (AlertPathSelectorState) NotificationCreated added in v0.10.10

func (AlertPathSelectorState) WithArrayOfValues

func (AlertPathSelectorState) WithSubArrayItemValue

func (s AlertPathSelectorState) WithSubArrayItemValue(subPathArrayItemValue AlertState_FieldPathArrayItemValue) *Alert_FieldSubPathArrayItemValue

func (AlertPathSelectorState) WithSubArrayOfValues

func (AlertPathSelectorState) WithSubPath

func (AlertPathSelectorState) WithSubValue

func (AlertPathSelectorState) WithValue

type AlertPathSelectorStateIsAcknowledged

type AlertPathSelectorStateIsAcknowledged struct{}

func (AlertPathSelectorStateIsAcknowledged) FieldPath

func (AlertPathSelectorStateIsAcknowledged) WithArrayOfValues

func (AlertPathSelectorStateIsAcknowledged) WithValue

type AlertPathSelectorStateIsFiring

type AlertPathSelectorStateIsFiring struct{}

func (AlertPathSelectorStateIsFiring) FieldPath

func (AlertPathSelectorStateIsFiring) WithArrayOfValues

func (AlertPathSelectorStateIsFiring) WithValue

type AlertPathSelectorStateIsSilenced

type AlertPathSelectorStateIsSilenced struct{}

func (AlertPathSelectorStateIsSilenced) FieldPath

func (AlertPathSelectorStateIsSilenced) WithArrayOfValues

func (AlertPathSelectorStateIsSilenced) WithValue

type AlertPathSelectorStateLifecycleCompleted added in v0.10.12

type AlertPathSelectorStateLifecycleCompleted struct{}

func (AlertPathSelectorStateLifecycleCompleted) FieldPath added in v0.10.12

func (AlertPathSelectorStateLifecycleCompleted) WithArrayOfValues added in v0.10.12

func (AlertPathSelectorStateLifecycleCompleted) WithValue added in v0.10.12

type AlertPathSelectorStateLifetime

type AlertPathSelectorStateLifetime struct{}

func (AlertPathSelectorStateLifetime) EndTime

func (AlertPathSelectorStateLifetime) FieldPath

func (AlertPathSelectorStateLifetime) StartTime

func (AlertPathSelectorStateLifetime) WithArrayOfValues

func (AlertPathSelectorStateLifetime) WithValue

type AlertPathSelectorStateLifetimeEndTime

type AlertPathSelectorStateLifetimeEndTime struct{}

func (AlertPathSelectorStateLifetimeEndTime) FieldPath

func (AlertPathSelectorStateLifetimeEndTime) WithArrayOfValues

func (AlertPathSelectorStateLifetimeEndTime) WithValue

type AlertPathSelectorStateLifetimeStartTime

type AlertPathSelectorStateLifetimeStartTime struct{}

func (AlertPathSelectorStateLifetimeStartTime) FieldPath

func (AlertPathSelectorStateLifetimeStartTime) WithArrayOfValues

func (AlertPathSelectorStateLifetimeStartTime) WithValue

type AlertPathSelectorStateNeedsNotification added in v0.10.10

type AlertPathSelectorStateNeedsNotification struct{}

func (AlertPathSelectorStateNeedsNotification) FieldPath added in v0.10.10

func (AlertPathSelectorStateNeedsNotification) WithArrayOfValues added in v0.10.10

func (AlertPathSelectorStateNeedsNotification) WithValue added in v0.10.10

type AlertPathSelectorStateNotificationCreated added in v0.10.10

type AlertPathSelectorStateNotificationCreated struct{}

func (AlertPathSelectorStateNotificationCreated) FieldPath added in v0.10.10

func (AlertPathSelectorStateNotificationCreated) WithArrayOfValues added in v0.10.10

func (AlertPathSelectorStateNotificationCreated) WithValue added in v0.10.10

type AlertReferenceList

type AlertReferenceList []*Reference

func (AlertReferenceList) Append

func (AlertReferenceList) AppendList

func (AlertReferenceList) At

func (AlertReferenceList) Length

func (l AlertReferenceList) Length() int

func (AlertReferenceList) Set

func (AlertReferenceList) Slice

func (l AlertReferenceList) Slice(first, second int) gotenresource.ReferenceList

type AlertStateCombineThresholdFieldPathBuilder

type AlertStateCombineThresholdFieldPathBuilder struct{}

func NewAlertStateCombineThresholdFieldPathBuilder

func NewAlertStateCombineThresholdFieldPathBuilder() AlertStateCombineThresholdFieldPathBuilder

type AlertStateCombineThresholdPerMetricFieldPathBuilder

type AlertStateCombineThresholdPerMetricFieldPathBuilder struct{}

func (AlertStateCombineThresholdPerMetricFieldPathBuilder) ObservedValues

type AlertStateCombineThresholdPerMetric_FieldPath

type AlertStateCombineThresholdPerMetric_FieldPath interface {
	gotenobject.FieldPath
	Selector() AlertStateCombineThresholdPerMetric_FieldPathSelector
	Get(source *Alert_State_CombineThreshold_PerMetric) []interface{}
	GetSingle(source *Alert_State_CombineThreshold_PerMetric) (interface{}, bool)
	ClearValue(item *Alert_State_CombineThreshold_PerMetric)

	// Those methods build corresponding AlertStateCombineThresholdPerMetric_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) AlertStateCombineThresholdPerMetric_FieldPathValue
	WithIArrayOfValues(values interface{}) AlertStateCombineThresholdPerMetric_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) AlertStateCombineThresholdPerMetric_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseAlertStateCombineThresholdPerMetric_FieldPath

func MustParseAlertStateCombineThresholdPerMetric_FieldPath(rawField string) AlertStateCombineThresholdPerMetric_FieldPath

func ParseAlertStateCombineThresholdPerMetric_FieldPath

func ParseAlertStateCombineThresholdPerMetric_FieldPath(rawField string) (AlertStateCombineThresholdPerMetric_FieldPath, error)

type AlertStateCombineThresholdPerMetric_FieldPathArrayItemValue

type AlertStateCombineThresholdPerMetric_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	AlertStateCombineThresholdPerMetric_FieldPath
	ContainsValue(*Alert_State_CombineThreshold_PerMetric) bool
}

AlertStateCombineThresholdPerMetric_FieldPathArrayItemValue allows storing single item in Path-specific values for PerMetric according to their type Present only for array (repeated) types.

func MustParseAlertStateCombineThresholdPerMetric_FieldPathArrayItemValue

func MustParseAlertStateCombineThresholdPerMetric_FieldPathArrayItemValue(pathStr, valueStr string) AlertStateCombineThresholdPerMetric_FieldPathArrayItemValue

func ParseAlertStateCombineThresholdPerMetric_FieldPathArrayItemValue

func ParseAlertStateCombineThresholdPerMetric_FieldPathArrayItemValue(pathStr, valueStr string) (AlertStateCombineThresholdPerMetric_FieldPathArrayItemValue, error)

ParseAlertStateCombineThresholdPerMetric_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type AlertStateCombineThresholdPerMetric_FieldPathArrayOfValues

type AlertStateCombineThresholdPerMetric_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	AlertStateCombineThresholdPerMetric_FieldPath
}

AlertStateCombineThresholdPerMetric_FieldPathArrayOfValues allows storing slice of values for PerMetric fields according to their type

func MustParseAlertStateCombineThresholdPerMetric_FieldPathArrayOfValues

func MustParseAlertStateCombineThresholdPerMetric_FieldPathArrayOfValues(pathStr, valuesStr string) AlertStateCombineThresholdPerMetric_FieldPathArrayOfValues

func ParseAlertStateCombineThresholdPerMetric_FieldPathArrayOfValues

func ParseAlertStateCombineThresholdPerMetric_FieldPathArrayOfValues(pathStr, valuesStr string) (AlertStateCombineThresholdPerMetric_FieldPathArrayOfValues, error)

type AlertStateCombineThresholdPerMetric_FieldPathMap

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

FieldPath for map type with additional Key information

func (*AlertStateCombineThresholdPerMetric_FieldPathMap) ClearValue

func (*AlertStateCombineThresholdPerMetric_FieldPathMap) ClearValueRaw

func (*AlertStateCombineThresholdPerMetric_FieldPathMap) Get

Get returns all values pointed by selected field map key from source Alert_State_CombineThreshold_PerMetric

func (*AlertStateCombineThresholdPerMetric_FieldPathMap) GetDefault

func (fpm *AlertStateCombineThresholdPerMetric_FieldPathMap) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*AlertStateCombineThresholdPerMetric_FieldPathMap) GetRaw

func (fpm *AlertStateCombineThresholdPerMetric_FieldPathMap) GetRaw(source proto.Message) []interface{}

func (*AlertStateCombineThresholdPerMetric_FieldPathMap) GetSingle

GetSingle returns value by selected field map key from source Alert_State_CombineThreshold_PerMetric

func (*AlertStateCombineThresholdPerMetric_FieldPathMap) GetSingleRaw

func (fpm *AlertStateCombineThresholdPerMetric_FieldPathMap) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*AlertStateCombineThresholdPerMetric_FieldPathMap) IsLeaf

IsLeaf - whether field path is holds simple value

func (*AlertStateCombineThresholdPerMetric_FieldPathMap) JSONString

JSONString returns path representation is JSON convention. Note that map keys are not transformed

func (*AlertStateCombineThresholdPerMetric_FieldPathMap) Key

func (*AlertStateCombineThresholdPerMetric_FieldPathMap) Selector

func (*AlertStateCombineThresholdPerMetric_FieldPathMap) SplitIntoTerminalIPaths added in v0.8.0

func (*AlertStateCombineThresholdPerMetric_FieldPathMap) String

String returns path representation in proto convention

func (*AlertStateCombineThresholdPerMetric_FieldPathMap) WithIArrayItemValue

func (*AlertStateCombineThresholdPerMetric_FieldPathMap) WithIArrayOfValues

func (*AlertStateCombineThresholdPerMetric_FieldPathMap) WithIValue

func (*AlertStateCombineThresholdPerMetric_FieldPathMap) WithRawIArrayItemValue

func (fpm *AlertStateCombineThresholdPerMetric_FieldPathMap) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*AlertStateCombineThresholdPerMetric_FieldPathMap) WithRawIArrayOfValues

func (fpm *AlertStateCombineThresholdPerMetric_FieldPathMap) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*AlertStateCombineThresholdPerMetric_FieldPathMap) WithRawIValue

func (fpm *AlertStateCombineThresholdPerMetric_FieldPathMap) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type AlertStateCombineThresholdPerMetric_FieldPathMapArrayOfValues

type AlertStateCombineThresholdPerMetric_FieldPathMapArrayOfValues struct {
	AlertStateCombineThresholdPerMetric_FieldPathMap
	// contains filtered or unexported fields
}

func (*AlertStateCombineThresholdPerMetric_FieldPathMapArrayOfValues) AsObservedValuesArrayOfElementValues

func (fpmaov *AlertStateCombineThresholdPerMetric_FieldPathMapArrayOfValues) AsObservedValuesArrayOfElementValues() ([]float64, bool)

func (*AlertStateCombineThresholdPerMetric_FieldPathMapArrayOfValues) GetRawValues

func (fpmaov *AlertStateCombineThresholdPerMetric_FieldPathMapArrayOfValues) GetRawValues() (values []interface{})

type AlertStateCombineThresholdPerMetric_FieldPathMapValue

type AlertStateCombineThresholdPerMetric_FieldPathMapValue struct {
	AlertStateCombineThresholdPerMetric_FieldPathMap
	// contains filtered or unexported fields
}

func (*AlertStateCombineThresholdPerMetric_FieldPathMapValue) AsObservedValuesElementValue

func (fpmv *AlertStateCombineThresholdPerMetric_FieldPathMapValue) AsObservedValuesElementValue() (float64, bool)

func (*AlertStateCombineThresholdPerMetric_FieldPathMapValue) CompareWith

CompareWith compares value in the 'AlertStateCombineThresholdPerMetric_FieldPathMapValue' with the value under path in 'Alert_State_CombineThreshold_PerMetric'.

func (*AlertStateCombineThresholdPerMetric_FieldPathMapValue) CompareWithRaw

func (*AlertStateCombineThresholdPerMetric_FieldPathMapValue) GetRawValue

func (fpmv *AlertStateCombineThresholdPerMetric_FieldPathMapValue) GetRawValue() interface{}

GetValue returns value stored under selected field in PerMetric as interface{}

func (*AlertStateCombineThresholdPerMetric_FieldPathMapValue) SetTo

SetTo stores value for selected field in PerMetric

func (*AlertStateCombineThresholdPerMetric_FieldPathMapValue) SetToRaw

type AlertStateCombineThresholdPerMetric_FieldPathSelector

type AlertStateCombineThresholdPerMetric_FieldPathSelector int32
const (
	AlertStateCombineThresholdPerMetric_FieldPathSelectorObservedValues AlertStateCombineThresholdPerMetric_FieldPathSelector = 0
)

func (AlertStateCombineThresholdPerMetric_FieldPathSelector) String

type AlertStateCombineThresholdPerMetric_FieldPathValue

type AlertStateCombineThresholdPerMetric_FieldPathValue interface {
	AlertStateCombineThresholdPerMetric_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **Alert_State_CombineThreshold_PerMetric)
	CompareWith(*Alert_State_CombineThreshold_PerMetric) (cmp int, comparable bool)
}

AlertStateCombineThresholdPerMetric_FieldPathValue allows storing values for PerMetric fields according to their type

func MustParseAlertStateCombineThresholdPerMetric_FieldPathValue

func MustParseAlertStateCombineThresholdPerMetric_FieldPathValue(pathStr, valueStr string) AlertStateCombineThresholdPerMetric_FieldPathValue

func ParseAlertStateCombineThresholdPerMetric_FieldPathValue

func ParseAlertStateCombineThresholdPerMetric_FieldPathValue(pathStr, valueStr string) (AlertStateCombineThresholdPerMetric_FieldPathValue, error)

type AlertStateCombineThresholdPerMetric_FieldTerminalPath

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

func (*AlertStateCombineThresholdPerMetric_FieldTerminalPath) ClearValue

func (*AlertStateCombineThresholdPerMetric_FieldTerminalPath) ClearValueRaw

func (*AlertStateCombineThresholdPerMetric_FieldTerminalPath) Get

Get returns all values pointed by specific field from source Alert_State_CombineThreshold_PerMetric

func (*AlertStateCombineThresholdPerMetric_FieldTerminalPath) GetDefault

func (fp *AlertStateCombineThresholdPerMetric_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*AlertStateCombineThresholdPerMetric_FieldTerminalPath) GetRaw

func (fp *AlertStateCombineThresholdPerMetric_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*AlertStateCombineThresholdPerMetric_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source Alert_State_CombineThreshold_PerMetric

func (*AlertStateCombineThresholdPerMetric_FieldTerminalPath) GetSingleRaw

func (fp *AlertStateCombineThresholdPerMetric_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*AlertStateCombineThresholdPerMetric_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*AlertStateCombineThresholdPerMetric_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*AlertStateCombineThresholdPerMetric_FieldTerminalPath) Selector

func (*AlertStateCombineThresholdPerMetric_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*AlertStateCombineThresholdPerMetric_FieldTerminalPath) String

String returns path representation in proto convention

func (*AlertStateCombineThresholdPerMetric_FieldTerminalPath) WithIArrayItemValue

func (*AlertStateCombineThresholdPerMetric_FieldTerminalPath) WithIArrayOfValues

func (*AlertStateCombineThresholdPerMetric_FieldTerminalPath) WithIValue

func (*AlertStateCombineThresholdPerMetric_FieldTerminalPath) WithRawIArrayItemValue

func (*AlertStateCombineThresholdPerMetric_FieldTerminalPath) WithRawIArrayOfValues

func (*AlertStateCombineThresholdPerMetric_FieldTerminalPath) WithRawIValue

type AlertStateCombineThresholdPerMetric_FieldTerminalPathArrayItemValue

type AlertStateCombineThresholdPerMetric_FieldTerminalPathArrayItemValue struct {
	AlertStateCombineThresholdPerMetric_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*AlertStateCombineThresholdPerMetric_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'PerMetric'

func (*AlertStateCombineThresholdPerMetric_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *AlertStateCombineThresholdPerMetric_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object Alert_State_CombineThreshold_PerMetric as interface{}

func (*AlertStateCombineThresholdPerMetric_FieldTerminalPathArrayItemValue) GetSingle

func (*AlertStateCombineThresholdPerMetric_FieldTerminalPathArrayItemValue) GetSingleRaw

type AlertStateCombineThresholdPerMetric_FieldTerminalPathArrayOfValues

type AlertStateCombineThresholdPerMetric_FieldTerminalPathArrayOfValues struct {
	AlertStateCombineThresholdPerMetric_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*AlertStateCombineThresholdPerMetric_FieldTerminalPathArrayOfValues) AsObservedValuesArrayOfValues

func (fpaov *AlertStateCombineThresholdPerMetric_FieldTerminalPathArrayOfValues) AsObservedValuesArrayOfValues() ([]map[string]float64, bool)

func (*AlertStateCombineThresholdPerMetric_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *AlertStateCombineThresholdPerMetric_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type AlertStateCombineThresholdPerMetric_FieldTerminalPathValue

type AlertStateCombineThresholdPerMetric_FieldTerminalPathValue struct {
	AlertStateCombineThresholdPerMetric_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*AlertStateCombineThresholdPerMetric_FieldTerminalPathValue) AsObservedValuesValue

func (*AlertStateCombineThresholdPerMetric_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'AlertStateCombineThresholdPerMetric_FieldTerminalPathValue' with the value under path in 'Alert_State_CombineThreshold_PerMetric'.

func (*AlertStateCombineThresholdPerMetric_FieldTerminalPathValue) CompareWithRaw

func (*AlertStateCombineThresholdPerMetric_FieldTerminalPathValue) GetRawValue

func (fpv *AlertStateCombineThresholdPerMetric_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'PerMetric' as interface{}

func (*AlertStateCombineThresholdPerMetric_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object PerMetric

func (*AlertStateCombineThresholdPerMetric_FieldTerminalPathValue) SetToRaw

type AlertStateCombineThreshold_FieldPath

type AlertStateCombineThreshold_FieldPath interface {
	gotenobject.FieldPath
	Selector() AlertStateCombineThreshold_FieldPathSelector
	Get(source *Alert_State_CombineThreshold) []interface{}
	GetSingle(source *Alert_State_CombineThreshold) (interface{}, bool)
	ClearValue(item *Alert_State_CombineThreshold)

	// Those methods build corresponding AlertStateCombineThreshold_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) AlertStateCombineThreshold_FieldPathValue
	WithIArrayOfValues(values interface{}) AlertStateCombineThreshold_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) AlertStateCombineThreshold_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseAlertStateCombineThreshold_FieldPath

func MustParseAlertStateCombineThreshold_FieldPath(rawField string) AlertStateCombineThreshold_FieldPath

func ParseAlertStateCombineThreshold_FieldPath

func ParseAlertStateCombineThreshold_FieldPath(rawField string) (AlertStateCombineThreshold_FieldPath, error)

type AlertStateCombineThreshold_FieldPathArrayItemValue

type AlertStateCombineThreshold_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	AlertStateCombineThreshold_FieldPath
	ContainsValue(*Alert_State_CombineThreshold) bool
}

AlertStateCombineThreshold_FieldPathArrayItemValue allows storing single item in Path-specific values for CombineThreshold according to their type Present only for array (repeated) types.

func MustParseAlertStateCombineThreshold_FieldPathArrayItemValue

func MustParseAlertStateCombineThreshold_FieldPathArrayItemValue(pathStr, valueStr string) AlertStateCombineThreshold_FieldPathArrayItemValue

func ParseAlertStateCombineThreshold_FieldPathArrayItemValue

func ParseAlertStateCombineThreshold_FieldPathArrayItemValue(pathStr, valueStr string) (AlertStateCombineThreshold_FieldPathArrayItemValue, error)

ParseAlertStateCombineThreshold_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type AlertStateCombineThreshold_FieldPathArrayOfValues

type AlertStateCombineThreshold_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	AlertStateCombineThreshold_FieldPath
}

AlertStateCombineThreshold_FieldPathArrayOfValues allows storing slice of values for CombineThreshold fields according to their type

func MustParseAlertStateCombineThreshold_FieldPathArrayOfValues

func MustParseAlertStateCombineThreshold_FieldPathArrayOfValues(pathStr, valuesStr string) AlertStateCombineThreshold_FieldPathArrayOfValues

func ParseAlertStateCombineThreshold_FieldPathArrayOfValues

func ParseAlertStateCombineThreshold_FieldPathArrayOfValues(pathStr, valuesStr string) (AlertStateCombineThreshold_FieldPathArrayOfValues, error)

type AlertStateCombineThreshold_FieldPathSelector

type AlertStateCombineThreshold_FieldPathSelector int32

func (AlertStateCombineThreshold_FieldPathSelector) String

type AlertStateCombineThreshold_FieldPathValue

type AlertStateCombineThreshold_FieldPathValue interface {
	AlertStateCombineThreshold_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **Alert_State_CombineThreshold)
	CompareWith(*Alert_State_CombineThreshold) (cmp int, comparable bool)
}

AlertStateCombineThreshold_FieldPathValue allows storing values for CombineThreshold fields according to their type

func MustParseAlertStateCombineThreshold_FieldPathValue

func MustParseAlertStateCombineThreshold_FieldPathValue(pathStr, valueStr string) AlertStateCombineThreshold_FieldPathValue

func ParseAlertStateCombineThreshold_FieldPathValue

func ParseAlertStateCombineThreshold_FieldPathValue(pathStr, valueStr string) (AlertStateCombineThreshold_FieldPathValue, error)

type AlertStateCombineThreshold_FieldTerminalPath

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

func (*AlertStateCombineThreshold_FieldTerminalPath) ClearValue

func (*AlertStateCombineThreshold_FieldTerminalPath) ClearValueRaw

func (*AlertStateCombineThreshold_FieldTerminalPath) Get

func (fp *AlertStateCombineThreshold_FieldTerminalPath) Get(source *Alert_State_CombineThreshold) (values []interface{})

Get returns all values pointed by specific field from source Alert_State_CombineThreshold

func (*AlertStateCombineThreshold_FieldTerminalPath) GetDefault

func (fp *AlertStateCombineThreshold_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*AlertStateCombineThreshold_FieldTerminalPath) GetRaw

func (fp *AlertStateCombineThreshold_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*AlertStateCombineThreshold_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source Alert_State_CombineThreshold

func (*AlertStateCombineThreshold_FieldTerminalPath) GetSingleRaw

func (fp *AlertStateCombineThreshold_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*AlertStateCombineThreshold_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*AlertStateCombineThreshold_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*AlertStateCombineThreshold_FieldTerminalPath) Selector

func (*AlertStateCombineThreshold_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *AlertStateCombineThreshold_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*AlertStateCombineThreshold_FieldTerminalPath) String

String returns path representation in proto convention

func (*AlertStateCombineThreshold_FieldTerminalPath) WithIArrayItemValue

func (*AlertStateCombineThreshold_FieldTerminalPath) WithIArrayOfValues

func (*AlertStateCombineThreshold_FieldTerminalPath) WithIValue

func (*AlertStateCombineThreshold_FieldTerminalPath) WithRawIArrayItemValue

func (fp *AlertStateCombineThreshold_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*AlertStateCombineThreshold_FieldTerminalPath) WithRawIArrayOfValues

func (fp *AlertStateCombineThreshold_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*AlertStateCombineThreshold_FieldTerminalPath) WithRawIValue

func (fp *AlertStateCombineThreshold_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type AlertStateCombineThreshold_FieldTerminalPathArrayItemValue

type AlertStateCombineThreshold_FieldTerminalPathArrayItemValue struct {
	AlertStateCombineThreshold_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*AlertStateCombineThreshold_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'CombineThreshold'

func (*AlertStateCombineThreshold_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *AlertStateCombineThreshold_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object Alert_State_CombineThreshold as interface{}

func (*AlertStateCombineThreshold_FieldTerminalPathArrayItemValue) GetSingle

func (*AlertStateCombineThreshold_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *AlertStateCombineThreshold_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type AlertStateCombineThreshold_FieldTerminalPathArrayOfValues

type AlertStateCombineThreshold_FieldTerminalPathArrayOfValues struct {
	AlertStateCombineThreshold_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*AlertStateCombineThreshold_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *AlertStateCombineThreshold_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type AlertStateCombineThreshold_FieldTerminalPathValue

type AlertStateCombineThreshold_FieldTerminalPathValue struct {
	AlertStateCombineThreshold_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*AlertStateCombineThreshold_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'AlertStateCombineThreshold_FieldTerminalPathValue' with the value under path in 'Alert_State_CombineThreshold'.

func (*AlertStateCombineThreshold_FieldTerminalPathValue) CompareWithRaw

func (*AlertStateCombineThreshold_FieldTerminalPathValue) GetRawValue

func (fpv *AlertStateCombineThreshold_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'CombineThreshold' as interface{}

func (*AlertStateCombineThreshold_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CombineThreshold

func (*AlertStateCombineThreshold_FieldTerminalPathValue) SetToRaw

type AlertStateFieldPathBuilder

type AlertStateFieldPathBuilder struct{}

func NewAlertStateFieldPathBuilder

func NewAlertStateFieldPathBuilder() AlertStateFieldPathBuilder

func (AlertStateFieldPathBuilder) IsAcknowledged

func (AlertStateFieldPathBuilder) IsFiring

func (AlertStateFieldPathBuilder) IsSilenced

func (AlertStateFieldPathBuilder) LifecycleCompleted added in v0.10.12

func (AlertStateFieldPathBuilder) Lifetime

func (AlertStateFieldPathBuilder) NeedsNotification added in v0.10.10

func (AlertStateFieldPathBuilder) NotificationCreated added in v0.10.10

type AlertStateThresholdFieldPathBuilder

type AlertStateThresholdFieldPathBuilder struct{}

func NewAlertStateThresholdFieldPathBuilder

func NewAlertStateThresholdFieldPathBuilder() AlertStateThresholdFieldPathBuilder

func (AlertStateThresholdFieldPathBuilder) ObservedValue

type AlertStateThreshold_FieldPath

type AlertStateThreshold_FieldPath interface {
	gotenobject.FieldPath
	Selector() AlertStateThreshold_FieldPathSelector
	Get(source *Alert_State_Threshold) []interface{}
	GetSingle(source *Alert_State_Threshold) (interface{}, bool)
	ClearValue(item *Alert_State_Threshold)

	// Those methods build corresponding AlertStateThreshold_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) AlertStateThreshold_FieldPathValue
	WithIArrayOfValues(values interface{}) AlertStateThreshold_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) AlertStateThreshold_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseAlertStateThreshold_FieldPath

func MustParseAlertStateThreshold_FieldPath(rawField string) AlertStateThreshold_FieldPath

func ParseAlertStateThreshold_FieldPath

func ParseAlertStateThreshold_FieldPath(rawField string) (AlertStateThreshold_FieldPath, error)

type AlertStateThreshold_FieldPathArrayItemValue

type AlertStateThreshold_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	AlertStateThreshold_FieldPath
	ContainsValue(*Alert_State_Threshold) bool
}

AlertStateThreshold_FieldPathArrayItemValue allows storing single item in Path-specific values for Threshold according to their type Present only for array (repeated) types.

func MustParseAlertStateThreshold_FieldPathArrayItemValue

func MustParseAlertStateThreshold_FieldPathArrayItemValue(pathStr, valueStr string) AlertStateThreshold_FieldPathArrayItemValue

func ParseAlertStateThreshold_FieldPathArrayItemValue

func ParseAlertStateThreshold_FieldPathArrayItemValue(pathStr, valueStr string) (AlertStateThreshold_FieldPathArrayItemValue, error)

ParseAlertStateThreshold_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type AlertStateThreshold_FieldPathArrayOfValues

type AlertStateThreshold_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	AlertStateThreshold_FieldPath
}

AlertStateThreshold_FieldPathArrayOfValues allows storing slice of values for Threshold fields according to their type

func MustParseAlertStateThreshold_FieldPathArrayOfValues

func MustParseAlertStateThreshold_FieldPathArrayOfValues(pathStr, valuesStr string) AlertStateThreshold_FieldPathArrayOfValues

func ParseAlertStateThreshold_FieldPathArrayOfValues

func ParseAlertStateThreshold_FieldPathArrayOfValues(pathStr, valuesStr string) (AlertStateThreshold_FieldPathArrayOfValues, error)

type AlertStateThreshold_FieldPathSelector

type AlertStateThreshold_FieldPathSelector int32
const (
	AlertStateThreshold_FieldPathSelectorObservedValue AlertStateThreshold_FieldPathSelector = 0
)

func (AlertStateThreshold_FieldPathSelector) String

type AlertStateThreshold_FieldPathValue

type AlertStateThreshold_FieldPathValue interface {
	AlertStateThreshold_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **Alert_State_Threshold)
	CompareWith(*Alert_State_Threshold) (cmp int, comparable bool)
}

AlertStateThreshold_FieldPathValue allows storing values for Threshold fields according to their type

func MustParseAlertStateThreshold_FieldPathValue

func MustParseAlertStateThreshold_FieldPathValue(pathStr, valueStr string) AlertStateThreshold_FieldPathValue

func ParseAlertStateThreshold_FieldPathValue

func ParseAlertStateThreshold_FieldPathValue(pathStr, valueStr string) (AlertStateThreshold_FieldPathValue, error)

type AlertStateThreshold_FieldTerminalPath

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

func (*AlertStateThreshold_FieldTerminalPath) ClearValue

func (*AlertStateThreshold_FieldTerminalPath) ClearValueRaw

func (fp *AlertStateThreshold_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*AlertStateThreshold_FieldTerminalPath) Get

func (fp *AlertStateThreshold_FieldTerminalPath) Get(source *Alert_State_Threshold) (values []interface{})

Get returns all values pointed by specific field from source Alert_State_Threshold

func (*AlertStateThreshold_FieldTerminalPath) GetDefault

func (fp *AlertStateThreshold_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*AlertStateThreshold_FieldTerminalPath) GetRaw

func (fp *AlertStateThreshold_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*AlertStateThreshold_FieldTerminalPath) GetSingle

func (fp *AlertStateThreshold_FieldTerminalPath) GetSingle(source *Alert_State_Threshold) (interface{}, bool)

GetSingle returns value pointed by specific field of from source Alert_State_Threshold

func (*AlertStateThreshold_FieldTerminalPath) GetSingleRaw

func (fp *AlertStateThreshold_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*AlertStateThreshold_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*AlertStateThreshold_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*AlertStateThreshold_FieldTerminalPath) Selector

func (*AlertStateThreshold_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *AlertStateThreshold_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*AlertStateThreshold_FieldTerminalPath) String

String returns path representation in proto convention

func (*AlertStateThreshold_FieldTerminalPath) WithIArrayItemValue

func (*AlertStateThreshold_FieldTerminalPath) WithIArrayOfValues

func (fp *AlertStateThreshold_FieldTerminalPath) WithIArrayOfValues(values interface{}) AlertStateThreshold_FieldPathArrayOfValues

func (*AlertStateThreshold_FieldTerminalPath) WithIValue

func (*AlertStateThreshold_FieldTerminalPath) WithRawIArrayItemValue

func (fp *AlertStateThreshold_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*AlertStateThreshold_FieldTerminalPath) WithRawIArrayOfValues

func (fp *AlertStateThreshold_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*AlertStateThreshold_FieldTerminalPath) WithRawIValue

func (fp *AlertStateThreshold_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type AlertStateThreshold_FieldTerminalPathArrayItemValue

type AlertStateThreshold_FieldTerminalPathArrayItemValue struct {
	AlertStateThreshold_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*AlertStateThreshold_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'Threshold'

func (*AlertStateThreshold_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *AlertStateThreshold_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object Alert_State_Threshold as interface{}

func (*AlertStateThreshold_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *AlertStateThreshold_FieldTerminalPathArrayItemValue) GetSingle(source *Alert_State_Threshold) (interface{}, bool)

func (*AlertStateThreshold_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *AlertStateThreshold_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type AlertStateThreshold_FieldTerminalPathArrayOfValues

type AlertStateThreshold_FieldTerminalPathArrayOfValues struct {
	AlertStateThreshold_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*AlertStateThreshold_FieldTerminalPathArrayOfValues) AsObservedValueArrayOfValues

func (fpaov *AlertStateThreshold_FieldTerminalPathArrayOfValues) AsObservedValueArrayOfValues() ([]float64, bool)

func (*AlertStateThreshold_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *AlertStateThreshold_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type AlertStateThreshold_FieldTerminalPathValue

type AlertStateThreshold_FieldTerminalPathValue struct {
	AlertStateThreshold_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*AlertStateThreshold_FieldTerminalPathValue) AsObservedValueValue

func (fpv *AlertStateThreshold_FieldTerminalPathValue) AsObservedValueValue() (float64, bool)

func (*AlertStateThreshold_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'AlertStateThreshold_FieldTerminalPathValue' with the value under path in 'Alert_State_Threshold'.

func (*AlertStateThreshold_FieldTerminalPathValue) CompareWithRaw

func (fpv *AlertStateThreshold_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*AlertStateThreshold_FieldTerminalPathValue) GetRawValue

func (fpv *AlertStateThreshold_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'Threshold' as interface{}

func (*AlertStateThreshold_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object Threshold

func (*AlertStateThreshold_FieldTerminalPathValue) SetToRaw

type AlertState_FieldPath

type AlertState_FieldPath interface {
	gotenobject.FieldPath
	Selector() AlertState_FieldPathSelector
	Get(source *Alert_State) []interface{}
	GetSingle(source *Alert_State) (interface{}, bool)
	ClearValue(item *Alert_State)

	// Those methods build corresponding AlertState_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) AlertState_FieldPathValue
	WithIArrayOfValues(values interface{}) AlertState_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) AlertState_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func BuildAlertState_FieldPath

func BuildAlertState_FieldPath(fp gotenobject.RawFieldPath) (AlertState_FieldPath, error)

func MustParseAlertState_FieldPath

func MustParseAlertState_FieldPath(rawField string) AlertState_FieldPath

func ParseAlertState_FieldPath

func ParseAlertState_FieldPath(rawField string) (AlertState_FieldPath, error)

type AlertState_FieldPathArrayItemValue

type AlertState_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	AlertState_FieldPath
	ContainsValue(*Alert_State) bool
}

AlertState_FieldPathArrayItemValue allows storing single item in Path-specific values for State according to their type Present only for array (repeated) types.

func MustParseAlertState_FieldPathArrayItemValue

func MustParseAlertState_FieldPathArrayItemValue(pathStr, valueStr string) AlertState_FieldPathArrayItemValue

func ParseAlertState_FieldPathArrayItemValue

func ParseAlertState_FieldPathArrayItemValue(pathStr, valueStr string) (AlertState_FieldPathArrayItemValue, error)

ParseAlertState_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type AlertState_FieldPathArrayOfValues

type AlertState_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	AlertState_FieldPath
}

AlertState_FieldPathArrayOfValues allows storing slice of values for State fields according to their type

func MustParseAlertState_FieldPathArrayOfValues

func MustParseAlertState_FieldPathArrayOfValues(pathStr, valuesStr string) AlertState_FieldPathArrayOfValues

func ParseAlertState_FieldPathArrayOfValues

func ParseAlertState_FieldPathArrayOfValues(pathStr, valuesStr string) (AlertState_FieldPathArrayOfValues, error)

type AlertState_FieldPathSelector

type AlertState_FieldPathSelector int32
const (
	AlertState_FieldPathSelectorIsFiring            AlertState_FieldPathSelector = 0
	AlertState_FieldPathSelectorIsAcknowledged      AlertState_FieldPathSelector = 1
	AlertState_FieldPathSelectorIsSilenced          AlertState_FieldPathSelector = 2
	AlertState_FieldPathSelectorLifetime            AlertState_FieldPathSelector = 3
	AlertState_FieldPathSelectorNeedsNotification   AlertState_FieldPathSelector = 4
	AlertState_FieldPathSelectorNotificationCreated AlertState_FieldPathSelector = 5
	AlertState_FieldPathSelectorLifecycleCompleted  AlertState_FieldPathSelector = 6
)

func (AlertState_FieldPathSelector) String

type AlertState_FieldPathValue

type AlertState_FieldPathValue interface {
	AlertState_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **Alert_State)
	CompareWith(*Alert_State) (cmp int, comparable bool)
}

AlertState_FieldPathValue allows storing values for State fields according to their type

func MustParseAlertState_FieldPathValue

func MustParseAlertState_FieldPathValue(pathStr, valueStr string) AlertState_FieldPathValue

func ParseAlertState_FieldPathValue

func ParseAlertState_FieldPathValue(pathStr, valueStr string) (AlertState_FieldPathValue, error)

type AlertState_FieldSubPath

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

func (*AlertState_FieldSubPath) AsLifetimeSubPath

func (fps *AlertState_FieldSubPath) AsLifetimeSubPath() (common.TimeRange_FieldPath, bool)

func (*AlertState_FieldSubPath) ClearValue

func (fps *AlertState_FieldSubPath) ClearValue(item *Alert_State)

func (*AlertState_FieldSubPath) ClearValueRaw

func (fps *AlertState_FieldSubPath) ClearValueRaw(item proto.Message)

func (*AlertState_FieldSubPath) Get

func (fps *AlertState_FieldSubPath) Get(source *Alert_State) (values []interface{})

Get returns all values pointed by selected field from source Alert_State

func (*AlertState_FieldSubPath) GetDefault

func (fps *AlertState_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*AlertState_FieldSubPath) GetRaw

func (fps *AlertState_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*AlertState_FieldSubPath) GetSingle

func (fps *AlertState_FieldSubPath) GetSingle(source *Alert_State) (interface{}, bool)

GetSingle returns value of selected field from source Alert_State

func (*AlertState_FieldSubPath) GetSingleRaw

func (fps *AlertState_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*AlertState_FieldSubPath) IsLeaf

func (fps *AlertState_FieldSubPath) IsLeaf() bool

IsLeaf - whether field path is holds simple value

func (*AlertState_FieldSubPath) JSONString

func (fps *AlertState_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*AlertState_FieldSubPath) Selector

func (*AlertState_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

func (fps *AlertState_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*AlertState_FieldSubPath) String

func (fps *AlertState_FieldSubPath) String() string

String returns path representation in proto convention

func (*AlertState_FieldSubPath) WithIArrayItemValue

func (fps *AlertState_FieldSubPath) WithIArrayItemValue(value interface{}) AlertState_FieldPathArrayItemValue

func (*AlertState_FieldSubPath) WithIArrayOfValues

func (fps *AlertState_FieldSubPath) WithIArrayOfValues(values interface{}) AlertState_FieldPathArrayOfValues

func (*AlertState_FieldSubPath) WithIValue

func (fps *AlertState_FieldSubPath) WithIValue(value interface{}) AlertState_FieldPathValue

func (*AlertState_FieldSubPath) WithRawIArrayItemValue

func (fps *AlertState_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*AlertState_FieldSubPath) WithRawIArrayOfValues

func (fps *AlertState_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*AlertState_FieldSubPath) WithRawIValue

func (fps *AlertState_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type AlertState_FieldSubPathArrayItemValue

type AlertState_FieldSubPathArrayItemValue struct {
	AlertState_FieldPath
	// contains filtered or unexported fields
}

func (*AlertState_FieldSubPathArrayItemValue) AsLifetimePathItemValue

func (*AlertState_FieldSubPathArrayItemValue) ContainsValue

func (fpaivs *AlertState_FieldSubPathArrayItemValue) ContainsValue(source *Alert_State) bool

Contains returns a boolean indicating if value that is being held is present in given 'State'

func (*AlertState_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *AlertState_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type AlertState_FieldSubPathArrayOfValues

type AlertState_FieldSubPathArrayOfValues struct {
	AlertState_FieldPath
	// contains filtered or unexported fields
}

func (*AlertState_FieldSubPathArrayOfValues) AsLifetimePathArrayOfValues

func (fpsaov *AlertState_FieldSubPathArrayOfValues) AsLifetimePathArrayOfValues() (common.TimeRange_FieldPathArrayOfValues, bool)

func (*AlertState_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *AlertState_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type AlertState_FieldSubPathValue

type AlertState_FieldSubPathValue struct {
	AlertState_FieldPath
	// contains filtered or unexported fields
}

func (*AlertState_FieldSubPathValue) AsLifetimePathValue

func (fpvs *AlertState_FieldSubPathValue) AsLifetimePathValue() (common.TimeRange_FieldPathValue, bool)

func (*AlertState_FieldSubPathValue) CompareWith

func (fpvs *AlertState_FieldSubPathValue) CompareWith(source *Alert_State) (int, bool)

func (*AlertState_FieldSubPathValue) CompareWithRaw

func (fpvs *AlertState_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*AlertState_FieldSubPathValue) GetRawValue

func (fpvs *AlertState_FieldSubPathValue) GetRawValue() interface{}

func (*AlertState_FieldSubPathValue) SetTo

func (fpvs *AlertState_FieldSubPathValue) SetTo(target **Alert_State)

func (*AlertState_FieldSubPathValue) SetToRaw

func (fpvs *AlertState_FieldSubPathValue) SetToRaw(target proto.Message)

type AlertState_FieldTerminalPath

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

func (*AlertState_FieldTerminalPath) ClearValue

func (fp *AlertState_FieldTerminalPath) ClearValue(item *Alert_State)

func (*AlertState_FieldTerminalPath) ClearValueRaw

func (fp *AlertState_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*AlertState_FieldTerminalPath) Get

func (fp *AlertState_FieldTerminalPath) Get(source *Alert_State) (values []interface{})

Get returns all values pointed by specific field from source Alert_State

func (*AlertState_FieldTerminalPath) GetDefault

func (fp *AlertState_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*AlertState_FieldTerminalPath) GetRaw

func (fp *AlertState_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*AlertState_FieldTerminalPath) GetSingle

func (fp *AlertState_FieldTerminalPath) GetSingle(source *Alert_State) (interface{}, bool)

GetSingle returns value pointed by specific field of from source Alert_State

func (*AlertState_FieldTerminalPath) GetSingleRaw

func (fp *AlertState_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*AlertState_FieldTerminalPath) IsLeaf

func (fp *AlertState_FieldTerminalPath) IsLeaf() bool

IsLeaf - whether field path is holds simple value

func (*AlertState_FieldTerminalPath) JSONString

func (fp *AlertState_FieldTerminalPath) JSONString() string

JSONString returns path representation is JSON convention

func (*AlertState_FieldTerminalPath) Selector

func (*AlertState_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *AlertState_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*AlertState_FieldTerminalPath) String

func (fp *AlertState_FieldTerminalPath) String() string

String returns path representation in proto convention

func (*AlertState_FieldTerminalPath) WithIArrayItemValue

func (fp *AlertState_FieldTerminalPath) WithIArrayItemValue(value interface{}) AlertState_FieldPathArrayItemValue

func (*AlertState_FieldTerminalPath) WithIArrayOfValues

func (fp *AlertState_FieldTerminalPath) WithIArrayOfValues(values interface{}) AlertState_FieldPathArrayOfValues

func (*AlertState_FieldTerminalPath) WithIValue

func (fp *AlertState_FieldTerminalPath) WithIValue(value interface{}) AlertState_FieldPathValue

func (*AlertState_FieldTerminalPath) WithRawIArrayItemValue

func (fp *AlertState_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*AlertState_FieldTerminalPath) WithRawIArrayOfValues

func (fp *AlertState_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*AlertState_FieldTerminalPath) WithRawIValue

func (fp *AlertState_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type AlertState_FieldTerminalPathArrayItemValue

type AlertState_FieldTerminalPathArrayItemValue struct {
	AlertState_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*AlertState_FieldTerminalPathArrayItemValue) ContainsValue

func (fpaiv *AlertState_FieldTerminalPathArrayItemValue) ContainsValue(source *Alert_State) bool

Contains returns a boolean indicating if value that is being held is present in given 'State'

func (*AlertState_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *AlertState_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object Alert_State as interface{}

func (*AlertState_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *AlertState_FieldTerminalPathArrayItemValue) GetSingle(source *Alert_State) (interface{}, bool)

func (*AlertState_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *AlertState_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type AlertState_FieldTerminalPathArrayOfValues

type AlertState_FieldTerminalPathArrayOfValues struct {
	AlertState_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*AlertState_FieldTerminalPathArrayOfValues) AsIsAcknowledgedArrayOfValues

func (fpaov *AlertState_FieldTerminalPathArrayOfValues) AsIsAcknowledgedArrayOfValues() ([]bool, bool)

func (*AlertState_FieldTerminalPathArrayOfValues) AsIsFiringArrayOfValues

func (fpaov *AlertState_FieldTerminalPathArrayOfValues) AsIsFiringArrayOfValues() ([]bool, bool)

func (*AlertState_FieldTerminalPathArrayOfValues) AsIsSilencedArrayOfValues

func (fpaov *AlertState_FieldTerminalPathArrayOfValues) AsIsSilencedArrayOfValues() ([]bool, bool)

func (*AlertState_FieldTerminalPathArrayOfValues) AsLifecycleCompletedArrayOfValues added in v0.10.12

func (fpaov *AlertState_FieldTerminalPathArrayOfValues) AsLifecycleCompletedArrayOfValues() ([]bool, bool)

func (*AlertState_FieldTerminalPathArrayOfValues) AsLifetimeArrayOfValues

func (fpaov *AlertState_FieldTerminalPathArrayOfValues) AsLifetimeArrayOfValues() ([]*common.TimeRange, bool)

func (*AlertState_FieldTerminalPathArrayOfValues) AsNeedsNotificationArrayOfValues added in v0.10.10

func (fpaov *AlertState_FieldTerminalPathArrayOfValues) AsNeedsNotificationArrayOfValues() ([]bool, bool)

func (*AlertState_FieldTerminalPathArrayOfValues) AsNotificationCreatedArrayOfValues added in v0.10.10

func (fpaov *AlertState_FieldTerminalPathArrayOfValues) AsNotificationCreatedArrayOfValues() ([]bool, bool)

func (*AlertState_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *AlertState_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type AlertState_FieldTerminalPathValue

type AlertState_FieldTerminalPathValue struct {
	AlertState_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*AlertState_FieldTerminalPathValue) AsIsAcknowledgedValue

func (fpv *AlertState_FieldTerminalPathValue) AsIsAcknowledgedValue() (bool, bool)

func (*AlertState_FieldTerminalPathValue) AsIsFiringValue

func (fpv *AlertState_FieldTerminalPathValue) AsIsFiringValue() (bool, bool)

func (*AlertState_FieldTerminalPathValue) AsIsSilencedValue

func (fpv *AlertState_FieldTerminalPathValue) AsIsSilencedValue() (bool, bool)

func (*AlertState_FieldTerminalPathValue) AsLifecycleCompletedValue added in v0.10.12

func (fpv *AlertState_FieldTerminalPathValue) AsLifecycleCompletedValue() (bool, bool)

func (*AlertState_FieldTerminalPathValue) AsLifetimeValue

func (fpv *AlertState_FieldTerminalPathValue) AsLifetimeValue() (*common.TimeRange, bool)

func (*AlertState_FieldTerminalPathValue) AsNeedsNotificationValue added in v0.10.10

func (fpv *AlertState_FieldTerminalPathValue) AsNeedsNotificationValue() (bool, bool)

func (*AlertState_FieldTerminalPathValue) AsNotificationCreatedValue added in v0.10.10

func (fpv *AlertState_FieldTerminalPathValue) AsNotificationCreatedValue() (bool, bool)

func (*AlertState_FieldTerminalPathValue) CompareWith

func (fpv *AlertState_FieldTerminalPathValue) CompareWith(source *Alert_State) (int, bool)

CompareWith compares value in the 'AlertState_FieldTerminalPathValue' with the value under path in 'Alert_State'.

func (*AlertState_FieldTerminalPathValue) CompareWithRaw

func (fpv *AlertState_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*AlertState_FieldTerminalPathValue) GetRawValue

func (fpv *AlertState_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'State' as interface{}

func (*AlertState_FieldTerminalPathValue) SetTo

func (fpv *AlertState_FieldTerminalPathValue) SetTo(target **Alert_State)

SetTo stores value for selected field for object State

func (*AlertState_FieldTerminalPathValue) SetToRaw

func (fpv *AlertState_FieldTerminalPathValue) SetToRaw(target proto.Message)

type Alert_FieldMask

type Alert_FieldMask struct {
	Paths []Alert_FieldPath
}

func FullAlert_FieldMask

func FullAlert_FieldMask() *Alert_FieldMask

func ResourceViewFieldMask

func ResourceViewFieldMask(viewName view.View, extraMask *Alert_FieldMask) *Alert_FieldMask

func (*Alert_FieldMask) AppendPath

func (fieldMask *Alert_FieldMask) AppendPath(path Alert_FieldPath)

func (*Alert_FieldMask) AppendRawPath

func (fieldMask *Alert_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*Alert_FieldMask) DecodeFirestore

func (fieldMask *Alert_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*Alert_FieldMask) EncodeFirestore

func (fieldMask *Alert_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*Alert_FieldMask) FilterInputFields

func (fieldMask *Alert_FieldMask) FilterInputFields() *Alert_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*Alert_FieldMask) FromProtoFieldMask

func (fieldMask *Alert_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error

func (*Alert_FieldMask) GetPaths

func (fieldMask *Alert_FieldMask) GetPaths() []Alert_FieldPath

func (*Alert_FieldMask) GetRawPaths

func (fieldMask *Alert_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*Alert_FieldMask) IsFull

func (fieldMask *Alert_FieldMask) IsFull() bool

func (Alert_FieldMask) Marshal

func (fieldMask Alert_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (Alert_FieldMask) MarshalJSON

func (fieldMask Alert_FieldMask) MarshalJSON() ([]byte, error)

func (*Alert_FieldMask) PathsCount

func (fieldMask *Alert_FieldMask) PathsCount() int

func (*Alert_FieldMask) Project

func (fieldMask *Alert_FieldMask) Project(source *Alert) *Alert

func (*Alert_FieldMask) ProjectRaw

func (*Alert_FieldMask) ProtoMessage

func (fieldMask *Alert_FieldMask) ProtoMessage()

func (*Alert_FieldMask) ProtoReflect

func (fieldMask *Alert_FieldMask) ProtoReflect() preflect.Message

func (*Alert_FieldMask) Reset

func (fieldMask *Alert_FieldMask) Reset()

func (*Alert_FieldMask) Set

func (fieldMask *Alert_FieldMask) Set(target, source *Alert)

func (*Alert_FieldMask) SetFromCliFlag

func (fieldMask *Alert_FieldMask) SetFromCliFlag(raw string) error

func (*Alert_FieldMask) SetRaw

func (fieldMask *Alert_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*Alert_FieldMask) Size

func (fieldMask *Alert_FieldMask) Size() int

func (*Alert_FieldMask) String

func (fieldMask *Alert_FieldMask) String() string

func (*Alert_FieldMask) Subtract

func (fieldMask *Alert_FieldMask) Subtract(other *Alert_FieldMask) *Alert_FieldMask

func (*Alert_FieldMask) SubtractRaw

func (fieldMask *Alert_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask

func (*Alert_FieldMask) ToProtoFieldMask

func (fieldMask *Alert_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*Alert_FieldMask) Unmarshal

func (fieldMask *Alert_FieldMask) Unmarshal(data []byte) error

func (*Alert_FieldMask) UnmarshalJSON

func (fieldMask *Alert_FieldMask) UnmarshalJSON(data []byte) error

type Alert_FieldPath

type Alert_FieldPath interface {
	gotenobject.FieldPath
	Selector() Alert_FieldPathSelector
	Get(source *Alert) []interface{}
	GetSingle(source *Alert) (interface{}, bool)
	ClearValue(item *Alert)

	// Those methods build corresponding Alert_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) Alert_FieldPathValue
	WithIArrayOfValues(values interface{}) Alert_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) Alert_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func BuildAlert_FieldPath

func BuildAlert_FieldPath(fp gotenobject.RawFieldPath) (Alert_FieldPath, error)

func MustParseAlert_FieldPath

func MustParseAlert_FieldPath(rawField string) Alert_FieldPath

func ParseAlert_FieldPath

func ParseAlert_FieldPath(rawField string) (Alert_FieldPath, error)

type Alert_FieldPathArrayItemValue

type Alert_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	Alert_FieldPath
	ContainsValue(*Alert) bool
}

Alert_FieldPathArrayItemValue allows storing single item in Path-specific values for Alert according to their type Present only for array (repeated) types.

func MustParseAlert_FieldPathArrayItemValue

func MustParseAlert_FieldPathArrayItemValue(pathStr, valueStr string) Alert_FieldPathArrayItemValue

func ParseAlert_FieldPathArrayItemValue

func ParseAlert_FieldPathArrayItemValue(pathStr, valueStr string) (Alert_FieldPathArrayItemValue, error)

ParseAlert_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type Alert_FieldPathArrayOfValues

type Alert_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	Alert_FieldPath
}

Alert_FieldPathArrayOfValues allows storing slice of values for Alert fields according to their type

func MustParseAlert_FieldPathArrayOfValues

func MustParseAlert_FieldPathArrayOfValues(pathStr, valuesStr string) Alert_FieldPathArrayOfValues

func ParseAlert_FieldPathArrayOfValues

func ParseAlert_FieldPathArrayOfValues(pathStr, valuesStr string) (Alert_FieldPathArrayOfValues, error)

type Alert_FieldPathSelector

type Alert_FieldPathSelector int32
const (
	Alert_FieldPathSelectorName        Alert_FieldPathSelector = 0
	Alert_FieldPathSelectorMetadata    Alert_FieldPathSelector = 1
	Alert_FieldPathSelectorDisplayName Alert_FieldPathSelector = 2
	Alert_FieldPathSelectorInfo        Alert_FieldPathSelector = 3
	Alert_FieldPathSelectorState       Alert_FieldPathSelector = 4
)

func (Alert_FieldPathSelector) String

func (s Alert_FieldPathSelector) String() string

type Alert_FieldPathValue

type Alert_FieldPathValue interface {
	Alert_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **Alert)
	CompareWith(*Alert) (cmp int, comparable bool)
}

Alert_FieldPathValue allows storing values for Alert fields according to their type

func MustParseAlert_FieldPathValue

func MustParseAlert_FieldPathValue(pathStr, valueStr string) Alert_FieldPathValue

func ParseAlert_FieldPathValue

func ParseAlert_FieldPathValue(pathStr, valueStr string) (Alert_FieldPathValue, error)

type Alert_FieldSubPath

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

func (*Alert_FieldSubPath) AsInfoSubPath

func (fps *Alert_FieldSubPath) AsInfoSubPath() (AlertInfo_FieldPath, bool)

func (*Alert_FieldSubPath) AsMetadataSubPath

func (fps *Alert_FieldSubPath) AsMetadataSubPath() (meta.Meta_FieldPath, bool)

func (*Alert_FieldSubPath) AsStateSubPath

func (fps *Alert_FieldSubPath) AsStateSubPath() (AlertState_FieldPath, bool)

func (*Alert_FieldSubPath) ClearValue

func (fps *Alert_FieldSubPath) ClearValue(item *Alert)

func (*Alert_FieldSubPath) ClearValueRaw

func (fps *Alert_FieldSubPath) ClearValueRaw(item proto.Message)

func (*Alert_FieldSubPath) Get

func (fps *Alert_FieldSubPath) Get(source *Alert) (values []interface{})

Get returns all values pointed by selected field from source Alert

func (*Alert_FieldSubPath) GetDefault

func (fps *Alert_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*Alert_FieldSubPath) GetRaw

func (fps *Alert_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*Alert_FieldSubPath) GetSingle

func (fps *Alert_FieldSubPath) GetSingle(source *Alert) (interface{}, bool)

GetSingle returns value of selected field from source Alert

func (*Alert_FieldSubPath) GetSingleRaw

func (fps *Alert_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*Alert_FieldSubPath) IsLeaf

func (fps *Alert_FieldSubPath) IsLeaf() bool

IsLeaf - whether field path is holds simple value

func (*Alert_FieldSubPath) JSONString

func (fps *Alert_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*Alert_FieldSubPath) Selector

func (*Alert_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

func (fps *Alert_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*Alert_FieldSubPath) String

func (fps *Alert_FieldSubPath) String() string

String returns path representation in proto convention

func (*Alert_FieldSubPath) WithIArrayItemValue

func (fps *Alert_FieldSubPath) WithIArrayItemValue(value interface{}) Alert_FieldPathArrayItemValue

func (*Alert_FieldSubPath) WithIArrayOfValues

func (fps *Alert_FieldSubPath) WithIArrayOfValues(values interface{}) Alert_FieldPathArrayOfValues

func (*Alert_FieldSubPath) WithIValue

func (fps *Alert_FieldSubPath) WithIValue(value interface{}) Alert_FieldPathValue

func (*Alert_FieldSubPath) WithRawIArrayItemValue

func (fps *Alert_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*Alert_FieldSubPath) WithRawIArrayOfValues

func (fps *Alert_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*Alert_FieldSubPath) WithRawIValue

func (fps *Alert_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type Alert_FieldSubPathArrayItemValue

type Alert_FieldSubPathArrayItemValue struct {
	Alert_FieldPath
	// contains filtered or unexported fields
}

func (*Alert_FieldSubPathArrayItemValue) AsInfoPathItemValue

func (*Alert_FieldSubPathArrayItemValue) AsMetadataPathItemValue

func (fpaivs *Alert_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (meta.Meta_FieldPathArrayItemValue, bool)

func (*Alert_FieldSubPathArrayItemValue) AsStatePathItemValue

func (*Alert_FieldSubPathArrayItemValue) ContainsValue

func (fpaivs *Alert_FieldSubPathArrayItemValue) ContainsValue(source *Alert) bool

Contains returns a boolean indicating if value that is being held is present in given 'Alert'

func (*Alert_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *Alert_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type Alert_FieldSubPathArrayOfValues

type Alert_FieldSubPathArrayOfValues struct {
	Alert_FieldPath
	// contains filtered or unexported fields
}

func (*Alert_FieldSubPathArrayOfValues) AsInfoPathArrayOfValues

func (fpsaov *Alert_FieldSubPathArrayOfValues) AsInfoPathArrayOfValues() (AlertInfo_FieldPathArrayOfValues, bool)

func (*Alert_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues

func (fpsaov *Alert_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (meta.Meta_FieldPathArrayOfValues, bool)

func (*Alert_FieldSubPathArrayOfValues) AsStatePathArrayOfValues

func (fpsaov *Alert_FieldSubPathArrayOfValues) AsStatePathArrayOfValues() (AlertState_FieldPathArrayOfValues, bool)

func (*Alert_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *Alert_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type Alert_FieldSubPathValue

type Alert_FieldSubPathValue struct {
	Alert_FieldPath
	// contains filtered or unexported fields
}

func (*Alert_FieldSubPathValue) AsInfoPathValue

func (fpvs *Alert_FieldSubPathValue) AsInfoPathValue() (AlertInfo_FieldPathValue, bool)

func (*Alert_FieldSubPathValue) AsMetadataPathValue

func (fpvs *Alert_FieldSubPathValue) AsMetadataPathValue() (meta.Meta_FieldPathValue, bool)

func (*Alert_FieldSubPathValue) AsStatePathValue

func (fpvs *Alert_FieldSubPathValue) AsStatePathValue() (AlertState_FieldPathValue, bool)

func (*Alert_FieldSubPathValue) CompareWith

func (fpvs *Alert_FieldSubPathValue) CompareWith(source *Alert) (int, bool)

func (*Alert_FieldSubPathValue) CompareWithRaw

func (fpvs *Alert_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*Alert_FieldSubPathValue) GetRawValue

func (fpvs *Alert_FieldSubPathValue) GetRawValue() interface{}

func (*Alert_FieldSubPathValue) SetTo

func (fpvs *Alert_FieldSubPathValue) SetTo(target **Alert)

func (*Alert_FieldSubPathValue) SetToRaw

func (fpvs *Alert_FieldSubPathValue) SetToRaw(target proto.Message)

type Alert_FieldTerminalPath

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

func (*Alert_FieldTerminalPath) ClearValue

func (fp *Alert_FieldTerminalPath) ClearValue(item *Alert)

func (*Alert_FieldTerminalPath) ClearValueRaw

func (fp *Alert_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*Alert_FieldTerminalPath) Get

func (fp *Alert_FieldTerminalPath) Get(source *Alert) (values []interface{})

Get returns all values pointed by specific field from source Alert

func (*Alert_FieldTerminalPath) GetDefault

func (fp *Alert_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*Alert_FieldTerminalPath) GetRaw

func (fp *Alert_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*Alert_FieldTerminalPath) GetSingle

func (fp *Alert_FieldTerminalPath) GetSingle(source *Alert) (interface{}, bool)

GetSingle returns value pointed by specific field of from source Alert

func (*Alert_FieldTerminalPath) GetSingleRaw

func (fp *Alert_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*Alert_FieldTerminalPath) IsLeaf

func (fp *Alert_FieldTerminalPath) IsLeaf() bool

IsLeaf - whether field path is holds simple value

func (*Alert_FieldTerminalPath) JSONString

func (fp *Alert_FieldTerminalPath) JSONString() string

JSONString returns path representation is JSON convention

func (*Alert_FieldTerminalPath) Selector

func (*Alert_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *Alert_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*Alert_FieldTerminalPath) String

func (fp *Alert_FieldTerminalPath) String() string

String returns path representation in proto convention

func (*Alert_FieldTerminalPath) WithIArrayItemValue

func (fp *Alert_FieldTerminalPath) WithIArrayItemValue(value interface{}) Alert_FieldPathArrayItemValue

func (*Alert_FieldTerminalPath) WithIArrayOfValues

func (fp *Alert_FieldTerminalPath) WithIArrayOfValues(values interface{}) Alert_FieldPathArrayOfValues

func (*Alert_FieldTerminalPath) WithIValue

func (fp *Alert_FieldTerminalPath) WithIValue(value interface{}) Alert_FieldPathValue

func (*Alert_FieldTerminalPath) WithRawIArrayItemValue

func (fp *Alert_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*Alert_FieldTerminalPath) WithRawIArrayOfValues

func (fp *Alert_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*Alert_FieldTerminalPath) WithRawIValue

func (fp *Alert_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type Alert_FieldTerminalPathArrayItemValue

type Alert_FieldTerminalPathArrayItemValue struct {
	Alert_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*Alert_FieldTerminalPathArrayItemValue) ContainsValue

func (fpaiv *Alert_FieldTerminalPathArrayItemValue) ContainsValue(source *Alert) bool

Contains returns a boolean indicating if value that is being held is present in given 'Alert'

func (*Alert_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *Alert_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object Alert as interface{}

func (*Alert_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *Alert_FieldTerminalPathArrayItemValue) GetSingle(source *Alert) (interface{}, bool)

func (*Alert_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *Alert_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type Alert_FieldTerminalPathArrayOfValues

type Alert_FieldTerminalPathArrayOfValues struct {
	Alert_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*Alert_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues

func (fpaov *Alert_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues() ([]string, bool)

func (*Alert_FieldTerminalPathArrayOfValues) AsInfoArrayOfValues

func (fpaov *Alert_FieldTerminalPathArrayOfValues) AsInfoArrayOfValues() ([]*Alert_Info, bool)

func (*Alert_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues

func (fpaov *Alert_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*meta.Meta, bool)

func (*Alert_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (fpaov *Alert_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)

func (*Alert_FieldTerminalPathArrayOfValues) AsStateArrayOfValues

func (fpaov *Alert_FieldTerminalPathArrayOfValues) AsStateArrayOfValues() ([]*Alert_State, bool)

func (*Alert_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *Alert_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type Alert_FieldTerminalPathValue

type Alert_FieldTerminalPathValue struct {
	Alert_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*Alert_FieldTerminalPathValue) AsDisplayNameValue

func (fpv *Alert_FieldTerminalPathValue) AsDisplayNameValue() (string, bool)

func (*Alert_FieldTerminalPathValue) AsInfoValue

func (fpv *Alert_FieldTerminalPathValue) AsInfoValue() (*Alert_Info, bool)

func (*Alert_FieldTerminalPathValue) AsMetadataValue

func (fpv *Alert_FieldTerminalPathValue) AsMetadataValue() (*meta.Meta, bool)

func (*Alert_FieldTerminalPathValue) AsNameValue

func (fpv *Alert_FieldTerminalPathValue) AsNameValue() (*Name, bool)

func (*Alert_FieldTerminalPathValue) AsStateValue

func (fpv *Alert_FieldTerminalPathValue) AsStateValue() (*Alert_State, bool)

func (*Alert_FieldTerminalPathValue) CompareWith

func (fpv *Alert_FieldTerminalPathValue) CompareWith(source *Alert) (int, bool)

CompareWith compares value in the 'Alert_FieldTerminalPathValue' with the value under path in 'Alert'.

func (*Alert_FieldTerminalPathValue) CompareWithRaw

func (fpv *Alert_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*Alert_FieldTerminalPathValue) GetRawValue

func (fpv *Alert_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'Alert' as interface{}

func (*Alert_FieldTerminalPathValue) SetTo

func (fpv *Alert_FieldTerminalPathValue) SetTo(target **Alert)

SetTo stores value for selected field for object Alert

func (*Alert_FieldTerminalPathValue) SetToRaw

func (fpv *Alert_FieldTerminalPathValue) SetToRaw(target proto.Message)

type Alert_Info

type Alert_Info struct {

	// TimeSerie labels that violated condition
	TimeSerie *Alert_Info_TimeSerie `protobuf:"bytes,1,opt,name=time_serie,json=timeSerie,proto3" json:"time_serie,omitempty" firestore:"timeSerie"`
	// observed time series values during alert creation
	ObservedValues *Alert_Info_ObservedValues `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Alert_Info) Clone

func (o *Alert_Info) Clone() *Alert_Info

func (*Alert_Info) CloneRaw

func (o *Alert_Info) CloneRaw() gotenobject.GotenObjectExt

func (*Alert_Info) Descriptor

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

Deprecated, Use Alert_Info.ProtoReflect.Descriptor instead.

func (*Alert_Info) GetObservedValues

func (m *Alert_Info) GetObservedValues() *Alert_Info_ObservedValues

func (*Alert_Info) GetTimeSerie

func (m *Alert_Info) GetTimeSerie() *Alert_Info_TimeSerie

func (*Alert_Info) GotenMessage

func (*Alert_Info) GotenMessage()

func (*Alert_Info) GotenObjectExt

func (o *Alert_Info) GotenObjectExt()

func (*Alert_Info) GotenValidate

func (obj *Alert_Info) GotenValidate() error

func (*Alert_Info) MakeDiffFieldMask

func (o *Alert_Info) MakeDiffFieldMask(other *Alert_Info) *Alert_Info_FieldMask

func (*Alert_Info) MakeFullFieldMask

func (o *Alert_Info) MakeFullFieldMask() *Alert_Info_FieldMask

func (*Alert_Info) MakeRawDiffFieldMask

func (o *Alert_Info) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*Alert_Info) MakeRawFullFieldMask

func (o *Alert_Info) MakeRawFullFieldMask() gotenobject.FieldMask

func (*Alert_Info) Marshal

func (m *Alert_Info) Marshal() ([]byte, error)

func (*Alert_Info) MarshalJSON

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

func (*Alert_Info) Merge

func (o *Alert_Info) Merge(source *Alert_Info)

func (*Alert_Info) MergeRaw

func (o *Alert_Info) MergeRaw(source gotenobject.GotenObjectExt)

func (*Alert_Info) ProtoMessage

func (*Alert_Info) ProtoMessage()

func (*Alert_Info) ProtoReflect

func (m *Alert_Info) ProtoReflect() preflect.Message

func (*Alert_Info) Reset

func (m *Alert_Info) Reset()

func (*Alert_Info) SetObservedValues

func (m *Alert_Info) SetObservedValues(fv *Alert_Info_ObservedValues)

func (*Alert_Info) SetTimeSerie

func (m *Alert_Info) SetTimeSerie(fv *Alert_Info_TimeSerie)

func (*Alert_Info) String

func (m *Alert_Info) String() string

func (*Alert_Info) Unmarshal

func (m *Alert_Info) Unmarshal(b []byte) error

func (*Alert_Info) UnmarshalJSON

func (m *Alert_Info) UnmarshalJSON(data []byte) error

type Alert_InfoMapPathSelectorObservedValuesPerMetric

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

func (Alert_InfoMapPathSelectorObservedValuesPerMetric) FieldPath

func (Alert_InfoMapPathSelectorObservedValuesPerMetric) WithArrayOfValues

func (Alert_InfoMapPathSelectorObservedValuesPerMetric) WithValue

type Alert_InfoMapPathSelectorTimeSerieMetricLabels

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

func (Alert_InfoMapPathSelectorTimeSerieMetricLabels) FieldPath

func (Alert_InfoMapPathSelectorTimeSerieMetricLabels) WithArrayOfValues

func (Alert_InfoMapPathSelectorTimeSerieMetricLabels) WithValue

type Alert_InfoMapPathSelectorTimeSerieMonitoredResourceLabels

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

func (Alert_InfoMapPathSelectorTimeSerieMonitoredResourceLabels) FieldPath

func (Alert_InfoMapPathSelectorTimeSerieMonitoredResourceLabels) WithArrayOfValues

func (Alert_InfoMapPathSelectorTimeSerieMonitoredResourceLabels) WithValue

type Alert_InfoPathSelectorObservedValues

type Alert_InfoPathSelectorObservedValues struct{}

func (Alert_InfoPathSelectorObservedValues) ExampleValue

func (Alert_InfoPathSelectorObservedValues) FieldPath

func (Alert_InfoPathSelectorObservedValues) PerMetric

func (Alert_InfoPathSelectorObservedValues) WithArrayOfValues

func (Alert_InfoPathSelectorObservedValues) WithSubArrayItemValue

func (Alert_InfoPathSelectorObservedValues) WithSubArrayOfValues

func (Alert_InfoPathSelectorObservedValues) WithSubPath

func (Alert_InfoPathSelectorObservedValues) WithSubValue

func (Alert_InfoPathSelectorObservedValues) WithValue

type Alert_InfoPathSelectorObservedValuesExampleValue

type Alert_InfoPathSelectorObservedValuesExampleValue struct{}

func (Alert_InfoPathSelectorObservedValuesExampleValue) FieldPath

func (Alert_InfoPathSelectorObservedValuesExampleValue) WithArrayOfValues

func (Alert_InfoPathSelectorObservedValuesExampleValue) WithValue

type Alert_InfoPathSelectorObservedValuesPerMetric

type Alert_InfoPathSelectorObservedValuesPerMetric struct{}

func (Alert_InfoPathSelectorObservedValuesPerMetric) FieldPath

func (Alert_InfoPathSelectorObservedValuesPerMetric) WithArrayOfValues

func (Alert_InfoPathSelectorObservedValuesPerMetric) WithKey

func (Alert_InfoPathSelectorObservedValuesPerMetric) WithValue

type Alert_InfoPathSelectorTimeSerie

type Alert_InfoPathSelectorTimeSerie struct{}

func (Alert_InfoPathSelectorTimeSerie) FieldPath

func (Alert_InfoPathSelectorTimeSerie) Key

func (Alert_InfoPathSelectorTimeSerie) Metric

func (Alert_InfoPathSelectorTimeSerie) MonitoredResource

func (Alert_InfoPathSelectorTimeSerie) WithArrayOfValues

func (Alert_InfoPathSelectorTimeSerie) WithSubArrayItemValue

func (Alert_InfoPathSelectorTimeSerie) WithSubArrayOfValues

func (Alert_InfoPathSelectorTimeSerie) WithSubPath

func (Alert_InfoPathSelectorTimeSerie) WithSubValue

func (Alert_InfoPathSelectorTimeSerie) WithValue

type Alert_InfoPathSelectorTimeSerieKey

type Alert_InfoPathSelectorTimeSerieKey struct{}

func (Alert_InfoPathSelectorTimeSerieKey) FieldPath

func (Alert_InfoPathSelectorTimeSerieKey) WithArrayOfValues

func (Alert_InfoPathSelectorTimeSerieKey) WithValue

type Alert_InfoPathSelectorTimeSerieMetric

type Alert_InfoPathSelectorTimeSerieMetric struct{}

func (Alert_InfoPathSelectorTimeSerieMetric) FieldPath

func (Alert_InfoPathSelectorTimeSerieMetric) Labels

func (Alert_InfoPathSelectorTimeSerieMetric) ReducedLabels

func (Alert_InfoPathSelectorTimeSerieMetric) Type

func (Alert_InfoPathSelectorTimeSerieMetric) WithArrayOfValues

func (Alert_InfoPathSelectorTimeSerieMetric) WithValue

type Alert_InfoPathSelectorTimeSerieMetricLabels

type Alert_InfoPathSelectorTimeSerieMetricLabels struct{}

func (Alert_InfoPathSelectorTimeSerieMetricLabels) FieldPath

func (Alert_InfoPathSelectorTimeSerieMetricLabels) WithArrayOfValues

func (Alert_InfoPathSelectorTimeSerieMetricLabels) WithKey

func (Alert_InfoPathSelectorTimeSerieMetricLabels) WithValue

type Alert_InfoPathSelectorTimeSerieMetricReducedLabels

type Alert_InfoPathSelectorTimeSerieMetricReducedLabels struct{}

func (Alert_InfoPathSelectorTimeSerieMetricReducedLabels) FieldPath

func (Alert_InfoPathSelectorTimeSerieMetricReducedLabels) WithArrayOfValues

func (Alert_InfoPathSelectorTimeSerieMetricReducedLabels) WithItemValue

func (Alert_InfoPathSelectorTimeSerieMetricReducedLabels) WithValue

type Alert_InfoPathSelectorTimeSerieMetricType

type Alert_InfoPathSelectorTimeSerieMetricType struct{}

func (Alert_InfoPathSelectorTimeSerieMetricType) FieldPath

func (Alert_InfoPathSelectorTimeSerieMetricType) WithArrayOfValues

func (Alert_InfoPathSelectorTimeSerieMetricType) WithValue

type Alert_InfoPathSelectorTimeSerieMonitoredResource

type Alert_InfoPathSelectorTimeSerieMonitoredResource struct{}

func (Alert_InfoPathSelectorTimeSerieMonitoredResource) FieldPath

func (Alert_InfoPathSelectorTimeSerieMonitoredResource) Labels

func (Alert_InfoPathSelectorTimeSerieMonitoredResource) ReducedLabels

func (Alert_InfoPathSelectorTimeSerieMonitoredResource) Type

func (Alert_InfoPathSelectorTimeSerieMonitoredResource) WithArrayOfValues

func (Alert_InfoPathSelectorTimeSerieMonitoredResource) WithValue

type Alert_InfoPathSelectorTimeSerieMonitoredResourceLabels

type Alert_InfoPathSelectorTimeSerieMonitoredResourceLabels struct{}

func (Alert_InfoPathSelectorTimeSerieMonitoredResourceLabels) FieldPath

func (Alert_InfoPathSelectorTimeSerieMonitoredResourceLabels) WithArrayOfValues

func (Alert_InfoPathSelectorTimeSerieMonitoredResourceLabels) WithKey

func (Alert_InfoPathSelectorTimeSerieMonitoredResourceLabels) WithValue

type Alert_InfoPathSelectorTimeSerieMonitoredResourceReducedLabels

type Alert_InfoPathSelectorTimeSerieMonitoredResourceReducedLabels struct{}

func (Alert_InfoPathSelectorTimeSerieMonitoredResourceReducedLabels) FieldPath

func (Alert_InfoPathSelectorTimeSerieMonitoredResourceReducedLabels) WithArrayOfValues

func (Alert_InfoPathSelectorTimeSerieMonitoredResourceReducedLabels) WithItemValue

func (Alert_InfoPathSelectorTimeSerieMonitoredResourceReducedLabels) WithValue

type Alert_InfoPathSelectorTimeSerieMonitoredResourceType

type Alert_InfoPathSelectorTimeSerieMonitoredResourceType struct{}

func (Alert_InfoPathSelectorTimeSerieMonitoredResourceType) FieldPath

func (Alert_InfoPathSelectorTimeSerieMonitoredResourceType) WithArrayOfValues

func (Alert_InfoPathSelectorTimeSerieMonitoredResourceType) WithValue

type Alert_Info_FieldMask

type Alert_Info_FieldMask struct {
	Paths []AlertInfo_FieldPath
}

func FullAlert_Info_FieldMask

func FullAlert_Info_FieldMask() *Alert_Info_FieldMask

func (*Alert_Info_FieldMask) AppendPath

func (fieldMask *Alert_Info_FieldMask) AppendPath(path AlertInfo_FieldPath)

func (*Alert_Info_FieldMask) AppendRawPath

func (fieldMask *Alert_Info_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*Alert_Info_FieldMask) DecodeFirestore

func (fieldMask *Alert_Info_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*Alert_Info_FieldMask) EncodeFirestore

func (fieldMask *Alert_Info_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*Alert_Info_FieldMask) FilterInputFields

func (fieldMask *Alert_Info_FieldMask) FilterInputFields() *Alert_Info_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*Alert_Info_FieldMask) FromProtoFieldMask

func (fieldMask *Alert_Info_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error

func (*Alert_Info_FieldMask) GetPaths

func (fieldMask *Alert_Info_FieldMask) GetPaths() []AlertInfo_FieldPath

func (*Alert_Info_FieldMask) GetRawPaths

func (fieldMask *Alert_Info_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*Alert_Info_FieldMask) IsFull

func (fieldMask *Alert_Info_FieldMask) IsFull() bool

func (Alert_Info_FieldMask) Marshal

func (fieldMask Alert_Info_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (Alert_Info_FieldMask) MarshalJSON

func (fieldMask Alert_Info_FieldMask) MarshalJSON() ([]byte, error)

func (*Alert_Info_FieldMask) PathsCount

func (fieldMask *Alert_Info_FieldMask) PathsCount() int

func (*Alert_Info_FieldMask) Project

func (fieldMask *Alert_Info_FieldMask) Project(source *Alert_Info) *Alert_Info

func (*Alert_Info_FieldMask) ProjectRaw

func (*Alert_Info_FieldMask) ProtoMessage

func (fieldMask *Alert_Info_FieldMask) ProtoMessage()

func (*Alert_Info_FieldMask) ProtoReflect

func (fieldMask *Alert_Info_FieldMask) ProtoReflect() preflect.Message

func (*Alert_Info_FieldMask) Reset

func (fieldMask *Alert_Info_FieldMask) Reset()

func (*Alert_Info_FieldMask) Set

func (fieldMask *Alert_Info_FieldMask) Set(target, source *Alert_Info)

func (*Alert_Info_FieldMask) SetFromCliFlag

func (fieldMask *Alert_Info_FieldMask) SetFromCliFlag(raw string) error

func (*Alert_Info_FieldMask) SetRaw

func (fieldMask *Alert_Info_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*Alert_Info_FieldMask) Size

func (fieldMask *Alert_Info_FieldMask) Size() int

func (*Alert_Info_FieldMask) String

func (fieldMask *Alert_Info_FieldMask) String() string

func (*Alert_Info_FieldMask) Subtract

func (fieldMask *Alert_Info_FieldMask) Subtract(other *Alert_Info_FieldMask) *Alert_Info_FieldMask

func (*Alert_Info_FieldMask) SubtractRaw

func (fieldMask *Alert_Info_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask

func (*Alert_Info_FieldMask) ToProtoFieldMask

func (fieldMask *Alert_Info_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*Alert_Info_FieldMask) Unmarshal

func (fieldMask *Alert_Info_FieldMask) Unmarshal(data []byte) error

func (*Alert_Info_FieldMask) UnmarshalJSON

func (fieldMask *Alert_Info_FieldMask) UnmarshalJSON(data []byte) error

type Alert_Info_ObservedValues

type Alert_Info_ObservedValues struct {

	// oneof
	ExampleValue float64            `protobuf:"fixed64,1,opt,name=example_value,json=exampleValue,proto3" json:"example_value,omitempty" firestore:"exampleValue"`
	PerMetric    map[string]float64 `` /* 200-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Alert_Info_ObservedValues) Clone

func (*Alert_Info_ObservedValues) CloneRaw

func (*Alert_Info_ObservedValues) Descriptor

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

Deprecated, Use Alert_Info_ObservedValues.ProtoReflect.Descriptor instead.

func (*Alert_Info_ObservedValues) GetExampleValue

func (m *Alert_Info_ObservedValues) GetExampleValue() float64

func (*Alert_Info_ObservedValues) GetPerMetric

func (m *Alert_Info_ObservedValues) GetPerMetric() map[string]float64

func (*Alert_Info_ObservedValues) GotenMessage

func (*Alert_Info_ObservedValues) GotenMessage()

func (*Alert_Info_ObservedValues) GotenObjectExt

func (o *Alert_Info_ObservedValues) GotenObjectExt()

func (*Alert_Info_ObservedValues) GotenValidate

func (obj *Alert_Info_ObservedValues) GotenValidate() error

func (*Alert_Info_ObservedValues) MakeDiffFieldMask

func (*Alert_Info_ObservedValues) MakeFullFieldMask

func (*Alert_Info_ObservedValues) MakeRawDiffFieldMask

func (*Alert_Info_ObservedValues) MakeRawFullFieldMask

func (o *Alert_Info_ObservedValues) MakeRawFullFieldMask() gotenobject.FieldMask

func (*Alert_Info_ObservedValues) Marshal

func (m *Alert_Info_ObservedValues) Marshal() ([]byte, error)

func (*Alert_Info_ObservedValues) MarshalJSON

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

func (*Alert_Info_ObservedValues) Merge

func (*Alert_Info_ObservedValues) MergeRaw

func (*Alert_Info_ObservedValues) ProtoMessage

func (*Alert_Info_ObservedValues) ProtoMessage()

func (*Alert_Info_ObservedValues) ProtoReflect

func (m *Alert_Info_ObservedValues) ProtoReflect() preflect.Message

func (*Alert_Info_ObservedValues) Reset

func (m *Alert_Info_ObservedValues) Reset()

func (*Alert_Info_ObservedValues) SetExampleValue

func (m *Alert_Info_ObservedValues) SetExampleValue(fv float64)

func (*Alert_Info_ObservedValues) SetPerMetric

func (m *Alert_Info_ObservedValues) SetPerMetric(fv map[string]float64)

func (*Alert_Info_ObservedValues) String

func (m *Alert_Info_ObservedValues) String() string

func (*Alert_Info_ObservedValues) Unmarshal

func (m *Alert_Info_ObservedValues) Unmarshal(b []byte) error

func (*Alert_Info_ObservedValues) UnmarshalJSON

func (m *Alert_Info_ObservedValues) UnmarshalJSON(data []byte) error

type Alert_Info_ObservedValuesMapPathSelectorPerMetric

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

func (Alert_Info_ObservedValuesMapPathSelectorPerMetric) FieldPath

func (Alert_Info_ObservedValuesMapPathSelectorPerMetric) WithArrayOfValues

func (Alert_Info_ObservedValuesMapPathSelectorPerMetric) WithValue

type Alert_Info_ObservedValuesPathSelectorExampleValue

type Alert_Info_ObservedValuesPathSelectorExampleValue struct{}

func (Alert_Info_ObservedValuesPathSelectorExampleValue) FieldPath

func (Alert_Info_ObservedValuesPathSelectorExampleValue) WithArrayOfValues

func (Alert_Info_ObservedValuesPathSelectorExampleValue) WithValue

type Alert_Info_ObservedValuesPathSelectorPerMetric

type Alert_Info_ObservedValuesPathSelectorPerMetric struct{}

func (Alert_Info_ObservedValuesPathSelectorPerMetric) FieldPath

func (Alert_Info_ObservedValuesPathSelectorPerMetric) WithArrayOfValues

func (Alert_Info_ObservedValuesPathSelectorPerMetric) WithKey

func (Alert_Info_ObservedValuesPathSelectorPerMetric) WithValue

type Alert_Info_ObservedValues_FieldMask

type Alert_Info_ObservedValues_FieldMask struct {
	Paths []AlertInfoObservedValues_FieldPath
}

func FullAlert_Info_ObservedValues_FieldMask

func FullAlert_Info_ObservedValues_FieldMask() *Alert_Info_ObservedValues_FieldMask

func (*Alert_Info_ObservedValues_FieldMask) AppendPath

func (*Alert_Info_ObservedValues_FieldMask) AppendRawPath

func (fieldMask *Alert_Info_ObservedValues_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*Alert_Info_ObservedValues_FieldMask) DecodeFirestore

func (fieldMask *Alert_Info_ObservedValues_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*Alert_Info_ObservedValues_FieldMask) EncodeFirestore

func (fieldMask *Alert_Info_ObservedValues_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*Alert_Info_ObservedValues_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*Alert_Info_ObservedValues_FieldMask) FromProtoFieldMask

func (fieldMask *Alert_Info_ObservedValues_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error

func (*Alert_Info_ObservedValues_FieldMask) GetPaths

func (*Alert_Info_ObservedValues_FieldMask) GetRawPaths

func (fieldMask *Alert_Info_ObservedValues_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*Alert_Info_ObservedValues_FieldMask) IsFull

func (fieldMask *Alert_Info_ObservedValues_FieldMask) IsFull() bool

func (Alert_Info_ObservedValues_FieldMask) Marshal

func (fieldMask Alert_Info_ObservedValues_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (Alert_Info_ObservedValues_FieldMask) MarshalJSON

func (fieldMask Alert_Info_ObservedValues_FieldMask) MarshalJSON() ([]byte, error)

func (*Alert_Info_ObservedValues_FieldMask) PathsCount

func (fieldMask *Alert_Info_ObservedValues_FieldMask) PathsCount() int

func (*Alert_Info_ObservedValues_FieldMask) Project

func (*Alert_Info_ObservedValues_FieldMask) ProjectRaw

func (*Alert_Info_ObservedValues_FieldMask) ProtoMessage

func (fieldMask *Alert_Info_ObservedValues_FieldMask) ProtoMessage()

func (*Alert_Info_ObservedValues_FieldMask) ProtoReflect

func (fieldMask *Alert_Info_ObservedValues_FieldMask) ProtoReflect() preflect.Message

func (*Alert_Info_ObservedValues_FieldMask) Reset

func (fieldMask *Alert_Info_ObservedValues_FieldMask) Reset()

func (*Alert_Info_ObservedValues_FieldMask) Set

func (fieldMask *Alert_Info_ObservedValues_FieldMask) Set(target, source *Alert_Info_ObservedValues)

func (*Alert_Info_ObservedValues_FieldMask) SetFromCliFlag

func (fieldMask *Alert_Info_ObservedValues_FieldMask) SetFromCliFlag(raw string) error

func (*Alert_Info_ObservedValues_FieldMask) SetRaw

func (fieldMask *Alert_Info_ObservedValues_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*Alert_Info_ObservedValues_FieldMask) Size

func (fieldMask *Alert_Info_ObservedValues_FieldMask) Size() int

func (*Alert_Info_ObservedValues_FieldMask) String

func (fieldMask *Alert_Info_ObservedValues_FieldMask) String() string

func (*Alert_Info_ObservedValues_FieldMask) Subtract

func (*Alert_Info_ObservedValues_FieldMask) SubtractRaw

func (*Alert_Info_ObservedValues_FieldMask) ToProtoFieldMask

func (fieldMask *Alert_Info_ObservedValues_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*Alert_Info_ObservedValues_FieldMask) Unmarshal

func (fieldMask *Alert_Info_ObservedValues_FieldMask) Unmarshal(data []byte) error

func (*Alert_Info_ObservedValues_FieldMask) UnmarshalJSON

func (fieldMask *Alert_Info_ObservedValues_FieldMask) UnmarshalJSON(data []byte) error

type Alert_Info_TimeSerie

type Alert_Info_TimeSerie struct {
	Key               []byte                    `protobuf:"bytes,101,opt,name=key,proto3" json:"key,omitempty" firestore:"key"`
	Metric            *common.Metric            `protobuf:"bytes,1,opt,name=metric,proto3" json:"metric,omitempty" firestore:"metric"`
	MonitoredResource *common.MonitoredResource `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Alert_Info_TimeSerie) Clone

func (*Alert_Info_TimeSerie) CloneRaw

func (*Alert_Info_TimeSerie) Descriptor

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

Deprecated, Use Alert_Info_TimeSerie.ProtoReflect.Descriptor instead.

func (*Alert_Info_TimeSerie) GetKey

func (m *Alert_Info_TimeSerie) GetKey() []byte

func (*Alert_Info_TimeSerie) GetMetric

func (m *Alert_Info_TimeSerie) GetMetric() *common.Metric

func (*Alert_Info_TimeSerie) GetMonitoredResource

func (m *Alert_Info_TimeSerie) GetMonitoredResource() *common.MonitoredResource

func (*Alert_Info_TimeSerie) GotenMessage

func (*Alert_Info_TimeSerie) GotenMessage()

func (*Alert_Info_TimeSerie) GotenObjectExt

func (o *Alert_Info_TimeSerie) GotenObjectExt()

func (*Alert_Info_TimeSerie) GotenValidate

func (obj *Alert_Info_TimeSerie) GotenValidate() error

func (*Alert_Info_TimeSerie) MakeDiffFieldMask

func (*Alert_Info_TimeSerie) MakeFullFieldMask

func (o *Alert_Info_TimeSerie) MakeFullFieldMask() *Alert_Info_TimeSerie_FieldMask

func (*Alert_Info_TimeSerie) MakeRawDiffFieldMask

func (o *Alert_Info_TimeSerie) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*Alert_Info_TimeSerie) MakeRawFullFieldMask

func (o *Alert_Info_TimeSerie) MakeRawFullFieldMask() gotenobject.FieldMask

func (*Alert_Info_TimeSerie) Marshal

func (m *Alert_Info_TimeSerie) Marshal() ([]byte, error)

func (*Alert_Info_TimeSerie) MarshalJSON

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

func (*Alert_Info_TimeSerie) Merge

func (o *Alert_Info_TimeSerie) Merge(source *Alert_Info_TimeSerie)

func (*Alert_Info_TimeSerie) MergeRaw

func (o *Alert_Info_TimeSerie) MergeRaw(source gotenobject.GotenObjectExt)

func (*Alert_Info_TimeSerie) ProtoMessage

func (*Alert_Info_TimeSerie) ProtoMessage()

func (*Alert_Info_TimeSerie) ProtoReflect

func (m *Alert_Info_TimeSerie) ProtoReflect() preflect.Message

func (*Alert_Info_TimeSerie) Reset

func (m *Alert_Info_TimeSerie) Reset()

func (*Alert_Info_TimeSerie) SetKey

func (m *Alert_Info_TimeSerie) SetKey(fv []byte)

func (*Alert_Info_TimeSerie) SetMetric

func (m *Alert_Info_TimeSerie) SetMetric(fv *common.Metric)

func (*Alert_Info_TimeSerie) SetMonitoredResource

func (m *Alert_Info_TimeSerie) SetMonitoredResource(fv *common.MonitoredResource)

func (*Alert_Info_TimeSerie) String

func (m *Alert_Info_TimeSerie) String() string

func (*Alert_Info_TimeSerie) Unmarshal

func (m *Alert_Info_TimeSerie) Unmarshal(b []byte) error

func (*Alert_Info_TimeSerie) UnmarshalJSON

func (m *Alert_Info_TimeSerie) UnmarshalJSON(data []byte) error

type Alert_Info_TimeSerieMapPathSelectorMetricLabels

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

func (Alert_Info_TimeSerieMapPathSelectorMetricLabels) FieldPath

func (Alert_Info_TimeSerieMapPathSelectorMetricLabels) WithArrayOfValues

func (Alert_Info_TimeSerieMapPathSelectorMetricLabels) WithValue

type Alert_Info_TimeSerieMapPathSelectorMonitoredResourceLabels

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

func (Alert_Info_TimeSerieMapPathSelectorMonitoredResourceLabels) FieldPath

func (Alert_Info_TimeSerieMapPathSelectorMonitoredResourceLabels) WithArrayOfValues

func (Alert_Info_TimeSerieMapPathSelectorMonitoredResourceLabels) WithValue

type Alert_Info_TimeSeriePathSelectorKey

type Alert_Info_TimeSeriePathSelectorKey struct{}

func (Alert_Info_TimeSeriePathSelectorKey) FieldPath

func (Alert_Info_TimeSeriePathSelectorKey) WithArrayOfValues

func (Alert_Info_TimeSeriePathSelectorKey) WithValue

type Alert_Info_TimeSeriePathSelectorMetric

type Alert_Info_TimeSeriePathSelectorMetric struct{}

func (Alert_Info_TimeSeriePathSelectorMetric) FieldPath

func (Alert_Info_TimeSeriePathSelectorMetric) Labels

func (Alert_Info_TimeSeriePathSelectorMetric) ReducedLabels

func (Alert_Info_TimeSeriePathSelectorMetric) Type

func (Alert_Info_TimeSeriePathSelectorMetric) WithArrayOfValues

func (Alert_Info_TimeSeriePathSelectorMetric) WithSubArrayItemValue

func (Alert_Info_TimeSeriePathSelectorMetric) WithSubArrayOfValues

func (Alert_Info_TimeSeriePathSelectorMetric) WithSubPath

func (Alert_Info_TimeSeriePathSelectorMetric) WithSubValue

func (Alert_Info_TimeSeriePathSelectorMetric) WithValue

type Alert_Info_TimeSeriePathSelectorMetricLabels

type Alert_Info_TimeSeriePathSelectorMetricLabels struct{}

func (Alert_Info_TimeSeriePathSelectorMetricLabels) FieldPath

func (Alert_Info_TimeSeriePathSelectorMetricLabels) WithArrayOfValues

func (Alert_Info_TimeSeriePathSelectorMetricLabels) WithKey

func (Alert_Info_TimeSeriePathSelectorMetricLabels) WithValue

type Alert_Info_TimeSeriePathSelectorMetricReducedLabels

type Alert_Info_TimeSeriePathSelectorMetricReducedLabels struct{}

func (Alert_Info_TimeSeriePathSelectorMetricReducedLabels) FieldPath

func (Alert_Info_TimeSeriePathSelectorMetricReducedLabels) WithArrayOfValues

func (Alert_Info_TimeSeriePathSelectorMetricReducedLabels) WithItemValue

func (Alert_Info_TimeSeriePathSelectorMetricReducedLabels) WithValue

type Alert_Info_TimeSeriePathSelectorMetricType

type Alert_Info_TimeSeriePathSelectorMetricType struct{}

func (Alert_Info_TimeSeriePathSelectorMetricType) FieldPath

func (Alert_Info_TimeSeriePathSelectorMetricType) WithArrayOfValues

func (Alert_Info_TimeSeriePathSelectorMetricType) WithValue

type Alert_Info_TimeSeriePathSelectorMonitoredResource

type Alert_Info_TimeSeriePathSelectorMonitoredResource struct{}

func (Alert_Info_TimeSeriePathSelectorMonitoredResource) FieldPath

func (Alert_Info_TimeSeriePathSelectorMonitoredResource) Labels

func (Alert_Info_TimeSeriePathSelectorMonitoredResource) ReducedLabels

func (Alert_Info_TimeSeriePathSelectorMonitoredResource) Type

func (Alert_Info_TimeSeriePathSelectorMonitoredResource) WithArrayOfValues

func (Alert_Info_TimeSeriePathSelectorMonitoredResource) WithSubArrayItemValue

func (Alert_Info_TimeSeriePathSelectorMonitoredResource) WithSubArrayOfValues

func (Alert_Info_TimeSeriePathSelectorMonitoredResource) WithSubPath

func (Alert_Info_TimeSeriePathSelectorMonitoredResource) WithSubValue

func (Alert_Info_TimeSeriePathSelectorMonitoredResource) WithValue

type Alert_Info_TimeSeriePathSelectorMonitoredResourceLabels

type Alert_Info_TimeSeriePathSelectorMonitoredResourceLabels struct{}

func (Alert_Info_TimeSeriePathSelectorMonitoredResourceLabels) FieldPath

func (Alert_Info_TimeSeriePathSelectorMonitoredResourceLabels) WithArrayOfValues

func (Alert_Info_TimeSeriePathSelectorMonitoredResourceLabels) WithKey

func (Alert_Info_TimeSeriePathSelectorMonitoredResourceLabels) WithValue

type Alert_Info_TimeSeriePathSelectorMonitoredResourceReducedLabels

type Alert_Info_TimeSeriePathSelectorMonitoredResourceReducedLabels struct{}

func (Alert_Info_TimeSeriePathSelectorMonitoredResourceReducedLabels) FieldPath

func (Alert_Info_TimeSeriePathSelectorMonitoredResourceReducedLabels) WithArrayOfValues

func (Alert_Info_TimeSeriePathSelectorMonitoredResourceReducedLabels) WithItemValue

func (Alert_Info_TimeSeriePathSelectorMonitoredResourceReducedLabels) WithValue

type Alert_Info_TimeSeriePathSelectorMonitoredResourceType

type Alert_Info_TimeSeriePathSelectorMonitoredResourceType struct{}

func (Alert_Info_TimeSeriePathSelectorMonitoredResourceType) FieldPath

func (Alert_Info_TimeSeriePathSelectorMonitoredResourceType) WithArrayOfValues

func (Alert_Info_TimeSeriePathSelectorMonitoredResourceType) WithValue

type Alert_Info_TimeSerie_FieldMask

type Alert_Info_TimeSerie_FieldMask struct {
	Paths []AlertInfoTimeSerie_FieldPath
}

func FullAlert_Info_TimeSerie_FieldMask

func FullAlert_Info_TimeSerie_FieldMask() *Alert_Info_TimeSerie_FieldMask

func (*Alert_Info_TimeSerie_FieldMask) AppendPath

func (*Alert_Info_TimeSerie_FieldMask) AppendRawPath

func (fieldMask *Alert_Info_TimeSerie_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*Alert_Info_TimeSerie_FieldMask) DecodeFirestore

func (fieldMask *Alert_Info_TimeSerie_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*Alert_Info_TimeSerie_FieldMask) EncodeFirestore

func (fieldMask *Alert_Info_TimeSerie_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*Alert_Info_TimeSerie_FieldMask) FilterInputFields

func (fieldMask *Alert_Info_TimeSerie_FieldMask) FilterInputFields() *Alert_Info_TimeSerie_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*Alert_Info_TimeSerie_FieldMask) FromProtoFieldMask

func (fieldMask *Alert_Info_TimeSerie_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error

func (*Alert_Info_TimeSerie_FieldMask) GetPaths

func (*Alert_Info_TimeSerie_FieldMask) GetRawPaths

func (fieldMask *Alert_Info_TimeSerie_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*Alert_Info_TimeSerie_FieldMask) IsFull

func (fieldMask *Alert_Info_TimeSerie_FieldMask) IsFull() bool

func (Alert_Info_TimeSerie_FieldMask) Marshal

func (fieldMask Alert_Info_TimeSerie_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (Alert_Info_TimeSerie_FieldMask) MarshalJSON

func (fieldMask Alert_Info_TimeSerie_FieldMask) MarshalJSON() ([]byte, error)

func (*Alert_Info_TimeSerie_FieldMask) PathsCount

func (fieldMask *Alert_Info_TimeSerie_FieldMask) PathsCount() int

func (*Alert_Info_TimeSerie_FieldMask) Project

func (*Alert_Info_TimeSerie_FieldMask) ProjectRaw

func (*Alert_Info_TimeSerie_FieldMask) ProtoMessage

func (fieldMask *Alert_Info_TimeSerie_FieldMask) ProtoMessage()

func (*Alert_Info_TimeSerie_FieldMask) ProtoReflect

func (fieldMask *Alert_Info_TimeSerie_FieldMask) ProtoReflect() preflect.Message

func (*Alert_Info_TimeSerie_FieldMask) Reset

func (fieldMask *Alert_Info_TimeSerie_FieldMask) Reset()

func (*Alert_Info_TimeSerie_FieldMask) Set

func (fieldMask *Alert_Info_TimeSerie_FieldMask) Set(target, source *Alert_Info_TimeSerie)

func (*Alert_Info_TimeSerie_FieldMask) SetFromCliFlag

func (fieldMask *Alert_Info_TimeSerie_FieldMask) SetFromCliFlag(raw string) error

func (*Alert_Info_TimeSerie_FieldMask) SetRaw

func (fieldMask *Alert_Info_TimeSerie_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*Alert_Info_TimeSerie_FieldMask) Size

func (fieldMask *Alert_Info_TimeSerie_FieldMask) Size() int

func (*Alert_Info_TimeSerie_FieldMask) String

func (fieldMask *Alert_Info_TimeSerie_FieldMask) String() string

func (*Alert_Info_TimeSerie_FieldMask) Subtract

func (*Alert_Info_TimeSerie_FieldMask) SubtractRaw

func (*Alert_Info_TimeSerie_FieldMask) ToProtoFieldMask

func (fieldMask *Alert_Info_TimeSerie_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*Alert_Info_TimeSerie_FieldMask) Unmarshal

func (fieldMask *Alert_Info_TimeSerie_FieldMask) Unmarshal(data []byte) error

func (*Alert_Info_TimeSerie_FieldMask) UnmarshalJSON

func (fieldMask *Alert_Info_TimeSerie_FieldMask) UnmarshalJSON(data []byte) error

type Alert_State

type Alert_State struct {
	IsFiring       bool `protobuf:"varint,2,opt,name=is_firing,json=isFiring,proto3" json:"is_firing,omitempty" firestore:"isFiring"`
	IsAcknowledged bool `` /* 131-byte string literal not displayed */
	IsSilenced     bool `protobuf:"varint,4,opt,name=is_silenced,json=isSilenced,proto3" json:"is_silenced,omitempty" firestore:"isSilenced"`
	// describes in terms of time series when alert began and ended (resolved).
	// uses Time Series derived timestamps, rather than real-time.
	// use meta.create_time to get creation date.
	Lifetime *common.TimeRange `protobuf:"bytes,7,opt,name=lifetime,proto3" json:"lifetime,omitempty" firestore:"lifetime"`
	// This alert needs to be notified
	NeedsNotification bool `` /* 143-byte string literal not displayed */
	// Notification resource is generated for this alert
	NotificationCreated bool `` /* 151-byte string literal not displayed */
	// Alert has ended and any needed notifications are processed
	LifecycleCompleted bool `` /* 148-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Alert_State) Clone

func (o *Alert_State) Clone() *Alert_State

func (*Alert_State) CloneRaw

func (o *Alert_State) CloneRaw() gotenobject.GotenObjectExt

func (*Alert_State) Descriptor

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

Deprecated, Use Alert_State.ProtoReflect.Descriptor instead.

func (*Alert_State) GetIsAcknowledged

func (m *Alert_State) GetIsAcknowledged() bool

func (*Alert_State) GetIsFiring

func (m *Alert_State) GetIsFiring() bool

func (*Alert_State) GetIsSilenced

func (m *Alert_State) GetIsSilenced() bool

func (*Alert_State) GetLifecycleCompleted added in v0.10.12

func (m *Alert_State) GetLifecycleCompleted() bool

func (*Alert_State) GetLifetime

func (m *Alert_State) GetLifetime() *common.TimeRange

func (*Alert_State) GetNeedsNotification added in v0.10.10

func (m *Alert_State) GetNeedsNotification() bool

func (*Alert_State) GetNotificationCreated added in v0.10.10

func (m *Alert_State) GetNotificationCreated() bool

func (*Alert_State) GotenMessage

func (*Alert_State) GotenMessage()

func (*Alert_State) GotenObjectExt

func (o *Alert_State) GotenObjectExt()

func (*Alert_State) GotenValidate

func (obj *Alert_State) GotenValidate() error

func (*Alert_State) MakeDiffFieldMask

func (o *Alert_State) MakeDiffFieldMask(other *Alert_State) *Alert_State_FieldMask

func (*Alert_State) MakeFullFieldMask

func (o *Alert_State) MakeFullFieldMask() *Alert_State_FieldMask

func (*Alert_State) MakeRawDiffFieldMask

func (o *Alert_State) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*Alert_State) MakeRawFullFieldMask

func (o *Alert_State) MakeRawFullFieldMask() gotenobject.FieldMask

func (*Alert_State) Marshal

func (m *Alert_State) Marshal() ([]byte, error)

func (*Alert_State) MarshalJSON

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

func (*Alert_State) Merge

func (o *Alert_State) Merge(source *Alert_State)

func (*Alert_State) MergeRaw

func (o *Alert_State) MergeRaw(source gotenobject.GotenObjectExt)

func (*Alert_State) ProtoMessage

func (*Alert_State) ProtoMessage()

func (*Alert_State) ProtoReflect

func (m *Alert_State) ProtoReflect() preflect.Message

func (*Alert_State) Reset

func (m *Alert_State) Reset()

func (*Alert_State) SetIsAcknowledged

func (m *Alert_State) SetIsAcknowledged(fv bool)

func (*Alert_State) SetIsFiring

func (m *Alert_State) SetIsFiring(fv bool)

func (*Alert_State) SetIsSilenced

func (m *Alert_State) SetIsSilenced(fv bool)

func (*Alert_State) SetLifecycleCompleted added in v0.10.12

func (m *Alert_State) SetLifecycleCompleted(fv bool)

func (*Alert_State) SetLifetime

func (m *Alert_State) SetLifetime(fv *common.TimeRange)

func (*Alert_State) SetNeedsNotification added in v0.10.10

func (m *Alert_State) SetNeedsNotification(fv bool)

func (*Alert_State) SetNotificationCreated added in v0.10.10

func (m *Alert_State) SetNotificationCreated(fv bool)

func (*Alert_State) String

func (m *Alert_State) String() string

func (*Alert_State) Unmarshal

func (m *Alert_State) Unmarshal(b []byte) error

func (*Alert_State) UnmarshalJSON

func (m *Alert_State) UnmarshalJSON(data []byte) error

type Alert_StatePathSelectorIsAcknowledged

type Alert_StatePathSelectorIsAcknowledged struct{}

func (Alert_StatePathSelectorIsAcknowledged) FieldPath

func (Alert_StatePathSelectorIsAcknowledged) WithArrayOfValues

func (Alert_StatePathSelectorIsAcknowledged) WithValue

type Alert_StatePathSelectorIsFiring

type Alert_StatePathSelectorIsFiring struct{}

func (Alert_StatePathSelectorIsFiring) FieldPath

func (Alert_StatePathSelectorIsFiring) WithArrayOfValues

func (Alert_StatePathSelectorIsFiring) WithValue

type Alert_StatePathSelectorIsSilenced

type Alert_StatePathSelectorIsSilenced struct{}

func (Alert_StatePathSelectorIsSilenced) FieldPath

func (Alert_StatePathSelectorIsSilenced) WithArrayOfValues

func (Alert_StatePathSelectorIsSilenced) WithValue

type Alert_StatePathSelectorLifecycleCompleted added in v0.10.12

type Alert_StatePathSelectorLifecycleCompleted struct{}

func (Alert_StatePathSelectorLifecycleCompleted) FieldPath added in v0.10.12

func (Alert_StatePathSelectorLifecycleCompleted) WithArrayOfValues added in v0.10.12

func (Alert_StatePathSelectorLifecycleCompleted) WithValue added in v0.10.12

type Alert_StatePathSelectorLifetime

type Alert_StatePathSelectorLifetime struct{}

func (Alert_StatePathSelectorLifetime) EndTime

func (Alert_StatePathSelectorLifetime) FieldPath

func (Alert_StatePathSelectorLifetime) StartTime

func (Alert_StatePathSelectorLifetime) WithArrayOfValues

func (Alert_StatePathSelectorLifetime) WithSubArrayItemValue

func (Alert_StatePathSelectorLifetime) WithSubArrayOfValues

func (Alert_StatePathSelectorLifetime) WithSubPath

func (Alert_StatePathSelectorLifetime) WithSubValue

func (Alert_StatePathSelectorLifetime) WithValue

type Alert_StatePathSelectorLifetimeEndTime

type Alert_StatePathSelectorLifetimeEndTime struct{}

func (Alert_StatePathSelectorLifetimeEndTime) FieldPath

func (Alert_StatePathSelectorLifetimeEndTime) WithArrayOfValues

func (Alert_StatePathSelectorLifetimeEndTime) WithValue

type Alert_StatePathSelectorLifetimeStartTime

type Alert_StatePathSelectorLifetimeStartTime struct{}

func (Alert_StatePathSelectorLifetimeStartTime) FieldPath

func (Alert_StatePathSelectorLifetimeStartTime) WithArrayOfValues

func (Alert_StatePathSelectorLifetimeStartTime) WithValue

type Alert_StatePathSelectorNeedsNotification added in v0.10.10

type Alert_StatePathSelectorNeedsNotification struct{}

func (Alert_StatePathSelectorNeedsNotification) FieldPath added in v0.10.10

func (Alert_StatePathSelectorNeedsNotification) WithArrayOfValues added in v0.10.10

func (Alert_StatePathSelectorNeedsNotification) WithValue added in v0.10.10

type Alert_StatePathSelectorNotificationCreated added in v0.10.10

type Alert_StatePathSelectorNotificationCreated struct{}

func (Alert_StatePathSelectorNotificationCreated) FieldPath added in v0.10.10

func (Alert_StatePathSelectorNotificationCreated) WithArrayOfValues added in v0.10.10

func (Alert_StatePathSelectorNotificationCreated) WithValue added in v0.10.10

type Alert_State_CombineThreshold

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

func (*Alert_State_CombineThreshold) Clone

func (*Alert_State_CombineThreshold) CloneRaw

func (*Alert_State_CombineThreshold) Descriptor

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

Deprecated, Use Alert_State_CombineThreshold.ProtoReflect.Descriptor instead.

func (*Alert_State_CombineThreshold) GotenMessage

func (*Alert_State_CombineThreshold) GotenMessage()

func (*Alert_State_CombineThreshold) GotenObjectExt

func (o *Alert_State_CombineThreshold) GotenObjectExt()

func (*Alert_State_CombineThreshold) GotenValidate

func (obj *Alert_State_CombineThreshold) GotenValidate() error

func (*Alert_State_CombineThreshold) MakeDiffFieldMask

func (*Alert_State_CombineThreshold) MakeFullFieldMask

func (*Alert_State_CombineThreshold) MakeRawDiffFieldMask

func (*Alert_State_CombineThreshold) MakeRawFullFieldMask

func (o *Alert_State_CombineThreshold) MakeRawFullFieldMask() gotenobject.FieldMask

func (*Alert_State_CombineThreshold) Marshal

func (m *Alert_State_CombineThreshold) Marshal() ([]byte, error)

func (*Alert_State_CombineThreshold) MarshalJSON

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

func (*Alert_State_CombineThreshold) Merge

func (*Alert_State_CombineThreshold) MergeRaw

func (*Alert_State_CombineThreshold) ProtoMessage

func (*Alert_State_CombineThreshold) ProtoMessage()

func (*Alert_State_CombineThreshold) ProtoReflect

func (m *Alert_State_CombineThreshold) ProtoReflect() preflect.Message

func (*Alert_State_CombineThreshold) Reset

func (m *Alert_State_CombineThreshold) Reset()

func (*Alert_State_CombineThreshold) String

func (*Alert_State_CombineThreshold) Unmarshal

func (m *Alert_State_CombineThreshold) Unmarshal(b []byte) error

func (*Alert_State_CombineThreshold) UnmarshalJSON

func (m *Alert_State_CombineThreshold) UnmarshalJSON(data []byte) error

type Alert_State_CombineThreshold_FieldMask

type Alert_State_CombineThreshold_FieldMask struct {
	Paths []AlertStateCombineThreshold_FieldPath
}

func FullAlert_State_CombineThreshold_FieldMask

func FullAlert_State_CombineThreshold_FieldMask() *Alert_State_CombineThreshold_FieldMask

func (*Alert_State_CombineThreshold_FieldMask) AppendPath

func (*Alert_State_CombineThreshold_FieldMask) AppendRawPath

func (fieldMask *Alert_State_CombineThreshold_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*Alert_State_CombineThreshold_FieldMask) DecodeFirestore

func (fieldMask *Alert_State_CombineThreshold_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*Alert_State_CombineThreshold_FieldMask) EncodeFirestore

func (fieldMask *Alert_State_CombineThreshold_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*Alert_State_CombineThreshold_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*Alert_State_CombineThreshold_FieldMask) FromProtoFieldMask

func (fieldMask *Alert_State_CombineThreshold_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error

func (*Alert_State_CombineThreshold_FieldMask) GetPaths

func (*Alert_State_CombineThreshold_FieldMask) GetRawPaths

func (*Alert_State_CombineThreshold_FieldMask) IsFull

func (fieldMask *Alert_State_CombineThreshold_FieldMask) IsFull() bool

func (Alert_State_CombineThreshold_FieldMask) Marshal

func (fieldMask Alert_State_CombineThreshold_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (Alert_State_CombineThreshold_FieldMask) MarshalJSON

func (fieldMask Alert_State_CombineThreshold_FieldMask) MarshalJSON() ([]byte, error)

func (*Alert_State_CombineThreshold_FieldMask) PathsCount

func (fieldMask *Alert_State_CombineThreshold_FieldMask) PathsCount() int

func (*Alert_State_CombineThreshold_FieldMask) Project

func (*Alert_State_CombineThreshold_FieldMask) ProjectRaw

func (*Alert_State_CombineThreshold_FieldMask) ProtoMessage

func (fieldMask *Alert_State_CombineThreshold_FieldMask) ProtoMessage()

func (*Alert_State_CombineThreshold_FieldMask) ProtoReflect

func (fieldMask *Alert_State_CombineThreshold_FieldMask) ProtoReflect() preflect.Message

func (*Alert_State_CombineThreshold_FieldMask) Reset

func (fieldMask *Alert_State_CombineThreshold_FieldMask) Reset()

func (*Alert_State_CombineThreshold_FieldMask) Set

func (*Alert_State_CombineThreshold_FieldMask) SetFromCliFlag

func (fieldMask *Alert_State_CombineThreshold_FieldMask) SetFromCliFlag(raw string) error

func (*Alert_State_CombineThreshold_FieldMask) SetRaw

func (fieldMask *Alert_State_CombineThreshold_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*Alert_State_CombineThreshold_FieldMask) Size

func (fieldMask *Alert_State_CombineThreshold_FieldMask) Size() int

func (*Alert_State_CombineThreshold_FieldMask) String

func (fieldMask *Alert_State_CombineThreshold_FieldMask) String() string

func (*Alert_State_CombineThreshold_FieldMask) Subtract

func (*Alert_State_CombineThreshold_FieldMask) SubtractRaw

func (*Alert_State_CombineThreshold_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*Alert_State_CombineThreshold_FieldMask) Unmarshal

func (fieldMask *Alert_State_CombineThreshold_FieldMask) Unmarshal(data []byte) error

func (*Alert_State_CombineThreshold_FieldMask) UnmarshalJSON

func (fieldMask *Alert_State_CombineThreshold_FieldMask) UnmarshalJSON(data []byte) error

type Alert_State_CombineThreshold_PerMetric

type Alert_State_CombineThreshold_PerMetric struct {
	ObservedValues map[string]float64 `` /* 220-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Alert_State_CombineThreshold_PerMetric) Clone

func (*Alert_State_CombineThreshold_PerMetric) CloneRaw

func (*Alert_State_CombineThreshold_PerMetric) Descriptor

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

Deprecated, Use Alert_State_CombineThreshold_PerMetric.ProtoReflect.Descriptor instead.

func (*Alert_State_CombineThreshold_PerMetric) GetObservedValues

func (m *Alert_State_CombineThreshold_PerMetric) GetObservedValues() map[string]float64

func (*Alert_State_CombineThreshold_PerMetric) GotenMessage

func (*Alert_State_CombineThreshold_PerMetric) GotenObjectExt

func (o *Alert_State_CombineThreshold_PerMetric) GotenObjectExt()

func (*Alert_State_CombineThreshold_PerMetric) GotenValidate

func (obj *Alert_State_CombineThreshold_PerMetric) GotenValidate() error

func (*Alert_State_CombineThreshold_PerMetric) MakeFullFieldMask

func (*Alert_State_CombineThreshold_PerMetric) MakeRawDiffFieldMask

func (*Alert_State_CombineThreshold_PerMetric) MakeRawFullFieldMask

func (*Alert_State_CombineThreshold_PerMetric) Marshal

func (*Alert_State_CombineThreshold_PerMetric) MarshalJSON

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

func (*Alert_State_CombineThreshold_PerMetric) Merge

func (*Alert_State_CombineThreshold_PerMetric) MergeRaw

func (*Alert_State_CombineThreshold_PerMetric) ProtoMessage

func (*Alert_State_CombineThreshold_PerMetric) ProtoReflect

func (*Alert_State_CombineThreshold_PerMetric) Reset

func (*Alert_State_CombineThreshold_PerMetric) SetObservedValues

func (m *Alert_State_CombineThreshold_PerMetric) SetObservedValues(fv map[string]float64)

func (*Alert_State_CombineThreshold_PerMetric) String

func (*Alert_State_CombineThreshold_PerMetric) Unmarshal

func (*Alert_State_CombineThreshold_PerMetric) UnmarshalJSON

func (m *Alert_State_CombineThreshold_PerMetric) UnmarshalJSON(data []byte) error

type Alert_State_CombineThreshold_PerMetricMapPathSelectorObservedValues

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

func (Alert_State_CombineThreshold_PerMetricMapPathSelectorObservedValues) FieldPath

func (Alert_State_CombineThreshold_PerMetricMapPathSelectorObservedValues) WithArrayOfValues

func (Alert_State_CombineThreshold_PerMetricMapPathSelectorObservedValues) WithValue

type Alert_State_CombineThreshold_PerMetricPathSelectorObservedValues

type Alert_State_CombineThreshold_PerMetricPathSelectorObservedValues struct{}

func (Alert_State_CombineThreshold_PerMetricPathSelectorObservedValues) FieldPath

func (Alert_State_CombineThreshold_PerMetricPathSelectorObservedValues) WithArrayOfValues

func (Alert_State_CombineThreshold_PerMetricPathSelectorObservedValues) WithKey

func (Alert_State_CombineThreshold_PerMetricPathSelectorObservedValues) WithValue

type Alert_State_CombineThreshold_PerMetric_FieldMask

type Alert_State_CombineThreshold_PerMetric_FieldMask struct {
	Paths []AlertStateCombineThresholdPerMetric_FieldPath
}

func FullAlert_State_CombineThreshold_PerMetric_FieldMask

func FullAlert_State_CombineThreshold_PerMetric_FieldMask() *Alert_State_CombineThreshold_PerMetric_FieldMask

func (*Alert_State_CombineThreshold_PerMetric_FieldMask) AppendPath

func (*Alert_State_CombineThreshold_PerMetric_FieldMask) AppendRawPath

func (*Alert_State_CombineThreshold_PerMetric_FieldMask) DecodeFirestore

func (fieldMask *Alert_State_CombineThreshold_PerMetric_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*Alert_State_CombineThreshold_PerMetric_FieldMask) EncodeFirestore

firestore encoding/decoding integration

func (*Alert_State_CombineThreshold_PerMetric_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*Alert_State_CombineThreshold_PerMetric_FieldMask) FromProtoFieldMask

func (fieldMask *Alert_State_CombineThreshold_PerMetric_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error

func (*Alert_State_CombineThreshold_PerMetric_FieldMask) GetPaths

func (*Alert_State_CombineThreshold_PerMetric_FieldMask) GetRawPaths

func (*Alert_State_CombineThreshold_PerMetric_FieldMask) IsFull

func (Alert_State_CombineThreshold_PerMetric_FieldMask) Marshal

implement methods required by customType

func (Alert_State_CombineThreshold_PerMetric_FieldMask) MarshalJSON

func (fieldMask Alert_State_CombineThreshold_PerMetric_FieldMask) MarshalJSON() ([]byte, error)

func (*Alert_State_CombineThreshold_PerMetric_FieldMask) PathsCount

func (fieldMask *Alert_State_CombineThreshold_PerMetric_FieldMask) PathsCount() int

func (*Alert_State_CombineThreshold_PerMetric_FieldMask) Project

func (*Alert_State_CombineThreshold_PerMetric_FieldMask) ProjectRaw

func (*Alert_State_CombineThreshold_PerMetric_FieldMask) ProtoMessage

func (fieldMask *Alert_State_CombineThreshold_PerMetric_FieldMask) ProtoMessage()

func (*Alert_State_CombineThreshold_PerMetric_FieldMask) ProtoReflect

func (*Alert_State_CombineThreshold_PerMetric_FieldMask) Reset

func (*Alert_State_CombineThreshold_PerMetric_FieldMask) Set

func (*Alert_State_CombineThreshold_PerMetric_FieldMask) SetFromCliFlag

func (fieldMask *Alert_State_CombineThreshold_PerMetric_FieldMask) SetFromCliFlag(raw string) error

func (*Alert_State_CombineThreshold_PerMetric_FieldMask) SetRaw

func (*Alert_State_CombineThreshold_PerMetric_FieldMask) Size

func (*Alert_State_CombineThreshold_PerMetric_FieldMask) String

func (*Alert_State_CombineThreshold_PerMetric_FieldMask) SubtractRaw

func (*Alert_State_CombineThreshold_PerMetric_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*Alert_State_CombineThreshold_PerMetric_FieldMask) Unmarshal

func (fieldMask *Alert_State_CombineThreshold_PerMetric_FieldMask) Unmarshal(data []byte) error

func (*Alert_State_CombineThreshold_PerMetric_FieldMask) UnmarshalJSON

func (fieldMask *Alert_State_CombineThreshold_PerMetric_FieldMask) UnmarshalJSON(data []byte) error

type Alert_State_FieldMask

type Alert_State_FieldMask struct {
	Paths []AlertState_FieldPath
}

func FullAlert_State_FieldMask

func FullAlert_State_FieldMask() *Alert_State_FieldMask

func (*Alert_State_FieldMask) AppendPath

func (fieldMask *Alert_State_FieldMask) AppendPath(path AlertState_FieldPath)

func (*Alert_State_FieldMask) AppendRawPath

func (fieldMask *Alert_State_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*Alert_State_FieldMask) DecodeFirestore

func (fieldMask *Alert_State_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*Alert_State_FieldMask) EncodeFirestore

func (fieldMask *Alert_State_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*Alert_State_FieldMask) FilterInputFields

func (fieldMask *Alert_State_FieldMask) FilterInputFields() *Alert_State_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*Alert_State_FieldMask) FromProtoFieldMask

func (fieldMask *Alert_State_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error

func (*Alert_State_FieldMask) GetPaths

func (fieldMask *Alert_State_FieldMask) GetPaths() []AlertState_FieldPath

func (*Alert_State_FieldMask) GetRawPaths

func (fieldMask *Alert_State_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*Alert_State_FieldMask) IsFull

func (fieldMask *Alert_State_FieldMask) IsFull() bool

func (Alert_State_FieldMask) Marshal

func (fieldMask Alert_State_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (Alert_State_FieldMask) MarshalJSON

func (fieldMask Alert_State_FieldMask) MarshalJSON() ([]byte, error)

func (*Alert_State_FieldMask) PathsCount

func (fieldMask *Alert_State_FieldMask) PathsCount() int

func (*Alert_State_FieldMask) Project

func (fieldMask *Alert_State_FieldMask) Project(source *Alert_State) *Alert_State

func (*Alert_State_FieldMask) ProjectRaw

func (*Alert_State_FieldMask) ProtoMessage

func (fieldMask *Alert_State_FieldMask) ProtoMessage()

func (*Alert_State_FieldMask) ProtoReflect

func (fieldMask *Alert_State_FieldMask) ProtoReflect() preflect.Message

func (*Alert_State_FieldMask) Reset

func (fieldMask *Alert_State_FieldMask) Reset()

func (*Alert_State_FieldMask) Set

func (fieldMask *Alert_State_FieldMask) Set(target, source *Alert_State)

func (*Alert_State_FieldMask) SetFromCliFlag

func (fieldMask *Alert_State_FieldMask) SetFromCliFlag(raw string) error

func (*Alert_State_FieldMask) SetRaw

func (fieldMask *Alert_State_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*Alert_State_FieldMask) Size

func (fieldMask *Alert_State_FieldMask) Size() int

func (*Alert_State_FieldMask) String

func (fieldMask *Alert_State_FieldMask) String() string

func (*Alert_State_FieldMask) Subtract

func (*Alert_State_FieldMask) SubtractRaw

func (fieldMask *Alert_State_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask

func (*Alert_State_FieldMask) ToProtoFieldMask

func (fieldMask *Alert_State_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*Alert_State_FieldMask) Unmarshal

func (fieldMask *Alert_State_FieldMask) Unmarshal(data []byte) error

func (*Alert_State_FieldMask) UnmarshalJSON

func (fieldMask *Alert_State_FieldMask) UnmarshalJSON(data []byte) error

type Alert_State_Threshold

type Alert_State_Threshold struct {
	ObservedValue float64 `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

oneof:

func (*Alert_State_Threshold) Clone

func (*Alert_State_Threshold) CloneRaw

func (*Alert_State_Threshold) Descriptor

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

Deprecated, Use Alert_State_Threshold.ProtoReflect.Descriptor instead.

func (*Alert_State_Threshold) GetObservedValue

func (m *Alert_State_Threshold) GetObservedValue() float64

func (*Alert_State_Threshold) GotenMessage

func (*Alert_State_Threshold) GotenMessage()

func (*Alert_State_Threshold) GotenObjectExt

func (o *Alert_State_Threshold) GotenObjectExt()

func (*Alert_State_Threshold) GotenValidate

func (obj *Alert_State_Threshold) GotenValidate() error

func (*Alert_State_Threshold) MakeDiffFieldMask

func (*Alert_State_Threshold) MakeFullFieldMask

func (*Alert_State_Threshold) MakeRawDiffFieldMask

func (o *Alert_State_Threshold) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*Alert_State_Threshold) MakeRawFullFieldMask

func (o *Alert_State_Threshold) MakeRawFullFieldMask() gotenobject.FieldMask

func (*Alert_State_Threshold) Marshal

func (m *Alert_State_Threshold) Marshal() ([]byte, error)

func (*Alert_State_Threshold) MarshalJSON

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

func (*Alert_State_Threshold) Merge

func (o *Alert_State_Threshold) Merge(source *Alert_State_Threshold)

func (*Alert_State_Threshold) MergeRaw

func (o *Alert_State_Threshold) MergeRaw(source gotenobject.GotenObjectExt)

func (*Alert_State_Threshold) ProtoMessage

func (*Alert_State_Threshold) ProtoMessage()

func (*Alert_State_Threshold) ProtoReflect

func (m *Alert_State_Threshold) ProtoReflect() preflect.Message

func (*Alert_State_Threshold) Reset

func (m *Alert_State_Threshold) Reset()

func (*Alert_State_Threshold) SetObservedValue

func (m *Alert_State_Threshold) SetObservedValue(fv float64)

func (*Alert_State_Threshold) String

func (m *Alert_State_Threshold) String() string

func (*Alert_State_Threshold) Unmarshal

func (m *Alert_State_Threshold) Unmarshal(b []byte) error

func (*Alert_State_Threshold) UnmarshalJSON

func (m *Alert_State_Threshold) UnmarshalJSON(data []byte) error

type Alert_State_ThresholdPathSelectorObservedValue

type Alert_State_ThresholdPathSelectorObservedValue struct{}

func (Alert_State_ThresholdPathSelectorObservedValue) FieldPath

func (Alert_State_ThresholdPathSelectorObservedValue) WithArrayOfValues

func (Alert_State_ThresholdPathSelectorObservedValue) WithValue

type Alert_State_Threshold_FieldMask

type Alert_State_Threshold_FieldMask struct {
	Paths []AlertStateThreshold_FieldPath
}

func FullAlert_State_Threshold_FieldMask

func FullAlert_State_Threshold_FieldMask() *Alert_State_Threshold_FieldMask

func (*Alert_State_Threshold_FieldMask) AppendPath

func (*Alert_State_Threshold_FieldMask) AppendRawPath

func (fieldMask *Alert_State_Threshold_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*Alert_State_Threshold_FieldMask) DecodeFirestore

func (fieldMask *Alert_State_Threshold_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*Alert_State_Threshold_FieldMask) EncodeFirestore

func (fieldMask *Alert_State_Threshold_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*Alert_State_Threshold_FieldMask) FilterInputFields

func (fieldMask *Alert_State_Threshold_FieldMask) FilterInputFields() *Alert_State_Threshold_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*Alert_State_Threshold_FieldMask) FromProtoFieldMask

func (fieldMask *Alert_State_Threshold_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error

func (*Alert_State_Threshold_FieldMask) GetPaths

func (*Alert_State_Threshold_FieldMask) GetRawPaths

func (fieldMask *Alert_State_Threshold_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*Alert_State_Threshold_FieldMask) IsFull

func (fieldMask *Alert_State_Threshold_FieldMask) IsFull() bool

func (Alert_State_Threshold_FieldMask) Marshal

func (fieldMask Alert_State_Threshold_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (Alert_State_Threshold_FieldMask) MarshalJSON

func (fieldMask Alert_State_Threshold_FieldMask) MarshalJSON() ([]byte, error)

func (*Alert_State_Threshold_FieldMask) PathsCount

func (fieldMask *Alert_State_Threshold_FieldMask) PathsCount() int

func (*Alert_State_Threshold_FieldMask) Project

func (*Alert_State_Threshold_FieldMask) ProjectRaw

func (*Alert_State_Threshold_FieldMask) ProtoMessage

func (fieldMask *Alert_State_Threshold_FieldMask) ProtoMessage()

func (*Alert_State_Threshold_FieldMask) ProtoReflect

func (fieldMask *Alert_State_Threshold_FieldMask) ProtoReflect() preflect.Message

func (*Alert_State_Threshold_FieldMask) Reset

func (fieldMask *Alert_State_Threshold_FieldMask) Reset()

func (*Alert_State_Threshold_FieldMask) Set

func (fieldMask *Alert_State_Threshold_FieldMask) Set(target, source *Alert_State_Threshold)

func (*Alert_State_Threshold_FieldMask) SetFromCliFlag

func (fieldMask *Alert_State_Threshold_FieldMask) SetFromCliFlag(raw string) error

func (*Alert_State_Threshold_FieldMask) SetRaw

func (fieldMask *Alert_State_Threshold_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*Alert_State_Threshold_FieldMask) Size

func (fieldMask *Alert_State_Threshold_FieldMask) Size() int

func (*Alert_State_Threshold_FieldMask) String

func (fieldMask *Alert_State_Threshold_FieldMask) String() string

func (*Alert_State_Threshold_FieldMask) Subtract

func (*Alert_State_Threshold_FieldMask) SubtractRaw

func (*Alert_State_Threshold_FieldMask) ToProtoFieldMask

func (fieldMask *Alert_State_Threshold_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*Alert_State_Threshold_FieldMask) Unmarshal

func (fieldMask *Alert_State_Threshold_FieldMask) Unmarshal(data []byte) error

func (*Alert_State_Threshold_FieldMask) UnmarshalJSON

func (fieldMask *Alert_State_Threshold_FieldMask) UnmarshalJSON(data []byte) error

type Descriptor

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

func GetDescriptor

func GetDescriptor() *Descriptor

func (*Descriptor) CanBeParentless added in v1.0.21

func (d *Descriptor) CanBeParentless() bool

func (*Descriptor) GetNameDescriptor

func (d *Descriptor) GetNameDescriptor() *gotenresource.NameDescriptor

func (*Descriptor) GetParentResDescriptors added in v1.0.21

func (d *Descriptor) GetParentResDescriptors() []gotenresource.Descriptor

func (*Descriptor) GetResourceTypeName

func (d *Descriptor) GetResourceTypeName() *gotenresource.TypeName

func (*Descriptor) NewGetQuery

func (d *Descriptor) NewGetQuery() gotenresource.GetQuery

func (*Descriptor) NewListQuery

func (d *Descriptor) NewListQuery() gotenresource.ListQuery

func (*Descriptor) NewNameList

func (d *Descriptor) NewNameList(size, reserved int) gotenresource.NameList

func (*Descriptor) NewParentNameList

func (d *Descriptor) NewParentNameList(size, reserved int) gotenresource.ParentNameList

func (*Descriptor) NewParentReferenceList

func (d *Descriptor) NewParentReferenceList(size, reserved int) gotenresource.ParentReferenceList

func (*Descriptor) NewQueryResultChange

func (d *Descriptor) NewQueryResultChange() gotenresource.QueryResultChange

func (*Descriptor) NewQueryResultSnapshot

func (d *Descriptor) NewQueryResultSnapshot() gotenresource.QueryResultSnapshot

func (*Descriptor) NewReferenceList

func (d *Descriptor) NewReferenceList(size, reserved int) gotenresource.ReferenceList

func (*Descriptor) NewResource

func (d *Descriptor) NewResource() gotenresource.Resource

func (*Descriptor) NewResourceChange

func (d *Descriptor) NewResourceChange() gotenresource.ResourceChange

func (*Descriptor) NewResourceChangeList

func (d *Descriptor) NewResourceChangeList(size, reserved int) gotenresource.ResourceChangeList

func (*Descriptor) NewResourceChangeMap

func (d *Descriptor) NewResourceChangeMap(reserved int) gotenresource.ResourceChangeMap

func (*Descriptor) NewResourceCursor

func (d *Descriptor) NewResourceCursor() gotenresource.Cursor

func (*Descriptor) NewResourceFieldMask added in v0.4.16

func (d *Descriptor) NewResourceFieldMask() gotenobject.FieldMask

func (*Descriptor) NewResourceFilter added in v0.4.16

func (d *Descriptor) NewResourceFilter() gotenresource.Filter

func (*Descriptor) NewResourceList

func (d *Descriptor) NewResourceList(size, reserved int) gotenresource.ResourceList

func (*Descriptor) NewResourceMap

func (d *Descriptor) NewResourceMap(reserved int) gotenresource.ResourceMap

func (*Descriptor) NewResourceName

func (d *Descriptor) NewResourceName() gotenresource.Name

func (*Descriptor) NewResourceOrderBy added in v0.4.16

func (d *Descriptor) NewResourceOrderBy() gotenresource.OrderBy

func (*Descriptor) NewResourcePager added in v0.9.0

func (d *Descriptor) NewResourcePager() gotenresource.PagerQuery

func (*Descriptor) NewSearchQuery

func (d *Descriptor) NewSearchQuery() gotenresource.SearchQuery

func (*Descriptor) NewWatchQuery

func (d *Descriptor) NewWatchQuery() gotenresource.WatchQuery

func (*Descriptor) ParseFieldPath

func (d *Descriptor) ParseFieldPath(raw string) (gotenobject.FieldPath, error)

func (*Descriptor) ParseResourceName

func (d *Descriptor) ParseResourceName(nameStr string) (gotenresource.Name, error)

func (*Descriptor) SupportsMetadata added in v1.0.21

func (d *Descriptor) SupportsMetadata() bool

type Filter

type Filter struct {
	FilterCondition
}

func (*Filter) ConvertToNative

func (filter *Filter) ConvertToNative(typeDesc reflect.Type) (interface{}, error)

func (*Filter) ConvertToType

func (filter *Filter) ConvertToType(typeVal ref.Type) ref.Val

func (*Filter) DecodeFirestore

func (filter *Filter) DecodeFirestore(fpbv *firestorepb.Value) error

func (*Filter) EncodeFirestore

func (filter *Filter) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*Filter) Equal

func (filter *Filter) Equal(other ref.Val) ref.Val

func (*Filter) Evaluate

func (filter *Filter) Evaluate(res *Alert) bool

Evaluate is a wrapper on FilterCondition, which also handles nil pointer

func (*Filter) EvaluateRaw

func (filter *Filter) EvaluateRaw(res gotenresource.Resource) bool

func (*Filter) FilterSlice

func (filter *Filter) FilterSlice(in []*Alert) (out []*Alert)

FilterSlice is a helper for filtering arrays

func (*Filter) GetCondition

func (filter *Filter) GetCondition() FilterCondition

GetCondition is a getter of FilterCondition, which also handles nil pointer

func (*Filter) GetRawCondition

func (filter *Filter) GetRawCondition() gotenresource.FilterCondition

func (*Filter) HasTrait

func (filter *Filter) HasTrait(trait int) bool

func (*Filter) Match

func (filter *Filter) Match(pattern ref.Val) ref.Val

func (*Filter) ParseProtoString

func (filter *Filter) ParseProtoString(data string) error

func (*Filter) ProtoString

func (filter *Filter) ProtoString() (string, error)

func (*Filter) Receive

func (filter *Filter) Receive(function string, overload string, args []ref.Val) ref.Val

func (*Filter) SetFromCliFlag

func (filter *Filter) SetFromCliFlag(raw string) error

func (*Filter) String

func (filter *Filter) String() string

func (*Filter) Type

func (filter *Filter) Type() ref.Type

func (*Filter) TypeName

func (filter *Filter) TypeName() string

func (*Filter) Value

func (filter *Filter) Value() interface{}

type FilterBuilder

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

func NewAndFilterBuilder

func NewAndFilterBuilder() *FilterBuilder

func NewFilterBuilder

func NewFilterBuilder() *FilterBuilder

func NewOrFilterBuilder

func NewOrFilterBuilder() *FilterBuilder

func (*FilterBuilder) Filter

func (b *FilterBuilder) Filter() *Filter

func (*FilterBuilder) Where

func (b *FilterBuilder) Where(opts ...gotenfilter.FilterConditionOption) *filterCndBuilder

func (*FilterBuilder) WherePath

func (b *FilterBuilder) WherePath(fp Alert_FieldPath, opts ...gotenfilter.FilterConditionOption) *filterCndBuilderAnyPath

func (*FilterBuilder) With

type FilterBuilderOrCondition

type FilterBuilderOrCondition interface {
	// contains filtered or unexported methods
}

type FilterCondition

type FilterCondition interface {
	gotenresource.FilterCondition

	And(...FilterCondition) FilterCondition
	Evaluate(res *Alert) bool

	// Whether this condition is at least as specific as other.
	// When true, any Alert that passes this condition will also pass other condition.
	Satisfies(other FilterCondition) bool

	// Checks whether condition specifies given field path
	// Useful for blacklisting protected paths in iam policy conditions
	SpecifiesFieldPath(fp Alert_FieldPath) bool
	// contains filtered or unexported methods
}

func AndFilterConditions

func AndFilterConditions(conds ...FilterCondition) FilterCondition

type FilterConditionCompare

type FilterConditionCompare struct {
	Operator filterParser.CompareOperator
	Alert_FieldPathValue
}

func (*FilterConditionCompare) And

func (*FilterConditionCompare) ConditionCompare

func (cond *FilterConditionCompare) ConditionCompare()

func (*FilterConditionCompare) Evaluate

func (cond *FilterConditionCompare) Evaluate(res *Alert) bool

func (*FilterConditionCompare) EvaluateRaw

func (cond *FilterConditionCompare) EvaluateRaw(res gotenresource.Resource) bool

func (*FilterConditionCompare) GetOperator

func (*FilterConditionCompare) GetRawFieldPath

func (cond *FilterConditionCompare) GetRawFieldPath() gotenobject.FieldPath

func (*FilterConditionCompare) GetRawFieldPathValue

func (cond *FilterConditionCompare) GetRawFieldPathValue() gotenobject.FieldPathValue

func (*FilterConditionCompare) Satisfies

func (cond *FilterConditionCompare) Satisfies(other FilterCondition) bool

func (*FilterConditionCompare) SatisfiesRaw

func (cond *FilterConditionCompare) SatisfiesRaw(other gotenresource.FilterCondition) bool

func (*FilterConditionCompare) SpecifiesFieldPath

func (cond *FilterConditionCompare) SpecifiesFieldPath(fp Alert_FieldPath) bool

func (*FilterConditionCompare) SpecifiesRawFieldPath

func (cond *FilterConditionCompare) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool

func (*FilterConditionCompare) String

func (cond *FilterConditionCompare) String() string

type FilterConditionComposite

type FilterConditionComposite struct {
	Operator   filterParser.CompositeOperator
	Conditions []FilterCondition
}

func (*FilterConditionComposite) And

func (*FilterConditionComposite) ConditionComposite

func (cond *FilterConditionComposite) ConditionComposite()

func (*FilterConditionComposite) Evaluate

func (cond *FilterConditionComposite) Evaluate(res *Alert) bool

func (*FilterConditionComposite) EvaluateRaw

func (cond *FilterConditionComposite) EvaluateRaw(res gotenresource.Resource) bool

func (*FilterConditionComposite) GetOperator

func (*FilterConditionComposite) GetSubConditions

func (cond *FilterConditionComposite) GetSubConditions() []gotenresource.FilterCondition

func (*FilterConditionComposite) Satisfies

func (cond *FilterConditionComposite) Satisfies(other FilterCondition) bool

func (*FilterConditionComposite) SatisfiesRaw

func (cond *FilterConditionComposite) SatisfiesRaw(other gotenresource.FilterCondition) bool

func (*FilterConditionComposite) SpecifiesFieldPath

func (cond *FilterConditionComposite) SpecifiesFieldPath(fp Alert_FieldPath) bool

func (*FilterConditionComposite) SpecifiesRawFieldPath

func (cond *FilterConditionComposite) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool

func (*FilterConditionComposite) String

func (cond *FilterConditionComposite) String() string

type FilterConditionContains

type FilterConditionContains struct {
	Type      gotenresource.ConditionContainsType
	FieldPath Alert_FieldPath

	Value  Alert_FieldPathArrayItemValue
	Values []Alert_FieldPathArrayItemValue
}

func (*FilterConditionContains) And

func (*FilterConditionContains) ConditionContains

func (cond *FilterConditionContains) ConditionContains()

func (*FilterConditionContains) ConditionContainsType

func (cond *FilterConditionContains) ConditionContainsType() gotenresource.ConditionContainsType

func (*FilterConditionContains) Evaluate

func (cond *FilterConditionContains) Evaluate(res *Alert) bool

func (*FilterConditionContains) EvaluateRaw

func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool

func (*FilterConditionContains) GetFieldPath

func (cond *FilterConditionContains) GetFieldPath() Alert_FieldPath

func (*FilterConditionContains) GetRawFieldPath

func (cond *FilterConditionContains) GetRawFieldPath() gotenobject.FieldPath

func (*FilterConditionContains) GetRawFieldPathItemValue

func (cond *FilterConditionContains) GetRawFieldPathItemValue() gotenobject.FieldPathArrayItemValue

func (*FilterConditionContains) GetRawFieldPathItemValues

func (cond *FilterConditionContains) GetRawFieldPathItemValues() (res []gotenobject.FieldPathArrayItemValue)

func (*FilterConditionContains) Satisfies

func (cond *FilterConditionContains) Satisfies(other FilterCondition) bool

func (*FilterConditionContains) SatisfiesRaw

func (cond *FilterConditionContains) SatisfiesRaw(other gotenresource.FilterCondition) bool

func (*FilterConditionContains) SpecifiesFieldPath

func (cond *FilterConditionContains) SpecifiesFieldPath(fp Alert_FieldPath) bool

func (*FilterConditionContains) SpecifiesRawFieldPath

func (cond *FilterConditionContains) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool

func (*FilterConditionContains) String

func (cond *FilterConditionContains) String() string

type FilterConditionIn

type FilterConditionIn struct {
	Alert_FieldPathArrayOfValues
}

func (*FilterConditionIn) And

func (*FilterConditionIn) ConditionIn

func (cond *FilterConditionIn) ConditionIn()

func (*FilterConditionIn) Evaluate

func (cond *FilterConditionIn) Evaluate(res *Alert) bool

func (*FilterConditionIn) EvaluateRaw

func (cond *FilterConditionIn) EvaluateRaw(res gotenresource.Resource) bool

func (*FilterConditionIn) GetRawFieldPath

func (cond *FilterConditionIn) GetRawFieldPath() gotenobject.FieldPath

func (*FilterConditionIn) GetRawFieldPathArrayOfValues

func (cond *FilterConditionIn) GetRawFieldPathArrayOfValues() gotenobject.FieldPathArrayOfValues

func (*FilterConditionIn) Satisfies

func (cond *FilterConditionIn) Satisfies(other FilterCondition) bool

func (*FilterConditionIn) SatisfiesRaw

func (cond *FilterConditionIn) SatisfiesRaw(other gotenresource.FilterCondition) bool

func (*FilterConditionIn) SpecifiesFieldPath

func (cond *FilterConditionIn) SpecifiesFieldPath(fp Alert_FieldPath) bool

func (*FilterConditionIn) SpecifiesRawFieldPath

func (cond *FilterConditionIn) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool

func (*FilterConditionIn) String

func (cond *FilterConditionIn) String() string

type FilterConditionIsNaN

type FilterConditionIsNaN struct {
	Not       bool
	FieldPath Alert_FieldPath
}

func (*FilterConditionIsNaN) And

func (*FilterConditionIsNaN) ConditionIsNaN

func (cond *FilterConditionIsNaN) ConditionIsNaN()

func (*FilterConditionIsNaN) Evaluate

func (cond *FilterConditionIsNaN) Evaluate(res *Alert) bool

func (*FilterConditionIsNaN) EvaluateRaw

func (cond *FilterConditionIsNaN) EvaluateRaw(res gotenresource.Resource) bool

func (*FilterConditionIsNaN) GetRawFieldPath

func (cond *FilterConditionIsNaN) GetRawFieldPath() gotenobject.FieldPath

func (*FilterConditionIsNaN) Satisfies

func (cond *FilterConditionIsNaN) Satisfies(other FilterCondition) bool

func (*FilterConditionIsNaN) SatisfiesRaw

func (cond *FilterConditionIsNaN) SatisfiesRaw(other gotenresource.FilterCondition) bool

func (*FilterConditionIsNaN) SpecifiesFieldPath

func (cond *FilterConditionIsNaN) SpecifiesFieldPath(fp Alert_FieldPath) bool

func (*FilterConditionIsNaN) SpecifiesRawFieldPath

func (cond *FilterConditionIsNaN) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool

func (*FilterConditionIsNaN) String

func (cond *FilterConditionIsNaN) String() string

type FilterConditionIsNull

type FilterConditionIsNull struct {
	Not       bool
	FieldPath Alert_FieldPath
}

func (*FilterConditionIsNull) And

func (*FilterConditionIsNull) ConditionIsNull

func (cond *FilterConditionIsNull) ConditionIsNull()

func (*FilterConditionIsNull) Evaluate

func (cond *FilterConditionIsNull) Evaluate(res *Alert) bool

func (*FilterConditionIsNull) EvaluateRaw

func (cond *FilterConditionIsNull) EvaluateRaw(res gotenresource.Resource) bool

func (*FilterConditionIsNull) GetRawFieldPath

func (cond *FilterConditionIsNull) GetRawFieldPath() gotenobject.FieldPath

func (*FilterConditionIsNull) NotNull

func (cond *FilterConditionIsNull) NotNull() bool

func (*FilterConditionIsNull) Satisfies

func (cond *FilterConditionIsNull) Satisfies(other FilterCondition) bool

func (*FilterConditionIsNull) SatisfiesRaw

func (cond *FilterConditionIsNull) SatisfiesRaw(other gotenresource.FilterCondition) bool

func (*FilterConditionIsNull) SpecifiesFieldPath

func (cond *FilterConditionIsNull) SpecifiesFieldPath(fp Alert_FieldPath) bool

func (*FilterConditionIsNull) SpecifiesRawFieldPath

func (cond *FilterConditionIsNull) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool

func (*FilterConditionIsNull) String

func (cond *FilterConditionIsNull) String() string

type FilterConditionNot

type FilterConditionNot struct {
	FilterCondition
}

func (*FilterConditionNot) And

func (*FilterConditionNot) ConditionNot

func (cond *FilterConditionNot) ConditionNot()

func (*FilterConditionNot) Evaluate

func (cond *FilterConditionNot) Evaluate(res *Alert) bool

func (*FilterConditionNot) EvaluateRaw

func (cond *FilterConditionNot) EvaluateRaw(res gotenresource.Resource) bool

func (*FilterConditionNot) GetSubCondition

func (cond *FilterConditionNot) GetSubCondition() gotenresource.FilterCondition

func (*FilterConditionNot) Satisfies

func (cond *FilterConditionNot) Satisfies(other FilterCondition) bool

func (*FilterConditionNot) SatisfiesRaw

func (cond *FilterConditionNot) SatisfiesRaw(other gotenresource.FilterCondition) bool

func (*FilterConditionNot) SpecifiesFieldPath

func (cond *FilterConditionNot) SpecifiesFieldPath(fp Alert_FieldPath) bool

func (*FilterConditionNot) SpecifiesRawFieldPath

func (cond *FilterConditionNot) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool

func (*FilterConditionNot) String

func (cond *FilterConditionNot) String() string

type FilterConditionNotIn

type FilterConditionNotIn struct {
	Alert_FieldPathArrayOfValues
}

func (*FilterConditionNotIn) And

func (*FilterConditionNotIn) ConditionNotIn

func (cond *FilterConditionNotIn) ConditionNotIn()

func (*FilterConditionNotIn) Evaluate

func (cond *FilterConditionNotIn) Evaluate(res *Alert) bool

func (*FilterConditionNotIn) EvaluateRaw

func (cond *FilterConditionNotIn) EvaluateRaw(res gotenresource.Resource) bool

func (*FilterConditionNotIn) GetRawFieldPath

func (cond *FilterConditionNotIn) GetRawFieldPath() gotenobject.FieldPath

func (*FilterConditionNotIn) GetRawFieldPathArrayOfValues

func (cond *FilterConditionNotIn) GetRawFieldPathArrayOfValues() gotenobject.FieldPathArrayOfValues

func (*FilterConditionNotIn) Satisfies

func (cond *FilterConditionNotIn) Satisfies(other FilterCondition) bool

func (*FilterConditionNotIn) SatisfiesRaw

func (cond *FilterConditionNotIn) SatisfiesRaw(other gotenresource.FilterCondition) bool

func (*FilterConditionNotIn) SpecifiesFieldPath

func (cond *FilterConditionNotIn) SpecifiesFieldPath(fp Alert_FieldPath) bool

func (*FilterConditionNotIn) SpecifiesRawFieldPath

func (cond *FilterConditionNotIn) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool

func (*FilterConditionNotIn) String

func (cond *FilterConditionNotIn) String() string

type GetQuery

type GetQuery struct {
	Reference *Reference
	Mask      *Alert_FieldMask
}

func (*GetQuery) GetFieldMask

func (q *GetQuery) GetFieldMask() gotenobject.FieldMask

func (*GetQuery) GetReference

func (q *GetQuery) GetReference() gotenresource.Reference

func (*GetQuery) GetResourceDescriptor

func (q *GetQuery) GetResourceDescriptor() gotenresource.Descriptor

func (*GetQuery) GotenQuery

func (q *GetQuery) GotenQuery()

func (*GetQuery) SetFieldMask

func (q *GetQuery) SetFieldMask(mask gotenobject.FieldMask)

func (*GetQuery) SetReference

func (q *GetQuery) SetReference(ref gotenresource.Reference)

func (*GetQuery) String

func (q *GetQuery) String() string

type ListQuery

type ListQuery struct {
	Filter         *Filter
	Pager          *PagerQuery
	Mask           *Alert_FieldMask
	WithPagingInfo bool
}

func (*ListQuery) GetFieldMask

func (q *ListQuery) GetFieldMask() gotenobject.FieldMask

func (*ListQuery) GetFilter

func (q *ListQuery) GetFilter() gotenresource.Filter

func (*ListQuery) GetPager

func (q *ListQuery) GetPager() gotenresource.PagerQuery

func (*ListQuery) GetResourceDescriptor

func (q *ListQuery) GetResourceDescriptor() gotenresource.Descriptor

func (*ListQuery) GetWithPagingInfo added in v0.10.1

func (q *ListQuery) GetWithPagingInfo() bool

func (*ListQuery) GotenQuery

func (q *ListQuery) GotenQuery()

func (*ListQuery) SetFieldMask

func (q *ListQuery) SetFieldMask(mask gotenobject.FieldMask)

func (*ListQuery) SetFilter

func (q *ListQuery) SetFilter(filter gotenresource.Filter)

func (*ListQuery) SetPager

func (q *ListQuery) SetPager(pager gotenresource.PagerQuery)

func (*ListQuery) SetWithPagingInfo added in v0.10.1

func (q *ListQuery) SetWithPagingInfo(with bool)

func (*ListQuery) String

func (q *ListQuery) String() string

type Name

type Name struct {
	ParentName
	AlertId string `firestore:"alertId"`
}

func MustParseName

func MustParseName(name string) *Name

func ParseName

func ParseName(name string) (*Name, error)

func ParseNameOrId

func ParseNameOrId(nameOrId string) (*Name, error)

func (*Name) AsRawReference

func (name *Name) AsRawReference() gotenresource.Reference

func (*Name) AsReference

func (name *Name) AsReference() *Reference

func (*Name) ConvertToNative

func (name *Name) ConvertToNative(typeDesc reflect.Type) (interface{}, error)

func (*Name) ConvertToType

func (name *Name) ConvertToType(typeVal ref.Type) ref.Val

func (*Name) Equal

func (name *Name) Equal(other ref.Val) ref.Val

func (*Name) FullyQualifiedName

func (name *Name) FullyQualifiedName() (string, error)

func (*Name) GetAlertingConditionName

func (name *Name) GetAlertingConditionName() *alerting_condition.Name

func (*Name) GetIParentName added in v0.8.0

func (name *Name) GetIParentName() gotenresource.Name

func (*Name) GetIUnderlyingParentName added in v0.8.0

func (name *Name) GetIUnderlyingParentName() gotenresource.Name

func (*Name) GetIdParts

func (name *Name) GetIdParts() map[string]string

func (*Name) GetPattern

func (name *Name) GetPattern() gotenresource.NamePattern

func (*Name) GetResourceDescriptor

func (name *Name) GetResourceDescriptor() gotenresource.Descriptor

func (*Name) GetSegments

func (name *Name) GetSegments() gotenresource.NameSegments

func (*Name) GotenEqual

func (name *Name) GotenEqual(other interface{}) bool

GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)

func (*Name) HasTrait

func (name *Name) HasTrait(trait int) bool

func (*Name) IsFullyQualified

func (name *Name) IsFullyQualified() bool

func (*Name) IsSpecified

func (name *Name) IsSpecified() bool

func (*Name) Match

func (name *Name) Match(pattern ref.Val) ref.Val

func (*Name) Matches

func (name *Name) Matches(other interface{}) bool

Matches is same as GotenEqual, but also will accept "other" if name is wildcard.

func (*Name) ParseProtoString

func (name *Name) ParseProtoString(data string) error

func (*Name) ProtoString

func (name *Name) ProtoString() (string, error)

func (*Name) Receive

func (name *Name) Receive(function string, overload string, args []ref.Val) ref.Val

func (*Name) SetFromCliFlag

func (name *Name) SetFromCliFlag(raw string) error

implement CustomTypeCliValue method

func (*Name) SetFromSegments

func (name *Name) SetFromSegments(segments gotenresource.NameSegments) error

func (*Name) String

func (name *Name) String() string

func (*Name) Type

func (name *Name) Type() ref.Type

func (*Name) TypeName

func (name *Name) TypeName() string

func (*Name) Value

func (name *Name) Value() interface{}

type NameBuilder

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

func NewNameBuilder

func NewNameBuilder() *NameBuilder

func (*NameBuilder) Name

func (b *NameBuilder) Name() *Name

func (*NameBuilder) Parent

func (b *NameBuilder) Parent() *ParentName

func (*NameBuilder) ParentReference

func (b *NameBuilder) ParentReference() *ParentReference

func (*NameBuilder) Reference

func (b *NameBuilder) Reference() *Reference

func (*NameBuilder) SetAlertingCondition

func (b *NameBuilder) SetAlertingCondition(parent *alerting_condition.Name) *NameBuilder

func (*NameBuilder) SetAlertingConditionId

func (b *NameBuilder) SetAlertingConditionId(id string) *NameBuilder

func (*NameBuilder) SetAlertingPolicyId

func (b *NameBuilder) SetAlertingPolicyId(id string) *NameBuilder

func (*NameBuilder) SetId

func (b *NameBuilder) SetId(id string) *NameBuilder

func (*NameBuilder) SetProjectId

func (b *NameBuilder) SetProjectId(id string) *NameBuilder

func (*NameBuilder) SetRegionId

func (b *NameBuilder) SetRegionId(id string) *NameBuilder

type NamePattern

type NamePattern struct {
	Pattern gotenresource.NamePattern `firestore:"pattern"`
}

type OrderBy

type OrderBy struct {
	OrderByFields []OrderByField
}

OrderBy Is string encoded Custom Protobuf type, which handles "order_by" field order_by consists of coma delimited OrderBy specs, which denote ordering priority, e.g. "state.value asc, state.capacity desc"

func (*OrderBy) Compare

func (orderBy *OrderBy) Compare(left, right *Alert) int

func (*OrderBy) CompareRaw

func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int

func (*OrderBy) GetFieldMask

func (orderBy *OrderBy) GetFieldMask() *Alert_FieldMask

func (*OrderBy) GetOrderByFields

func (orderBy *OrderBy) GetOrderByFields() []gotenresource.OrderByField

func (*OrderBy) GetRawFieldMask

func (orderBy *OrderBy) GetRawFieldMask() gotenobject.FieldMask

func (*OrderBy) InsertSorted

func (orderBy *OrderBy) InsertSorted(sorted AlertList, elem *Alert) (AlertList, int)

func (*OrderBy) InsertSortedRaw

func (orderBy *OrderBy) InsertSortedRaw(sorted gotenresource.ResourceList, elem gotenresource.Resource) (gotenresource.ResourceList, int)

func (*OrderBy) ParseProtoString

func (orderBy *OrderBy) ParseProtoString(data string) error

func (*OrderBy) ProtoString

func (orderBy *OrderBy) ProtoString() (string, error)

func (*OrderBy) SetFromCliFlag

func (orderBy *OrderBy) SetFromCliFlag(raw string) error

func (*OrderBy) Sort

func (orderBy *OrderBy) Sort(results AlertList)

func (*OrderBy) SortRaw

func (orderBy *OrderBy) SortRaw(results gotenresource.ResourceList)

func (*OrderBy) String

func (orderBy *OrderBy) String() string

type OrderByField

type OrderByField struct {
	FieldPath Alert_FieldPath
	Direction gotenresource.OrderDirection
}

OrderByField is single item in order_by specification it's string format is composed of 2 white-space separated values: - fieldPath and direction, e.g. "state.capacity desc". if direction is not provided, it defaults to "asc" (ascending)

func (*OrderByField) CompareWithDirection

func (orderByFld *OrderByField) CompareWithDirection(left, right *Alert) int

func (*OrderByField) GetDirection

func (orderByFld *OrderByField) GetDirection() gotenresource.OrderDirection

func (*OrderByField) GetFieldPath

func (orderByFld *OrderByField) GetFieldPath() gotenobject.FieldPath

type PagerCursor

type PagerCursor struct {
	CursorValue   gotenresource.CursorValue
	Inclusion     gotenresource.CursorInclusion
	PageDirection gotenresource.PageDirection
}

PagerCursor is protobuf Custom Type, which (de)serializes "string page_token" for API List processing Database adapter implementation must use this cursor when Paginating list views Token is composed of 3 values (dot separated in serialized form) - CursorValue: Backend-specific value of the cursor. - PageDirection: either l (left) or r (right), which hints DB Adapter whether Snapshot marks Start or End of result - Inclusion: either i (inclusive) or e (exclusive) - Whether cursor marks exact point or right before/after (depending on direction)

func (*PagerCursor) GetInclusion

func (cursor *PagerCursor) GetInclusion() gotenresource.CursorInclusion

func (*PagerCursor) GetPageDirection

func (cursor *PagerCursor) GetPageDirection() gotenresource.PageDirection

func (*PagerCursor) GetValue

func (cursor *PagerCursor) GetValue() gotenresource.CursorValue

func (*PagerCursor) IsEmpty

func (cursor *PagerCursor) IsEmpty() bool

func (*PagerCursor) ParseProtoString

func (cursor *PagerCursor) ParseProtoString(data string) (err error)

func (*PagerCursor) ProtoString

func (cursor *PagerCursor) ProtoString() (string, error)

func (*PagerCursor) SetCursorValue

func (cursor *PagerCursor) SetCursorValue(value gotenresource.CursorValue)

func (*PagerCursor) SetFromCliFlag

func (cursor *PagerCursor) SetFromCliFlag(raw string) error

func (*PagerCursor) SetInclusion

func (cursor *PagerCursor) SetInclusion(inclusion gotenresource.CursorInclusion)

func (*PagerCursor) SetPageDirection

func (cursor *PagerCursor) SetPageDirection(direction gotenresource.PageDirection)

func (*PagerCursor) String

func (cursor *PagerCursor) String() string

type PagerQuery

type PagerQuery struct {
	OrderBy     *OrderBy
	Cursor      *PagerCursor
	Limit       int
	PeekForward bool
}

PagerQuery is main struct used for assisting server and database to perform Pagination

func MakePagerQuery

func MakePagerQuery(orderBy *OrderBy, cursor *PagerCursor, pageSize int32, peekForward bool) *PagerQuery

MakePagerQuery builds pager from API data and applies defaults

func (*PagerQuery) GetCursor

func (p *PagerQuery) GetCursor() gotenresource.Cursor

func (*PagerQuery) GetLimit

func (p *PagerQuery) GetLimit() int

func (*PagerQuery) GetOrderBy

func (p *PagerQuery) GetOrderBy() gotenresource.OrderBy

func (*PagerQuery) GetPeekForward

func (p *PagerQuery) GetPeekForward() bool

func (*PagerQuery) GetResourceDescriptor

func (p *PagerQuery) GetResourceDescriptor() gotenresource.Descriptor

func (*PagerQuery) PageDirection

func (p *PagerQuery) PageDirection() gotenresource.PageDirection

func (*PagerQuery) SetCursor added in v0.8.0

func (p *PagerQuery) SetCursor(cursor gotenresource.Cursor)

func (*PagerQuery) SetLimit added in v0.8.0

func (p *PagerQuery) SetLimit(limit int)

func (*PagerQuery) SetOrderBy added in v0.8.0

func (p *PagerQuery) SetOrderBy(orderBy gotenresource.OrderBy)

func (*PagerQuery) SetPageDirection added in v0.8.0

func (p *PagerQuery) SetPageDirection(direction gotenresource.PageDirection)

func (*PagerQuery) SetPeekForward added in v0.8.0

func (p *PagerQuery) SetPeekForward(peekForward bool)

type ParentName

type ParentName struct {
	NamePattern
	ProjectId           string `firestore:"projectId"`
	RegionId            string `firestore:"regionId"`
	AlertingPolicyId    string `firestore:"alertingPolicyId"`
	AlertingConditionId string `firestore:"alertingConditionId"`
}

func MustParseParentName

func MustParseParentName(name string) *ParentName

func ParseParentName

func ParseParentName(name string) (*ParentName, error)

func (*ParentName) AsRawReference

func (name *ParentName) AsRawReference() gotenresource.Reference

func (*ParentName) AsReference

func (name *ParentName) AsReference() *ParentReference

func (*ParentName) ConvertToNative added in v1.0.21

func (name *ParentName) ConvertToNative(typeDesc reflect.Type) (interface{}, error)

func (*ParentName) ConvertToType added in v1.0.21

func (name *ParentName) ConvertToType(typeVal ref.Type) ref.Val

func (*ParentName) DescendsFrom

func (name *ParentName) DescendsFrom(ancestor string) bool

func (*ParentName) Equal added in v1.0.21

func (name *ParentName) Equal(other ref.Val) ref.Val

func (*ParentName) FullyQualifiedName

func (name *ParentName) FullyQualifiedName() (string, error)

func (*ParentName) GetAlertingConditionName

func (name *ParentName) GetAlertingConditionName() *alerting_condition.Name

func (*ParentName) GetIParentName added in v0.8.0

func (name *ParentName) GetIParentName() gotenresource.Name

func (*ParentName) GetIUnderlyingParentName added in v0.8.0

func (name *ParentName) GetIUnderlyingParentName() gotenresource.Name

func (*ParentName) GetIdParts

func (name *ParentName) GetIdParts() map[string]string

func (*ParentName) GetPattern

func (name *ParentName) GetPattern() gotenresource.NamePattern

func (*ParentName) GetResourceDescriptor

func (name *ParentName) GetResourceDescriptor() gotenresource.Descriptor

func (*ParentName) GetSegments

func (name *ParentName) GetSegments() gotenresource.NameSegments

func (*ParentName) GotenEqual

func (name *ParentName) GotenEqual(other interface{}) bool

GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)

func (*ParentName) HasTrait added in v1.0.21

func (name *ParentName) HasTrait(trait int) bool

func (*ParentName) IsFullyQualified

func (name *ParentName) IsFullyQualified() bool

func (*ParentName) IsSpecified

func (name *ParentName) IsSpecified() bool

func (*ParentName) Match added in v1.0.21

func (name *ParentName) Match(pattern ref.Val) ref.Val

func (*ParentName) Matches

func (name *ParentName) Matches(other interface{}) bool

Matches is same as GotenEqual, but also will accept "other" if name is wildcard.

func (*ParentName) ParseProtoString

func (name *ParentName) ParseProtoString(data string) error

func (*ParentName) ProtoString

func (name *ParentName) ProtoString() (string, error)

func (*ParentName) Receive added in v1.0.21

func (name *ParentName) Receive(function string, overload string, args []ref.Val) ref.Val

func (*ParentName) SetFromCliFlag

func (name *ParentName) SetFromCliFlag(raw string) error

implement CustomTypeCliValue method

func (*ParentName) SetFromSegments

func (name *ParentName) SetFromSegments(segments gotenresource.NameSegments) error

func (*ParentName) String

func (name *ParentName) String() string

func (*ParentName) Type added in v1.0.21

func (name *ParentName) Type() ref.Type

func (*ParentName) TypeName added in v1.0.21

func (name *ParentName) TypeName() string

func (*ParentName) Value added in v1.0.21

func (name *ParentName) Value() interface{}

type ParentReference

type ParentReference struct {
	ParentName
	// contains filtered or unexported fields
}

func MakeParentReference

func MakeParentReference(name *ParentName) (*ParentReference, error)

func MustParseParentReference

func MustParseParentReference(name string) *ParentReference

func ParseParentReference

func ParseParentReference(name string) (*ParentReference, error)

func (*ParentReference) ClearCached

func (ref *ParentReference) ClearCached()

func (*ParentReference) GetAlertingCondition

func (ref *ParentReference) GetAlertingCondition() *alerting_condition.AlertingCondition

func (*ParentReference) GetAlertingConditionReference

func (ref *ParentReference) GetAlertingConditionReference() *alerting_condition.Reference

func (*ParentReference) GetIParentName added in v0.8.0

func (ref *ParentReference) GetIParentName() gotenresource.Name

func (*ParentReference) GetIUnderlyingParentName added in v0.8.0

func (ref *ParentReference) GetIUnderlyingParentName() gotenresource.Name

func (*ParentReference) GetIdParts

func (ref *ParentReference) GetIdParts() map[string]string

func (*ParentReference) GetPattern

func (ref *ParentReference) GetPattern() gotenresource.NamePattern

func (*ParentReference) GetRawResource

func (ref *ParentReference) GetRawResource() gotenresource.Resource

func (*ParentReference) GetResourceDescriptor

func (ref *ParentReference) GetResourceDescriptor() gotenresource.Descriptor

func (*ParentReference) GetSegments

func (ref *ParentReference) GetSegments() gotenresource.NameSegments

func (*ParentReference) GetUnderlyingReference

func (ref *ParentReference) GetUnderlyingReference() gotenresource.Reference

func (*ParentReference) GotenEqual

func (ref *ParentReference) GotenEqual(other interface{}) bool

GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)

func (*ParentReference) IsFullyQualified

func (ref *ParentReference) IsFullyQualified() bool

func (*ParentReference) IsSpecified

func (ref *ParentReference) IsSpecified() bool

func (*ParentReference) Matches

func (name *ParentReference) Matches(other interface{}) bool

Matches is same as GotenEqual, but also will accept "other" if name is wildcard.

func (*ParentReference) ParseProtoString

func (ref *ParentReference) ParseProtoString(data string) error

func (*ParentReference) ProtoString

func (ref *ParentReference) ProtoString() (string, error)

func (*ParentReference) ResolveRaw

func (ref *ParentReference) ResolveRaw(res gotenresource.Resource) error

func (*ParentReference) Resolved

func (ref *ParentReference) Resolved() bool

func (*ParentReference) SetFromCliFlag

func (ref *ParentReference) SetFromCliFlag(raw string) error

implement CustomTypeCliValue method

func (*ParentReference) String

func (ref *ParentReference) String() string

type QueryResultChange

type QueryResultChange struct {
	Changes        []*AlertChange
	PrevPageCursor *PagerCursor
	NextPageCursor *PagerCursor
	ResumeToken    string
	IsCurrent      bool
	IsHardReset    bool
	IsSoftReset    bool
	SnapshotSize   int64
}

func (*QueryResultChange) GetIsCurrent

func (qr *QueryResultChange) GetIsCurrent() bool

func (*QueryResultChange) GetIsHardReset

func (qr *QueryResultChange) GetIsHardReset() bool

func (*QueryResultChange) GetIsSoftReset

func (qr *QueryResultChange) GetIsSoftReset() bool

func (*QueryResultChange) GetNextPageCursor

func (qr *QueryResultChange) GetNextPageCursor() gotenresource.Cursor

func (*QueryResultChange) GetPrevPageCursor

func (qr *QueryResultChange) GetPrevPageCursor() gotenresource.Cursor

func (*QueryResultChange) GetResults

func (*QueryResultChange) GetResumeToken

func (qr *QueryResultChange) GetResumeToken() string

func (*QueryResultChange) GetSnapshotSize

func (qr *QueryResultChange) GetSnapshotSize() int64

func (*QueryResultChange) SetCursors

func (qr *QueryResultChange) SetCursors(nextPageCursor, prevPageCursor gotenresource.Cursor)

func (*QueryResultChange) SetIsCurrent

func (qr *QueryResultChange) SetIsCurrent()

func (*QueryResultChange) SetIsHardReset

func (qr *QueryResultChange) SetIsHardReset()

func (*QueryResultChange) SetIsSoftReset

func (qr *QueryResultChange) SetIsSoftReset()

func (*QueryResultChange) SetResults

func (qr *QueryResultChange) SetResults(results gotenresource.ResourceChangeList)

func (*QueryResultChange) SetResumeToken

func (qr *QueryResultChange) SetResumeToken(token string)

func (*QueryResultChange) SetSnapshotSize

func (qr *QueryResultChange) SetSnapshotSize(size int64)

type QueryResultSnapshot

type QueryResultSnapshot struct {
	Alerts            []*Alert
	PrevPageCursor    *PagerCursor
	NextPageCursor    *PagerCursor
	TotalResultsCount int32
	CurrentOffset     int32
}

func (*QueryResultSnapshot) GetNextPageCursor

func (qr *QueryResultSnapshot) GetNextPageCursor() gotenresource.Cursor

func (*QueryResultSnapshot) GetPagingInfo added in v0.10.1

func (qr *QueryResultSnapshot) GetPagingInfo() (totalCount, offset int32)

func (*QueryResultSnapshot) GetPrevPageCursor

func (qr *QueryResultSnapshot) GetPrevPageCursor() gotenresource.Cursor

func (*QueryResultSnapshot) GetResults

func (*QueryResultSnapshot) SetCursors

func (qr *QueryResultSnapshot) SetCursors(nextPageCursor, prevPageCursor gotenresource.Cursor)

func (*QueryResultSnapshot) SetPagingInfo added in v0.10.1

func (qr *QueryResultSnapshot) SetPagingInfo(totalCount, offset int32)

func (*QueryResultSnapshot) SetResults

func (qr *QueryResultSnapshot) SetResults(results gotenresource.ResourceList)

type Reference

type Reference struct {
	Name
	// contains filtered or unexported fields
}

func MakeReference

func MakeReference(name *Name, alert *Alert) (*Reference, error)

func MustParseReference

func MustParseReference(name string) *Reference

func ParseReference

func ParseReference(name string) (*Reference, error)

func (*Reference) ClearCached

func (ref *Reference) ClearCached()

func (*Reference) FullyQualifiedName

func (ref *Reference) FullyQualifiedName() (string, error)

func (*Reference) GetAlert

func (ref *Reference) GetAlert() *Alert

func (*Reference) GetIParentName added in v0.8.0

func (ref *Reference) GetIParentName() gotenresource.Name

func (*Reference) GetIUnderlyingParentName added in v0.8.0

func (ref *Reference) GetIUnderlyingParentName() gotenresource.Name

func (*Reference) GetIdParts

func (ref *Reference) GetIdParts() map[string]string

func (*Reference) GetPattern

func (ref *Reference) GetPattern() gotenresource.NamePattern

func (*Reference) GetRawResource

func (ref *Reference) GetRawResource() gotenresource.Resource

func (*Reference) GetResourceDescriptor

func (ref *Reference) GetResourceDescriptor() gotenresource.Descriptor

func (*Reference) GetSegments

func (ref *Reference) GetSegments() gotenresource.NameSegments

func (*Reference) GotenEqual

func (ref *Reference) GotenEqual(other interface{}) bool

GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)

func (*Reference) IsFullyQualified

func (ref *Reference) IsFullyQualified() bool

func (*Reference) IsSpecified

func (ref *Reference) IsSpecified() bool

func (*Reference) Matches

func (name *Reference) Matches(other interface{}) bool

Matches is same as GotenEqual, but also will accept "other" if name is wildcard.

func (*Reference) ParseProtoString

func (ref *Reference) ParseProtoString(data string) error

func (*Reference) ProtoString

func (ref *Reference) ProtoString() (string, error)

func (*Reference) Resolve

func (ref *Reference) Resolve(resolved *Alert)

func (*Reference) ResolveRaw

func (ref *Reference) ResolveRaw(res gotenresource.Resource) error

func (*Reference) Resolved

func (ref *Reference) Resolved() bool

func (*Reference) SetFromCliFlag

func (ref *Reference) SetFromCliFlag(raw string) error

implement CustomTypeCliValue method

func (*Reference) String

func (ref *Reference) String() string

type WatchQuery

type WatchQuery struct {
	ListQuery
	WatchType    watch_type.WatchType
	ChunkSize    int
	ResumeToken  string
	StartingTime *timestamppb.Timestamp
}

func (*WatchQuery) GetMaximumChunkSize

func (q *WatchQuery) GetMaximumChunkSize() int

func (*WatchQuery) GetResumeToken

func (q *WatchQuery) GetResumeToken() string

func (*WatchQuery) GetStartingTime added in v0.9.0

func (q *WatchQuery) GetStartingTime() *timestamppb.Timestamp

func (*WatchQuery) GetWatchType

func (q *WatchQuery) GetWatchType() watch_type.WatchType

func (*WatchQuery) SetMaximumChunkSize

func (q *WatchQuery) SetMaximumChunkSize(chunkSize int)

func (*WatchQuery) SetResumeToken

func (q *WatchQuery) SetResumeToken(token string)

func (*WatchQuery) SetStartingTime added in v0.9.0

func (q *WatchQuery) SetStartingTime(startingTime *timestamppb.Timestamp)

func (*WatchQuery) SetWatchType

func (q *WatchQuery) SetWatchType(watchType watch_type.WatchType)

func (*WatchQuery) String added in v0.4.29

func (q *WatchQuery) String() string

Jump to

Keyboard shortcuts

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