notification

package
v1.0.38 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	NamePattern_Project_Region_AlertingPolicy = "projects/{project}/regions/{region}/alertingPolicies/{alerting_policy}/notifications/{notification}"
)

Variables

View Source
var (
	Notification_State_NotificationState_Status_name = map[int32]string{
		0: "UNKNOWN",
		1: "PENDING",
		2: "FAILED",
		3: "SUPPRESSED",
		4: "SENT",
		5: "DELIVERED",
		6: "ACKNOWLEDGED",
		7: "UNACKNOWLEDGED",
	}

	Notification_State_NotificationState_Status_value = map[string]int32{
		"UNKNOWN":        0,
		"PENDING":        1,
		"FAILED":         2,
		"SUPPRESSED":     3,
		"SENT":           4,
		"DELIVERED":      5,
		"ACKNOWLEDGED":   6,
		"UNACKNOWLEDGED": 7,
	}
)

Functions

func AsAnyCastAccess

func AsAnyCastAccess(access NotificationAccess) gotenresource.Access

Types

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

func (d *Descriptor) NewResourceFieldMask() gotenobject.FieldMask

func (*Descriptor) NewResourceFilter

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

func (d *Descriptor) NewResourceOrderBy() gotenresource.OrderBy

func (*Descriptor) NewResourcePager

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 *Notification) 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 []*Notification) (out []*Notification)

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 Notification_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 *Notification) bool

	// Whether this condition is at least as specific as other.
	// When true, any Notification 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 Notification_FieldPath) bool
	// contains filtered or unexported methods
}

func AndFilterConditions

func AndFilterConditions(conds ...FilterCondition) FilterCondition

type FilterConditionCompare

type FilterConditionCompare struct {
	Operator filterParser.CompareOperator
	Notification_FieldPathValue
}

func (*FilterConditionCompare) And

func (*FilterConditionCompare) ConditionCompare

func (cond *FilterConditionCompare) ConditionCompare()

func (*FilterConditionCompare) Evaluate

func (cond *FilterConditionCompare) Evaluate(res *Notification) 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 Notification_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 *Notification) 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 Notification_FieldPath) bool

func (*FilterConditionComposite) SpecifiesRawFieldPath

func (cond *FilterConditionComposite) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool

func (*FilterConditionComposite) String

func (cond *FilterConditionComposite) String() string

type FilterConditionContains

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 *Notification) bool

func (*FilterConditionContains) EvaluateRaw

func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool

func (*FilterConditionContains) GetFieldPath

func (cond *FilterConditionContains) GetFieldPath() Notification_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 Notification_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 {
	Notification_FieldPathArrayOfValues
}

func (*FilterConditionIn) And

func (*FilterConditionIn) ConditionIn

func (cond *FilterConditionIn) ConditionIn()

func (*FilterConditionIn) Evaluate

func (cond *FilterConditionIn) Evaluate(res *Notification) 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 Notification_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 Notification_FieldPath
}

func (*FilterConditionIsNaN) And

func (*FilterConditionIsNaN) ConditionIsNaN

func (cond *FilterConditionIsNaN) ConditionIsNaN()

func (*FilterConditionIsNaN) Evaluate

func (cond *FilterConditionIsNaN) Evaluate(res *Notification) 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 Notification_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 Notification_FieldPath
}

func (*FilterConditionIsNull) And

func (*FilterConditionIsNull) ConditionIsNull

func (cond *FilterConditionIsNull) ConditionIsNull()

func (*FilterConditionIsNull) Evaluate

func (cond *FilterConditionIsNull) Evaluate(res *Notification) 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 Notification_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 *Notification) 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 Notification_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 {
	Notification_FieldPathArrayOfValues
}

func (*FilterConditionNotIn) And

func (*FilterConditionNotIn) ConditionNotIn

func (cond *FilterConditionNotIn) ConditionNotIn()

func (*FilterConditionNotIn) Evaluate

func (cond *FilterConditionNotIn) Evaluate(res *Notification) 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 Notification_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      *Notification_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           *Notification_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

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

func (q *ListQuery) SetWithPagingInfo(with bool)

func (*ListQuery) String

func (q *ListQuery) String() string

type Name

type Name struct {
	ParentName
	NotificationId string `firestore:"notificationId"`
}

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

func (name *Name) GetAlertingPolicyName() *alerting_policy.Name

func (*Name) GetIParentName

func (name *Name) GetIParentName() gotenresource.Name

func (*Name) GetIUnderlyingParentName

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

func (b *NameBuilder) SetAlertingPolicy(parent *alerting_policy.Name) *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 Notification

type Notification struct {

	// Name of Notification
	// 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"`
	// Reference to alerting policy that this notification is for
	AlertingPolicy *alerting_policy.Name `` /* 146-byte string literal not displayed */
	// References to alerts that are part of this notification
	Alerts []*alert.Name       `protobuf:"bytes,4,rep,customtype=Name,name=alerts,proto3" json:"alerts,omitempty" firestore:"alerts"`
	State  *Notification_State `protobuf:"bytes,6,opt,name=state,proto3" json:"state,omitempty" firestore:"state"`
	// contains filtered or unexported fields
}

Notification Resource

func (*Notification) Clone

func (o *Notification) Clone() *Notification

func (*Notification) CloneRaw

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

func (*Notification) Descriptor

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

Deprecated, Use Notification.ProtoReflect.Descriptor instead.

func (*Notification) EnsureMetadata added in v1.0.21

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

func (*Notification) GetAlertingPolicy

func (m *Notification) GetAlertingPolicy() *alerting_policy.Name

func (*Notification) GetAlerts

func (m *Notification) GetAlerts() []*alert.Name

func (*Notification) GetMetadata

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

func (*Notification) GetName

func (m *Notification) GetName() *Name

func (*Notification) GetRawName

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

func (*Notification) GetResourceDescriptor

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

func (*Notification) GetState

func (m *Notification) GetState() *Notification_State

func (*Notification) GotenMessage

func (*Notification) GotenMessage()

func (*Notification) GotenObjectExt

func (o *Notification) GotenObjectExt()

func (*Notification) GotenValidate

func (obj *Notification) GotenValidate() error

func (*Notification) MakeDiffFieldMask

func (o *Notification) MakeDiffFieldMask(other *Notification) *Notification_FieldMask

func (*Notification) MakeFullFieldMask

func (o *Notification) MakeFullFieldMask() *Notification_FieldMask

func (*Notification) MakeRawDiffFieldMask

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

func (*Notification) MakeRawFullFieldMask

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

func (*Notification) Marshal

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

func (*Notification) MarshalJSON

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

func (*Notification) MaybePopulateDefaults

func (r *Notification) MaybePopulateDefaults() error

func (*Notification) Merge

func (o *Notification) Merge(source *Notification)

func (*Notification) MergeRaw

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

func (*Notification) ProtoMessage

func (*Notification) ProtoMessage()

func (*Notification) ProtoReflect

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

func (*Notification) Reset

func (m *Notification) Reset()

func (*Notification) SetAlertingPolicy

func (m *Notification) SetAlertingPolicy(fv *alerting_policy.Name)

func (*Notification) SetAlerts

func (m *Notification) SetAlerts(fv []*alert.Name)

func (*Notification) SetMetadata

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

func (*Notification) SetName

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

func (*Notification) SetState

func (m *Notification) SetState(fv *Notification_State)

func (*Notification) String

func (m *Notification) String() string

func (*Notification) Unmarshal

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

func (*Notification) UnmarshalJSON

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

type NotificationAccess

type NotificationAccess interface {
	GetNotification(context.Context, *GetQuery) (*Notification, error)
	BatchGetNotifications(context.Context, []*Reference, ...gotenresource.BatchGetOption) error
	QueryNotifications(context.Context, *ListQuery) (*QueryResultSnapshot, error)
	SearchNotifications(context.Context, *SearchQuery) (*QueryResultSnapshot, error)
	WatchNotification(context.Context, *GetQuery, func(*NotificationChange) error) error
	WatchNotifications(context.Context, *WatchQuery, func(*QueryResultChange) error) error
	SaveNotification(context.Context, *Notification, ...gotenresource.SaveOption) error
	DeleteNotification(context.Context, *Reference, ...gotenresource.DeleteOption) error
}

type NotificationChange

type NotificationChange struct {

	// Notification change
	//
	// Types that are valid to be assigned to ChangeType:
	//	*NotificationChange_Added_
	//	*NotificationChange_Modified_
	//	*NotificationChange_Current_
	//	*NotificationChange_Removed_
	ChangeType isNotificationChange_ChangeType `protobuf_oneof:"change_type"`
	// contains filtered or unexported fields
}

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

func (*NotificationChange) Descriptor

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

Deprecated, Use NotificationChange.ProtoReflect.Descriptor instead.

func (*NotificationChange) GetAdded

func (*NotificationChange) GetChangeType

func (m *NotificationChange) GetChangeType() isNotificationChange_ChangeType

func (*NotificationChange) GetCurrent

func (*NotificationChange) GetCurrentViewIndex

func (c *NotificationChange) GetCurrentViewIndex() int32

func (*NotificationChange) GetModified

func (*NotificationChange) GetNotification

func (c *NotificationChange) GetNotification() *Notification

func (*NotificationChange) GetNotificationName

func (c *NotificationChange) GetNotificationName() *Name

func (*NotificationChange) GetPreviousViewIndex

func (c *NotificationChange) GetPreviousViewIndex() int32

func (*NotificationChange) GetRawName

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

func (*NotificationChange) GetRawResource

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

func (*NotificationChange) GetRemoved

func (*NotificationChange) GotenMessage

func (*NotificationChange) GotenMessage()

func (*NotificationChange) GotenValidate

func (obj *NotificationChange) GotenValidate() error

func (*NotificationChange) IsAdd

func (c *NotificationChange) IsAdd() bool

func (*NotificationChange) IsCurrent

func (c *NotificationChange) IsCurrent() bool

func (*NotificationChange) IsDelete

func (c *NotificationChange) IsDelete() bool

func (*NotificationChange) IsModify

func (c *NotificationChange) IsModify() bool

func (*NotificationChange) Marshal

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

func (*NotificationChange) MarshalJSON

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

func (*NotificationChange) ProtoMessage

func (*NotificationChange) ProtoMessage()

func (*NotificationChange) ProtoReflect

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

func (*NotificationChange) Reset

func (m *NotificationChange) Reset()

func (*NotificationChange) SetAdded

func (*NotificationChange) SetAddedRaw

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

func (*NotificationChange) SetChangeType

func (m *NotificationChange) SetChangeType(ofv isNotificationChange_ChangeType)

func (*NotificationChange) SetCurrent

func (*NotificationChange) SetCurrentRaw

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

func (*NotificationChange) SetDeletedRaw

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

func (*NotificationChange) SetModified

func (m *NotificationChange) SetModified(fv *NotificationChange_Modified)

func (*NotificationChange) SetModifiedRaw

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

func (*NotificationChange) SetRemoved

func (*NotificationChange) String

func (m *NotificationChange) String() string

func (*NotificationChange) Unmarshal

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

func (*NotificationChange) UnmarshalJSON

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

type NotificationChangeList

type NotificationChangeList []*NotificationChange

func (NotificationChangeList) Append

func (NotificationChangeList) AppendList

func (NotificationChangeList) At

func (NotificationChangeList) Length

func (l NotificationChangeList) Length() int

func (NotificationChangeList) Set

func (NotificationChangeList) Slice

type NotificationChangeMap

type NotificationChangeMap map[Name]*NotificationChange

func (NotificationChangeMap) Delete

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

func (NotificationChangeMap) ForEach

func (NotificationChangeMap) Get

func (NotificationChangeMap) Length

func (m NotificationChangeMap) Length() int

func (NotificationChangeMap) Set

type NotificationChange_Added

type NotificationChange_Added struct {
	Notification *Notification `protobuf:"bytes,1,opt,name=notification,proto3" json:"notification,omitempty" firestore:"notification"`
	// Integer describing index of added Notification 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
}

Notification has been added to query view

func (*NotificationChange_Added) Descriptor

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

Deprecated, Use NotificationChange_Added.ProtoReflect.Descriptor instead.

func (*NotificationChange_Added) GetNotification

func (m *NotificationChange_Added) GetNotification() *Notification

func (*NotificationChange_Added) GetViewIndex

func (m *NotificationChange_Added) GetViewIndex() int32

func (*NotificationChange_Added) GotenMessage

func (*NotificationChange_Added) GotenMessage()

func (*NotificationChange_Added) GotenValidate

func (obj *NotificationChange_Added) GotenValidate() error

func (*NotificationChange_Added) Marshal

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

func (*NotificationChange_Added) MarshalJSON

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

func (*NotificationChange_Added) ProtoMessage

func (*NotificationChange_Added) ProtoMessage()

func (*NotificationChange_Added) ProtoReflect

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

func (*NotificationChange_Added) Reset

func (m *NotificationChange_Added) Reset()

func (*NotificationChange_Added) SetNotification

func (m *NotificationChange_Added) SetNotification(fv *Notification)

func (*NotificationChange_Added) SetViewIndex

func (m *NotificationChange_Added) SetViewIndex(fv int32)

func (*NotificationChange_Added) String

func (m *NotificationChange_Added) String() string

func (*NotificationChange_Added) Unmarshal

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

func (*NotificationChange_Added) UnmarshalJSON

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

type NotificationChange_Added_

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

type NotificationChange_Current

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

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

func (*NotificationChange_Current) Descriptor

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

Deprecated, Use NotificationChange_Current.ProtoReflect.Descriptor instead.

func (*NotificationChange_Current) GetNotification

func (m *NotificationChange_Current) GetNotification() *Notification

func (*NotificationChange_Current) GotenMessage

func (*NotificationChange_Current) GotenMessage()

func (*NotificationChange_Current) GotenValidate

func (obj *NotificationChange_Current) GotenValidate() error

func (*NotificationChange_Current) Marshal

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

func (*NotificationChange_Current) MarshalJSON

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

func (*NotificationChange_Current) ProtoMessage

func (*NotificationChange_Current) ProtoMessage()

func (*NotificationChange_Current) ProtoReflect

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

func (*NotificationChange_Current) Reset

func (m *NotificationChange_Current) Reset()

func (*NotificationChange_Current) SetNotification

func (m *NotificationChange_Current) SetNotification(fv *Notification)

func (*NotificationChange_Current) String

func (m *NotificationChange_Current) String() string

func (*NotificationChange_Current) Unmarshal

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

func (*NotificationChange_Current) UnmarshalJSON

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

type NotificationChange_Current_

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

type NotificationChange_Modified

type NotificationChange_Modified struct {

	// Name of modified Notification
	Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// New version of Notification or masked difference, depending on
	// mask_changes instrumentation of issued [WatchNotificationRequest] or
	// [WatchNotificationsRequest]
	Notification *Notification `protobuf:"bytes,2,opt,name=notification,proto3" json:"notification,omitempty" firestore:"notification"`
	// Used when mask_changes is set, contains field paths of modified
	// properties.
	FieldMask *Notification_FieldMask `` /* 144-byte string literal not displayed */
	// Previous view index specifies previous position of modified Notification.
	// When modification doesn't affect sorted order, value will remain
	// identical to [view_index].
	PreviousViewIndex int32 `` /* 145-byte string literal not displayed */
	// Integer specifying Notification 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
}

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

func (*NotificationChange_Modified) Descriptor

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

Deprecated, Use NotificationChange_Modified.ProtoReflect.Descriptor instead.

func (*NotificationChange_Modified) GetFieldMask

func (*NotificationChange_Modified) GetName

func (m *NotificationChange_Modified) GetName() *Name

func (*NotificationChange_Modified) GetNotification

func (m *NotificationChange_Modified) GetNotification() *Notification

func (*NotificationChange_Modified) GetPreviousViewIndex

func (m *NotificationChange_Modified) GetPreviousViewIndex() int32

func (*NotificationChange_Modified) GetViewIndex

func (m *NotificationChange_Modified) GetViewIndex() int32

func (*NotificationChange_Modified) GotenMessage

func (*NotificationChange_Modified) GotenMessage()

func (*NotificationChange_Modified) GotenValidate

func (obj *NotificationChange_Modified) GotenValidate() error

func (*NotificationChange_Modified) Marshal

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

func (*NotificationChange_Modified) MarshalJSON

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

func (*NotificationChange_Modified) ProtoMessage

func (*NotificationChange_Modified) ProtoMessage()

func (*NotificationChange_Modified) ProtoReflect

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

func (*NotificationChange_Modified) Reset

func (m *NotificationChange_Modified) Reset()

func (*NotificationChange_Modified) SetFieldMask

func (*NotificationChange_Modified) SetName

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

func (*NotificationChange_Modified) SetNotification

func (m *NotificationChange_Modified) SetNotification(fv *Notification)

func (*NotificationChange_Modified) SetPreviousViewIndex

func (m *NotificationChange_Modified) SetPreviousViewIndex(fv int32)

func (*NotificationChange_Modified) SetViewIndex

func (m *NotificationChange_Modified) SetViewIndex(fv int32)

func (*NotificationChange_Modified) String

func (m *NotificationChange_Modified) String() string

func (*NotificationChange_Modified) Unmarshal

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

func (*NotificationChange_Modified) UnmarshalJSON

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

type NotificationChange_Modified_

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

type NotificationChange_Removed

type NotificationChange_Removed struct {
	Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// Integer specifying removed Notification 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 Notification is deleted or leaves Query view

func (*NotificationChange_Removed) Descriptor

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

Deprecated, Use NotificationChange_Removed.ProtoReflect.Descriptor instead.

func (*NotificationChange_Removed) GetName

func (m *NotificationChange_Removed) GetName() *Name

func (*NotificationChange_Removed) GetViewIndex

func (m *NotificationChange_Removed) GetViewIndex() int32

func (*NotificationChange_Removed) GotenMessage

func (*NotificationChange_Removed) GotenMessage()

func (*NotificationChange_Removed) GotenValidate

func (obj *NotificationChange_Removed) GotenValidate() error

func (*NotificationChange_Removed) Marshal

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

func (*NotificationChange_Removed) MarshalJSON

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

func (*NotificationChange_Removed) ProtoMessage

func (*NotificationChange_Removed) ProtoMessage()

func (*NotificationChange_Removed) ProtoReflect

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

func (*NotificationChange_Removed) Reset

func (m *NotificationChange_Removed) Reset()

func (*NotificationChange_Removed) SetName

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

func (*NotificationChange_Removed) SetViewIndex

func (m *NotificationChange_Removed) SetViewIndex(fv int32)

func (*NotificationChange_Removed) String

func (m *NotificationChange_Removed) String() string

func (*NotificationChange_Removed) Unmarshal

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

func (*NotificationChange_Removed) UnmarshalJSON

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

type NotificationChange_Removed_

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

type NotificationFieldPathBuilder

type NotificationFieldPathBuilder struct{}

func NewNotificationFieldPathBuilder

func NewNotificationFieldPathBuilder() NotificationFieldPathBuilder

func (NotificationFieldPathBuilder) AlertingPolicy

func (NotificationFieldPathBuilder) Alerts

func (NotificationFieldPathBuilder) Metadata

func (NotificationFieldPathBuilder) Name

func (NotificationFieldPathBuilder) State

type NotificationList

type NotificationList []*Notification

func (NotificationList) Append

func (NotificationList) AppendList

func (NotificationList) At

func (NotificationList) Length

func (l NotificationList) Length() int

func (NotificationList) Set

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

func (NotificationList) Slice

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

type NotificationMap

type NotificationMap map[Name]*Notification

func (NotificationMap) Delete

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

func (NotificationMap) ForEach

func (NotificationMap) Get

func (NotificationMap) Length

func (m NotificationMap) Length() int

func (NotificationMap) Set

type NotificationMapPathSelectorMetadataAnnotations

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

func (NotificationMapPathSelectorMetadataAnnotations) FieldPath

func (NotificationMapPathSelectorMetadataAnnotations) WithArrayOfValues

func (NotificationMapPathSelectorMetadataAnnotations) WithValue

type NotificationMapPathSelectorMetadataLabels

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

func (NotificationMapPathSelectorMetadataLabels) FieldPath

func (NotificationMapPathSelectorMetadataLabels) WithArrayOfValues

func (NotificationMapPathSelectorMetadataLabels) WithValue

type NotificationMapPathSelectorMetadataShards

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

func (NotificationMapPathSelectorMetadataShards) FieldPath

func (NotificationMapPathSelectorMetadataShards) WithArrayOfValues

func (NotificationMapPathSelectorMetadataShards) WithValue

type NotificationNameList

type NotificationNameList []*Name

func (NotificationNameList) Append

func (NotificationNameList) AppendList

func (NotificationNameList) At

func (NotificationNameList) Length

func (l NotificationNameList) Length() int

func (NotificationNameList) Set

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

func (NotificationNameList) Slice

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

type NotificationParentNameList

type NotificationParentNameList []*ParentName

func (NotificationParentNameList) Append

func (NotificationParentNameList) AppendList

func (NotificationParentNameList) At

func (NotificationParentNameList) Length

func (l NotificationParentNameList) Length() int

func (NotificationParentNameList) Set

func (NotificationParentNameList) Slice

type NotificationParentReferenceList

type NotificationParentReferenceList []*ParentReference

func (NotificationParentReferenceList) Append

func (NotificationParentReferenceList) AppendList

func (NotificationParentReferenceList) At

func (NotificationParentReferenceList) Length

func (NotificationParentReferenceList) Set

func (NotificationParentReferenceList) Slice

type NotificationPathSelectorAlertingPolicy

type NotificationPathSelectorAlertingPolicy struct{}

func (NotificationPathSelectorAlertingPolicy) FieldPath

func (NotificationPathSelectorAlertingPolicy) WithArrayOfValues

func (NotificationPathSelectorAlertingPolicy) WithValue

type NotificationPathSelectorAlerts

type NotificationPathSelectorAlerts struct{}

func (NotificationPathSelectorAlerts) FieldPath

func (NotificationPathSelectorAlerts) WithArrayOfValues

func (NotificationPathSelectorAlerts) WithItemValue

func (NotificationPathSelectorAlerts) WithValue

type NotificationPathSelectorMetadata

type NotificationPathSelectorMetadata struct{}

func (NotificationPathSelectorMetadata) Annotations

func (NotificationPathSelectorMetadata) CreateTime

func (NotificationPathSelectorMetadata) DeleteTime

func (NotificationPathSelectorMetadata) FieldPath

func (NotificationPathSelectorMetadata) Generation

func (NotificationPathSelectorMetadata) Labels

func (NotificationPathSelectorMetadata) Lifecycle

func (NotificationPathSelectorMetadata) OwnerReferences

func (NotificationPathSelectorMetadata) ResourceVersion

func (NotificationPathSelectorMetadata) Services added in v1.0.21

func (NotificationPathSelectorMetadata) Shards

func (NotificationPathSelectorMetadata) Syncing

func (NotificationPathSelectorMetadata) Tags

func (NotificationPathSelectorMetadata) UpdateTime

func (NotificationPathSelectorMetadata) Uuid

func (NotificationPathSelectorMetadata) WithArrayOfValues

func (NotificationPathSelectorMetadata) WithSubArrayItemValue

func (NotificationPathSelectorMetadata) WithSubArrayOfValues

func (NotificationPathSelectorMetadata) WithSubPath

func (NotificationPathSelectorMetadata) WithSubValue

func (NotificationPathSelectorMetadata) WithValue

type NotificationPathSelectorMetadataAnnotations

type NotificationPathSelectorMetadataAnnotations struct{}

func (NotificationPathSelectorMetadataAnnotations) FieldPath

func (NotificationPathSelectorMetadataAnnotations) WithArrayOfValues

func (NotificationPathSelectorMetadataAnnotations) WithKey

func (NotificationPathSelectorMetadataAnnotations) WithValue

type NotificationPathSelectorMetadataCreateTime

type NotificationPathSelectorMetadataCreateTime struct{}

func (NotificationPathSelectorMetadataCreateTime) FieldPath

func (NotificationPathSelectorMetadataCreateTime) WithArrayOfValues

func (NotificationPathSelectorMetadataCreateTime) WithValue

type NotificationPathSelectorMetadataDeleteTime

type NotificationPathSelectorMetadataDeleteTime struct{}

func (NotificationPathSelectorMetadataDeleteTime) FieldPath

func (NotificationPathSelectorMetadataDeleteTime) WithArrayOfValues

func (NotificationPathSelectorMetadataDeleteTime) WithValue

type NotificationPathSelectorMetadataGeneration

type NotificationPathSelectorMetadataGeneration struct{}

func (NotificationPathSelectorMetadataGeneration) FieldPath

func (NotificationPathSelectorMetadataGeneration) WithArrayOfValues

func (NotificationPathSelectorMetadataGeneration) WithValue

type NotificationPathSelectorMetadataLabels

type NotificationPathSelectorMetadataLabels struct{}

func (NotificationPathSelectorMetadataLabels) FieldPath

func (NotificationPathSelectorMetadataLabels) WithArrayOfValues

func (NotificationPathSelectorMetadataLabels) WithKey

func (NotificationPathSelectorMetadataLabels) WithValue

type NotificationPathSelectorMetadataLifecycle

type NotificationPathSelectorMetadataLifecycle struct{}

func (NotificationPathSelectorMetadataLifecycle) BlockDeletion

func (NotificationPathSelectorMetadataLifecycle) FieldPath

func (NotificationPathSelectorMetadataLifecycle) State

func (NotificationPathSelectorMetadataLifecycle) WithArrayOfValues

func (NotificationPathSelectorMetadataLifecycle) WithValue

type NotificationPathSelectorMetadataLifecycleBlockDeletion

type NotificationPathSelectorMetadataLifecycleBlockDeletion struct{}

func (NotificationPathSelectorMetadataLifecycleBlockDeletion) FieldPath

func (NotificationPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues

func (NotificationPathSelectorMetadataLifecycleBlockDeletion) WithValue

type NotificationPathSelectorMetadataLifecycleState

type NotificationPathSelectorMetadataLifecycleState struct{}

func (NotificationPathSelectorMetadataLifecycleState) FieldPath

func (NotificationPathSelectorMetadataLifecycleState) WithArrayOfValues

func (NotificationPathSelectorMetadataLifecycleState) WithValue

type NotificationPathSelectorMetadataOwnerReferences

type NotificationPathSelectorMetadataOwnerReferences struct{}

func (NotificationPathSelectorMetadataOwnerReferences) Controller

func (NotificationPathSelectorMetadataOwnerReferences) FieldPath

func (NotificationPathSelectorMetadataOwnerReferences) Kind

func (NotificationPathSelectorMetadataOwnerReferences) Name

func (NotificationPathSelectorMetadataOwnerReferences) Region

func (NotificationPathSelectorMetadataOwnerReferences) Version

func (NotificationPathSelectorMetadataOwnerReferences) WithArrayOfValues

func (NotificationPathSelectorMetadataOwnerReferences) WithItemValue

func (NotificationPathSelectorMetadataOwnerReferences) WithValue

type NotificationPathSelectorMetadataOwnerReferencesController

type NotificationPathSelectorMetadataOwnerReferencesController struct{}

func (NotificationPathSelectorMetadataOwnerReferencesController) FieldPath

func (NotificationPathSelectorMetadataOwnerReferencesController) WithArrayOfValues

func (NotificationPathSelectorMetadataOwnerReferencesController) WithValue

type NotificationPathSelectorMetadataOwnerReferencesKind

type NotificationPathSelectorMetadataOwnerReferencesKind struct{}

func (NotificationPathSelectorMetadataOwnerReferencesKind) FieldPath

func (NotificationPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues

func (NotificationPathSelectorMetadataOwnerReferencesKind) WithValue

type NotificationPathSelectorMetadataOwnerReferencesName

type NotificationPathSelectorMetadataOwnerReferencesName struct{}

func (NotificationPathSelectorMetadataOwnerReferencesName) FieldPath

func (NotificationPathSelectorMetadataOwnerReferencesName) WithArrayOfValues

func (NotificationPathSelectorMetadataOwnerReferencesName) WithValue

type NotificationPathSelectorMetadataOwnerReferencesRegion

type NotificationPathSelectorMetadataOwnerReferencesRegion struct{}

func (NotificationPathSelectorMetadataOwnerReferencesRegion) FieldPath

func (NotificationPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues

func (NotificationPathSelectorMetadataOwnerReferencesRegion) WithValue

type NotificationPathSelectorMetadataOwnerReferencesRequiresOwnerReference

type NotificationPathSelectorMetadataOwnerReferencesRequiresOwnerReference struct{}

func (NotificationPathSelectorMetadataOwnerReferencesRequiresOwnerReference) FieldPath

func (NotificationPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues

func (NotificationPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue

type NotificationPathSelectorMetadataOwnerReferencesVersion

type NotificationPathSelectorMetadataOwnerReferencesVersion struct{}

func (NotificationPathSelectorMetadataOwnerReferencesVersion) FieldPath

func (NotificationPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues

func (NotificationPathSelectorMetadataOwnerReferencesVersion) WithValue

type NotificationPathSelectorMetadataResourceVersion

type NotificationPathSelectorMetadataResourceVersion struct{}

func (NotificationPathSelectorMetadataResourceVersion) FieldPath

func (NotificationPathSelectorMetadataResourceVersion) WithArrayOfValues

func (NotificationPathSelectorMetadataResourceVersion) WithValue

type NotificationPathSelectorMetadataServices added in v1.0.21

type NotificationPathSelectorMetadataServices struct{}

func (NotificationPathSelectorMetadataServices) AllowedServices added in v1.0.21

func (NotificationPathSelectorMetadataServices) FieldPath added in v1.0.21

func (NotificationPathSelectorMetadataServices) OwningService added in v1.0.21

func (NotificationPathSelectorMetadataServices) WithArrayOfValues added in v1.0.21

func (NotificationPathSelectorMetadataServices) WithValue added in v1.0.21

type NotificationPathSelectorMetadataServicesAllowedServices added in v1.0.21

type NotificationPathSelectorMetadataServicesAllowedServices struct{}

func (NotificationPathSelectorMetadataServicesAllowedServices) FieldPath added in v1.0.21

func (NotificationPathSelectorMetadataServicesAllowedServices) WithArrayOfValues added in v1.0.21

func (NotificationPathSelectorMetadataServicesAllowedServices) WithItemValue added in v1.0.21

func (NotificationPathSelectorMetadataServicesAllowedServices) WithValue added in v1.0.21

type NotificationPathSelectorMetadataServicesOwningService added in v1.0.21

type NotificationPathSelectorMetadataServicesOwningService struct{}

func (NotificationPathSelectorMetadataServicesOwningService) FieldPath added in v1.0.21

func (NotificationPathSelectorMetadataServicesOwningService) WithArrayOfValues added in v1.0.21

func (NotificationPathSelectorMetadataServicesOwningService) WithValue added in v1.0.21

type NotificationPathSelectorMetadataShards

type NotificationPathSelectorMetadataShards struct{}

func (NotificationPathSelectorMetadataShards) FieldPath

func (NotificationPathSelectorMetadataShards) WithArrayOfValues

func (NotificationPathSelectorMetadataShards) WithKey

func (NotificationPathSelectorMetadataShards) WithValue

type NotificationPathSelectorMetadataSyncing

type NotificationPathSelectorMetadataSyncing struct{}

func (NotificationPathSelectorMetadataSyncing) FieldPath

func (NotificationPathSelectorMetadataSyncing) OwningRegion

func (NotificationPathSelectorMetadataSyncing) Regions

func (NotificationPathSelectorMetadataSyncing) WithArrayOfValues

func (NotificationPathSelectorMetadataSyncing) WithValue

type NotificationPathSelectorMetadataSyncingOwningRegion

type NotificationPathSelectorMetadataSyncingOwningRegion struct{}

func (NotificationPathSelectorMetadataSyncingOwningRegion) FieldPath

func (NotificationPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues

func (NotificationPathSelectorMetadataSyncingOwningRegion) WithValue

type NotificationPathSelectorMetadataSyncingRegions

type NotificationPathSelectorMetadataSyncingRegions struct{}

func (NotificationPathSelectorMetadataSyncingRegions) FieldPath

func (NotificationPathSelectorMetadataSyncingRegions) WithArrayOfValues

func (NotificationPathSelectorMetadataSyncingRegions) WithItemValue

func (NotificationPathSelectorMetadataSyncingRegions) WithValue

type NotificationPathSelectorMetadataTags

type NotificationPathSelectorMetadataTags struct{}

func (NotificationPathSelectorMetadataTags) FieldPath

func (NotificationPathSelectorMetadataTags) WithArrayOfValues

func (NotificationPathSelectorMetadataTags) WithItemValue

func (NotificationPathSelectorMetadataTags) WithValue

type NotificationPathSelectorMetadataUpdateTime

type NotificationPathSelectorMetadataUpdateTime struct{}

func (NotificationPathSelectorMetadataUpdateTime) FieldPath

func (NotificationPathSelectorMetadataUpdateTime) WithArrayOfValues

func (NotificationPathSelectorMetadataUpdateTime) WithValue

type NotificationPathSelectorMetadataUuid

type NotificationPathSelectorMetadataUuid struct{}

func (NotificationPathSelectorMetadataUuid) FieldPath

func (NotificationPathSelectorMetadataUuid) WithArrayOfValues

func (NotificationPathSelectorMetadataUuid) WithValue

type NotificationPathSelectorName

type NotificationPathSelectorName struct{}

func (NotificationPathSelectorName) FieldPath

func (NotificationPathSelectorName) WithArrayOfValues

func (NotificationPathSelectorName) WithValue

type NotificationPathSelectorState

type NotificationPathSelectorState struct{}

func (NotificationPathSelectorState) AlertsLifetime

func (NotificationPathSelectorState) FieldPath

func (NotificationPathSelectorState) IncidentNotifyAttemptsDone added in v0.10.12

func (NotificationPathSelectorState) IsResolved added in v0.10.12

func (NotificationPathSelectorState) LifecycleCompleted added in v0.10.12

func (NotificationPathSelectorState) NotificationState

func (NotificationPathSelectorState) ResolutionNotificationState added in v0.10.12

func (NotificationPathSelectorState) ResolutionNotifyAttemptsDone added in v0.10.12

func (NotificationPathSelectorState) WithArrayOfValues

func (NotificationPathSelectorState) WithSubArrayItemValue

func (NotificationPathSelectorState) WithSubArrayOfValues

func (NotificationPathSelectorState) WithSubPath

func (NotificationPathSelectorState) WithSubValue

func (NotificationPathSelectorState) WithValue

type NotificationPathSelectorStateAlertsLifetime

type NotificationPathSelectorStateAlertsLifetime struct{}

func (NotificationPathSelectorStateAlertsLifetime) EndTime

func (NotificationPathSelectorStateAlertsLifetime) FieldPath

func (NotificationPathSelectorStateAlertsLifetime) StartTime

func (NotificationPathSelectorStateAlertsLifetime) WithArrayOfValues

func (NotificationPathSelectorStateAlertsLifetime) WithValue

type NotificationPathSelectorStateAlertsLifetimeEndTime

type NotificationPathSelectorStateAlertsLifetimeEndTime struct{}

func (NotificationPathSelectorStateAlertsLifetimeEndTime) FieldPath

func (NotificationPathSelectorStateAlertsLifetimeEndTime) WithArrayOfValues

func (NotificationPathSelectorStateAlertsLifetimeEndTime) WithValue

type NotificationPathSelectorStateAlertsLifetimeStartTime

type NotificationPathSelectorStateAlertsLifetimeStartTime struct{}

func (NotificationPathSelectorStateAlertsLifetimeStartTime) FieldPath

func (NotificationPathSelectorStateAlertsLifetimeStartTime) WithArrayOfValues

func (NotificationPathSelectorStateAlertsLifetimeStartTime) WithValue

type NotificationPathSelectorStateIncidentNotifyAttemptsDone added in v0.10.12

type NotificationPathSelectorStateIncidentNotifyAttemptsDone struct{}

func (NotificationPathSelectorStateIncidentNotifyAttemptsDone) FieldPath added in v0.10.12

func (NotificationPathSelectorStateIncidentNotifyAttemptsDone) WithArrayOfValues added in v0.10.12

func (NotificationPathSelectorStateIncidentNotifyAttemptsDone) WithValue added in v0.10.12

type NotificationPathSelectorStateIsResolved added in v0.10.12

type NotificationPathSelectorStateIsResolved struct{}

func (NotificationPathSelectorStateIsResolved) FieldPath added in v0.10.12

func (NotificationPathSelectorStateIsResolved) WithArrayOfValues added in v0.10.12

func (NotificationPathSelectorStateIsResolved) WithValue added in v0.10.12

type NotificationPathSelectorStateLifecycleCompleted added in v0.10.12

type NotificationPathSelectorStateLifecycleCompleted struct{}

func (NotificationPathSelectorStateLifecycleCompleted) FieldPath added in v0.10.12

func (NotificationPathSelectorStateLifecycleCompleted) WithArrayOfValues added in v0.10.12

func (NotificationPathSelectorStateLifecycleCompleted) WithValue added in v0.10.12

type NotificationPathSelectorStateNotificationState

type NotificationPathSelectorStateNotificationState struct{}

func (NotificationPathSelectorStateNotificationState) Error

func (NotificationPathSelectorStateNotificationState) FieldPath

func (NotificationPathSelectorStateNotificationState) NotificationChannel

func (NotificationPathSelectorStateNotificationState) NotifyAttempts

func (NotificationPathSelectorStateNotificationState) ProviderData

func (NotificationPathSelectorStateNotificationState) Status

func (NotificationPathSelectorStateNotificationState) WithArrayOfValues

func (NotificationPathSelectorStateNotificationState) WithItemValue

func (NotificationPathSelectorStateNotificationState) WithValue

type NotificationPathSelectorStateNotificationStateError

type NotificationPathSelectorStateNotificationStateError struct{}

func (NotificationPathSelectorStateNotificationStateError) FieldPath

func (NotificationPathSelectorStateNotificationStateError) WithArrayOfValues

func (NotificationPathSelectorStateNotificationStateError) WithValue

type NotificationPathSelectorStateNotificationStateNotificationChannel

type NotificationPathSelectorStateNotificationStateNotificationChannel struct{}

func (NotificationPathSelectorStateNotificationStateNotificationChannel) FieldPath

func (NotificationPathSelectorStateNotificationStateNotificationChannel) WithArrayOfValues

func (NotificationPathSelectorStateNotificationStateNotificationChannel) WithValue

type NotificationPathSelectorStateNotificationStateNotifyAttempts

type NotificationPathSelectorStateNotificationStateNotifyAttempts struct{}

func (NotificationPathSelectorStateNotificationStateNotifyAttempts) FieldPath

func (NotificationPathSelectorStateNotificationStateNotifyAttempts) WithArrayOfValues

func (NotificationPathSelectorStateNotificationStateNotifyAttempts) WithValue

type NotificationPathSelectorStateNotificationStateProviderData

type NotificationPathSelectorStateNotificationStateProviderData struct{}

func (NotificationPathSelectorStateNotificationStateProviderData) FieldPath

func (NotificationPathSelectorStateNotificationStateProviderData) Slack

func (NotificationPathSelectorStateNotificationStateProviderData) WithArrayOfValues

func (NotificationPathSelectorStateNotificationStateProviderData) WithValue

type NotificationPathSelectorStateNotificationStateProviderDataPagerDuty

type NotificationPathSelectorStateNotificationStateProviderDataPagerDuty struct{}

func (NotificationPathSelectorStateNotificationStateProviderDataPagerDuty) FieldPath

type NotificationPathSelectorStateNotificationStateProviderDataPagerDutyIncidentKey

type NotificationPathSelectorStateNotificationStateProviderDataPagerDutyIncidentKey struct{}

func (NotificationPathSelectorStateNotificationStateProviderDataPagerDutyIncidentKey) FieldPath

func (NotificationPathSelectorStateNotificationStateProviderDataPagerDutyIncidentKey) WithArrayOfValues

func (NotificationPathSelectorStateNotificationStateProviderDataPagerDutyIncidentKey) WithValue

type NotificationPathSelectorStateNotificationStateProviderDataSlack

type NotificationPathSelectorStateNotificationStateProviderDataSlack struct{}

func (NotificationPathSelectorStateNotificationStateProviderDataSlack) FieldPath

func (NotificationPathSelectorStateNotificationStateProviderDataSlack) Ts

type NotificationPathSelectorStateNotificationStateProviderDataSlackTs

type NotificationPathSelectorStateNotificationStateProviderDataSlackTs struct{}

func (NotificationPathSelectorStateNotificationStateProviderDataSlackTs) FieldPath

func (NotificationPathSelectorStateNotificationStateProviderDataSlackTs) WithArrayOfValues

func (NotificationPathSelectorStateNotificationStateProviderDataSlackTs) WithValue

type NotificationPathSelectorStateNotificationStateStatus

type NotificationPathSelectorStateNotificationStateStatus struct{}

func (NotificationPathSelectorStateNotificationStateStatus) FieldPath

func (NotificationPathSelectorStateNotificationStateStatus) WithArrayOfValues

func (NotificationPathSelectorStateNotificationStateStatus) WithValue

type NotificationPathSelectorStateResolutionNotificationState added in v0.10.12

type NotificationPathSelectorStateResolutionNotificationState struct{}

func (NotificationPathSelectorStateResolutionNotificationState) Error added in v0.10.12

func (NotificationPathSelectorStateResolutionNotificationState) FieldPath added in v0.10.12

func (NotificationPathSelectorStateResolutionNotificationState) NotificationChannel added in v0.10.12

func (NotificationPathSelectorStateResolutionNotificationState) NotifyAttempts added in v0.10.12

func (NotificationPathSelectorStateResolutionNotificationState) ProviderData added in v0.10.12

func (NotificationPathSelectorStateResolutionNotificationState) Status added in v0.10.12

func (NotificationPathSelectorStateResolutionNotificationState) WithArrayOfValues added in v0.10.12

func (NotificationPathSelectorStateResolutionNotificationState) WithItemValue added in v0.10.12

func (NotificationPathSelectorStateResolutionNotificationState) WithValue added in v0.10.12

type NotificationPathSelectorStateResolutionNotificationStateError added in v0.10.12

type NotificationPathSelectorStateResolutionNotificationStateError struct{}

func (NotificationPathSelectorStateResolutionNotificationStateError) FieldPath added in v0.10.12

func (NotificationPathSelectorStateResolutionNotificationStateError) WithArrayOfValues added in v0.10.12

func (NotificationPathSelectorStateResolutionNotificationStateError) WithValue added in v0.10.12

type NotificationPathSelectorStateResolutionNotificationStateNotificationChannel added in v0.10.12

type NotificationPathSelectorStateResolutionNotificationStateNotificationChannel struct{}

func (NotificationPathSelectorStateResolutionNotificationStateNotificationChannel) FieldPath added in v0.10.12

func (NotificationPathSelectorStateResolutionNotificationStateNotificationChannel) WithArrayOfValues added in v0.10.12

func (NotificationPathSelectorStateResolutionNotificationStateNotificationChannel) WithValue added in v0.10.12

type NotificationPathSelectorStateResolutionNotificationStateNotifyAttempts added in v0.10.12

type NotificationPathSelectorStateResolutionNotificationStateNotifyAttempts struct{}

func (NotificationPathSelectorStateResolutionNotificationStateNotifyAttempts) FieldPath added in v0.10.12

func (NotificationPathSelectorStateResolutionNotificationStateNotifyAttempts) WithArrayOfValues added in v0.10.12

func (NotificationPathSelectorStateResolutionNotificationStateNotifyAttempts) WithValue added in v0.10.12

type NotificationPathSelectorStateResolutionNotificationStateProviderData added in v0.10.12

type NotificationPathSelectorStateResolutionNotificationStateProviderData struct{}

func (NotificationPathSelectorStateResolutionNotificationStateProviderData) FieldPath added in v0.10.12

func (NotificationPathSelectorStateResolutionNotificationStateProviderData) PagerDuty added in v0.10.12

func (NotificationPathSelectorStateResolutionNotificationStateProviderData) Slack added in v0.10.12

func (NotificationPathSelectorStateResolutionNotificationStateProviderData) WithArrayOfValues added in v0.10.12

func (NotificationPathSelectorStateResolutionNotificationStateProviderData) WithValue added in v0.10.12

type NotificationPathSelectorStateResolutionNotificationStateProviderDataPagerDuty added in v0.10.12

type NotificationPathSelectorStateResolutionNotificationStateProviderDataPagerDuty struct{}

func (NotificationPathSelectorStateResolutionNotificationStateProviderDataPagerDuty) FieldPath added in v0.10.12

func (NotificationPathSelectorStateResolutionNotificationStateProviderDataPagerDuty) IncidentKey added in v0.10.12

func (NotificationPathSelectorStateResolutionNotificationStateProviderDataPagerDuty) WithArrayOfValues added in v0.10.12

func (NotificationPathSelectorStateResolutionNotificationStateProviderDataPagerDuty) WithValue added in v0.10.12

type NotificationPathSelectorStateResolutionNotificationStateProviderDataPagerDutyIncidentKey added in v0.10.12

type NotificationPathSelectorStateResolutionNotificationStateProviderDataPagerDutyIncidentKey struct{}

func (NotificationPathSelectorStateResolutionNotificationStateProviderDataPagerDutyIncidentKey) FieldPath added in v0.10.12

func (NotificationPathSelectorStateResolutionNotificationStateProviderDataPagerDutyIncidentKey) WithArrayOfValues added in v0.10.12

func (NotificationPathSelectorStateResolutionNotificationStateProviderDataPagerDutyIncidentKey) WithValue added in v0.10.12

type NotificationPathSelectorStateResolutionNotificationStateProviderDataSlack added in v0.10.12

type NotificationPathSelectorStateResolutionNotificationStateProviderDataSlack struct{}

func (NotificationPathSelectorStateResolutionNotificationStateProviderDataSlack) FieldPath added in v0.10.12

func (NotificationPathSelectorStateResolutionNotificationStateProviderDataSlack) Ts added in v0.10.12

func (NotificationPathSelectorStateResolutionNotificationStateProviderDataSlack) WithArrayOfValues added in v0.10.12

func (NotificationPathSelectorStateResolutionNotificationStateProviderDataSlack) WithValue added in v0.10.12

type NotificationPathSelectorStateResolutionNotificationStateProviderDataSlackTs added in v0.10.12

type NotificationPathSelectorStateResolutionNotificationStateProviderDataSlackTs struct{}

func (NotificationPathSelectorStateResolutionNotificationStateProviderDataSlackTs) FieldPath added in v0.10.12

func (NotificationPathSelectorStateResolutionNotificationStateProviderDataSlackTs) WithArrayOfValues added in v0.10.12

func (NotificationPathSelectorStateResolutionNotificationStateProviderDataSlackTs) WithValue added in v0.10.12

type NotificationPathSelectorStateResolutionNotificationStateStatus added in v0.10.12

type NotificationPathSelectorStateResolutionNotificationStateStatus struct{}

func (NotificationPathSelectorStateResolutionNotificationStateStatus) FieldPath added in v0.10.12

func (NotificationPathSelectorStateResolutionNotificationStateStatus) WithArrayOfValues added in v0.10.12

func (NotificationPathSelectorStateResolutionNotificationStateStatus) WithValue added in v0.10.12

type NotificationPathSelectorStateResolutionNotifyAttemptsDone added in v0.10.12

type NotificationPathSelectorStateResolutionNotifyAttemptsDone struct{}

func (NotificationPathSelectorStateResolutionNotifyAttemptsDone) FieldPath added in v0.10.12

func (NotificationPathSelectorStateResolutionNotifyAttemptsDone) WithArrayOfValues added in v0.10.12

func (NotificationPathSelectorStateResolutionNotifyAttemptsDone) WithValue added in v0.10.12

type NotificationReferenceList

type NotificationReferenceList []*Reference

func (NotificationReferenceList) Append

func (NotificationReferenceList) AppendList

func (NotificationReferenceList) At

func (NotificationReferenceList) Length

func (l NotificationReferenceList) Length() int

func (NotificationReferenceList) Set

func (NotificationReferenceList) Slice

type NotificationStateFieldPathBuilder

type NotificationStateFieldPathBuilder struct{}

func NewNotificationStateFieldPathBuilder

func NewNotificationStateFieldPathBuilder() NotificationStateFieldPathBuilder

func (NotificationStateFieldPathBuilder) AlertsLifetime

func (NotificationStateFieldPathBuilder) IncidentNotifyAttemptsDone added in v0.10.12

func (NotificationStateFieldPathBuilder) IsResolved added in v0.10.12

func (NotificationStateFieldPathBuilder) LifecycleCompleted added in v0.10.12

func (NotificationStateFieldPathBuilder) NotificationState

func (NotificationStateFieldPathBuilder) ResolutionNotificationState added in v0.10.12

func (NotificationStateFieldPathBuilder) ResolutionNotifyAttemptsDone added in v0.10.12

type NotificationStateNotificationStateFieldPathBuilder

type NotificationStateNotificationStateFieldPathBuilder struct{}

func NewNotificationStateNotificationStateFieldPathBuilder

func NewNotificationStateNotificationStateFieldPathBuilder() NotificationStateNotificationStateFieldPathBuilder

func (NotificationStateNotificationStateFieldPathBuilder) Error

func (NotificationStateNotificationStateFieldPathBuilder) NotificationChannel

func (NotificationStateNotificationStateFieldPathBuilder) NotifyAttempts

func (NotificationStateNotificationStateFieldPathBuilder) ProviderData

func (NotificationStateNotificationStateFieldPathBuilder) Status

type NotificationStateNotificationStateProviderDataFieldPathBuilder

type NotificationStateNotificationStateProviderDataFieldPathBuilder struct{}

func (NotificationStateNotificationStateProviderDataFieldPathBuilder) Slack

type NotificationStateNotificationStateProviderDataPagerDutyFieldPathBuilder

type NotificationStateNotificationStateProviderDataPagerDutyFieldPathBuilder struct{}

type NotificationStateNotificationStateProviderDataPagerDuty_FieldPath

type NotificationStateNotificationStateProviderDataPagerDuty_FieldPath interface {
	gotenobject.FieldPath
	Selector() NotificationStateNotificationStateProviderDataPagerDuty_FieldPathSelector
	Get(source *Notification_State_NotificationState_ProviderData_PagerDuty) []interface{}
	GetSingle(source *Notification_State_NotificationState_ProviderData_PagerDuty) (interface{}, bool)
	ClearValue(item *Notification_State_NotificationState_ProviderData_PagerDuty)

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

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

func MustParseNotificationStateNotificationStateProviderDataPagerDuty_FieldPath

func MustParseNotificationStateNotificationStateProviderDataPagerDuty_FieldPath(rawField string) NotificationStateNotificationStateProviderDataPagerDuty_FieldPath

func ParseNotificationStateNotificationStateProviderDataPagerDuty_FieldPath

func ParseNotificationStateNotificationStateProviderDataPagerDuty_FieldPath(rawField string) (NotificationStateNotificationStateProviderDataPagerDuty_FieldPath, error)

type NotificationStateNotificationStateProviderDataPagerDuty_FieldPathArrayItemValue

type NotificationStateNotificationStateProviderDataPagerDuty_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	NotificationStateNotificationStateProviderDataPagerDuty_FieldPath
	ContainsValue(*Notification_State_NotificationState_ProviderData_PagerDuty) bool
}

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

func MustParseNotificationStateNotificationStateProviderDataPagerDuty_FieldPathArrayItemValue

func MustParseNotificationStateNotificationStateProviderDataPagerDuty_FieldPathArrayItemValue(pathStr, valueStr string) NotificationStateNotificationStateProviderDataPagerDuty_FieldPathArrayItemValue

func ParseNotificationStateNotificationStateProviderDataPagerDuty_FieldPathArrayItemValue

func ParseNotificationStateNotificationStateProviderDataPagerDuty_FieldPathArrayItemValue(pathStr, valueStr string) (NotificationStateNotificationStateProviderDataPagerDuty_FieldPathArrayItemValue, error)

ParseNotificationStateNotificationStateProviderDataPagerDuty_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type NotificationStateNotificationStateProviderDataPagerDuty_FieldPathArrayOfValues

type NotificationStateNotificationStateProviderDataPagerDuty_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	NotificationStateNotificationStateProviderDataPagerDuty_FieldPath
}

NotificationStateNotificationStateProviderDataPagerDuty_FieldPathArrayOfValues allows storing slice of values for PagerDuty fields according to their type

func MustParseNotificationStateNotificationStateProviderDataPagerDuty_FieldPathArrayOfValues

func MustParseNotificationStateNotificationStateProviderDataPagerDuty_FieldPathArrayOfValues(pathStr, valuesStr string) NotificationStateNotificationStateProviderDataPagerDuty_FieldPathArrayOfValues

func ParseNotificationStateNotificationStateProviderDataPagerDuty_FieldPathArrayOfValues

func ParseNotificationStateNotificationStateProviderDataPagerDuty_FieldPathArrayOfValues(pathStr, valuesStr string) (NotificationStateNotificationStateProviderDataPagerDuty_FieldPathArrayOfValues, error)

type NotificationStateNotificationStateProviderDataPagerDuty_FieldPathSelector

type NotificationStateNotificationStateProviderDataPagerDuty_FieldPathSelector int32
const (
	NotificationStateNotificationStateProviderDataPagerDuty_FieldPathSelectorIncidentKey NotificationStateNotificationStateProviderDataPagerDuty_FieldPathSelector = 0
)

func (NotificationStateNotificationStateProviderDataPagerDuty_FieldPathSelector) String

type NotificationStateNotificationStateProviderDataPagerDuty_FieldPathValue

type NotificationStateNotificationStateProviderDataPagerDuty_FieldPathValue interface {
	NotificationStateNotificationStateProviderDataPagerDuty_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **Notification_State_NotificationState_ProviderData_PagerDuty)
	CompareWith(*Notification_State_NotificationState_ProviderData_PagerDuty) (cmp int, comparable bool)
}

NotificationStateNotificationStateProviderDataPagerDuty_FieldPathValue allows storing values for PagerDuty fields according to their type

func MustParseNotificationStateNotificationStateProviderDataPagerDuty_FieldPathValue

func MustParseNotificationStateNotificationStateProviderDataPagerDuty_FieldPathValue(pathStr, valueStr string) NotificationStateNotificationStateProviderDataPagerDuty_FieldPathValue

func ParseNotificationStateNotificationStateProviderDataPagerDuty_FieldPathValue

func ParseNotificationStateNotificationStateProviderDataPagerDuty_FieldPathValue(pathStr, valueStr string) (NotificationStateNotificationStateProviderDataPagerDuty_FieldPathValue, error)

type NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPath

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

func (*NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPath) ClearValue

func (*NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPath) ClearValueRaw

func (*NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPath) Get

Get returns all values pointed by specific field from source Notification_State_NotificationState_ProviderData_PagerDuty

func (*NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPath) GetDefault

GetDefault returns a default value of the field type

func (*NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPath) GetRaw

func (*NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source Notification_State_NotificationState_ProviderData_PagerDuty

func (*NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPath) GetSingleRaw

func (*NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPath) Selector

func (*NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPath) SplitIntoTerminalIPaths

func (*NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPath) String

String returns path representation in proto convention

func (*NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPath) WithIArrayItemValue

func (*NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPath) WithIArrayOfValues

func (*NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPath) WithIValue

func (*NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPath) WithRawIArrayItemValue

func (*NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPath) WithRawIArrayOfValues

func (*NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPath) WithRawIValue

type NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPathArrayItemValue

type NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPathArrayItemValue struct {
	NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPathArrayItemValue) GetRawItemValue

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

func (*NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPathArrayItemValue) GetSingle

func (*NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPathArrayItemValue) GetSingleRaw

type NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPathArrayOfValues

type NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPathArrayOfValues struct {
	NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPathArrayOfValues) AsIncidentKeyArrayOfValues

func (*NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPathArrayOfValues) GetRawValues

type NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPathValue

type NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPathValue struct {
	NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPathValue) AsIncidentKeyValue

func (*NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPathValue' with the value under path in 'Notification_State_NotificationState_ProviderData_PagerDuty'.

func (*NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPathValue) CompareWithRaw

func (*NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPathValue) GetRawValue

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

func (*NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object PagerDuty

func (*NotificationStateNotificationStateProviderDataPagerDuty_FieldTerminalPathValue) SetToRaw

type NotificationStateNotificationStateProviderDataSlackFieldPathBuilder

type NotificationStateNotificationStateProviderDataSlackFieldPathBuilder struct{}

type NotificationStateNotificationStateProviderDataSlack_FieldPath

type NotificationStateNotificationStateProviderDataSlack_FieldPath interface {
	gotenobject.FieldPath
	Selector() NotificationStateNotificationStateProviderDataSlack_FieldPathSelector
	Get(source *Notification_State_NotificationState_ProviderData_Slack) []interface{}
	GetSingle(source *Notification_State_NotificationState_ProviderData_Slack) (interface{}, bool)
	ClearValue(item *Notification_State_NotificationState_ProviderData_Slack)

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

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

func MustParseNotificationStateNotificationStateProviderDataSlack_FieldPath

func MustParseNotificationStateNotificationStateProviderDataSlack_FieldPath(rawField string) NotificationStateNotificationStateProviderDataSlack_FieldPath

func ParseNotificationStateNotificationStateProviderDataSlack_FieldPath

func ParseNotificationStateNotificationStateProviderDataSlack_FieldPath(rawField string) (NotificationStateNotificationStateProviderDataSlack_FieldPath, error)

type NotificationStateNotificationStateProviderDataSlack_FieldPathArrayItemValue

type NotificationStateNotificationStateProviderDataSlack_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	NotificationStateNotificationStateProviderDataSlack_FieldPath
	ContainsValue(*Notification_State_NotificationState_ProviderData_Slack) bool
}

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

func MustParseNotificationStateNotificationStateProviderDataSlack_FieldPathArrayItemValue

func MustParseNotificationStateNotificationStateProviderDataSlack_FieldPathArrayItemValue(pathStr, valueStr string) NotificationStateNotificationStateProviderDataSlack_FieldPathArrayItemValue

func ParseNotificationStateNotificationStateProviderDataSlack_FieldPathArrayItemValue

func ParseNotificationStateNotificationStateProviderDataSlack_FieldPathArrayItemValue(pathStr, valueStr string) (NotificationStateNotificationStateProviderDataSlack_FieldPathArrayItemValue, error)

ParseNotificationStateNotificationStateProviderDataSlack_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type NotificationStateNotificationStateProviderDataSlack_FieldPathArrayOfValues

type NotificationStateNotificationStateProviderDataSlack_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	NotificationStateNotificationStateProviderDataSlack_FieldPath
}

NotificationStateNotificationStateProviderDataSlack_FieldPathArrayOfValues allows storing slice of values for Slack fields according to their type

func MustParseNotificationStateNotificationStateProviderDataSlack_FieldPathArrayOfValues

func MustParseNotificationStateNotificationStateProviderDataSlack_FieldPathArrayOfValues(pathStr, valuesStr string) NotificationStateNotificationStateProviderDataSlack_FieldPathArrayOfValues

func ParseNotificationStateNotificationStateProviderDataSlack_FieldPathArrayOfValues

func ParseNotificationStateNotificationStateProviderDataSlack_FieldPathArrayOfValues(pathStr, valuesStr string) (NotificationStateNotificationStateProviderDataSlack_FieldPathArrayOfValues, error)

type NotificationStateNotificationStateProviderDataSlack_FieldPathSelector

type NotificationStateNotificationStateProviderDataSlack_FieldPathSelector int32
const (
	NotificationStateNotificationStateProviderDataSlack_FieldPathSelectorTs NotificationStateNotificationStateProviderDataSlack_FieldPathSelector = 0
)

func (NotificationStateNotificationStateProviderDataSlack_FieldPathSelector) String

type NotificationStateNotificationStateProviderDataSlack_FieldPathValue

type NotificationStateNotificationStateProviderDataSlack_FieldPathValue interface {
	NotificationStateNotificationStateProviderDataSlack_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **Notification_State_NotificationState_ProviderData_Slack)
	CompareWith(*Notification_State_NotificationState_ProviderData_Slack) (cmp int, comparable bool)
}

NotificationStateNotificationStateProviderDataSlack_FieldPathValue allows storing values for Slack fields according to their type

func MustParseNotificationStateNotificationStateProviderDataSlack_FieldPathValue

func MustParseNotificationStateNotificationStateProviderDataSlack_FieldPathValue(pathStr, valueStr string) NotificationStateNotificationStateProviderDataSlack_FieldPathValue

func ParseNotificationStateNotificationStateProviderDataSlack_FieldPathValue

func ParseNotificationStateNotificationStateProviderDataSlack_FieldPathValue(pathStr, valueStr string) (NotificationStateNotificationStateProviderDataSlack_FieldPathValue, error)

type NotificationStateNotificationStateProviderDataSlack_FieldTerminalPath

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

func (*NotificationStateNotificationStateProviderDataSlack_FieldTerminalPath) ClearValue

func (*NotificationStateNotificationStateProviderDataSlack_FieldTerminalPath) ClearValueRaw

func (*NotificationStateNotificationStateProviderDataSlack_FieldTerminalPath) Get

Get returns all values pointed by specific field from source Notification_State_NotificationState_ProviderData_Slack

func (*NotificationStateNotificationStateProviderDataSlack_FieldTerminalPath) GetDefault

GetDefault returns a default value of the field type

func (*NotificationStateNotificationStateProviderDataSlack_FieldTerminalPath) GetRaw

func (*NotificationStateNotificationStateProviderDataSlack_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source Notification_State_NotificationState_ProviderData_Slack

func (*NotificationStateNotificationStateProviderDataSlack_FieldTerminalPath) GetSingleRaw

func (*NotificationStateNotificationStateProviderDataSlack_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*NotificationStateNotificationStateProviderDataSlack_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*NotificationStateNotificationStateProviderDataSlack_FieldTerminalPath) Selector

func (*NotificationStateNotificationStateProviderDataSlack_FieldTerminalPath) SplitIntoTerminalIPaths

func (*NotificationStateNotificationStateProviderDataSlack_FieldTerminalPath) String

String returns path representation in proto convention

func (*NotificationStateNotificationStateProviderDataSlack_FieldTerminalPath) WithIArrayItemValue

func (*NotificationStateNotificationStateProviderDataSlack_FieldTerminalPath) WithIArrayOfValues

func (*NotificationStateNotificationStateProviderDataSlack_FieldTerminalPath) WithIValue

func (*NotificationStateNotificationStateProviderDataSlack_FieldTerminalPath) WithRawIArrayItemValue

func (*NotificationStateNotificationStateProviderDataSlack_FieldTerminalPath) WithRawIArrayOfValues

func (*NotificationStateNotificationStateProviderDataSlack_FieldTerminalPath) WithRawIValue

type NotificationStateNotificationStateProviderDataSlack_FieldTerminalPathArrayItemValue

type NotificationStateNotificationStateProviderDataSlack_FieldTerminalPathArrayItemValue struct {
	NotificationStateNotificationStateProviderDataSlack_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*NotificationStateNotificationStateProviderDataSlack_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*NotificationStateNotificationStateProviderDataSlack_FieldTerminalPathArrayItemValue) GetRawItemValue

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

func (*NotificationStateNotificationStateProviderDataSlack_FieldTerminalPathArrayItemValue) GetSingle

func (*NotificationStateNotificationStateProviderDataSlack_FieldTerminalPathArrayItemValue) GetSingleRaw

type NotificationStateNotificationStateProviderDataSlack_FieldTerminalPathArrayOfValues

type NotificationStateNotificationStateProviderDataSlack_FieldTerminalPathArrayOfValues struct {
	NotificationStateNotificationStateProviderDataSlack_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*NotificationStateNotificationStateProviderDataSlack_FieldTerminalPathArrayOfValues) AsTsArrayOfValues

func (*NotificationStateNotificationStateProviderDataSlack_FieldTerminalPathArrayOfValues) GetRawValues

type NotificationStateNotificationStateProviderDataSlack_FieldTerminalPathValue

type NotificationStateNotificationStateProviderDataSlack_FieldTerminalPathValue struct {
	NotificationStateNotificationStateProviderDataSlack_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*NotificationStateNotificationStateProviderDataSlack_FieldTerminalPathValue) AsTsValue

func (*NotificationStateNotificationStateProviderDataSlack_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'NotificationStateNotificationStateProviderDataSlack_FieldTerminalPathValue' with the value under path in 'Notification_State_NotificationState_ProviderData_Slack'.

func (*NotificationStateNotificationStateProviderDataSlack_FieldTerminalPathValue) CompareWithRaw

func (*NotificationStateNotificationStateProviderDataSlack_FieldTerminalPathValue) GetRawValue

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

func (*NotificationStateNotificationStateProviderDataSlack_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object Slack

func (*NotificationStateNotificationStateProviderDataSlack_FieldTerminalPathValue) SetToRaw

type NotificationStateNotificationStateProviderData_FieldPath

type NotificationStateNotificationStateProviderData_FieldPath interface {
	gotenobject.FieldPath
	Selector() NotificationStateNotificationStateProviderData_FieldPathSelector
	Get(source *Notification_State_NotificationState_ProviderData) []interface{}
	GetSingle(source *Notification_State_NotificationState_ProviderData) (interface{}, bool)
	ClearValue(item *Notification_State_NotificationState_ProviderData)

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

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

func MustParseNotificationStateNotificationStateProviderData_FieldPath

func MustParseNotificationStateNotificationStateProviderData_FieldPath(rawField string) NotificationStateNotificationStateProviderData_FieldPath

func ParseNotificationStateNotificationStateProviderData_FieldPath

func ParseNotificationStateNotificationStateProviderData_FieldPath(rawField string) (NotificationStateNotificationStateProviderData_FieldPath, error)

type NotificationStateNotificationStateProviderData_FieldPathArrayItemValue

type NotificationStateNotificationStateProviderData_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	NotificationStateNotificationStateProviderData_FieldPath
	ContainsValue(*Notification_State_NotificationState_ProviderData) bool
}

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

func MustParseNotificationStateNotificationStateProviderData_FieldPathArrayItemValue

func MustParseNotificationStateNotificationStateProviderData_FieldPathArrayItemValue(pathStr, valueStr string) NotificationStateNotificationStateProviderData_FieldPathArrayItemValue

func ParseNotificationStateNotificationStateProviderData_FieldPathArrayItemValue

func ParseNotificationStateNotificationStateProviderData_FieldPathArrayItemValue(pathStr, valueStr string) (NotificationStateNotificationStateProviderData_FieldPathArrayItemValue, error)

ParseNotificationStateNotificationStateProviderData_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type NotificationStateNotificationStateProviderData_FieldPathArrayOfValues

type NotificationStateNotificationStateProviderData_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	NotificationStateNotificationStateProviderData_FieldPath
}

NotificationStateNotificationStateProviderData_FieldPathArrayOfValues allows storing slice of values for ProviderData fields according to their type

func MustParseNotificationStateNotificationStateProviderData_FieldPathArrayOfValues

func MustParseNotificationStateNotificationStateProviderData_FieldPathArrayOfValues(pathStr, valuesStr string) NotificationStateNotificationStateProviderData_FieldPathArrayOfValues

func ParseNotificationStateNotificationStateProviderData_FieldPathArrayOfValues

func ParseNotificationStateNotificationStateProviderData_FieldPathArrayOfValues(pathStr, valuesStr string) (NotificationStateNotificationStateProviderData_FieldPathArrayOfValues, error)

type NotificationStateNotificationStateProviderData_FieldPathSelector

type NotificationStateNotificationStateProviderData_FieldPathSelector int32
const (
	NotificationStateNotificationStateProviderData_FieldPathSelectorSlack     NotificationStateNotificationStateProviderData_FieldPathSelector = 0
	NotificationStateNotificationStateProviderData_FieldPathSelectorPagerDuty NotificationStateNotificationStateProviderData_FieldPathSelector = 1
)

func (NotificationStateNotificationStateProviderData_FieldPathSelector) String

type NotificationStateNotificationStateProviderData_FieldPathValue

type NotificationStateNotificationStateProviderData_FieldPathValue interface {
	NotificationStateNotificationStateProviderData_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **Notification_State_NotificationState_ProviderData)
	CompareWith(*Notification_State_NotificationState_ProviderData) (cmp int, comparable bool)
}

NotificationStateNotificationStateProviderData_FieldPathValue allows storing values for ProviderData fields according to their type

func MustParseNotificationStateNotificationStateProviderData_FieldPathValue

func MustParseNotificationStateNotificationStateProviderData_FieldPathValue(pathStr, valueStr string) NotificationStateNotificationStateProviderData_FieldPathValue

func ParseNotificationStateNotificationStateProviderData_FieldPathValue

func ParseNotificationStateNotificationStateProviderData_FieldPathValue(pathStr, valueStr string) (NotificationStateNotificationStateProviderData_FieldPathValue, error)

type NotificationStateNotificationStateProviderData_FieldSubPath

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

func (*NotificationStateNotificationStateProviderData_FieldSubPath) AsPagerDutySubPath

func (*NotificationStateNotificationStateProviderData_FieldSubPath) AsSlackSubPath

func (*NotificationStateNotificationStateProviderData_FieldSubPath) ClearValue

func (*NotificationStateNotificationStateProviderData_FieldSubPath) ClearValueRaw

func (*NotificationStateNotificationStateProviderData_FieldSubPath) Get

Get returns all values pointed by selected field from source Notification_State_NotificationState_ProviderData

func (*NotificationStateNotificationStateProviderData_FieldSubPath) GetDefault

GetDefault returns a default value of the field type

func (*NotificationStateNotificationStateProviderData_FieldSubPath) GetRaw

func (*NotificationStateNotificationStateProviderData_FieldSubPath) GetSingle

GetSingle returns value of selected field from source Notification_State_NotificationState_ProviderData

func (*NotificationStateNotificationStateProviderData_FieldSubPath) GetSingleRaw

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

func (*NotificationStateNotificationStateProviderData_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*NotificationStateNotificationStateProviderData_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*NotificationStateNotificationStateProviderData_FieldSubPath) Selector

func (*NotificationStateNotificationStateProviderData_FieldSubPath) SplitIntoTerminalIPaths

func (*NotificationStateNotificationStateProviderData_FieldSubPath) String

String returns path representation in proto convention

func (*NotificationStateNotificationStateProviderData_FieldSubPath) WithIArrayItemValue

func (*NotificationStateNotificationStateProviderData_FieldSubPath) WithIArrayOfValues

func (*NotificationStateNotificationStateProviderData_FieldSubPath) WithIValue

func (*NotificationStateNotificationStateProviderData_FieldSubPath) WithRawIArrayItemValue

func (*NotificationStateNotificationStateProviderData_FieldSubPath) WithRawIArrayOfValues

func (*NotificationStateNotificationStateProviderData_FieldSubPath) WithRawIValue

type NotificationStateNotificationStateProviderData_FieldSubPathArrayItemValue

type NotificationStateNotificationStateProviderData_FieldSubPathArrayItemValue struct {
	NotificationStateNotificationStateProviderData_FieldPath
	// contains filtered or unexported fields
}

func (*NotificationStateNotificationStateProviderData_FieldSubPathArrayItemValue) AsPagerDutyPathItemValue

func (*NotificationStateNotificationStateProviderData_FieldSubPathArrayItemValue) AsSlackPathItemValue

func (*NotificationStateNotificationStateProviderData_FieldSubPathArrayItemValue) ContainsValue

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

func (*NotificationStateNotificationStateProviderData_FieldSubPathArrayItemValue) GetRawItemValue

GetRawValue returns stored array item value

type NotificationStateNotificationStateProviderData_FieldSubPathArrayOfValues

type NotificationStateNotificationStateProviderData_FieldSubPathArrayOfValues struct {
	NotificationStateNotificationStateProviderData_FieldPath
	// contains filtered or unexported fields
}

func (*NotificationStateNotificationStateProviderData_FieldSubPathArrayOfValues) AsPagerDutyPathArrayOfValues

func (*NotificationStateNotificationStateProviderData_FieldSubPathArrayOfValues) AsSlackPathArrayOfValues

func (*NotificationStateNotificationStateProviderData_FieldSubPathArrayOfValues) GetRawValues

type NotificationStateNotificationStateProviderData_FieldSubPathValue

type NotificationStateNotificationStateProviderData_FieldSubPathValue struct {
	NotificationStateNotificationStateProviderData_FieldPath
	// contains filtered or unexported fields
}

func (*NotificationStateNotificationStateProviderData_FieldSubPathValue) AsPagerDutyPathValue

func (*NotificationStateNotificationStateProviderData_FieldSubPathValue) AsSlackPathValue

func (*NotificationStateNotificationStateProviderData_FieldSubPathValue) CompareWith

func (*NotificationStateNotificationStateProviderData_FieldSubPathValue) CompareWithRaw

func (*NotificationStateNotificationStateProviderData_FieldSubPathValue) GetRawValue

func (*NotificationStateNotificationStateProviderData_FieldSubPathValue) SetTo

func (*NotificationStateNotificationStateProviderData_FieldSubPathValue) SetToRaw

type NotificationStateNotificationStateProviderData_FieldTerminalPath

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

func (*NotificationStateNotificationStateProviderData_FieldTerminalPath) ClearValue

func (*NotificationStateNotificationStateProviderData_FieldTerminalPath) ClearValueRaw

func (*NotificationStateNotificationStateProviderData_FieldTerminalPath) Get

Get returns all values pointed by specific field from source Notification_State_NotificationState_ProviderData

func (*NotificationStateNotificationStateProviderData_FieldTerminalPath) GetDefault

GetDefault returns a default value of the field type

func (*NotificationStateNotificationStateProviderData_FieldTerminalPath) GetRaw

func (*NotificationStateNotificationStateProviderData_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source Notification_State_NotificationState_ProviderData

func (*NotificationStateNotificationStateProviderData_FieldTerminalPath) GetSingleRaw

func (*NotificationStateNotificationStateProviderData_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*NotificationStateNotificationStateProviderData_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*NotificationStateNotificationStateProviderData_FieldTerminalPath) Selector

func (*NotificationStateNotificationStateProviderData_FieldTerminalPath) SplitIntoTerminalIPaths

func (*NotificationStateNotificationStateProviderData_FieldTerminalPath) String

String returns path representation in proto convention

func (*NotificationStateNotificationStateProviderData_FieldTerminalPath) WithIArrayItemValue

func (*NotificationStateNotificationStateProviderData_FieldTerminalPath) WithIArrayOfValues

func (*NotificationStateNotificationStateProviderData_FieldTerminalPath) WithIValue

func (*NotificationStateNotificationStateProviderData_FieldTerminalPath) WithRawIArrayItemValue

func (*NotificationStateNotificationStateProviderData_FieldTerminalPath) WithRawIArrayOfValues

func (*NotificationStateNotificationStateProviderData_FieldTerminalPath) WithRawIValue

type NotificationStateNotificationStateProviderData_FieldTerminalPathArrayItemValue

type NotificationStateNotificationStateProviderData_FieldTerminalPathArrayItemValue struct {
	NotificationStateNotificationStateProviderData_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*NotificationStateNotificationStateProviderData_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*NotificationStateNotificationStateProviderData_FieldTerminalPathArrayItemValue) GetRawItemValue

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

func (*NotificationStateNotificationStateProviderData_FieldTerminalPathArrayItemValue) GetSingle

func (*NotificationStateNotificationStateProviderData_FieldTerminalPathArrayItemValue) GetSingleRaw

type NotificationStateNotificationStateProviderData_FieldTerminalPathArrayOfValues

type NotificationStateNotificationStateProviderData_FieldTerminalPathArrayOfValues struct {
	NotificationStateNotificationStateProviderData_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*NotificationStateNotificationStateProviderData_FieldTerminalPathArrayOfValues) AsPagerDutyArrayOfValues

func (*NotificationStateNotificationStateProviderData_FieldTerminalPathArrayOfValues) AsSlackArrayOfValues

func (*NotificationStateNotificationStateProviderData_FieldTerminalPathArrayOfValues) GetRawValues

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

type NotificationStateNotificationStateProviderData_FieldTerminalPathValue

type NotificationStateNotificationStateProviderData_FieldTerminalPathValue struct {
	NotificationStateNotificationStateProviderData_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*NotificationStateNotificationStateProviderData_FieldTerminalPathValue) AsPagerDutyValue

func (*NotificationStateNotificationStateProviderData_FieldTerminalPathValue) AsSlackValue

func (*NotificationStateNotificationStateProviderData_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'NotificationStateNotificationStateProviderData_FieldTerminalPathValue' with the value under path in 'Notification_State_NotificationState_ProviderData'.

func (*NotificationStateNotificationStateProviderData_FieldTerminalPathValue) CompareWithRaw

func (*NotificationStateNotificationStateProviderData_FieldTerminalPathValue) GetRawValue

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

func (*NotificationStateNotificationStateProviderData_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ProviderData

func (*NotificationStateNotificationStateProviderData_FieldTerminalPathValue) SetToRaw

type NotificationStateNotificationState_FieldPath

type NotificationStateNotificationState_FieldPath interface {
	gotenobject.FieldPath
	Selector() NotificationStateNotificationState_FieldPathSelector
	Get(source *Notification_State_NotificationState) []interface{}
	GetSingle(source *Notification_State_NotificationState) (interface{}, bool)
	ClearValue(item *Notification_State_NotificationState)

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

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

func MustParseNotificationStateNotificationState_FieldPath

func MustParseNotificationStateNotificationState_FieldPath(rawField string) NotificationStateNotificationState_FieldPath

func ParseNotificationStateNotificationState_FieldPath

func ParseNotificationStateNotificationState_FieldPath(rawField string) (NotificationStateNotificationState_FieldPath, error)

type NotificationStateNotificationState_FieldPathArrayItemValue

type NotificationStateNotificationState_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	NotificationStateNotificationState_FieldPath
	ContainsValue(*Notification_State_NotificationState) bool
}

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

func MustParseNotificationStateNotificationState_FieldPathArrayItemValue

func MustParseNotificationStateNotificationState_FieldPathArrayItemValue(pathStr, valueStr string) NotificationStateNotificationState_FieldPathArrayItemValue

func ParseNotificationStateNotificationState_FieldPathArrayItemValue

func ParseNotificationStateNotificationState_FieldPathArrayItemValue(pathStr, valueStr string) (NotificationStateNotificationState_FieldPathArrayItemValue, error)

ParseNotificationStateNotificationState_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type NotificationStateNotificationState_FieldPathArrayOfValues

type NotificationStateNotificationState_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	NotificationStateNotificationState_FieldPath
}

NotificationStateNotificationState_FieldPathArrayOfValues allows storing slice of values for NotificationState fields according to their type

func MustParseNotificationStateNotificationState_FieldPathArrayOfValues

func MustParseNotificationStateNotificationState_FieldPathArrayOfValues(pathStr, valuesStr string) NotificationStateNotificationState_FieldPathArrayOfValues

func ParseNotificationStateNotificationState_FieldPathArrayOfValues

func ParseNotificationStateNotificationState_FieldPathArrayOfValues(pathStr, valuesStr string) (NotificationStateNotificationState_FieldPathArrayOfValues, error)

type NotificationStateNotificationState_FieldPathSelector

type NotificationStateNotificationState_FieldPathSelector int32
const (
	NotificationStateNotificationState_FieldPathSelectorNotificationChannel NotificationStateNotificationState_FieldPathSelector = 0
	NotificationStateNotificationState_FieldPathSelectorStatus              NotificationStateNotificationState_FieldPathSelector = 1
	NotificationStateNotificationState_FieldPathSelectorError               NotificationStateNotificationState_FieldPathSelector = 2
	NotificationStateNotificationState_FieldPathSelectorProviderData        NotificationStateNotificationState_FieldPathSelector = 3
	NotificationStateNotificationState_FieldPathSelectorNotifyAttempts      NotificationStateNotificationState_FieldPathSelector = 4
)

func (NotificationStateNotificationState_FieldPathSelector) String

type NotificationStateNotificationState_FieldPathValue

type NotificationStateNotificationState_FieldPathValue interface {
	NotificationStateNotificationState_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **Notification_State_NotificationState)
	CompareWith(*Notification_State_NotificationState) (cmp int, comparable bool)
}

NotificationStateNotificationState_FieldPathValue allows storing values for NotificationState fields according to their type

func MustParseNotificationStateNotificationState_FieldPathValue

func MustParseNotificationStateNotificationState_FieldPathValue(pathStr, valueStr string) NotificationStateNotificationState_FieldPathValue

func ParseNotificationStateNotificationState_FieldPathValue

func ParseNotificationStateNotificationState_FieldPathValue(pathStr, valueStr string) (NotificationStateNotificationState_FieldPathValue, error)

type NotificationStateNotificationState_FieldSubPath

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

func (*NotificationStateNotificationState_FieldSubPath) AsProviderDataSubPath

func (*NotificationStateNotificationState_FieldSubPath) ClearValue

func (*NotificationStateNotificationState_FieldSubPath) ClearValueRaw

func (*NotificationStateNotificationState_FieldSubPath) Get

Get returns all values pointed by selected field from source Notification_State_NotificationState

func (*NotificationStateNotificationState_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*NotificationStateNotificationState_FieldSubPath) GetRaw

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

func (*NotificationStateNotificationState_FieldSubPath) GetSingle

GetSingle returns value of selected field from source Notification_State_NotificationState

func (*NotificationStateNotificationState_FieldSubPath) GetSingleRaw

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

func (*NotificationStateNotificationState_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*NotificationStateNotificationState_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*NotificationStateNotificationState_FieldSubPath) Selector

func (*NotificationStateNotificationState_FieldSubPath) SplitIntoTerminalIPaths

func (*NotificationStateNotificationState_FieldSubPath) String

String returns path representation in proto convention

func (*NotificationStateNotificationState_FieldSubPath) WithIArrayItemValue

func (*NotificationStateNotificationState_FieldSubPath) WithIArrayOfValues

func (*NotificationStateNotificationState_FieldSubPath) WithIValue

func (*NotificationStateNotificationState_FieldSubPath) WithRawIArrayItemValue

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

func (*NotificationStateNotificationState_FieldSubPath) WithRawIArrayOfValues

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

func (*NotificationStateNotificationState_FieldSubPath) WithRawIValue

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

type NotificationStateNotificationState_FieldSubPathArrayItemValue

type NotificationStateNotificationState_FieldSubPathArrayItemValue struct {
	NotificationStateNotificationState_FieldPath
	// contains filtered or unexported fields
}

func (*NotificationStateNotificationState_FieldSubPathArrayItemValue) AsProviderDataPathItemValue

func (*NotificationStateNotificationState_FieldSubPathArrayItemValue) ContainsValue

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

func (*NotificationStateNotificationState_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type NotificationStateNotificationState_FieldSubPathArrayOfValues

type NotificationStateNotificationState_FieldSubPathArrayOfValues struct {
	NotificationStateNotificationState_FieldPath
	// contains filtered or unexported fields
}

func (*NotificationStateNotificationState_FieldSubPathArrayOfValues) AsProviderDataPathArrayOfValues

func (*NotificationStateNotificationState_FieldSubPathArrayOfValues) GetRawValues

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

type NotificationStateNotificationState_FieldSubPathValue

type NotificationStateNotificationState_FieldSubPathValue struct {
	NotificationStateNotificationState_FieldPath
	// contains filtered or unexported fields
}

func (*NotificationStateNotificationState_FieldSubPathValue) AsProviderDataPathValue

func (*NotificationStateNotificationState_FieldSubPathValue) CompareWith

func (*NotificationStateNotificationState_FieldSubPathValue) CompareWithRaw

func (*NotificationStateNotificationState_FieldSubPathValue) GetRawValue

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

func (*NotificationStateNotificationState_FieldSubPathValue) SetTo

func (*NotificationStateNotificationState_FieldSubPathValue) SetToRaw

type NotificationStateNotificationState_FieldTerminalPath

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

func (*NotificationStateNotificationState_FieldTerminalPath) ClearValue

func (*NotificationStateNotificationState_FieldTerminalPath) ClearValueRaw

func (*NotificationStateNotificationState_FieldTerminalPath) Get

Get returns all values pointed by specific field from source Notification_State_NotificationState

func (*NotificationStateNotificationState_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*NotificationStateNotificationState_FieldTerminalPath) GetRaw

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

func (*NotificationStateNotificationState_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source Notification_State_NotificationState

func (*NotificationStateNotificationState_FieldTerminalPath) GetSingleRaw

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

func (*NotificationStateNotificationState_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*NotificationStateNotificationState_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*NotificationStateNotificationState_FieldTerminalPath) Selector

func (*NotificationStateNotificationState_FieldTerminalPath) SplitIntoTerminalIPaths

func (*NotificationStateNotificationState_FieldTerminalPath) String

String returns path representation in proto convention

func (*NotificationStateNotificationState_FieldTerminalPath) WithIArrayItemValue

func (*NotificationStateNotificationState_FieldTerminalPath) WithIArrayOfValues

func (*NotificationStateNotificationState_FieldTerminalPath) WithIValue

func (*NotificationStateNotificationState_FieldTerminalPath) WithRawIArrayItemValue

func (*NotificationStateNotificationState_FieldTerminalPath) WithRawIArrayOfValues

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

func (*NotificationStateNotificationState_FieldTerminalPath) WithRawIValue

type NotificationStateNotificationState_FieldTerminalPathArrayItemValue

type NotificationStateNotificationState_FieldTerminalPathArrayItemValue struct {
	NotificationStateNotificationState_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*NotificationStateNotificationState_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*NotificationStateNotificationState_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*NotificationStateNotificationState_FieldTerminalPathArrayItemValue) GetSingle

func (*NotificationStateNotificationState_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type NotificationStateNotificationState_FieldTerminalPathArrayOfValues

type NotificationStateNotificationState_FieldTerminalPathArrayOfValues struct {
	NotificationStateNotificationState_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*NotificationStateNotificationState_FieldTerminalPathArrayOfValues) AsErrorArrayOfValues

func (*NotificationStateNotificationState_FieldTerminalPathArrayOfValues) AsNotificationChannelArrayOfValues

func (fpaov *NotificationStateNotificationState_FieldTerminalPathArrayOfValues) AsNotificationChannelArrayOfValues() ([]*notification_channel.Name, bool)

func (*NotificationStateNotificationState_FieldTerminalPathArrayOfValues) AsNotifyAttemptsArrayOfValues

func (fpaov *NotificationStateNotificationState_FieldTerminalPathArrayOfValues) AsNotifyAttemptsArrayOfValues() ([]int64, bool)

func (*NotificationStateNotificationState_FieldTerminalPathArrayOfValues) AsProviderDataArrayOfValues

func (*NotificationStateNotificationState_FieldTerminalPathArrayOfValues) AsStatusArrayOfValues

func (*NotificationStateNotificationState_FieldTerminalPathArrayOfValues) GetRawValues

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

type NotificationStateNotificationState_FieldTerminalPathValue

type NotificationStateNotificationState_FieldTerminalPathValue struct {
	NotificationStateNotificationState_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*NotificationStateNotificationState_FieldTerminalPathValue) AsErrorValue

func (*NotificationStateNotificationState_FieldTerminalPathValue) AsNotificationChannelValue

func (*NotificationStateNotificationState_FieldTerminalPathValue) AsNotifyAttemptsValue

func (*NotificationStateNotificationState_FieldTerminalPathValue) AsProviderDataValue

func (*NotificationStateNotificationState_FieldTerminalPathValue) AsStatusValue

func (*NotificationStateNotificationState_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'NotificationStateNotificationState_FieldTerminalPathValue' with the value under path in 'Notification_State_NotificationState'.

func (*NotificationStateNotificationState_FieldTerminalPathValue) CompareWithRaw

func (*NotificationStateNotificationState_FieldTerminalPathValue) GetRawValue

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

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

func (*NotificationStateNotificationState_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object NotificationState

func (*NotificationStateNotificationState_FieldTerminalPathValue) SetToRaw

type NotificationState_FieldPath

type NotificationState_FieldPath interface {
	gotenobject.FieldPath
	Selector() NotificationState_FieldPathSelector
	Get(source *Notification_State) []interface{}
	GetSingle(source *Notification_State) (interface{}, bool)
	ClearValue(item *Notification_State)

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

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

func MustParseNotificationState_FieldPath

func MustParseNotificationState_FieldPath(rawField string) NotificationState_FieldPath

func ParseNotificationState_FieldPath

func ParseNotificationState_FieldPath(rawField string) (NotificationState_FieldPath, error)

type NotificationState_FieldPathArrayItemValue

type NotificationState_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	NotificationState_FieldPath
	ContainsValue(*Notification_State) bool
}

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

func MustParseNotificationState_FieldPathArrayItemValue

func MustParseNotificationState_FieldPathArrayItemValue(pathStr, valueStr string) NotificationState_FieldPathArrayItemValue

func ParseNotificationState_FieldPathArrayItemValue

func ParseNotificationState_FieldPathArrayItemValue(pathStr, valueStr string) (NotificationState_FieldPathArrayItemValue, error)

ParseNotificationState_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type NotificationState_FieldPathArrayOfValues

type NotificationState_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	NotificationState_FieldPath
}

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

func MustParseNotificationState_FieldPathArrayOfValues

func MustParseNotificationState_FieldPathArrayOfValues(pathStr, valuesStr string) NotificationState_FieldPathArrayOfValues

func ParseNotificationState_FieldPathArrayOfValues

func ParseNotificationState_FieldPathArrayOfValues(pathStr, valuesStr string) (NotificationState_FieldPathArrayOfValues, error)

type NotificationState_FieldPathSelector

type NotificationState_FieldPathSelector int32
const (
	NotificationState_FieldPathSelectorIsResolved                   NotificationState_FieldPathSelector = 0
	NotificationState_FieldPathSelectorNotificationState            NotificationState_FieldPathSelector = 1
	NotificationState_FieldPathSelectorIncidentNotifyAttemptsDone   NotificationState_FieldPathSelector = 2
	NotificationState_FieldPathSelectorResolutionNotifyAttemptsDone NotificationState_FieldPathSelector = 3
	NotificationState_FieldPathSelectorAlertsLifetime               NotificationState_FieldPathSelector = 4
	NotificationState_FieldPathSelectorResolutionNotificationState  NotificationState_FieldPathSelector = 5
	NotificationState_FieldPathSelectorLifecycleCompleted           NotificationState_FieldPathSelector = 6
)

func (NotificationState_FieldPathSelector) String

type NotificationState_FieldPathValue

type NotificationState_FieldPathValue interface {
	NotificationState_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **Notification_State)
	CompareWith(*Notification_State) (cmp int, comparable bool)
}

NotificationState_FieldPathValue allows storing values for State fields according to their type

func MustParseNotificationState_FieldPathValue

func MustParseNotificationState_FieldPathValue(pathStr, valueStr string) NotificationState_FieldPathValue

func ParseNotificationState_FieldPathValue

func ParseNotificationState_FieldPathValue(pathStr, valueStr string) (NotificationState_FieldPathValue, error)

type NotificationState_FieldSubPath

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

func (*NotificationState_FieldSubPath) AsAlertsLifetimeSubPath

func (fps *NotificationState_FieldSubPath) AsAlertsLifetimeSubPath() (common.TimeRange_FieldPath, bool)

func (*NotificationState_FieldSubPath) AsNotificationStateSubPath

func (*NotificationState_FieldSubPath) AsResolutionNotificationStateSubPath added in v0.10.12

func (fps *NotificationState_FieldSubPath) AsResolutionNotificationStateSubPath() (NotificationStateNotificationState_FieldPath, bool)

func (*NotificationState_FieldSubPath) ClearValue

func (fps *NotificationState_FieldSubPath) ClearValue(item *Notification_State)

func (*NotificationState_FieldSubPath) ClearValueRaw

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

func (*NotificationState_FieldSubPath) Get

func (fps *NotificationState_FieldSubPath) Get(source *Notification_State) (values []interface{})

Get returns all values pointed by selected field from source Notification_State

func (*NotificationState_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*NotificationState_FieldSubPath) GetRaw

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

func (*NotificationState_FieldSubPath) GetSingle

func (fps *NotificationState_FieldSubPath) GetSingle(source *Notification_State) (interface{}, bool)

GetSingle returns value of selected field from source Notification_State

func (*NotificationState_FieldSubPath) GetSingleRaw

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

func (*NotificationState_FieldSubPath) IsLeaf

func (fps *NotificationState_FieldSubPath) IsLeaf() bool

IsLeaf - whether field path is holds simple value

func (*NotificationState_FieldSubPath) JSONString

func (fps *NotificationState_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*NotificationState_FieldSubPath) Selector

func (*NotificationState_FieldSubPath) SplitIntoTerminalIPaths

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

func (*NotificationState_FieldSubPath) String

func (fps *NotificationState_FieldSubPath) String() string

String returns path representation in proto convention

func (*NotificationState_FieldSubPath) WithIArrayItemValue

func (fps *NotificationState_FieldSubPath) WithIArrayItemValue(value interface{}) NotificationState_FieldPathArrayItemValue

func (*NotificationState_FieldSubPath) WithIArrayOfValues

func (fps *NotificationState_FieldSubPath) WithIArrayOfValues(values interface{}) NotificationState_FieldPathArrayOfValues

func (*NotificationState_FieldSubPath) WithIValue

func (fps *NotificationState_FieldSubPath) WithIValue(value interface{}) NotificationState_FieldPathValue

func (*NotificationState_FieldSubPath) WithRawIArrayItemValue

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

func (*NotificationState_FieldSubPath) WithRawIArrayOfValues

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

func (*NotificationState_FieldSubPath) WithRawIValue

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

type NotificationState_FieldSubPathArrayItemValue

type NotificationState_FieldSubPathArrayItemValue struct {
	NotificationState_FieldPath
	// contains filtered or unexported fields
}

func (*NotificationState_FieldSubPathArrayItemValue) AsAlertsLifetimePathItemValue

func (*NotificationState_FieldSubPathArrayItemValue) AsNotificationStatePathItemValue

func (*NotificationState_FieldSubPathArrayItemValue) AsResolutionNotificationStatePathItemValue added in v0.10.12

func (*NotificationState_FieldSubPathArrayItemValue) ContainsValue

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

func (*NotificationState_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type NotificationState_FieldSubPathArrayOfValues

type NotificationState_FieldSubPathArrayOfValues struct {
	NotificationState_FieldPath
	// contains filtered or unexported fields
}

func (*NotificationState_FieldSubPathArrayOfValues) AsAlertsLifetimePathArrayOfValues

func (fpsaov *NotificationState_FieldSubPathArrayOfValues) AsAlertsLifetimePathArrayOfValues() (common.TimeRange_FieldPathArrayOfValues, bool)

func (*NotificationState_FieldSubPathArrayOfValues) AsNotificationStatePathArrayOfValues

func (*NotificationState_FieldSubPathArrayOfValues) AsResolutionNotificationStatePathArrayOfValues added in v0.10.12

func (fpsaov *NotificationState_FieldSubPathArrayOfValues) AsResolutionNotificationStatePathArrayOfValues() (NotificationStateNotificationState_FieldPathArrayOfValues, bool)

func (*NotificationState_FieldSubPathArrayOfValues) GetRawValues

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

type NotificationState_FieldSubPathValue

type NotificationState_FieldSubPathValue struct {
	NotificationState_FieldPath
	// contains filtered or unexported fields
}

func (*NotificationState_FieldSubPathValue) AsAlertsLifetimePathValue

func (fpvs *NotificationState_FieldSubPathValue) AsAlertsLifetimePathValue() (common.TimeRange_FieldPathValue, bool)

func (*NotificationState_FieldSubPathValue) AsNotificationStatePathValue

func (*NotificationState_FieldSubPathValue) AsResolutionNotificationStatePathValue added in v0.10.12

func (fpvs *NotificationState_FieldSubPathValue) AsResolutionNotificationStatePathValue() (NotificationStateNotificationState_FieldPathValue, bool)

func (*NotificationState_FieldSubPathValue) CompareWith

func (fpvs *NotificationState_FieldSubPathValue) CompareWith(source *Notification_State) (int, bool)

func (*NotificationState_FieldSubPathValue) CompareWithRaw

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

func (*NotificationState_FieldSubPathValue) GetRawValue

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

func (*NotificationState_FieldSubPathValue) SetTo

func (*NotificationState_FieldSubPathValue) SetToRaw

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

type NotificationState_FieldTerminalPath

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

func (*NotificationState_FieldTerminalPath) ClearValue

func (*NotificationState_FieldTerminalPath) ClearValueRaw

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

func (*NotificationState_FieldTerminalPath) Get

func (fp *NotificationState_FieldTerminalPath) Get(source *Notification_State) (values []interface{})

Get returns all values pointed by specific field from source Notification_State

func (*NotificationState_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*NotificationState_FieldTerminalPath) GetRaw

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

func (*NotificationState_FieldTerminalPath) GetSingle

func (fp *NotificationState_FieldTerminalPath) GetSingle(source *Notification_State) (interface{}, bool)

GetSingle returns value pointed by specific field of from source Notification_State

func (*NotificationState_FieldTerminalPath) GetSingleRaw

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

func (*NotificationState_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*NotificationState_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*NotificationState_FieldTerminalPath) Selector

func (*NotificationState_FieldTerminalPath) SplitIntoTerminalIPaths

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

func (*NotificationState_FieldTerminalPath) String

String returns path representation in proto convention

func (*NotificationState_FieldTerminalPath) WithIArrayItemValue

func (fp *NotificationState_FieldTerminalPath) WithIArrayItemValue(value interface{}) NotificationState_FieldPathArrayItemValue

func (*NotificationState_FieldTerminalPath) WithIArrayOfValues

func (fp *NotificationState_FieldTerminalPath) WithIArrayOfValues(values interface{}) NotificationState_FieldPathArrayOfValues

func (*NotificationState_FieldTerminalPath) WithIValue

func (*NotificationState_FieldTerminalPath) WithRawIArrayItemValue

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

func (*NotificationState_FieldTerminalPath) WithRawIArrayOfValues

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

func (*NotificationState_FieldTerminalPath) WithRawIValue

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

type NotificationState_FieldTerminalPathArrayItemValue

type NotificationState_FieldTerminalPathArrayItemValue struct {
	NotificationState_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*NotificationState_FieldTerminalPathArrayItemValue) AsNotificationStateItemValue

func (*NotificationState_FieldTerminalPathArrayItemValue) AsResolutionNotificationStateItemValue added in v0.10.12

func (fpaiv *NotificationState_FieldTerminalPathArrayItemValue) AsResolutionNotificationStateItemValue() (*Notification_State_NotificationState, bool)

func (*NotificationState_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*NotificationState_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*NotificationState_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *NotificationState_FieldTerminalPathArrayItemValue) GetSingle(source *Notification_State) (interface{}, bool)

func (*NotificationState_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type NotificationState_FieldTerminalPathArrayOfValues

type NotificationState_FieldTerminalPathArrayOfValues struct {
	NotificationState_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*NotificationState_FieldTerminalPathArrayOfValues) AsAlertsLifetimeArrayOfValues

func (fpaov *NotificationState_FieldTerminalPathArrayOfValues) AsAlertsLifetimeArrayOfValues() ([]*common.TimeRange, bool)

func (*NotificationState_FieldTerminalPathArrayOfValues) AsIncidentNotifyAttemptsDoneArrayOfValues added in v0.10.12

func (fpaov *NotificationState_FieldTerminalPathArrayOfValues) AsIncidentNotifyAttemptsDoneArrayOfValues() ([]bool, bool)

func (*NotificationState_FieldTerminalPathArrayOfValues) AsIsResolvedArrayOfValues added in v0.10.12

func (fpaov *NotificationState_FieldTerminalPathArrayOfValues) AsIsResolvedArrayOfValues() ([]bool, bool)

func (*NotificationState_FieldTerminalPathArrayOfValues) AsLifecycleCompletedArrayOfValues added in v0.10.12

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

func (*NotificationState_FieldTerminalPathArrayOfValues) AsNotificationStateArrayOfValues

func (fpaov *NotificationState_FieldTerminalPathArrayOfValues) AsNotificationStateArrayOfValues() ([][]*Notification_State_NotificationState, bool)

func (*NotificationState_FieldTerminalPathArrayOfValues) AsResolutionNotificationStateArrayOfValues added in v0.10.12

func (fpaov *NotificationState_FieldTerminalPathArrayOfValues) AsResolutionNotificationStateArrayOfValues() ([][]*Notification_State_NotificationState, bool)

func (*NotificationState_FieldTerminalPathArrayOfValues) AsResolutionNotifyAttemptsDoneArrayOfValues added in v0.10.12

func (fpaov *NotificationState_FieldTerminalPathArrayOfValues) AsResolutionNotifyAttemptsDoneArrayOfValues() ([]bool, bool)

func (*NotificationState_FieldTerminalPathArrayOfValues) GetRawValues

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

type NotificationState_FieldTerminalPathValue

type NotificationState_FieldTerminalPathValue struct {
	NotificationState_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*NotificationState_FieldTerminalPathValue) AsAlertsLifetimeValue

func (fpv *NotificationState_FieldTerminalPathValue) AsAlertsLifetimeValue() (*common.TimeRange, bool)

func (*NotificationState_FieldTerminalPathValue) AsIncidentNotifyAttemptsDoneValue added in v0.10.12

func (fpv *NotificationState_FieldTerminalPathValue) AsIncidentNotifyAttemptsDoneValue() (bool, bool)

func (*NotificationState_FieldTerminalPathValue) AsIsResolvedValue added in v0.10.12

func (fpv *NotificationState_FieldTerminalPathValue) AsIsResolvedValue() (bool, bool)

func (*NotificationState_FieldTerminalPathValue) AsLifecycleCompletedValue added in v0.10.12

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

func (*NotificationState_FieldTerminalPathValue) AsNotificationStateValue

func (*NotificationState_FieldTerminalPathValue) AsResolutionNotificationStateValue added in v0.10.12

func (fpv *NotificationState_FieldTerminalPathValue) AsResolutionNotificationStateValue() ([]*Notification_State_NotificationState, bool)

func (*NotificationState_FieldTerminalPathValue) AsResolutionNotifyAttemptsDoneValue added in v0.10.12

func (fpv *NotificationState_FieldTerminalPathValue) AsResolutionNotifyAttemptsDoneValue() (bool, bool)

func (*NotificationState_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'NotificationState_FieldTerminalPathValue' with the value under path in 'Notification_State'.

func (*NotificationState_FieldTerminalPathValue) CompareWithRaw

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

func (*NotificationState_FieldTerminalPathValue) GetRawValue

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

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

func (*NotificationState_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object State

func (*NotificationState_FieldTerminalPathValue) SetToRaw

type Notification_FieldMask

type Notification_FieldMask struct {
	Paths []Notification_FieldPath
}

func FullNotification_FieldMask

func FullNotification_FieldMask() *Notification_FieldMask

func ResourceViewFieldMask

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

func (*Notification_FieldMask) AppendPath

func (fieldMask *Notification_FieldMask) AppendPath(path Notification_FieldPath)

func (*Notification_FieldMask) AppendRawPath

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

func (*Notification_FieldMask) DecodeFirestore

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

func (*Notification_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*Notification_FieldMask) FilterInputFields

func (fieldMask *Notification_FieldMask) FilterInputFields() *Notification_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*Notification_FieldMask) FromProtoFieldMask

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

func (*Notification_FieldMask) GetPaths

func (fieldMask *Notification_FieldMask) GetPaths() []Notification_FieldPath

func (*Notification_FieldMask) GetRawPaths

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

func (*Notification_FieldMask) IsFull

func (fieldMask *Notification_FieldMask) IsFull() bool

func (Notification_FieldMask) Marshal

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

implement methods required by customType

func (Notification_FieldMask) MarshalJSON

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

func (*Notification_FieldMask) PathsCount

func (fieldMask *Notification_FieldMask) PathsCount() int

func (*Notification_FieldMask) Project

func (fieldMask *Notification_FieldMask) Project(source *Notification) *Notification

func (*Notification_FieldMask) ProjectRaw

func (*Notification_FieldMask) ProtoMessage

func (fieldMask *Notification_FieldMask) ProtoMessage()

func (*Notification_FieldMask) ProtoReflect

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

func (*Notification_FieldMask) Reset

func (fieldMask *Notification_FieldMask) Reset()

func (*Notification_FieldMask) Set

func (fieldMask *Notification_FieldMask) Set(target, source *Notification)

func (*Notification_FieldMask) SetFromCliFlag

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

func (*Notification_FieldMask) SetRaw

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

func (*Notification_FieldMask) Size

func (fieldMask *Notification_FieldMask) Size() int

func (*Notification_FieldMask) String

func (fieldMask *Notification_FieldMask) String() string

func (*Notification_FieldMask) Subtract

func (*Notification_FieldMask) SubtractRaw

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

func (*Notification_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*Notification_FieldMask) Unmarshal

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

func (*Notification_FieldMask) UnmarshalJSON

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

type Notification_FieldPath

type Notification_FieldPath interface {
	gotenobject.FieldPath
	Selector() Notification_FieldPathSelector
	Get(source *Notification) []interface{}
	GetSingle(source *Notification) (interface{}, bool)
	ClearValue(item *Notification)

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

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

func MustParseNotification_FieldPath

func MustParseNotification_FieldPath(rawField string) Notification_FieldPath

func ParseNotification_FieldPath

func ParseNotification_FieldPath(rawField string) (Notification_FieldPath, error)

type Notification_FieldPathArrayItemValue

type Notification_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	Notification_FieldPath
	ContainsValue(*Notification) bool
}

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

func MustParseNotification_FieldPathArrayItemValue

func MustParseNotification_FieldPathArrayItemValue(pathStr, valueStr string) Notification_FieldPathArrayItemValue

func ParseNotification_FieldPathArrayItemValue

func ParseNotification_FieldPathArrayItemValue(pathStr, valueStr string) (Notification_FieldPathArrayItemValue, error)

ParseNotification_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type Notification_FieldPathArrayOfValues

type Notification_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	Notification_FieldPath
}

Notification_FieldPathArrayOfValues allows storing slice of values for Notification fields according to their type

func MustParseNotification_FieldPathArrayOfValues

func MustParseNotification_FieldPathArrayOfValues(pathStr, valuesStr string) Notification_FieldPathArrayOfValues

func ParseNotification_FieldPathArrayOfValues

func ParseNotification_FieldPathArrayOfValues(pathStr, valuesStr string) (Notification_FieldPathArrayOfValues, error)

type Notification_FieldPathSelector

type Notification_FieldPathSelector int32
const (
	Notification_FieldPathSelectorName           Notification_FieldPathSelector = 0
	Notification_FieldPathSelectorMetadata       Notification_FieldPathSelector = 1
	Notification_FieldPathSelectorAlertingPolicy Notification_FieldPathSelector = 2
	Notification_FieldPathSelectorAlerts         Notification_FieldPathSelector = 3
	Notification_FieldPathSelectorState          Notification_FieldPathSelector = 4
)

func (Notification_FieldPathSelector) String

type Notification_FieldPathValue

type Notification_FieldPathValue interface {
	Notification_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **Notification)
	CompareWith(*Notification) (cmp int, comparable bool)
}

Notification_FieldPathValue allows storing values for Notification fields according to their type

func MustParseNotification_FieldPathValue

func MustParseNotification_FieldPathValue(pathStr, valueStr string) Notification_FieldPathValue

func ParseNotification_FieldPathValue

func ParseNotification_FieldPathValue(pathStr, valueStr string) (Notification_FieldPathValue, error)

type Notification_FieldSubPath

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

func (*Notification_FieldSubPath) AsMetadataSubPath

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

func (*Notification_FieldSubPath) AsStateSubPath

func (*Notification_FieldSubPath) ClearValue

func (fps *Notification_FieldSubPath) ClearValue(item *Notification)

func (*Notification_FieldSubPath) ClearValueRaw

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

func (*Notification_FieldSubPath) Get

func (fps *Notification_FieldSubPath) Get(source *Notification) (values []interface{})

Get returns all values pointed by selected field from source Notification

func (*Notification_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*Notification_FieldSubPath) GetRaw

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

func (*Notification_FieldSubPath) GetSingle

func (fps *Notification_FieldSubPath) GetSingle(source *Notification) (interface{}, bool)

GetSingle returns value of selected field from source Notification

func (*Notification_FieldSubPath) GetSingleRaw

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

func (*Notification_FieldSubPath) IsLeaf

func (fps *Notification_FieldSubPath) IsLeaf() bool

IsLeaf - whether field path is holds simple value

func (*Notification_FieldSubPath) JSONString

func (fps *Notification_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*Notification_FieldSubPath) Selector

func (*Notification_FieldSubPath) SplitIntoTerminalIPaths

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

func (*Notification_FieldSubPath) String

func (fps *Notification_FieldSubPath) String() string

String returns path representation in proto convention

func (*Notification_FieldSubPath) WithIArrayItemValue

func (fps *Notification_FieldSubPath) WithIArrayItemValue(value interface{}) Notification_FieldPathArrayItemValue

func (*Notification_FieldSubPath) WithIArrayOfValues

func (fps *Notification_FieldSubPath) WithIArrayOfValues(values interface{}) Notification_FieldPathArrayOfValues

func (*Notification_FieldSubPath) WithIValue

func (fps *Notification_FieldSubPath) WithIValue(value interface{}) Notification_FieldPathValue

func (*Notification_FieldSubPath) WithRawIArrayItemValue

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

func (*Notification_FieldSubPath) WithRawIArrayOfValues

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

func (*Notification_FieldSubPath) WithRawIValue

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

type Notification_FieldSubPathArrayItemValue

type Notification_FieldSubPathArrayItemValue struct {
	Notification_FieldPath
	// contains filtered or unexported fields
}

func (*Notification_FieldSubPathArrayItemValue) AsMetadataPathItemValue

func (*Notification_FieldSubPathArrayItemValue) AsStatePathItemValue

func (*Notification_FieldSubPathArrayItemValue) ContainsValue

func (fpaivs *Notification_FieldSubPathArrayItemValue) ContainsValue(source *Notification) bool

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

func (*Notification_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type Notification_FieldSubPathArrayOfValues

type Notification_FieldSubPathArrayOfValues struct {
	Notification_FieldPath
	// contains filtered or unexported fields
}

func (*Notification_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues

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

func (*Notification_FieldSubPathArrayOfValues) AsStatePathArrayOfValues

func (*Notification_FieldSubPathArrayOfValues) GetRawValues

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

type Notification_FieldSubPathValue

type Notification_FieldSubPathValue struct {
	Notification_FieldPath
	// contains filtered or unexported fields
}

func (*Notification_FieldSubPathValue) AsMetadataPathValue

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

func (*Notification_FieldSubPathValue) AsStatePathValue

func (*Notification_FieldSubPathValue) CompareWith

func (fpvs *Notification_FieldSubPathValue) CompareWith(source *Notification) (int, bool)

func (*Notification_FieldSubPathValue) CompareWithRaw

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

func (*Notification_FieldSubPathValue) GetRawValue

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

func (*Notification_FieldSubPathValue) SetTo

func (fpvs *Notification_FieldSubPathValue) SetTo(target **Notification)

func (*Notification_FieldSubPathValue) SetToRaw

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

type Notification_FieldTerminalPath

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

func (*Notification_FieldTerminalPath) ClearValue

func (fp *Notification_FieldTerminalPath) ClearValue(item *Notification)

func (*Notification_FieldTerminalPath) ClearValueRaw

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

func (*Notification_FieldTerminalPath) Get

func (fp *Notification_FieldTerminalPath) Get(source *Notification) (values []interface{})

Get returns all values pointed by specific field from source Notification

func (*Notification_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*Notification_FieldTerminalPath) GetRaw

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

func (*Notification_FieldTerminalPath) GetSingle

func (fp *Notification_FieldTerminalPath) GetSingle(source *Notification) (interface{}, bool)

GetSingle returns value pointed by specific field of from source Notification

func (*Notification_FieldTerminalPath) GetSingleRaw

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

func (*Notification_FieldTerminalPath) IsLeaf

func (fp *Notification_FieldTerminalPath) IsLeaf() bool

IsLeaf - whether field path is holds simple value

func (*Notification_FieldTerminalPath) JSONString

func (fp *Notification_FieldTerminalPath) JSONString() string

JSONString returns path representation is JSON convention

func (*Notification_FieldTerminalPath) Selector

func (*Notification_FieldTerminalPath) SplitIntoTerminalIPaths

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

func (*Notification_FieldTerminalPath) String

String returns path representation in proto convention

func (*Notification_FieldTerminalPath) WithIArrayItemValue

func (fp *Notification_FieldTerminalPath) WithIArrayItemValue(value interface{}) Notification_FieldPathArrayItemValue

func (*Notification_FieldTerminalPath) WithIArrayOfValues

func (fp *Notification_FieldTerminalPath) WithIArrayOfValues(values interface{}) Notification_FieldPathArrayOfValues

func (*Notification_FieldTerminalPath) WithIValue

func (fp *Notification_FieldTerminalPath) WithIValue(value interface{}) Notification_FieldPathValue

func (*Notification_FieldTerminalPath) WithRawIArrayItemValue

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

func (*Notification_FieldTerminalPath) WithRawIArrayOfValues

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

func (*Notification_FieldTerminalPath) WithRawIValue

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

type Notification_FieldTerminalPathArrayItemValue

type Notification_FieldTerminalPathArrayItemValue struct {
	Notification_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*Notification_FieldTerminalPathArrayItemValue) AsAlertsItemValue

func (fpaiv *Notification_FieldTerminalPathArrayItemValue) AsAlertsItemValue() (*alert.Name, bool)

func (*Notification_FieldTerminalPathArrayItemValue) ContainsValue

func (fpaiv *Notification_FieldTerminalPathArrayItemValue) ContainsValue(source *Notification) bool

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

func (*Notification_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*Notification_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *Notification_FieldTerminalPathArrayItemValue) GetSingle(source *Notification) (interface{}, bool)

func (*Notification_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type Notification_FieldTerminalPathArrayOfValues

type Notification_FieldTerminalPathArrayOfValues struct {
	Notification_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*Notification_FieldTerminalPathArrayOfValues) AsAlertingPolicyArrayOfValues

func (fpaov *Notification_FieldTerminalPathArrayOfValues) AsAlertingPolicyArrayOfValues() ([]*alerting_policy.Name, bool)

func (*Notification_FieldTerminalPathArrayOfValues) AsAlertsArrayOfValues

func (fpaov *Notification_FieldTerminalPathArrayOfValues) AsAlertsArrayOfValues() ([][]*alert.Name, bool)

func (*Notification_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues

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

func (*Notification_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

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

func (*Notification_FieldTerminalPathArrayOfValues) AsStateArrayOfValues

func (fpaov *Notification_FieldTerminalPathArrayOfValues) AsStateArrayOfValues() ([]*Notification_State, bool)

func (*Notification_FieldTerminalPathArrayOfValues) GetRawValues

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

type Notification_FieldTerminalPathValue

type Notification_FieldTerminalPathValue struct {
	Notification_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*Notification_FieldTerminalPathValue) AsAlertingPolicyValue

func (fpv *Notification_FieldTerminalPathValue) AsAlertingPolicyValue() (*alerting_policy.Name, bool)

func (*Notification_FieldTerminalPathValue) AsAlertsValue

func (fpv *Notification_FieldTerminalPathValue) AsAlertsValue() ([]*alert.Name, bool)

func (*Notification_FieldTerminalPathValue) AsMetadataValue

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

func (*Notification_FieldTerminalPathValue) AsNameValue

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

func (*Notification_FieldTerminalPathValue) AsStateValue

func (*Notification_FieldTerminalPathValue) CompareWith

func (fpv *Notification_FieldTerminalPathValue) CompareWith(source *Notification) (int, bool)

CompareWith compares value in the 'Notification_FieldTerminalPathValue' with the value under path in 'Notification'.

func (*Notification_FieldTerminalPathValue) CompareWithRaw

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

func (*Notification_FieldTerminalPathValue) GetRawValue

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

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

func (*Notification_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object Notification

func (*Notification_FieldTerminalPathValue) SetToRaw

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

type Notification_State

type Notification_State struct {
	IsResolved bool `protobuf:"varint,1,opt,name=is_resolved,json=isResolved,proto3" json:"is_resolved,omitempty" firestore:"isResolved"`
	// Notification state
	NotificationState []*Notification_State_NotificationState `` /* 142-byte string literal not displayed */
	// Internal state to keep track of whether any notification sends needs to
	// be retried for new incident
	IncidentNotifyAttemptsDone bool `` /* 183-byte string literal not displayed */
	// Internal state to keep track of whether any notification sends needs to
	// be retried for resolution
	ResolutionNotifyAttemptsDone bool `` /* 191-byte string literal not displayed */
	// Time range for which alerts for the policy are clubbed together
	AlertsLifetime              *common.TimeRange                       `` /* 130-byte string literal not displayed */
	ResolutionNotificationState []*Notification_State_NotificationState `` /* 184-byte string literal not displayed */
	// Alert has ended and any needed notifications are processed
	LifecycleCompleted bool `` /* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Notification_State) Clone

func (*Notification_State) CloneRaw

func (*Notification_State) Descriptor

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

Deprecated, Use Notification_State.ProtoReflect.Descriptor instead.

func (*Notification_State) GetAlertsLifetime

func (m *Notification_State) GetAlertsLifetime() *common.TimeRange

func (*Notification_State) GetIncidentNotifyAttemptsDone added in v0.10.12

func (m *Notification_State) GetIncidentNotifyAttemptsDone() bool

func (*Notification_State) GetIsResolved added in v0.10.12

func (m *Notification_State) GetIsResolved() bool

func (*Notification_State) GetLifecycleCompleted added in v0.10.12

func (m *Notification_State) GetLifecycleCompleted() bool

func (*Notification_State) GetNotificationState

func (m *Notification_State) GetNotificationState() []*Notification_State_NotificationState

func (*Notification_State) GetResolutionNotificationState added in v0.10.12

func (m *Notification_State) GetResolutionNotificationState() []*Notification_State_NotificationState

func (*Notification_State) GetResolutionNotifyAttemptsDone added in v0.10.12

func (m *Notification_State) GetResolutionNotifyAttemptsDone() bool

func (*Notification_State) GotenMessage

func (*Notification_State) GotenMessage()

func (*Notification_State) GotenObjectExt

func (o *Notification_State) GotenObjectExt()

func (*Notification_State) GotenValidate

func (obj *Notification_State) GotenValidate() error

func (*Notification_State) MakeDiffFieldMask

func (*Notification_State) MakeFullFieldMask

func (o *Notification_State) MakeFullFieldMask() *Notification_State_FieldMask

func (*Notification_State) MakeRawDiffFieldMask

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

func (*Notification_State) MakeRawFullFieldMask

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

func (*Notification_State) Marshal

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

func (*Notification_State) MarshalJSON

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

func (*Notification_State) Merge

func (o *Notification_State) Merge(source *Notification_State)

func (*Notification_State) MergeRaw

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

func (*Notification_State) ProtoMessage

func (*Notification_State) ProtoMessage()

func (*Notification_State) ProtoReflect

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

func (*Notification_State) Reset

func (m *Notification_State) Reset()

func (*Notification_State) SetAlertsLifetime

func (m *Notification_State) SetAlertsLifetime(fv *common.TimeRange)

func (*Notification_State) SetIncidentNotifyAttemptsDone added in v0.10.12

func (m *Notification_State) SetIncidentNotifyAttemptsDone(fv bool)

func (*Notification_State) SetIsResolved added in v0.10.12

func (m *Notification_State) SetIsResolved(fv bool)

func (*Notification_State) SetLifecycleCompleted added in v0.10.12

func (m *Notification_State) SetLifecycleCompleted(fv bool)

func (*Notification_State) SetNotificationState

func (m *Notification_State) SetNotificationState(fv []*Notification_State_NotificationState)

func (*Notification_State) SetResolutionNotificationState added in v0.10.12

func (m *Notification_State) SetResolutionNotificationState(fv []*Notification_State_NotificationState)

func (*Notification_State) SetResolutionNotifyAttemptsDone added in v0.10.12

func (m *Notification_State) SetResolutionNotifyAttemptsDone(fv bool)

func (*Notification_State) String

func (m *Notification_State) String() string

func (*Notification_State) Unmarshal

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

func (*Notification_State) UnmarshalJSON

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

type Notification_StatePathSelectorAlertsLifetime

type Notification_StatePathSelectorAlertsLifetime struct{}

func (Notification_StatePathSelectorAlertsLifetime) EndTime

func (Notification_StatePathSelectorAlertsLifetime) FieldPath

func (Notification_StatePathSelectorAlertsLifetime) StartTime

func (Notification_StatePathSelectorAlertsLifetime) WithArrayOfValues

func (Notification_StatePathSelectorAlertsLifetime) WithSubArrayItemValue

func (Notification_StatePathSelectorAlertsLifetime) WithSubArrayOfValues

func (Notification_StatePathSelectorAlertsLifetime) WithSubPath

func (Notification_StatePathSelectorAlertsLifetime) WithSubValue

func (Notification_StatePathSelectorAlertsLifetime) WithValue

type Notification_StatePathSelectorAlertsLifetimeEndTime

type Notification_StatePathSelectorAlertsLifetimeEndTime struct{}

func (Notification_StatePathSelectorAlertsLifetimeEndTime) FieldPath

func (Notification_StatePathSelectorAlertsLifetimeEndTime) WithArrayOfValues

func (Notification_StatePathSelectorAlertsLifetimeEndTime) WithValue

type Notification_StatePathSelectorAlertsLifetimeStartTime

type Notification_StatePathSelectorAlertsLifetimeStartTime struct{}

func (Notification_StatePathSelectorAlertsLifetimeStartTime) FieldPath

func (Notification_StatePathSelectorAlertsLifetimeStartTime) WithArrayOfValues

func (Notification_StatePathSelectorAlertsLifetimeStartTime) WithValue

type Notification_StatePathSelectorIncidentNotifyAttemptsDone added in v0.10.12

type Notification_StatePathSelectorIncidentNotifyAttemptsDone struct{}

func (Notification_StatePathSelectorIncidentNotifyAttemptsDone) FieldPath added in v0.10.12

func (Notification_StatePathSelectorIncidentNotifyAttemptsDone) WithArrayOfValues added in v0.10.12

func (Notification_StatePathSelectorIncidentNotifyAttemptsDone) WithValue added in v0.10.12

type Notification_StatePathSelectorIsResolved added in v0.10.12

type Notification_StatePathSelectorIsResolved struct{}

func (Notification_StatePathSelectorIsResolved) FieldPath added in v0.10.12

func (Notification_StatePathSelectorIsResolved) WithArrayOfValues added in v0.10.12

func (Notification_StatePathSelectorIsResolved) WithValue added in v0.10.12

type Notification_StatePathSelectorLifecycleCompleted added in v0.10.12

type Notification_StatePathSelectorLifecycleCompleted struct{}

func (Notification_StatePathSelectorLifecycleCompleted) FieldPath added in v0.10.12

func (Notification_StatePathSelectorLifecycleCompleted) WithArrayOfValues added in v0.10.12

func (Notification_StatePathSelectorLifecycleCompleted) WithValue added in v0.10.12

type Notification_StatePathSelectorNotificationState

type Notification_StatePathSelectorNotificationState struct{}

func (Notification_StatePathSelectorNotificationState) Error

func (Notification_StatePathSelectorNotificationState) FieldPath

func (Notification_StatePathSelectorNotificationState) NotifyAttempts

func (Notification_StatePathSelectorNotificationState) ProviderData

func (Notification_StatePathSelectorNotificationState) Status

func (Notification_StatePathSelectorNotificationState) WithArrayOfValues

func (Notification_StatePathSelectorNotificationState) WithSubArrayItemValue

func (Notification_StatePathSelectorNotificationState) WithSubArrayOfValues

func (Notification_StatePathSelectorNotificationState) WithSubPath

func (Notification_StatePathSelectorNotificationState) WithSubValue

func (Notification_StatePathSelectorNotificationState) WithValue

type Notification_StatePathSelectorNotificationStateError

type Notification_StatePathSelectorNotificationStateError struct{}

func (Notification_StatePathSelectorNotificationStateError) FieldPath

func (Notification_StatePathSelectorNotificationStateError) WithArrayOfValues

func (Notification_StatePathSelectorNotificationStateError) WithValue

type Notification_StatePathSelectorNotificationStateNotificationChannel

type Notification_StatePathSelectorNotificationStateNotificationChannel struct{}

func (Notification_StatePathSelectorNotificationStateNotificationChannel) FieldPath

func (Notification_StatePathSelectorNotificationStateNotificationChannel) WithArrayOfValues

func (Notification_StatePathSelectorNotificationStateNotificationChannel) WithValue

type Notification_StatePathSelectorNotificationStateNotifyAttempts

type Notification_StatePathSelectorNotificationStateNotifyAttempts struct{}

func (Notification_StatePathSelectorNotificationStateNotifyAttempts) FieldPath

func (Notification_StatePathSelectorNotificationStateNotifyAttempts) WithArrayOfValues

func (Notification_StatePathSelectorNotificationStateNotifyAttempts) WithValue

type Notification_StatePathSelectorNotificationStateProviderData

type Notification_StatePathSelectorNotificationStateProviderData struct{}

func (Notification_StatePathSelectorNotificationStateProviderData) FieldPath

func (Notification_StatePathSelectorNotificationStateProviderData) Slack

type Notification_StatePathSelectorNotificationStateProviderDataPagerDuty

type Notification_StatePathSelectorNotificationStateProviderDataPagerDuty struct{}

func (Notification_StatePathSelectorNotificationStateProviderDataPagerDuty) FieldPath

type Notification_StatePathSelectorNotificationStateProviderDataPagerDutyIncidentKey

type Notification_StatePathSelectorNotificationStateProviderDataPagerDutyIncidentKey struct{}

func (Notification_StatePathSelectorNotificationStateProviderDataPagerDutyIncidentKey) FieldPath

func (Notification_StatePathSelectorNotificationStateProviderDataPagerDutyIncidentKey) WithArrayOfValues

func (Notification_StatePathSelectorNotificationStateProviderDataPagerDutyIncidentKey) WithValue

type Notification_StatePathSelectorNotificationStateProviderDataSlack

type Notification_StatePathSelectorNotificationStateProviderDataSlack struct{}

func (Notification_StatePathSelectorNotificationStateProviderDataSlack) FieldPath

type Notification_StatePathSelectorNotificationStateProviderDataSlackTs

type Notification_StatePathSelectorNotificationStateProviderDataSlackTs struct{}

func (Notification_StatePathSelectorNotificationStateProviderDataSlackTs) FieldPath

func (Notification_StatePathSelectorNotificationStateProviderDataSlackTs) WithArrayOfValues

func (Notification_StatePathSelectorNotificationStateProviderDataSlackTs) WithValue

type Notification_StatePathSelectorNotificationStateStatus

type Notification_StatePathSelectorNotificationStateStatus struct{}

func (Notification_StatePathSelectorNotificationStateStatus) FieldPath

type Notification_StatePathSelectorResolutionNotificationState added in v0.10.12

type Notification_StatePathSelectorResolutionNotificationState struct{}

func (Notification_StatePathSelectorResolutionNotificationState) Error added in v0.10.12

func (Notification_StatePathSelectorResolutionNotificationState) FieldPath added in v0.10.12

func (Notification_StatePathSelectorResolutionNotificationState) NotificationChannel added in v0.10.12

func (Notification_StatePathSelectorResolutionNotificationState) NotifyAttempts added in v0.10.12

func (Notification_StatePathSelectorResolutionNotificationState) ProviderData added in v0.10.12

func (Notification_StatePathSelectorResolutionNotificationState) Status added in v0.10.12

func (Notification_StatePathSelectorResolutionNotificationState) WithArrayOfValues added in v0.10.12

func (Notification_StatePathSelectorResolutionNotificationState) WithItemValue added in v0.10.12

func (Notification_StatePathSelectorResolutionNotificationState) WithSubArrayItemValue added in v0.10.12

func (Notification_StatePathSelectorResolutionNotificationState) WithSubArrayOfValues added in v0.10.12

func (Notification_StatePathSelectorResolutionNotificationState) WithSubPath added in v0.10.12

func (Notification_StatePathSelectorResolutionNotificationState) WithSubValue added in v0.10.12

func (Notification_StatePathSelectorResolutionNotificationState) WithValue added in v0.10.12

type Notification_StatePathSelectorResolutionNotificationStateError added in v0.10.12

type Notification_StatePathSelectorResolutionNotificationStateError struct{}

func (Notification_StatePathSelectorResolutionNotificationStateError) FieldPath added in v0.10.12

func (Notification_StatePathSelectorResolutionNotificationStateError) WithArrayOfValues added in v0.10.12

func (Notification_StatePathSelectorResolutionNotificationStateError) WithValue added in v0.10.12

type Notification_StatePathSelectorResolutionNotificationStateNotificationChannel added in v0.10.12

type Notification_StatePathSelectorResolutionNotificationStateNotificationChannel struct{}

func (Notification_StatePathSelectorResolutionNotificationStateNotificationChannel) FieldPath added in v0.10.12

func (Notification_StatePathSelectorResolutionNotificationStateNotificationChannel) WithArrayOfValues added in v0.10.12

func (Notification_StatePathSelectorResolutionNotificationStateNotificationChannel) WithValue added in v0.10.12

type Notification_StatePathSelectorResolutionNotificationStateNotifyAttempts added in v0.10.12

type Notification_StatePathSelectorResolutionNotificationStateNotifyAttempts struct{}

func (Notification_StatePathSelectorResolutionNotificationStateNotifyAttempts) FieldPath added in v0.10.12

func (Notification_StatePathSelectorResolutionNotificationStateNotifyAttempts) WithArrayOfValues added in v0.10.12

func (Notification_StatePathSelectorResolutionNotificationStateNotifyAttempts) WithValue added in v0.10.12

type Notification_StatePathSelectorResolutionNotificationStateProviderData added in v0.10.12

type Notification_StatePathSelectorResolutionNotificationStateProviderData struct{}

func (Notification_StatePathSelectorResolutionNotificationStateProviderData) FieldPath added in v0.10.12

func (Notification_StatePathSelectorResolutionNotificationStateProviderData) PagerDuty added in v0.10.12

func (Notification_StatePathSelectorResolutionNotificationStateProviderData) Slack added in v0.10.12

func (Notification_StatePathSelectorResolutionNotificationStateProviderData) WithArrayOfValues added in v0.10.12

func (Notification_StatePathSelectorResolutionNotificationStateProviderData) WithValue added in v0.10.12

type Notification_StatePathSelectorResolutionNotificationStateProviderDataPagerDuty added in v0.10.12

type Notification_StatePathSelectorResolutionNotificationStateProviderDataPagerDuty struct{}

func (Notification_StatePathSelectorResolutionNotificationStateProviderDataPagerDuty) FieldPath added in v0.10.12

func (Notification_StatePathSelectorResolutionNotificationStateProviderDataPagerDuty) IncidentKey added in v0.10.12

func (Notification_StatePathSelectorResolutionNotificationStateProviderDataPagerDuty) WithArrayOfValues added in v0.10.12

func (Notification_StatePathSelectorResolutionNotificationStateProviderDataPagerDuty) WithValue added in v0.10.12

type Notification_StatePathSelectorResolutionNotificationStateProviderDataPagerDutyIncidentKey added in v0.10.12

type Notification_StatePathSelectorResolutionNotificationStateProviderDataPagerDutyIncidentKey struct{}

func (Notification_StatePathSelectorResolutionNotificationStateProviderDataPagerDutyIncidentKey) FieldPath added in v0.10.12

func (Notification_StatePathSelectorResolutionNotificationStateProviderDataPagerDutyIncidentKey) WithArrayOfValues added in v0.10.12

func (Notification_StatePathSelectorResolutionNotificationStateProviderDataPagerDutyIncidentKey) WithValue added in v0.10.12

type Notification_StatePathSelectorResolutionNotificationStateProviderDataSlack added in v0.10.12

type Notification_StatePathSelectorResolutionNotificationStateProviderDataSlack struct{}

func (Notification_StatePathSelectorResolutionNotificationStateProviderDataSlack) FieldPath added in v0.10.12

func (Notification_StatePathSelectorResolutionNotificationStateProviderDataSlack) Ts added in v0.10.12

func (Notification_StatePathSelectorResolutionNotificationStateProviderDataSlack) WithArrayOfValues added in v0.10.12

func (Notification_StatePathSelectorResolutionNotificationStateProviderDataSlack) WithValue added in v0.10.12

type Notification_StatePathSelectorResolutionNotificationStateProviderDataSlackTs added in v0.10.12

type Notification_StatePathSelectorResolutionNotificationStateProviderDataSlackTs struct{}

func (Notification_StatePathSelectorResolutionNotificationStateProviderDataSlackTs) FieldPath added in v0.10.12

func (Notification_StatePathSelectorResolutionNotificationStateProviderDataSlackTs) WithArrayOfValues added in v0.10.12

func (Notification_StatePathSelectorResolutionNotificationStateProviderDataSlackTs) WithValue added in v0.10.12

type Notification_StatePathSelectorResolutionNotificationStateStatus added in v0.10.12

type Notification_StatePathSelectorResolutionNotificationStateStatus struct{}

func (Notification_StatePathSelectorResolutionNotificationStateStatus) FieldPath added in v0.10.12

func (Notification_StatePathSelectorResolutionNotificationStateStatus) WithArrayOfValues added in v0.10.12

func (Notification_StatePathSelectorResolutionNotificationStateStatus) WithValue added in v0.10.12

type Notification_StatePathSelectorResolutionNotifyAttemptsDone added in v0.10.12

type Notification_StatePathSelectorResolutionNotifyAttemptsDone struct{}

func (Notification_StatePathSelectorResolutionNotifyAttemptsDone) FieldPath added in v0.10.12

func (Notification_StatePathSelectorResolutionNotifyAttemptsDone) WithArrayOfValues added in v0.10.12

func (Notification_StatePathSelectorResolutionNotifyAttemptsDone) WithValue added in v0.10.12

type Notification_State_FieldMask

type Notification_State_FieldMask struct {
	Paths []NotificationState_FieldPath
}

func FullNotification_State_FieldMask

func FullNotification_State_FieldMask() *Notification_State_FieldMask

func (*Notification_State_FieldMask) AppendPath

func (fieldMask *Notification_State_FieldMask) AppendPath(path NotificationState_FieldPath)

func (*Notification_State_FieldMask) AppendRawPath

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

func (*Notification_State_FieldMask) DecodeFirestore

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

func (*Notification_State_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*Notification_State_FieldMask) FilterInputFields

func (fieldMask *Notification_State_FieldMask) FilterInputFields() *Notification_State_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*Notification_State_FieldMask) FromProtoFieldMask

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

func (*Notification_State_FieldMask) GetPaths

func (*Notification_State_FieldMask) GetRawPaths

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

func (*Notification_State_FieldMask) IsFull

func (fieldMask *Notification_State_FieldMask) IsFull() bool

func (Notification_State_FieldMask) Marshal

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

implement methods required by customType

func (Notification_State_FieldMask) MarshalJSON

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

func (*Notification_State_FieldMask) PathsCount

func (fieldMask *Notification_State_FieldMask) PathsCount() int

func (*Notification_State_FieldMask) Project

func (*Notification_State_FieldMask) ProjectRaw

func (*Notification_State_FieldMask) ProtoMessage

func (fieldMask *Notification_State_FieldMask) ProtoMessage()

func (*Notification_State_FieldMask) ProtoReflect

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

func (*Notification_State_FieldMask) Reset

func (fieldMask *Notification_State_FieldMask) Reset()

func (*Notification_State_FieldMask) Set

func (fieldMask *Notification_State_FieldMask) Set(target, source *Notification_State)

func (*Notification_State_FieldMask) SetFromCliFlag

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

func (*Notification_State_FieldMask) SetRaw

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

func (*Notification_State_FieldMask) Size

func (fieldMask *Notification_State_FieldMask) Size() int

func (*Notification_State_FieldMask) String

func (fieldMask *Notification_State_FieldMask) String() string

func (*Notification_State_FieldMask) Subtract

func (*Notification_State_FieldMask) SubtractRaw

func (*Notification_State_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*Notification_State_FieldMask) Unmarshal

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

func (*Notification_State_FieldMask) UnmarshalJSON

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

type Notification_State_NotificationState

type Notification_State_NotificationState struct {

	// Notification channel name
	NotificationChannel *notification_channel.Name                  `` /* 166-byte string literal not displayed */
	Status              Notification_State_NotificationState_Status `` /* 152-byte string literal not displayed */
	// Error message if status is FAILED
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty" firestore:"error"`
	// Provider specific data. Allows tracking ids of notifications sent to
	// specific channels.
	ProviderData   *Notification_State_NotificationState_ProviderData `protobuf:"bytes,4,opt,name=provider_data,json=providerData,proto3" json:"provider_data,omitempty" firestore:"providerData"`
	NotifyAttempts int64                                              `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Notification_State_NotificationState) Clone

func (*Notification_State_NotificationState) CloneRaw

func (*Notification_State_NotificationState) Descriptor

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

Deprecated, Use Notification_State_NotificationState.ProtoReflect.Descriptor instead.

func (*Notification_State_NotificationState) GetError

func (*Notification_State_NotificationState) GetNotificationChannel

func (m *Notification_State_NotificationState) GetNotificationChannel() *notification_channel.Name

func (*Notification_State_NotificationState) GetNotifyAttempts

func (m *Notification_State_NotificationState) GetNotifyAttempts() int64

func (*Notification_State_NotificationState) GetProviderData

func (*Notification_State_NotificationState) GetStatus

func (*Notification_State_NotificationState) GotenMessage

func (*Notification_State_NotificationState) GotenMessage()

func (*Notification_State_NotificationState) GotenObjectExt

func (o *Notification_State_NotificationState) GotenObjectExt()

func (*Notification_State_NotificationState) GotenValidate

func (obj *Notification_State_NotificationState) GotenValidate() error

func (*Notification_State_NotificationState) MakeFullFieldMask

func (*Notification_State_NotificationState) MakeRawDiffFieldMask

func (*Notification_State_NotificationState) MakeRawFullFieldMask

func (*Notification_State_NotificationState) Marshal

func (*Notification_State_NotificationState) MarshalJSON

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

func (*Notification_State_NotificationState) Merge

func (*Notification_State_NotificationState) MergeRaw

func (*Notification_State_NotificationState) ProtoMessage

func (*Notification_State_NotificationState) ProtoMessage()

func (*Notification_State_NotificationState) ProtoReflect

func (*Notification_State_NotificationState) Reset

func (*Notification_State_NotificationState) SetError

func (*Notification_State_NotificationState) SetNotificationChannel

func (m *Notification_State_NotificationState) SetNotificationChannel(fv *notification_channel.Name)

func (*Notification_State_NotificationState) SetNotifyAttempts

func (m *Notification_State_NotificationState) SetNotifyAttempts(fv int64)

func (*Notification_State_NotificationState) SetProviderData

func (*Notification_State_NotificationState) SetStatus

func (*Notification_State_NotificationState) String

func (*Notification_State_NotificationState) Unmarshal

func (*Notification_State_NotificationState) UnmarshalJSON

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

type Notification_State_NotificationStatePathSelectorError

type Notification_State_NotificationStatePathSelectorError struct{}

func (Notification_State_NotificationStatePathSelectorError) FieldPath

func (Notification_State_NotificationStatePathSelectorError) WithArrayOfValues

func (Notification_State_NotificationStatePathSelectorError) WithValue

type Notification_State_NotificationStatePathSelectorNotificationChannel

type Notification_State_NotificationStatePathSelectorNotificationChannel struct{}

func (Notification_State_NotificationStatePathSelectorNotificationChannel) FieldPath

func (Notification_State_NotificationStatePathSelectorNotificationChannel) WithArrayOfValues

func (Notification_State_NotificationStatePathSelectorNotificationChannel) WithValue

type Notification_State_NotificationStatePathSelectorNotifyAttempts

type Notification_State_NotificationStatePathSelectorNotifyAttempts struct{}

func (Notification_State_NotificationStatePathSelectorNotifyAttempts) FieldPath

func (Notification_State_NotificationStatePathSelectorNotifyAttempts) WithArrayOfValues

func (Notification_State_NotificationStatePathSelectorNotifyAttempts) WithValue

type Notification_State_NotificationStatePathSelectorProviderData

type Notification_State_NotificationStatePathSelectorProviderData struct{}

func (Notification_State_NotificationStatePathSelectorProviderData) FieldPath

func (Notification_State_NotificationStatePathSelectorProviderData) Slack

type Notification_State_NotificationStatePathSelectorProviderDataPagerDuty

type Notification_State_NotificationStatePathSelectorProviderDataPagerDuty struct{}

func (Notification_State_NotificationStatePathSelectorProviderDataPagerDuty) FieldPath

type Notification_State_NotificationStatePathSelectorProviderDataPagerDutyIncidentKey

type Notification_State_NotificationStatePathSelectorProviderDataPagerDutyIncidentKey struct{}

func (Notification_State_NotificationStatePathSelectorProviderDataPagerDutyIncidentKey) FieldPath

func (Notification_State_NotificationStatePathSelectorProviderDataPagerDutyIncidentKey) WithArrayOfValues

func (Notification_State_NotificationStatePathSelectorProviderDataPagerDutyIncidentKey) WithValue

type Notification_State_NotificationStatePathSelectorProviderDataSlack

type Notification_State_NotificationStatePathSelectorProviderDataSlack struct{}

func (Notification_State_NotificationStatePathSelectorProviderDataSlack) FieldPath

type Notification_State_NotificationStatePathSelectorProviderDataSlackTs

type Notification_State_NotificationStatePathSelectorProviderDataSlackTs struct{}

func (Notification_State_NotificationStatePathSelectorProviderDataSlackTs) FieldPath

func (Notification_State_NotificationStatePathSelectorProviderDataSlackTs) WithArrayOfValues

func (Notification_State_NotificationStatePathSelectorProviderDataSlackTs) WithValue

type Notification_State_NotificationStatePathSelectorStatus

type Notification_State_NotificationStatePathSelectorStatus struct{}

func (Notification_State_NotificationStatePathSelectorStatus) FieldPath

type Notification_State_NotificationState_FieldMask

type Notification_State_NotificationState_FieldMask struct {
	Paths []NotificationStateNotificationState_FieldPath
}

func FullNotification_State_NotificationState_FieldMask

func FullNotification_State_NotificationState_FieldMask() *Notification_State_NotificationState_FieldMask

func (*Notification_State_NotificationState_FieldMask) AppendPath

func (*Notification_State_NotificationState_FieldMask) AppendRawPath

func (*Notification_State_NotificationState_FieldMask) DecodeFirestore

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

func (*Notification_State_NotificationState_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*Notification_State_NotificationState_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*Notification_State_NotificationState_FieldMask) FromProtoFieldMask

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

func (*Notification_State_NotificationState_FieldMask) GetPaths

func (*Notification_State_NotificationState_FieldMask) GetRawPaths

func (*Notification_State_NotificationState_FieldMask) IsFull

func (Notification_State_NotificationState_FieldMask) Marshal

implement methods required by customType

func (Notification_State_NotificationState_FieldMask) MarshalJSON

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

func (*Notification_State_NotificationState_FieldMask) PathsCount

func (fieldMask *Notification_State_NotificationState_FieldMask) PathsCount() int

func (*Notification_State_NotificationState_FieldMask) Project

func (*Notification_State_NotificationState_FieldMask) ProjectRaw

func (*Notification_State_NotificationState_FieldMask) ProtoMessage

func (fieldMask *Notification_State_NotificationState_FieldMask) ProtoMessage()

func (*Notification_State_NotificationState_FieldMask) ProtoReflect

func (*Notification_State_NotificationState_FieldMask) Reset

func (*Notification_State_NotificationState_FieldMask) Set

func (*Notification_State_NotificationState_FieldMask) SetFromCliFlag

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

func (*Notification_State_NotificationState_FieldMask) SetRaw

func (*Notification_State_NotificationState_FieldMask) Size

func (*Notification_State_NotificationState_FieldMask) String

func (*Notification_State_NotificationState_FieldMask) SubtractRaw

func (*Notification_State_NotificationState_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*Notification_State_NotificationState_FieldMask) Unmarshal

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

func (*Notification_State_NotificationState_FieldMask) UnmarshalJSON

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

type Notification_State_NotificationState_ProviderData

type Notification_State_NotificationState_ProviderData struct {
	Slack     *Notification_State_NotificationState_ProviderData_Slack     `protobuf:"bytes,3,opt,name=slack,proto3" json:"slack,omitempty" firestore:"slack"`
	PagerDuty *Notification_State_NotificationState_ProviderData_PagerDuty `protobuf:"bytes,4,opt,name=pager_duty,json=pagerDuty,proto3" json:"pager_duty,omitempty" firestore:"pagerDuty"`
	// contains filtered or unexported fields
}

Provider specific data

func (*Notification_State_NotificationState_ProviderData) Clone

func (*Notification_State_NotificationState_ProviderData) CloneRaw

func (*Notification_State_NotificationState_ProviderData) Descriptor

Deprecated, Use Notification_State_NotificationState_ProviderData.ProtoReflect.Descriptor instead.

func (*Notification_State_NotificationState_ProviderData) GetPagerDuty

func (*Notification_State_NotificationState_ProviderData) GetSlack

func (*Notification_State_NotificationState_ProviderData) GotenMessage

func (*Notification_State_NotificationState_ProviderData) GotenObjectExt

func (*Notification_State_NotificationState_ProviderData) GotenValidate

func (*Notification_State_NotificationState_ProviderData) MakeFullFieldMask

func (*Notification_State_NotificationState_ProviderData) MakeRawDiffFieldMask

func (*Notification_State_NotificationState_ProviderData) MakeRawFullFieldMask

func (*Notification_State_NotificationState_ProviderData) Marshal

func (*Notification_State_NotificationState_ProviderData) MarshalJSON

func (*Notification_State_NotificationState_ProviderData) Merge

func (*Notification_State_NotificationState_ProviderData) MergeRaw

func (*Notification_State_NotificationState_ProviderData) ProtoMessage

func (*Notification_State_NotificationState_ProviderData) ProtoReflect

func (*Notification_State_NotificationState_ProviderData) Reset

func (*Notification_State_NotificationState_ProviderData) SetPagerDuty

func (*Notification_State_NotificationState_ProviderData) SetSlack

func (*Notification_State_NotificationState_ProviderData) String

func (*Notification_State_NotificationState_ProviderData) Unmarshal

func (*Notification_State_NotificationState_ProviderData) UnmarshalJSON

type Notification_State_NotificationState_ProviderDataPathSelectorPagerDuty

type Notification_State_NotificationState_ProviderDataPathSelectorPagerDuty struct{}

func (Notification_State_NotificationState_ProviderDataPathSelectorPagerDuty) FieldPath

type Notification_State_NotificationState_ProviderDataPathSelectorPagerDutyIncidentKey

type Notification_State_NotificationState_ProviderDataPathSelectorPagerDutyIncidentKey struct{}

func (Notification_State_NotificationState_ProviderDataPathSelectorPagerDutyIncidentKey) FieldPath

func (Notification_State_NotificationState_ProviderDataPathSelectorPagerDutyIncidentKey) WithArrayOfValues

func (Notification_State_NotificationState_ProviderDataPathSelectorPagerDutyIncidentKey) WithValue

type Notification_State_NotificationState_ProviderDataPathSelectorSlack

type Notification_State_NotificationState_ProviderDataPathSelectorSlack struct{}

func (Notification_State_NotificationState_ProviderDataPathSelectorSlack) FieldPath

type Notification_State_NotificationState_ProviderDataPathSelectorSlackTs

type Notification_State_NotificationState_ProviderDataPathSelectorSlackTs struct{}

func (Notification_State_NotificationState_ProviderDataPathSelectorSlackTs) FieldPath

func (Notification_State_NotificationState_ProviderDataPathSelectorSlackTs) WithArrayOfValues

func (Notification_State_NotificationState_ProviderDataPathSelectorSlackTs) WithValue

type Notification_State_NotificationState_ProviderData_FieldMask

type Notification_State_NotificationState_ProviderData_FieldMask struct {
	Paths []NotificationStateNotificationStateProviderData_FieldPath
}

func (*Notification_State_NotificationState_ProviderData_FieldMask) AppendPath

func (*Notification_State_NotificationState_ProviderData_FieldMask) AppendRawPath

func (*Notification_State_NotificationState_ProviderData_FieldMask) DecodeFirestore

func (*Notification_State_NotificationState_ProviderData_FieldMask) EncodeFirestore

firestore encoding/decoding integration

func (*Notification_State_NotificationState_ProviderData_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*Notification_State_NotificationState_ProviderData_FieldMask) FromProtoFieldMask

func (*Notification_State_NotificationState_ProviderData_FieldMask) GetPaths

func (*Notification_State_NotificationState_ProviderData_FieldMask) GetRawPaths

func (*Notification_State_NotificationState_ProviderData_FieldMask) IsFull

func (Notification_State_NotificationState_ProviderData_FieldMask) Marshal

implement methods required by customType

func (Notification_State_NotificationState_ProviderData_FieldMask) MarshalJSON

func (*Notification_State_NotificationState_ProviderData_FieldMask) PathsCount

func (*Notification_State_NotificationState_ProviderData_FieldMask) ProjectRaw

func (*Notification_State_NotificationState_ProviderData_FieldMask) ProtoMessage

func (*Notification_State_NotificationState_ProviderData_FieldMask) ProtoReflect

func (*Notification_State_NotificationState_ProviderData_FieldMask) Reset

func (*Notification_State_NotificationState_ProviderData_FieldMask) Set

func (*Notification_State_NotificationState_ProviderData_FieldMask) SetFromCliFlag

func (*Notification_State_NotificationState_ProviderData_FieldMask) SetRaw

func (*Notification_State_NotificationState_ProviderData_FieldMask) Size

func (*Notification_State_NotificationState_ProviderData_FieldMask) String

func (*Notification_State_NotificationState_ProviderData_FieldMask) SubtractRaw

func (*Notification_State_NotificationState_ProviderData_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*Notification_State_NotificationState_ProviderData_FieldMask) Unmarshal

func (*Notification_State_NotificationState_ProviderData_FieldMask) UnmarshalJSON

type Notification_State_NotificationState_ProviderData_PagerDuty

type Notification_State_NotificationState_ProviderData_PagerDuty struct {
	IncidentKey string `protobuf:"bytes,1,opt,name=incident_key,json=incidentKey,proto3" json:"incident_key,omitempty" firestore:"incidentKey"`
	// contains filtered or unexported fields
}

Pager Duty

func (*Notification_State_NotificationState_ProviderData_PagerDuty) Clone

func (*Notification_State_NotificationState_ProviderData_PagerDuty) CloneRaw

func (*Notification_State_NotificationState_ProviderData_PagerDuty) Descriptor

Deprecated, Use Notification_State_NotificationState_ProviderData_PagerDuty.ProtoReflect.Descriptor instead.

func (*Notification_State_NotificationState_ProviderData_PagerDuty) GetIncidentKey

func (*Notification_State_NotificationState_ProviderData_PagerDuty) GotenMessage

func (*Notification_State_NotificationState_ProviderData_PagerDuty) GotenObjectExt

func (*Notification_State_NotificationState_ProviderData_PagerDuty) GotenValidate

func (*Notification_State_NotificationState_ProviderData_PagerDuty) MakeFullFieldMask

func (*Notification_State_NotificationState_ProviderData_PagerDuty) MakeRawDiffFieldMask

func (*Notification_State_NotificationState_ProviderData_PagerDuty) MakeRawFullFieldMask

func (*Notification_State_NotificationState_ProviderData_PagerDuty) Marshal

func (*Notification_State_NotificationState_ProviderData_PagerDuty) MarshalJSON

func (*Notification_State_NotificationState_ProviderData_PagerDuty) Merge

func (*Notification_State_NotificationState_ProviderData_PagerDuty) MergeRaw

func (*Notification_State_NotificationState_ProviderData_PagerDuty) ProtoMessage

func (*Notification_State_NotificationState_ProviderData_PagerDuty) ProtoReflect

func (*Notification_State_NotificationState_ProviderData_PagerDuty) Reset

func (*Notification_State_NotificationState_ProviderData_PagerDuty) SetIncidentKey

func (*Notification_State_NotificationState_ProviderData_PagerDuty) String

func (*Notification_State_NotificationState_ProviderData_PagerDuty) Unmarshal

func (*Notification_State_NotificationState_ProviderData_PagerDuty) UnmarshalJSON

type Notification_State_NotificationState_ProviderData_PagerDutyPathSelectorIncidentKey

type Notification_State_NotificationState_ProviderData_PagerDutyPathSelectorIncidentKey struct{}

func (Notification_State_NotificationState_ProviderData_PagerDutyPathSelectorIncidentKey) FieldPath

func (Notification_State_NotificationState_ProviderData_PagerDutyPathSelectorIncidentKey) WithArrayOfValues

func (Notification_State_NotificationState_ProviderData_PagerDutyPathSelectorIncidentKey) WithValue

type Notification_State_NotificationState_ProviderData_PagerDuty_FieldMask

type Notification_State_NotificationState_ProviderData_PagerDuty_FieldMask struct {
	Paths []NotificationStateNotificationStateProviderDataPagerDuty_FieldPath
}

func (*Notification_State_NotificationState_ProviderData_PagerDuty_FieldMask) AppendPath

func (*Notification_State_NotificationState_ProviderData_PagerDuty_FieldMask) AppendRawPath

func (*Notification_State_NotificationState_ProviderData_PagerDuty_FieldMask) DecodeFirestore

func (*Notification_State_NotificationState_ProviderData_PagerDuty_FieldMask) EncodeFirestore

firestore encoding/decoding integration

func (*Notification_State_NotificationState_ProviderData_PagerDuty_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*Notification_State_NotificationState_ProviderData_PagerDuty_FieldMask) FromProtoFieldMask

func (*Notification_State_NotificationState_ProviderData_PagerDuty_FieldMask) GetPaths

func (*Notification_State_NotificationState_ProviderData_PagerDuty_FieldMask) GetRawPaths

func (*Notification_State_NotificationState_ProviderData_PagerDuty_FieldMask) IsFull

func (Notification_State_NotificationState_ProviderData_PagerDuty_FieldMask) Marshal

implement methods required by customType

func (Notification_State_NotificationState_ProviderData_PagerDuty_FieldMask) MarshalJSON

func (*Notification_State_NotificationState_ProviderData_PagerDuty_FieldMask) PathsCount

func (*Notification_State_NotificationState_ProviderData_PagerDuty_FieldMask) ProjectRaw

func (*Notification_State_NotificationState_ProviderData_PagerDuty_FieldMask) ProtoMessage

func (*Notification_State_NotificationState_ProviderData_PagerDuty_FieldMask) ProtoReflect

func (*Notification_State_NotificationState_ProviderData_PagerDuty_FieldMask) Reset

func (*Notification_State_NotificationState_ProviderData_PagerDuty_FieldMask) Set

func (*Notification_State_NotificationState_ProviderData_PagerDuty_FieldMask) SetFromCliFlag

func (*Notification_State_NotificationState_ProviderData_PagerDuty_FieldMask) SetRaw

func (*Notification_State_NotificationState_ProviderData_PagerDuty_FieldMask) Size

func (*Notification_State_NotificationState_ProviderData_PagerDuty_FieldMask) String

func (*Notification_State_NotificationState_ProviderData_PagerDuty_FieldMask) SubtractRaw

func (*Notification_State_NotificationState_ProviderData_PagerDuty_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*Notification_State_NotificationState_ProviderData_PagerDuty_FieldMask) Unmarshal

func (*Notification_State_NotificationState_ProviderData_PagerDuty_FieldMask) UnmarshalJSON

type Notification_State_NotificationState_ProviderData_Slack

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

Slack

func (*Notification_State_NotificationState_ProviderData_Slack) Clone

func (*Notification_State_NotificationState_ProviderData_Slack) CloneRaw

func (*Notification_State_NotificationState_ProviderData_Slack) Descriptor

Deprecated, Use Notification_State_NotificationState_ProviderData_Slack.ProtoReflect.Descriptor instead.

func (*Notification_State_NotificationState_ProviderData_Slack) GetTs

func (*Notification_State_NotificationState_ProviderData_Slack) GotenMessage

func (*Notification_State_NotificationState_ProviderData_Slack) GotenObjectExt

func (*Notification_State_NotificationState_ProviderData_Slack) GotenValidate

func (*Notification_State_NotificationState_ProviderData_Slack) MakeFullFieldMask

func (*Notification_State_NotificationState_ProviderData_Slack) MakeRawDiffFieldMask

func (*Notification_State_NotificationState_ProviderData_Slack) MakeRawFullFieldMask

func (*Notification_State_NotificationState_ProviderData_Slack) Marshal

func (*Notification_State_NotificationState_ProviderData_Slack) MarshalJSON

func (*Notification_State_NotificationState_ProviderData_Slack) Merge

func (*Notification_State_NotificationState_ProviderData_Slack) MergeRaw

func (*Notification_State_NotificationState_ProviderData_Slack) ProtoMessage

func (*Notification_State_NotificationState_ProviderData_Slack) ProtoReflect

func (*Notification_State_NotificationState_ProviderData_Slack) Reset

func (*Notification_State_NotificationState_ProviderData_Slack) SetTs

func (*Notification_State_NotificationState_ProviderData_Slack) String

func (*Notification_State_NotificationState_ProviderData_Slack) Unmarshal

func (*Notification_State_NotificationState_ProviderData_Slack) UnmarshalJSON

type Notification_State_NotificationState_ProviderData_SlackPathSelectorTs

type Notification_State_NotificationState_ProviderData_SlackPathSelectorTs struct{}

func (Notification_State_NotificationState_ProviderData_SlackPathSelectorTs) FieldPath

func (Notification_State_NotificationState_ProviderData_SlackPathSelectorTs) WithArrayOfValues

func (Notification_State_NotificationState_ProviderData_SlackPathSelectorTs) WithValue

type Notification_State_NotificationState_ProviderData_Slack_FieldMask

type Notification_State_NotificationState_ProviderData_Slack_FieldMask struct {
	Paths []NotificationStateNotificationStateProviderDataSlack_FieldPath
}

func (*Notification_State_NotificationState_ProviderData_Slack_FieldMask) AppendPath

func (*Notification_State_NotificationState_ProviderData_Slack_FieldMask) AppendRawPath

func (*Notification_State_NotificationState_ProviderData_Slack_FieldMask) DecodeFirestore

func (*Notification_State_NotificationState_ProviderData_Slack_FieldMask) EncodeFirestore

firestore encoding/decoding integration

func (*Notification_State_NotificationState_ProviderData_Slack_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*Notification_State_NotificationState_ProviderData_Slack_FieldMask) FromProtoFieldMask

func (*Notification_State_NotificationState_ProviderData_Slack_FieldMask) GetPaths

func (*Notification_State_NotificationState_ProviderData_Slack_FieldMask) GetRawPaths

func (*Notification_State_NotificationState_ProviderData_Slack_FieldMask) IsFull

func (Notification_State_NotificationState_ProviderData_Slack_FieldMask) Marshal

implement methods required by customType

func (Notification_State_NotificationState_ProviderData_Slack_FieldMask) MarshalJSON

func (*Notification_State_NotificationState_ProviderData_Slack_FieldMask) PathsCount

func (*Notification_State_NotificationState_ProviderData_Slack_FieldMask) ProjectRaw

func (*Notification_State_NotificationState_ProviderData_Slack_FieldMask) ProtoMessage

func (*Notification_State_NotificationState_ProviderData_Slack_FieldMask) ProtoReflect

func (*Notification_State_NotificationState_ProviderData_Slack_FieldMask) Reset

func (*Notification_State_NotificationState_ProviderData_Slack_FieldMask) Set

func (*Notification_State_NotificationState_ProviderData_Slack_FieldMask) SetFromCliFlag

func (*Notification_State_NotificationState_ProviderData_Slack_FieldMask) SetRaw

func (*Notification_State_NotificationState_ProviderData_Slack_FieldMask) Size

func (*Notification_State_NotificationState_ProviderData_Slack_FieldMask) String

func (*Notification_State_NotificationState_ProviderData_Slack_FieldMask) SubtractRaw

func (*Notification_State_NotificationState_ProviderData_Slack_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*Notification_State_NotificationState_ProviderData_Slack_FieldMask) Unmarshal

func (*Notification_State_NotificationState_ProviderData_Slack_FieldMask) UnmarshalJSON

type Notification_State_NotificationState_Status

type Notification_State_NotificationState_Status int32
const (
	Notification_State_NotificationState_UNKNOWN    Notification_State_NotificationState_Status = 0
	Notification_State_NotificationState_PENDING    Notification_State_NotificationState_Status = 1
	Notification_State_NotificationState_FAILED     Notification_State_NotificationState_Status = 2
	Notification_State_NotificationState_SUPPRESSED Notification_State_NotificationState_Status = 3
	Notification_State_NotificationState_SENT       Notification_State_NotificationState_Status = 4
	// Status types that can be used by webhook integrated providers, like
	// PagerDuty.
	Notification_State_NotificationState_DELIVERED      Notification_State_NotificationState_Status = 5
	Notification_State_NotificationState_ACKNOWLEDGED   Notification_State_NotificationState_Status = 6
	Notification_State_NotificationState_UNACKNOWLEDGED Notification_State_NotificationState_Status = 7
)

func (Notification_State_NotificationState_Status) Descriptor

func (Notification_State_NotificationState_Status) Enum

func (Notification_State_NotificationState_Status) EnumDescriptor

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

Deprecated, Use Notification_State_NotificationState_Status.ProtoReflect.Descriptor instead.

func (Notification_State_NotificationState_Status) Number

func (Notification_State_NotificationState_Status) String

func (Notification_State_NotificationState_Status) Type

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 *Notification) int

func (*OrderBy) CompareRaw

func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int

func (*OrderBy) GetFieldMask

func (orderBy *OrderBy) GetFieldMask() *Notification_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 NotificationList, elem *Notification) (NotificationList, 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 NotificationList)

func (*OrderBy) SortRaw

func (orderBy *OrderBy) SortRaw(results gotenresource.ResourceList)

func (*OrderBy) String

func (orderBy *OrderBy) String() string

type OrderByField

type OrderByField struct {
	FieldPath Notification_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 *Notification) 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

func (p *PagerQuery) SetCursor(cursor gotenresource.Cursor)

func (*PagerQuery) SetLimit

func (p *PagerQuery) SetLimit(limit int)

func (*PagerQuery) SetOrderBy

func (p *PagerQuery) SetOrderBy(orderBy gotenresource.OrderBy)

func (*PagerQuery) SetPageDirection

func (p *PagerQuery) SetPageDirection(direction gotenresource.PageDirection)

func (*PagerQuery) SetPeekForward

func (p *PagerQuery) SetPeekForward(peekForward bool)

type ParentName

type ParentName struct {
	NamePattern
	ProjectId        string `firestore:"projectId"`
	RegionId         string `firestore:"regionId"`
	AlertingPolicyId string `firestore:"alertingPolicyId"`
}

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

func (name *ParentName) GetAlertingPolicyName() *alerting_policy.Name

func (*ParentName) GetIParentName

func (name *ParentName) GetIParentName() gotenresource.Name

func (*ParentName) GetIUnderlyingParentName

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

func (ref *ParentReference) GetAlertingPolicy() *alerting_policy.AlertingPolicy

func (*ParentReference) GetAlertingPolicyReference

func (ref *ParentReference) GetAlertingPolicyReference() *alerting_policy.Reference

func (*ParentReference) GetIParentName

func (ref *ParentReference) GetIParentName() gotenresource.Name

func (*ParentReference) GetIUnderlyingParentName

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        []*NotificationChange
	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 {
	Notifications     []*Notification
	PrevPageCursor    *PagerCursor
	NextPageCursor    *PagerCursor
	TotalResultsCount int32
	CurrentOffset     int32
}

func (*QueryResultSnapshot) GetNextPageCursor

func (qr *QueryResultSnapshot) GetNextPageCursor() gotenresource.Cursor

func (*QueryResultSnapshot) GetPagingInfo

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

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, notification *Notification) (*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) GetIParentName

func (ref *Reference) GetIParentName() gotenresource.Name

func (*Reference) GetIUnderlyingParentName

func (ref *Reference) GetIUnderlyingParentName() gotenresource.Name

func (*Reference) GetIdParts

func (ref *Reference) GetIdParts() map[string]string

func (*Reference) GetNotification

func (ref *Reference) GetNotification() *Notification

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

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 SearchQuery

type SearchQuery struct {
	ListQuery
	Phrase string
}

func (*SearchQuery) GetPhrase

func (q *SearchQuery) GetPhrase() string

func (*SearchQuery) GetWithPagingInfo

func (q *SearchQuery) GetWithPagingInfo() bool

func (*SearchQuery) SetPhrase

func (q *SearchQuery) SetPhrase(phrase string)

func (*SearchQuery) String

func (q *SearchQuery) 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

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

func (q *WatchQuery) SetStartingTime(startingTime *timestamppb.Timestamp)

func (*WatchQuery) SetWatchType

func (q *WatchQuery) SetWatchType(watchType watch_type.WatchType)

func (*WatchQuery) String

func (q *WatchQuery) String() string

Jump to

Keyboard shortcuts

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